@azure/arm-devcenter 1.1.1-alpha.20250718.1 → 1.1.1-alpha.20250721.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (219) hide show
  1. package/dist/browser/devCenterClient.js +36 -5
  2. package/dist/browser/devCenterClient.js.map +1 -1
  3. package/dist/browser/lroImpl.js +7 -3
  4. package/dist/browser/lroImpl.js.map +1 -1
  5. package/dist/browser/models/mappers.js +445 -205
  6. package/dist/browser/models/mappers.js.map +1 -1
  7. package/dist/browser/operations/attachedNetworks.js +67 -91
  8. package/dist/browser/operations/attachedNetworks.js.map +1 -1
  9. package/dist/browser/operations/catalogs.js +78 -70
  10. package/dist/browser/operations/catalogs.js.map +1 -1
  11. package/dist/browser/operations/checkNameAvailability.js +1 -0
  12. package/dist/browser/operations/checkNameAvailability.js.map +1 -1
  13. package/dist/browser/operations/checkScopedNameAvailability.js +1 -0
  14. package/dist/browser/operations/checkScopedNameAvailability.js.map +1 -1
  15. package/dist/browser/operations/devBoxDefinitions.js +78 -97
  16. package/dist/browser/operations/devBoxDefinitions.js.map +1 -1
  17. package/dist/browser/operations/devCenters.js +78 -97
  18. package/dist/browser/operations/devCenters.js.map +1 -1
  19. package/dist/browser/operations/environmentDefinitions.js +45 -79
  20. package/dist/browser/operations/environmentDefinitions.js.map +1 -1
  21. package/dist/browser/operations/environmentTypes.js +23 -40
  22. package/dist/browser/operations/environmentTypes.js.map +1 -1
  23. package/dist/browser/operations/galleries.js +45 -52
  24. package/dist/browser/operations/galleries.js.map +1 -1
  25. package/dist/browser/operations/imageVersions.js +23 -40
  26. package/dist/browser/operations/imageVersions.js.map +1 -1
  27. package/dist/browser/operations/images.js +45 -79
  28. package/dist/browser/operations/images.js.map +1 -1
  29. package/dist/browser/operations/networkConnections.js +120 -168
  30. package/dist/browser/operations/networkConnections.js.map +1 -1
  31. package/dist/browser/operations/operationStatuses.js +1 -0
  32. package/dist/browser/operations/operationStatuses.js.map +1 -1
  33. package/dist/browser/operations/operations.js +23 -40
  34. package/dist/browser/operations/operations.js.map +1 -1
  35. package/dist/browser/operations/pools.js +67 -64
  36. package/dist/browser/operations/pools.js.map +1 -1
  37. package/dist/browser/operations/projectAllowedEnvironmentTypes.js +23 -40
  38. package/dist/browser/operations/projectAllowedEnvironmentTypes.js.map +1 -1
  39. package/dist/browser/operations/projectCatalogEnvironmentDefinitions.js +1 -0
  40. package/dist/browser/operations/projectCatalogEnvironmentDefinitions.js.map +1 -1
  41. package/dist/browser/operations/projectCatalogs.js +78 -70
  42. package/dist/browser/operations/projectCatalogs.js.map +1 -1
  43. package/dist/browser/operations/projectEnvironmentTypes.js +23 -40
  44. package/dist/browser/operations/projectEnvironmentTypes.js.map +1 -1
  45. package/dist/browser/operations/projects.js +78 -97
  46. package/dist/browser/operations/projects.js.map +1 -1
  47. package/dist/browser/operations/schedules.js +56 -58
  48. package/dist/browser/operations/schedules.js.map +1 -1
  49. package/dist/browser/operations/skus.js +23 -40
  50. package/dist/browser/operations/skus.js.map +1 -1
  51. package/dist/browser/operations/usages.js +23 -40
  52. package/dist/browser/operations/usages.js.map +1 -1
  53. package/dist/browser/pagingHelper.js +2 -4
  54. package/dist/browser/pagingHelper.js.map +1 -1
  55. package/dist/commonjs/devCenterClient.js +36 -5
  56. package/dist/commonjs/devCenterClient.js.map +1 -1
  57. package/dist/commonjs/lroImpl.js +7 -3
  58. package/dist/commonjs/lroImpl.js.map +1 -1
  59. package/dist/commonjs/models/mappers.js +445 -205
  60. package/dist/commonjs/models/mappers.js.map +1 -1
  61. package/dist/commonjs/operations/attachedNetworks.js +67 -90
  62. package/dist/commonjs/operations/attachedNetworks.js.map +1 -1
  63. package/dist/commonjs/operations/catalogs.js +78 -69
  64. package/dist/commonjs/operations/catalogs.js.map +1 -1
  65. package/dist/commonjs/operations/checkNameAvailability.js +1 -0
  66. package/dist/commonjs/operations/checkNameAvailability.js.map +1 -1
  67. package/dist/commonjs/operations/checkScopedNameAvailability.js +1 -0
  68. package/dist/commonjs/operations/checkScopedNameAvailability.js.map +1 -1
  69. package/dist/commonjs/operations/devBoxDefinitions.js +78 -96
  70. package/dist/commonjs/operations/devBoxDefinitions.js.map +1 -1
  71. package/dist/commonjs/operations/devCenters.js +78 -96
  72. package/dist/commonjs/operations/devCenters.js.map +1 -1
  73. package/dist/commonjs/operations/environmentDefinitions.js +45 -78
  74. package/dist/commonjs/operations/environmentDefinitions.js.map +1 -1
  75. package/dist/commonjs/operations/environmentTypes.js +23 -39
  76. package/dist/commonjs/operations/environmentTypes.js.map +1 -1
  77. package/dist/commonjs/operations/galleries.js +45 -51
  78. package/dist/commonjs/operations/galleries.js.map +1 -1
  79. package/dist/commonjs/operations/imageVersions.js +23 -39
  80. package/dist/commonjs/operations/imageVersions.js.map +1 -1
  81. package/dist/commonjs/operations/images.js +45 -78
  82. package/dist/commonjs/operations/images.js.map +1 -1
  83. package/dist/commonjs/operations/networkConnections.js +120 -167
  84. package/dist/commonjs/operations/networkConnections.js.map +1 -1
  85. package/dist/commonjs/operations/operationStatuses.js +1 -0
  86. package/dist/commonjs/operations/operationStatuses.js.map +1 -1
  87. package/dist/commonjs/operations/operations.js +23 -39
  88. package/dist/commonjs/operations/operations.js.map +1 -1
  89. package/dist/commonjs/operations/pools.js +67 -63
  90. package/dist/commonjs/operations/pools.js.map +1 -1
  91. package/dist/commonjs/operations/projectAllowedEnvironmentTypes.js +23 -39
  92. package/dist/commonjs/operations/projectAllowedEnvironmentTypes.js.map +1 -1
  93. package/dist/commonjs/operations/projectCatalogEnvironmentDefinitions.js +1 -0
  94. package/dist/commonjs/operations/projectCatalogEnvironmentDefinitions.js.map +1 -1
  95. package/dist/commonjs/operations/projectCatalogs.js +78 -69
  96. package/dist/commonjs/operations/projectCatalogs.js.map +1 -1
  97. package/dist/commonjs/operations/projectEnvironmentTypes.js +23 -39
  98. package/dist/commonjs/operations/projectEnvironmentTypes.js.map +1 -1
  99. package/dist/commonjs/operations/projects.js +78 -96
  100. package/dist/commonjs/operations/projects.js.map +1 -1
  101. package/dist/commonjs/operations/schedules.js +56 -57
  102. package/dist/commonjs/operations/schedules.js.map +1 -1
  103. package/dist/commonjs/operations/skus.js +23 -39
  104. package/dist/commonjs/operations/skus.js.map +1 -1
  105. package/dist/commonjs/operations/usages.js +23 -39
  106. package/dist/commonjs/operations/usages.js.map +1 -1
  107. package/dist/commonjs/pagingHelper.js +2 -4
  108. package/dist/commonjs/pagingHelper.js.map +1 -1
  109. package/dist/commonjs/tsdoc-metadata.json +11 -11
  110. package/dist/esm/devCenterClient.js +36 -5
  111. package/dist/esm/devCenterClient.js.map +1 -1
  112. package/dist/esm/lroImpl.js +7 -3
  113. package/dist/esm/lroImpl.js.map +1 -1
  114. package/dist/esm/models/mappers.js +445 -205
  115. package/dist/esm/models/mappers.js.map +1 -1
  116. package/dist/esm/operations/attachedNetworks.js +67 -91
  117. package/dist/esm/operations/attachedNetworks.js.map +1 -1
  118. package/dist/esm/operations/catalogs.js +78 -70
  119. package/dist/esm/operations/catalogs.js.map +1 -1
  120. package/dist/esm/operations/checkNameAvailability.js +1 -0
  121. package/dist/esm/operations/checkNameAvailability.js.map +1 -1
  122. package/dist/esm/operations/checkScopedNameAvailability.js +1 -0
  123. package/dist/esm/operations/checkScopedNameAvailability.js.map +1 -1
  124. package/dist/esm/operations/devBoxDefinitions.js +78 -97
  125. package/dist/esm/operations/devBoxDefinitions.js.map +1 -1
  126. package/dist/esm/operations/devCenters.js +78 -97
  127. package/dist/esm/operations/devCenters.js.map +1 -1
  128. package/dist/esm/operations/environmentDefinitions.js +45 -79
  129. package/dist/esm/operations/environmentDefinitions.js.map +1 -1
  130. package/dist/esm/operations/environmentTypes.js +23 -40
  131. package/dist/esm/operations/environmentTypes.js.map +1 -1
  132. package/dist/esm/operations/galleries.js +45 -52
  133. package/dist/esm/operations/galleries.js.map +1 -1
  134. package/dist/esm/operations/imageVersions.js +23 -40
  135. package/dist/esm/operations/imageVersions.js.map +1 -1
  136. package/dist/esm/operations/images.js +45 -79
  137. package/dist/esm/operations/images.js.map +1 -1
  138. package/dist/esm/operations/networkConnections.js +120 -168
  139. package/dist/esm/operations/networkConnections.js.map +1 -1
  140. package/dist/esm/operations/operationStatuses.js +1 -0
  141. package/dist/esm/operations/operationStatuses.js.map +1 -1
  142. package/dist/esm/operations/operations.js +23 -40
  143. package/dist/esm/operations/operations.js.map +1 -1
  144. package/dist/esm/operations/pools.js +67 -64
  145. package/dist/esm/operations/pools.js.map +1 -1
  146. package/dist/esm/operations/projectAllowedEnvironmentTypes.js +23 -40
  147. package/dist/esm/operations/projectAllowedEnvironmentTypes.js.map +1 -1
  148. package/dist/esm/operations/projectCatalogEnvironmentDefinitions.js +1 -0
  149. package/dist/esm/operations/projectCatalogEnvironmentDefinitions.js.map +1 -1
  150. package/dist/esm/operations/projectCatalogs.js +78 -70
  151. package/dist/esm/operations/projectCatalogs.js.map +1 -1
  152. package/dist/esm/operations/projectEnvironmentTypes.js +23 -40
  153. package/dist/esm/operations/projectEnvironmentTypes.js.map +1 -1
  154. package/dist/esm/operations/projects.js +78 -97
  155. package/dist/esm/operations/projects.js.map +1 -1
  156. package/dist/esm/operations/schedules.js +56 -58
  157. package/dist/esm/operations/schedules.js.map +1 -1
  158. package/dist/esm/operations/skus.js +23 -40
  159. package/dist/esm/operations/skus.js.map +1 -1
  160. package/dist/esm/operations/usages.js +23 -40
  161. package/dist/esm/operations/usages.js.map +1 -1
  162. package/dist/esm/pagingHelper.js +2 -4
  163. package/dist/esm/pagingHelper.js.map +1 -1
  164. package/dist/react-native/devCenterClient.js +36 -5
  165. package/dist/react-native/devCenterClient.js.map +1 -1
  166. package/dist/react-native/lroImpl.js +7 -3
  167. package/dist/react-native/lroImpl.js.map +1 -1
  168. package/dist/react-native/models/mappers.js +445 -205
  169. package/dist/react-native/models/mappers.js.map +1 -1
  170. package/dist/react-native/operations/attachedNetworks.js +67 -91
  171. package/dist/react-native/operations/attachedNetworks.js.map +1 -1
  172. package/dist/react-native/operations/catalogs.js +78 -70
  173. package/dist/react-native/operations/catalogs.js.map +1 -1
  174. package/dist/react-native/operations/checkNameAvailability.js +1 -0
  175. package/dist/react-native/operations/checkNameAvailability.js.map +1 -1
  176. package/dist/react-native/operations/checkScopedNameAvailability.js +1 -0
  177. package/dist/react-native/operations/checkScopedNameAvailability.js.map +1 -1
  178. package/dist/react-native/operations/devBoxDefinitions.js +78 -97
  179. package/dist/react-native/operations/devBoxDefinitions.js.map +1 -1
  180. package/dist/react-native/operations/devCenters.js +78 -97
  181. package/dist/react-native/operations/devCenters.js.map +1 -1
  182. package/dist/react-native/operations/environmentDefinitions.js +45 -79
  183. package/dist/react-native/operations/environmentDefinitions.js.map +1 -1
  184. package/dist/react-native/operations/environmentTypes.js +23 -40
  185. package/dist/react-native/operations/environmentTypes.js.map +1 -1
  186. package/dist/react-native/operations/galleries.js +45 -52
  187. package/dist/react-native/operations/galleries.js.map +1 -1
  188. package/dist/react-native/operations/imageVersions.js +23 -40
  189. package/dist/react-native/operations/imageVersions.js.map +1 -1
  190. package/dist/react-native/operations/images.js +45 -79
  191. package/dist/react-native/operations/images.js.map +1 -1
  192. package/dist/react-native/operations/networkConnections.js +120 -168
  193. package/dist/react-native/operations/networkConnections.js.map +1 -1
  194. package/dist/react-native/operations/operationStatuses.js +1 -0
  195. package/dist/react-native/operations/operationStatuses.js.map +1 -1
  196. package/dist/react-native/operations/operations.js +23 -40
  197. package/dist/react-native/operations/operations.js.map +1 -1
  198. package/dist/react-native/operations/pools.js +67 -64
  199. package/dist/react-native/operations/pools.js.map +1 -1
  200. package/dist/react-native/operations/projectAllowedEnvironmentTypes.js +23 -40
  201. package/dist/react-native/operations/projectAllowedEnvironmentTypes.js.map +1 -1
  202. package/dist/react-native/operations/projectCatalogEnvironmentDefinitions.js +1 -0
  203. package/dist/react-native/operations/projectCatalogEnvironmentDefinitions.js.map +1 -1
  204. package/dist/react-native/operations/projectCatalogs.js +78 -70
  205. package/dist/react-native/operations/projectCatalogs.js.map +1 -1
  206. package/dist/react-native/operations/projectEnvironmentTypes.js +23 -40
  207. package/dist/react-native/operations/projectEnvironmentTypes.js.map +1 -1
  208. package/dist/react-native/operations/projects.js +78 -97
  209. package/dist/react-native/operations/projects.js.map +1 -1
  210. package/dist/react-native/operations/schedules.js +56 -58
  211. package/dist/react-native/operations/schedules.js.map +1 -1
  212. package/dist/react-native/operations/skus.js +23 -40
  213. package/dist/react-native/operations/skus.js.map +1 -1
  214. package/dist/react-native/operations/usages.js +23 -40
  215. package/dist/react-native/operations/usages.js.map +1 -1
  216. package/dist/react-native/pagingHelper.js +2 -4
  217. package/dist/react-native/pagingHelper.js.map +1 -1
  218. package/package.json +2 -2
  219. package/review/arm-devcenter-node.api.md +2567 -2567
