@azure/arm-devopsinfrastructure 1.0.0-alpha.20260227.1 → 1.0.0-alpha.20260303.2

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 (151) hide show
  1. package/dist/browser/api/index.d.ts +2 -2
  2. package/dist/browser/api/index.d.ts.map +1 -1
  3. package/dist/browser/api/index.js.map +1 -1
  4. package/dist/browser/classic/index.d.ts +6 -6
  5. package/dist/browser/classic/index.d.ts.map +1 -1
  6. package/dist/browser/classic/index.js.map +1 -1
  7. package/dist/browser/devOpsInfrastructureClient.d.ts +1 -1
  8. package/dist/browser/devOpsInfrastructureClient.d.ts.map +1 -1
  9. package/dist/browser/devOpsInfrastructureClient.js.map +1 -1
  10. package/dist/browser/index.d.ts +5 -5
  11. package/dist/browser/index.d.ts.map +1 -1
  12. package/dist/browser/index.js.map +1 -1
  13. package/dist/browser/models/index.d.ts +1 -1
  14. package/dist/browser/models/index.d.ts.map +1 -1
  15. package/dist/browser/models/index.js.map +1 -1
  16. package/dist/commonjs/api/devOpsInfrastructureContext.js +50 -38
  17. package/dist/commonjs/api/devOpsInfrastructureContext.js.map +7 -1
  18. package/dist/commonjs/api/imageVersions/index.js +45 -21
  19. package/dist/commonjs/api/imageVersions/index.js.map +7 -1
  20. package/dist/commonjs/api/index.d.ts +2 -2
  21. package/dist/commonjs/api/index.d.ts.map +1 -1
  22. package/dist/commonjs/api/index.js +40 -25
  23. package/dist/commonjs/api/index.js.map +7 -1
  24. package/dist/commonjs/api/operations/index.js +40 -21
  25. package/dist/commonjs/api/operations/index.js.map +7 -1
  26. package/dist/commonjs/api/options.js +15 -5
  27. package/dist/commonjs/api/options.js.map +7 -1
  28. package/dist/commonjs/api/pools/index.js +153 -109
  29. package/dist/commonjs/api/pools/index.js.map +7 -1
  30. package/dist/commonjs/api/resourceDetails/index.js +45 -21
  31. package/dist/commonjs/api/resourceDetails/index.js.map +7 -1
  32. package/dist/commonjs/api/sku/index.js +44 -21
  33. package/dist/commonjs/api/sku/index.js.map +7 -1
  34. package/dist/commonjs/api/subscriptionUsages/index.js +44 -21
  35. package/dist/commonjs/api/subscriptionUsages/index.js.map +7 -1
  36. package/dist/commonjs/classic/imageVersions/index.js +30 -14
  37. package/dist/commonjs/classic/imageVersions/index.js.map +7 -1
  38. package/dist/commonjs/classic/index.d.ts +6 -6
  39. package/dist/commonjs/classic/index.d.ts.map +1 -1
  40. package/dist/commonjs/classic/index.js +15 -5
  41. package/dist/commonjs/classic/index.js.map +7 -1
  42. package/dist/commonjs/classic/operations/index.js +30 -14
  43. package/dist/commonjs/classic/operations/index.js.map +7 -1
  44. package/dist/commonjs/classic/pools/index.js +35 -19
  45. package/dist/commonjs/classic/pools/index.js.map +7 -1
  46. package/dist/commonjs/classic/resourceDetails/index.js +30 -14
  47. package/dist/commonjs/classic/resourceDetails/index.js.map +7 -1
  48. package/dist/commonjs/classic/sku/index.js +30 -14
  49. package/dist/commonjs/classic/sku/index.js.map +7 -1
  50. package/dist/commonjs/classic/subscriptionUsages/index.js +30 -14
  51. package/dist/commonjs/classic/subscriptionUsages/index.js.map +7 -1
  52. package/dist/commonjs/devOpsInfrastructureClient.d.ts +1 -1
  53. package/dist/commonjs/devOpsInfrastructureClient.d.ts.map +1 -1
  54. package/dist/commonjs/devOpsInfrastructureClient.js +59 -46
  55. package/dist/commonjs/devOpsInfrastructureClient.js.map +7 -1
  56. package/dist/commonjs/helpers/serializerHelpers.js +39 -22
  57. package/dist/commonjs/helpers/serializerHelpers.js.map +7 -1
  58. package/dist/commonjs/index.d.ts +5 -5
  59. package/dist/commonjs/index.d.ts.map +1 -1
  60. package/dist/commonjs/index.js +42 -27
  61. package/dist/commonjs/index.js.map +7 -1
  62. package/dist/commonjs/logger.js +24 -8
  63. package/dist/commonjs/logger.js.map +7 -1
  64. package/dist/commonjs/models/index.d.ts +1 -1
  65. package/dist/commonjs/models/index.d.ts.map +1 -1
  66. package/dist/commonjs/models/index.js +38 -23
  67. package/dist/commonjs/models/index.js.map +7 -1
  68. package/dist/commonjs/models/models.js +801 -946
  69. package/dist/commonjs/models/models.js.map +7 -1
  70. package/dist/commonjs/restorePollerHelpers.js +93 -88
  71. package/dist/commonjs/restorePollerHelpers.js.map +7 -1
  72. package/dist/commonjs/static-helpers/pagingHelpers.js +105 -103
  73. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -1
  74. package/dist/commonjs/static-helpers/pollingHelpers.js +82 -76
  75. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -1
  76. package/dist/esm/api/devOpsInfrastructureContext.js +30 -34
  77. package/dist/esm/api/devOpsInfrastructureContext.js.map +7 -1
  78. package/dist/esm/api/imageVersions/index.js +36 -19
  79. package/dist/esm/api/imageVersions/index.js.map +7 -1
  80. package/dist/esm/api/index.d.ts +2 -2
  81. package/dist/esm/api/index.d.ts.map +1 -1
  82. package/dist/esm/api/index.js +30 -10
  83. package/dist/esm/api/index.js.map +7 -1
  84. package/dist/esm/api/operations/index.js +31 -19
  85. package/dist/esm/api/operations/index.js.map +7 -1
  86. package/dist/esm/api/options.js +0 -4
  87. package/dist/esm/api/options.js.map +7 -1
  88. package/dist/esm/api/pools/index.js +179 -124
  89. package/dist/esm/api/pools/index.js.map +7 -1
  90. package/dist/esm/api/resourceDetails/index.js +36 -19
  91. package/dist/esm/api/resourceDetails/index.js.map +7 -1
  92. package/dist/esm/api/sku/index.js +35 -19
  93. package/dist/esm/api/sku/index.js.map +7 -1
  94. package/dist/esm/api/subscriptionUsages/index.js +32 -18
  95. package/dist/esm/api/subscriptionUsages/index.js.map +7 -1
  96. package/dist/esm/classic/imageVersions/index.js +12 -11
  97. package/dist/esm/classic/imageVersions/index.js.map +7 -1
  98. package/dist/esm/classic/index.d.ts +6 -6
  99. package/dist/esm/classic/index.d.ts.map +1 -1
  100. package/dist/esm/classic/index.js +0 -4
  101. package/dist/esm/classic/index.js.map +7 -1
  102. package/dist/esm/classic/operations/index.js +12 -11
  103. package/dist/esm/classic/operations/index.js.map +7 -1
  104. package/dist/esm/classic/pools/index.js +25 -17
  105. package/dist/esm/classic/pools/index.js.map +7 -1
  106. package/dist/esm/classic/resourceDetails/index.js +12 -11
  107. package/dist/esm/classic/resourceDetails/index.js.map +7 -1
  108. package/dist/esm/classic/sku/index.js +12 -11
  109. package/dist/esm/classic/sku/index.js.map +7 -1
  110. package/dist/esm/classic/subscriptionUsages/index.js +12 -11
  111. package/dist/esm/classic/subscriptionUsages/index.js.map +7 -1
  112. package/dist/esm/devOpsInfrastructureClient.d.ts +1 -1
  113. package/dist/esm/devOpsInfrastructureClient.d.ts.map +1 -1
  114. package/dist/esm/devOpsInfrastructureClient.js +46 -40
  115. package/dist/esm/devOpsInfrastructureClient.js.map +7 -1
  116. package/dist/esm/helpers/serializerHelpers.js +21 -20
  117. package/dist/esm/helpers/serializerHelpers.js.map +7 -1
  118. package/dist/esm/index.d.ts +5 -5
  119. package/dist/esm/index.d.ts.map +1 -1
  120. package/dist/esm/index.js +40 -6
  121. package/dist/esm/index.js.map +7 -1
  122. package/dist/esm/logger.js +4 -4
  123. package/dist/esm/logger.js.map +7 -1
  124. package/dist/esm/models/index.d.ts +1 -1
  125. package/dist/esm/models/index.d.ts.map +1 -1
  126. package/dist/esm/models/index.js +36 -4
  127. package/dist/esm/models/index.js.map +7 -1
  128. package/dist/esm/models/models.js +985 -1038
  129. package/dist/esm/models/models.js.map +7 -1
  130. package/dist/esm/restorePollerHelpers.js +80 -85
  131. package/dist/esm/restorePollerHelpers.js.map +7 -1
  132. package/dist/esm/static-helpers/pagingHelpers.js +85 -99
  133. package/dist/esm/static-helpers/pagingHelpers.js.map +7 -1
  134. package/dist/esm/static-helpers/pollingHelpers.js +65 -73
  135. package/dist/esm/static-helpers/pollingHelpers.js.map +7 -1
  136. package/dist/react-native/api/index.d.ts +2 -2
  137. package/dist/react-native/api/index.d.ts.map +1 -1
  138. package/dist/react-native/api/index.js.map +1 -1
  139. package/dist/react-native/classic/index.d.ts +6 -6
  140. package/dist/react-native/classic/index.d.ts.map +1 -1
  141. package/dist/react-native/classic/index.js.map +1 -1
  142. package/dist/react-native/devOpsInfrastructureClient.d.ts +1 -1
  143. package/dist/react-native/devOpsInfrastructureClient.d.ts.map +1 -1
  144. package/dist/react-native/devOpsInfrastructureClient.js.map +1 -1
  145. package/dist/react-native/index.d.ts +5 -5
  146. package/dist/react-native/index.d.ts.map +1 -1
  147. package/dist/react-native/index.js.map +1 -1
  148. package/dist/react-native/models/index.d.ts +1 -1
  149. package/dist/react-native/models/index.d.ts.map +1 -1
  150. package/dist/react-native/models/index.js.map +1 -1
  151. package/package.json +4 -22
@@ -1,5 +1,5 @@
1
- export { createDevOpsInfrastructure, DevOpsInfrastructureContext, DevOpsInfrastructureClientOptionalParams, } from "./devOpsInfrastructureContext.js";
2
- export { OperationsListOptionalParams, PoolsGetOptionalParams, PoolsCreateOrUpdateOptionalParams, PoolsUpdateOptionalParams, PoolsDeleteOptionalParams, PoolsListByResourceGroupOptionalParams, PoolsListBySubscriptionOptionalParams, ResourceDetailsListByPoolOptionalParams, SkuListByLocationOptionalParams, SubscriptionUsagesUsagesOptionalParams, ImageVersionsListByImageOptionalParams, } from "./options.js";
1
+ export { createDevOpsInfrastructure, type DevOpsInfrastructureContext, type DevOpsInfrastructureClientOptionalParams, } from "./devOpsInfrastructureContext.js";
2
+ export { type OperationsListOptionalParams, type PoolsGetOptionalParams, type PoolsCreateOrUpdateOptionalParams, type PoolsUpdateOptionalParams, type PoolsDeleteOptionalParams, type PoolsListByResourceGroupOptionalParams, type PoolsListBySubscriptionOptionalParams, type ResourceDetailsListByPoolOptionalParams, type SkuListByLocationOptionalParams, type SubscriptionUsagesUsagesOptionalParams, type ImageVersionsListByImageOptionalParams, } from "./options.js";
3
3
  export { imageVersionsListByImage } from "./imageVersions/index.js";
4
4
  export { operationsList } from "./operations/index.js";
