Skip to content

Commit 778f37b

Browse files
authored
Merge pull request #4263 from shuxianc/patch-1
Update example 2
2 parents fbc99e7 + 66b06a5 commit 778f37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Add-AzureRmApiManagementRegion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This command adds two premium SKU units and the region named East US to the **Ps
3333

3434
### Example 2: Add new deployment regions to a PsApiManagement instance and then update deployment
3535
```
36-
PS C:\>Get-AzureRmApiManagement -ResourceGroupName "Contoso" -Name "ContosoApi" | Add-AzureRmApiManagementRegion -Location "East US" -Sku "Premium" -Capacity 2 | Update-AzureRmApiManagementDeployments
36+
PS C:\>Get-AzureRmApiManagement -ResourceGroupName "Contoso" -Name "ContosoApi" | Add-AzureRmApiManagementRegion -Location "East US" -Sku "Premium" -Capacity 2 | Update-AzureRmApiManagementDeployment
3737
```
3838

3939
This command gets a **PsApiManagement** object, adds two premium SKU units for the region named East US, and then updates deployment.

0 commit comments

Comments
 (0)