az acr config retention
此命令组处于预览状态,正在开发中。 参考和支持级别:https://aka.ms/CLI_refstatus
管理 Azure 容器注册表的保留策略。
命令
名称 | 说明 | 类型 | Status |
---|---|---|---|
az acr config retention show |
显示 Azure 容器注册表配置的保留策略。 |
Core | Preview |
az acr config retention update |
更新 Azure 容器注册表的保留策略。 |
Core | Preview |
az acr config retention show
命令组“acr 配置保留期”处于预览状态,正在开发中。 参考和支持级别:https://aka.ms/CLI_refstatus
显示 Azure 容器注册表配置的保留策略。
az acr config retention show --registry
[--resource-group]
示例
显示 Azure 容器注册表配置的保留策略
az acr config retention show -r myregistry
必需参数
容器注册表的名称。 它应以小写形式指定。 可以使用 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 |
az acr config retention update
命令组“acr 配置保留期”处于预览状态,正在开发中。 参考和支持级别:https://aka.ms/CLI_refstatus
更新 Azure 容器注册表的保留策略。
az acr config retention update --registry
--type {UntaggedManifests}
[--days]
[--resource-group]
[--status {disabled, enabled}]
示例
为 Azure 容器注册表启用保留策略,以便在 30 天后删除未标记的清单。
az acr config retention update -r myregistry --status Enabled --days 30 --type UntaggedManifests
为 Azure 容器注册表启用保留策略,以便在清单未标记后立即删除清单。
az acr config retention update -r myregistry --status Enabled --days 0 --type UntaggedManifests
必需参数
容器注册表的名称。 它应以小写形式指定。 可以使用 az configure --defaults acr=<registry name>
配置默认注册表名称。
保留策略的类型。
属性 | 值 |
---|---|
接受的值: | UntaggedManifests |
可选参数
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
保留未标记清单的天数,之后它将被清除(范围:0 到 365)。 值“0”将立即删除未标记的清单。
属性 | 值 |
---|---|
默认值: | 7 |
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
指示是否启用保留策略。
属性 | 值 |
---|---|
接受的值: | disabled, enabled |
全局参数
提高日志记录详细程度以显示所有调试日志。
属性 | 值 |
---|---|
默认值: | 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 |