@@ -2337,253 +2337,304 @@ export const DevCenterProperties = {
2337
2337
  type: {
2338
2338
  name: "Composite",
2339
2339
  className: "DevCenterProperties",
2340
- modelProperties: Object.assign(Object.assign({}, DevCenterUpdateProperties.type.modelProperties), { provisioningState: {
2340
+ modelProperties: {
2341
+ ...DevCenterUpdateProperties.type.modelProperties,
2342
+ provisioningState: {
2341
2343
  serializedName: "provisioningState",
2342
2344
  readOnly: true,
2343
2345
  type: {
2344
2346
  name: "String",
2345
2347
  },
2346
- }, devCenterUri: {
2348
+ },
2349
+ devCenterUri: {
2347
2350
  serializedName: "devCenterUri",
2348
2351
  readOnly: true,
2349
2352
  type: {
2350
2353
  name: "String",
2351
2354
  },
2352
- } }),
2355
+ },
2356
+ },
2353
2357
  },
2354
2358
  };
2355
2359
  export const TrackedResource = {
2356
2360
  type: {
2357
2361
  name: "Composite",
2358
2362
  className: "TrackedResource",
2359
- modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { tags: {
2363
+ modelProperties: {
2364
+ ...Resource.type.modelProperties,
2365
+ tags: {
2360
2366
  serializedName: "tags",
2361
2367
  type: {
2362
2368
  name: "Dictionary",
2363
2369
  value: { type: { name: "String" } },
2364
2370
  },
2365
- }, location: {
2371
+ },
2372
+ location: {
2366
2373
  serializedName: "location",
2367
2374
  required: true,
2368
2375
  type: {
2369
2376
  name: "String",
2370
2377
  },
2371
- } }),
2378
+ },
2379
+ },
2372
2380
  },
2373
2381
  };