5
5
  export { poolsGet, poolsCreateOrUpdate, poolsUpdate, poolsDelete, poolsListByResourceGroup, poolsListBySubscription, } from "./pools/index.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,0BAA0B,EAC1B,2BAA2B,EAC3B,wCAAwC,GACzC,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,4BAA4B,EAC5B,sBAAsB,EACtB,iCAAiC,EACjC,yBAAyB,EACzB,yBAAyB,EACzB,sCAAsC,EACtC,qCAAqC,EACrC,uCAAuC,EACvC,+BAA+B,EAC/B,sCAAsC,EACtC,sCAAsC,GACvC,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EACL,QAAQ,EACR,mBAAmB,EACnB,WAAW,EACX,WAAW,EACX,wBAAwB,EACxB,uBAAuB,GACxB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,0BAA0B,EAC1B,KAAK,2BAA2B,EAChC,KAAK,wCAAwC,GAC9C,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,KAAK,4BAA4B,EACjC,KAAK,sBAAsB,EAC3B,KAAK,iCAAiC,EACtC,KAAK,yBAAyB,EAC9B,KAAK,yBAAyB,EAC9B,KAAK,sCAAsC,EAC3C,KAAK,qCAAqC,EAC1C,KAAK,uCAAuC,EAC5C,KAAK,+BAA+B,EACpC,KAAK,sCAAsC,EAC3C,KAAK,sCAAsC,GAC5C,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EACL,QAAQ,EACR,mBAAmB,EACnB,WAAW,EACX,WAAW,EACX,wBAAwB,EACxB,uBAAuB,GACxB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EACL,0BAA0B,GAG3B,MAAM,kCAAkC,CAAC;AAc1C,OAAO,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EACL,QAAQ,EACR,mBAAmB,EACnB,WAAW,EACX,WAAW,EACX,wBAAwB,EACxB,uBAAuB,GACxB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n createDevOpsInfrastructure,\n DevOpsInfrastructureContext,\n DevOpsInfrastructureClientOptionalParams,\n} from \"./devOpsInfrastructureContext.js\";\nexport {\n OperationsListOptionalParams,\n PoolsGetOptionalParams,\n PoolsCreateOrUpdateOptionalParams,\n PoolsUpdateOptionalParams,\n PoolsDeleteOptionalParams,\n PoolsListByResourceGroupOptionalParams,\n PoolsListBySubscriptionOptionalParams,\n ResourceDetailsListByPoolOptionalParams,\n SkuListByLocationOptionalParams,\n SubscriptionUsagesUsagesOptionalParams,\n ImageVersionsListByImageOptionalParams,\n} from \"./options.js\";\nexport { imageVersionsListByImage } from \"./imageVersions/index.js\";\nexport { operationsList } from \"./operations/index.js\";\nexport {\n poolsGet,\n poolsCreateOrUpdate,\n poolsUpdate,\n poolsDelete,\n poolsListByResourceGroup,\n poolsListBySubscription,\n} from \"./pools/index.js\";\nexport { resourceDetailsListByPool } from \"./resourceDetails/index.js\";\nexport { skuListByLocation } from \"./sku/index.js\";\nexport { subscriptionUsagesUsages } from \"./subscriptionUsages/index.js\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EACL,0BAA0B,GAG3B,MAAM,kCAAkC,CAAC;AAc1C,OAAO,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EACL,QAAQ,EACR,mBAAmB,EACnB,WAAW,EACX,WAAW,EACX,wBAAwB,EACxB,uBAAuB,GACxB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n createDevOpsInfrastructure,\n type DevOpsInfrastructureContext,\n type DevOpsInfrastructureClientOptionalParams,\n} from \"./devOpsInfrastructureContext.js\";\nexport {\n type OperationsListOptionalParams,\n type PoolsGetOptionalParams,\n type PoolsCreateOrUpdateOptionalParams,\n type PoolsUpdateOptionalParams,\n type PoolsDeleteOptionalParams,\n type PoolsListByResourceGroupOptionalParams,\n type PoolsListBySubscriptionOptionalParams,\n type ResourceDetailsListByPoolOptionalParams,\n type SkuListByLocationOptionalParams,\n type SubscriptionUsagesUsagesOptionalParams,\n type ImageVersionsListByImageOptionalParams,\n} from \"./options.js\";\nexport { imageVersionsListByImage } from \"./imageVersions/index.js\";\nexport { operationsList } from \"./operations/index.js\";\nexport {\n poolsGet,\n poolsCreateOrUpdate,\n poolsUpdate,\n poolsDelete,\n poolsListByResourceGroup,\n poolsListBySubscription,\n} from \"./pools/index.js\";\nexport { resourceDetailsListByPool } from \"./resourceDetails/index.js\";\nexport { skuListByLocation } from \"./sku/index.js\";\nexport { subscriptionUsagesUsages } from \"./subscriptionUsages/index.js\";\n"]}
@@ -1,7 +1,7 @@
1
- export { ImageVersionsOperations } from "./imageVersions/index.js";
2
- export { OperationsOperations } from "./operations/index.js";
3
- export { PoolsOperations } from "./pools/index.js";
4
- export { ResourceDetailsOperations } from "./resourceDetails/index.js";
5
- export { SkuOperations } from "./sku/index.js";
6
- export { SubscriptionUsagesOperations } from "./subscriptionUsages/index.js";
1
+ export { type ImageVersionsOperations } from "./imageVersions/index.js";
2
+ export { type OperationsOperations } from "./operations/index.js";
3
+ export { type PoolsOperations } from "./pools/index.js";
4
+ export { type ResourceDetailsOperations } from "./resourceDetails/index.js";
5
+ export { type SkuOperations } from "./sku/index.js";
6
+ export { type SubscriptionUsagesOperations } from "./subscriptionUsages/index.js";
7
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/classic/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;AACnE,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AACvE,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAE,4BAA4B,EAAE,MAAM,+BAA+B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/classic/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;AACxE,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAClE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AAC5E,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAE,KAAK,4BAA4B,EAAE,MAAM,+BAA+B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/classic/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { ImageVersionsOperations } from \"./imageVersions/index.js\";\nexport { OperationsOperations } from \"./operations/index.js\";\nexport { PoolsOperations } from \"./pools/index.js\";\nexport { ResourceDetailsOperations } from \"./resourceDetails/index.js\";\nexport { SkuOperations } from \"./sku/index.js\";\nexport { SubscriptionUsagesOperations } from \"./subscriptionUsages/index.js\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/classic/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { type ImageVersionsOperations } from \"./imageVersions/index.js\";\nexport { type OperationsOperations } from \"./operations/index.js\";\nexport { type PoolsOperations } from \"./pools/index.js\";\nexport { type ResourceDetailsOperations } from \"./resourceDetails/index.js\";\nexport { type SkuOperations } from \"./sku/index.js\";\nexport { type SubscriptionUsagesOperations } from \"./subscriptionUsages/index.js\";\n"]}
@@ -7,7 +7,7 @@ import { ImageVersionsOperations } from "./classic/imageVersions/index.js";
7
7
  import { DevOpsInfrastructureClientOptionalParams } from "./api/index.js";
8
8
  import { Pipeline } from "@azure/core-rest-pipeline";
9
9
  import { TokenCredential } from "@azure/core-auth";
