Skip to content

Commit f2fa4af

Browse files
authored
Update Set-AzAnalysisServicesServer.md (#17685)
1 parent 869648f commit f2fa4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AnalysisServices/AnalysisServices/help/Set-AzAnalysisServicesServer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The Set-AzAnalysisServicesServer cmdlet modifies an instance of Analysis Service
4444

4545
### Example 1
4646
```powershell
47-
Set-AzAnalysisServicesServer -Name "testserver" -ResourceGroupName "testgroup" -Tag "key1:value1,key2:value2" -Administrator "[email protected]"
47+
Set-AzAnalysisServicesServer -Name "testserver" -ResourceGroupName "testgroup" -Tag @{key1 = "value1"; key2 ="value2"} -Administrator "[email protected]"
4848
```
4949

5050
Modifies the server named testserver in resourcegroup testgroup to set the tags as key1:value1 and key2:value2 and administrator to [email protected]

0 commit comments

Comments
 (0)