We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754ff17 commit 9656d85Copy full SHA for 9656d85
src/CloudService/test/New-AzCloudService.Tests.ps1
@@ -11,7 +11,7 @@ while(-not $mockingPath) {
11
}
12
. ($mockingPath | Select-Object -First 1).FullName
13
14
-Describe 'New-AzCloudService' -skip {
+Describe 'New-AzCloudService' {
15
It 'UpdateExpanded: Create new cloud service' {
16
# Create Network Profile
17
$feIpConfig = New-AzCloudServiceLoadBalancerFrontendIPConfigurationObject -Name "cscmdlettestLBFE" -PublicIPAddressId $env.NewCSPublicIPId
0 commit comments