Skip to content

Commit 57d728f

Browse files
authored
Fix Az.IotCentral Syntax Errors (#17599)
1 parent f2fa4af commit 57d728f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/IotCentral/IotCentral/help/Set-AzIotCentralApp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Update the metadata for an IoT Central Application.
4040

4141
### Example 1 Update Display Name
4242
```powershell
43-
Set-AzureRmIotCentralApp -ResourceGroupName "MyResourceGroupName" -Name "MyAppResourceName" -DisplayName "My New Custom Display Name"
43+
Set-AzIotCentralApp -ResourceGroupName "MyResourceGroupName" -Name "MyAppResourceName" -DisplayName "My New Custom Display Name"
4444
```
4545

4646
```output
@@ -62,7 +62,7 @@ Identity : Microsoft.Azure.Management.IotCentral.Models.SystemAssignedS
6262
Update the Display name on an existing IoT Central Application.
6363
### Example 2 Update Subdomain
6464
```powershell
65-
Set-AzureRmIotCentralApp -ResourceGroupName "MyResourceGroupName" -Name "MyAppResourceName" -Subdomain "new-subdomain"
65+
Set-AzIotCentralApp -ResourceGroupName "MyResourceGroupName" -Name "MyAppResourceName" -Subdomain "new-subdomain"
6666
```
6767

6868
```output
@@ -84,7 +84,7 @@ Identity : Microsoft.Azure.Management.IotCentral.Models.SystemAssignedS
8484
Update the Display name on an existing IoT Central Application.
8585
### Example 3 Update App Sku Info
8686
```powershell
87-
Set-AzureRmIotCentralApp -ResourceGroupName "MyResourceGroupName" -Name "MyAppResourceName" -Sku "ST2"
87+
Set-AzIotCentralApp -ResourceGroupName "MyResourceGroupName" -Name "MyAppResourceName" -Sku "ST2"
8888
```
8989

9090
```output

0 commit comments

Comments
 (0)