10
- export { DevOpsInfrastructureClientOptionalParams } from "./api/devOpsInfrastructureContext.js";
10
+ export { type DevOpsInfrastructureClientOptionalParams } from "./api/devOpsInfrastructureContext.js";
11
11
  export declare class DevOpsInfrastructureClient {
12
12
  private _client;
13
13
  /** The pipeline used by this client to make requests */
@@ -1 +1 @@
1
- {"version":3,"file":"devOpsInfrastructureClient.d.ts","sourceRoot":"","sources":["../../src/devOpsInfrastructureClient.ts"],"names":[],"mappings":"AAGA,OAAO,EAA2B,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAC9F,OAAO,EAAsB,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC/E,OAAO,EAEL,yBAAyB,EAC1B,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAoB,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACzE,OAAO,EAEL,4BAA4B,EAC7B,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAEL,uBAAuB,EACxB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAGL,wCAAwC,EACzC,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEnD,OAAO,EAAE,wCAAwC,EAAE,MAAM,sCAAsC,CAAC;AAEhG,qBAAa,0BAA0B;IACrC,OAAO,CAAC,OAAO,CAA8B;IAC7C,wDAAwD;IACxD,SAAgB,QAAQ,EAAE,QAAQ,CAAC;gBAGjC,UAAU,EAAE,eAAe,EAC3B,cAAc,EAAE,MAAM,EACtB,OAAO,GAAE,wCAA6C;IAmBxD,0CAA0C;IAC1C,SAAgB,UAAU,EAAE,oBAAoB,CAAC;IACjD,qCAAqC;IACrC,SAAgB,KAAK,EAAE,eAAe,CAAC;IACvC,+CAA+C;IAC/C,SAAgB,eAAe,EAAE,yBAAyB,CAAC;IAC3D,mCAAmC;IACnC,SAAgB,GAAG,EAAE,aAAa,CAAC;IACnC,kDAAkD;IAClD,SAAgB,kBAAkB,EAAE,4BAA4B,CAAC;IACjE,6CAA6C;IAC7C,SAAgB,aAAa,EAAE,uBAAuB,CAAC;CACxD"}
1
+ {"version":3,"file":"devOpsInfrastructureClient.d.ts","sourceRoot":"","sources":["../../src/devOpsInfrastructureClient.ts"],"names":[],"mappings":"AAGA,OAAO,EAA2B,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAC9F,OAAO,EAAsB,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC/E,OAAO,EAEL,yBAAyB,EAC1B,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAoB,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACzE,OAAO,EAEL,4BAA4B,EAC7B,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAEL,uBAAuB,EACxB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAGL,wCAAwC,EACzC,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEnD,OAAO,EAAE,KAAK,wCAAwC,EAAE,MAAM,sCAAsC,CAAC;AAErG,qBAAa,0BAA0B;IACrC,OAAO,CAAC,OAAO,CAA8B;IAC7C,wDAAwD;IACxD,SAAgB,QAAQ,EAAE,QAAQ,CAAC;gBAGjC,UAAU,EAAE,eAAe,EAC3B,cAAc,EAAE,MAAM,EACtB,OAAO,GAAE,wCAA6C;IAmBxD,0CAA0C;IAC1C,SAAgB,UAAU,EAAE,oBAAoB,CAAC;IACjD,qCAAqC;IACrC,SAAgB,KAAK,EAAE,eAAe,CAAC;IACvC,+CAA+C;IAC/C,SAAgB,eAAe,EAAE,yBAAyB,CAAC;IAC3D,mCAAmC;IACnC,SAAgB,GAAG,EAAE,aAAa,CAAC;IACnC,kDAAkD;IAClD,SAAgB,kBAAkB,EAAE,4BAA4B,CAAC;IACjE,6CAA6C;IAC7C,SAAgB,aAAa,EAAE,uBAAuB,CAAC;CACxD"}
@@ -1 +1 @@
1
- {"version":3,"file":"devOpsInfrastructureClient.js","sourceRoot":"","sources":["../../src/devOpsInfrastructureClient.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,uBAAuB,EAAwB,MAAM,+BAA+B,CAAC;AAC9F,OAAO,EAAE,kBAAkB,EAAmB,MAAM,0BAA0B,CAAC;AAC/E,OAAO,EACL,4BAA4B,GAE7B,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAiB,MAAM,wBAAwB,CAAC;AACzE,OAAO,EACL,+BAA+B,GAEhC,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EACL,0BAA0B,GAE3B,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,0BAA0B,GAG3B,MAAM,gBAAgB,CAAC;AAMxB,MAAM,OAAO,0BAA0B;IAC7B,OAAO,CAA8B;IAC7C,wDAAwD;IACxC,QAAQ,CAAW;IAEnC,YACE,UAA2B,EAC3B,cAAsB,EACtB,UAAoD,EAAE;QAEtD,MAAM,iBAAiB,GAAG,OAAO,EAAE,gBAAgB,EAAE,eAAe,CAAC;QACrE,MAAM,eAAe,GAAG,iBAAiB;YACvC,CAAC,CAAC,GAAG,iBAAiB,kBAAkB;YACxC,CAAC,CAAC,iBAAiB,CAAC;QACtB,IAAI,CAAC,OAAO,GAAG,0BAA0B,CAAC,UAAU,EAAE;YACpD,GAAG,OAAO;YACV,gBAAgB,EAAE,EAAE,eAAe,EAAE;SACtC,CAAC,CAAC;QACH,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC;QACtC,IAAI,CAAC,UAAU,GAAG,uBAAuB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxD,IAAI,CAAC,KAAK,GAAG,kBAAkB,CAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;QAC9D,IAAI,CAAC,eAAe,GAAG,4BAA4B,CAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;QAClF,IAAI,CAAC,GAAG,GAAG,gBAAgB,CAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;QAC1D,IAAI,CAAC,kBAAkB,GAAG,+BAA+B,CAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;QACxF,IAAI,CAAC,aAAa,GAAG,0BAA0B,CAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;IAChF,CAAC;IAED,0CAA0C;IAC1B,UAAU,CAAuB;IACjD,qCAAqC;IACrB,KAAK,CAAkB;IACvC,+CAA+C;IAC/B,eAAe,CAA4B;IAC3D,mCAAmC;IACnB,GAAG,CAAgB;IACnC,kDAAkD;IAClC,kBAAkB,CAA+B;IACjE,6CAA6C;IAC7B,aAAa,CAA0B;CACxD","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { getOperationsOperations, OperationsOperations } from \"./classic/operations/index.js\";\nimport { getPoolsOperations, PoolsOperations } from \"./classic/pools/index.js\";\nimport {\n getResourceDetailsOperations,\n ResourceDetailsOperations,\n} from \"./classic/resourceDetails/index.js\";\nimport { getSkuOperations, SkuOperations } from \"./classic/sku/index.js\";\nimport {\n getSubscriptionUsagesOperations,\n SubscriptionUsagesOperations,\n} from \"./classic/subscriptionUsages/index.js\";\nimport {\n getImageVersionsOperations,\n ImageVersionsOperations,\n} from \"./classic/imageVersions/index.js\";\nimport {\n createDevOpsInfrastructure,\n DevOpsInfrastructureContext,\n DevOpsInfrastructureClientOptionalParams,\n} from \"./api/index.js\";\nimport { Pipeline } from \"@azure/core-rest-pipeline\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\nexport { DevOpsInfrastructureClientOptionalParams } from \"./api/devOpsInfrastructureContext.js\";\n\nexport class DevOpsInfrastructureClient {\n private _client: DevOpsInfrastructureContext;\n /** The pipeline used by this client to make requests */\n public readonly pipeline: Pipeline;\n\n constructor(\n credential: TokenCredential,\n subscriptionId: string,\n options: DevOpsInfrastructureClientOptionalParams = {},\n ) {\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-client`\n : `azsdk-js-client`;\n this._client = createDevOpsInfrastructure(credential, {\n ...options,\n userAgentOptions: { userAgentPrefix },\n });\n this.pipeline = this._client.pipeline;\n this.operations = getOperationsOperations(this._client);\n this.pools = getPoolsOperations(this._client, subscriptionId);\n this.resourceDetails = getResourceDetailsOperations(this._client, subscriptionId);\n this.sku = getSkuOperations(this._client, subscriptionId);\n this.subscriptionUsages = getSubscriptionUsagesOperations(this._client, subscriptionId);\n this.imageVersions = getImageVersionsOperations(this._client, subscriptionId);\n }\n\n /** The operation groups for Operations */\n public readonly operations: OperationsOperations;\n /** The operation groups for Pools */\n public readonly pools: PoolsOperations;\n /** The operation groups for ResourceDetails */\n public readonly resourceDetails: ResourceDetailsOperations;\n /** The operation groups for Sku */\n public readonly sku: SkuOperations;\n /** The operation groups for SubscriptionUsages */\n public readonly subscriptionUsages: SubscriptionUsagesOperations;\n /** The operation groups for ImageVersions */\n public readonly imageVersions: ImageVersionsOperations;\n}\n"]}
1
+ {"version":3,"file":"devOpsInfrastructureClient.js","sourceRoot":"","sources":["../../src/devOpsInfrastructureClient.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,uBAAuB,EAAwB,MAAM,+BAA+B,CAAC;AAC9F,OAAO,EAAE,kBAAkB,EAAmB,MAAM,0BAA0B,CAAC;AAC/E,OAAO,EACL,4BAA4B,GAE7B,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAiB,MAAM,wBAAwB,CAAC;AACzE,OAAO,EACL,+BAA+B,GAEhC,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EACL,0BAA0B,GAE3B,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,0BAA0B,GAG3B,MAAM,gBAAgB,CAAC;AAMxB,MAAM,OAAO,0BAA0B;IAC7B,OAAO,CAA8B;IAC7C,wDAAwD;IACxC,QAAQ,CAAW;IAEnC,YACE,UAA2B,EAC3B,cAAsB,EACtB,UAAoD,EAAE;QAEtD,MAAM,iBAAiB,GAAG,OAAO,EAAE,gBAAgB,EAAE,eAAe,CAAC;QACrE,MAAM,eAAe,GAAG,iBAAiB;YACvC,CAAC,CAAC,GAAG,iBAAiB,kBAAkB;YACxC,CAAC,CAAC,iBAAiB,CAAC;QACtB,IAAI,CAAC,OAAO,GAAG,0BAA0B,CAAC,UAAU,EAAE;YACpD,GAAG,OAAO;YACV,gBAAgB,EAAE,EAAE,eAAe,EAAE;SACtC,CAAC,CAAC;QACH,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC;QACtC,IAAI,CAAC,UAAU,GAAG,uBAAuB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxD,IAAI,CAAC,KAAK,GAAG,kBAAkB,CAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;QAC9D,IAAI,CAAC,eAAe,GAAG,4BAA4B,CAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;QAClF,IAAI,CAAC,GAAG,GAAG,gBAAgB,CAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;QAC1D,IAAI,CAAC,kBAAkB,GAAG,+BAA+B,CAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;QACxF,IAAI,CAAC,aAAa,GAAG,0BAA0B,CAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;IAChF,CAAC;IAED,0CAA0C;IAC1B,UAAU,CAAuB;IACjD,qCAAqC;IACrB,KAAK,CAAkB;IACvC,+CAA+C;IAC/B,eAAe,CAA4B;IAC3D,mCAAmC;IACnB,GAAG,CAAgB;IACnC,kDAAkD;IAClC,kBAAkB,CAA+B;IACjE,6CAA6C;IAC7B,aAAa,CAA0B;CACxD","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { getOperationsOperations, OperationsOperations } from \"./classic/operations/index.js\";\nimport { getPoolsOperations, PoolsOperations } from \"./classic/pools/index.js\";\nimport {\n getResourceDetailsOperations,\n ResourceDetailsOperations,\n} from \"./classic/resourceDetails/index.js\";\nimport { getSkuOperations, SkuOperations } from \"./classic/sku/index.js\";\nimport {\n getSubscriptionUsagesOperations,\n SubscriptionUsagesOperations,\n} from \"./classic/subscriptionUsages/index.js\";\nimport {\n getImageVersionsOperations,\n ImageVersionsOperations,\n} from \"./classic/imageVersions/index.js\";\nimport {\n createDevOpsInfrastructure,\n DevOpsInfrastructureContext,\n DevOpsInfrastructureClientOptionalParams,\n} from \"./api/index.js\";\nimport { Pipeline } from \"@azure/core-rest-pipeline\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\nexport { type DevOpsInfrastructureClientOptionalParams } from \"./api/devOpsInfrastructureContext.js\";\n\nexport class DevOpsInfrastructureClient {\n private _client: DevOpsInfrastructureContext;\n /** The pipeline used by this client to make requests */\n public readonly pipeline: Pipeline;\n\n constructor(\n credential: TokenCredential,\n subscriptionId: string,\n options: DevOpsInfrastructureClientOptionalParams = {},\n ) {\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-client`\n : `azsdk-js-client`;\n this._client = createDevOpsInfrastructure(credential, {\n ...options,\n userAgentOptions: { userAgentPrefix },\n });\n this.pipeline = this._client.pipeline;\n this.operations = getOperationsOperations(this._client);\n this.pools = getPoolsOperations(this._client, subscriptionId);\n this.resourceDetails = getResourceDetailsOperations(this._client, subscriptionId);\n this.sku = getSkuOperations(this._client, subscriptionId);\n this.subscriptionUsages = getSubscriptionUsagesOperations(this._client, subscriptionId);\n this.imageVersions = getImageVersionsOperations(this._client, subscriptionId);\n }\n\n /** The operation groups for Operations */\n public readonly operations: OperationsOperations;\n /** The operation groups for Pools */\n public readonly pools: PoolsOperations;\n /** The operation groups for ResourceDetails */\n public readonly resourceDetails: ResourceDetailsOperations;\n /** The operation groups for Sku */\n public readonly sku: SkuOperations;\n /** The operation groups for SubscriptionUsages */\n public readonly subscriptionUsages: SubscriptionUsagesOperations;\n /** The operation groups for ImageVersions */\n public readonly imageVersions: ImageVersionsOperations;\n}\n"]}
@@ -1,8 +1,8 @@
1
1
  import { PageSettings, ContinuablePage, PagedAsyncIterableIterator } from "./static-helpers/pagingHelpers.js";
2
2
  export { DevOpsInfrastructureClient } from "./devOpsInfrastructureClient.js";
3
- export { restorePoller, RestorePollerOptions } from "./restorePollerHelpers.js";
4
- export { ImageVersion, ImageVersionProperties, ProxyResource, Resource, SystemData, KnownCreatedByType, CreatedByType, Quota, QuotaName, ResourceSku, ResourceSkuProperties, ResourceSkuLocationInfo, ResourceSkuZoneDetails, ResourceSkuCapabilities, ResourceSkuRestrictions, KnownResourceSkuRestrictionsType, ResourceSkuRestrictionsType, ResourceSkuRestrictionInfo, KnownResourceSkuRestrictionsReasonCode, ResourceSkuRestrictionsReasonCode, ResourceDetailsObject, ResourceDetailsObjectProperties, KnownResourceStatus, ResourceStatus, Pool, PoolProperties, KnownProvisioningState, ProvisioningState, OrganizationProfile, OrganizationProfileUnion, GitHubOrganizationProfile, GitHubOrganization, AzureDevOpsOrganizationProfile, Organization, AzureDevOpsPermissionProfile, KnownAzureDevOpsPermissionType, AzureDevOpsPermissionType, AgentProfile, AgentProfileUnion, ResourcePredictions, ResourcePredictionsProfile, ResourcePredictionsProfileUnion, KnownResourcePredictionsProfileType, ResourcePredictionsProfileType, ManualResourcePredictionsProfile, AutomaticResourcePredictionsProfile, KnownPredictionPreference, PredictionPreference, StatelessAgentProfile, Stateful, FabricProfile, FabricProfileUnion, VmssFabricProfile, DevOpsAzureSku, PoolImage, OsProfile, SecretsManagementSettings, KnownLogonType, LogonType, StorageProfile, KnownOsDiskStorageAccountType, OsDiskStorageAccountType, DataDisk, KnownCachingType, CachingType, KnownStorageAccountType, StorageAccountType, NetworkProfile, ManagedServiceIdentity, KnownManagedServiceIdentityType, ManagedServiceIdentityType, UserAssignedIdentity, TrackedResource, PoolUpdate, PoolUpdateProperties, Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, KnownVersions, } from "./models/index.js";
5
- export { DevOpsInfrastructureClientOptionalParams, OperationsListOptionalParams, PoolsGetOptionalParams, PoolsCreateOrUpdateOptionalParams, PoolsUpdateOptionalParams, PoolsDeleteOptionalParams, PoolsListByResourceGroupOptionalParams, PoolsListBySubscriptionOptionalParams, ResourceDetailsListByPoolOptionalParams, SkuListByLocationOptionalParams, SubscriptionUsagesUsagesOptionalParams, ImageVersionsListByImageOptionalParams, } from "./api/index.js";
6
- export { ImageVersionsOperations, OperationsOperations, PoolsOperations, ResourceDetailsOperations, SkuOperations, SubscriptionUsagesOperations, } from "./classic/index.js";
7
- export { PageSettings, ContinuablePage, PagedAsyncIterableIterator };
3
+ export { restorePoller, type RestorePollerOptions } from "./restorePollerHelpers.js";
4
+ export { type ImageVersion, type ImageVersionProperties, type ProxyResource, type Resource, type SystemData, KnownCreatedByType, type CreatedByType, type Quota, type QuotaName, type ResourceSku, type ResourceSkuProperties, type ResourceSkuLocationInfo, type ResourceSkuZoneDetails, type ResourceSkuCapabilities, type ResourceSkuRestrictions, KnownResourceSkuRestrictionsType, type ResourceSkuRestrictionsType, type ResourceSkuRestrictionInfo, KnownResourceSkuRestrictionsReasonCode, type ResourceSkuRestrictionsReasonCode, type ResourceDetailsObject, type ResourceDetailsObjectProperties, KnownResourceStatus, type ResourceStatus, type Pool, type PoolProperties, KnownProvisioningState, type ProvisioningState, type OrganizationProfile, type OrganizationProfileUnion, type GitHubOrganizationProfile, type GitHubOrganization, type AzureDevOpsOrganizationProfile, type Organization, type AzureDevOpsPermissionProfile, KnownAzureDevOpsPermissionType, type AzureDevOpsPermissionType, type AgentProfile, type AgentProfileUnion, type ResourcePredictions, type ResourcePredictionsProfile, type ResourcePredictionsProfileUnion, KnownResourcePredictionsProfileType, type ResourcePredictionsProfileType, type ManualResourcePredictionsProfile, type AutomaticResourcePredictionsProfile, KnownPredictionPreference, type PredictionPreference, type StatelessAgentProfile, type Stateful, type FabricProfile, type FabricProfileUnion, type VmssFabricProfile, type DevOpsAzureSku, type PoolImage, type OsProfile, type SecretsManagementSettings, KnownLogonType, type LogonType, type StorageProfile, KnownOsDiskStorageAccountType, type OsDiskStorageAccountType, type DataDisk, KnownCachingType, type CachingType, KnownStorageAccountType, type StorageAccountType, type NetworkProfile, type ManagedServiceIdentity, KnownManagedServiceIdentityType, type ManagedServiceIdentityType, type UserAssignedIdentity, type TrackedResource, type PoolUpdate, type PoolUpdateProperties, type Operation, type OperationDisplay, KnownOrigin, type Origin, KnownActionType, type ActionType, KnownVersions, } from "./models/index.js";
5
+ export { type DevOpsInfrastructureClientOptionalParams, type OperationsListOptionalParams, type PoolsGetOptionalParams, type PoolsCreateOrUpdateOptionalParams, type PoolsUpdateOptionalParams, type PoolsDeleteOptionalParams, type PoolsListByResourceGroupOptionalParams, type PoolsListBySubscriptionOptionalParams, type ResourceDetailsListByPoolOptionalParams, type SkuListByLocationOptionalParams, type SubscriptionUsagesUsagesOptionalParams, type ImageVersionsListByImageOptionalParams, } from "./api/index.js";
6
+ export { type ImageVersionsOperations, type OperationsOperations, type PoolsOperations, type ResourceDetailsOperations, type SkuOperations, type SubscriptionUsagesOperations, } from "./classic/index.js";
7
+ export { type PageSettings, type ContinuablePage, type PagedAsyncIterableIterator };
8
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,YAAY,EACZ,eAAe,EACf,0BAA0B,EAC3B,MAAM,mCAAmC,CAAC;AAE3C,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAC7E,OAAO,EAAE,aAAa,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAChF,OAAO,EACL,YAAY,EACZ,sBAAsB,EACtB,aAAa,EACb,QAAQ,EACR,UAAU,EACV,kBAAkB,EAClB,aAAa,EACb,KAAK,EACL,SAAS,EACT,WAAW,EACX,qBAAqB,EACrB,uBAAuB,EACvB,sBAAsB,EACtB,uBAAuB,EACvB,uBAAuB,EACvB,gCAAgC,EAChC,2BAA2B,EAC3B,0BAA0B,EAC1B,sCAAsC,EACtC,iCAAiC,EACjC,qBAAqB,EACrB,+BAA+B,EAC/B,mBAAmB,EACnB,cAAc,EACd,IAAI,EACJ,cAAc,EACd,sBAAsB,EACtB,iBAAiB,EACjB,mBAAmB,EACnB,wBAAwB,EACxB,yBAAyB,EACzB,kBAAkB,EAClB,8BAA8B,EAC9B,YAAY,EACZ,4BAA4B,EAC5B,8BAA8B,EAC9B,yBAAyB,EACzB,YAAY,EACZ,iBAAiB,EACjB,mBAAmB,EACnB,0BAA0B,EAC1B,+BAA+B,EAC/B,mCAAmC,EACnC,8BAA8B,EAC9B,gCAAgC,EAChC,mCAAmC,EACnC,yBAAyB,EACzB,oBAAoB,EACpB,qBAAqB,EACrB,QAAQ,EACR,aAAa,EACb,kBAAkB,EAClB,iBAAiB,EACjB,cAAc,EACd,SAAS,EACT,SAAS,EACT,yBAAyB,EACzB,cAAc,EACd,SAAS,EACT,cAAc,EACd,6BAA6B,EAC7B,wBAAwB,EACxB,QAAQ,EACR,gBAAgB,EAChB,WAAW,EACX,uBAAuB,EACvB,kBAAkB,EAClB,cAAc,EACd,sBAAsB,EACtB,+BAA+B,EAC/B,0BAA0B,EAC1B,oBAAoB,EACpB,eAAe,EACf,UAAU,EACV,oBAAoB,EACpB,SAAS,EACT,gBAAgB,EAChB,WAAW,EACX,MAAM,EACN,eAAe,EACf,UAAU,EACV,aAAa,GACd,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,wCAAwC,EACxC,4BAA4B,EAC5B,sBAAsB,EACtB,iCAAiC,EACjC,yBAAyB,EACzB,yBAAyB,EACzB,sCAAsC,EACtC,qCAAqC,EACrC,uCAAuC,EACvC,+BAA+B,EAC/B,sCAAsC,EACtC,sCAAsC,GACvC,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,uBAAuB,EACvB,oBAAoB,EACpB,eAAe,EACf,yBAAyB,EACzB,aAAa,EACb,4BAA4B,GAC7B,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,0BAA0B,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,YAAY,EACZ,eAAe,EACf,0BAA0B,EAC3B,MAAM,mCAAmC,CAAC;AAE3C,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAC7E,OAAO,EAAE,aAAa,EAAE,KAAK,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACrF,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,sBAAsB,EAC3B,KAAK,aAAa,EAClB,KAAK,QAAQ,EACb,KAAK,UAAU,EACf,kBAAkB,EAClB,KAAK,aAAa,EAClB,KAAK,KAAK,EACV,KAAK,SAAS,EACd,KAAK,WAAW,EAChB,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,gCAAgC,EAChC,KAAK,2BAA2B,EAChC,KAAK,0BAA0B,EAC/B,sCAAsC,EACtC,KAAK,iCAAiC,EACtC,KAAK,qBAAqB,EAC1B,KAAK,+BAA+B,EACpC,mBAAmB,EACnB,KAAK,cAAc,EACnB,KAAK,IAAI,EACT,KAAK,cAAc,EACnB,sBAAsB,EACtB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAC9B,KAAK,kBAAkB,EACvB,KAAK,8BAA8B,EACnC,KAAK,YAAY,EACjB,KAAK,4BAA4B,EACjC,8BAA8B,EAC9B,KAAK,yBAAyB,EAC9B,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,0BAA0B,EAC/B,KAAK,+BAA+B,EACpC,mCAAmC,EACnC,KAAK,8BAA8B,EACnC,KAAK,gCAAgC,EACrC,KAAK,mCAAmC,EACxC,yBAAyB,EACzB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,QAAQ,EACb,KAAK,aAAa,EAClB,KAAK,kBAAkB,EACvB,KAAK,iBAAiB,EACtB,KAAK,cAAc,EACnB,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,yBAAyB,EAC9B,cAAc,EACd,KAAK,SAAS,EACd,KAAK,cAAc,EACnB,6BAA6B,EAC7B,KAAK,wBAAwB,EAC7B,KAAK,QAAQ,EACb,gBAAgB,EAChB,KAAK,WAAW,EAChB,uBAAuB,EACvB,KAAK,kBAAkB,EACvB,KAAK,cAAc,EACnB,KAAK,sBAAsB,EAC3B,+BAA+B,EAC/B,KAAK,0BAA0B,EAC/B,KAAK,oBAAoB,EACzB,KAAK,eAAe,EACpB,KAAK,UAAU,EACf,KAAK,oBAAoB,EACzB,KAAK,SAAS,EACd,KAAK,gBAAgB,EACrB,WAAW,EACX,KAAK,MAAM,EACX,eAAe,EACf,KAAK,UAAU,EACf,aAAa,GACd,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,KAAK,wCAAwC,EAC7C,KAAK,4BAA4B,EACjC,KAAK,sBAAsB,EAC3B,KAAK,iCAAiC,EACtC,KAAK,yBAAyB,EAC9B,KAAK,yBAAyB,EAC9B,KAAK,sCAAsC,EAC3C,KAAK,qCAAqC,EAC1C,KAAK,uCAAuC,EAC5C,KAAK,+BAA+B,EACpC,KAAK,sCAAsC,EAC3C,KAAK,sCAAsC,GAC5C,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,KAAK,uBAAuB,EAC5B,KAAK,oBAAoB,EACzB,KAAK,eAAe,EACpB,KAAK,yBAAyB,EAC9B,KAAK,aAAa,EAClB,KAAK,4BAA4B,GAClC,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,eAAe,EAAE,KAAK,0BAA0B,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAQlC,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAC7E,OAAO,EAAE,aAAa,EAAwB,MAAM,2BAA2B,CAAC;AAChF,OAAO,EAML,kBAAkB,EAUlB,gCAAgC,EAGhC,sCAAsC,EAItC,mBAAmB,EAInB,sBAAsB,EAStB,8BAA8B,EAO9B,mCAAmC,EAInC,yBAAyB,EAWzB,cAAc,EAGd,6BAA6B,EAG7B,gBAAgB,EAEhB,uBAAuB,EAIvB,+BAA+B,EAQ/B,WAAW,EAEX,eAAe,EAEf,aAAa,GACd,MAAM,mBAAmB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n PageSettings,\n ContinuablePage,\n PagedAsyncIterableIterator,\n} from \"./static-helpers/pagingHelpers.js\";\n\nexport { DevOpsInfrastructureClient } from \"./devOpsInfrastructureClient.js\";\nexport { restorePoller, RestorePollerOptions } from \"./restorePollerHelpers.js\";\nexport {\n ImageVersion,\n ImageVersionProperties,\n ProxyResource,\n Resource,\n SystemData,\n KnownCreatedByType,\n CreatedByType,\n Quota,\n QuotaName,\n ResourceSku,\n ResourceSkuProperties,\n ResourceSkuLocationInfo,\n ResourceSkuZoneDetails,\n ResourceSkuCapabilities,\n ResourceSkuRestrictions,\n KnownResourceSkuRestrictionsType,\n ResourceSkuRestrictionsType,\n ResourceSkuRestrictionInfo,\n KnownResourceSkuRestrictionsReasonCode,\n ResourceSkuRestrictionsReasonCode,\n ResourceDetailsObject,\n ResourceDetailsObjectProperties,\n KnownResourceStatus,\n ResourceStatus,\n Pool,\n PoolProperties,\n KnownProvisioningState,\n ProvisioningState,\n OrganizationProfile,\n OrganizationProfileUnion,\n GitHubOrganizationProfile,\n GitHubOrganization,\n AzureDevOpsOrganizationProfile,\n Organization,\n AzureDevOpsPermissionProfile,\n KnownAzureDevOpsPermissionType,\n AzureDevOpsPermissionType,\n AgentProfile,\n AgentProfileUnion,\n ResourcePredictions,\n ResourcePredictionsProfile,\n ResourcePredictionsProfileUnion,\n KnownResourcePredictionsProfileType,\n ResourcePredictionsProfileType,\n ManualResourcePredictionsProfile,\n AutomaticResourcePredictionsProfile,\n KnownPredictionPreference,\n PredictionPreference,\n StatelessAgentProfile,\n Stateful,\n FabricProfile,\n FabricProfileUnion,\n VmssFabricProfile,\n DevOpsAzureSku,\n PoolImage,\n OsProfile,\n SecretsManagementSettings,\n KnownLogonType,\n LogonType,\n StorageProfile,\n KnownOsDiskStorageAccountType,\n OsDiskStorageAccountType,\n DataDisk,\n KnownCachingType,\n CachingType,\n KnownStorageAccountType,\n StorageAccountType,\n NetworkProfile,\n ManagedServiceIdentity,\n KnownManagedServiceIdentityType,\n ManagedServiceIdentityType,\n UserAssignedIdentity,\n TrackedResource,\n PoolUpdate,\n PoolUpdateProperties,\n Operation,\n OperationDisplay,\n KnownOrigin,\n Origin,\n KnownActionType,\n ActionType,\n KnownVersions,\n} from \"./models/index.js\";\nexport {\n DevOpsInfrastructureClientOptionalParams,\n OperationsListOptionalParams,\n PoolsGetOptionalParams,\n PoolsCreateOrUpdateOptionalParams,\n PoolsUpdateOptionalParams,\n PoolsDeleteOptionalParams,\n PoolsListByResourceGroupOptionalParams,\n PoolsListBySubscriptionOptionalParams,\n ResourceDetailsListByPoolOptionalParams,\n SkuListByLocationOptionalParams,\n SubscriptionUsagesUsagesOptionalParams,\n ImageVersionsListByImageOptionalParams,\n} from \"./api/index.js\";\nexport {\n ImageVersionsOperations,\n OperationsOperations,\n PoolsOperations,\n ResourceDetailsOperations,\n SkuOperations,\n SubscriptionUsagesOperations,\n} from \"./classic/index.js\";\nexport { PageSettings, ContinuablePage, PagedAsyncIterableIterator };\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAQlC,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAC7E,OAAO,EAAE,aAAa,EAA6B,MAAM,2BAA2B,CAAC;AACrF,OAAO,EAML,kBAAkB,EAUlB,gCAAgC,EAGhC,sCAAsC,EAItC,mBAAmB,EAInB,sBAAsB,EAStB,8BAA8B,EAO9B,mCAAmC,EAInC,yBAAyB,EAWzB,cAAc,EAGd,6BAA6B,EAG7B,gBAAgB,EAEhB,uBAAuB,EAIvB,+BAA+B,EAQ/B,WAAW,EAEX,eAAe,EAEf,aAAa,GACd,MAAM,mBAAmB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n PageSettings,\n ContinuablePage,\n PagedAsyncIterableIterator,\n} from \"./static-helpers/pagingHelpers.js\";\n\nexport { DevOpsInfrastructureClient } from \"./devOpsInfrastructureClient.js\";\nexport { restorePoller, type RestorePollerOptions } from \"./restorePollerHelpers.js\";\nexport {\n type ImageVersion,\n type ImageVersionProperties,\n type ProxyResource,\n type Resource,\n type SystemData,\n KnownCreatedByType,\n type CreatedByType,\n type Quota,\n type QuotaName,\n type ResourceSku,\n type ResourceSkuProperties,\n type ResourceSkuLocationInfo,\n type ResourceSkuZoneDetails,\n type ResourceSkuCapabilities,\n type ResourceSkuRestrictions,\n KnownResourceSkuRestrictionsType,\n type ResourceSkuRestrictionsType,\n type ResourceSkuRestrictionInfo,\n KnownResourceSkuRestrictionsReasonCode,\n type ResourceSkuRestrictionsReasonCode,\n type ResourceDetailsObject,\n type ResourceDetailsObjectProperties,\n KnownResourceStatus,\n type ResourceStatus,\n type Pool,\n type PoolProperties,\n KnownProvisioningState,\n type ProvisioningState,\n type OrganizationProfile,\n type OrganizationProfileUnion,\n type GitHubOrganizationProfile,\n type GitHubOrganization,\n type AzureDevOpsOrganizationProfile,\n type Organization,\n type AzureDevOpsPermissionProfile,\n KnownAzureDevOpsPermissionType,\n type AzureDevOpsPermissionType,\n type AgentProfile,\n type AgentProfileUnion,\n type ResourcePredictions,\n type ResourcePredictionsProfile,\n type ResourcePredictionsProfileUnion,\n KnownResourcePredictionsProfileType,\n type ResourcePredictionsProfileType,\n type ManualResourcePredictionsProfile,\n type AutomaticResourcePredictionsProfile,\n KnownPredictionPreference,\n type PredictionPreference,\n type StatelessAgentProfile,\n type Stateful,\n type FabricProfile,\n type FabricProfileUnion,\n type VmssFabricProfile,\n type DevOpsAzureSku,\n type PoolImage,\n type OsProfile,\n type SecretsManagementSettings,\n KnownLogonType,\n type LogonType,\n type StorageProfile,\n KnownOsDiskStorageAccountType,\n type OsDiskStorageAccountType,\n type DataDisk,\n KnownCachingType,\n type CachingType,\n KnownStorageAccountType,\n type StorageAccountType,\n type NetworkProfile,\n type ManagedServiceIdentity,\n KnownManagedServiceIdentityType,\n type ManagedServiceIdentityType,\n type UserAssignedIdentity,\n type TrackedResource,\n type PoolUpdate,\n type PoolUpdateProperties,\n type Operation,\n type OperationDisplay,\n KnownOrigin,\n type Origin,\n KnownActionType,\n type ActionType,\n KnownVersions,\n} from \"./models/index.js\";\nexport {\n type DevOpsInfrastructureClientOptionalParams,\n type OperationsListOptionalParams,\n type PoolsGetOptionalParams,\n type PoolsCreateOrUpdateOptionalParams,\n type PoolsUpdateOptionalParams,\n type PoolsDeleteOptionalParams,\n type PoolsListByResourceGroupOptionalParams,\n type PoolsListBySubscriptionOptionalParams,\n type ResourceDetailsListByPoolOptionalParams,\n type SkuListByLocationOptionalParams,\n type SubscriptionUsagesUsagesOptionalParams,\n type ImageVersionsListByImageOptionalParams,\n} from \"./api/index.js\";\nexport {\n type ImageVersionsOperations,\n type OperationsOperations,\n type PoolsOperations,\n type ResourceDetailsOperations,\n type SkuOperations,\n type SubscriptionUsagesOperations,\n} from \"./classic/index.js\";\nexport { type PageSettings, type ContinuablePage, type PagedAsyncIterableIterator };\n"]}
@@ -1,2 +1,2 @@
1
- export { ImageVersion, ImageVersionProperties, ProxyResource, Resource, SystemData, KnownCreatedByType, CreatedByType, Quota, QuotaName, ResourceSku, ResourceSkuProperties, ResourceSkuLocationInfo, ResourceSkuZoneDetails, ResourceSkuCapabilities, ResourceSkuRestrictions, KnownResourceSkuRestrictionsType, ResourceSkuRestrictionsType, ResourceSkuRestrictionInfo, KnownResourceSkuRestrictionsReasonCode, ResourceSkuRestrictionsReasonCode, ResourceDetailsObject, ResourceDetailsObjectProperties, KnownResourceStatus, ResourceStatus, Pool, PoolProperties, KnownProvisioningState, ProvisioningState, OrganizationProfile, OrganizationProfileUnion, GitHubOrganizationProfile, GitHubOrganization, AzureDevOpsOrganizationProfile, Organization, AzureDevOpsPermissionProfile, KnownAzureDevOpsPermissionType, AzureDevOpsPermissionType, AgentProfile, AgentProfileUnion, ResourcePredictions, ResourcePredictionsProfile, ResourcePredictionsProfileUnion, KnownResourcePredictionsProfileType, ResourcePredictionsProfileType, ManualResourcePredictionsProfile, AutomaticResourcePredictionsProfile, KnownPredictionPreference, PredictionPreference, StatelessAgentProfile, Stateful, FabricProfile, FabricProfileUnion, VmssFabricProfile, DevOpsAzureSku, PoolImage, OsProfile, SecretsManagementSettings, KnownLogonType, LogonType, StorageProfile, KnownOsDiskStorageAccountType, OsDiskStorageAccountType, DataDisk, KnownCachingType, CachingType, KnownStorageAccountType, StorageAccountType, NetworkProfile, ManagedServiceIdentity, KnownManagedServiceIdentityType, ManagedServiceIdentityType, UserAssignedIdentity, TrackedResource, PoolUpdate, PoolUpdateProperties, Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, KnownVersions, } from "./models.js";
1
+ export { type ImageVersion, type ImageVersionProperties, type ProxyResource, type Resource, type SystemData, KnownCreatedByType, type CreatedByType, type Quota, type QuotaName, type ResourceSku, type ResourceSkuProperties, type ResourceSkuLocationInfo, type ResourceSkuZoneDetails, type ResourceSkuCapabilities, type ResourceSkuRestrictions, KnownResourceSkuRestrictionsType, type ResourceSkuRestrictionsType, type ResourceSkuRestrictionInfo, KnownResourceSkuRestrictionsReasonCode, type ResourceSkuRestrictionsReasonCode, type ResourceDetailsObject, type ResourceDetailsObjectProperties, KnownResourceStatus, type ResourceStatus, type Pool, type PoolProperties, KnownProvisioningState, type ProvisioningState, type OrganizationProfile, type OrganizationProfileUnion, type GitHubOrganizationProfile, type GitHubOrganization, type AzureDevOpsOrganizationProfile, type Organization, type AzureDevOpsPermissionProfile, KnownAzureDevOpsPermissionType, type AzureDevOpsPermissionType, type AgentProfile, type AgentProfileUnion, type ResourcePredictions, type ResourcePredictionsProfile, type ResourcePredictionsProfileUnion, KnownResourcePredictionsProfileType, type ResourcePredictionsProfileType, type ManualResourcePredictionsProfile, type AutomaticResourcePredictionsProfile, KnownPredictionPreference, type PredictionPreference, type StatelessAgentProfile, type Stateful, type FabricProfile, type FabricProfileUnion, type VmssFabricProfile, type DevOpsAzureSku, type PoolImage, type OsProfile, type SecretsManagementSettings, KnownLogonType, type LogonType, type StorageProfile, KnownOsDiskStorageAccountType, type OsDiskStorageAccountType, type DataDisk, KnownCachingType, type CachingType, KnownStorageAccountType, type StorageAccountType, type NetworkProfile, type ManagedServiceIdentity, KnownManagedServiceIdentityType, type ManagedServiceIdentityType, type UserAssignedIdentity, type TrackedResource, type PoolUpdate, type PoolUpdateProperties, type Operation, type OperationDisplay, KnownOrigin, type Origin, KnownActionType, type ActionType, KnownVersions, } from "./models.js";
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,YAAY,EACZ,sBAAsB,EACtB,aAAa,EACb,QAAQ,EACR,UAAU,EACV,kBAAkB,EAClB,aAAa,EACb,KAAK,EACL,SAAS,EACT,WAAW,EACX,qBAAqB,EACrB,uBAAuB,EACvB,sBAAsB,EACtB,uBAAuB,EACvB,uBAAuB,EACvB,gCAAgC,EAChC,2BAA2B,EAC3B,0BAA0B,EAC1B,sCAAsC,EACtC,iCAAiC,EACjC,qBAAqB,EACrB,+BAA+B,EAC/B,mBAAmB,EACnB,cAAc,EACd,IAAI,EACJ,cAAc,EACd,sBAAsB,EACtB,iBAAiB,EACjB,mBAAmB,EACnB,wBAAwB,EACxB,yBAAyB,EACzB,kBAAkB,EAClB,8BAA8B,EAC9B,YAAY,EACZ,4BAA4B,EAC5B,8BAA8B,EAC9B,yBAAyB,EACzB,YAAY,EACZ,iBAAiB,EACjB,mBAAmB,EACnB,0BAA0B,EAC1B,+BAA+B,EAC/B,mCAAmC,EACnC,8BAA8B,EAC9B,gCAAgC,EAChC,mCAAmC,EACnC,yBAAyB,EACzB,oBAAoB,EACpB,qBAAqB,EACrB,QAAQ,EACR,aAAa,EACb,kBAAkB,EAClB,iBAAiB,EACjB,cAAc,EACd,SAAS,EACT,SAAS,EACT,yBAAyB,EACzB,cAAc,EACd,SAAS,EACT,cAAc,EACd,6BAA6B,EAC7B,wBAAwB,EACxB,QAAQ,EACR,gBAAgB,EAChB,WAAW,EACX,uBAAuB,EACvB,kBAAkB,EAClB,cAAc,EACd,sBAAsB,EACtB,+BAA+B,EAC/B,0BAA0B,EAC1B,oBAAoB,EACpB,eAAe,EACf,UAAU,EACV,oBAAoB,EACpB,SAAS,EACT,gBAAgB,EAChB,WAAW,EACX,MAAM,EACN,eAAe,EACf,UAAU,EACV,aAAa,GACd,MAAM,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,sBAAsB,EAC3B,KAAK,aAAa,EAClB,KAAK,QAAQ,EACb,KAAK,UAAU,EACf,kBAAkB,EAClB,KAAK,aAAa,EAClB,KAAK,KAAK,EACV,KAAK,SAAS,EACd,KAAK,WAAW,EAChB,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,gCAAgC,EAChC,KAAK,2BAA2B,EAChC,KAAK,0BAA0B,EAC/B,sCAAsC,EACtC,KAAK,iCAAiC,EACtC,KAAK,qBAAqB,EAC1B,KAAK,+BAA+B,EACpC,mBAAmB,EACnB,KAAK,cAAc,EACnB,KAAK,IAAI,EACT,KAAK,cAAc,EACnB,sBAAsB,EACtB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAC9B,KAAK,kBAAkB,EACvB,KAAK,8BAA8B,EACnC,KAAK,YAAY,EACjB,KAAK,4BAA4B,EACjC,8BAA8B,EAC9B,KAAK,yBAAyB,EAC9B,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,0BAA0B,EAC/B,KAAK,+BAA+B,EACpC,mCAAmC,EACnC,KAAK,8BAA8B,EACnC,KAAK,gCAAgC,EACrC,KAAK,mCAAmC,EACxC,yBAAyB,EACzB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,QAAQ,EACb,KAAK,aAAa,EAClB,KAAK,kBAAkB,EACvB,KAAK,iBAAiB,EACtB,KAAK,cAAc,EACnB,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,yBAAyB,EAC9B,cAAc,EACd,KAAK,SAAS,EACd,KAAK,cAAc,EACnB,6BAA6B,EAC7B,KAAK,wBAAwB,EAC7B,KAAK,QAAQ,EACb,gBAAgB,EAChB,KAAK,WAAW,EAChB,uBAAuB,EACvB,KAAK,kBAAkB,EACvB,KAAK,cAAc,EACnB,KAAK,sBAAsB,EAC3B,+BAA+B,EAC/B,KAAK,0BAA0B,EAC/B,KAAK,oBAAoB,EACzB,KAAK,eAAe,EACpB,KAAK,UAAU,EACf,KAAK,oBAAoB,EACzB,KAAK,SAAS,EACd,KAAK,gBAAgB,EACrB,WAAW,EACX,KAAK,MAAM,EACX,eAAe,EACf,KAAK,UAAU,EACf,aAAa,GACd,MAAM,aAAa,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAML,kBAAkB,EAUlB,gCAAgC,EAGhC,sCAAsC,EAItC,mBAAmB,EAInB,sBAAsB,EAStB,8BAA8B,EAO9B,mCAAmC,EAInC,yBAAyB,EAWzB,cAAc,EAGd,6BAA6B,EAG7B,gBAAgB,EAEhB,uBAAuB,EAIvB,+BAA+B,EAQ/B,WAAW,EAEX,eAAe,EAEf,aAAa,GACd,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n ImageVersion,\n ImageVersionProperties,\n ProxyResource,\n Resource,\n SystemData,\n KnownCreatedByType,\n CreatedByType,\n Quota,\n QuotaName,\n ResourceSku,\n ResourceSkuProperties,\n ResourceSkuLocationInfo,\n ResourceSkuZoneDetails,\n ResourceSkuCapabilities,\n ResourceSkuRestrictions,\n KnownResourceSkuRestrictionsType,\n ResourceSkuRestrictionsType,\n ResourceSkuRestrictionInfo,\n KnownResourceSkuRestrictionsReasonCode,\n ResourceSkuRestrictionsReasonCode,\n ResourceDetailsObject,\n ResourceDetailsObjectProperties,\n KnownResourceStatus,\n ResourceStatus,\n Pool,\n PoolProperties,\n KnownProvisioningState,\n ProvisioningState,\n OrganizationProfile,\n OrganizationProfileUnion,\n GitHubOrganizationProfile,\n GitHubOrganization,\n AzureDevOpsOrganizationProfile,\n Organization,\n AzureDevOpsPermissionProfile,\n KnownAzureDevOpsPermissionType,\n AzureDevOpsPermissionType,\n AgentProfile,\n AgentProfileUnion,\n ResourcePredictions,\n ResourcePredictionsProfile,\n ResourcePredictionsProfileUnion,\n KnownResourcePredictionsProfileType,\n ResourcePredictionsProfileType,\n ManualResourcePredictionsProfile,\n AutomaticResourcePredictionsProfile,\n KnownPredictionPreference,\n PredictionPreference,\n StatelessAgentProfile,\n Stateful,\n FabricProfile,\n FabricProfileUnion,\n VmssFabricProfile,\n DevOpsAzureSku,\n PoolImage,\n OsProfile,\n SecretsManagementSettings,\n KnownLogonType,\n LogonType,\n StorageProfile,\n KnownOsDiskStorageAccountType,\n OsDiskStorageAccountType,\n DataDisk,\n KnownCachingType,\n CachingType,\n KnownStorageAccountType,\n StorageAccountType,\n NetworkProfile,\n ManagedServiceIdentity,\n KnownManagedServiceIdentityType,\n ManagedServiceIdentityType,\n UserAssignedIdentity,\n TrackedResource,\n PoolUpdate,\n PoolUpdateProperties,\n Operation,\n OperationDisplay,\n KnownOrigin,\n Origin,\n KnownActionType,\n ActionType,\n KnownVersions,\n} from \"./models.js\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAML,kBAAkB,EAUlB,gCAAgC,EAGhC,sCAAsC,EAItC,mBAAmB,EAInB,sBAAsB,EAStB,8BAA8B,EAO9B,mCAAmC,EAInC,yBAAyB,EAWzB,cAAc,EAGd,6BAA6B,EAG7B,gBAAgB,EAEhB,uBAAuB,EAIvB,+BAA+B,EAQ/B,WAAW,EAEX,eAAe,EAEf,aAAa,GACd,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n type ImageVersion,\n type ImageVersionProperties,\n type ProxyResource,\n type Resource,\n type SystemData,\n KnownCreatedByType,\n type CreatedByType,\n type Quota,\n type QuotaName,\n type ResourceSku,\n type ResourceSkuProperties,\n type ResourceSkuLocationInfo,\n type ResourceSkuZoneDetails,\n type ResourceSkuCapabilities,\n type ResourceSkuRestrictions,\n KnownResourceSkuRestrictionsType,\n type ResourceSkuRestrictionsType,\n type ResourceSkuRestrictionInfo,\n KnownResourceSkuRestrictionsReasonCode,\n type ResourceSkuRestrictionsReasonCode,\n type ResourceDetailsObject,\n type ResourceDetailsObjectProperties,\n KnownResourceStatus,\n type ResourceStatus,\n type Pool,\n type PoolProperties,\n KnownProvisioningState,\n type ProvisioningState,\n type OrganizationProfile,\n type OrganizationProfileUnion,\n type GitHubOrganizationProfile,\n type GitHubOrganization,\n type AzureDevOpsOrganizationProfile,\n type Organization,\n type AzureDevOpsPermissionProfile,\n KnownAzureDevOpsPermissionType,\n type AzureDevOpsPermissionType,\n type AgentProfile,\n type AgentProfileUnion,\n type ResourcePredictions,\n type ResourcePredictionsProfile,\n type ResourcePredictionsProfileUnion,\n KnownResourcePredictionsProfileType,\n type ResourcePredictionsProfileType,\n type ManualResourcePredictionsProfile,\n type AutomaticResourcePredictionsProfile,\n KnownPredictionPreference,\n type PredictionPreference,\n type StatelessAgentProfile,\n type Stateful,\n type FabricProfile,\n type FabricProfileUnion,\n type VmssFabricProfile,\n type DevOpsAzureSku,\n type PoolImage,\n type OsProfile,\n type SecretsManagementSettings,\n KnownLogonType,\n type LogonType,\n type StorageProfile,\n KnownOsDiskStorageAccountType,\n type OsDiskStorageAccountType,\n type DataDisk,\n KnownCachingType,\n type CachingType,\n KnownStorageAccountType,\n type StorageAccountType,\n type NetworkProfile,\n type ManagedServiceIdentity,\n KnownManagedServiceIdentityType,\n type ManagedServiceIdentityType,\n type UserAssignedIdentity,\n type TrackedResource,\n type PoolUpdate,\n type PoolUpdateProperties,\n type Operation,\n type OperationDisplay,\n KnownOrigin,\n type Origin,\n KnownActionType,\n type ActionType,\n KnownVersions,\n} from \"./models.js\";\n"]}
@@ -1,40 +1,52 @@
1
- "use strict";
2
- // Copyright (c) Microsoft Corporation.
3
- // Licensed under the MIT License.
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.createDevOpsInfrastructure = createDevOpsInfrastructure;
6
- const logger_js_1 = require("../logger.js");
7
- const core_client_1 = require("@azure-rest/core-client");
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var devOpsInfrastructureContext_exports = {};
19
+ __export(devOpsInfrastructureContext_exports, {
20
+ createDevOpsInfrastructure: () => createDevOpsInfrastructure
21
+ });
22
+ module.exports = __toCommonJS(devOpsInfrastructureContext_exports);
23
+ var import_logger = require("../logger.js");
24
+ var import_core_client = require("@azure-rest/core-client");
8
25
  function createDevOpsInfrastructure(credential, options = {}) {
9
- const endpointUrl = options.endpoint ?? options.baseUrl ?? `https://management.azure.com`;
10
- const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
11
- const userAgentInfo = `azsdk-js-arm-devopsinfrastructure/1.0.0-beta.1`;
12
- const userAgentPrefix = prefixFromOptions
13
- ? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`
14
- : `azsdk-js-api ${userAgentInfo}`;
15
- const { apiVersion: _, ...updatedOptions } = {
16
- ...options,
17
- userAgentOptions: { userAgentPrefix },
18
- loggingOptions: { logger: options.loggingOptions?.logger ?? logger_js_1.logger.info },
19
- credentials: {
20
- scopes: options.credentials?.scopes ?? [`${endpointUrl}/.default`],
21
- },
22
- };
23
- const clientContext = (0, core_client_1.getClient)(endpointUrl, credential, updatedOptions);
24
- clientContext.pipeline.removePolicy({ name: "ApiVersionPolicy" });
25
- const apiVersion = options.apiVersion ?? "2024-10-19";
26
- clientContext.pipeline.addPolicy({
27
- name: "ClientApiVersionPolicy",
28
- sendRequest: (req, next) => {
29
- // Use the apiVersion defined in request url directly
30
- // Append one if there is no apiVersion and we have one at client options
31
- const url = new URL(req.url);
32
- if (!url.searchParams.get("api-version")) {
33
- req.url = `${req.url}${Array.from(url.searchParams.keys()).length > 0 ? "&" : "?"}api-version=${apiVersion}`;
34
- }
35
- return next(req);
36
- },
37
- });
38
- return clientContext;
26
+ const endpointUrl = options.endpoint ?? options.baseUrl ?? `https://management.azure.com`;
27
+ const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
28
+ const userAgentInfo = `azsdk-js-arm-devopsinfrastructure/1.0.0-beta.1`;
29
+ const userAgentPrefix = prefixFromOptions ? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}` : `azsdk-js-api ${userAgentInfo}`;
30
+ const { apiVersion: _, ...updatedOptions } = {
31
+ ...options,
32
+ userAgentOptions: { userAgentPrefix },
33
+ loggingOptions: { logger: options.loggingOptions?.logger ?? import_logger.logger.info },
34
+ credentials: {
35
+ scopes: options.credentials?.scopes ?? [`${endpointUrl}/.default`]
36
+ }
37
+ };
38
+ const clientContext = (0, import_core_client.getClient)(endpointUrl, credential, updatedOptions);
39
+ clientContext.pipeline.removePolicy({ name: "ApiVersionPolicy" });
40
+ const apiVersion = options.apiVersion ?? "2024-10-19";
41
+ clientContext.pipeline.addPolicy({
42
+ name: "ClientApiVersionPolicy",
43
+ sendRequest: (req, next) => {
44
+ const url = new URL(req.url);
45
+ if (!url.searchParams.get("api-version")) {
46
+ req.url = `${req.url}${Array.from(url.searchParams.keys()).length > 0 ? "&" : "?"}api-version=${apiVersion}`;
47
+ }
48
+ return next(req);
49
+ }
50
+ });
51
+ return clientContext;
39
52
  }
40
- //# sourceMappingURL=devOpsInfrastructureContext.js.map
@@ -1 +1,7 @@
1
- {"version":3,"file":"devOpsInfrastructureContext.js","sourceRoot":"","sources":["../../../src/api/devOpsInfrastructureContext.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AAgBlC,gEAqCC;AAnDD,4CAAsC;AAEtC,yDAA2E;AAY3E,SAAgB,0BAA0B,CACxC,UAA2B,EAC3B,UAAoD,EAAE;IAEtD,MAAM,WAAW,GAAG,OAAO,CAAC,QAAQ,IAAI,OAAO,CAAC,OAAO,IAAI,8BAA8B,CAAC;IAC1F,MAAM,iBAAiB,GAAG,OAAO,EAAE,gBAAgB,EAAE,eAAe,CAAC;IACrE,MAAM,aAAa,GAAG,gDAAgD,CAAC;IACvE,MAAM,eAAe,GAAG,iBAAiB;QACvC,CAAC,CAAC,GAAG,iBAAiB,iBAAiB,aAAa,EAAE;QACtD,CAAC,CAAC,gBAAgB,aAAa,EAAE,CAAC;IACpC,MAAM,EAAE,UAAU,EAAE,CAAC,EAAE,GAAG,cAAc,EAAE,GAAG;QAC3C,GAAG,OAAO;QACV,gBAAgB,EAAE,EAAE,eAAe,EAAE;QACrC,cAAc,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,cAAc,EAAE,MAAM,IAAI,kBAAM,CAAC,IAAI,EAAE;QACzE,WAAW,EAAE;YACX,MAAM,EAAE,OAAO,CAAC,WAAW,EAAE,MAAM,IAAI,CAAC,GAAG,WAAW,WAAW,CAAC;SACnE;KACF,CAAC;IACF,MAAM,aAAa,GAAG,IAAA,uBAAS,EAAC,WAAW,EAAE,UAAU,EAAE,cAAc,CAAC,CAAC;IACzE,aAAa,CAAC,QAAQ,CAAC,YAAY,CAAC,EAAE,IAAI,EAAE,kBAAkB,EAAE,CAAC,CAAC;IAClE,MAAM,UAAU,GAAG,OAAO,CAAC,UAAU,IAAI,YAAY,CAAC;IACtD,aAAa,CAAC,QAAQ,CAAC,SAAS,CAAC;QAC/B,IAAI,EAAE,wBAAwB;QAC9B,WAAW,EAAE,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;YACzB,qDAAqD;YACrD,yEAAyE;YACzE,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;YAC7B,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,aAAa,CAAC,EAAE,CAAC;gBACzC,GAAG,CAAC,GAAG,GAAG,GAAG,GAAG,CAAC,GAAG,GAClB,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GACzD,eAAe,UAAU,EAAE,CAAC;YAC9B,CAAC;YAED,OAAO,IAAI,CAAC,GAAG,CAAC,CAAC;QACnB,CAAC;KACF,CAAC,CAAC;IACH,OAAO,aAAa,CAAC;AACvB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { logger } from \"../logger.js\";\nimport { KnownVersions } from \"../models/models.js\";\nimport { Client, ClientOptions, getClient } from \"@azure-rest/core-client\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\nexport interface DevOpsInfrastructureContext extends Client {}\n\n/** Optional parameters for the client. */\nexport interface DevOpsInfrastructureClientOptionalParams extends ClientOptions {\n /** The API version to use for this operation. */\n /** Known values of {@link KnownVersions} that the service accepts. */\n apiVersion?: string;\n}\n\nexport function createDevOpsInfrastructure(\n credential: TokenCredential,\n options: DevOpsInfrastructureClientOptionalParams = {},\n): DevOpsInfrastructureContext {\n const endpointUrl = options.endpoint ?? options.baseUrl ?? `https://management.azure.com`;\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentInfo = `azsdk-js-arm-devopsinfrastructure/1.0.0-beta.1`;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`\n : `azsdk-js-api ${userAgentInfo}`;\n const { apiVersion: _, ...updatedOptions } = {\n ...options,\n userAgentOptions: { userAgentPrefix },\n loggingOptions: { logger: options.loggingOptions?.logger ?? logger.info },\n credentials: {\n scopes: options.credentials?.scopes ?? [`${endpointUrl}/.default`],\n },\n };\n const clientContext = getClient(endpointUrl, credential, updatedOptions);\n clientContext.pipeline.removePolicy({ name: \"ApiVersionPolicy\" });\n const apiVersion = options.apiVersion ?? \"2024-10-19\";\n clientContext.pipeline.addPolicy({\n name: \"ClientApiVersionPolicy\",\n sendRequest: (req, next) => {\n // Use the apiVersion defined in request url directly\n // Append one if there is no apiVersion and we have one at client options\n const url = new URL(req.url);\n if (!url.searchParams.get(\"api-version\")) {\n req.url = `${req.url}${\n Array.from(url.searchParams.keys()).length > 0 ? \"&\" : \"?\"\n }api-version=${apiVersion}`;\n }\n\n return next(req);\n },\n });\n return clientContext;\n}\n"]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["/mnt/vss/_work/1/s/sdk/devopsinfrastructure/arm-devopsinfrastructure/src/api/devOpsInfrastructureContext.ts"],
4
+ "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { logger } from \"../logger.js\";\nimport { KnownVersions } from \"../models/models.js\";\nimport { Client, ClientOptions, getClient } from \"@azure-rest/core-client\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\nexport interface DevOpsInfrastructureContext extends Client {}\n\n/** Optional parameters for the client. */\nexport interface DevOpsInfrastructureClientOptionalParams extends ClientOptions {\n /** The API version to use for this operation. */\n /** Known values of {@link KnownVersions} that the service accepts. */\n apiVersion?: string;\n}\n\nexport function createDevOpsInfrastructure(\n credential: TokenCredential,\n options: DevOpsInfrastructureClientOptionalParams = {},\n): DevOpsInfrastructureContext {\n const endpointUrl = options.endpoint ?? options.baseUrl ?? `https://management.azure.com`;\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentInfo = `azsdk-js-arm-devopsinfrastructure/1.0.0-beta.1`;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`\n : `azsdk-js-api ${userAgentInfo}`;\n const { apiVersion: _, ...updatedOptions } = {\n ...options,\n userAgentOptions: { userAgentPrefix },\n loggingOptions: { logger: options.loggingOptions?.logger ?? logger.info },\n credentials: {\n scopes: options.credentials?.scopes ?? [`${endpointUrl}/.default`],\n },\n };\n const clientContext = getClient(endpointUrl, credential, updatedOptions);\n clientContext.pipeline.removePolicy({ name: \"ApiVersionPolicy\" });\n const apiVersion = options.apiVersion ?? \"2024-10-19\";\n clientContext.pipeline.addPolicy({\n name: \"ClientApiVersionPolicy\",\n sendRequest: (req, next) => {\n // Use the apiVersion defined in request url directly\n // Append one if there is no apiVersion and we have one at client options\n const url = new URL(req.url);\n if (!url.searchParams.get(\"api-version\")) {\n req.url = `${req.url}${\n Array.from(url.searchParams.keys()).length > 0 ? \"&\" : \"?\"\n }api-version=${apiVersion}`;\n }\n\n return next(req);\n },\n });\n return clientContext;\n}\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,oBAAuB;AAEvB,yBAAiD;AAY1C,SAAS,2BACd,YACA,UAAoD,CAAC,GACxB;AAC7B,QAAM,cAAc,QAAQ,YAAY,QAAQ,WAAW;AAC3D,QAAM,oBAAoB,SAAS,kBAAkB;AACrD,QAAM,gBAAgB;AACtB,QAAM,kBAAkB,oBACpB,GAAG,iBAAiB,iBAAiB,aAAa,KAClD,gBAAgB,aAAa;AACjC,QAAM,EAAE,YAAY,GAAG,GAAG,eAAe,IAAI;AAAA,IAC3C,GAAG;AAAA,IACH,kBAAkB,EAAE,gBAAgB;AAAA,IACpC,gBAAgB,EAAE,QAAQ,QAAQ,gBAAgB,UAAU,qBAAO,KAAK;AAAA,IACxE,aAAa;AAAA,MACX,QAAQ,QAAQ,aAAa,UAAU,CAAC,GAAG,WAAW,WAAW;AAAA,IACnE;AAAA,EACF;AACA,QAAM,oBAAgB,8BAAU,aAAa,YAAY,cAAc;AACvE,gBAAc,SAAS,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAChE,QAAM,aAAa,QAAQ,cAAc;AACzC,gBAAc,SAAS,UAAU;AAAA,IAC/B,MAAM;AAAA,IACN,aAAa,CAAC,KAAK,SAAS;AAG1B,YAAM,MAAM,IAAI,IAAI,IAAI,GAAG;AAC3B,UAAI,CAAC,IAAI,aAAa,IAAI,aAAa,GAAG;AACxC,YAAI,MAAM,GAAG,IAAI,GAAG,GAClB,MAAM,KAAK,IAAI,aAAa,KAAK,CAAC,EAAE,SAAS,IAAI,MAAM,GACzD,eAAe,UAAU;AAAA,MAC3B;AAEA,aAAO,KAAK,GAAG;AAAA,IACjB;AAAA,EACF,CAAC;AACD,SAAO;AACT;",
6
+ "names": []
7
+ }
@@ -1,27 +1,51 @@
1
- "use strict";
2
- // Copyright (c) Microsoft Corporation.
3
- // Licensed under the MIT License.
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- exports._imageVersionsListByImageSend = _imageVersionsListByImageSend;
6
- exports._imageVersionsListByImageDeserialize = _imageVersionsListByImageDeserialize;
7
- exports.imageVersionsListByImage = imageVersionsListByImage;
8
- const models_js_1 = require("../../models/models.js");
9
- const pagingHelpers_js_1 = require("../../static-helpers/pagingHelpers.js");
10
- const core_client_1 = require("@azure-rest/core-client");
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var imageVersions_exports = {};
19
+ __export(imageVersions_exports, {
20
+ _imageVersionsListByImageDeserialize: () => _imageVersionsListByImageDeserialize,
21
+ _imageVersionsListByImageSend: () => _imageVersionsListByImageSend,
22
+ imageVersionsListByImage: () => imageVersionsListByImage
23
+ });
24
+ module.exports = __toCommonJS(imageVersions_exports);
25
+ var import_models = require("../../models/models.js");
26
+ var import_pagingHelpers = require("../../static-helpers/pagingHelpers.js");
27
+ var import_core_client = require("@azure-rest/core-client");
11
28
  function _imageVersionsListByImageSend(context, subscriptionId, resourceGroupName, imageName, options = { requestOptions: {} }) {
12
- return context
13
- .path("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/images/{imageName}/versions", subscriptionId, resourceGroupName, imageName)
14
- .get({ ...(0, core_client_1.operationOptionsToRequestParameters)(options) });
29
+ return context.path(
30
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/images/{imageName}/versions",
31
+ subscriptionId,
32
+ resourceGroupName,
33
+ imageName
34
+ ).get({ ...(0, import_core_client.operationOptionsToRequestParameters)(options) });
15
35
  }
