Skip to content

Commit 2f45ead

Browse files
Merge pull request #306384 from msftadam/patch-53910
Add update instructions for AOSM CLI extension
2 parents 2c33935 + b39f1a1 commit 2f45ead

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

articles/operator-service-manager/concepts-about-azure-operator-service-manager-cli.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,31 @@ The Azure CLI AOSM Extension provides a convenient, simplified interface for pub
2727

2828
- **Optimized for initial testing** - The CLI builds AOSM resources which are optimized for simplicity and for accelerating the publish, deploy, test feedback loop.
2929

30+
## Updating the Azure Operator Service Manager CLI extension
31+
32+
In most cases, take updates from the generally available release pipeline using the following command;
33+
```powershell
34+
az extension update --name aosm
35+
```
36+
37+
In some cases, Microsoft may advise taking select updates from the preview release pipeline using the following command:
38+
```powershell
39+
az extension update --name aosm --allow-preview true
40+
```
41+
42+
To confirm the installed CLI extension version use the following command:
43+
```powershell
44+
az --version
45+
```
46+
47+
Check the output of the above command for the `aosm` row:
48+
```powershell
49+
----------------------------------------
50+
...
51+
aosm 2.0.0b3
52+
...
53+
```
54+
3055
## Next Steps
3156

3257
- Use the Azure CLI AOSM Extension to onboard an example [CNF](quickstart-containerized-network-function-prerequisites.md) or [VNF](quickstart-virtualized-network-function-prerequisites.md).

0 commit comments

Comments
 (0)