@azure/arm-containerinstance 9.2.0-beta.2 → 10.0.0-beta.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 (807) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +12 -13
  3. package/dist/browser/api/cgProfile/index.d.ts +3 -0
  4. package/dist/browser/api/cgProfile/index.js +4 -0
  5. package/dist/browser/api/cgProfile/index.js.map +1 -0
  6. package/dist/browser/api/cgProfile/operations.d.ts +30 -0
  7. package/dist/browser/api/cgProfile/operations.js +192 -0
  8. package/dist/browser/api/cgProfile/operations.js.map +1 -0
  9. package/dist/browser/api/cgProfile/options.d.ts +20 -0
  10. package/dist/browser/api/cgProfile/options.js +4 -0
  11. package/dist/browser/api/cgProfile/options.js.map +1 -0
  12. package/dist/browser/api/cgProfiles/index.d.ts +3 -0
  13. package/dist/browser/api/cgProfiles/index.js +4 -0
  14. package/dist/browser/api/cgProfiles/index.js.map +1 -0
  15. package/dist/browser/api/cgProfiles/operations.d.ts +14 -0
  16. package/dist/browser/api/cgProfiles/operations.js +70 -0
  17. package/dist/browser/api/cgProfiles/operations.js.map +1 -0
  18. package/dist/browser/api/cgProfiles/options.d.ts +8 -0
  19. package/dist/browser/api/cgProfiles/options.js +4 -0
  20. package/dist/browser/api/cgProfiles/options.js.map +1 -0
  21. package/dist/browser/api/containerGroups/index.d.ts +3 -0
  22. package/dist/browser/api/containerGroups/index.js +4 -0
  23. package/dist/browser/api/containerGroups/index.js.map +1 -0
  24. package/dist/browser/api/containerGroups/operations.d.ts +47 -0
  25. package/dist/browser/api/containerGroups/operations.js +334 -0
  26. package/dist/browser/api/containerGroups/operations.js.map +1 -0
  27. package/dist/browser/api/containerGroups/options.d.ts +40 -0
  28. package/dist/browser/api/containerGroups/options.js +4 -0
  29. package/dist/browser/api/containerGroups/options.js.map +1 -0
  30. package/dist/browser/api/containerInstanceManagementContext.d.ts +22 -0
  31. package/dist/browser/api/containerInstanceManagementContext.js +26 -0
  32. package/dist/browser/api/containerInstanceManagementContext.js.map +1 -0
  33. package/dist/browser/api/containers/index.d.ts +3 -0
  34. package/dist/browser/api/containers/index.js +4 -0
  35. package/dist/browser/api/containers/index.js.map +1 -0
  36. package/dist/browser/api/containers/operations.d.ts +17 -0
  37. package/dist/browser/api/containers/operations.js +103 -0
  38. package/dist/browser/api/containers/operations.js.map +1 -0
  39. package/dist/browser/api/containers/options.d.ts +15 -0
  40. package/dist/browser/api/containers/options.js +4 -0
  41. package/dist/browser/api/containers/options.js.map +1 -0
  42. package/dist/browser/api/index.d.ts +3 -0
  43. package/dist/browser/api/index.js +4 -0
  44. package/dist/browser/api/index.js.map +1 -0
  45. package/dist/browser/api/location/index.d.ts +3 -0
  46. package/dist/browser/api/location/index.js +4 -0
  47. package/dist/browser/api/location/index.js.map +1 -0
  48. package/dist/browser/api/location/operations.d.ts +18 -0
  49. package/dist/browser/api/location/operations.js +103 -0
  50. package/dist/browser/api/location/operations.js.map +1 -0
  51. package/dist/browser/api/location/options.d.ts +11 -0
  52. package/dist/browser/api/location/options.js +4 -0
  53. package/dist/browser/api/location/options.js.map +1 -0
  54. package/dist/browser/api/nGroups/index.d.ts +3 -0
  55. package/dist/browser/api/nGroups/index.js +4 -0
  56. package/dist/browser/api/nGroups/index.js.map +1 -0
  57. package/dist/browser/api/nGroups/operations.d.ts +43 -0
  58. package/dist/browser/api/nGroups/operations.js +298 -0
  59. package/dist/browser/api/nGroups/operations.js.map +1 -0
  60. package/dist/browser/api/nGroups/options.d.ts +39 -0
  61. package/dist/browser/api/nGroups/options.js +4 -0
  62. package/dist/browser/api/nGroups/options.js.map +1 -0
  63. package/dist/browser/api/operations/index.d.ts +3 -0
  64. package/dist/browser/api/operations/index.js +4 -0
  65. package/dist/browser/api/operations/index.js.map +1 -0
  66. package/dist/browser/api/operations/operations.d.ts +10 -0
  67. package/dist/browser/api/operations/operations.js +37 -0
  68. package/dist/browser/api/operations/operations.js.map +1 -0
  69. package/dist/browser/api/operations/options.d.ts +5 -0
  70. package/dist/browser/api/operations/options.js +4 -0
  71. package/dist/browser/api/operations/options.js.map +1 -0
  72. package/dist/browser/api/sandboxGroups/index.d.ts +3 -0
  73. package/dist/browser/api/sandboxGroups/index.js +4 -0
  74. package/dist/browser/api/sandboxGroups/index.js.map +1 -0
  75. package/dist/browser/api/sandboxGroups/operations.d.ts +35 -0
  76. package/dist/browser/api/sandboxGroups/operations.js +237 -0
  77. package/dist/browser/api/sandboxGroups/operations.js.map +1 -0
  78. package/dist/browser/api/sandboxGroups/options.d.ts +29 -0
  79. package/dist/browser/api/sandboxGroups/options.js +4 -0
  80. package/dist/browser/api/sandboxGroups/options.js.map +1 -0
  81. package/dist/browser/api/subnetServiceAssociationLink/index.d.ts +3 -0
  82. package/dist/browser/api/subnetServiceAssociationLink/index.js +4 -0
  83. package/dist/browser/api/subnetServiceAssociationLink/index.js.map +1 -0
  84. package/dist/browser/api/subnetServiceAssociationLink/operations.d.ts +9 -0
  85. package/dist/browser/api/subnetServiceAssociationLink/operations.js +40 -0
  86. package/dist/browser/api/subnetServiceAssociationLink/operations.js.map +1 -0
  87. package/dist/browser/api/subnetServiceAssociationLink/options.d.ts +7 -0
  88. package/dist/browser/api/subnetServiceAssociationLink/options.js +4 -0
  89. package/dist/browser/api/subnetServiceAssociationLink/options.js.map +1 -0
  90. package/dist/browser/classic/cgProfile/index.d.ts +21 -0
  91. package/dist/browser/classic/cgProfile/index.js +19 -0
  92. package/dist/browser/classic/cgProfile/index.js.map +1 -0
  93. package/dist/browser/classic/cgProfiles/index.d.ts +13 -0
  94. package/dist/browser/classic/cgProfiles/index.js +15 -0
  95. package/dist/browser/classic/cgProfiles/index.js.map +1 -0
  96. package/dist/browser/classic/containerGroups/index.d.ts +47 -0
  97. package/dist/browser/classic/containerGroups/index.js +56 -0
  98. package/dist/browser/classic/containerGroups/index.js.map +1 -0
  99. package/dist/browser/classic/containers/index.d.ts +14 -0
  100. package/dist/browser/classic/containers/index.js +16 -0
  101. package/dist/browser/classic/containers/index.js.map +1 -0
  102. package/dist/browser/classic/index.d.ts +10 -0
  103. package/dist/browser/classic/index.js +4 -0
  104. package/dist/browser/classic/index.js.map +1 -0
  105. package/dist/browser/classic/location/index.d.ts +15 -0
  106. package/dist/browser/classic/location/index.js +16 -0
  107. package/dist/browser/classic/location/index.js.map +1 -0
  108. package/dist/browser/classic/nGroups/index.d.ts +49 -0
  109. package/dist/browser/classic/nGroups/index.js +63 -0
  110. package/dist/browser/classic/nGroups/index.js.map +1 -0
  111. package/dist/browser/classic/operations/index.d.ts +11 -0
  112. package/dist/browser/classic/operations/index.js +14 -0
  113. package/dist/browser/classic/operations/index.js.map +1 -0
  114. package/dist/browser/classic/sandboxGroups/index.d.ts +37 -0
  115. package/dist/browser/classic/sandboxGroups/index.js +45 -0
  116. package/dist/browser/classic/sandboxGroups/index.js.map +1 -0
  117. package/dist/browser/classic/subnetServiceAssociationLink/index.d.ts +15 -0
  118. package/dist/browser/classic/subnetServiceAssociationLink/index.js +23 -0
  119. package/dist/browser/classic/subnetServiceAssociationLink/index.js.map +1 -0
  120. package/dist/browser/containerInstanceManagementClient.d.ts +37 -24
  121. package/dist/browser/containerInstanceManagementClient.js +57 -111
  122. package/dist/browser/containerInstanceManagementClient.js.map +1 -1
  123. package/dist/browser/index.d.ts +23 -3
  124. package/dist/browser/index.js +7 -11
  125. package/dist/browser/index.js.map +1 -1
  126. package/dist/browser/logger.d.ts +2 -0
  127. package/dist/browser/logger.js +5 -0
  128. package/dist/browser/logger.js.map +1 -0
  129. package/dist/browser/models/index.d.ts +2 -1241
  130. package/dist/browser/models/index.js +3 -115
  131. package/dist/browser/models/index.js.map +1 -1
  132. package/dist/browser/models/models.d.ts +1906 -0
  133. package/dist/browser/models/models.js +2594 -0
  134. package/dist/browser/models/models.js.map +1 -0
  135. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  136. package/dist/browser/restorePollerHelpers.js +118 -0
  137. package/dist/browser/restorePollerHelpers.js.map +1 -0
  138. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  139. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  140. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  141. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  142. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  143. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  144. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  145. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  146. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  147. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  148. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  149. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  150. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  151. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  152. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  153. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  154. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  155. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  156. package/dist/commonjs/api/cgProfile/index.d.ts +3 -0
  157. package/dist/commonjs/api/cgProfile/index.js +38 -0
  158. package/dist/commonjs/api/cgProfile/index.js.map +7 -0
  159. package/dist/commonjs/api/cgProfile/operations.d.ts +30 -0
  160. package/dist/commonjs/api/cgProfile/operations.js +292 -0
  161. package/dist/commonjs/api/cgProfile/operations.js.map +7 -0
  162. package/dist/commonjs/api/cgProfile/options.d.ts +20 -0
  163. package/dist/commonjs/api/cgProfile/options.js +16 -0
  164. package/dist/commonjs/api/cgProfile/options.js.map +7 -0
  165. package/dist/commonjs/api/cgProfiles/index.d.ts +3 -0
  166. package/dist/commonjs/api/cgProfiles/index.js +30 -0
  167. package/dist/commonjs/api/cgProfiles/index.js.map +7 -0
  168. package/dist/commonjs/api/cgProfiles/operations.d.ts +14 -0
  169. package/dist/commonjs/api/cgProfiles/operations.js +122 -0
  170. package/dist/commonjs/api/cgProfiles/operations.js.map +7 -0
  171. package/dist/commonjs/api/cgProfiles/options.d.ts +8 -0
  172. package/dist/commonjs/api/cgProfiles/options.js +16 -0
  173. package/dist/commonjs/api/cgProfiles/options.js.map +7 -0
  174. package/dist/commonjs/api/containerGroups/index.d.ts +3 -0
  175. package/dist/commonjs/api/containerGroups/index.js +46 -0
  176. package/dist/commonjs/api/containerGroups/index.js.map +7 -0
  177. package/dist/commonjs/api/containerGroups/operations.d.ts +47 -0
  178. package/dist/commonjs/api/containerGroups/operations.js +469 -0
  179. package/dist/commonjs/api/containerGroups/operations.js.map +7 -0
  180. package/dist/commonjs/api/containerGroups/options.d.ts +40 -0
  181. package/dist/commonjs/api/containerGroups/options.js +16 -0
  182. package/dist/commonjs/api/containerGroups/options.js.map +7 -0
  183. package/dist/commonjs/api/containerInstanceManagementContext.d.ts +22 -0
  184. package/dist/commonjs/api/containerInstanceManagementContext.js +47 -0
  185. package/dist/commonjs/api/containerInstanceManagementContext.js.map +7 -0
  186. package/dist/commonjs/api/containers/index.d.ts +3 -0
  187. package/dist/commonjs/api/containers/index.js +32 -0
  188. package/dist/commonjs/api/containers/index.js.map +7 -0
  189. package/dist/commonjs/api/containers/operations.d.ts +17 -0
  190. package/dist/commonjs/api/containers/operations.js +171 -0
  191. package/dist/commonjs/api/containers/operations.js.map +7 -0
  192. package/dist/commonjs/api/containers/options.d.ts +15 -0
  193. package/dist/commonjs/api/containers/options.js +16 -0
  194. package/dist/commonjs/api/containers/options.js.map +7 -0
  195. package/dist/commonjs/api/index.d.ts +3 -0
  196. package/dist/commonjs/api/index.js +28 -0
  197. package/dist/commonjs/api/index.js.map +7 -0
  198. package/dist/commonjs/api/location/index.d.ts +3 -0
  199. package/dist/commonjs/api/location/index.js +32 -0
  200. package/dist/commonjs/api/location/index.js.map +7 -0
  201. package/dist/commonjs/api/location/operations.d.ts +18 -0
  202. package/dist/commonjs/api/location/operations.js +170 -0
  203. package/dist/commonjs/api/location/operations.js.map +7 -0
  204. package/dist/commonjs/api/location/options.d.ts +11 -0
  205. package/dist/commonjs/api/location/options.js +16 -0
  206. package/dist/commonjs/api/location/options.js.map +7 -0
  207. package/dist/commonjs/api/nGroups/index.d.ts +3 -0
  208. package/dist/commonjs/api/nGroups/index.js +44 -0
  209. package/dist/commonjs/api/nGroups/index.js.map +7 -0
  210. package/dist/commonjs/api/nGroups/operations.d.ts +43 -0
  211. package/dist/commonjs/api/nGroups/operations.js +413 -0
  212. package/dist/commonjs/api/nGroups/operations.js.map +7 -0
  213. package/dist/commonjs/api/nGroups/options.d.ts +39 -0
  214. package/dist/commonjs/api/nGroups/options.js +16 -0
  215. package/dist/commonjs/api/nGroups/options.js.map +7 -0
  216. package/dist/commonjs/api/operations/index.d.ts +3 -0
  217. package/dist/commonjs/api/operations/index.js +28 -0
  218. package/dist/commonjs/api/operations/index.js.map +7 -0
  219. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  220. package/dist/commonjs/api/operations/operations.js +74 -0
  221. package/dist/commonjs/api/operations/operations.js.map +7 -0
  222. package/dist/commonjs/api/operations/options.d.ts +5 -0
  223. package/dist/commonjs/api/operations/options.js +16 -0
  224. package/dist/commonjs/api/operations/options.js.map +7 -0
  225. package/dist/commonjs/api/sandboxGroups/index.d.ts +3 -0
  226. package/dist/commonjs/api/sandboxGroups/index.js +40 -0
  227. package/dist/commonjs/api/sandboxGroups/index.js.map +7 -0
  228. package/dist/commonjs/api/sandboxGroups/operations.d.ts +35 -0
  229. package/dist/commonjs/api/sandboxGroups/operations.js +334 -0
  230. package/dist/commonjs/api/sandboxGroups/operations.js.map +7 -0
  231. package/dist/commonjs/api/sandboxGroups/options.d.ts +29 -0
  232. package/dist/commonjs/api/sandboxGroups/options.js +16 -0
  233. package/dist/commonjs/api/sandboxGroups/options.js.map +7 -0
  234. package/dist/commonjs/api/subnetServiceAssociationLink/index.d.ts +3 -0
  235. package/dist/commonjs/api/subnetServiceAssociationLink/index.js +28 -0
  236. package/dist/commonjs/api/subnetServiceAssociationLink/index.js.map +7 -0
  237. package/dist/commonjs/api/subnetServiceAssociationLink/operations.d.ts +9 -0
  238. package/dist/commonjs/api/subnetServiceAssociationLink/operations.js +71 -0
  239. package/dist/commonjs/api/subnetServiceAssociationLink/operations.js.map +7 -0
  240. package/dist/commonjs/api/subnetServiceAssociationLink/options.d.ts +7 -0
  241. package/dist/commonjs/api/subnetServiceAssociationLink/options.js +16 -0
  242. package/dist/commonjs/api/subnetServiceAssociationLink/options.js.map +7 -0
  243. package/dist/commonjs/classic/cgProfile/index.d.ts +21 -0
  244. package/dist/commonjs/classic/cgProfile/index.js +55 -0
  245. package/dist/commonjs/classic/cgProfile/index.js.map +7 -0
  246. package/dist/commonjs/classic/cgProfiles/index.d.ts +13 -0
  247. package/dist/commonjs/classic/cgProfiles/index.js +39 -0
  248. package/dist/commonjs/classic/cgProfiles/index.js.map +7 -0
  249. package/dist/commonjs/classic/containerGroups/index.d.ts +47 -0
  250. package/dist/commonjs/classic/containerGroups/index.js +97 -0
  251. package/dist/commonjs/classic/containerGroups/index.js.map +7 -0
  252. package/dist/commonjs/classic/containers/index.d.ts +14 -0
  253. package/dist/commonjs/classic/containers/index.js +47 -0
  254. package/dist/commonjs/classic/containers/index.js.map +7 -0
  255. package/dist/commonjs/classic/index.d.ts +10 -0
  256. package/dist/commonjs/classic/index.js +16 -0
  257. package/dist/commonjs/classic/index.js.map +7 -0
  258. package/dist/commonjs/classic/location/index.d.ts +15 -0
  259. package/dist/commonjs/classic/location/index.js +40 -0
  260. package/dist/commonjs/classic/location/index.js.map +7 -0
  261. package/dist/commonjs/classic/nGroups/index.d.ts +49 -0
  262. package/dist/commonjs/classic/nGroups/index.js +87 -0
  263. package/dist/commonjs/classic/nGroups/index.js.map +7 -0
  264. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  265. package/dist/commonjs/classic/operations/index.js +38 -0
  266. package/dist/commonjs/classic/operations/index.js.map +7 -0
  267. package/dist/commonjs/classic/sandboxGroups/index.d.ts +37 -0
  268. package/dist/commonjs/classic/sandboxGroups/index.js +75 -0
  269. package/dist/commonjs/classic/sandboxGroups/index.js.map +7 -0
  270. package/dist/commonjs/classic/subnetServiceAssociationLink/index.d.ts +15 -0
  271. package/dist/commonjs/classic/subnetServiceAssociationLink/index.js +47 -0
  272. package/dist/commonjs/classic/subnetServiceAssociationLink/index.js.map +7 -0
  273. package/dist/commonjs/containerInstanceManagementClient.d.ts +37 -24
  274. package/dist/commonjs/containerInstanceManagementClient.js +84 -122
  275. package/dist/commonjs/containerInstanceManagementClient.js.map +7 -1
  276. package/dist/commonjs/index.d.ts +23 -3
  277. package/dist/commonjs/index.js +78 -19
  278. package/dist/commonjs/index.js.map +7 -1
  279. package/dist/commonjs/logger.d.ts +2 -0
  280. package/dist/commonjs/logger.js +29 -0
  281. package/dist/commonjs/logger.js.map +7 -0
  282. package/dist/commonjs/models/index.d.ts +2 -1241
  283. package/dist/commonjs/models/index.js +64 -119
  284. package/dist/commonjs/models/index.js.map +7 -1
  285. package/dist/commonjs/models/models.d.ts +1906 -0
  286. package/dist/commonjs/models/models.js +2571 -0
  287. package/dist/commonjs/models/models.js.map +7 -0
  288. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  289. package/dist/commonjs/restorePollerHelpers.js +131 -0
  290. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  291. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  292. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  293. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  294. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  295. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  296. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  297. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  298. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  299. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  300. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  301. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  302. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  303. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  304. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  305. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  306. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  307. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  308. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  309. package/dist/commonjs/tsdoc-metadata.json +1 -1
  310. package/dist/esm/api/cgProfile/index.d.ts +3 -0
  311. package/dist/esm/api/cgProfile/index.js +4 -0
  312. package/dist/esm/api/cgProfile/index.js.map +1 -0
  313. package/dist/esm/api/cgProfile/operations.d.ts +30 -0
  314. package/dist/esm/api/cgProfile/operations.js +192 -0
  315. package/dist/esm/api/cgProfile/operations.js.map +1 -0
  316. package/dist/esm/api/cgProfile/options.d.ts +20 -0
  317. package/dist/esm/api/cgProfile/options.js +4 -0
  318. package/dist/esm/api/cgProfile/options.js.map +1 -0
  319. package/dist/esm/api/cgProfiles/index.d.ts +3 -0
  320. package/dist/esm/api/cgProfiles/index.js +4 -0
  321. package/dist/esm/api/cgProfiles/index.js.map +1 -0
  322. package/dist/esm/api/cgProfiles/operations.d.ts +14 -0
  323. package/dist/esm/api/cgProfiles/operations.js +70 -0
  324. package/dist/esm/api/cgProfiles/operations.js.map +1 -0
  325. package/dist/esm/api/cgProfiles/options.d.ts +8 -0
  326. package/dist/esm/api/cgProfiles/options.js +4 -0
  327. package/dist/esm/api/cgProfiles/options.js.map +1 -0
  328. package/dist/esm/api/containerGroups/index.d.ts +3 -0
  329. package/dist/esm/api/containerGroups/index.js +4 -0
  330. package/dist/esm/api/containerGroups/index.js.map +1 -0
  331. package/dist/esm/api/containerGroups/operations.d.ts +47 -0
  332. package/dist/esm/api/containerGroups/operations.js +334 -0
  333. package/dist/esm/api/containerGroups/operations.js.map +1 -0
  334. package/dist/esm/api/containerGroups/options.d.ts +40 -0
  335. package/dist/esm/api/containerGroups/options.js +4 -0
  336. package/dist/esm/api/containerGroups/options.js.map +1 -0
  337. package/dist/esm/api/containerInstanceManagementContext.d.ts +22 -0
  338. package/dist/esm/api/containerInstanceManagementContext.js +26 -0
  339. package/dist/esm/api/containerInstanceManagementContext.js.map +1 -0
  340. package/dist/esm/api/containers/index.d.ts +3 -0
  341. package/dist/esm/api/containers/index.js +4 -0
  342. package/dist/esm/api/containers/index.js.map +1 -0
  343. package/dist/esm/api/containers/operations.d.ts +17 -0
  344. package/dist/esm/api/containers/operations.js +103 -0
  345. package/dist/esm/api/containers/operations.js.map +1 -0
  346. package/dist/esm/api/containers/options.d.ts +15 -0
  347. package/dist/esm/api/containers/options.js +4 -0
  348. package/dist/esm/api/containers/options.js.map +1 -0
  349. package/dist/esm/api/index.d.ts +3 -0
  350. package/dist/esm/api/index.js +4 -0
  351. package/dist/esm/api/index.js.map +1 -0
  352. package/dist/esm/api/location/index.d.ts +3 -0
  353. package/dist/esm/api/location/index.js +4 -0
  354. package/dist/esm/api/location/index.js.map +1 -0
  355. package/dist/esm/api/location/operations.d.ts +18 -0
  356. package/dist/esm/api/location/operations.js +103 -0
  357. package/dist/esm/api/location/operations.js.map +1 -0
  358. package/dist/esm/api/location/options.d.ts +11 -0
  359. package/dist/esm/api/location/options.js +4 -0
  360. package/dist/esm/api/location/options.js.map +1 -0
  361. package/dist/esm/api/nGroups/index.d.ts +3 -0
  362. package/dist/esm/api/nGroups/index.js +4 -0
  363. package/dist/esm/api/nGroups/index.js.map +1 -0
  364. package/dist/esm/api/nGroups/operations.d.ts +43 -0
  365. package/dist/esm/api/nGroups/operations.js +298 -0
  366. package/dist/esm/api/nGroups/operations.js.map +1 -0
  367. package/dist/esm/api/nGroups/options.d.ts +39 -0
  368. package/dist/esm/api/nGroups/options.js +4 -0
  369. package/dist/esm/api/nGroups/options.js.map +1 -0
  370. package/dist/esm/api/operations/index.d.ts +3 -0
  371. package/dist/esm/api/operations/index.js +4 -0
  372. package/dist/esm/api/operations/index.js.map +1 -0
  373. package/dist/esm/api/operations/operations.d.ts +10 -0
  374. package/dist/esm/api/operations/operations.js +37 -0
  375. package/dist/esm/api/operations/operations.js.map +1 -0
  376. package/dist/esm/api/operations/options.d.ts +5 -0
  377. package/dist/esm/api/operations/options.js +4 -0
  378. package/dist/esm/api/operations/options.js.map +1 -0
  379. package/dist/esm/api/sandboxGroups/index.d.ts +3 -0
  380. package/dist/esm/api/sandboxGroups/index.js +4 -0
  381. package/dist/esm/api/sandboxGroups/index.js.map +1 -0
  382. package/dist/esm/api/sandboxGroups/operations.d.ts +35 -0
  383. package/dist/esm/api/sandboxGroups/operations.js +237 -0
  384. package/dist/esm/api/sandboxGroups/operations.js.map +1 -0
  385. package/dist/esm/api/sandboxGroups/options.d.ts +29 -0
  386. package/dist/esm/api/sandboxGroups/options.js +4 -0
  387. package/dist/esm/api/sandboxGroups/options.js.map +1 -0
  388. package/dist/esm/api/subnetServiceAssociationLink/index.d.ts +3 -0
  389. package/dist/esm/api/subnetServiceAssociationLink/index.js +4 -0
  390. package/dist/esm/api/subnetServiceAssociationLink/index.js.map +1 -0
  391. package/dist/esm/api/subnetServiceAssociationLink/operations.d.ts +9 -0
  392. package/dist/esm/api/subnetServiceAssociationLink/operations.js +40 -0
  393. package/dist/esm/api/subnetServiceAssociationLink/operations.js.map +1 -0
  394. package/dist/esm/api/subnetServiceAssociationLink/options.d.ts +7 -0
  395. package/dist/esm/api/subnetServiceAssociationLink/options.js +4 -0
  396. package/dist/esm/api/subnetServiceAssociationLink/options.js.map +1 -0
  397. package/dist/esm/classic/cgProfile/index.d.ts +21 -0
  398. package/dist/esm/classic/cgProfile/index.js +19 -0
  399. package/dist/esm/classic/cgProfile/index.js.map +1 -0
  400. package/dist/esm/classic/cgProfiles/index.d.ts +13 -0
  401. package/dist/esm/classic/cgProfiles/index.js +15 -0
  402. package/dist/esm/classic/cgProfiles/index.js.map +1 -0
  403. package/dist/esm/classic/containerGroups/index.d.ts +47 -0
  404. package/dist/esm/classic/containerGroups/index.js +56 -0
  405. package/dist/esm/classic/containerGroups/index.js.map +1 -0
  406. package/dist/esm/classic/containers/index.d.ts +14 -0
  407. package/dist/esm/classic/containers/index.js +16 -0
  408. package/dist/esm/classic/containers/index.js.map +1 -0
  409. package/dist/esm/classic/index.d.ts +10 -0
  410. package/dist/esm/classic/index.js +4 -0
  411. package/dist/esm/classic/index.js.map +1 -0
  412. package/dist/esm/classic/location/index.d.ts +15 -0
  413. package/dist/esm/classic/location/index.js +16 -0
  414. package/dist/esm/classic/location/index.js.map +1 -0
  415. package/dist/esm/classic/nGroups/index.d.ts +49 -0
  416. package/dist/esm/classic/nGroups/index.js +63 -0
  417. package/dist/esm/classic/nGroups/index.js.map +1 -0
  418. package/dist/esm/classic/operations/index.d.ts +11 -0
  419. package/dist/esm/classic/operations/index.js +14 -0
  420. package/dist/esm/classic/operations/index.js.map +1 -0
  421. package/dist/esm/classic/sandboxGroups/index.d.ts +37 -0
  422. package/dist/esm/classic/sandboxGroups/index.js +45 -0
  423. package/dist/esm/classic/sandboxGroups/index.js.map +1 -0
  424. package/dist/esm/classic/subnetServiceAssociationLink/index.d.ts +15 -0
  425. package/dist/esm/classic/subnetServiceAssociationLink/index.js +23 -0
  426. package/dist/esm/classic/subnetServiceAssociationLink/index.js.map +1 -0
  427. package/dist/esm/containerInstanceManagementClient.d.ts +37 -24
  428. package/dist/esm/containerInstanceManagementClient.js +57 -111
  429. package/dist/esm/containerInstanceManagementClient.js.map +1 -1
  430. package/dist/esm/index.d.ts +23 -3
  431. package/dist/esm/index.js +7 -11
  432. package/dist/esm/index.js.map +1 -1
  433. package/dist/esm/logger.d.ts +2 -0
  434. package/dist/esm/logger.js +5 -0
  435. package/dist/esm/logger.js.map +1 -0
  436. package/dist/esm/models/index.d.ts +2 -1241
  437. package/dist/esm/models/index.js +3 -115
  438. package/dist/esm/models/index.js.map +1 -1
  439. package/dist/esm/models/models.d.ts +1906 -0
  440. package/dist/esm/models/models.js +2594 -0
  441. package/dist/esm/models/models.js.map +1 -0
  442. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  443. package/dist/esm/restorePollerHelpers.js +118 -0
  444. package/dist/esm/restorePollerHelpers.js.map +1 -0
  445. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  446. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  447. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  448. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  449. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  450. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  451. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  452. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  453. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  454. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  455. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  456. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  457. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  458. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  459. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  460. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  461. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  462. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  463. package/package.json +245 -96
  464. package/CHANGELOG.md +0 -133
  465. package/dist/browser/containerInstanceManagementClient.d.ts.map +0 -1
  466. package/dist/browser/index.d.ts.map +0 -1
  467. package/dist/browser/lroImpl.d.ts +0 -11
  468. package/dist/browser/lroImpl.d.ts.map +0 -1
  469. package/dist/browser/lroImpl.js +0 -18
  470. package/dist/browser/lroImpl.js.map +0 -1
  471. package/dist/browser/models/index.d.ts.map +0 -1
  472. package/dist/browser/models/mappers.d.ts +0 -66
  473. package/dist/browser/models/mappers.d.ts.map +0 -1
  474. package/dist/browser/models/mappers.js +0 -2242
  475. package/dist/browser/models/mappers.js.map +0 -1
  476. package/dist/browser/models/parameters.d.ts +0 -23
  477. package/dist/browser/models/parameters.d.ts.map +0 -1
  478. package/dist/browser/models/parameters.js +0 -204
  479. package/dist/browser/models/parameters.js.map +0 -1
  480. package/dist/browser/operations/containerGroupProfileOperations.d.ts +0 -55
  481. package/dist/browser/operations/containerGroupProfileOperations.d.ts.map +0 -1
  482. package/dist/browser/operations/containerGroupProfileOperations.js +0 -174
  483. package/dist/browser/operations/containerGroupProfileOperations.js.map +0 -1
  484. package/dist/browser/operations/containerGroupProfiles.d.ts +0 -95
  485. package/dist/browser/operations/containerGroupProfiles.d.ts.map +0 -1
  486. package/dist/browser/operations/containerGroupProfiles.js +0 -367
  487. package/dist/browser/operations/containerGroupProfiles.js.map +0 -1
  488. package/dist/browser/operations/containerGroups.d.ts +0 -159
  489. package/dist/browser/operations/containerGroups.d.ts.map +0 -1
  490. package/dist/browser/operations/containerGroups.js +0 -697
  491. package/dist/browser/operations/containerGroups.js.map +0 -1
  492. package/dist/browser/operations/containers.d.ts +0 -40
  493. package/dist/browser/operations/containers.d.ts.map +0 -1
  494. package/dist/browser/operations/containers.js +0 -135
  495. package/dist/browser/operations/containers.js.map +0 -1
  496. package/dist/browser/operations/index.d.ts +0 -8
  497. package/dist/browser/operations/index.d.ts.map +0 -1
  498. package/dist/browser/operations/index.js +0 -15
  499. package/dist/browser/operations/index.js.map +0 -1
  500. package/dist/browser/operations/location.d.ts +0 -70
  501. package/dist/browser/operations/location.d.ts.map +0 -1
  502. package/dist/browser/operations/location.js +0 -290
  503. package/dist/browser/operations/location.js.map +0 -1
  504. package/dist/browser/operations/operations.d.ts +0 -32
  505. package/dist/browser/operations/operations.d.ts.map +0 -1
  506. package/dist/browser/operations/operations.js +0 -116
  507. package/dist/browser/operations/operations.js.map +0 -1
  508. package/dist/browser/operations/subnetServiceAssociationLink.d.ts +0 -32
  509. package/dist/browser/operations/subnetServiceAssociationLink.d.ts.map +0 -1
  510. package/dist/browser/operations/subnetServiceAssociationLink.js +0 -109
  511. package/dist/browser/operations/subnetServiceAssociationLink.js.map +0 -1
  512. package/dist/browser/operationsInterfaces/containerGroupProfileOperations.d.ts +0 -27
  513. package/dist/browser/operationsInterfaces/containerGroupProfileOperations.d.ts.map +0 -1
  514. package/dist/browser/operationsInterfaces/containerGroupProfileOperations.js +0 -9
  515. package/dist/browser/operationsInterfaces/containerGroupProfileOperations.js.map +0 -1
  516. package/dist/browser/operationsInterfaces/containerGroupProfiles.d.ts +0 -55
  517. package/dist/browser/operationsInterfaces/containerGroupProfiles.d.ts.map +0 -1
  518. package/dist/browser/operationsInterfaces/containerGroupProfiles.js +0 -9
  519. package/dist/browser/operationsInterfaces/containerGroupProfiles.js.map +0 -1
  520. package/dist/browser/operationsInterfaces/containerGroups.d.ts +0 -119
  521. package/dist/browser/operationsInterfaces/containerGroups.d.ts.map +0 -1
  522. package/dist/browser/operationsInterfaces/containerGroups.js +0 -9
  523. package/dist/browser/operationsInterfaces/containerGroups.js.map +0 -1
  524. package/dist/browser/operationsInterfaces/containers.d.ts +0 -32
  525. package/dist/browser/operationsInterfaces/containers.d.ts.map +0 -1
  526. package/dist/browser/operationsInterfaces/containers.js +0 -9
  527. package/dist/browser/operationsInterfaces/containers.js.map +0 -1
  528. package/dist/browser/operationsInterfaces/index.d.ts +0 -8
  529. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  530. package/dist/browser/operationsInterfaces/index.js +0 -15
  531. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  532. package/dist/browser/operationsInterfaces/location.d.ts +0 -24
  533. package/dist/browser/operationsInterfaces/location.d.ts.map +0 -1
  534. package/dist/browser/operationsInterfaces/location.js +0 -9
  535. package/dist/browser/operationsInterfaces/location.js.map +0 -1
  536. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  537. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  538. package/dist/browser/operationsInterfaces/operations.js +0 -9
  539. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  540. package/dist/browser/operationsInterfaces/subnetServiceAssociationLink.d.ts +0 -24
  541. package/dist/browser/operationsInterfaces/subnetServiceAssociationLink.d.ts.map +0 -1
  542. package/dist/browser/operationsInterfaces/subnetServiceAssociationLink.js +0 -9
  543. package/dist/browser/operationsInterfaces/subnetServiceAssociationLink.js.map +0 -1
  544. package/dist/browser/pagingHelper.d.ts +0 -13
  545. package/dist/browser/pagingHelper.d.ts.map +0 -1
  546. package/dist/browser/pagingHelper.js +0 -30
  547. package/dist/browser/pagingHelper.js.map +0 -1
  548. package/dist/commonjs/containerInstanceManagementClient.d.ts.map +0 -1
  549. package/dist/commonjs/index.d.ts.map +0 -1
  550. package/dist/commonjs/lroImpl.d.ts +0 -11
  551. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  552. package/dist/commonjs/lroImpl.js +0 -21
  553. package/dist/commonjs/lroImpl.js.map +0 -1
  554. package/dist/commonjs/models/index.d.ts.map +0 -1
  555. package/dist/commonjs/models/mappers.d.ts +0 -66
  556. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  557. package/dist/commonjs/models/mappers.js +0 -2246
  558. package/dist/commonjs/models/mappers.js.map +0 -1
  559. package/dist/commonjs/models/parameters.d.ts +0 -23
  560. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  561. package/dist/commonjs/models/parameters.js +0 -207
  562. package/dist/commonjs/models/parameters.js.map +0 -1
  563. package/dist/commonjs/operations/containerGroupProfileOperations.d.ts +0 -55
  564. package/dist/commonjs/operations/containerGroupProfileOperations.d.ts.map +0 -1
  565. package/dist/commonjs/operations/containerGroupProfileOperations.js +0 -179
  566. package/dist/commonjs/operations/containerGroupProfileOperations.js.map +0 -1
  567. package/dist/commonjs/operations/containerGroupProfiles.d.ts +0 -95
  568. package/dist/commonjs/operations/containerGroupProfiles.d.ts.map +0 -1
  569. package/dist/commonjs/operations/containerGroupProfiles.js +0 -372
  570. package/dist/commonjs/operations/containerGroupProfiles.js.map +0 -1
  571. package/dist/commonjs/operations/containerGroups.d.ts +0 -159
  572. package/dist/commonjs/operations/containerGroups.d.ts.map +0 -1
  573. package/dist/commonjs/operations/containerGroups.js +0 -702
  574. package/dist/commonjs/operations/containerGroups.js.map +0 -1
  575. package/dist/commonjs/operations/containers.d.ts +0 -40
  576. package/dist/commonjs/operations/containers.d.ts.map +0 -1
  577. package/dist/commonjs/operations/containers.js +0 -140
  578. package/dist/commonjs/operations/containers.js.map +0 -1
  579. package/dist/commonjs/operations/index.d.ts +0 -8
  580. package/dist/commonjs/operations/index.d.ts.map +0 -1
  581. package/dist/commonjs/operations/index.js +0 -18
  582. package/dist/commonjs/operations/index.js.map +0 -1
  583. package/dist/commonjs/operations/location.d.ts +0 -70
  584. package/dist/commonjs/operations/location.d.ts.map +0 -1
  585. package/dist/commonjs/operations/location.js +0 -295
  586. package/dist/commonjs/operations/location.js.map +0 -1
  587. package/dist/commonjs/operations/operations.d.ts +0 -32
  588. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  589. package/dist/commonjs/operations/operations.js +0 -121
  590. package/dist/commonjs/operations/operations.js.map +0 -1
  591. package/dist/commonjs/operations/subnetServiceAssociationLink.d.ts +0 -32
  592. package/dist/commonjs/operations/subnetServiceAssociationLink.d.ts.map +0 -1
  593. package/dist/commonjs/operations/subnetServiceAssociationLink.js +0 -114
  594. package/dist/commonjs/operations/subnetServiceAssociationLink.js.map +0 -1
  595. package/dist/commonjs/operationsInterfaces/containerGroupProfileOperations.d.ts +0 -27
  596. package/dist/commonjs/operationsInterfaces/containerGroupProfileOperations.d.ts.map +0 -1
  597. package/dist/commonjs/operationsInterfaces/containerGroupProfileOperations.js +0 -10
  598. package/dist/commonjs/operationsInterfaces/containerGroupProfileOperations.js.map +0 -1
  599. package/dist/commonjs/operationsInterfaces/containerGroupProfiles.d.ts +0 -55
  600. package/dist/commonjs/operationsInterfaces/containerGroupProfiles.d.ts.map +0 -1
  601. package/dist/commonjs/operationsInterfaces/containerGroupProfiles.js +0 -10
  602. package/dist/commonjs/operationsInterfaces/containerGroupProfiles.js.map +0 -1
  603. package/dist/commonjs/operationsInterfaces/containerGroups.d.ts +0 -119
  604. package/dist/commonjs/operationsInterfaces/containerGroups.d.ts.map +0 -1
  605. package/dist/commonjs/operationsInterfaces/containerGroups.js +0 -10
  606. package/dist/commonjs/operationsInterfaces/containerGroups.js.map +0 -1
  607. package/dist/commonjs/operationsInterfaces/containers.d.ts +0 -32
  608. package/dist/commonjs/operationsInterfaces/containers.d.ts.map +0 -1
  609. package/dist/commonjs/operationsInterfaces/containers.js +0 -10
  610. package/dist/commonjs/operationsInterfaces/containers.js.map +0 -1
  611. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -8
  612. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  613. package/dist/commonjs/operationsInterfaces/index.js +0 -18
  614. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  615. package/dist/commonjs/operationsInterfaces/location.d.ts +0 -24
  616. package/dist/commonjs/operationsInterfaces/location.d.ts.map +0 -1
  617. package/dist/commonjs/operationsInterfaces/location.js +0 -10
  618. package/dist/commonjs/operationsInterfaces/location.js.map +0 -1
  619. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  620. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  621. package/dist/commonjs/operationsInterfaces/operations.js +0 -10
  622. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  623. package/dist/commonjs/operationsInterfaces/subnetServiceAssociationLink.d.ts +0 -24
  624. package/dist/commonjs/operationsInterfaces/subnetServiceAssociationLink.d.ts.map +0 -1
  625. package/dist/commonjs/operationsInterfaces/subnetServiceAssociationLink.js +0 -10
  626. package/dist/commonjs/operationsInterfaces/subnetServiceAssociationLink.js.map +0 -1
  627. package/dist/commonjs/pagingHelper.d.ts +0 -13
  628. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  629. package/dist/commonjs/pagingHelper.js +0 -34
  630. package/dist/commonjs/pagingHelper.js.map +0 -1
  631. package/dist/esm/containerInstanceManagementClient.d.ts.map +0 -1
  632. package/dist/esm/index.d.ts.map +0 -1
  633. package/dist/esm/lroImpl.d.ts +0 -11
  634. package/dist/esm/lroImpl.d.ts.map +0 -1
  635. package/dist/esm/lroImpl.js +0 -18
  636. package/dist/esm/lroImpl.js.map +0 -1
  637. package/dist/esm/models/index.d.ts.map +0 -1
  638. package/dist/esm/models/mappers.d.ts +0 -66
  639. package/dist/esm/models/mappers.d.ts.map +0 -1
  640. package/dist/esm/models/mappers.js +0 -2242
  641. package/dist/esm/models/mappers.js.map +0 -1
  642. package/dist/esm/models/parameters.d.ts +0 -23
  643. package/dist/esm/models/parameters.d.ts.map +0 -1
  644. package/dist/esm/models/parameters.js +0 -204
  645. package/dist/esm/models/parameters.js.map +0 -1
  646. package/dist/esm/operations/containerGroupProfileOperations.d.ts +0 -55
  647. package/dist/esm/operations/containerGroupProfileOperations.d.ts.map +0 -1
  648. package/dist/esm/operations/containerGroupProfileOperations.js +0 -174
  649. package/dist/esm/operations/containerGroupProfileOperations.js.map +0 -1
  650. package/dist/esm/operations/containerGroupProfiles.d.ts +0 -95
  651. package/dist/esm/operations/containerGroupProfiles.d.ts.map +0 -1
  652. package/dist/esm/operations/containerGroupProfiles.js +0 -367
  653. package/dist/esm/operations/containerGroupProfiles.js.map +0 -1
  654. package/dist/esm/operations/containerGroups.d.ts +0 -159
  655. package/dist/esm/operations/containerGroups.d.ts.map +0 -1
  656. package/dist/esm/operations/containerGroups.js +0 -697
  657. package/dist/esm/operations/containerGroups.js.map +0 -1
  658. package/dist/esm/operations/containers.d.ts +0 -40
  659. package/dist/esm/operations/containers.d.ts.map +0 -1
  660. package/dist/esm/operations/containers.js +0 -135
  661. package/dist/esm/operations/containers.js.map +0 -1
  662. package/dist/esm/operations/index.d.ts +0 -8
  663. package/dist/esm/operations/index.d.ts.map +0 -1
  664. package/dist/esm/operations/index.js +0 -15
  665. package/dist/esm/operations/index.js.map +0 -1
  666. package/dist/esm/operations/location.d.ts +0 -70
  667. package/dist/esm/operations/location.d.ts.map +0 -1
  668. package/dist/esm/operations/location.js +0 -290
  669. package/dist/esm/operations/location.js.map +0 -1
  670. package/dist/esm/operations/operations.d.ts +0 -32
  671. package/dist/esm/operations/operations.d.ts.map +0 -1
  672. package/dist/esm/operations/operations.js +0 -116
  673. package/dist/esm/operations/operations.js.map +0 -1
  674. package/dist/esm/operations/subnetServiceAssociationLink.d.ts +0 -32
  675. package/dist/esm/operations/subnetServiceAssociationLink.d.ts.map +0 -1
  676. package/dist/esm/operations/subnetServiceAssociationLink.js +0 -109
  677. package/dist/esm/operations/subnetServiceAssociationLink.js.map +0 -1
  678. package/dist/esm/operationsInterfaces/containerGroupProfileOperations.d.ts +0 -27
  679. package/dist/esm/operationsInterfaces/containerGroupProfileOperations.d.ts.map +0 -1
  680. package/dist/esm/operationsInterfaces/containerGroupProfileOperations.js +0 -9
  681. package/dist/esm/operationsInterfaces/containerGroupProfileOperations.js.map +0 -1
  682. package/dist/esm/operationsInterfaces/containerGroupProfiles.d.ts +0 -55
  683. package/dist/esm/operationsInterfaces/containerGroupProfiles.d.ts.map +0 -1
  684. package/dist/esm/operationsInterfaces/containerGroupProfiles.js +0 -9
  685. package/dist/esm/operationsInterfaces/containerGroupProfiles.js.map +0 -1
  686. package/dist/esm/operationsInterfaces/containerGroups.d.ts +0 -119
  687. package/dist/esm/operationsInterfaces/containerGroups.d.ts.map +0 -1
  688. package/dist/esm/operationsInterfaces/containerGroups.js +0 -9
  689. package/dist/esm/operationsInterfaces/containerGroups.js.map +0 -1
  690. package/dist/esm/operationsInterfaces/containers.d.ts +0 -32
  691. package/dist/esm/operationsInterfaces/containers.d.ts.map +0 -1
  692. package/dist/esm/operationsInterfaces/containers.js +0 -9
  693. package/dist/esm/operationsInterfaces/containers.js.map +0 -1
  694. package/dist/esm/operationsInterfaces/index.d.ts +0 -8
  695. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  696. package/dist/esm/operationsInterfaces/index.js +0 -15
  697. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  698. package/dist/esm/operationsInterfaces/location.d.ts +0 -24
  699. package/dist/esm/operationsInterfaces/location.d.ts.map +0 -1
  700. package/dist/esm/operationsInterfaces/location.js +0 -9
  701. package/dist/esm/operationsInterfaces/location.js.map +0 -1
  702. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  703. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  704. package/dist/esm/operationsInterfaces/operations.js +0 -9
  705. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  706. package/dist/esm/operationsInterfaces/subnetServiceAssociationLink.d.ts +0 -24
  707. package/dist/esm/operationsInterfaces/subnetServiceAssociationLink.d.ts.map +0 -1
  708. package/dist/esm/operationsInterfaces/subnetServiceAssociationLink.js +0 -9
  709. package/dist/esm/operationsInterfaces/subnetServiceAssociationLink.js.map +0 -1
  710. package/dist/esm/pagingHelper.d.ts +0 -13
  711. package/dist/esm/pagingHelper.d.ts.map +0 -1
  712. package/dist/esm/pagingHelper.js +0 -30
  713. package/dist/esm/pagingHelper.js.map +0 -1
  714. package/dist/react-native/containerInstanceManagementClient.d.ts +0 -26
  715. package/dist/react-native/containerInstanceManagementClient.d.ts.map +0 -1
  716. package/dist/react-native/containerInstanceManagementClient.js +0 -119
  717. package/dist/react-native/containerInstanceManagementClient.js.map +0 -1
  718. package/dist/react-native/index.d.ts +0 -5
  719. package/dist/react-native/index.d.ts.map +0 -1
  720. package/dist/react-native/index.js +0 -13
  721. package/dist/react-native/index.js.map +0 -1
  722. package/dist/react-native/lroImpl.d.ts +0 -11
  723. package/dist/react-native/lroImpl.d.ts.map +0 -1
  724. package/dist/react-native/lroImpl.js +0 -18
  725. package/dist/react-native/lroImpl.js.map +0 -1
  726. package/dist/react-native/models/index.d.ts +0 -1242
  727. package/dist/react-native/models/index.d.ts.map +0 -1
  728. package/dist/react-native/models/index.js +0 -116
  729. package/dist/react-native/models/index.js.map +0 -1
  730. package/dist/react-native/models/mappers.d.ts +0 -66
  731. package/dist/react-native/models/mappers.d.ts.map +0 -1
  732. package/dist/react-native/models/mappers.js +0 -2242
  733. package/dist/react-native/models/mappers.js.map +0 -1
  734. package/dist/react-native/models/parameters.d.ts +0 -23
  735. package/dist/react-native/models/parameters.d.ts.map +0 -1
  736. package/dist/react-native/models/parameters.js +0 -204
  737. package/dist/react-native/models/parameters.js.map +0 -1
  738. package/dist/react-native/operations/containerGroupProfileOperations.d.ts +0 -55
  739. package/dist/react-native/operations/containerGroupProfileOperations.d.ts.map +0 -1
  740. package/dist/react-native/operations/containerGroupProfileOperations.js +0 -174
  741. package/dist/react-native/operations/containerGroupProfileOperations.js.map +0 -1
  742. package/dist/react-native/operations/containerGroupProfiles.d.ts +0 -95
  743. package/dist/react-native/operations/containerGroupProfiles.d.ts.map +0 -1
  744. package/dist/react-native/operations/containerGroupProfiles.js +0 -367
  745. package/dist/react-native/operations/containerGroupProfiles.js.map +0 -1
  746. package/dist/react-native/operations/containerGroups.d.ts +0 -159
  747. package/dist/react-native/operations/containerGroups.d.ts.map +0 -1
  748. package/dist/react-native/operations/containerGroups.js +0 -697
  749. package/dist/react-native/operations/containerGroups.js.map +0 -1
  750. package/dist/react-native/operations/containers.d.ts +0 -40
  751. package/dist/react-native/operations/containers.d.ts.map +0 -1
  752. package/dist/react-native/operations/containers.js +0 -135
  753. package/dist/react-native/operations/containers.js.map +0 -1
  754. package/dist/react-native/operations/index.d.ts +0 -8
  755. package/dist/react-native/operations/index.d.ts.map +0 -1
  756. package/dist/react-native/operations/index.js +0 -15
  757. package/dist/react-native/operations/index.js.map +0 -1
  758. package/dist/react-native/operations/location.d.ts +0 -70
  759. package/dist/react-native/operations/location.d.ts.map +0 -1
  760. package/dist/react-native/operations/location.js +0 -290
  761. package/dist/react-native/operations/location.js.map +0 -1
  762. package/dist/react-native/operations/operations.d.ts +0 -32
  763. package/dist/react-native/operations/operations.d.ts.map +0 -1
  764. package/dist/react-native/operations/operations.js +0 -116
  765. package/dist/react-native/operations/operations.js.map +0 -1
  766. package/dist/react-native/operations/subnetServiceAssociationLink.d.ts +0 -32
  767. package/dist/react-native/operations/subnetServiceAssociationLink.d.ts.map +0 -1
  768. package/dist/react-native/operations/subnetServiceAssociationLink.js +0 -109
  769. package/dist/react-native/operations/subnetServiceAssociationLink.js.map +0 -1
  770. package/dist/react-native/operationsInterfaces/containerGroupProfileOperations.d.ts +0 -27
  771. package/dist/react-native/operationsInterfaces/containerGroupProfileOperations.d.ts.map +0 -1
  772. package/dist/react-native/operationsInterfaces/containerGroupProfileOperations.js +0 -9
  773. package/dist/react-native/operationsInterfaces/containerGroupProfileOperations.js.map +0 -1
  774. package/dist/react-native/operationsInterfaces/containerGroupProfiles.d.ts +0 -55
  775. package/dist/react-native/operationsInterfaces/containerGroupProfiles.d.ts.map +0 -1
  776. package/dist/react-native/operationsInterfaces/containerGroupProfiles.js +0 -9
  777. package/dist/react-native/operationsInterfaces/containerGroupProfiles.js.map +0 -1
  778. package/dist/react-native/operationsInterfaces/containerGroups.d.ts +0 -119
  779. package/dist/react-native/operationsInterfaces/containerGroups.d.ts.map +0 -1
  780. package/dist/react-native/operationsInterfaces/containerGroups.js +0 -9
  781. package/dist/react-native/operationsInterfaces/containerGroups.js.map +0 -1
  782. package/dist/react-native/operationsInterfaces/containers.d.ts +0 -32
  783. package/dist/react-native/operationsInterfaces/containers.d.ts.map +0 -1
  784. package/dist/react-native/operationsInterfaces/containers.js +0 -9
  785. package/dist/react-native/operationsInterfaces/containers.js.map +0 -1
  786. package/dist/react-native/operationsInterfaces/index.d.ts +0 -8
  787. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  788. package/dist/react-native/operationsInterfaces/index.js +0 -15
  789. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  790. package/dist/react-native/operationsInterfaces/location.d.ts +0 -24
  791. package/dist/react-native/operationsInterfaces/location.d.ts.map +0 -1
  792. package/dist/react-native/operationsInterfaces/location.js +0 -9
  793. package/dist/react-native/operationsInterfaces/location.js.map +0 -1
  794. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  795. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  796. package/dist/react-native/operationsInterfaces/operations.js +0 -9
  797. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  798. package/dist/react-native/operationsInterfaces/subnetServiceAssociationLink.d.ts +0 -24
  799. package/dist/react-native/operationsInterfaces/subnetServiceAssociationLink.d.ts.map +0 -1
  800. package/dist/react-native/operationsInterfaces/subnetServiceAssociationLink.js +0 -9
  801. package/dist/react-native/operationsInterfaces/subnetServiceAssociationLink.js.map +0 -1
  802. package/dist/react-native/package.json +0 -3
  803. package/dist/react-native/pagingHelper.d.ts +0 -13
  804. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  805. package/dist/react-native/pagingHelper.js +0 -30
  806. package/dist/react-native/pagingHelper.js.map +0 -1
  807. package/review/arm-containerinstance-node.api.md +0 -962
