File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Test/ScenarioTests Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ function Test-AnalysisServicesServer
98
98
Suspend-AzureRmAnalysisServicesServer - ResourceGroupName $resourceGroupName - Name $serverName
99
99
[array ]$serverGet = Get-AzureRmAnalysisServicesServer - ResourceGroupName $resourceGroupName - Name $serverName
100
100
$serverGetItem = $serverGet [0 ]
101
- # this is to ensure backward compatibility compatibility. The servie side would make change to differenciate state and provisioningState
101
+ # this is to ensure backward compatibility compatibility. The servie side would make change to differenciate state and provisioningState in future
102
102
Assert-True {$serverGetItem.State -like " Paused" }
103
103
Assert-True {$serverGetItem.ProvisioningState -like " Paused" }
104
104
You can’t perform that action at this time.
0 commit comments