Skip to content

Commit 1eb62f5

Browse files
authored
modify putLab in labservices (#19442)
Co-authored-by: ZiWei Chen (WICRESOFT NORTH AMERICA LTD) <[email protected]>
1 parent 4786f84 commit 1eb62f5

File tree

1 file changed

+16
-16
lines changed
  • specification/labservices/resource-manager/Microsoft.LabServices/preview/2021-11-15-preview/examples/Labs

1 file changed

+16
-16
lines changed

specification/labservices/resource-manager/Microsoft.LabServices/preview/2021-11-15-preview/examples/Labs/putLab.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"shutdownOnDisconnect": "Enabled",
1818
"shutdownWhenNotConnected": "Enabled",
1919
"shutdownOnIdle": "UserAbsence",
20-
"disconnectDelay": "00:05",
21-
"noConnectDelay": "01:00",
22-
"idleDelay": "01:00"
20+
"disconnectDelay": "P0Y0M0DT0H0M5S",
21+
"noConnectDelay": "P0Y0M0DT0H1M0S",
22+
"idleDelay": "P0Y0M0DT0H1M0S"
2323
},
2424
"securityProfile": {
2525
"openAccess": "Disabled"
@@ -41,7 +41,7 @@
4141
"additionalCapabilities": {
4242
"installGpuDrivers": "Disabled"
4343
},
44-
"usageQuota": "10:00",
44+
"usageQuota": "P0Y0M0DT0H10M0S",
4545
"useSharedPassword": "Disabled",
4646
"adminUser": {
4747
"username": "test-user"
@@ -81,9 +81,9 @@
8181
"shutdownOnDisconnect": "Enabled",
8282
"shutdownWhenNotConnected": "Enabled",
8383
"shutdownOnIdle": "UserAbsence",
84-
"disconnectDelay": "00:05",
85-
"noConnectDelay": "01:00",
86-
"idleDelay": "01:00"
84+
"disconnectDelay": "P0Y0M0DT0H0M5S",
85+
"noConnectDelay": "P0Y0M0DT0H1M0S",
86+
"idleDelay": "P0Y0M0DT0H1M0S"
8787
},
8888
"securityProfile": {
8989
"registrationCode": "fAkEcodE",
@@ -108,7 +108,7 @@
108108
"additionalCapabilities": {
109109
"installGpuDrivers": "Disabled"
110110
},
111-
"usageQuota": "10:00",
111+
"usageQuota": "P0Y0M0DT0H10M0S",
112112
"useSharedPassword": "Disabled",
113113
"adminUser": {
114114
"username": "test-user"
@@ -147,9 +147,9 @@
147147
"shutdownOnDisconnect": "Enabled",
148148
"shutdownWhenNotConnected": "Enabled",
149149
"shutdownOnIdle": "UserAbsence",
150-
"disconnectDelay": "00:05",
151-
"noConnectDelay": "01:00",
152-
"idleDelay": "01:00"
150+
"disconnectDelay": "P0Y0M0DT0H0M5S",
151+
"noConnectDelay": "P0Y0M0DT0H1M0S",
152+
"idleDelay": "P0Y0M0DT0H1M0S"
153153
},
154154
"securityProfile": {
155155
"registrationCode": "fAkEcodE",
@@ -174,7 +174,7 @@
174174
"additionalCapabilities": {
175175
"installGpuDrivers": "Disabled"
176176
},
177-
"usageQuota": "10:00",
177+
"usageQuota": "P0Y0M0DT0H10M0S",
178178
"useSharedPassword": "Disabled",
179179
"adminUser": {
180180
"username": "test-user"
@@ -216,9 +216,9 @@
216216
"shutdownOnDisconnect": "Enabled",
217217
"shutdownWhenNotConnected": "Enabled",
218218
"shutdownOnIdle": "UserAbsence",
219-
"disconnectDelay": "00:05",
220-
"noConnectDelay": "01:00",
221-
"idleDelay": "01:00"
219+
"disconnectDelay": "P0Y0M0DT0H0M5S",
220+
"noConnectDelay": "P0Y0M0DT0H1M0S",
221+
"idleDelay": "P0Y0M0DT0H1M0S"
222222
},
223223
"securityProfile": {
224224
"registrationCode": "fAkEcodE",
@@ -243,7 +243,7 @@
243243
"additionalCapabilities": {
244244
"installGpuDrivers": "Disabled"
245245
},
246-
"usageQuota": "10:00",
246+
"usageQuota": "P0Y0M0DT0H10M0S",
247247
"useSharedPassword": "Disabled",
248248
"adminUser": {
249249
"username": "test-user"

0 commit comments

Comments
 (0)