Skip to content

Commit 6488efd

Browse files
author
VSC-Service-Account
committed
1 parent d5f25e0 commit 6488efd

File tree

121 files changed

+12633
-158
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+12633
-158
lines changed

2017-03-09-profile/docs-ref-autogen/TOC.yml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,10 @@
621621
uid: az_automation_account
622622
displayName: az automation account
623623
items: []
624+
- name: configuration
625+
uid: az_automation_configuration
626+
displayName: az automation configuration
627+
items: []
624628
- name: hrwg
625629
items:
626630
- name: Summary
@@ -642,6 +646,15 @@
642646
uid: az_automation_runbook
643647
displayName: az automation runbook
644648
items: []
649+
- name: runtime-environment
650+
items:
651+
- name: Summary
652+
uid: az_automation_runtime-environment
653+
displayName: az automation runtime-environment
654+
- name: package
655+
uid: az_automation_runtime-environment_package
656+
displayName: az automation runtime-environment package
657+
items: []
645658
- name: schedule
646659
uid: az_automation_schedule
647660
displayName: az automation schedule
@@ -659,6 +672,20 @@
659672
uid: az_automation_software-update-configuration_runs
660673
displayName: az automation software-update-configuration runs
661674
items: []
675+
- name: source-control
676+
items:
677+
- name: Summary
678+
uid: az_automation_source-control
679+
displayName: az automation source-control
680+
- name: sync-job
681+
items:
682+
- name: Summary
683+
uid: az_automation_source-control_sync-job
684+
displayName: az automation source-control sync-job
685+
- name: stream
686+
uid: az_automation_source-control_sync-job_stream
687+
displayName: az automation source-control sync-job stream
688+
items: []
662689
- name: Autonomous Development Platform
663690
items:
664691
- name: Summary
@@ -3123,6 +3150,24 @@
31233150
uid: sp-Event_Hubs
31243151
displayName: Event Hubs
31253152
items: []
3153+
- name: Firmware Analysis
3154+
items:
3155+
- name: Summary
3156+
uid: sp-Firmware_Analysis
3157+
displayName: Firmware Analysis
3158+
- name: firmwareanalysis
3159+
items:
3160+
- name: Summary
3161+
uid: az_firmwareanalysis
3162+
displayName: az firmwareanalysis
3163+
- name: firmware
3164+
uid: az_firmwareanalysis_firmware
3165+
displayName: az firmwareanalysis firmware
3166+
items: []
3167+
- name: workspace
3168+
uid: az_firmwareanalysis_workspace
3169+
displayName: az firmwareanalysis workspace
3170+
items: []
31263171
- name: Fluid Relay
31273172
items:
31283173
- name: Summary

