Skip to content

Commit e32fa40

Browse files
[Hub Generated] Review request for Microsoft.DevTestLab to add version stable/2018-09-15 (#14294)
* Microsoft.DevTestLab S360 OpenApi Spec Corrections v2018-09-15 * Update isAuthenticationWithSshKey Mutability * Correct dataDiskParameters mutability * Fix Prettier Issues
1 parent e729721 commit e32fa40

File tree

1 file changed

+16
-5
lines changed
  • specification/devtestlabs/resource-manager/Microsoft.DevTestLab/stable/2018-09-15

1 file changed

+16
-5
lines changed

specification/devtestlabs/resource-manager/Microsoft.DevTestLab/stable/2018-09-15/DTL.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10281,6 +10281,7 @@
1028110281
},
1028210282
"labStorageType": {
1028310283
"description": "Type of storage used by the lab. It can be either Premium or Standard. Default is Premium.",
10284+
"default": "Premium",
1028410285
"enum": [
1028510286
"Standard",
1028610287
"Premium",
@@ -10575,11 +10576,13 @@
1057510576
},
1057610577
"password": {
1057710578
"description": "The password of the virtual machine administrator.",
10578-
"type": "string"
10579+
"type": "string",
10580+
"x-ms-secret": true
1057910581
},
1058010582
"sshKey": {
1058110583
"description": "The SSH key of the virtual machine administrator.",
10582-
"type": "string"
10584+
"type": "string",
10585+
"x-ms-secret": true
1058310586
},
1058410587
"isAuthenticationWithSshKey": {
1058510588
"description": "Indicates whether this virtual machine uses an SSH key for authentication.",
@@ -10629,6 +10632,7 @@
1062910632
},
1063010633
"storageType": {
1063110634
"description": "Storage type to use for virtual machine (i.e. Standard, Premium).",
10635+
"default": "labStorageType",
1063210636
"type": "string"
1063310637
},
1063410638
"environmentId": {
@@ -10739,11 +10743,13 @@
1073910743
},
1074010744
"password": {
1074110745
"description": "The password of the virtual machine administrator.",
10742-
"type": "string"
10746+
"type": "string",
10747+
"x-ms-secret": true
1074310748
},
1074410749
"sshKey": {
1074510750
"description": "The SSH key of the virtual machine administrator.",
10746-
"type": "string"
10751+
"type": "string",
10752+
"x-ms-secret": true
1074710753
},
1074810754
"isAuthenticationWithSshKey": {
1074910755
"description": "Indicates whether this virtual machine uses an SSH key for authentication.",
@@ -10813,6 +10819,7 @@
1081310819
},
1081410820
"storageType": {
1081510821
"description": "Storage type to use for virtual machine (i.e. Standard, Premium).",
10822+
"default": "labStorageType",
1081610823
"type": "string"
1081710824
},
1081810825
"virtualMachineCreationSource": {
@@ -11042,6 +11049,7 @@
1104211049
"properties": {
1104311050
"status": {
1104411051
"description": "If notifications are enabled for this schedule (i.e. Enabled, Disabled).",
11052+
"default": "Disabled",
1104511053
"enum": [
1104611054
"Enabled",
1104711055
"Disabled"
@@ -11565,7 +11573,8 @@
1156511573
},
1156611574
"location": {
1156711575
"description": "The location of the new virtual machine or environment",
11568-
"type": "string"
11576+
"type": "string",
11577+
"readOnly": true
1156911578
},
1157011579
"tags": {
1157111580
"description": "The tags of the resource.",
@@ -11587,6 +11596,7 @@
1158711596
"properties": {
1158811597
"status": {
1158911598
"description": "The status of the schedule (i.e. Enabled, Disabled)",
11599+
"default": "Disabled",
1159011600
"enum": [
1159111601
"Enabled",
1159211602
"Disabled"
@@ -11665,6 +11675,7 @@
1166511675
"properties": {
1166611676
"status": {
1166711677
"description": "The status of the schedule (i.e. Enabled, Disabled)",
11678+
"default": "Disabled",
1166811679
"enum": [
1166911680
"Enabled",
1167011681
"Disabled"

0 commit comments

Comments
 (0)