16
36
  async function _imageVersionsListByImageDeserialize(result) {
17
- const expectedStatuses = ["200"];
18
- if (!expectedStatuses.includes(result.status)) {
19
- throw (0, core_client_1.createRestError)(result);
20
- }
21
- return (0, models_js_1._imageVersionListResultDeserializer)(result.body);
37
+ const expectedStatuses = ["200"];
38
+ if (!expectedStatuses.includes(result.status)) {
39
+ throw (0, import_core_client.createRestError)(result);
40
+ }
41
+ return (0, import_models._imageVersionListResultDeserializer)(result.body);
22
42
  }
23
- /** List ImageVersion resources by Image */
24
43
  function imageVersionsListByImage(context, subscriptionId, resourceGroupName, imageName, options = { requestOptions: {} }) {
25
- return (0, pagingHelpers_js_1.buildPagedAsyncIterator)(context, () => _imageVersionsListByImageSend(context, subscriptionId, resourceGroupName, imageName, options), _imageVersionsListByImageDeserialize, ["200"], { itemName: "value", nextLinkName: "nextLink" });
44
+ return (0, import_pagingHelpers.buildPagedAsyncIterator)(
45
+ context,
46
+ () => _imageVersionsListByImageSend(context, subscriptionId, resourceGroupName, imageName, options),
47
+ _imageVersionsListByImageDeserialize,
48
+ ["200"],
49
+ { itemName: "value", nextLinkName: "nextLink" }
50
+ );
26
51
  }