2374
2382
  export const AttachedNetworkConnection = {
2375
2383
  type: {
2376
2384
  name: "Composite",
2377
2385
  className: "AttachedNetworkConnection",
2378
- modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { provisioningState: {
2386
+ modelProperties: {
2387
+ ...Resource.type.modelProperties,
2388
+ provisioningState: {
2379
2389
  serializedName: "properties.provisioningState",
2380
2390
  readOnly: true,
2381
2391
  type: {
2382
2392
  name: "String",
2383
2393
  },
2384
- }, networkConnectionId: {
2394
+ },
2395
+ networkConnectionId: {
2385
2396
  serializedName: "properties.networkConnectionId",
2386
2397
  type: {
2387
2398
  name: "String",
2388
2399
  },
2389
- }, networkConnectionLocation: {
2400
+ },
2401
+ networkConnectionLocation: {
2390
2402
  serializedName: "properties.networkConnectionLocation",
2391
2403
  readOnly: true,
2392
2404
  type: {
2393
2405
  name: "String",
2394
2406
  },
2395
- }, healthCheckStatus: {
2407
+ },
2408
+ healthCheckStatus: {
2396
2409
  serializedName: "properties.healthCheckStatus",
2397
2410
  readOnly: true,
2398
2411
  type: {
2399
2412
  name: "String",
2400
2413
  },
2401
- }, domainJoinType: {
2414
+ },
2415
+ domainJoinType: {
2402
2416
  serializedName: "properties.domainJoinType",
2403
2417
  readOnly: true,
2404
2418
  type: {
2405
2419
  name: "String",
2406
2420
  },
2407
- } }),
2421
+ },
2422
+ },
2408
2423
  },
2409
2424
  };
2410
2425
  export const Catalog = {
2411
2426
  type: {
2412
2427
  name: "Composite",
2413
2428
  className: "Catalog",
2414
- modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { gitHub: {
2429
+ modelProperties: {
2430
+ ...Resource.type.modelProperties,
2431
+ gitHub: {
2415
2432
  serializedName: "properties.gitHub",
2416
2433
  type: {
2417
2434
  name: "Composite",
2418
2435
  className: "GitCatalog",
2419
2436
  },
2420
- }, adoGit: {
2437
+ },
2438
+ adoGit: {
2421
2439
  serializedName: "properties.adoGit",
2422
2440
  type: {
2423
2441
  name: "Composite",
2424
2442
  className: "GitCatalog",
2425
2443
  },
2426
- }, syncType: {
2444
+ },
2445
+ syncType: {
2427
2446
  serializedName: "properties.syncType",
2428
2447
  type: {
2429
2448
  name: "String",
2430
2449
  },
2431
- }, tags: {
2450
+ },
2451
+ tags: {
2432
2452
  serializedName: "properties.tags",
2433
2453
  type: {
2434
2454
  name: "Dictionary",
2435
2455
  value: { type: { name: "String" } },
2436
2456
  },
2437
- }, provisioningState: {
2457
+ },
2458
+ provisioningState: {
2438
2459
  serializedName: "properties.provisioningState",
2439
2460
  readOnly: true,
2440
2461
  type: {
2441
2462
  name: "String",
2442
2463
  },
2443
- }, syncState: {
2464
+ },
2465
+ syncState: {
2444
2466
  serializedName: "properties.syncState",
2445
2467
  readOnly: true,
2446
2468
  type: {
2447
2469
  name: "String",
2448
2470
  },
2449
- }, lastSyncStats: {
2471
+ },
2472
+ lastSyncStats: {
2450
2473
  serializedName: "properties.lastSyncStats",
2451
2474
  type: {
2452
2475
  name: "Composite",
2453
2476
  className: "SyncStats",
2454
2477
  },
2455
- }, connectionState: {
2478
+ },
2479
+ connectionState: {
2456
2480
  serializedName: "properties.connectionState",
2457
2481
  readOnly: true,
2458
2482
  type: {
2459
2483
  name: "String",
2460
2484
  },
2461
- }, lastConnectionTime: {
2485
+ },
2486
+ lastConnectionTime: {
2462
2487
  serializedName: "properties.lastConnectionTime",
2463
2488
  readOnly: true,
2464
2489
  type: {
2465
2490
  name: "DateTime",
2466
2491
  },
2467
- }, lastSyncTime: {
2492
+ },
2493
+ lastSyncTime: {
2468
2494
  serializedName: "properties.lastSyncTime",
2469
2495
  readOnly: true,
2470
2496
  type: {
2471
2497
  name: "DateTime",
2472
2498
  },
2473
- } }),
2499
+ },
2500
+ },
2474
2501
  },
2475
2502
  };
2476
2503
  export const ProxyResource = {
2477
2504
  type: {
2478
2505
  name: "Composite",
2479
2506
  className: "ProxyResource",
2480
- modelProperties: Object.assign({}, Resource.type.modelProperties),
2507
+ modelProperties: {
2508
+ ...Resource.type.modelProperties,
2509
+ },
2481
2510
  },
2482
2511
  };
2483
2512
  export const Gallery = {
2484
2513
  type: {
2485
2514
  name: "Composite",
2486
2515
  className: "Gallery",
2487
- modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { provisioningState: {
2516
+ modelProperties: {
2517
+ ...Resource.type.modelProperties,
2518
+ provisioningState: {
2488
2519
  serializedName: "properties.provisioningState",
2489
2520
  readOnly: true,
2490
2521
  type: {
2491
2522
  name: "String",
2492
2523
  },
2493
- }, galleryResourceId: {
2524
+ },
2525
+ galleryResourceId: {
2494
2526
  serializedName: "properties.galleryResourceId",
2495
2527
  type: {
2496
2528
  name: "String",
2497
2529
  },
2498
- } }),
2530
+ },
2531
+ },
2499
2532
  },
2500
2533
  };
2501
2534
  export const EnvironmentType = {
2502
2535
  type: {
2503
2536
  name: "Composite",
2504
2537
  className: "EnvironmentType",
2505
- modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { tags: {
2538
+ modelProperties: {
2539
+ ...Resource.type.modelProperties,
2540
+ tags: {
2506
2541
  serializedName: "tags",
2507
2542
  type: {
2508
2543
  name: "Dictionary",
2509
2544
  value: { type: { name: "String" } },
2510
2545
  },
2511
- }, displayName: {
2546
+ },
2547
+ displayName: {
2512
2548
  serializedName: "properties.displayName",
2513
2549
  type: {
2514
2550
  name: "String",
2515
2551
  },
2516
- }, provisioningState: {
2552
+ },
2553
+ provisioningState: {
2517
2554
  serializedName: "properties.provisioningState",
2518
2555
  readOnly: true,
2519
2556
  type: {
2520
2557
  name: "String",
2521
2558
  },
2522
- } }),
2559
+ },
2560
+ },
2523
2561
  },
2524
2562
  };
2525
2563
  export const AllowedEnvironmentType = {
2526
2564
  type: {
2527
2565
  name: "Composite",
2528
2566
  className: "AllowedEnvironmentType",
2529
- modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { provisioningState: {
2567
+ modelProperties: {
2568
+ ...Resource.type.modelProperties,
2569
+ provisioningState: {
2530
2570
  serializedName: "properties.provisioningState",
2531
2571
  readOnly: true,
2532
2572
  type: {
2533
2573
  name: "String",
2534
2574
  },
2535
- }, displayName: {
2575
+ },
2576
+ displayName: {
2536
2577
  serializedName: "properties.displayName",
2537
2578
  readOnly: true,
2538
2579
  type: {
2539
2580
  name: "String",
2540
2581
  },
2541
- } }),
2582
+ },
2583
+ },
2542
2584
  },
2543
2585
  };
2544
2586
  export const ProjectEnvironmentType = {
2545
2587
  type: {
2546
2588
  name: "Composite",
2547
2589
  className: "ProjectEnvironmentType",
2548
- modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { tags: {
2590
+ modelProperties: {
2591
+ ...Resource.type.modelProperties,
2592
+ tags: {
2549
2593
  serializedName: "tags",
2550
2594
  type: {
2551
2595
  name: "Dictionary",
2552
2596
  value: { type: { name: "String" } },
2553
2597
  },
2554
- }, identity: {
2598
+ },
2599
+ identity: {
2555
2600
  serializedName: "identity",
2556
2601
  type: {
2557
2602
  name: "Composite",
2558
2603
  className: "ManagedServiceIdentity",
2559
2604
  },
2560
- }, location: {
2605
+ },
2606
+ location: {
2561
2607
  serializedName: "location",
2562
2608
  type: {
2563
2609
  name: "String",
2564
2610
  },
2565
- }, deploymentTargetId: {
2611
+ },
2612
+ deploymentTargetId: {
2566
2613
  serializedName: "properties.deploymentTargetId",
2567
2614
  type: {
2568
2615
  name: "String",
2569
2616
  },
2570
- }, displayName: {
2617
+ },
2618
+ displayName: {
2571
2619
  serializedName: "properties.displayName",
2572
2620
  type: {
2573
2621
  name: "String",
2574
2622
  },
2575
- }, status: {
2623
+ },
2624
+ status: {
2576
2625
  serializedName: "properties.status",
2577
2626
  type: {
2578
2627
  name: "String",
2579
2628
  },
2580
- }, creatorRoleAssignment: {
2629
+ },
2630
+ creatorRoleAssignment: {
2581
2631
  serializedName: "properties.creatorRoleAssignment",
2582
2632
  type: {
2583
2633
  name: "Composite",
2584
2634
  className: "ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment",
2585
2635
  },
2586
- }, userRoleAssignments: {
2636
+ },
2637
+ userRoleAssignments: {
2587
2638
  serializedName: "properties.userRoleAssignments",
2588
2639
  type: {
2589
2640
  name: "Dictionary",
@@ -2591,13 +2642,15 @@ export const ProjectEnvironmentType = {
2591
2642
  type: { name: "Composite", className: "UserRoleAssignmentValue" },
2592
2643
  },
2593
2644
  },
2594
- }, provisioningState: {
2645
+ },
2646
+ provisioningState: {
2595
2647
  serializedName: "properties.provisioningState",
2596
2648
  readOnly: true,
2597
2649
  type: {
2598
2650
  name: "String",
2599
2651
  },
2600
- }, environmentCount: {
2652
+ },
2653
+ environmentCount: {
2601
2654
  constraints: {
2602
2655
  InclusiveMinimum: 0,
2603
2656
  },
@@ -2606,75 +2659,90 @@ export const ProjectEnvironmentType = {
2606
2659
  type: {
2607
2660
  name: "Number",
2608
2661
  },
2609
- } }),
2662
+ },
2663
+ },
2610
2664
  },
2611
2665
  };
