Skip to content

Commit 225a4db

Browse files
authored
Fix argument name placeholders for NSDV command
1 parent 0d3395e commit 225a4db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/operator-service-manager/publisher-resource-preview-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Use the following Azure CLI command to change the state of a Network Service Des
9999
az aosm publisher network-service-design version update-state \
100100
--resource-group <myResourceGroup> \
101101
--publisher-name <myPublisherName> \
102-
--group-name <myNetworkFunctionDefinitionGroupName> \
103-
--version-name <myNetworkFunctionDefinitionVersionName> \
102+
--group-name <myNetworkServiceDesignGroupName> \
103+
--version-name <myNetworkServiceDesignVersionName> \
104104
--version-state Active | Deprecated
105105
```

0 commit comments

Comments
 (0)