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,33 @@
# az bicep
> Bicep CLI 命令组。
> 是 `azure-cli`(也称为 `az`)的一部分。
> 更多信息:<https://learn.microsoft.com/cli/azure/bicep>。
- 安装 Bicep CLI
`az bicep install`
- 构建 Bicep 文件:
`az bicep build --file {{path/to/file.bicep}}`
- 尝试将 ARM 模板文件反编译为 Bicep 文件:
`az bicep decompile --file {{path/to/template_file.json}}`
- 将 Bicep CLI 升级到最新版本:
`az bicep upgrade`
- 显示已安装的 Bicep CLI 版本:
`az bicep version`
- 列出所有可用的 Bicep CLI 版本:
`az bicep list-versions`
- 卸载 Bicep CLI
`az bicep uninstall`