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
This commandlet takes the connection resource, VPN device brand, model, firmware version, and return the corresponding configuration script that customers can apply directly on their on-premises VPN devices. The script will follow the syntax of the selected device, and fill in the necessary parameters such as Azure gateway public IP addresses, virtual network address prefixes, VPN tunnel pre-shared key, etc. so customers can simply copy-paste to their VPN device configurations.
@@ -419,7 +419,6 @@ Creates a backend address pool configuration for a load balancer.
419
419
Creates a front-end IP configuration for a load balancer.
Lists Azure RBAC role assignments at the specified scope.
96
-
By default it lists all role assignments in the selected Azure subscription.
97
-
Use respective parameters to list assignments to a specific user, or to list assignments on a specific resource group or resource.
95
+
Lists Azure RBAC role assignments at the specified scope. By default it lists all role assignments in the selected Azure subscription. Use respective parameters to list assignments to a specific user, or to list assignments on a specific resource group or resource.
Provide either a JSON role definition file or a PSRoleDefinition object as input.
168
-
First, use the Get-AzRoleDefinition command to generate a baseline role definition object.
169
-
Then, modify its properties as required.
170
-
Finally, use this command to create a custom role using role definition.
167
+
Creates a custom role in Azure RBAC. Provide either a JSON role definition file or a PSRoleDefinition object as input. First, use the Get-AzRoleDefinition command to generate a baseline role definition object. Then, modify its properties as required. Finally, use this command to create a custom role using role definition.
168
+
169
+
### [New-AzTag](New-AzTag.md)
170
+
Creates a predefined Azure tag or adds values to an existing tag.
The role to be deleted is specified using the Id property of the role.
241
-
Delete will fail if there are existing role assignments made to the custom role.
239
+
Deletes a custom role in Azure RBAC. The role to be deleted is specified using the Id property of the role. Delete will fail if there are existing role assignments made to the custom role.
Provide the modified role definition either as a JSON file or as a PSRoleDefinition.
276
-
First, use the Get-AzRoleDefinition command to retrieve the custom role that you wish to modify.
277
-
Then, modify the properties that you wish to change.
278
-
Finally, save the role definition using this command.
275
+
Modifies a custom role in Azure RBAC. Provide the modified role definition either as a JSON file or as a PSRoleDefinition. First, use the Get-AzRoleDefinition command to retrieve the custom role that you wish to modify. Then, modify the properties that you wish to change. Finally, save the role definition using this command.
279
276
280
277
### [Stop-AzDeployment](Stop-AzDeployment.md)
281
-
Cancels a running deployment at subscription scope.
0 commit comments