|
10281 | 10281 | },
|
10282 | 10282 | "labStorageType": {
|
10283 | 10283 | "description": "Type of storage used by the lab. It can be either Premium or Standard. Default is Premium.",
|
| 10284 | + "default": "Premium", |
10284 | 10285 | "enum": [
|
10285 | 10286 | "Standard",
|
10286 | 10287 | "Premium",
|
@@ -10575,11 +10576,13 @@
|
10575 | 10576 | },
|
10576 | 10577 | "password": {
|
10577 | 10578 | "description": "The password of the virtual machine administrator.",
|
10578 |
| - "type": "string" |
| 10579 | + "type": "string", |
| 10580 | + "x-ms-secret": true |
10579 | 10581 | },
|
10580 | 10582 | "sshKey": {
|
10581 | 10583 | "description": "The SSH key of the virtual machine administrator.",
|
10582 |
| - "type": "string" |
| 10584 | + "type": "string", |
| 10585 | + "x-ms-secret": true |
10583 | 10586 | },
|
10584 | 10587 | "isAuthenticationWithSshKey": {
|
10585 | 10588 | "description": "Indicates whether this virtual machine uses an SSH key for authentication.",
|
|
10629 | 10632 | },
|
10630 | 10633 | "storageType": {
|
10631 | 10634 | "description": "Storage type to use for virtual machine (i.e. Standard, Premium).",
|
| 10635 | + "default": "labStorageType", |
10632 | 10636 | "type": "string"
|
10633 | 10637 | },
|
10634 | 10638 | "environmentId": {
|
@@ -10739,11 +10743,13 @@
|
10739 | 10743 | },
|
10740 | 10744 | "password": {
|
10741 | 10745 | "description": "The password of the virtual machine administrator.",
|
10742 |
| - "type": "string" |
| 10746 | + "type": "string", |
| 10747 | + "x-ms-secret": true |
10743 | 10748 | },
|
10744 | 10749 | "sshKey": {
|
10745 | 10750 | "description": "The SSH key of the virtual machine administrator.",
|
10746 |
| - "type": "string" |
| 10751 | + "type": "string", |
| 10752 | + "x-ms-secret": true |
10747 | 10753 | },
|
10748 | 10754 | "isAuthenticationWithSshKey": {
|
10749 | 10755 | "description": "Indicates whether this virtual machine uses an SSH key for authentication.",
|
|
10813 | 10819 | },
|
10814 | 10820 | "storageType": {
|
10815 | 10821 | "description": "Storage type to use for virtual machine (i.e. Standard, Premium).",
|
| 10822 | + "default": "labStorageType", |
10816 | 10823 | "type": "string"
|
10817 | 10824 | },
|
10818 | 10825 | "virtualMachineCreationSource": {
|
|
11042 | 11049 | "properties": {
|
11043 | 11050 | "status": {
|
11044 | 11051 | "description": "If notifications are enabled for this schedule (i.e. Enabled, Disabled).",
|
| 11052 | + "default": "Disabled", |
11045 | 11053 | "enum": [
|
11046 | 11054 | "Enabled",
|
11047 | 11055 | "Disabled"
|
|
11565 | 11573 | },
|
11566 | 11574 | "location": {
|
11567 | 11575 | "description": "The location of the new virtual machine or environment",
|
11568 |
| - "type": "string" |
| 11576 | + "type": "string", |
| 11577 | + "readOnly": true |
11569 | 11578 | },
|
11570 | 11579 | "tags": {
|
11571 | 11580 | "description": "The tags of the resource.",
|
|
11587 | 11596 | "properties": {
|
11588 | 11597 | "status": {
|
11589 | 11598 | "description": "The status of the schedule (i.e. Enabled, Disabled)",
|
| 11599 | + "default": "Disabled", |
11590 | 11600 | "enum": [
|
11591 | 11601 | "Enabled",
|
11592 | 11602 | "Disabled"
|
|
11665 | 11675 | "properties": {
|
11666 | 11676 | "status": {
|
11667 | 11677 | "description": "The status of the schedule (i.e. Enabled, Disabled)",
|
| 11678 | + "default": "Disabled", |
11668 | 11679 | "enum": [
|
11669 | 11680 | "Enabled",
|
11670 | 11681 | "Disabled"
|
|
0 commit comments