Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{Compute} az vm auto-shutdown Migrate #685

Merged
merged 1 commit into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Commands/lab/global-schedule/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _lab global-schedule create_

Create an existing schedule.

## Versions

### [2018-09-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kZXZ0ZXN0bGFiL3NjaGVkdWxlcy97fQ==/2018-09-15.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.devtestlab/schedules/{} 2018-09-15 -->
9 changes: 9 additions & 0 deletions Commands/lab/global-schedule/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _lab global-schedule delete_

Delete schedule.

## Versions

### [2018-09-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kZXZ0ZXN0bGFiL3NjaGVkdWxlcy97fQ==/2018-09-15.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.devtestlab/schedules/{} 2018-09-15 -->
9 changes: 9 additions & 0 deletions Commands/lab/global-schedule/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _lab global-schedule show_

Get schedule.

## Versions

### [2018-09-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kZXZ0ZXN0bGFiL3NjaGVkdWxlcy97fQ==/2018-09-15.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.devtestlab/schedules/{} 2018-09-15 -->
9 changes: 9 additions & 0 deletions Commands/lab/global-schedule/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _lab global-schedule update_

Update an existing schedule.

## Versions

### [2018-09-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kZXZ0ZXN0bGFiL3NjaGVkdWxlcy97fQ==/2018-09-15.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.devtestlab/schedules/{} 2018-09-15 -->
17 changes: 17 additions & 0 deletions Commands/lab/global-schedule/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# [Group] _lab global-schedule_

Manage global schedules.

## Commands

- [create](/Commands/lab/global-schedule/_create.md)
: Create an existing schedule.

- [delete](/Commands/lab/global-schedule/_delete.md)
: Delete schedule.

- [show](/Commands/lab/global-schedule/_show.md)
: Get schedule.

- [update](/Commands/lab/global-schedule/_update.md)
: Update an existing schedule.
3 changes: 3 additions & 0 deletions Commands/lab/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ Manage azure devtest labs.
- [gallery-image](/Commands/lab/gallery-image/readme.md)
: Manage lab gallery image

- [global-schedule](/Commands/lab/global-schedule/readme.md)
: Manage global schedules.

- [secret](/Commands/lab/secret/readme.md)
: Manage secrets of an azure devtest lab.

Expand Down
99 changes: 99 additions & 0 deletions Commands/tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -66205,6 +66205,105 @@
"gallery-image"
]
},
"global-schedule": {
"commands": {
"create": {
"help": {
"short": "Create an existing schedule."
},
"names": [
"lab",
"global-schedule",
"create"
],
"versions": [
{
"name": "2018-09-15",
"resources": [
{
"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devtestlab/schedules/{}",
"plane": "mgmt-plane",
"version": "2018-09-15"
}
]
}
]
},
"delete": {
"help": {
"short": "Delete schedule."
},
"names": [
"lab",
"global-schedule",
"delete"
],
"versions": [
{
"name": "2018-09-15",
"resources": [
{
"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devtestlab/schedules/{}",
"plane": "mgmt-plane",
"version": "2018-09-15"
}
]
}
]
},
"show": {
"help": {
"short": "Get schedule."
},
"names": [
"lab",
"global-schedule",
"show"
],
"versions": [
{
"name": "2018-09-15",
"resources": [
{
"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devtestlab/schedules/{}",
"plane": "mgmt-plane",
"version": "2018-09-15"
}
]
}
]
},
"update": {
"help": {
"short": "Update an existing schedule."
},
"names": [
"lab",
"global-schedule",
"update"
],
"versions": [
{
"name": "2018-09-15",
"resources": [
{
"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.devtestlab/schedules/{}",
"plane": "mgmt-plane",
"version": "2018-09-15"
}
]
}
]
}
},
"help": {
"short": "Manage global schedules."
},
"names": [
"lab",
"global-schedule"
]
},
"secret": {
"commands": {
"delete": {
Expand Down

Large diffs are not rendered by default.

Loading