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

[Hub Generated] Review request for Microsoft.DevTestLab to add version stable/2018-09-15 #14294

Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -10281,6 +10281,7 @@
},
"labStorageType": {
"description": "Type of storage used by the lab. It can be either Premium or Standard. Default is Premium.",
"default": "Premium",
"enum": [
"Standard",
"Premium",
Expand Down Expand Up @@ -10575,11 +10576,13 @@
},
"password": {
"description": "The password of the virtual machine administrator.",
"type": "string"
"type": "string",
"x-ms-secret": true
},
"sshKey": {
"description": "The SSH key of the virtual machine administrator.",
"type": "string"
"type": "string",
"x-ms-secret": true
},
"isAuthenticationWithSshKey": {
"description": "Indicates whether this virtual machine uses an SSH key for authentication.",
Expand Down Expand Up @@ -10629,6 +10632,7 @@
},
"storageType": {
"description": "Storage type to use for virtual machine (i.e. Standard, Premium).",
"default": "labStorageType",
"type": "string"
},
"environmentId": {
Expand Down Expand Up @@ -10739,11 +10743,13 @@
},
"password": {
"description": "The password of the virtual machine administrator.",
"type": "string"
"type": "string",
"x-ms-secret": true
},
"sshKey": {
"description": "The SSH key of the virtual machine administrator.",
"type": "string"
"type": "string",
"x-ms-secret": true
},
"isAuthenticationWithSshKey": {
"description": "Indicates whether this virtual machine uses an SSH key for authentication.",
Expand Down Expand Up @@ -10813,6 +10819,7 @@
},
"storageType": {
"description": "Storage type to use for virtual machine (i.e. Standard, Premium).",
"default": "labStorageType",
"type": "string"
},
"virtualMachineCreationSource": {
Expand Down Expand Up @@ -11042,6 +11049,7 @@
"properties": {
"status": {
"description": "If notifications are enabled for this schedule (i.e. Enabled, Disabled).",
"default": "Disabled",
"enum": [
"Enabled",
"Disabled"
Expand Down Expand Up @@ -11565,7 +11573,8 @@
},
"location": {
"description": "The location of the new virtual machine or environment",
"type": "string"
"type": "string",
"readOnly": true
},
"tags": {
"description": "The tags of the resource.",
Expand All @@ -11587,6 +11596,7 @@
"properties": {
"status": {
"description": "The status of the schedule (i.e. Enabled, Disabled)",
"default": "Disabled",
"enum": [
"Enabled",
"Disabled"
Expand Down Expand Up @@ -11665,6 +11675,7 @@
"properties": {
"status": {
"description": "The status of the schedule (i.e. Enabled, Disabled)",
"default": "Disabled",
"enum": [
"Enabled",
"Disabled"
Expand Down