add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,25 @@
# az 提供者
> 管理资源提供者。
> 属于 `azure-cli`(也称为 `az`)。
> 更多信息:<https://learn.microsoft.com/cli/azure/provider>。
- 注册一个提供者:
`az provider register --namespace {{Microsoft.PolicyInsights}}`
- 注销一个提供者:
`az provider unregister --namespace {{Microsoft.Automation}}`
- 列出订阅的所有提供者:
`az provider list`
- 显示特定提供者的信息:
`az provider show --namespace {{Microsoft.Storage}}`
- 列出特定提供者的所有资源类型:
`az provider list --query "[?namespace=='{{Microsoft.Network}}'].resourceTypes[].resourceType"`