2612
2666
  export const Schedule = {
2613
2667
  type: {
2614
2668
  name: "Composite",
2615
2669
  className: "Schedule",
2616
- modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { tags: {
2670
+ modelProperties: {
2671
+ ...Resource.type.modelProperties,
2672
+ tags: {
2617
2673
  serializedName: "properties.tags",
2618
2674
  type: {
2619
2675
  name: "Dictionary",
2620
2676
  value: { type: { name: "String" } },
2621
2677
  },
2622
- }, location: {
2678
+ },
2679
+ location: {
2623
2680
  serializedName: "properties.location",
2624
2681
  type: {
2625
2682
  name: "String",
2626
2683
  },
2627
- }, typePropertiesType: {
2684
+ },
2685
+ typePropertiesType: {
2628
2686
  serializedName: "properties.type",
2629
2687
  type: {
2630
2688
  name: "String",
2631
2689
  },
2632
- }, frequency: {
2690
+ },
2691
+ frequency: {
2633
2692
  serializedName: "properties.frequency",
2634
2693
  type: {
2635
2694
  name: "String",
2636
2695
  },
2637
- }, time: {
2696
+ },
2697
+ time: {
2638
2698
  serializedName: "properties.time",
2639
2699
  type: {
2640
2700
  name: "String",
2641
2701
  },
2642
- }, timeZone: {
2702
+ },
2703
+ timeZone: {
2643
2704
  serializedName: "properties.timeZone",
2644
2705
  type: {
2645
2706
  name: "String",
2646
2707
  },
2647
- }, state: {
2708
+ },
2709
+ state: {
2648
2710
  serializedName: "properties.state",
2649
2711
  type: {
2650
2712
  name: "String",
2651
2713
  },
2652
- }, provisioningState: {
2714
+ },
2715
+ provisioningState: {
2653
2716
  serializedName: "properties.provisioningState",
2654
2717
  readOnly: true,
2655
2718
  type: {
2656
2719
  name: "String",
2657
2720
  },
2658
- } }),
2721
+ },
2722
+ },
2659
2723
  },
2660
2724
  };
2661
2725
  export const HealthCheckStatusDetails = {
2662
2726
  type: {
2663
2727
  name: "Composite",
2664
2728
  className: "HealthCheckStatusDetails",
2665
- modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { startDateTime: {
2729
+ modelProperties: {
2730
+ ...Resource.type.modelProperties,
2731
+ startDateTime: {
2666
2732
  serializedName: "properties.startDateTime",
2667
2733
  readOnly: true,
2668
2734
  type: {
2669
2735
  name: "DateTime",
2670
2736
  },
2671
- }, endDateTime: {
2737
+ },
2738
+ endDateTime: {
2672
2739
  serializedName: "properties.endDateTime",
2673
2740
  readOnly: true,
2674
2741
  type: {
2675
2742
  name: "DateTime",
2676
2743
  },
2677
- }, healthChecks: {
2744
+ },
2745
+ healthChecks: {
2678
2746
  serializedName: "properties.healthChecks",
2679
2747
  readOnly: true,
2680
2748
  type: {
@@ -2686,60 +2754,72 @@ export const HealthCheckStatusDetails = {
2686
2754
  },
2687
2755
  },
2688
2756
  },
2689
- } }),
2757
+ },
2758
+ },
2690
2759
  },
2691
2760
  };
2692
2761
  export const DevCenterUpdate = {
2693
2762
  type: {
2694
2763
  name: "Composite",
2695
2764
  className: "DevCenterUpdate",
2696
- modelProperties: Object.assign(Object.assign({}, TrackedResourceUpdate.type.modelProperties), { identity: {
2765
+ modelProperties: {
2766
+ ...TrackedResourceUpdate.type.modelProperties,
2767
+ identity: {
2697
2768
  serializedName: "identity",
2698
2769
  type: {
2699
2770
  name: "Composite",
2700
2771
  className: "ManagedServiceIdentity",
2701
2772
  },
2702
- }, encryption: {
2773
+ },
2774
+ encryption: {
2703
2775
  serializedName: "properties.encryption",
2704
2776
  type: {
2705
2777
  name: "Composite",
2706
2778
  className: "Encryption",
2707
2779
  },
2708
- }, displayName: {
2780
+ },
2781
+ displayName: {
2709
2782
  serializedName: "properties.displayName",
2710
2783
  type: {
2711
2784
  name: "String",
2712
2785
  },
2713
- }, projectCatalogSettings: {
2786
+ },
2787
+ projectCatalogSettings: {
2714
2788
  serializedName: "properties.projectCatalogSettings",
2715
2789
  type: {
2716
2790
  name: "Composite",
2717
2791
  className: "DevCenterProjectCatalogSettings",
2718
2792
  },
2719
- } }),
2793
+ },
2794
+ },
2720
2795
  },
2721
2796
  };
2722
2797
  export const ProjectUpdate = {
2723
2798
  type: {
2724
2799
  name: "Composite",
2725
2800
  className: "ProjectUpdate",
2726
- modelProperties: Object.assign(Object.assign({}, TrackedResourceUpdate.type.modelProperties), { identity: {
2801
+ modelProperties: {
2802
+ ...TrackedResourceUpdate.type.modelProperties,
2803
+ identity: {
2727
2804
  serializedName: "identity",
2728
2805
  type: {
2729
2806
  name: "Composite",
2730
2807
  className: "ManagedServiceIdentity",
2731
2808
  },
2732
- }, devCenterId: {
2809
+ },
2810
+ devCenterId: {
2733
2811
  serializedName: "properties.devCenterId",
2734
2812
  type: {
2735
2813
  name: "String",
2736
2814
  },
2737
- }, description: {
2815
+ },
2816
+ description: {
2738
2817
  serializedName: "properties.description",
2739
2818
  type: {
2740
2819
  name: "String",
2741
2820
  },
2742
- }, maxDevBoxesPerUser: {
2821
+ },
2822
+ maxDevBoxesPerUser: {
2743
2823
  constraints: {
2744
2824
  InclusiveMinimum: 0,
2745
2825
  },
@@ -2747,95 +2827,114 @@ export const ProjectUpdate = {
2747
2827
  type: {
2748
2828
  name: "Number",
2749
2829
  },
2750
- }, displayName: {
2830
+ },
2831
+ displayName: {
2751
2832
  serializedName: "properties.displayName",
2752
2833
  type: {
2753
2834
  name: "String",
2754
2835
  },
2755
- }, catalogSettings: {
2836
+ },
2837
+ catalogSettings: {
2756
2838
  serializedName: "properties.catalogSettings",
2757
2839
  type: {
2758
2840
  name: "Composite",
2759
2841
  className: "ProjectCatalogSettings",
2760
2842
  },
2761
- } }),
2843
+ },
2844
+ },
2762
2845
  },
2763
2846
  };
2764
2847
  export const DevBoxDefinitionUpdate = {
2765
2848
  type: {
2766
2849
  name: "Composite",
2767
2850
  className: "DevBoxDefinitionUpdate",
2768
- modelProperties: Object.assign(Object.assign({}, TrackedResourceUpdate.type.modelProperties), { imageReference: {
2851
+ modelProperties: {
2852
+ ...TrackedResourceUpdate.type.modelProperties,
2853
+ imageReference: {
2769
2854
  serializedName: "properties.imageReference",
2770
2855
  type: {
2771
2856
  name: "Composite",
2772
2857
  className: "ImageReference",
2773
2858
  },
2774
- }, sku: {
2859
+ },
2860
+ sku: {
2775
2861
  serializedName: "properties.sku",
2776
2862
  type: {
2777
2863
  name: "Composite",
2778
2864
  className: "Sku",
2779
2865
  },
2780
- }, osStorageType: {
2866
+ },
2867
+ osStorageType: {
2781
2868
  serializedName: "properties.osStorageType",
2782
2869
  type: {
2783
2870
  name: "String",
2784
2871
  },
2785
- }, hibernateSupport: {
2872
+ },
2873
+ hibernateSupport: {
2786
2874
  serializedName: "properties.hibernateSupport",
2787
2875
  type: {
2788
2876
  name: "String",
2789
2877
  },
2790
- } }),
2878
+ },
2879
+ },
2791
2880
  },
2792
2881
  };
2793
2882
  export const PoolUpdate = {
2794
2883
  type: {
2795
2884
  name: "Composite",
2796
2885
  className: "PoolUpdate",
2797
- modelProperties: Object.assign(Object.assign({}, TrackedResourceUpdate.type.modelProperties), { devBoxDefinitionName: {
2886
+ modelProperties: {
2887
+ ...TrackedResourceUpdate.type.modelProperties,
2888
+ devBoxDefinitionName: {
2798
2889
  serializedName: "properties.devBoxDefinitionName",
2799
2890
  type: {
2800
2891
  name: "String",
2801
2892
  },
2802
- }, networkConnectionName: {
2893
+ },
2894
+ networkConnectionName: {
2803
2895
  serializedName: "properties.networkConnectionName",
2804
2896
  type: {
2805
2897
  name: "String",
2806
2898
  },
2807
- }, licenseType: {
2899
+ },
2900
+ licenseType: {
2808
2901
  serializedName: "properties.licenseType",
2809
2902
  type: {
2810
2903
  name: "String",
2811
2904
  },
2812
- }, localAdministrator: {
2905
+ },
2906
+ localAdministrator: {
2813
2907
  serializedName: "properties.localAdministrator",
2814
2908
  type: {
2815
2909
  name: "String",
2816
2910
  },
2817
- }, stopOnDisconnect: {
2911
+ },
2912
+ stopOnDisconnect: {
2818
2913
  serializedName: "properties.stopOnDisconnect",
2819
2914
  type: {
2820
2915
  name: "Composite",
2821
2916
  className: "StopOnDisconnectConfiguration",
2822
2917
  },
2823
- }, singleSignOnStatus: {
2918
+ },
2919
+ singleSignOnStatus: {
2824
2920
  serializedName: "properties.singleSignOnStatus",
2825
2921
  type: {
2826
2922
  name: "String",
2827
2923
  },
2828
- }, displayName: {
2924
+ },
2925
+ displayName: {
2829
2926
  serializedName: "properties.displayName",
2830
2927
  type: {
2831
2928
  name: "String",
2832
2929
  },
2833
- }, virtualNetworkType: {
2930
+ },
2931
+ virtualNetworkType: {
2834
2932
  serializedName: "properties.virtualNetworkType",
2835
2933
  type: {
2836
2934
  name: "String",
2837
2935
  },
2838
- }, managedVirtualNetworkRegions: {
2936
+ },
2937
+ managedVirtualNetworkRegions: {
2839
2938
  serializedName: "properties.managedVirtualNetworkRegions",
2840
2939
  type: {
2841
2940
  name: "Sequence",
@@ -2845,159 +2944,192 @@ export const PoolUpdate = {
2845
2944
  },
2846
2945
  },
2847
2946
  },
2848
- } }),
2947
+ },
2948
+ },
2849
2949
  },
2850
2950
  };
