Skip to content

Commit cb5b678

Browse files
authored
Merge pull request #919 from kkarmakarMS/feature-azureautomation
Update Azure Automation runtime environment API version
2 parents 989e141 + f7e9c40 commit cb5b678

21 files changed

Lines changed: 1400 additions & 28 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# [Group] _automation automation-account_
2+
3+
Manage Automation Account

Commands/automation/readme.md

Lines changed: 29 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,29 @@
1-
# [Group] _automation_
2-
3-
Manage Automation Account.
4-
5-
## Subgroups
6-
7-
- [account](/Commands/automation/account/readme.md)
8-
: Automation Account.
9-
10-
- [configuration](/Commands/automation/configuration/readme.md)
11-
: Manage Dsc Configuration.
12-
13-
- [hrwg](/Commands/automation/hrwg/readme.md)
14-
: Automation Hybrid Runbook Worker Group.
15-
16-
- [node](/Commands/automation/node/readme.md)
17-
: Manage Dsc Node.
18-
19-
- [python3-package](/Commands/automation/python3-package/readme.md)
20-
: python3-package
21-
22-
- [runtime-environment](/Commands/automation/runtime-environment/readme.md)
23-
: Manage RuntimeEnvironment.
24-
25-
- [source-control](/Commands/automation/source-control/readme.md)
26-
: Manage source control.
1+
# [Group] _automation_
2+
3+
Manage Automation Account.
4+
5+
## Subgroups
6+
7+
- [account](/Commands/automation/account/readme.md)
8+
: Automation Account.
9+
10+
- [automation-account](/Commands/automation/automation-account/readme.md)
11+
: Manage Automation Account
12+
13+
- [configuration](/Commands/automation/configuration/readme.md)
14+
: Manage Dsc Configuration.
15+
16+
- [hrwg](/Commands/automation/hrwg/readme.md)
17+
: Automation Hybrid Runbook Worker Group.
18+
19+
- [node](/Commands/automation/node/readme.md)
20+
: Manage Dsc Node.
21+
22+
- [python3-package](/Commands/automation/python3-package/readme.md)
23+
: python3-package
24+
25+
- [runtime-environment](/Commands/automation/runtime-environment/readme.md)
26+
: Manage RuntimeEnvironment.
27+
28+
- [source-control](/Commands/automation/source-control/readme.md)
29+
: Manage source control.

Commands/automation/runtime-environment/_create.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ Create Runtime Environment.
1414
```bash
1515
automation runtime-environment create -g rg --automation-account-name myAutomationAccount --name rt --location westus2 --language PowerShell --version 7.1 --default-packages "{Az:7.3.2}"
1616
```
17+
18+
### [2024-10-23](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hdXRvbWF0aW9uL2F1dG9tYXRpb25hY2NvdW50cy97fS9ydW50aW1lZW52aXJvbm1lbnRzL3t9/2024-10-23.xml) **Stable**
19+
20+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.automation/automationaccounts/{}/runtimeenvironments/{} 2024-10-23 -->

Commands/automation/runtime-environment/_delete.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ Delete the Runtime Environment.
1414
```bash
1515
automation runtime-environment delete -g rg --automation-account-name myAutomationAccount --name rt -y
1616
```
17+
18+
### [2024-10-23](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hdXRvbWF0aW9uL2F1dG9tYXRpb25hY2NvdW50cy97fS9ydW50aW1lZW52aXJvbm1lbnRzL3t9/2024-10-23.xml) **Stable**
19+
20+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.automation/automationaccounts/{}/runtimeenvironments/{} 2024-10-23 -->

Commands/automation/runtime-environment/_list.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ List a list of RuntimeEnvironments.
1414
```bash
1515
automation runtime-environment list -g rg --automation-account-name myAutomationAccount
1616
```
17+
18+
### [2024-10-23](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hdXRvbWF0aW9uL2F1dG9tYXRpb25hY2NvdW50cy97fS9ydW50aW1lZW52aXJvbm1lbnRz/2024-10-23.xml) **Stable**
19+
20+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.automation/automationaccounts/{}/runtimeenvironments 2024-10-23 -->