27
- //# sourceMappingURL=index.js.map
@@ -1 +1,7 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/imageVersions/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AAsBlC,sEAeC;AAED,oFASC;AAGD,4DAeC;AA5DD,sDAIgC;AAChC,4EAG+C;AAC/C,yDAKiC;AAEjC,SAAgB,6BAA6B,CAC3C,OAAe,EACf,cAAsB,EACtB,iBAAyB,EACzB,SAAiB,EACjB,UAAkD,EAAE,cAAc,EAAE,EAAE,EAAE;IAExE,OAAO,OAAO;SACX,IAAI,CACH,yIAAyI,EACzI,cAAc,EACd,iBAAiB,EACjB,SAAS,CACV;SACA,GAAG,CAAC,EAAE,GAAG,IAAA,iDAAmC,EAAC,OAAO,CAAC,EAAE,CAAC,CAAC;AAC9D,CAAC;AAEM,KAAK,UAAU,oCAAoC,CACxD,MAA6B;IAE7B,MAAM,gBAAgB,GAAG,CAAC,KAAK,CAAC,CAAC;IACjC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,IAAA,6BAAe,EAAC,MAAM,CAAC,CAAC;IAChC,CAAC;IAED,OAAO,IAAA,+CAAmC,EAAC,MAAM,CAAC,IAAI,CAAC,CAAC;AAC1D,CAAC;AAED,2CAA2C;AAC3C,SAAgB,wBAAwB,CACtC,OAAe,EACf,cAAsB,EACtB,iBAAyB,EACzB,SAAiB,EACjB,UAAkD,EAAE,cAAc,EAAE,EAAE,EAAE;IAExE,OAAO,IAAA,0CAAuB,EAC5B,OAAO,EACP,GAAG,EAAE,CACH,6BAA6B,CAAC,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,SAAS,EAAE,OAAO,CAAC,EAC/F,oCAAoC,EACpC,CAAC,KAAK,CAAC,EACP,EAAE,QAAQ,EAAE,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,CAChD,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n DevOpsInfrastructureContext as Client,\n ImageVersionsListByImageOptionalParams,\n} from \"../index.js\";\nimport {\n _ImageVersionListResult,\n _imageVersionListResultDeserializer,\n ImageVersion,\n} from \"../../models/models.js\";\nimport {\n PagedAsyncIterableIterator,\n buildPagedAsyncIterator,\n} from \"../../static-helpers/pagingHelpers.js\";\nimport {\n StreamableMethod,\n PathUncheckedResponse,\n createRestError,\n operationOptionsToRequestParameters,\n} from \"@azure-rest/core-client\";\n\nexport function _imageVersionsListByImageSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n imageName: string,\n options: ImageVersionsListByImageOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/images/{imageName}/versions\",\n subscriptionId,\n resourceGroupName,\n imageName,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _imageVersionsListByImageDeserialize(\n result: PathUncheckedResponse,\n): Promise<_ImageVersionListResult> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return _imageVersionListResultDeserializer(result.body);\n}\n\n/** List ImageVersion resources by Image */\nexport function imageVersionsListByImage(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n imageName: string,\n options: ImageVersionsListByImageOptionalParams = { requestOptions: {} },\n): PagedAsyncIterableIterator<ImageVersion> {\n return buildPagedAsyncIterator(\n context,\n () =>\n _imageVersionsListByImageSend(context, subscriptionId, resourceGroupName, imageName, options),\n _imageVersionsListByImageDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n"]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["/mnt/vss/_work/1/s/sdk/devopsinfrastructure/arm-devopsinfrastructure/src/api/imageVersions/index.ts"],
4
+ "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n DevOpsInfrastructureContext as Client,\n ImageVersionsListByImageOptionalParams,\n} from \"../index.js\";\nimport {\n _ImageVersionListResult,\n _imageVersionListResultDeserializer,\n ImageVersion,\n} from \"../../models/models.js\";\nimport {\n PagedAsyncIterableIterator,\n buildPagedAsyncIterator,\n} from \"../../static-helpers/pagingHelpers.js\";\nimport {\n StreamableMethod,\n PathUncheckedResponse,\n createRestError,\n operationOptionsToRequestParameters,\n} from \"@azure-rest/core-client\";\n\nexport function _imageVersionsListByImageSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n imageName: string,\n options: ImageVersionsListByImageOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/images/{imageName}/versions\",\n subscriptionId,\n resourceGroupName,\n imageName,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _imageVersionsListByImageDeserialize(\n result: PathUncheckedResponse,\n): Promise<_ImageVersionListResult> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return _imageVersionListResultDeserializer(result.body);\n}\n\n/** List ImageVersion resources by Image */\nexport function imageVersionsListByImage(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n imageName: string,\n options: ImageVersionsListByImageOptionalParams = { requestOptions: {} },\n): PagedAsyncIterableIterator<ImageVersion> {\n return buildPagedAsyncIterator(\n context,\n () =>\n _imageVersionsListByImageSend(context, subscriptionId, resourceGroupName, imageName, options),\n _imageVersionsListByImageDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAOA,oBAIO;AACP,2BAGO;AACP,yBAKO;AAEA,SAAS,8BACd,SACA,gBACA,mBACA,WACA,UAAkD,EAAE,gBAAgB,CAAC,EAAE,GACrD;AAClB,SAAO,QACJ;AAAA,IACC;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF,EACC,IAAI,EAAE,OAAG,wDAAoC,OAAO,EAAE,CAAC;AAC5D;AAEA,eAAsB,qCACpB,QACkC;AAClC,QAAM,mBAAmB,CAAC,KAAK;AAC/B,MAAI,CAAC,iBAAiB,SAAS,OAAO,MAAM,GAAG;AAC7C,cAAM,oCAAgB,MAAM;AAAA,EAC9B;AAEA,aAAO,mDAAoC,OAAO,IAAI;AACxD;AAGO,SAAS,yBACd,SACA,gBACA,mBACA,WACA,UAAkD,EAAE,gBAAgB,CAAC,EAAE,GAC7B;AAC1C,aAAO;AAAA,IACL;AAAA,IACA,MACE,8BAA8B,SAAS,gBAAgB,mBAAmB,WAAW,OAAO;AAAA,IAC9F;AAAA,IACA,CAAC,KAAK;AAAA,IACN,EAAE,UAAU,SAAS,cAAc,WAAW;AAAA,EAChD;AACF;",
6
+ "names": []
7
+ }
@@ -1,5 +1,5 @@
1
- export { createDevOpsInfrastructure, DevOpsInfrastructureContext, DevOpsInfrastructureClientOptionalParams, } from "./devOpsInfrastructureContext.js";
2
- export { OperationsListOptionalParams, PoolsGetOptionalParams, PoolsCreateOrUpdateOptionalParams, PoolsUpdateOptionalParams, PoolsDeleteOptionalParams, PoolsListByResourceGroupOptionalParams, PoolsListBySubscriptionOptionalParams, ResourceDetailsListByPoolOptionalParams, SkuListByLocationOptionalParams, SubscriptionUsagesUsagesOptionalParams, ImageVersionsListByImageOptionalParams, } from "./options.js";
1
+ export { createDevOpsInfrastructure, type DevOpsInfrastructureContext, type DevOpsInfrastructureClientOptionalParams, } from "./devOpsInfrastructureContext.js";
2
+ export { type OperationsListOptionalParams, type PoolsGetOptionalParams, type PoolsCreateOrUpdateOptionalParams, type PoolsUpdateOptionalParams, type PoolsDeleteOptionalParams, type PoolsListByResourceGroupOptionalParams, type PoolsListBySubscriptionOptionalParams, type ResourceDetailsListByPoolOptionalParams, type SkuListByLocationOptionalParams, type SubscriptionUsagesUsagesOptionalParams, type ImageVersionsListByImageOptionalParams, } from "./options.js";
3
3
  export { imageVersionsListByImage } from "./imageVersions/index.js";