2851
2951
  export const ScheduleUpdateProperties = {
2852
2952
  type: {
2853
2953
  name: "Composite",
2854
2954
  className: "ScheduleUpdateProperties",
2855
- modelProperties: Object.assign(Object.assign({}, TrackedResourceUpdate.type.modelProperties), { type: {
2955
+ modelProperties: {
2956
+ ...TrackedResourceUpdate.type.modelProperties,
2957
+ type: {
2856
2958
  serializedName: "type",
2857
2959
  type: {
2858
2960
  name: "String",
2859
2961
  },
2860
- }, frequency: {
2962
+ },
2963
+ frequency: {
2861
2964
  serializedName: "frequency",
2862
2965
  type: {
2863
2966
  name: "String",
2864
2967
  },
2865
- }, time: {
2968
+ },
2969
+ time: {
2866
2970
  serializedName: "time",
2867
2971
  type: {
2868
2972
  name: "String",
2869
2973
  },
2870
- }, timeZone: {
2974
+ },
2975
+ timeZone: {
2871
2976
  serializedName: "timeZone",
2872
2977
  type: {
2873
2978
  name: "String",
2874
2979
  },
2875
- }, state: {
2980
+ },
2981
+ state: {
2876
2982
  serializedName: "state",
2877
2983
  type: {
2878
2984
  name: "String",
2879
2985
  },
2880
- } }),
2986
+ },
2987
+ },
2881
2988
  },
2882
2989
  };
2883
2990
  export const NetworkConnectionUpdate = {
2884
2991
  type: {
2885
2992
  name: "Composite",
2886
2993
  className: "NetworkConnectionUpdate",
2887
- modelProperties: Object.assign(Object.assign({}, TrackedResourceUpdate.type.modelProperties), { subnetId: {
2994
+ modelProperties: {
2995
+ ...TrackedResourceUpdate.type.modelProperties,
2996
+ subnetId: {
2888
2997
  serializedName: "properties.subnetId",
2889
2998
  type: {
2890
2999
  name: "String",
2891
3000
  },
2892
- }, domainName: {
3001
+ },
3002
+ domainName: {
2893
3003
  serializedName: "properties.domainName",
2894
3004
  type: {
2895
3005
  name: "String",
2896
3006
  },
2897
- }, organizationUnit: {
3007
+ },
3008
+ organizationUnit: {
2898
3009
  serializedName: "properties.organizationUnit",
2899
3010
  type: {
2900
3011
  name: "String",
2901
3012
  },
2902
- }, domainUsername: {
3013
+ },
3014
+ domainUsername: {
2903
3015
  serializedName: "properties.domainUsername",
2904
3016
  type: {
2905
3017
  name: "String",
2906
3018
  },
2907
- }, domainPassword: {
3019
+ },
3020
+ domainPassword: {
2908
3021
  serializedName: "properties.domainPassword",
2909
3022
  type: {
2910
3023
  name: "String",
2911
3024
  },
2912
- } }),
3025
+ },
3026
+ },
2913
3027
  },
2914
3028
  };
2915
3029
  export const ProjectProperties = {
2916
3030
  type: {
2917
3031
  name: "Composite",
2918
3032
  className: "ProjectProperties",
2919
- modelProperties: Object.assign(Object.assign({}, ProjectUpdateProperties.type.modelProperties), { provisioningState: {
3033
+ modelProperties: {
3034
+ ...ProjectUpdateProperties.type.modelProperties,
3035
+ provisioningState: {
2920
3036
  serializedName: "provisioningState",
2921
3037
  readOnly: true,
2922
3038
  type: {
2923
3039
  name: "String",
2924
3040
  },
2925
- }, devCenterUri: {
3041
+ },
3042
+ devCenterUri: {
2926
3043
  serializedName: "devCenterUri",
2927
3044
  readOnly: true,
2928
3045
  type: {
2929
3046
  name: "String",
2930
3047
  },
2931
- } }),
3048
+ },
3049
+ },
2932
3050
  },
2933
3051
  };
2934
3052
  export const CatalogProperties = {
2935
3053
  type: {
2936
3054
  name: "Composite",
2937
3055
  className: "CatalogProperties",
2938
- modelProperties: Object.assign(Object.assign({}, CatalogUpdateProperties.type.modelProperties), { provisioningState: {
3056
+ modelProperties: {
3057
+ ...CatalogUpdateProperties.type.modelProperties,
3058
+ provisioningState: {
2939
3059
  serializedName: "provisioningState",
2940
3060
  readOnly: true,
2941
3061
  type: {
2942
3062
  name: "String",
2943
3063
  },
2944
- }, syncState: {
3064
+ },
3065
+ syncState: {
2945
3066
  serializedName: "syncState",
2946
3067
  readOnly: true,
2947
3068
  type: {
2948
3069
  name: "String",
2949
3070
  },
2950
- }, lastSyncStats: {
3071
+ },
3072
+ lastSyncStats: {
2951
3073
  serializedName: "lastSyncStats",
2952
3074
  type: {
2953
3075
  name: "Composite",
2954
3076
  className: "SyncStats",
2955
3077
  },
2956
- }, connectionState: {
3078
+ },
3079
+ connectionState: {
2957
3080
  serializedName: "connectionState",
2958
3081
  readOnly: true,
2959
3082
  type: {
2960
3083
  name: "String",
2961
3084
  },
2962
- }, lastConnectionTime: {
3085
+ },
3086
+ lastConnectionTime: {
2963
3087
  serializedName: "lastConnectionTime",
2964
3088
  readOnly: true,
2965
3089
  type: {
2966
3090
  name: "DateTime",
2967
3091
  },
2968
- }, lastSyncTime: {
3092
+ },
3093
+ lastSyncTime: {
2969
3094
  serializedName: "lastSyncTime",
2970
3095
  readOnly: true,
2971
3096
  type: {
2972
3097
  name: "DateTime",
2973
3098
  },
2974
- } }),
3099
+ },
3100
+ },
2975
3101
  },
2976
3102
  };
2977
3103
  export const EnvironmentTypeProperties = {
2978
3104
  type: {
2979
3105
  name: "Composite",
2980
3106
  className: "EnvironmentTypeProperties",
2981
- modelProperties: Object.assign(Object.assign({}, EnvironmentTypeUpdateProperties.type.modelProperties), { provisioningState: {
3107
+ modelProperties: {
3108
+ ...EnvironmentTypeUpdateProperties.type.modelProperties,
3109
+ provisioningState: {
2982
3110
  serializedName: "provisioningState",
2983
3111
  readOnly: true,
2984
3112
  type: {
2985
3113
  name: "String",
2986
3114
  },
2987
- } }),
3115
+ },
3116
+ },
2988
3117
  },
2989
3118
  };
