az acr credential
管理 Azure 容器注册表的登录凭据。
命令
名称 | 说明 | 类型 | Status |
---|---|---|---|
az acr credential renew |
重新生成 Azure 容器注册表的登录凭据。 |
Core | GA |
az acr credential show |
获取 Azure 容器注册表的登录凭据。 |
Core | GA |
az acr credential renew
重新生成 Azure 容器注册表的登录凭据。
az acr credential renew --name
--password-name {password, password2}
[--resource-group]
示例
续订 Azure 容器注册表的第二个密码。
az acr credential renew -n myregistry --password-name password2
重新生成 Azure 容器注册表的登录凭据。 (autogenerated)
az acr credential renew --name myregistry --password-name password --resource-group MyResourceGroup
必需参数
容器注册表的名称。 它应以小写形式指定。 可以使用 az configure --defaults acr=<registry name>
配置默认注册表名称。
要重新生成的密码的名称。
属性 | 值 |
---|---|
接受的值: | password, password2 |
可选参数
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
全局参数
提高日志记录详细程度以显示所有调试日志。
属性 | 值 |
---|---|
默认值: | False |
显示此帮助消息并退出。
仅显示错误,禁止显示警告。
属性 | 值 |
---|---|
默认值: | False |
Output format.
属性 | 值 |
---|---|
默认值: | json |
接受的值: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
增加日志记录详细程度。 使用 --debug 获取完整的调试日志。
属性 | 值 |
---|---|
默认值: | False |
az acr credential show
获取 Azure 容器注册表的登录凭据。
az acr credential show --name
[--resource-group]
示例
获取 Azure 容器注册表的登录凭据。
az acr credential show -n myregistry
获取用于登录到 Azure 容器注册表的用户名。
az acr credential show -n myregistry --query username
获取用于登录到 Azure 容器注册表的密码。
az acr credential show -n myregistry --query 'passwords[0].value'
必需参数
容器注册表的名称。 它应以小写形式指定。 可以使用 az configure --defaults acr=<registry name>
配置默认注册表名称。
可选参数
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
全局参数
提高日志记录详细程度以显示所有调试日志。
属性 | 值 |
---|---|
默认值: | False |
显示此帮助消息并退出。
仅显示错误,禁止显示警告。
属性 | 值 |
---|---|
默认值: | False |
Output format.
属性 | 值 |
---|---|
默认值: | json |
接受的值: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
增加日志记录详细程度。 使用 --debug 获取完整的调试日志。
属性 | 值 |
---|---|
默认值: | False |