Skip to content

Commit defe061

Browse files
committed
Linting fixes
1 parent dc85fb4 commit defe061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/operator-service-manager/concepts-cli-containerized-network-function-image-upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ image: repository/release/contoso-c:1.0.0
5757
image: repository/test-release/contoso-test:1.0.0
5858
```
5959
60-
The Azure CLI AOSM extension takes in the above image lines and removes the `repository` (this happens because the repository will be overwritten by the new registry backing the Artifact Store created by AOSM). Then, the Azure CLI AOSM extension searches for the images in `myregistry.azurecr.io/release/contoso-a:1.0.0`, `myregistry.azurecr.io/release/contoso-b:1.0.0`, `myregistry.azurecr.io/release/contoso-c:1.0.0`, and `myregistry.azurecr.io/test-release/contoso-test:1.0.0`. The images must be available in these paths.
60+
The Azure CLI AOSM extension takes in the above image lines and removes the `repository` (AOSM overwrites the repository with the new registry backing the AOSM Artifact Store). Then, the Azure CLI AOSM extension searches for the images in `myregistry.azurecr.io/release/contoso-a:1.0.0`, `myregistry.azurecr.io/release/contoso-b:1.0.0`, `myregistry.azurecr.io/release/contoso-c:1.0.0`, and `myregistry.azurecr.io/test-release/contoso-test:1.0.0`. The images must be available in these paths.
6161

6262
### Namespacing
6363

0 commit comments

Comments
 (0)