2990
3119
  export const ProjectEnvironmentTypeProperties = {
2991
3120
  type: {
2992
3121
  name: "Composite",
2993
3122
  className: "ProjectEnvironmentTypeProperties",
2994
- modelProperties: Object.assign(Object.assign({}, ProjectEnvironmentTypeUpdateProperties.type.modelProperties), { provisioningState: {
3123
+ modelProperties: {
3124
+ ...ProjectEnvironmentTypeUpdateProperties.type.modelProperties,
3125
+ provisioningState: {
2995
3126
  serializedName: "provisioningState",
2996
3127
  readOnly: true,
2997
3128
  type: {
2998
3129
  name: "String",
2999
3130
  },
3000
- }, environmentCount: {
3131
+ },
3132
+ environmentCount: {
3001
3133
  constraints: {
3002
3134
  InclusiveMinimum: 0,
3003
3135
  },
@@ -3006,57 +3138,68 @@ export const ProjectEnvironmentTypeProperties = {
3006
3138
  type: {
3007
3139
  name: "Number",
3008
3140
  },
3009
- } }),
3141
+ },
3142
+ },
3010
3143
  },
3011
3144
  };
3012
3145
  export const DevBoxDefinitionProperties = {
3013
3146
  type: {
3014
3147
  name: "Composite",
3015
3148
  className: "DevBoxDefinitionProperties",
3016
- modelProperties: Object.assign(Object.assign({}, DevBoxDefinitionUpdateProperties.type.modelProperties), { provisioningState: {
3149
+ modelProperties: {
3150
+ ...DevBoxDefinitionUpdateProperties.type.modelProperties,
3151
+ provisioningState: {
3017
3152
  serializedName: "provisioningState",
3018
3153
  readOnly: true,
3019
3154
  type: {
3020
3155
  name: "String",
3021
3156
  },
3022
- }, imageValidationStatus: {
3157
+ },
3158
+ imageValidationStatus: {
3023
3159
  serializedName: "imageValidationStatus",
3024
3160
  readOnly: true,
3025
3161
  type: {
3026
3162
  name: "String",
3027
3163
  },
3028
- }, imageValidationErrorDetails: {
3164
+ },
3165
+ imageValidationErrorDetails: {
3029
3166
  serializedName: "imageValidationErrorDetails",
3030
3167
  type: {
3031
3168
  name: "Composite",
3032
3169
  className: "ImageValidationErrorDetails",
3033
3170
  },
3034
- }, validationStatus: {
3171
+ },
3172
+ validationStatus: {
3035
3173
  serializedName: "validationStatus",
3036
3174
  readOnly: true,
3037
3175
  type: {
3038
3176
  name: "String",
3039
3177
  },
3040
- }, activeImageReference: {
3178
+ },
3179
+ activeImageReference: {
3041
3180
  serializedName: "activeImageReference",
3042
3181
  type: {
3043
3182
  name: "Composite",
3044
3183
  className: "ImageReference",
3045
3184
  },
3046
- } }),
3185
+ },
3186
+ },
3047
3187
  },
3048
3188
  };
3049
3189
  export const DevCenterSku = {
3050
3190
  type: {
3051
3191
  name: "Composite",
3052
3192
  className: "DevCenterSku",
3053
- modelProperties: Object.assign(Object.assign({}, Sku.type.modelProperties), { resourceType: {
3193
+ modelProperties: {
3194
+ ...Sku.type.modelProperties,
3195
+ resourceType: {
3054
3196
  serializedName: "resourceType",
3055
3197
  readOnly: true,
3056
3198
  type: {
3057
3199
  name: "String",
3058
3200
  },
3059
- }, locations: {
3201
+ },
3202
+ locations: {
3060
3203
  serializedName: "locations",
3061
3204
  readOnly: true,
3062
3205
  type: {
@@ -3067,7 +3210,8 @@ export const DevCenterSku = {
3067
3210
  },
3068
3211
  },
3069
3212
  },
3070
- }, capabilities: {
3213
+ },
3214
+ capabilities: {
3071
3215
  serializedName: "capabilities",
3072
3216
  readOnly: true,
3073
3217
  type: {
@@ -3079,34 +3223,41 @@ export const DevCenterSku = {
3079
3223
  },
3080
3224
  },
3081
3225
  },
3082
- } }),
3226
+ },
3227
+ },
3083
3228
  },
3084
3229
  };
3085
3230
  export const OperationStatus = {
3086
3231
  type: {
3087
3232
  name: "Composite",
3088
3233
  className: "OperationStatus",
3089
- modelProperties: Object.assign(Object.assign({}, OperationStatusResult.type.modelProperties), { properties: {
3234
+ modelProperties: {
3235
+ ...OperationStatusResult.type.modelProperties,
3236
+ properties: {
3090
3237
  serializedName: "properties",
3091
3238
  readOnly: true,
3092
3239
  type: {
3093
3240
  name: "Dictionary",
3094
3241
  value: { type: { name: "any" } },
3095
3242
  },
3096
- } }),
3243
+ },
3244
+ },
3097
3245
  },
3098
3246
  };
3099
3247
  export const PoolProperties = {
3100
3248
  type: {
3101
3249
  name: "Composite",
3102
3250
  className: "PoolProperties",
3103
- modelProperties: Object.assign(Object.assign({}, PoolUpdateProperties.type.modelProperties), { healthStatus: {
3251
+ modelProperties: {
3252
+ ...PoolUpdateProperties.type.modelProperties,
3253
+ healthStatus: {
3104
3254
  serializedName: "healthStatus",
3105
3255
  readOnly: true,
3106
3256
  type: {
3107
3257
  name: "String",
3108
3258
  },
3109
- }, healthStatusDetails: {
3259
+ },
3260
+ healthStatusDetails: {
3110
3261
  serializedName: "healthStatusDetails",
3111
3262
  readOnly: true,
3112
3263
  type: {
@@ -3118,114 +3269,136 @@ export const PoolProperties = {
3118
3269
  },
3119
3270
  },
3120
3271
  },
3121
- }, devBoxCount: {
3272
+ },
3273
+ devBoxCount: {
3122
3274
  serializedName: "devBoxCount",
3123
3275
  readOnly: true,
3124
3276
  type: {
3125
3277
  name: "Number",
3126
3278
  },
3127
- }, provisioningState: {
3279
+ },
3280
+ provisioningState: {
3128
3281
  serializedName: "provisioningState",
3129
3282
  readOnly: true,
3130
3283
  type: {
3131
3284
  name: "String",
3132
3285
  },
3133
- } }),
3286
+ },
3287
+ },
3134
3288
  },
3135
3289
  };
3136
3290
  export const NetworkProperties = {
3137
3291
  type: {
3138
3292
  name: "Composite",
3139
3293
  className: "NetworkProperties",
3140
- modelProperties: Object.assign(Object.assign({}, NetworkConnectionUpdateProperties.type.modelProperties), { provisioningState: {
3294
+ modelProperties: {
3295
+ ...NetworkConnectionUpdateProperties.type.modelProperties,
3296
+ provisioningState: {
3141
3297
  serializedName: "provisioningState",
3142
3298
  readOnly: true,
3143
3299
  type: {
3144
3300
  name: "String",
3145
3301
  },
3146
- }, healthCheckStatus: {
3302
+ },
3303
+ healthCheckStatus: {
3147
3304
  serializedName: "healthCheckStatus",
3148
3305
  readOnly: true,
3149
3306
  type: {
3150
3307
  name: "String",
3151
3308
  },
3152
- }, networkingResourceGroupName: {
3309
+ },
3310
+ networkingResourceGroupName: {
3153
3311
  serializedName: "networkingResourceGroupName",
3154
3312
  type: {
3155
3313
  name: "String",
3156
3314
  },
3157
- }, domainJoinType: {
3315
+ },
3316
+ domainJoinType: {
3158
3317
  serializedName: "domainJoinType",
3159
3318
  required: true,
3160
3319
  type: {
3161
3320
  name: "String",
3162
3321
  },
3163
- } }),
3322
+ },
3323
+ },
3164
3324
  },
3165
3325
  };
