Skip to content

Commit 030e0ff

Browse files
Fix Az.MixedReality Syntax Errors (#17668)
1 parent 0898626 commit 030e0ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/MixedReality/MixedReality/help/New-AzRemoteRenderingAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Create a new Remote Rendering Account in certain Subscription, Resource Group an
2424

2525
### Example 1
2626
```powershell
27-
New-AzureRmRemoteRenderingAccount -ResourceGroup rg1 -Name example -Location centralus
27+
New-AzRemoteRenderingAccount -ResourceGroup rg1 -Name example -Location centralus
2828
```
2929

3030
```output

src/MixedReality/MixedReality/help/New-AzSpatialAnchorsAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Create a new Spatial Anchors Account in certain Subscription, Resource Group and
2424

2525
### Example 1
2626
```powershell
27-
New-AzureRmSpatialAnchorsAccount -ResourceGroup rg1 -Name example -Location centralus
27+
New-AzSpatialAnchorsAccount -ResourceGroup rg1 -Name example -Location centralus
2828
```
2929

3030
```output

0 commit comments

Comments
 (0)