Skip to content

Commit 6510e11

Browse files
committed
typo in comment
1 parent e86d375 commit 6510e11

File tree

1 file changed

+1
-1
lines changed
  • src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Test/ScenarioTests

1 file changed

+1
-1
lines changed

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Test/ScenarioTests/AsTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function Test-AnalysisServicesServer
9898
Suspend-AzureRmAnalysisServicesServer -ResourceGroupName $resourceGroupName -Name $serverName
9999
[array]$serverGet = Get-AzureRmAnalysisServicesServer -ResourceGroupName $resourceGroupName -Name $serverName
100100
$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
102102
Assert-True {$serverGetItem.State -like "Paused"}
103103
Assert-True {$serverGetItem.ProvisioningState -like "Paused"}
104104

0 commit comments

Comments
 (0)