Commands/automation/runtime-environment/_show.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ Get information about the Runtime Environment.
1414
```bash
1515
automation runtime-environment show -g rg --automation-account-name myAutomationAccount --name rt
1616
```
17+
18+
### [2024-10-23](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hdXRvbWF0aW9uL2F1dG9tYXRpb25hY2NvdW50cy97fS9ydW50aW1lZW52aXJvbm1lbnRzL3t9/2024-10-23.xml) **Stable**
19+
20+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.automation/automationaccounts/{}/runtimeenvironments/{} 2024-10-23 -->

Commands/automation/runtime-environment/_update.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ Update Runtime Environment.
1414
```bash
1515
automation runtime-environment update -g rg --automation-account-name myAutomationAccount --name rt --default-packages "{Az:8.0.0}"
1616
```
17+
18+
### [2024-10-23](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hdXRvbWF0aW9uL2F1dG9tYXRpb25hY2NvdW50cy97fS9ydW50aW1lZW52aXJvbm1lbnRzL3t9/2024-10-23.xml) **Stable**
19+
20+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.automation/automationaccounts/{}/runtimeenvironments/{} 2024-10-23 -->

Commands/automation/runtime-environment/package/_create.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,14 @@ Create the package identified by package name.
1414
```bash
1515
automation runtime-environment package create -g rg--automation-account-name myAutomationAccount --runtime-environment-name rt --name rt-package --uri https://teststorage.blob.core.windows.net/mycontainer/MyModule.zip --content-version 1.0.0.0
1616
```
17+
18+
### [2024-10-23](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hdXRvbWF0aW9uL2F1dG9tYXRpb25hY2NvdW50cy97fS9ydW50aW1lZW52aXJvbm1lbnRzL3t9L3BhY2thZ2VzL3t9/2024-10-23.xml) **Stable**
19+
20+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.automation/automationaccounts/{}/runtimeenvironments/{}/packages/{} 2024-10-23 -->
21+
22+
#### examples
23+
24+
- Create Runtime Environment Package
25+
```bash
26+
automation runtime-environment package create -g rg--automation-account-name myAutomationAccount --runtime-environment-name rt --name rt-package --uri https://teststorage.blob.core.windows.net/mycontainer/MyModule.zip --content-version 1.0.0.0
27+
```

Commands/automation/runtime-environment/package/_delete.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,14 @@ Delete the package by name.
1414
```bash
1515
automation runtime-environment package delete -g rg --automation-account-name myAutomationAccount --runtime-environment-name rt --name rt-package
1616
```
17+
18+
### [2024-10-23](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hdXRvbWF0aW9uL2F1dG9tYXRpb25hY2NvdW50cy97fS9ydW50aW1lZW52aXJvbm1lbnRzL3t9L3BhY2thZ2VzL3t9/2024-10-23.xml) **Stable**
19+
20+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.automation/automationaccounts/{}/runtimeenvironments/{}/packages/{} 2024-10-23 -->
21+
22+
#### examples
23+
24+
- Delete the package
25+
```bash
26+
automation runtime-environment package delete -g rg --automation-account-name myAutomationAccount --runtime-environment-name rt --name rt-package
27+
```

Commands/automation/runtime-environment/package/_list.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [Command] _automation runtime-environment package list_
22

3-
List the a list of Packages
3+
List the a list of Packages.
44

55
## Versions
66

@@ -14,3 +14,7 @@ List the a list of Packages
1414
```bash
1515
automation runtime-environment package list -g rg --automation-account-name myAutomationAccount --runtime-environment-name rt
1616
```
17+
18+
### [2024-10-23](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hdXRvbWF0aW9uL2F1dG9tYXRpb25hY2NvdW50cy97fS9ydW50aW1lZW52aXJvbm1lbnRzL3t9L3BhY2thZ2Vz/2024-10-23.xml) **Stable**
19+
20+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.automation/automationaccounts/{}/runtimeenvironments/{}/packages 2024-10-23 -->

0 commit comments

Comments
 (0)