You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/workload-orchestration/azext_workload_orchestration/aaz/latest/workload_orchestration/configuration/_config_download.py
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@
21
21
classDownload(AAZCommand):
22
22
"""Download configurations available at specified hierarchical entity
Copy file name to clipboardExpand all lines: src/workload-orchestration/azext_workload_orchestration/aaz/latest/workload_orchestration/configuration/_config_set.py
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,11 @@
24
24
classShowConfig2(AAZCommand):
25
25
"""To set the values to configurations available at specified hierarchical entity
26
26
:example: Set a Configuration through editor
27
-
az workload-orchestration configuration set --hierarchy-id "/subscriptions/sub1/resourceGroups/rg1/providers/Microsoft.Edge/sites/site1" --template-resource-group rg1 --template-name template1 --version 1.0.0
27
+
az workload-orchestration configuration set --hierarchy-id \"/subscriptions/sub1/resourceGroups/rg1/providers/Microsoft.Edge/sites/site1\" --template-rg rg1 --template-name template1 --version 1.0.0
28
28
:example: Set a Configuration through file
29
-
az workload-orchestration configuration set --hierarchy-id "/subscriptions/sub1/resourceGroups/rg1/providers/Microsoft.Edge/sites/site1" --template-resource-group rg1 --template-name template1 --version 1.0.0 --file /path/to/config.yaml
29
+
az workload-orchestration configuration set --hierarchy-id "/subscriptions/sub1/resourceGroups/rg1/providers/Microsoft.Edge/sites/site1" --template-rg rg1 --template-name template1 --version 1.0.0 --file /path/to/config.yaml
30
30
:example: Set a Solution Template Configuration
31
-
az workload-orchestration configuration set --hierarchy-id "/subscriptions/sub1/resourceGroups/rg1/providers/Microsoft.Edge/sites/site1" --template-resource-group rg1 --template-name solutionTemplate1 --version 1.0.0 --solution
31
+
az workload-orchestration configuration set --hierarchy-id "/subscriptions/sub1/resourceGroups/rg1/providers/Microsoft.Edge/sites/site1" --template-rg rg1 --template-name solutionTemplate1 --version 1.0.0 --solution
Copy file name to clipboardExpand all lines: src/workload-orchestration/azext_workload_orchestration/aaz/latest/workload_orchestration/configuration/_config_show.py
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@
20
20
classShowConfig(AAZCommand):
21
21
"""To get a configurations available at specified hierarchical entity
22
22
:example: Show a Configuration
23
-
az workload-orchestration configuration show --hierarchy-id "/subscriptions/sub1/resourceGroups/rg1/providers/Microsoft.Edge/sites/site1" --template-resource-group rg1 --template-name template1 --version 1.0.0
23
+
az workload-orchestration configuration show --hierarchy-id "/subscriptions/sub1/resourceGroups/rg1/providers/Microsoft.Edge/sites/site1" --template-rg rg1 --template-name template1 --version 1.0.0
24
24
:example: Show a Solution Template Configuration
25
-
az workload-orchestration configuration show --hierarchy-id "/subscriptions/sub1/resourceGroups/rg1/providers/Microsoft.Edge/sites/site1" --template-resource-group rg1 --template-name solutionTemplate1 --version 1.0.0 --solution
25
+
az workload-orchestration configuration show --hierarchy-id "/subscriptions/sub1/resourceGroups/rg1/providers/Microsoft.Edge/sites/site1" --template-rg rg1 --template-name solutionTemplate1 --version 1.0.0 --solution
Copy file name to clipboardExpand all lines: src/workload-orchestration/azext_workload_orchestration/aaz/latest/workload_orchestration/configuration/schema/_show.py
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,11 @@
19
19
classShow(AAZCommand):
20
20
"""Show the schema placeholder for a configuration template or solution template
21
21
:example: Show schema for a Configuration Template
22
-
az workload-orchestration configuration schema show --template-resource-group rg1 --template-name template1 --version 1.0.0
22
+
az workload-orchestration configuration schema show --template-rg rg1 --template-name template1 --version 1.0.0
23
23
:example: Show schema for a Solution Template
24
-
az workload-orchestration configuration schema show --template-resource-group rg1 --template-name solutionTemplate1 --version 1.0.0 --solution
24
+
az workload-orchestration configuration schema show --template-rg rg1 --template-name solutionTemplate1 --version 1.0.0 --solution
25
25
:example: Show schema for a template in different subscription
26
-
az workload-orchestration configuration schema show --template-subscription sub1 --template-resource-group rg1 --template-name template1 --version 1.0.0
26
+
az workload-orchestration configuration schema show --template-subscription sub1 --template-rg rg1 --template-name template1 --version 1.0.0
0 commit comments