4
4
  export { operationsList } from "./operations/index.js";
5
5
  export { poolsGet, poolsCreateOrUpdate, poolsUpdate, poolsDelete, poolsListByResourceGroup, poolsListBySubscription, } from "./pools/index.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,0BAA0B,EAC1B,2BAA2B,EAC3B,wCAAwC,GACzC,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,4BAA4B,EAC5B,sBAAsB,EACtB,iCAAiC,EACjC,yBAAyB,EACzB,yBAAyB,EACzB,sCAAsC,EACtC,qCAAqC,EACrC,uCAAuC,EACvC,+BAA+B,EAC/B,sCAAsC,EACtC,sCAAsC,GACvC,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EACL,QAAQ,EACR,mBAAmB,EACnB,WAAW,EACX,WAAW,EACX,wBAAwB,EACxB,uBAAuB,GACxB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,0BAA0B,EAC1B,KAAK,2BAA2B,EAChC,KAAK,wCAAwC,GAC9C,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,KAAK,4BAA4B,EACjC,KAAK,sBAAsB,EAC3B,KAAK,iCAAiC,EACtC,KAAK,yBAAyB,EAC9B,KAAK,yBAAyB,EAC9B,KAAK,sCAAsC,EAC3C,KAAK,qCAAqC,EAC1C,KAAK,uCAAuC,EAC5C,KAAK,+BAA+B,EACpC,KAAK,sCAAsC,EAC3C,KAAK,sCAAsC,GAC5C,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EACL,QAAQ,EACR,mBAAmB,EACnB,WAAW,EACX,WAAW,EACX,wBAAwB,EACxB,uBAAuB,GACxB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC"}