3166
3326
  export const DevCenter = {
3167
3327
  type: {
3168
3328
  name: "Composite",
3169
3329
  className: "DevCenter",
3170
- modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { identity: {
3330
+ modelProperties: {
3331
+ ...TrackedResource.type.modelProperties,
3332
+ identity: {
3171
3333
  serializedName: "identity",
3172
3334
  type: {
3173
3335
  name: "Composite",
3174
3336
  className: "ManagedServiceIdentity",
3175
3337
  },
3176
- }, encryption: {
3338
+ },
3339
+ encryption: {
3177
3340
  serializedName: "properties.encryption",
3178
3341
  type: {
3179
3342
  name: "Composite",
3180
3343
  className: "Encryption",
3181
3344
  },
3182
- }, displayName: {
3345
+ },
3346
+ displayName: {
3183
3347
  serializedName: "properties.displayName",
3184
3348
  type: {
3185
3349
  name: "String",
3186
3350
  },
3187
- }, projectCatalogSettings: {
3351
+ },
3352
+ projectCatalogSettings: {
3188
3353
  serializedName: "properties.projectCatalogSettings",
3189
3354
  type: {
3190
3355
  name: "Composite",
3191
3356
  className: "DevCenterProjectCatalogSettings",
3192
3357
  },
3193
- }, provisioningState: {
3358
+ },
3359
+ provisioningState: {
3194
3360
  serializedName: "properties.provisioningState",
3195
3361
  readOnly: true,
3196
3362
  type: {
3197
3363
  name: "String",
3198
3364
  },
3199
- }, devCenterUri: {
3365
+ },
3366
+ devCenterUri: {
3200
3367
  serializedName: "properties.devCenterUri",
3201
3368
  readOnly: true,
3202
3369
  type: {
3203
3370
  name: "String",
3204
3371
  },
3205
- } }),
3372
+ },
3373
+ },
3206
3374
  },
3207
3375
  };
3208
3376
  export const Project = {
3209
3377
  type: {
3210
3378
  name: "Composite",
3211
3379
  className: "Project",
3212
- modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { identity: {
3380
+ modelProperties: {
3381
+ ...TrackedResource.type.modelProperties,
3382
+ identity: {
3213
3383
  serializedName: "identity",
3214
3384
  type: {
3215
3385
  name: "Composite",
3216
3386
  className: "ManagedServiceIdentity",
3217
3387
  },
3218
- }, devCenterId: {
3388
+ },
3389
+ devCenterId: {
3219
3390
  serializedName: "properties.devCenterId",
3220
3391
  type: {
3221
3392
  name: "String",
3222
3393
  },
3223
- }, description: {
3394
+ },
3395
+ description: {
3224
3396
  serializedName: "properties.description",
3225
3397
  type: {
3226
3398
  name: "String",
3227
3399
  },
3228
- }, maxDevBoxesPerUser: {
3400
+ },
3401
+ maxDevBoxesPerUser: {
3229
3402
  constraints: {
3230
3403
  InclusiveMinimum: 0,
3231
3404
  },
@@ -3233,137 +3406,163 @@ export const Project = {
3233
3406
  type: {
3234
3407
  name: "Number",
3235
3408
  },
3236
- }, displayName: {
3409
+ },
3410
+ displayName: {
3237
3411
  serializedName: "properties.displayName",
3238
3412
  type: {
3239
3413
  name: "String",
3240
3414
  },
3241
- }, catalogSettings: {
3415
+ },
3416
+ catalogSettings: {
3242
3417
  serializedName: "properties.catalogSettings",
3243
3418
  type: {
3244
3419
  name: "Composite",
3245
3420
  className: "ProjectCatalogSettings",
3246
3421
  },
3247
- }, provisioningState: {
3422
+ },
3423
+ provisioningState: {
3248
3424
  serializedName: "properties.provisioningState",
3249
3425
  readOnly: true,
3250
3426
  type: {
3251
3427
  name: "String",
3252
3428
  },
3253
- }, devCenterUri: {
3429
+ },
3430
+ devCenterUri: {
3254
3431
  serializedName: "properties.devCenterUri",
3255
3432
  readOnly: true,
3256
3433
  type: {
3257
3434
  name: "String",
3258
3435
  },
3259
- } }),
3436
+ },
3437
+ },
3260
3438
  },
3261
3439
  };
3262
3440
  export const DevBoxDefinition = {
3263
3441
  type: {
3264
3442
  name: "Composite",
3265
3443
  className: "DevBoxDefinition",
3266
- modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { imageReference: {
3444
+ modelProperties: {
3445
+ ...TrackedResource.type.modelProperties,
3446
+ imageReference: {
3267
3447
  serializedName: "properties.imageReference",
3268
3448
  type: {
3269
3449
  name: "Composite",
3270
3450
  className: "ImageReference",
3271
3451
  },
3272
- }, sku: {
3452
+ },
3453
+ sku: {
3273
3454
  serializedName: "properties.sku",
3274
3455
  type: {
3275
3456
  name: "Composite",
3276
3457
  className: "Sku",
3277
3458
  },
3278
- }, osStorageType: {
3459
+ },
3460
+ osStorageType: {
3279
3461
  serializedName: "properties.osStorageType",
3280
3462
  type: {
3281
3463
  name: "String",
3282
3464
  },
3283
- }, hibernateSupport: {
3465
+ },
3466
+ hibernateSupport: {
3284
3467
  serializedName: "properties.hibernateSupport",
3285
3468
  type: {
3286
3469
  name: "String",
3287
3470
  },
3288
- }, provisioningState: {
3471
+ },
3472
+ provisioningState: {
3289
3473
  serializedName: "properties.provisioningState",
3290
3474
  readOnly: true,
3291
3475
  type: {
3292
3476
  name: "String",
3293
3477
  },
3294
- }, imageValidationStatus: {
3478
+ },
3479
+ imageValidationStatus: {
3295
3480
  serializedName: "properties.imageValidationStatus",
3296
3481
  readOnly: true,
3297
3482
  type: {
3298
3483
  name: "String",
3299
3484
  },
3300
- }, imageValidationErrorDetails: {
3485
+ },
3486
+ imageValidationErrorDetails: {
3301
3487
  serializedName: "properties.imageValidationErrorDetails",
3302
3488
  type: {
3303
3489
  name: "Composite",
3304
3490
  className: "ImageValidationErrorDetails",
3305
3491
  },
3306
- }, validationStatus: {
3492
+ },
3493
+ validationStatus: {
3307
3494
  serializedName: "properties.validationStatus",
3308
3495
  readOnly: true,
3309
3496
  type: {
3310
3497
  name: "String",
3311
3498
  },
3312
- }, activeImageReference: {
3499
+ },
3500
+ activeImageReference: {
3313
3501
  serializedName: "properties.activeImageReference",
3314
3502
  type: {
3315
3503
  name: "Composite",
3316
3504
  className: "ImageReference",
3317
3505
  },
3318
- } }),
3506
+ },
3507
+ },
3319
3508
  },
3320
3509
  };
3321
3510
  export const Pool = {
3322
3511
  type: {
3323
3512
  name: "Composite",
3324
3513
  className: "Pool",
3325
- modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { devBoxDefinitionName: {
3514
+ modelProperties: {
3515
+ ...TrackedResource.type.modelProperties,
3516
+ devBoxDefinitionName: {
3326
3517
  serializedName: "properties.devBoxDefinitionName",
3327
3518
  type: {
3328
3519
  name: "String",
3329
3520
  },
3330
- }, networkConnectionName: {
3521
+ },
3522
+ networkConnectionName: {
3331
3523
  serializedName: "properties.networkConnectionName",
3332
3524
  type: {
3333
3525
  name: "String",
3334
3526
  },
3335
- }, licenseType: {
3527
+ },
3528
+ licenseType: {
3336
3529
  serializedName: "properties.licenseType",
3337
3530
  type: {
3338
3531
  name: "String",
3339
3532
  },
3340
- }, localAdministrator: {
3533
+ },
3534
+ localAdministrator: {
3341
3535
  serializedName: "properties.localAdministrator",
3342
3536
  type: {
3343
3537
  name: "String",
3344
3538
  },
3345
- }, stopOnDisconnect: {
3539
+ },
3540
+ stopOnDisconnect: {
3346
3541
  serializedName: "properties.stopOnDisconnect",
3347
3542
  type: {
3348
3543
  name: "Composite",
3349
3544
  className: "StopOnDisconnectConfiguration",
3350
3545
  },
3351
- }, singleSignOnStatus: {
3546
+ },
3547
+ singleSignOnStatus: {
3352
3548
  serializedName: "properties.singleSignOnStatus",
3353
3549
  type: {
3354
3550
  name: "String",
3355
3551
  },
3356
- }, displayName: {
3552
+ },
3553
+ displayName: {
3357
3554
  serializedName: "properties.displayName",
3358
3555
  type: {
3359
3556
  name: "String",
3360
3557
  },
3361
- }, virtualNetworkType: {
3558
+ },
3559
+ virtualNetworkType: {
3362
3560
  serializedName: "properties.virtualNetworkType",
3363
3561
  type: {
3364
3562
  name: "String",
3365
3563
  },
3366
- }, managedVirtualNetworkRegions: {
3564
+ },
3565
+ managedVirtualNetworkRegions: {
3367
3566
  serializedName: "properties.managedVirtualNetworkRegions",
3368
3567
  type: {
3369
3568
  name: "Sequence",
@@ -3373,13 +3572,15 @@ export const Pool = {
3373
3572
  },
3374
3573
  },
3375
3574
  },
3376
- }, healthStatus: {
3575
+ },
3576
+ healthStatus: {
3377
3577
  serializedName: "properties.healthStatus",
3378
3578
  readOnly: true,
3379
3579
  type: {
3380
3580
  name: "String",
3381
3581
  },
3382
- }, healthStatusDetails: {
3582
+ },
3583
+ healthStatusDetails: {
3383
3584
  serializedName: "properties.healthStatusDetails",
3384
3585
  readOnly: true,
3385
3586
  type: {
@@ -3391,86 +3592,103 @@ export const Pool = {
3391
3592
  },
3392
3593
  },
3393
3594
  },
3394
- }, devBoxCount: {
3595
+ },
3596
+ devBoxCount: {
3395
3597
  serializedName: "properties.devBoxCount",
3396
3598
  readOnly: true,
3397
3599
  type: {
3398
3600
  name: "Number",
3399
3601
  },
3400
- }, provisioningState: {
3602
+ },
3603
+ provisioningState: {
3401
3604
  serializedName: "properties.provisioningState",
3402
3605
  readOnly: true,
3403
3606
  type: {
3404
3607
  name: "String",
3405
3608
  },
3406
- } }),
3609
+ },
3610
+ },
3407
3611
  },