2017-03-09-profile/docs-ref-autogen/automation.yml

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: az automation
44
extensionInformation: >-
55
> [!NOTE]
66
7-
> This reference is part of the **automation** extension for the Azure CLI (version 2.40.0 or higher). The extension will automatically install the first time you run an **az automation** command. [Learn more](https://learn.microsoft.com/cli/azure/azure-cli-extensions-overview) about extensions.
7+
> This reference is part of the **automation** extension for the Azure CLI (version 2.55.0 or higher). The extension will automatically install the first time you run an **az automation** command. [Learn more](https://learn.microsoft.com/cli/azure/azure-cli-extensions-overview) about extensions.
88
summary: |-
99
Manage Automation Account.
1010
status: GA
@@ -14,8 +14,17 @@ commands:
1414
- az_automation_account_create
1515
- az_automation_account_delete
1616
- az_automation_account_list
17+
- az_automation_account_list-keys
1718
- az_automation_account_show
19+
- az_automation_account_show-linked-workspace
1820
- az_automation_account_update
21+
- az_automation_configuration
22+
- az_automation_configuration_create
23+
- az_automation_configuration_delete
24+
- az_automation_configuration_list
25+
- az_automation_configuration_show
26+
- az_automation_configuration_show-content
27+
- az_automation_configuration_update
1928
- az_automation_hrwg
2029
- az_automation_hrwg_create
2130
- az_automation_hrwg_delete
@@ -51,6 +60,18 @@ commands:
5160
- az_automation_runbook_start
5261
- az_automation_runbook_update
5362
- az_automation_runbook_wait
63+
- az_automation_runtime-environment
64+
- az_automation_runtime-environment_create
65+
- az_automation_runtime-environment_delete
66+
- az_automation_runtime-environment_list
67+
- az_automation_runtime-environment_package
68+
- az_automation_runtime-environment_package_create
69+
- az_automation_runtime-environment_package_delete
70+
- az_automation_runtime-environment_package_list
71+
- az_automation_runtime-environment_package_show
72+
- az_automation_runtime-environment_package_update
73+
- az_automation_runtime-environment_show
74+
- az_automation_runtime-environment_update
5475
- az_automation_schedule
5576
- az_automation_schedule_create
5677
- az_automation_schedule_delete
@@ -68,6 +89,20 @@ commands:
6889
- az_automation_software-update-configuration_runs_list
6990
- az_automation_software-update-configuration_runs_show
7091
- az_automation_software-update-configuration_show
92+
- az_automation_source-control
93+
- az_automation_source-control_create
94+
- az_automation_source-control_delete
95+
- az_automation_source-control_list
96+
- az_automation_source-control_show
97+
- az_automation_source-control_sync-job
98+
- az_automation_source-control_sync-job_create
99+
- az_automation_source-control_sync-job_list
100+
- az_automation_source-control_sync-job_show
101+
- az_automation_source-control_sync-job_stream
102+
- az_automation_source-control_sync-job_stream_list
103+
- az_automation_source-control_sync-job_stream_show
104+
- az_automation_source-control_sync-job_update
105+
- az_automation_source-control_update
71106
globalParameters:
72107
- name: --debug
73108
summary: |-

2017-03-09-profile/docs-ref-autogen/automation/account.yml

Lines changed: 63 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: az automation account
44
extensionInformation: >-
55
> [!NOTE]
66
7-
> This reference is part of the **automation** extension for the Azure CLI (version 2.40.0 or higher). The extension will automatically install the first time you run an **az automation account** command. [Learn more](https://learn.microsoft.com/cli/azure/azure-cli-extensions-overview) about extensions.
7+
> This reference is part of the **automation** extension for the Azure CLI (version 2.55.0 or higher). The extension will automatically install the first time you run an **az automation account** command. [Learn more](https://learn.microsoft.com/cli/azure/azure-cli-extensions-overview) about extensions.
88
summary: |-
99
Automation Account.
1010
status: Experimental
@@ -106,6 +106,36 @@ directCommands:
106106
- name: --resource-group -g
107107
summary: |-
108108
Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
109+
- uid: az_automation_account_list-keys
110+
name: az automation account list-keys
111+
summary: |-
112+
Retrieve the automation keys for an account.
113+
status: Experimental
114+
isExperimental: true
115+
previewOrExperimentalInfo: "Command group 'automation account' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus"
116+
sourceType: Extension
117+
syntax: >-
118+
az automation account list-keys [--automation-account-name]
119+
[--ids]
120+
[--resource-group]
121+
[--subscription]
122+
examples:
123+
- summary: |-
124+
Retrieve the automation keys
125+
syntax: az automation account list-keys --resource-group myResouceGroup --name myAutomationAccount
126+
optionalParameters:
127+
- name: --automation-account-name --name -n
128+
summary: |-
129+
The name of the automation account.
130+
- name: --ids
131+
summary: |-
132+
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
133+
- name: --resource-group -g
134+
summary: |-
135+
Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
136+
- name: --subscription
137+
summary: |-
138+
Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
109139
- uid: az_automation_account_show
110140
name: az automation account show
111141
summary: |-
@@ -136,6 +166,36 @@ directCommands:
136166
- name: --subscription
137167
summary: |-
138168
Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
169+
- uid: az_automation_account_show-linked-workspace
170+
name: az automation account show-linked-workspace
171+
summary: |-
172+
Get the linked workspace for the account id.
173+
status: Experimental
174+
isExperimental: true
175+
previewOrExperimentalInfo: "Command group 'automation account' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus"
176+
sourceType: Extension
177+
syntax: >-
178+
az automation account show-linked-workspace [--automation-account-name]
179+
[--ids]
180+
[--resource-group]
181+
[--subscription]
182+
examples:
183+
- summary: |-
184+
Get the linked workspace id
185+
syntax: az automation account show-linked-workspace --resource-group myResourceGroup --name myAutomationAccount
186+
optionalParameters:
187+
- name: --automation-account-name --name -n
188+
summary: |-
189+
The name of the automation account.
190+
- name: --ids
191+
summary: |-
192+
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
193+
- name: --resource-group -g
194+
summary: |-
195+
Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
196+
- name: --subscription
197+
summary: |-
198+
Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
139199
- uid: az_automation_account_update
140200
name: az automation account update
141201
summary: |-
@@ -179,7 +239,9 @@ commands:
179239
- az_automation_account_create
180240
- az_automation_account_delete
181241
- az_automation_account_list
242+
- az_automation_account_list-keys
182243
- az_automation_account_show
244+
- az_automation_account_show-linked-workspace
183245
- az_automation_account_update
184246
globalParameters:
185247
- name: --debug

0 commit comments

Comments
 (0)