@@ -1,25 +1,40 @@
1
- "use strict";
2
- // Copyright (c) Microsoft Corporation.
3
- // Licensed under the MIT License.
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.subscriptionUsagesUsages = exports.skuListByLocation = exports.resourceDetailsListByPool = exports.poolsListBySubscription = exports.poolsListByResourceGroup = exports.poolsDelete = exports.poolsUpdate = exports.poolsCreateOrUpdate = exports.poolsGet = exports.operationsList = exports.imageVersionsListByImage = exports.createDevOpsInfrastructure = void 0;
6
- var devOpsInfrastructureContext_js_1 = require("./devOpsInfrastructureContext.js");
7
- Object.defineProperty(exports, "createDevOpsInfrastructure", { enumerable: true, get: function () { return devOpsInfrastructureContext_js_1.createDevOpsInfrastructure; } });
8
- var index_js_1 = require("./imageVersions/index.js");
9
- Object.defineProperty(exports, "imageVersionsListByImage", { enumerable: true, get: function () { return index_js_1.imageVersionsListByImage; } });
10
- var index_js_2 = require("./operations/index.js");
11
- Object.defineProperty(exports, "operationsList", { enumerable: true, get: function () { return index_js_2.operationsList; } });
12
- var index_js_3 = require("./pools/index.js");
13
- Object.defineProperty(exports, "poolsGet", { enumerable: true, get: function () { return index_js_3.poolsGet; } });
14
- Object.defineProperty(exports, "poolsCreateOrUpdate", { enumerable: true, get: function () { return index_js_3.poolsCreateOrUpdate; } });
15
- Object.defineProperty(exports, "poolsUpdate", { enumerable: true, get: function () { return index_js_3.poolsUpdate; } });
16
- Object.defineProperty(exports, "poolsDelete", { enumerable: true, get: function () { return index_js_3.poolsDelete; } });
17
- Object.defineProperty(exports, "poolsListByResourceGroup", { enumerable: true, get: function () { return index_js_3.poolsListByResourceGroup; } });
18
- Object.defineProperty(exports, "poolsListBySubscription", { enumerable: true, get: function () { return index_js_3.poolsListBySubscription; } });
19
- var index_js_4 = require("./resourceDetails/index.js");
20
- Object.defineProperty(exports, "resourceDetailsListByPool", { enumerable: true, get: function () { return index_js_4.resourceDetailsListByPool; } });
21
- var index_js_5 = require("./sku/index.js");
22
- Object.defineProperty(exports, "skuListByLocation", { enumerable: true, get: function () { return index_js_5.skuListByLocation; } });
23
- var index_js_6 = require("./subscriptionUsages/index.js");
24
- Object.defineProperty(exports, "subscriptionUsagesUsages", { enumerable: true, get: function () { return index_js_6.subscriptionUsagesUsages; } });
25
- //# sourceMappingURL=index.js.map
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var api_exports = {};
19
+ __export(api_exports, {
20
+ createDevOpsInfrastructure: () => import_devOpsInfrastructureContext.createDevOpsInfrastructure,
21
+ imageVersionsListByImage: () => import_imageVersions.imageVersionsListByImage,
22
+ operationsList: () => import_operations.operationsList,
23
+ poolsCreateOrUpdate: () => import_pools.poolsCreateOrUpdate,
24
+ poolsDelete: () => import_pools.poolsDelete,
25
+ poolsGet: () => import_pools.poolsGet,
26
+ poolsListByResourceGroup: () => import_pools.poolsListByResourceGroup,
27
+ poolsListBySubscription: () => import_pools.poolsListBySubscription,
28
+ poolsUpdate: () => import_pools.poolsUpdate,
29
+ resourceDetailsListByPool: () => import_resourceDetails.resourceDetailsListByPool,
30
+ skuListByLocation: () => import_sku.skuListByLocation,
31
+ subscriptionUsagesUsages: () => import_subscriptionUsages.subscriptionUsagesUsages
32
+ });
33
+ module.exports = __toCommonJS(api_exports);
34
+ var import_devOpsInfrastructureContext = require("./devOpsInfrastructureContext.js");
35
+ var import_imageVersions = require("./imageVersions/index.js");
36
+ var import_operations = require("./operations/index.js");
37
+ var import_pools = require("./pools/index.js");
38
+ var import_resourceDetails = require("./resourceDetails/index.js");
39
+ var import_sku = require("./sku/index.js");
40
+ var import_subscriptionUsages = require("./subscriptionUsages/index.js");
@@ -1 +1,7 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,mFAI0C;AAHxC,4IAAA,0BAA0B,OAAA;AAiB5B,qDAAoE;AAA3D,oHAAA,wBAAwB,OAAA;AACjC,kDAAuD;AAA9C,0GAAA,cAAc,OAAA;AACvB,6CAO0B;AANxB,oGAAA,QAAQ,OAAA;AACR,+GAAA,mBAAmB,OAAA;AACnB,uGAAA,WAAW,OAAA;AACX,uGAAA,WAAW,OAAA;AACX,oHAAA,wBAAwB,OAAA;AACxB,mHAAA,uBAAuB,OAAA;AAEzB,uDAAuE;AAA9D,qHAAA,yBAAyB,OAAA;AAClC,2CAAmD;AAA1C,6GAAA,iBAAiB,OAAA;AAC1B,0DAAyE;AAAhE,oHAAA,wBAAwB,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n createDevOpsInfrastructure,\n DevOpsInfrastructureContext,\n DevOpsInfrastructureClientOptionalParams,\n} from \"./devOpsInfrastructureContext.js\";\nexport {\n OperationsListOptionalParams,\n PoolsGetOptionalParams,\n PoolsCreateOrUpdateOptionalParams,\n PoolsUpdateOptionalParams,\n PoolsDeleteOptionalParams,\n PoolsListByResourceGroupOptionalParams,\n PoolsListBySubscriptionOptionalParams,\n ResourceDetailsListByPoolOptionalParams,\n SkuListByLocationOptionalParams,\n SubscriptionUsagesUsagesOptionalParams,\n ImageVersionsListByImageOptionalParams,\n} from \"./options.js\";\nexport { imageVersionsListByImage } from \"./imageVersions/index.js\";\nexport { operationsList } from \"./operations/index.js\";\nexport {\n poolsGet,\n poolsCreateOrUpdate,\n poolsUpdate,\n poolsDelete,\n poolsListByResourceGroup,\n poolsListBySubscription,\n} from \"./pools/index.js\";\nexport { resourceDetailsListByPool } from \"./resourceDetails/index.js\";\nexport { skuListByLocation } from \"./sku/index.js\";\nexport { subscriptionUsagesUsages } from \"./subscriptionUsages/index.js\";\n"]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["/mnt/vss/_work/1/s/sdk/devopsinfrastructure/arm-devopsinfrastructure/src/api/index.ts"],
4
+ "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n createDevOpsInfrastructure,\n type DevOpsInfrastructureContext,\n type DevOpsInfrastructureClientOptionalParams,\n} from \"./devOpsInfrastructureContext.js\";\nexport {\n type OperationsListOptionalParams,\n type PoolsGetOptionalParams,\n type PoolsCreateOrUpdateOptionalParams,\n type PoolsUpdateOptionalParams,\n type PoolsDeleteOptionalParams,\n type PoolsListByResourceGroupOptionalParams,\n type PoolsListBySubscriptionOptionalParams,\n type ResourceDetailsListByPoolOptionalParams,\n type SkuListByLocationOptionalParams,\n type SubscriptionUsagesUsagesOptionalParams,\n type ImageVersionsListByImageOptionalParams,\n} from \"./options.js\";\nexport { imageVersionsListByImage } from \"./imageVersions/index.js\";\nexport { operationsList } from \"./operations/index.js\";\nexport {\n poolsGet,\n poolsCreateOrUpdate,\n poolsUpdate,\n poolsDelete,\n poolsListByResourceGroup,\n poolsListBySubscription,\n} from \"./pools/index.js\";\nexport { resourceDetailsListByPool } from \"./resourceDetails/index.js\";\nexport { skuListByLocation } from \"./sku/index.js\";\nexport { subscriptionUsagesUsages } from \"./subscriptionUsages/index.js\";\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,yCAIO;AAcP,2BAAyC;AACzC,wBAA+B;AAC/B,mBAOO;AACP,6BAA0C;AAC1C,iBAAkC;AAClC,gCAAyC;",
6
+ "names": []
7
+ }