3408
3612
  };
3409
3613
  export const NetworkConnection = {
3410
3614
  type: {
3411
3615
  name: "Composite",
3412
3616
  className: "NetworkConnection",
3413
- modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { subnetId: {
3617
+ modelProperties: {
3618
+ ...TrackedResource.type.modelProperties,
3619
+ subnetId: {
3414
3620
  serializedName: "properties.subnetId",
3415
3621
  type: {
3416
3622
  name: "String",
3417
3623
  },
3418
- }, domainName: {
3624
+ },
3625
+ domainName: {
3419
3626
  serializedName: "properties.domainName",
3420
3627
  type: {
3421
3628
  name: "String",
3422
3629
  },
3423
- }, organizationUnit: {
3630
+ },
3631
+ organizationUnit: {
3424
3632
  serializedName: "properties.organizationUnit",
3425
3633
  type: {
3426
3634
  name: "String",
3427
3635
  },
3428
- }, domainUsername: {
3636
+ },
3637
+ domainUsername: {
3429
3638
  serializedName: "properties.domainUsername",
3430
3639
  type: {
3431
3640
  name: "String",
3432
3641
  },
3433
- }, domainPassword: {
3642
+ },
3643
+ domainPassword: {
3434
3644
  serializedName: "properties.domainPassword",
3435
3645
  type: {
3436
3646
  name: "String",
3437
3647
  },
3438
- }, provisioningState: {
3648
+ },
3649
+ provisioningState: {
3439
3650
  serializedName: "properties.provisioningState",
3440
3651
  readOnly: true,
3441
3652
  type: {
3442
3653
  name: "String",
3443
3654
  },
3444
- }, healthCheckStatus: {
3655
+ },
3656
+ healthCheckStatus: {
3445
3657
  serializedName: "properties.healthCheckStatus",
3446
3658
  readOnly: true,
3447
3659
  type: {
3448
3660
  name: "String",
3449
3661
  },
3450
- }, networkingResourceGroupName: {
3662
+ },
3663
+ networkingResourceGroupName: {
3451
3664
  serializedName: "properties.networkingResourceGroupName",
3452
3665
  type: {
3453
3666
  name: "String",
3454
3667
  },
3455
- }, domainJoinType: {
3668
+ },
3669
+ domainJoinType: {
3456
3670
  serializedName: "properties.domainJoinType",
3457
3671
  type: {
3458
3672
  name: "String",
3459
3673
  },
3460
- } }),
3674
+ },
3675
+ },
3461
3676
  },
3462
3677
  };
3463
3678
  export const EnvironmentDefinition = {
3464
3679
  type: {
3465
3680
  name: "Composite",
3466
3681
  className: "EnvironmentDefinition",
3467
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { description: {
3682
+ modelProperties: {
3683
+ ...ProxyResource.type.modelProperties,
3684
+ description: {
3468
3685
  serializedName: "properties.description",
3469
3686
  readOnly: true,
3470
3687
  type: {
3471
3688
  name: "String",
3472
3689
  },
3473
- }, parameters: {
3690
+ },
3691
+ parameters: {
3474
3692
  serializedName: "properties.parameters",
3475
3693
  readOnly: true,
3476
3694
  type: {
@@ -3482,118 +3700,140 @@ export const EnvironmentDefinition = {
3482
3700
  },
3483
3701
  },
3484
3702
  },
3485
- }, templatePath: {
3703
+ },
3704
+ templatePath: {
3486
3705
  serializedName: "properties.templatePath",
3487
3706
  readOnly: true,
3488
3707
  type: {
3489
3708
  name: "String",
3490
3709
  },
3491
- }, validationStatus: {
3710
+ },
3711
+ validationStatus: {
3492
3712
  serializedName: "properties.validationStatus",
3493
3713
  readOnly: true,
3494
3714
  type: {
3495
3715
  name: "String",
3496
3716
  },
3497
- } }),
3717
+ },
3718
+ },
3498
3719
  },
3499
3720
  };
3500
3721
  export const Image = {
3501
3722
  type: {
3502
3723
  name: "Composite",
3503
3724
  className: "Image",
3504
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { description: {
3725
+ modelProperties: {
3726
+ ...ProxyResource.type.modelProperties,
3727
+ description: {
3505
3728
  serializedName: "properties.description",
3506
3729
  readOnly: true,
3507
3730
  type: {
3508
3731
  name: "String",
3509
3732
  },
3510
- }, publisher: {
3733
+ },
3734
+ publisher: {
3511
3735
  serializedName: "properties.publisher",
3512
3736
  readOnly: true,
3513
3737
  type: {
3514
3738
  name: "String",
3515
3739
  },
3516
- }, offer: {
3740
+ },
3741
+ offer: {
3517
3742
  serializedName: "properties.offer",
3518
3743
  readOnly: true,
3519
3744
  type: {
3520
3745
  name: "String",
3521
3746
  },
3522
- }, sku: {
3747
+ },
3748
+ sku: {
3523
3749
  serializedName: "properties.sku",
3524
3750
  readOnly: true,
3525
3751
  type: {
3526
3752
  name: "String",
3527
3753
  },
3528
- }, recommendedMachineConfiguration: {
3754
+ },
3755
+ recommendedMachineConfiguration: {
3529
3756
  serializedName: "properties.recommendedMachineConfiguration",
3530
3757
  type: {
3531
3758
  name: "Composite",
3532
3759
  className: "RecommendedMachineConfiguration",
3533
3760
  },
3534
- }, provisioningState: {
3761
+ },
3762
+ provisioningState: {
3535
3763
  serializedName: "properties.provisioningState",
3536
3764
  readOnly: true,
3537
3765
  type: {
3538
3766
  name: "String",
3539
3767
  },
3540
- }, hibernateSupport: {
3768
+ },
3769
+ hibernateSupport: {
3541
3770
  serializedName: "properties.hibernateSupport",
3542
3771
  readOnly: true,
3543
3772
  type: {
3544
3773
  name: "String",
3545
3774
  },
3546
- } }),
3775
+ },
3776
+ },
3547
3777
  },
3548
3778
  };
3549
3779
  export const ImageVersion = {
3550
3780
  type: {
3551
3781
  name: "Composite",
3552
3782
  className: "ImageVersion",
3553
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { namePropertiesName: {
3783
+ modelProperties: {
3784
+ ...ProxyResource.type.modelProperties,
3785
+ namePropertiesName: {
3554
3786
  serializedName: "properties.name",
3555
3787
  readOnly: true,
3556
3788
  type: {
3557
3789
  name: "String",
3558
3790
  },
3559
- }, publishedDate: {
3791
+ },
3792
+ publishedDate: {
3560
3793
  serializedName: "properties.publishedDate",
3561
3794
  readOnly: true,
3562
3795
  type: {
3563
3796
  name: "DateTime",
3564
3797
  },
3565
- }, excludeFromLatest: {
3798
+ },
3799
+ excludeFromLatest: {
3566
3800
  serializedName: "properties.excludeFromLatest",
3567
3801
  readOnly: true,
3568
3802
  type: {
3569
3803
  name: "Boolean",
3570
3804
  },
3571
- }, osDiskImageSizeInGb: {
3805
+ },
3806
+ osDiskImageSizeInGb: {
3572
3807
  serializedName: "properties.osDiskImageSizeInGb",
3573
3808
  readOnly: true,
3574
3809
  type: {
3575
3810
  name: "Number",
3576
3811
  },
3577
- }, provisioningState: {
3812
+ },
3813
+ provisioningState: {
3578
3814
  serializedName: "properties.provisioningState",
3579
3815
  readOnly: true,
3580
3816
  type: {
3581
3817
  name: "String",
3582
3818
  },
3583
- } }),
3819
+ },
3820
+ },
3584
3821
  },
3585
3822
  };
3586
3823
  export const ScheduleProperties = {
3587
3824
  type: {
3588
3825
  name: "Composite",
3589
3826
  className: "ScheduleProperties",
3590
- modelProperties: Object.assign(Object.assign({}, ScheduleUpdateProperties.type.modelProperties), { provisioningState: {
3827
+ modelProperties: {
3828
+ ...ScheduleUpdateProperties.type.modelProperties,
3829
+ provisioningState: {
3591
3830
  serializedName: "provisioningState",
3592
3831
  readOnly: true,
3593
3832
  type: {
3594
3833
  name: "String",
3595
3834
  },
3596
- } }),
3835
+ },
3836
+ },
3597
3837
  },
3598
3838
  };
3599
3839
  export const DevCentersUpdateHeaders = {