Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fabragaMS authored Mar 10, 2022
1 parent 3d2a3f1 commit 2bdd8a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Deploy/SynapsePostDeploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,9 @@ for ($i = 0; $i -lt $dataLakeAccountNames.Length ; $i++ ) {
#------------------------------------------------------------------------------------------------------------
# DATA PLANE OPERATION: CREATE AZURE ML LINKED SERVICE
#------------------------------------------------------------------------------------------------------------
#-AzMLWorkspaceName paramater will be passed blank if AI workloadis not deployed.
#-AzMLWorkspaceName paramater will be passed blank if AI workload is not deployed.

if (-not ([string]::IsNullOrEmpty($AzMLWorkspaceName))) {
if ($CtrlDeployAI) {
$body = "{
name: ""$AzMLWorkspaceName"",
properties: {
Expand All @@ -266,7 +266,7 @@ if (-not ([string]::IsNullOrEmpty($AzMLWorkspaceName))) {
#------------------------------------------------------------------------------------------------------------
#-CosmosDBAccountName paramater will be passed blank if CosmosDB workload is not deployed.

if (-not ([string]::IsNullOrEmpty($CosmosDBAccountName))) {
if ($CtrlDeployCosmosDB) {
$body = "{
name: ""$CosmosDBAccountName"",
properties: {
Expand Down

0 comments on commit 2bdd8a6

Please sign in to comment.