az acr private-endpoint-connection
Manage container registry private endpoint connections.
To create a private endpoint connection use "az network private-endpoint create". For more information see https://aka.ms/acr/private-link.
Commands
az acr private-endpoint-connection approve |
Approve a private endpoint connection request for a container registry. |
az acr private-endpoint-connection delete |
Delete a private endpoint connection request for a container registry. |
az acr private-endpoint-connection list |
List all private endpoint connections to a container registry. |
az acr private-endpoint-connection reject |
Reject a private endpoint connection request for a container registry. |
az acr private-endpoint-connection show |
Show details of a container registry's private endpoint connection. |
az acr private-endpoint-connection approve
Approve a private endpoint connection request for a container registry.
To create a private endpoint connection use "az network private-endpoint create". For more information see https://aka.ms/acr/private-link.
az acr private-endpoint-connection approve --name
--registry-name
[--description]
[--resource-group]
[--subscription]
Required Parameters
The name of the private endpoint connection.
The name of the container registry. You can configure the default registry name using az configure --defaults acr=<registry name>
.
Optional Parameters
Approval description. For example, the reason for approval.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az acr private-endpoint-connection delete
Delete a private endpoint connection request for a container registry.
To create a private endpoint connection use "az network private-endpoint create". For more information see https://aka.ms/acr/private-link.
az acr private-endpoint-connection delete --name
--registry-name
[--resource-group]
[--subscription]
Required Parameters
The name of the private endpoint connection.
The name of the container registry. You can configure the default registry name using az configure --defaults acr=<registry name>
.
Optional Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az acr private-endpoint-connection list
List all private endpoint connections to a container registry.
To create a private endpoint connection use "az network private-endpoint create". For more information see https://aka.ms/acr/private-link.
az acr private-endpoint-connection list --registry-name
[--query-examples]
[--resource-group]
[--subscription]
Required Parameters
The name of the container registry. You can configure the default registry name using az configure --defaults acr=<registry name>
.
Optional Parameters
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az acr private-endpoint-connection reject
Reject a private endpoint connection request for a container registry.
To create a private endpoint connection use "az network private-endpoint create". For more information see https://aka.ms/acr/private-link.
az acr private-endpoint-connection reject --name
--registry-name
[--description]
[--resource-group]
[--subscription]
Required Parameters
The name of the private endpoint connection.
The name of the container registry. You can configure the default registry name using az configure --defaults acr=<registry name>
.
Optional Parameters
Rejection description. For example, the reason for rejection.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az acr private-endpoint-connection show
Show details of a container registry's private endpoint connection.
To create a private endpoint connection use "az network private-endpoint create". For more information see https://aka.ms/acr/private-link.
az acr private-endpoint-connection show --name
--registry-name
[--query-examples]
[--resource-group]
[--subscription]
Required Parameters
The name of the private endpoint connection.
The name of the container registry. You can configure the default registry name using az configure --defaults acr=<registry name>
.
Optional Parameters
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.