Skip to content

Commit db12eab

Browse files
committed
update
1 parent ca33c11 commit db12eab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-resource-manager/bicep/bicep-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ az bicep publish --file <bicep-file> --target br:<registry-name>.azurecr.io/<mod
146146
For example:
147147

148148
```azurecli
149-
az bicep publish --file storage.bicep --target br:exampleregistry.azurecr.io/bicep/modules/storage:v1
149+
az bicep publish --file storage.bicep --target br:exampleregistry.azurecr.io/bicep/modules/storage:v1 --documentationUri https://www.contoso.com/exampleregistry.html
150150
```
151151

152152
The `publish` command doesn't recognize aliases that you've defined in a [bicepconfig.json](bicep-config-modules.md) file. Provide the full module path.

articles/azure-resource-manager/bicep/private-module-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ After setting up the container registry, you can publish files to it. Use the [p
5858
# [PowerShell](#tab/azure-powershell)
5959
6060
```azurepowershell
61-
Publish-AzBicepModule -FilePath ./storage.bicep -Target br:exampleregistry.azurecr.io/bicep/modules/storage:v1 --documentationUri https://www.contoso.com/exampleregistry.html
61+
Publish-AzBicepModule -FilePath ./storage.bicep -Target br:exampleregistry.azurecr.io/bicep/modules/storage:v1 -DocumentationUri https://www.contoso.com/exampleregistry.html
6262
```
6363

6464
# [Azure CLI](#tab/azure-cli)

0 commit comments

Comments
 (0)