You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **Add-AzApiManagementRegion** cmdlet adds new instance of type **PsApiManagementRegion** to the collection of **AdditionalRegions** of provided instance of type **Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement**.
24
24
This cmdlet does not deploy anything by itself but updates instance of **PsApiManagement** in-memory.
25
-
To update a deployment of an API Management pass the modified **PsApiManagement** Instance to Update-AzApiManagementDeployment.
25
+
To update a deployment of an API Management pass the modified **PsApiManagement** Instance to Set-AzApiManagement.
The **Remove-AzApiManagementRegion** cmdlet removes instance of type **Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion** from a collection of **AdditionalRegions** of provided the instance of type **Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement**.
23
23
This cmdlet does not modify deployment by itself but updates the instance of **PsApiManagement** in-memory.
24
-
To update a deployment of an API Management, pass the modified **PsApiManagementInstance** to **Update-AzApiManagement**.
24
+
To update a deployment of an API Management, pass the modified **PsApiManagementInstance** to **Set-AzApiManagement**.
25
25
26
26
## EXAMPLES
27
27
@@ -34,7 +34,7 @@ This command removes the region named East US from the **PsApiManagement** insta
34
34
35
35
### Example 2: Remove a region from a PsApiManagement instance using a series of commands
The **Update-AzApiManagementRegion** cmdlet updates an existing instance of type **Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion** in a collection of **AdditionalRegions** objects of a provided instance of type **Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement**.
24
24
This cmdlet does not deploy anything but updates an instance of **PsApiManagement** in-memory.
25
-
To update a deployment of an API Management use the modified **PsApiManagementInstance** to the Update-AzApiManagementDeployment cmdlet.
25
+
To update a deployment of an API Management use the modified **PsApiManagementInstance** to the Set-AzApiManagement cmdlet.
26
26
27
27
## EXAMPLES
28
28
29
29
### Example 1: Increases capacity of Additional Region in a PsApiManagement instance
This command gets the API Management Premium SKU service, having regions in South Central US and North Central US. It then increases the Capacity of the North Central US region to 2 using the **Update-AzApiManagementRegion**. The next cmdlet Set-AzApiManagement applies the configuration change to the Api Management service.
36
+
This command gets the API Management Premium SKU service, having regions in South Central US and North Central US. It then increases the Capacity of the North Central US region to 2 using the **Set-AzApiManagement**. The next cmdlet **Set-AzApiManagement** applies the configuration change to the Api Management service.
39
37
40
38
## PARAMETERS
41
39
@@ -165,4 +163,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
0 commit comments