Skip to content

Commit b899a34

Browse files
authored
Fixed a regression issue in cloudservice (#15461)
The regression issue is caused by PR #15381.
1 parent eee4bef commit b899a34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CloudService/custom/New-AzCloudService.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ function New-AzCloudService {
327327

328328
# Perform action
329329
Write-Host("Creating the Cloud Service resource.")
330-
Az.CloudService.internal\New-AzCloudService @PSBoundParameters
330+
Az.CloudService\New-AzCloudService @PSBoundParameters
331331
}
332332

333333
}
@@ -642,4 +642,4 @@ function validation
642642
throw "The provided Storage Account: '" + $storageAccount + "' does not exist."
643643
}
644644
}
645-
}
645+
}

0 commit comments

Comments
 (0)