@@ -1 +0,0 @@
1
- {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const ContainerGroupListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerGroupListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerGroup\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n zones: {\n serializedName: \"zones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ContainerGroupProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerGroupProperties\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ContainerGroupIdentity\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n containers: {\n serializedName: \"properties.containers\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Container\",\n },\n },\n },\n },\n imageRegistryCredentials: {\n serializedName: \"properties.imageRegistryCredentials\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ImageRegistryCredential\",\n },\n },\n },\n },\n restartPolicy: {\n serializedName: \"properties.restartPolicy\",\n type: {\n name: \"String\",\n },\n },\n ipAddress: {\n serializedName: \"properties.ipAddress\",\n type: {\n name: \"Composite\",\n className: \"IpAddress\",\n },\n },\n osType: {\n serializedName: \"properties.osType\",\n type: {\n name: \"String\",\n },\n },\n volumes: {\n serializedName: \"properties.volumes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Volume\",\n },\n },\n },\n },\n instanceView: {\n serializedName: \"properties.instanceView\",\n type: {\n name: \"Composite\",\n className: \"ContainerGroupPropertiesInstanceView\",\n },\n },\n diagnostics: {\n serializedName: \"properties.diagnostics\",\n type: {\n name: \"Composite\",\n className: \"ContainerGroupDiagnostics\",\n },\n },\n subnetIds: {\n serializedName: \"properties.subnetIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerGroupSubnetId\",\n },\n },\n },\n },\n dnsConfig: {\n serializedName: \"properties.dnsConfig\",\n type: {\n name: \"Composite\",\n className: \"DnsConfiguration\",\n },\n },\n sku: {\n serializedName: \"properties.sku\",\n type: {\n name: \"String\",\n },\n },\n encryptionProperties: {\n serializedName: \"properties.encryptionProperties\",\n type: {\n name: \"Composite\",\n className: \"EncryptionProperties\",\n },\n },\n initContainers: {\n serializedName: \"properties.initContainers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InitContainerDefinition\",\n },\n },\n },\n },\n extensions: {\n serializedName: \"properties.extensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeploymentExtensionSpec\",\n },\n },\n },\n },\n confidentialComputeProperties: {\n serializedName: \"properties.confidentialComputeProperties\",\n type: {\n name: \"Composite\",\n className: \"ConfidentialComputeProperties\",\n },\n },\n priority: {\n serializedName: \"properties.priority\",\n type: {\n name: \"String\",\n },\n },\n containerGroupProfile: {\n serializedName: \"properties.containerGroupProfile\",\n type: {\n name: \"Composite\",\n className: \"ContainerGroupProfileReferenceDefinition\",\n },\n },\n standbyPoolProfile: {\n serializedName: \"properties.standbyPoolProfile\",\n type: {\n name: \"Composite\",\n className: \"StandbyPoolProfileDefinition\",\n },\n },\n isCreatedFromStandbyPool: {\n serializedName: \"properties.isCreatedFromStandbyPool\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ContainerGroupIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerGroupIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"SystemAssigned\",\n \"UserAssigned\",\n \"SystemAssigned, UserAssigned\",\n \"None\",\n ],\n },\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"UserAssignedIdentities\" },\n },\n },\n },\n },\n },\n};\n\nexport const UserAssignedIdentities: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentities\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Container: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Container\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n image: {\n serializedName: \"properties.image\",\n type: {\n name: \"String\",\n },\n },\n command: {\n serializedName: \"properties.command\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n ports: {\n serializedName: \"properties.ports\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerPort\",\n },\n },\n },\n },\n environmentVariables: {\n serializedName: \"properties.environmentVariables\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EnvironmentVariable\",\n },\n },\n },\n },\n instanceView: {\n serializedName: \"properties.instanceView\",\n type: {\n name: \"Composite\",\n className: \"ContainerPropertiesInstanceView\",\n },\n },\n resources: {\n serializedName: \"properties.resources\",\n type: {\n name: \"Composite\",\n className: \"ResourceRequirements\",\n },\n },\n volumeMounts: {\n serializedName: \"properties.volumeMounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VolumeMount\",\n },\n },\n },\n },\n livenessProbe: {\n serializedName: \"properties.livenessProbe\",\n type: {\n name: \"Composite\",\n className: \"ContainerProbe\",\n },\n },\n readinessProbe: {\n serializedName: \"properties.readinessProbe\",\n type: {\n name: \"Composite\",\n className: \"ContainerProbe\",\n },\n },\n securityContext: {\n serializedName: \"properties.securityContext\",\n type: {\n name: \"Composite\",\n className: \"SecurityContextDefinition\",\n },\n },\n configMap: {\n serializedName: \"properties.configMap\",\n type: {\n name: \"Composite\",\n className: \"ConfigMap\",\n },\n },\n },\n },\n};\n\nexport const ContainerPort: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerPort\",\n modelProperties: {\n protocol: {\n serializedName: \"protocol\",\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const EnvironmentVariable: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnvironmentVariable\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n secureValue: {\n serializedName: \"secureValue\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerPropertiesInstanceView: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerPropertiesInstanceView\",\n modelProperties: {\n restartCount: {\n serializedName: \"restartCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n currentState: {\n serializedName: \"currentState\",\n type: {\n name: \"Composite\",\n className: \"ContainerState\",\n },\n },\n previousState: {\n serializedName: \"previousState\",\n type: {\n name: \"Composite\",\n className: \"ContainerState\",\n },\n },\n events: {\n serializedName: \"events\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Event\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ContainerState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerState\",\n modelProperties: {\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startTime: {\n serializedName: \"startTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n exitCode: {\n serializedName: \"exitCode\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n finishTime: {\n serializedName: \"finishTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n detailStatus: {\n serializedName: \"detailStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Event: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Event\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n firstTimestamp: {\n serializedName: \"firstTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n lastTimestamp: {\n serializedName: \"lastTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceRequirements: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceRequirements\",\n modelProperties: {\n requests: {\n serializedName: \"requests\",\n type: {\n name: \"Composite\",\n className: \"ResourceRequests\",\n },\n },\n limits: {\n serializedName: \"limits\",\n type: {\n name: \"Composite\",\n className: \"ResourceLimits\",\n },\n },\n },\n },\n};\n\nexport const ResourceRequests: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceRequests\",\n modelProperties: {\n memoryInGB: {\n serializedName: \"memoryInGB\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n cpu: {\n serializedName: \"cpu\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n gpu: {\n serializedName: \"gpu\",\n type: {\n name: \"Composite\",\n className: \"GpuResource\",\n },\n },\n },\n },\n};\n\nexport const GpuResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GpuResource\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n sku: {\n serializedName: \"sku\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceLimits: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceLimits\",\n modelProperties: {\n memoryInGB: {\n serializedName: \"memoryInGB\",\n type: {\n name: \"Number\",\n },\n },\n cpu: {\n serializedName: \"cpu\",\n type: {\n name: \"Number\",\n },\n },\n gpu: {\n serializedName: \"gpu\",\n type: {\n name: \"Composite\",\n className: \"GpuResource\",\n },\n },\n },\n },\n};\n\nexport const VolumeMount: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VolumeMount\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n mountPath: {\n serializedName: \"mountPath\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n readOnly: {\n serializedName: \"readOnly\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ContainerProbe: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerProbe\",\n modelProperties: {\n exec: {\n serializedName: \"exec\",\n type: {\n name: \"Composite\",\n className: \"ContainerExec\",\n },\n },\n httpGet: {\n serializedName: \"httpGet\",\n type: {\n name: \"Composite\",\n className: \"ContainerHttpGet\",\n },\n },\n initialDelaySeconds: {\n serializedName: \"initialDelaySeconds\",\n type: {\n name: \"Number\",\n },\n },\n periodSeconds: {\n serializedName: \"periodSeconds\",\n type: {\n name: \"Number\",\n },\n },\n failureThreshold: {\n serializedName: \"failureThreshold\",\n type: {\n name: \"Number\",\n },\n },\n successThreshold: {\n serializedName: \"successThreshold\",\n type: {\n name: \"Number\",\n },\n },\n timeoutSeconds: {\n serializedName: \"timeoutSeconds\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ContainerExec: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerExec\",\n modelProperties: {\n command: {\n serializedName: \"command\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ContainerHttpGet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerHttpGet\",\n modelProperties: {\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n scheme: {\n serializedName: \"scheme\",\n type: {\n name: \"String\",\n },\n },\n httpHeaders: {\n serializedName: \"httpHeaders\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HttpHeader\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const HttpHeader: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpHeader\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecurityContextDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityContextDefinition\",\n modelProperties: {\n privileged: {\n serializedName: \"privileged\",\n type: {\n name: \"Boolean\",\n },\n },\n allowPrivilegeEscalation: {\n serializedName: \"allowPrivilegeEscalation\",\n type: {\n name: \"Boolean\",\n },\n },\n capabilities: {\n serializedName: \"capabilities\",\n type: {\n name: \"Composite\",\n className: \"SecurityContextCapabilitiesDefinition\",\n },\n },\n runAsGroup: {\n serializedName: \"runAsGroup\",\n type: {\n name: \"Number\",\n },\n },\n runAsUser: {\n serializedName: \"runAsUser\",\n type: {\n name: \"Number\",\n },\n },\n seccompProfile: {\n serializedName: \"seccompProfile\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecurityContextCapabilitiesDefinition: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SecurityContextCapabilitiesDefinition\",\n modelProperties: {\n add: {\n serializedName: \"add\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n drop: {\n serializedName: \"drop\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ConfigMap: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigMap\",\n modelProperties: {\n keyValuePairs: {\n serializedName: \"keyValuePairs\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ImageRegistryCredential: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImageRegistryCredential\",\n modelProperties: {\n server: {\n serializedName: \"server\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n username: {\n serializedName: \"username\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n identityUrl: {\n serializedName: \"identityUrl\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IpAddress: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IpAddress\",\n modelProperties: {\n ports: {\n serializedName: \"ports\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Port\",\n },\n },\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n ip: {\n serializedName: \"ip\",\n type: {\n name: \"String\",\n },\n },\n dnsNameLabel: {\n serializedName: \"dnsNameLabel\",\n type: {\n name: \"String\",\n },\n },\n autoGeneratedDomainNameLabelScope: {\n defaultValue: \"Unsecure\",\n serializedName: \"autoGeneratedDomainNameLabelScope\",\n type: {\n name: \"String\",\n },\n },\n fqdn: {\n serializedName: \"fqdn\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Port: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Port\",\n modelProperties: {\n protocol: {\n serializedName: \"protocol\",\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const Volume: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Volume\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n azureFile: {\n serializedName: \"azureFile\",\n type: {\n name: \"Composite\",\n className: \"AzureFileVolume\",\n },\n },\n emptyDir: {\n serializedName: \"emptyDir\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n secret: {\n serializedName: \"secret\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n gitRepo: {\n serializedName: \"gitRepo\",\n type: {\n name: \"Composite\",\n className: \"GitRepoVolume\",\n },\n },\n },\n },\n};\n\nexport const AzureFileVolume: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureFileVolume\",\n modelProperties: {\n shareName: {\n serializedName: \"shareName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n readOnly: {\n serializedName: \"readOnly\",\n type: {\n name: \"Boolean\",\n },\n },\n storageAccountName: {\n serializedName: \"storageAccountName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n storageAccountKey: {\n serializedName: \"storageAccountKey\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GitRepoVolume: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitRepoVolume\",\n modelProperties: {\n directory: {\n serializedName: \"directory\",\n type: {\n name: \"String\",\n },\n },\n repository: {\n serializedName: \"repository\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n revision: {\n serializedName: \"revision\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerGroupPropertiesInstanceView: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ContainerGroupPropertiesInstanceView\",\n modelProperties: {\n events: {\n serializedName: \"events\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Event\",\n },\n },\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ContainerGroupDiagnostics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerGroupDiagnostics\",\n modelProperties: {\n logAnalytics: {\n serializedName: \"logAnalytics\",\n type: {\n name: \"Composite\",\n className: \"LogAnalytics\",\n },\n },\n },\n },\n};\n\nexport const LogAnalytics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogAnalytics\",\n modelProperties: {\n workspaceId: {\n serializedName: \"workspaceId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n workspaceKey: {\n serializedName: \"workspaceKey\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n logType: {\n serializedName: \"logType\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n workspaceResourceId: {\n serializedName: \"workspaceResourceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerGroupSubnetId: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerGroupSubnetId\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DnsConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DnsConfiguration\",\n modelProperties: {\n nameServers: {\n serializedName: \"nameServers\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n searchDomains: {\n serializedName: \"searchDomains\",\n type: {\n name: \"String\",\n },\n },\n options: {\n serializedName: \"options\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EncryptionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EncryptionProperties\",\n modelProperties: {\n vaultBaseUrl: {\n serializedName: \"vaultBaseUrl\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n keyName: {\n serializedName: \"keyName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n keyVersion: {\n serializedName: \"keyVersion\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const InitContainerDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InitContainerDefinition\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n image: {\n serializedName: \"properties.image\",\n type: {\n name: \"String\",\n },\n },\n command: {\n serializedName: \"properties.command\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n environmentVariables: {\n serializedName: \"properties.environmentVariables\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EnvironmentVariable\",\n },\n },\n },\n },\n instanceView: {\n serializedName: \"properties.instanceView\",\n type: {\n name: \"Composite\",\n className: \"InitContainerPropertiesDefinitionInstanceView\",\n },\n },\n volumeMounts: {\n serializedName: \"properties.volumeMounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VolumeMount\",\n },\n },\n },\n },\n securityContext: {\n serializedName: \"properties.securityContext\",\n type: {\n name: \"Composite\",\n className: \"SecurityContextDefinition\",\n },\n },\n },\n },\n};\n\nexport const InitContainerPropertiesDefinitionInstanceView: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"InitContainerPropertiesDefinitionInstanceView\",\n modelProperties: {\n restartCount: {\n serializedName: \"restartCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n currentState: {\n serializedName: \"currentState\",\n type: {\n name: \"Composite\",\n className: \"ContainerState\",\n },\n },\n previousState: {\n serializedName: \"previousState\",\n type: {\n name: \"Composite\",\n className: \"ContainerState\",\n },\n },\n events: {\n serializedName: \"events\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Event\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const DeploymentExtensionSpec: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeploymentExtensionSpec\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n extensionType: {\n serializedName: \"properties.extensionType\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\",\n },\n },\n settings: {\n serializedName: \"properties.settings\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n protectedSettings: {\n serializedName: \"properties.protectedSettings\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const ConfidentialComputeProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfidentialComputeProperties\",\n modelProperties: {\n ccePolicy: {\n serializedName: \"ccePolicy\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerGroupProfileReferenceDefinition: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ContainerGroupProfileReferenceDefinition\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n revision: {\n serializedName: \"revision\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const StandbyPoolProfileDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StandbyPoolProfileDefinition\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n failContainerGroupCreateOnReuseFailure: {\n serializedName: \"failContainerGroupCreateOnReuseFailure\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const CloudError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n },\n },\n },\n },\n};\n\nexport const CloudErrorBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UsageListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UsageListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Usage\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Usage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Usage\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n currentValue: {\n serializedName: \"currentValue\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n limit: {\n serializedName: \"limit\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"UsageName\",\n },\n },\n },\n },\n};\n\nexport const UsageName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UsageName\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n localizedValue: {\n serializedName: \"localizedValue\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Logs: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Logs\",\n modelProperties: {\n content: {\n serializedName: \"content\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerExecRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerExecRequest\",\n modelProperties: {\n command: {\n serializedName: \"command\",\n type: {\n name: \"String\",\n },\n },\n terminalSize: {\n serializedName: \"terminalSize\",\n type: {\n name: \"Composite\",\n className: \"ContainerExecRequestTerminalSize\",\n },\n },\n },\n },\n};\n\nexport const ContainerExecRequestTerminalSize: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerExecRequestTerminalSize\",\n modelProperties: {\n rows: {\n serializedName: \"rows\",\n type: {\n name: \"Number\",\n },\n },\n cols: {\n serializedName: \"cols\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ContainerExecResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerExecResponse\",\n modelProperties: {\n webSocketUri: {\n serializedName: \"webSocketUri\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAttachResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAttachResponse\",\n modelProperties: {\n webSocketUri: {\n serializedName: \"webSocketUri\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CachedImagesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CachedImagesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CachedImages\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CachedImages: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CachedImages\",\n modelProperties: {\n osType: {\n serializedName: \"osType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n image: {\n serializedName: \"image\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CapabilitiesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CapabilitiesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Capabilities\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Capabilities: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Capabilities\",\n modelProperties: {\n resourceType: {\n serializedName: \"resourceType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n osType: {\n serializedName: \"osType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ipAddressType: {\n serializedName: \"ipAddressType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n gpu: {\n serializedName: \"gpu\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n capabilities: {\n serializedName: \"capabilities\",\n type: {\n name: \"Composite\",\n className: \"CapabilitiesCapabilities\",\n },\n },\n },\n },\n};\n\nexport const CapabilitiesCapabilities: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CapabilitiesCapabilities\",\n modelProperties: {\n maxMemoryInGB: {\n serializedName: \"maxMemoryInGB\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n maxCpu: {\n serializedName: \"maxCpu\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n maxGpuCount: {\n serializedName: \"maxGpuCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ContainerGroupProfileListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerGroupProfileListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerGroupProfile\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerGroupProfileProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerGroupProfileProperties\",\n modelProperties: {\n containers: {\n serializedName: \"properties.containers\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Container\",\n },\n },\n },\n },\n imageRegistryCredentials: {\n serializedName: \"properties.imageRegistryCredentials\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ImageRegistryCredential\",\n },\n },\n },\n },\n restartPolicy: {\n serializedName: \"properties.restartPolicy\",\n type: {\n name: \"String\",\n },\n },\n ipAddress: {\n serializedName: \"properties.ipAddress\",\n type: {\n name: \"Composite\",\n className: \"IpAddress\",\n },\n },\n osType: {\n serializedName: \"properties.osType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n volumes: {\n serializedName: \"properties.volumes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Volume\",\n },\n },\n },\n },\n diagnostics: {\n serializedName: \"properties.diagnostics\",\n type: {\n name: \"Composite\",\n className: \"ContainerGroupDiagnostics\",\n },\n },\n sku: {\n serializedName: \"properties.sku\",\n type: {\n name: \"String\",\n },\n },\n encryptionProperties: {\n serializedName: \"properties.encryptionProperties\",\n type: {\n name: \"Composite\",\n className: \"EncryptionProperties\",\n },\n },\n initContainers: {\n serializedName: \"properties.initContainers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InitContainerDefinition\",\n },\n },\n },\n },\n extensions: {\n serializedName: \"properties.extensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeploymentExtensionSpec\",\n },\n },\n },\n },\n confidentialComputeProperties: {\n serializedName: \"properties.confidentialComputeProperties\",\n type: {\n name: \"Composite\",\n className: \"ConfidentialComputeProperties\",\n },\n },\n priority: {\n serializedName: \"properties.priority\",\n type: {\n name: \"String\",\n },\n },\n revision: {\n serializedName: \"properties.revision\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ContainerGroupProfilePatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerGroupProfilePatch\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ContainerGroup: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerGroup\",\n modelProperties: {\n ...Resource.type.modelProperties,\n ...ContainerGroupProperties.type.modelProperties,\n },\n },\n};\n\nexport const ContainerGroupProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerGroupProfile\",\n modelProperties: {\n ...Resource.type.modelProperties,\n ...ContainerGroupProfileProperties.type.modelProperties,\n },\n },\n};\n"]}
@@ -1,23 +0,0 @@
1
- import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
- export declare const accept: OperationParameter;
3
- export declare const $host: OperationURLParameter;
4
- export declare const subscriptionId: OperationURLParameter;
5
- export declare const apiVersion: OperationQueryParameter;
6
- export declare const resourceGroupName: OperationURLParameter;
7
- export declare const containerGroupName: OperationURLParameter;
8
- export declare const contentType: OperationParameter;
9
- export declare const containerGroup: OperationParameter;
10
- export declare const resource: OperationParameter;
11
- export declare const nextLink: OperationURLParameter;
12
- export declare const location: OperationURLParameter;
13
- export declare const containerName: OperationURLParameter;
14
- export declare const tail: OperationQueryParameter;
15
- export declare const timestamps: OperationQueryParameter;
16
- export declare const containerExecRequest: OperationParameter;
17
- export declare const virtualNetworkName: OperationURLParameter;
18
- export declare const subnetName: OperationURLParameter;
19
- export declare const containerGroupProfileName: OperationURLParameter;
20
- export declare const containerGroupProfile: OperationParameter;
21
- export declare const properties: OperationParameter;
22
- export declare const revisionNumber: OperationURLParameter;
23
- //# sourceMappingURL=parameters.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAS5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAa/B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,qBAShC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,kBAG5B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,kBAGtB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAYtB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,qBAS3B,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,uBAQlB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAQxB,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,kBAGlC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,qBAShC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,qBASxB,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,qBAcvC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,kBAGnC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC"}
@@ -1,204 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { ContainerGroup as ContainerGroupMapper, Resource as ResourceMapper, ContainerExecRequest as ContainerExecRequestMapper, ContainerGroupProfile as ContainerGroupProfileMapper, ContainerGroupProfilePatch as ContainerGroupProfilePatchMapper, } from "../models/mappers.js";
9
- export const accept = {
10
- parameterPath: "accept",
11
- mapper: {
12
- defaultValue: "application/json",
13
- isConstant: true,
14
- serializedName: "Accept",
15
- type: {
16
- name: "String",
17
- },
18
- },
19
- };
20
- export const $host = {
21
- parameterPath: "$host",
22
- mapper: {
23
- serializedName: "$host",
24
- required: true,
25
- type: {
26
- name: "String",
27
- },
28
- },
29
- skipEncoding: true,
30
- };
31
- export const subscriptionId = {
32
- parameterPath: "subscriptionId",
33
- mapper: {
34
- serializedName: "subscriptionId",
35
- required: true,
36
- type: {
37
- name: "Uuid",
38
- },
39
- },
40
- };
41
- export const apiVersion = {
42
- parameterPath: "apiVersion",
43
- mapper: {
44
- defaultValue: "2024-05-01-preview",
45
- isConstant: true,
46
- serializedName: "api-version",
47
- type: {
48
- name: "String",
49
- },
50
- },
51
- };
52
- export const resourceGroupName = {
53
- parameterPath: "resourceGroupName",
54
- mapper: {
55
- constraints: {
56
- MaxLength: 90,
57
- MinLength: 1,
58
- },
59
- serializedName: "resourceGroupName",
60
- required: true,
61
- type: {
62
- name: "String",
63
- },
64
- },
65
- };
66
- export const containerGroupName = {
67
- parameterPath: "containerGroupName",
68
- mapper: {
69
- serializedName: "containerGroupName",
70
- required: true,
71
- type: {
72
- name: "String",
73
- },
74
- },
75
- };
76
- export const contentType = {
77
- parameterPath: ["options", "contentType"],
78
- mapper: {
79
- defaultValue: "application/json",
80
- isConstant: true,
81
- serializedName: "Content-Type",
82
- type: {
83
- name: "String",
84
- },
85
- },
86
- };
87
- export const containerGroup = {
88
- parameterPath: "containerGroup",
89
- mapper: ContainerGroupMapper,
90
- };
91
- export const resource = {
92
- parameterPath: "resource",
93
- mapper: ResourceMapper,
94
- };
95
- export const nextLink = {
96
- parameterPath: "nextLink",
97
- mapper: {
98
- serializedName: "nextLink",
99
- required: true,
100
- type: {
101
- name: "String",
102
- },
103
- },
104
- skipEncoding: true,
105
- };
106
- export const location = {
107
- parameterPath: "location",
108
- mapper: {
109
- constraints: {
110
- MinLength: 1,
111
- },
112
- serializedName: "location",
113
- required: true,
114
- type: {
115
- name: "String",
116
- },
117
- },
118
- };
119
- export const containerName = {
120
- parameterPath: "containerName",
121
- mapper: {
122
- serializedName: "containerName",
123
- required: true,
124
- type: {
125
- name: "String",
126
- },
127
- },
128
- };
129
- export const tail = {
130
- parameterPath: ["options", "tail"],
131
- mapper: {
132
- serializedName: "tail",
133
- type: {
134
- name: "Number",
135
- },
136
- },
137
- };
138
- export const timestamps = {
139
- parameterPath: ["options", "timestamps"],
140
- mapper: {
141
- serializedName: "timestamps",
142
- type: {
143
- name: "Boolean",
144
- },
145
- },
146
- };
147
- export const containerExecRequest = {
148
- parameterPath: "containerExecRequest",
149
- mapper: ContainerExecRequestMapper,
150
- };
151
- export const virtualNetworkName = {
152
- parameterPath: "virtualNetworkName",
153
- mapper: {
154
- serializedName: "virtualNetworkName",
155
- required: true,
156
- type: {
157
- name: "String",
158
- },
159
- },
160
- };
161
- export const subnetName = {
162
- parameterPath: "subnetName",
163
- mapper: {
164
- serializedName: "subnetName",
165
- required: true,
166
- type: {
167
- name: "String",
168
- },
169
- },
170
- };
171
- export const containerGroupProfileName = {
172
- parameterPath: "containerGroupProfileName",
173
- mapper: {
174
- constraints: {
175
- Pattern: new RegExp("^(?!.*--)[a-z0-9]([-a-z0-9]*[a-z0-9])?$"),
176
- MaxLength: 63,
177
- MinLength: 1,
178
- },
179
- serializedName: "containerGroupProfileName",
180
- required: true,
181
- type: {
182
- name: "String",
183
- },
184
- },
185
- };
186
- export const containerGroupProfile = {
187
- parameterPath: "containerGroupProfile",
188
- mapper: ContainerGroupProfileMapper,
189
- };
190
- export const properties = {
191
- parameterPath: "properties",
192
- mapper: ContainerGroupProfilePatchMapper,
193
- };
194
- export const revisionNumber = {
195
- parameterPath: "revisionNumber",
196
- mapper: {
197
- serializedName: "revisionNumber",
198
- required: true,
199
- type: {
200
- name: "String",
201
- },
202
- },
203
- };
204
- //# sourceMappingURL=parameters.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n ContainerGroup as ContainerGroupMapper,\n Resource as ResourceMapper,\n ContainerExecRequest as ContainerExecRequestMapper,\n ContainerGroupProfile as ContainerGroupProfileMapper,\n ContainerGroupProfilePatch as ContainerGroupProfilePatchMapper,\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"Uuid\",\n },\n },\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2024-05-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const containerGroupName: OperationURLParameter = {\n parameterPath: \"containerGroupName\",\n mapper: {\n serializedName: \"containerGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const containerGroup: OperationParameter = {\n parameterPath: \"containerGroup\",\n mapper: ContainerGroupMapper,\n};\n\nexport const resource: OperationParameter = {\n parameterPath: \"resource\",\n mapper: ResourceMapper,\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const location: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const containerName: OperationURLParameter = {\n parameterPath: \"containerName\",\n mapper: {\n serializedName: \"containerName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const tail: OperationQueryParameter = {\n parameterPath: [\"options\", \"tail\"],\n mapper: {\n serializedName: \"tail\",\n type: {\n name: \"Number\",\n },\n },\n};\n\nexport const timestamps: OperationQueryParameter = {\n parameterPath: [\"options\", \"timestamps\"],\n mapper: {\n serializedName: \"timestamps\",\n type: {\n name: \"Boolean\",\n },\n },\n};\n\nexport const containerExecRequest: OperationParameter = {\n parameterPath: \"containerExecRequest\",\n mapper: ContainerExecRequestMapper,\n};\n\nexport const virtualNetworkName: OperationURLParameter = {\n parameterPath: \"virtualNetworkName\",\n mapper: {\n serializedName: \"virtualNetworkName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const subnetName: OperationURLParameter = {\n parameterPath: \"subnetName\",\n mapper: {\n serializedName: \"subnetName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const containerGroupProfileName: OperationURLParameter = {\n parameterPath: \"containerGroupProfileName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^(?!.*--)[a-z0-9]([-a-z0-9]*[a-z0-9])?$\"),\n MaxLength: 63,\n MinLength: 1,\n },\n serializedName: \"containerGroupProfileName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const containerGroupProfile: OperationParameter = {\n parameterPath: \"containerGroupProfile\",\n mapper: ContainerGroupProfileMapper,\n};\n\nexport const properties: OperationParameter = {\n parameterPath: \"properties\",\n mapper: ContainerGroupProfilePatchMapper,\n};\n\nexport const revisionNumber: OperationURLParameter = {\n parameterPath: \"revisionNumber\",\n mapper: {\n serializedName: \"revisionNumber\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n"]}
@@ -1,55 +0,0 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { ContainerGroupProfileOperations } from "../operationsInterfaces/index.js";
3
- import { ContainerInstanceManagementClient } from "../containerInstanceManagementClient.js";
4
- import { ContainerGroupProfile, ContainerGroupProfileListAllRevisionsOptionalParams, ContainerGroupProfileGetByRevisionNumberOptionalParams, ContainerGroupProfileGetByRevisionNumberResponse } from "../models/index.js";
5
- /** Class containing ContainerGroupProfileOperations operations. */
6
- export declare class ContainerGroupProfileOperationsImpl implements ContainerGroupProfileOperations {
7
- private readonly client;
8
- /**
9
- * Initialize a new instance of the class ContainerGroupProfileOperations class.
10
- * @param client Reference to the service client
11
- */
12
- constructor(client: ContainerInstanceManagementClient);
13
- /**
14
- * Get a list of all the revisions of the specified container group profile in the given subscription
15
- * and resource group. This operation returns properties of each revision of the specified container
16
- * group profile including containers, image registry credentials, restart policy, IP address type, OS
17
- * type volumes, revision number, etc.
18
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
19
- * @param containerGroupProfileName The name of the container group profile.
20
- * @param options The options parameters.
21
- */
22
- listAllRevisions(resourceGroupName: string, containerGroupProfileName: string, options?: ContainerGroupProfileListAllRevisionsOptionalParams): PagedAsyncIterableIterator<ContainerGroupProfile>;
23
- private listAllRevisionsPagingPage;
24
- private listAllRevisionsPagingAll;
25
- /**
26
- * Get a list of all the revisions of the specified container group profile in the given subscription
27
- * and resource group. This operation returns properties of each revision of the specified container
28
- * group profile including containers, image registry credentials, restart policy, IP address type, OS
29
- * type volumes, revision number, etc.
30
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
31
- * @param containerGroupProfileName The name of the container group profile.
32
- * @param options The options parameters.
33
- */
34
- private _listAllRevisions;
35
- /**
36
- * Gets the properties of the specified revision of the container group profile in the given
37
- * subscription and resource group. The operation returns the properties of container group profile
38
- * including containers, image registry credentials, restart policy, IP address type, OS type, volumes,
39
- * current revision number, etc.
40
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
41
- * @param containerGroupProfileName The name of the container group profile.
42
- * @param revisionNumber The revision number of the container group profile.
43
- * @param options The options parameters.
44
- */
45
- getByRevisionNumber(resourceGroupName: string, containerGroupProfileName: string, revisionNumber: string, options?: ContainerGroupProfileGetByRevisionNumberOptionalParams): Promise<ContainerGroupProfileGetByRevisionNumberResponse>;
46
- /**
47
- * ListAllRevisionsNext
48
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
49
- * @param containerGroupProfileName The name of the container group profile.
50
- * @param nextLink The nextLink from the previous successful call to the ListAllRevisions method.
51
- * @param options The options parameters.
52
- */
53
- private _listAllRevisionsNext;
54
- }
55
- //# sourceMappingURL=containerGroupProfileOperations.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerGroupProfileOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/containerGroupProfileOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,+BAA+B,EAAE,MAAM,kCAAkC,CAAC;AAInF,OAAO,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AAC5F,OAAO,EACL,qBAAqB,EAErB,mDAAmD,EAEnD,sDAAsD,EACtD,gDAAgD,EAEjD,MAAM,oBAAoB,CAAC;AAG5B,mEAAmE;AACnE,qBAAa,mCACX,YAAW,+BAA+B;IAE1C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAoC;IAE3D;;;OAGG;gBACS,MAAM,EAAE,iCAAiC;IAIrD;;;;;;;;OAQG;IACI,gBAAgB,CACrB,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,mDAAmD,GAC5D,0BAA0B,CAAC,qBAAqB,CAAC;YA2BrC,0BAA0B;YAiC1B,yBAAyB;IAcxC;;;;;;;;OAQG;IACH,OAAO,CAAC,iBAAiB;IAWzB;;;;;;;;;OASG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC;IAO5D;;;;;;OAMG;IACH,OAAO,CAAC,qBAAqB;CAW9B"}