File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/IotCentral/IotCentral/help Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Update the metadata for an IoT Central Application.
40
40
41
41
### Example 1 Update Display Name
42
42
``` 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"
44
44
```
45
45
46
46
``` output
@@ -62,7 +62,7 @@ Identity : Microsoft.Azure.Management.IotCentral.Models.SystemAssignedS
62
62
Update the Display name on an existing IoT Central Application.
63
63
### Example 2 Update Subdomain
64
64
``` powershell
65
- Set-AzureRmIotCentralApp -ResourceGroupName "MyResourceGroupName" -Name "MyAppResourceName" -Subdomain "new-subdomain"
65
+ Set-AzIotCentralApp -ResourceGroupName "MyResourceGroupName" -Name "MyAppResourceName" -Subdomain "new-subdomain"
66
66
```
67
67
68
68
``` output
@@ -84,7 +84,7 @@ Identity : Microsoft.Azure.Management.IotCentral.Models.SystemAssignedS
84
84
Update the Display name on an existing IoT Central Application.
85
85
### Example 3 Update App Sku Info
86
86
``` powershell
87
- Set-AzureRmIotCentralApp -ResourceGroupName "MyResourceGroupName" -Name "MyAppResourceName" -Sku "ST2"
87
+ Set-AzIotCentralApp -ResourceGroupName "MyResourceGroupName" -Name "MyAppResourceName" -Sku "ST2"
88
88
```
89
89
90
90
``` output
You can’t perform that action at this time.
0 commit comments