az vmware private-cloud identity

Note

This reference is part of the vmware extension for the Azure CLI (version 2.11.0 or higher). The extension will automatically install the first time you run an az vmware private-cloud identity command. Learn more about extensions.

Commands for Managed Identity in a private cloud.

Commands

az vmware private-cloud identity assign

Assign a Managed Identity in a private cloud.

az vmware private-cloud identity remove

Remove a Managed Identity in a private cloud.

az vmware private-cloud identity show

Show Managed Identities in a private cloud.

az vmware private-cloud identity assign

Assign a Managed Identity in a private cloud.

az vmware private-cloud identity assign --private-cloud
                                        --resource-group
                                        [--system-assigned]

Required Parameters

--private-cloud -c

Name of the private cloud.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Optional Parameters

--system-assigned

Enable a system assigned identity.

default value: False

az vmware private-cloud identity remove

Remove a Managed Identity in a private cloud.

az vmware private-cloud identity remove --private-cloud
                                        --resource-group
                                        [--system-assigned]

Required Parameters

--private-cloud -c

Name of the private cloud.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Optional Parameters

--system-assigned

Disable a system assigned identity.

default value: False

az vmware private-cloud identity show

Show Managed Identities in a private cloud.

az vmware private-cloud identity show --private-cloud
                                      --resource-group

Required Parameters

--private-cloud -c

Name of the private cloud.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.