@azure/arm-containerinstance 9.2.0-beta.1 → 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 (693) hide show
  1. package/LICENSE +3 -3
  2. package/README.md +30 -24
  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 +39 -0
  121. package/dist/browser/containerInstanceManagementClient.js +65 -0
  122. package/dist/browser/containerInstanceManagementClient.js.map +1 -0
  123. package/dist/browser/index.d.ts +25 -0
  124. package/dist/browser/index.js +9 -0
  125. package/dist/browser/index.js.map +1 -0
  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 +3 -0
  130. package/dist/browser/models/index.js +4 -0
  131. package/dist/browser/models/index.js.map +1 -0
  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/package.json +3 -0
  136. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  137. package/dist/browser/restorePollerHelpers.js +118 -0
  138. package/dist/browser/restorePollerHelpers.js.map +1 -0
  139. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  140. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  141. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  142. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  143. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  144. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  145. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  146. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  147. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  148. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  149. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  150. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  151. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  152. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  153. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  154. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  155. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  156. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  157. package/dist/commonjs/api/cgProfile/index.d.ts +3 -0
  158. package/dist/commonjs/api/cgProfile/index.js +38 -0
  159. package/dist/commonjs/api/cgProfile/index.js.map +7 -0
  160. package/dist/commonjs/api/cgProfile/operations.d.ts +30 -0
  161. package/dist/commonjs/api/cgProfile/operations.js +292 -0
  162. package/dist/commonjs/api/cgProfile/operations.js.map +7 -0
  163. package/dist/commonjs/api/cgProfile/options.d.ts +20 -0
  164. package/dist/commonjs/api/cgProfile/options.js +16 -0
  165. package/dist/commonjs/api/cgProfile/options.js.map +7 -0
  166. package/dist/commonjs/api/cgProfiles/index.d.ts +3 -0
  167. package/dist/commonjs/api/cgProfiles/index.js +30 -0
  168. package/dist/commonjs/api/cgProfiles/index.js.map +7 -0
  169. package/dist/commonjs/api/cgProfiles/operations.d.ts +14 -0
  170. package/dist/commonjs/api/cgProfiles/operations.js +122 -0
  171. package/dist/commonjs/api/cgProfiles/operations.js.map +7 -0
  172. package/dist/commonjs/api/cgProfiles/options.d.ts +8 -0
  173. package/dist/commonjs/api/cgProfiles/options.js +16 -0
  174. package/dist/commonjs/api/cgProfiles/options.js.map +7 -0
  175. package/dist/commonjs/api/containerGroups/index.d.ts +3 -0
  176. package/dist/commonjs/api/containerGroups/index.js +46 -0
  177. package/dist/commonjs/api/containerGroups/index.js.map +7 -0
  178. package/dist/commonjs/api/containerGroups/operations.d.ts +47 -0
  179. package/dist/commonjs/api/containerGroups/operations.js +469 -0
  180. package/dist/commonjs/api/containerGroups/operations.js.map +7 -0
  181. package/dist/commonjs/api/containerGroups/options.d.ts +40 -0
  182. package/dist/commonjs/api/containerGroups/options.js +16 -0
  183. package/dist/commonjs/api/containerGroups/options.js.map +7 -0
  184. package/dist/commonjs/api/containerInstanceManagementContext.d.ts +22 -0
  185. package/dist/commonjs/api/containerInstanceManagementContext.js +47 -0
  186. package/dist/commonjs/api/containerInstanceManagementContext.js.map +7 -0
  187. package/dist/commonjs/api/containers/index.d.ts +3 -0
  188. package/dist/commonjs/api/containers/index.js +32 -0
  189. package/dist/commonjs/api/containers/index.js.map +7 -0
  190. package/dist/commonjs/api/containers/operations.d.ts +17 -0
  191. package/dist/commonjs/api/containers/operations.js +171 -0
  192. package/dist/commonjs/api/containers/operations.js.map +7 -0
  193. package/dist/commonjs/api/containers/options.d.ts +15 -0
  194. package/dist/commonjs/api/containers/options.js +16 -0
  195. package/dist/commonjs/api/containers/options.js.map +7 -0
  196. package/dist/commonjs/api/index.d.ts +3 -0
  197. package/dist/commonjs/api/index.js +28 -0
  198. package/dist/commonjs/api/index.js.map +7 -0
  199. package/dist/commonjs/api/location/index.d.ts +3 -0
  200. package/dist/commonjs/api/location/index.js +32 -0
  201. package/dist/commonjs/api/location/index.js.map +7 -0
  202. package/dist/commonjs/api/location/operations.d.ts +18 -0
  203. package/dist/commonjs/api/location/operations.js +170 -0
  204. package/dist/commonjs/api/location/operations.js.map +7 -0
  205. package/dist/commonjs/api/location/options.d.ts +11 -0
  206. package/dist/commonjs/api/location/options.js +16 -0
  207. package/dist/commonjs/api/location/options.js.map +7 -0
  208. package/dist/commonjs/api/nGroups/index.d.ts +3 -0
  209. package/dist/commonjs/api/nGroups/index.js +44 -0
  210. package/dist/commonjs/api/nGroups/index.js.map +7 -0
  211. package/dist/commonjs/api/nGroups/operations.d.ts +43 -0
  212. package/dist/commonjs/api/nGroups/operations.js +413 -0
  213. package/dist/commonjs/api/nGroups/operations.js.map +7 -0
  214. package/dist/commonjs/api/nGroups/options.d.ts +39 -0
  215. package/dist/commonjs/api/nGroups/options.js +16 -0
  216. package/dist/commonjs/api/nGroups/options.js.map +7 -0
  217. package/dist/commonjs/api/operations/index.d.ts +3 -0
  218. package/dist/commonjs/api/operations/index.js +28 -0
  219. package/dist/commonjs/api/operations/index.js.map +7 -0
  220. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  221. package/dist/commonjs/api/operations/operations.js +74 -0
  222. package/dist/commonjs/api/operations/operations.js.map +7 -0
  223. package/dist/commonjs/api/operations/options.d.ts +5 -0
  224. package/dist/commonjs/api/operations/options.js +16 -0
  225. package/dist/commonjs/api/operations/options.js.map +7 -0
  226. package/dist/commonjs/api/sandboxGroups/index.d.ts +3 -0
  227. package/dist/commonjs/api/sandboxGroups/index.js +40 -0
  228. package/dist/commonjs/api/sandboxGroups/index.js.map +7 -0
  229. package/dist/commonjs/api/sandboxGroups/operations.d.ts +35 -0
  230. package/dist/commonjs/api/sandboxGroups/operations.js +334 -0
  231. package/dist/commonjs/api/sandboxGroups/operations.js.map +7 -0
  232. package/dist/commonjs/api/sandboxGroups/options.d.ts +29 -0
  233. package/dist/commonjs/api/sandboxGroups/options.js +16 -0
  234. package/dist/commonjs/api/sandboxGroups/options.js.map +7 -0
  235. package/dist/commonjs/api/subnetServiceAssociationLink/index.d.ts +3 -0
  236. package/dist/commonjs/api/subnetServiceAssociationLink/index.js +28 -0
  237. package/dist/commonjs/api/subnetServiceAssociationLink/index.js.map +7 -0
  238. package/dist/commonjs/api/subnetServiceAssociationLink/operations.d.ts +9 -0
  239. package/dist/commonjs/api/subnetServiceAssociationLink/operations.js +71 -0
  240. package/dist/commonjs/api/subnetServiceAssociationLink/operations.js.map +7 -0
  241. package/dist/commonjs/api/subnetServiceAssociationLink/options.d.ts +7 -0
  242. package/dist/commonjs/api/subnetServiceAssociationLink/options.js +16 -0
  243. package/dist/commonjs/api/subnetServiceAssociationLink/options.js.map +7 -0
  244. package/dist/commonjs/classic/cgProfile/index.d.ts +21 -0
  245. package/dist/commonjs/classic/cgProfile/index.js +55 -0
  246. package/dist/commonjs/classic/cgProfile/index.js.map +7 -0
  247. package/dist/commonjs/classic/cgProfiles/index.d.ts +13 -0
  248. package/dist/commonjs/classic/cgProfiles/index.js +39 -0
  249. package/dist/commonjs/classic/cgProfiles/index.js.map +7 -0
  250. package/dist/commonjs/classic/containerGroups/index.d.ts +47 -0
  251. package/dist/commonjs/classic/containerGroups/index.js +97 -0
  252. package/dist/commonjs/classic/containerGroups/index.js.map +7 -0
  253. package/dist/commonjs/classic/containers/index.d.ts +14 -0
  254. package/dist/commonjs/classic/containers/index.js +47 -0
  255. package/dist/commonjs/classic/containers/index.js.map +7 -0
  256. package/dist/commonjs/classic/index.d.ts +10 -0
  257. package/dist/commonjs/classic/index.js +16 -0
  258. package/dist/commonjs/classic/index.js.map +7 -0
  259. package/dist/commonjs/classic/location/index.d.ts +15 -0
  260. package/dist/commonjs/classic/location/index.js +40 -0
  261. package/dist/commonjs/classic/location/index.js.map +7 -0
  262. package/dist/commonjs/classic/nGroups/index.d.ts +49 -0
  263. package/dist/commonjs/classic/nGroups/index.js +87 -0
  264. package/dist/commonjs/classic/nGroups/index.js.map +7 -0
  265. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  266. package/dist/commonjs/classic/operations/index.js +38 -0
  267. package/dist/commonjs/classic/operations/index.js.map +7 -0
  268. package/dist/commonjs/classic/sandboxGroups/index.d.ts +37 -0
  269. package/dist/commonjs/classic/sandboxGroups/index.js +75 -0
  270. package/dist/commonjs/classic/sandboxGroups/index.js.map +7 -0
  271. package/dist/commonjs/classic/subnetServiceAssociationLink/index.d.ts +15 -0
  272. package/dist/commonjs/classic/subnetServiceAssociationLink/index.js +47 -0
  273. package/dist/commonjs/classic/subnetServiceAssociationLink/index.js.map +7 -0
  274. package/dist/commonjs/containerInstanceManagementClient.d.ts +39 -0
  275. package/dist/commonjs/containerInstanceManagementClient.js +86 -0
  276. package/dist/commonjs/containerInstanceManagementClient.js.map +7 -0
  277. package/dist/commonjs/index.d.ts +25 -0
  278. package/dist/commonjs/index.js +78 -0
  279. package/dist/commonjs/index.js.map +7 -0
  280. package/dist/commonjs/logger.d.ts +2 -0
  281. package/dist/commonjs/logger.js +29 -0
  282. package/dist/commonjs/logger.js.map +7 -0
  283. package/dist/commonjs/models/index.d.ts +3 -0
  284. package/dist/commonjs/models/index.js +64 -0
  285. package/dist/commonjs/models/index.js.map +7 -0
  286. package/dist/commonjs/models/models.d.ts +1906 -0
  287. package/dist/commonjs/models/models.js +2571 -0
  288. package/dist/commonjs/models/models.js.map +7 -0
  289. package/dist/commonjs/package.json +3 -0
  290. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  291. package/dist/commonjs/restorePollerHelpers.js +131 -0
  292. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  293. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  294. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  295. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  296. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  297. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  298. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  299. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  300. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  301. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  302. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  303. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  304. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  305. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  306. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  307. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  308. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  309. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  310. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  311. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  312. package/dist/esm/api/cgProfile/index.d.ts +3 -0
  313. package/dist/esm/api/cgProfile/index.js +4 -0
  314. package/dist/esm/api/cgProfile/index.js.map +1 -0
  315. package/dist/esm/api/cgProfile/operations.d.ts +30 -0
  316. package/dist/esm/api/cgProfile/operations.js +192 -0
  317. package/dist/esm/api/cgProfile/operations.js.map +1 -0
  318. package/dist/esm/api/cgProfile/options.d.ts +20 -0
  319. package/dist/esm/api/cgProfile/options.js +4 -0
  320. package/dist/esm/api/cgProfile/options.js.map +1 -0
  321. package/dist/esm/api/cgProfiles/index.d.ts +3 -0
  322. package/dist/esm/api/cgProfiles/index.js +4 -0
  323. package/dist/esm/api/cgProfiles/index.js.map +1 -0
  324. package/dist/esm/api/cgProfiles/operations.d.ts +14 -0
  325. package/dist/esm/api/cgProfiles/operations.js +70 -0
  326. package/dist/esm/api/cgProfiles/operations.js.map +1 -0
  327. package/dist/esm/api/cgProfiles/options.d.ts +8 -0
  328. package/dist/esm/api/cgProfiles/options.js +4 -0
  329. package/dist/esm/api/cgProfiles/options.js.map +1 -0
  330. package/dist/esm/api/containerGroups/index.d.ts +3 -0
  331. package/dist/esm/api/containerGroups/index.js +4 -0
  332. package/dist/esm/api/containerGroups/index.js.map +1 -0
  333. package/dist/esm/api/containerGroups/operations.d.ts +47 -0
  334. package/dist/esm/api/containerGroups/operations.js +334 -0
  335. package/dist/esm/api/containerGroups/operations.js.map +1 -0
  336. package/dist/esm/api/containerGroups/options.d.ts +40 -0
  337. package/dist/esm/api/containerGroups/options.js +4 -0
  338. package/dist/esm/api/containerGroups/options.js.map +1 -0
  339. package/dist/esm/api/containerInstanceManagementContext.d.ts +22 -0
  340. package/dist/esm/api/containerInstanceManagementContext.js +26 -0
  341. package/dist/esm/api/containerInstanceManagementContext.js.map +1 -0
  342. package/dist/esm/api/containers/index.d.ts +3 -0
  343. package/dist/esm/api/containers/index.js +4 -0
  344. package/dist/esm/api/containers/index.js.map +1 -0
  345. package/dist/esm/api/containers/operations.d.ts +17 -0
  346. package/dist/esm/api/containers/operations.js +103 -0
  347. package/dist/esm/api/containers/operations.js.map +1 -0
  348. package/dist/esm/api/containers/options.d.ts +15 -0
  349. package/dist/esm/api/containers/options.js +4 -0
  350. package/dist/esm/api/containers/options.js.map +1 -0
  351. package/dist/esm/api/index.d.ts +3 -0
  352. package/dist/esm/api/index.js +4 -0
  353. package/dist/esm/api/index.js.map +1 -0
  354. package/dist/esm/api/location/index.d.ts +3 -0
  355. package/dist/esm/api/location/index.js +4 -0
  356. package/dist/esm/api/location/index.js.map +1 -0
  357. package/dist/esm/api/location/operations.d.ts +18 -0
  358. package/dist/esm/api/location/operations.js +103 -0
  359. package/dist/esm/api/location/operations.js.map +1 -0
  360. package/dist/esm/api/location/options.d.ts +11 -0
  361. package/dist/esm/api/location/options.js +4 -0
  362. package/dist/esm/api/location/options.js.map +1 -0
  363. package/dist/esm/api/nGroups/index.d.ts +3 -0
  364. package/dist/esm/api/nGroups/index.js +4 -0
  365. package/dist/esm/api/nGroups/index.js.map +1 -0
  366. package/dist/esm/api/nGroups/operations.d.ts +43 -0
  367. package/dist/esm/api/nGroups/operations.js +298 -0
  368. package/dist/esm/api/nGroups/operations.js.map +1 -0
  369. package/dist/esm/api/nGroups/options.d.ts +39 -0
  370. package/dist/esm/api/nGroups/options.js +4 -0
  371. package/dist/esm/api/nGroups/options.js.map +1 -0
  372. package/dist/esm/api/operations/index.d.ts +3 -0
  373. package/dist/esm/api/operations/index.js +4 -0
  374. package/dist/esm/api/operations/index.js.map +1 -0
  375. package/dist/esm/api/operations/operations.d.ts +10 -0
  376. package/dist/esm/api/operations/operations.js +37 -0
  377. package/dist/esm/api/operations/operations.js.map +1 -0
  378. package/dist/esm/api/operations/options.d.ts +5 -0
  379. package/dist/esm/api/operations/options.js +4 -0
  380. package/dist/esm/api/operations/options.js.map +1 -0
  381. package/dist/esm/api/sandboxGroups/index.d.ts +3 -0
  382. package/dist/esm/api/sandboxGroups/index.js +4 -0
  383. package/dist/esm/api/sandboxGroups/index.js.map +1 -0
  384. package/dist/esm/api/sandboxGroups/operations.d.ts +35 -0
  385. package/dist/esm/api/sandboxGroups/operations.js +237 -0
  386. package/dist/esm/api/sandboxGroups/operations.js.map +1 -0
  387. package/dist/esm/api/sandboxGroups/options.d.ts +29 -0
  388. package/dist/esm/api/sandboxGroups/options.js +4 -0
  389. package/dist/esm/api/sandboxGroups/options.js.map +1 -0
  390. package/dist/esm/api/subnetServiceAssociationLink/index.d.ts +3 -0
  391. package/dist/esm/api/subnetServiceAssociationLink/index.js +4 -0
  392. package/dist/esm/api/subnetServiceAssociationLink/index.js.map +1 -0
  393. package/dist/esm/api/subnetServiceAssociationLink/operations.d.ts +9 -0
  394. package/dist/esm/api/subnetServiceAssociationLink/operations.js +40 -0
  395. package/dist/esm/api/subnetServiceAssociationLink/operations.js.map +1 -0
  396. package/dist/esm/api/subnetServiceAssociationLink/options.d.ts +7 -0
  397. package/dist/esm/api/subnetServiceAssociationLink/options.js +4 -0
  398. package/dist/esm/api/subnetServiceAssociationLink/options.js.map +1 -0
  399. package/dist/esm/classic/cgProfile/index.d.ts +21 -0
  400. package/dist/esm/classic/cgProfile/index.js +19 -0
  401. package/dist/esm/classic/cgProfile/index.js.map +1 -0
  402. package/dist/esm/classic/cgProfiles/index.d.ts +13 -0
  403. package/dist/esm/classic/cgProfiles/index.js +15 -0
  404. package/dist/esm/classic/cgProfiles/index.js.map +1 -0
  405. package/dist/esm/classic/containerGroups/index.d.ts +47 -0
  406. package/dist/esm/classic/containerGroups/index.js +56 -0
  407. package/dist/esm/classic/containerGroups/index.js.map +1 -0
  408. package/dist/esm/classic/containers/index.d.ts +14 -0
  409. package/dist/esm/classic/containers/index.js +16 -0
  410. package/dist/esm/classic/containers/index.js.map +1 -0
  411. package/dist/esm/classic/index.d.ts +10 -0
  412. package/dist/esm/classic/index.js +4 -0
  413. package/dist/esm/classic/index.js.map +1 -0
  414. package/dist/esm/classic/location/index.d.ts +15 -0
  415. package/dist/esm/classic/location/index.js +16 -0
  416. package/dist/esm/classic/location/index.js.map +1 -0
  417. package/dist/esm/classic/nGroups/index.d.ts +49 -0
  418. package/dist/esm/classic/nGroups/index.js +63 -0
  419. package/dist/esm/classic/nGroups/index.js.map +1 -0
  420. package/dist/esm/classic/operations/index.d.ts +11 -0
  421. package/dist/esm/classic/operations/index.js +14 -0
  422. package/dist/esm/classic/operations/index.js.map +1 -0
  423. package/dist/esm/classic/sandboxGroups/index.d.ts +37 -0
  424. package/dist/esm/classic/sandboxGroups/index.js +45 -0
  425. package/dist/esm/classic/sandboxGroups/index.js.map +1 -0
  426. package/dist/esm/classic/subnetServiceAssociationLink/index.d.ts +15 -0
  427. package/dist/esm/classic/subnetServiceAssociationLink/index.js +23 -0
  428. package/dist/esm/classic/subnetServiceAssociationLink/index.js.map +1 -0
  429. package/dist/esm/containerInstanceManagementClient.d.ts +39 -0
  430. package/dist/esm/containerInstanceManagementClient.js +65 -0
  431. package/dist/esm/containerInstanceManagementClient.js.map +1 -0
  432. package/dist/esm/index.d.ts +25 -0
  433. package/dist/esm/index.js +9 -0
  434. package/dist/esm/index.js.map +1 -0
  435. package/dist/esm/logger.d.ts +2 -0
  436. package/dist/esm/logger.js +5 -0
  437. package/dist/esm/logger.js.map +1 -0
  438. package/dist/esm/models/index.d.ts +3 -0
  439. package/dist/esm/models/index.js +4 -0
  440. package/dist/esm/models/index.js.map +1 -0
  441. package/dist/esm/models/models.d.ts +1906 -0
  442. package/dist/esm/models/models.js +2594 -0
  443. package/dist/esm/models/models.js.map +1 -0
  444. package/dist/esm/package.json +3 -0
  445. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  446. package/dist/esm/restorePollerHelpers.js +118 -0
  447. package/dist/esm/restorePollerHelpers.js.map +1 -0
  448. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  449. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  450. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  451. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  452. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  453. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  454. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  455. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  456. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  457. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  458. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  459. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  460. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  461. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  462. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  463. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  464. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  465. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  466. package/package.json +249 -83
  467. package/CHANGELOG.md +0 -123
  468. package/dist/index.js +0 -4809
  469. package/dist/index.js.map +0 -1
  470. package/dist/index.min.js +0 -1
  471. package/dist/index.min.js.map +0 -1
  472. package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.d.ts +0 -2
  473. package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.d.ts.map +0 -1
  474. package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.js +0 -40
  475. package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.js.map +0 -1
  476. package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.d.ts +0 -2
  477. package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.d.ts.map +0 -1
  478. package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.js +0 -55
  479. package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.js.map +0 -1
  480. package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.d.ts +0 -2
  481. package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.d.ts.map +0 -1
  482. package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.js +0 -260
  483. package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.js.map +0 -1
  484. package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.d.ts +0 -2
  485. package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.d.ts.map +0 -1
  486. package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.js +0 -39
  487. package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.js.map +0 -1
  488. package/dist-esm/samples-dev/containerGroupProfilesGetSample.d.ts +0 -2
  489. package/dist-esm/samples-dev/containerGroupProfilesGetSample.d.ts.map +0 -1
  490. package/dist-esm/samples-dev/containerGroupProfilesGetSample.js +0 -58
  491. package/dist-esm/samples-dev/containerGroupProfilesGetSample.js.map +0 -1
  492. package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.d.ts +0 -2
  493. package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.d.ts.map +0 -1
  494. package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.js +0 -54
  495. package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.js.map +0 -1
  496. package/dist-esm/samples-dev/containerGroupProfilesListSample.d.ts +0 -2
  497. package/dist-esm/samples-dev/containerGroupProfilesListSample.d.ts.map +0 -1
  498. package/dist-esm/samples-dev/containerGroupProfilesListSample.js +0 -53
  499. package/dist-esm/samples-dev/containerGroupProfilesListSample.js.map +0 -1
  500. package/dist-esm/samples-dev/containerGroupProfilesPatchSample.d.ts +0 -2
  501. package/dist-esm/samples-dev/containerGroupProfilesPatchSample.d.ts.map +0 -1
  502. package/dist-esm/samples-dev/containerGroupProfilesPatchSample.js +0 -42
  503. package/dist-esm/samples-dev/containerGroupProfilesPatchSample.js.map +0 -1
  504. package/dist-esm/samples-dev/containerGroupsCreateOrUpdateSample.d.ts +0 -2
  505. package/dist-esm/samples-dev/containerGroupsCreateOrUpdateSample.d.ts.map +0 -1
  506. package/dist-esm/samples-dev/containerGroupsCreateOrUpdateSample.js +0 -320
  507. package/dist-esm/samples-dev/containerGroupsCreateOrUpdateSample.js.map +0 -1
  508. package/dist-esm/samples-dev/containerGroupsDeleteSample.d.ts +0 -2
  509. package/dist-esm/samples-dev/containerGroupsDeleteSample.d.ts.map +0 -1
  510. package/dist-esm/samples-dev/containerGroupsDeleteSample.js +0 -39
  511. package/dist-esm/samples-dev/containerGroupsDeleteSample.js.map +0 -1
  512. package/dist-esm/samples-dev/containerGroupsGetSample.d.ts +0 -2
  513. package/dist-esm/samples-dev/containerGroupsGetSample.d.ts.map +0 -1
  514. package/dist-esm/samples-dev/containerGroupsGetSample.js +0 -77
  515. package/dist-esm/samples-dev/containerGroupsGetSample.js.map +0 -1
  516. package/dist-esm/samples-dev/containerGroupsListByResourceGroupSample.d.ts +0 -2
  517. package/dist-esm/samples-dev/containerGroupsListByResourceGroupSample.d.ts.map +0 -1
  518. package/dist-esm/samples-dev/containerGroupsListByResourceGroupSample.js +0 -54
  519. package/dist-esm/samples-dev/containerGroupsListByResourceGroupSample.js.map +0 -1
  520. package/dist-esm/samples-dev/containerGroupsListSample.d.ts +0 -2
  521. package/dist-esm/samples-dev/containerGroupsListSample.d.ts.map +0 -1
  522. package/dist-esm/samples-dev/containerGroupsListSample.js +0 -53
  523. package/dist-esm/samples-dev/containerGroupsListSample.js.map +0 -1
  524. package/dist-esm/samples-dev/containerGroupsRestartSample.d.ts +0 -2
  525. package/dist-esm/samples-dev/containerGroupsRestartSample.d.ts.map +0 -1
  526. package/dist-esm/samples-dev/containerGroupsRestartSample.js +0 -39
  527. package/dist-esm/samples-dev/containerGroupsRestartSample.js.map +0 -1
  528. package/dist-esm/samples-dev/containerGroupsStartSample.d.ts +0 -2
  529. package/dist-esm/samples-dev/containerGroupsStartSample.d.ts.map +0 -1
  530. package/dist-esm/samples-dev/containerGroupsStartSample.js +0 -39
  531. package/dist-esm/samples-dev/containerGroupsStartSample.js.map +0 -1
  532. package/dist-esm/samples-dev/containerGroupsStopSample.d.ts +0 -2
  533. package/dist-esm/samples-dev/containerGroupsStopSample.d.ts.map +0 -1
  534. package/dist-esm/samples-dev/containerGroupsStopSample.js +0 -39
  535. package/dist-esm/samples-dev/containerGroupsStopSample.js.map +0 -1
  536. package/dist-esm/samples-dev/containerGroupsUpdateSample.d.ts +0 -2
  537. package/dist-esm/samples-dev/containerGroupsUpdateSample.d.ts.map +0 -1
  538. package/dist-esm/samples-dev/containerGroupsUpdateSample.js +0 -42
  539. package/dist-esm/samples-dev/containerGroupsUpdateSample.js.map +0 -1
  540. package/dist-esm/samples-dev/containersAttachSample.d.ts +0 -2
  541. package/dist-esm/samples-dev/containersAttachSample.d.ts.map +0 -1
  542. package/dist-esm/samples-dev/containersAttachSample.js +0 -40
  543. package/dist-esm/samples-dev/containersAttachSample.js.map +0 -1
  544. package/dist-esm/samples-dev/containersExecuteCommandSample.d.ts +0 -2
  545. package/dist-esm/samples-dev/containersExecuteCommandSample.d.ts.map +0 -1
  546. package/dist-esm/samples-dev/containersExecuteCommandSample.js +0 -44
  547. package/dist-esm/samples-dev/containersExecuteCommandSample.js.map +0 -1
  548. package/dist-esm/samples-dev/containersListLogsSample.d.ts +0 -2
  549. package/dist-esm/samples-dev/containersListLogsSample.d.ts.map +0 -1
  550. package/dist-esm/samples-dev/containersListLogsSample.js +0 -42
  551. package/dist-esm/samples-dev/containersListLogsSample.js.map +0 -1
  552. package/dist-esm/samples-dev/locationListCachedImagesSample.d.ts +0 -2
  553. package/dist-esm/samples-dev/locationListCachedImagesSample.d.ts.map +0 -1
  554. package/dist-esm/samples-dev/locationListCachedImagesSample.js +0 -54
  555. package/dist-esm/samples-dev/locationListCachedImagesSample.js.map +0 -1
  556. package/dist-esm/samples-dev/locationListCapabilitiesSample.d.ts +0 -2
  557. package/dist-esm/samples-dev/locationListCapabilitiesSample.d.ts.map +0 -1
  558. package/dist-esm/samples-dev/locationListCapabilitiesSample.js +0 -54
  559. package/dist-esm/samples-dev/locationListCapabilitiesSample.js.map +0 -1
  560. package/dist-esm/samples-dev/locationListUsageSample.d.ts +0 -2
  561. package/dist-esm/samples-dev/locationListUsageSample.d.ts.map +0 -1
  562. package/dist-esm/samples-dev/locationListUsageSample.js +0 -54
  563. package/dist-esm/samples-dev/locationListUsageSample.js.map +0 -1
  564. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  565. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  566. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  567. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  568. package/dist-esm/samples-dev/subnetServiceAssociationLinkDeleteSample.d.ts +0 -2
  569. package/dist-esm/samples-dev/subnetServiceAssociationLinkDeleteSample.d.ts.map +0 -1
  570. package/dist-esm/samples-dev/subnetServiceAssociationLinkDeleteSample.js +0 -40
  571. package/dist-esm/samples-dev/subnetServiceAssociationLinkDeleteSample.js.map +0 -1
  572. package/dist-esm/src/containerInstanceManagementClient.d.ts +0 -26
  573. package/dist-esm/src/containerInstanceManagementClient.d.ts.map +0 -1
  574. package/dist-esm/src/containerInstanceManagementClient.js +0 -107
  575. package/dist-esm/src/containerInstanceManagementClient.js.map +0 -1
  576. package/dist-esm/src/index.d.ts +0 -5
  577. package/dist-esm/src/index.d.ts.map +0 -1
  578. package/dist-esm/src/index.js +0 -13
  579. package/dist-esm/src/index.js.map +0 -1
  580. package/dist-esm/src/lroImpl.d.ts +0 -11
  581. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  582. package/dist-esm/src/lroImpl.js +0 -21
  583. package/dist-esm/src/lroImpl.js.map +0 -1
  584. package/dist-esm/src/models/index.d.ts +0 -1242
  585. package/dist-esm/src/models/index.d.ts.map +0 -1
  586. package/dist-esm/src/models/index.js +0 -116
  587. package/dist-esm/src/models/index.js.map +0 -1
  588. package/dist-esm/src/models/mappers.d.ts +0 -66
  589. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  590. package/dist-esm/src/models/mappers.js +0 -2236
  591. package/dist-esm/src/models/mappers.js.map +0 -1
  592. package/dist-esm/src/models/parameters.d.ts +0 -23
  593. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  594. package/dist-esm/src/models/parameters.js +0 -204
  595. package/dist-esm/src/models/parameters.js.map +0 -1
  596. package/dist-esm/src/operations/containerGroupProfileOperations.d.ts +0 -55
  597. package/dist-esm/src/operations/containerGroupProfileOperations.d.ts.map +0 -1
  598. package/dist-esm/src/operations/containerGroupProfileOperations.js +0 -191
  599. package/dist-esm/src/operations/containerGroupProfileOperations.js.map +0 -1
  600. package/dist-esm/src/operations/containerGroupProfiles.d.ts +0 -95
  601. package/dist-esm/src/operations/containerGroupProfiles.d.ts.map +0 -1
  602. package/dist-esm/src/operations/containerGroupProfiles.js +0 -401
  603. package/dist-esm/src/operations/containerGroupProfiles.js.map +0 -1
  604. package/dist-esm/src/operations/containerGroups.d.ts +0 -159
  605. package/dist-esm/src/operations/containerGroups.d.ts.map +0 -1
  606. package/dist-esm/src/operations/containerGroups.js +0 -727
  607. package/dist-esm/src/operations/containerGroups.js.map +0 -1
  608. package/dist-esm/src/operations/containers.d.ts +0 -40
  609. package/dist-esm/src/operations/containers.d.ts.map +0 -1
  610. package/dist-esm/src/operations/containers.js +0 -134
  611. package/dist-esm/src/operations/containers.js.map +0 -1
  612. package/dist-esm/src/operations/index.d.ts +0 -8
  613. package/dist-esm/src/operations/index.d.ts.map +0 -1
  614. package/dist-esm/src/operations/index.js +0 -15
  615. package/dist-esm/src/operations/index.js.map +0 -1
  616. package/dist-esm/src/operations/location.d.ts +0 -70
  617. package/dist-esm/src/operations/location.d.ts.map +0 -1
  618. package/dist-esm/src/operations/location.js +0 -341
  619. package/dist-esm/src/operations/location.js.map +0 -1
  620. package/dist-esm/src/operations/operations.d.ts +0 -32
  621. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  622. package/dist-esm/src/operations/operations.js +0 -133
  623. package/dist-esm/src/operations/operations.js.map +0 -1
  624. package/dist-esm/src/operations/subnetServiceAssociationLink.d.ts +0 -32
  625. package/dist-esm/src/operations/subnetServiceAssociationLink.d.ts.map +0 -1
  626. package/dist-esm/src/operations/subnetServiceAssociationLink.js +0 -108
  627. package/dist-esm/src/operations/subnetServiceAssociationLink.js.map +0 -1
  628. package/dist-esm/src/operationsInterfaces/containerGroupProfileOperations.d.ts +0 -27
  629. package/dist-esm/src/operationsInterfaces/containerGroupProfileOperations.d.ts.map +0 -1
  630. package/dist-esm/src/operationsInterfaces/containerGroupProfileOperations.js +0 -9
  631. package/dist-esm/src/operationsInterfaces/containerGroupProfileOperations.js.map +0 -1
  632. package/dist-esm/src/operationsInterfaces/containerGroupProfiles.d.ts +0 -55
  633. package/dist-esm/src/operationsInterfaces/containerGroupProfiles.d.ts.map +0 -1
  634. package/dist-esm/src/operationsInterfaces/containerGroupProfiles.js +0 -9
  635. package/dist-esm/src/operationsInterfaces/containerGroupProfiles.js.map +0 -1
  636. package/dist-esm/src/operationsInterfaces/containerGroups.d.ts +0 -119
  637. package/dist-esm/src/operationsInterfaces/containerGroups.d.ts.map +0 -1
  638. package/dist-esm/src/operationsInterfaces/containerGroups.js +0 -9
  639. package/dist-esm/src/operationsInterfaces/containerGroups.js.map +0 -1
  640. package/dist-esm/src/operationsInterfaces/containers.d.ts +0 -32
  641. package/dist-esm/src/operationsInterfaces/containers.d.ts.map +0 -1
  642. package/dist-esm/src/operationsInterfaces/containers.js +0 -9
  643. package/dist-esm/src/operationsInterfaces/containers.js.map +0 -1
  644. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
  645. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  646. package/dist-esm/src/operationsInterfaces/index.js +0 -15
  647. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  648. package/dist-esm/src/operationsInterfaces/location.d.ts +0 -24
  649. package/dist-esm/src/operationsInterfaces/location.d.ts.map +0 -1
  650. package/dist-esm/src/operationsInterfaces/location.js +0 -9
  651. package/dist-esm/src/operationsInterfaces/location.js.map +0 -1
  652. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  653. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  654. package/dist-esm/src/operationsInterfaces/operations.js +0 -9
  655. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  656. package/dist-esm/src/operationsInterfaces/subnetServiceAssociationLink.d.ts +0 -24
  657. package/dist-esm/src/operationsInterfaces/subnetServiceAssociationLink.d.ts.map +0 -1
  658. package/dist-esm/src/operationsInterfaces/subnetServiceAssociationLink.js +0 -9
  659. package/dist-esm/src/operationsInterfaces/subnetServiceAssociationLink.js.map +0 -1
  660. package/dist-esm/src/pagingHelper.d.ts +0 -13
  661. package/dist-esm/src/pagingHelper.d.ts.map +0 -1
  662. package/dist-esm/src/pagingHelper.js +0 -32
  663. package/dist-esm/src/pagingHelper.js.map +0 -1
  664. package/dist-esm/test/containerinstance_examples.d.ts +0 -4
  665. package/dist-esm/test/containerinstance_examples.d.ts.map +0 -1
  666. package/dist-esm/test/containerinstance_examples.js +0 -159
  667. package/dist-esm/test/containerinstance_examples.js.map +0 -1
  668. package/review/arm-containerinstance.api.md +0 -963
  669. package/src/containerInstanceManagementClient.ts +0 -172
  670. package/src/index.ts +0 -13
  671. package/src/lroImpl.ts +0 -42
  672. package/src/models/index.ts +0 -1410
  673. package/src/models/mappers.ts +0 -2311
  674. package/src/models/parameters.ts +0 -236
  675. package/src/operations/containerGroupProfileOperations.ts +0 -255
  676. package/src/operations/containerGroupProfiles.ts +0 -485
  677. package/src/operations/containerGroups.ts +0 -944
  678. package/src/operations/containers.ts +0 -177
  679. package/src/operations/index.ts +0 -15
  680. package/src/operations/location.ts +0 -401
  681. package/src/operations/operations.ts +0 -149
  682. package/src/operations/subnetServiceAssociationLink.ts +0 -149
  683. package/src/operationsInterfaces/containerGroupProfileOperations.ts +0 -50
  684. package/src/operationsInterfaces/containerGroupProfiles.ts +0 -99
  685. package/src/operationsInterfaces/containerGroups.ts +0 -212
  686. package/src/operationsInterfaces/containers.ts +0 -64
  687. package/src/operationsInterfaces/index.ts +0 -15
  688. package/src/operationsInterfaces/location.ts +0 -49
  689. package/src/operationsInterfaces/operations.ts +0 -22
  690. package/src/operationsInterfaces/subnetServiceAssociationLink.ts +0 -42
  691. package/src/pagingHelper.ts +0 -39
  692. package/tsconfig.json +0 -33
  693. package/types/arm-containerinstance.d.ts +0 -1711
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=containerGroupProfileGetByRevisionNumberSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerGroupProfileGetByRevisionNumberSample.d.ts","sourceRoot":"","sources":["../../samples-dev/containerGroupProfileGetByRevisionNumberSample.ts"],"names":[],"mappings":""}
@@ -1,40 +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 { __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { ContainerInstanceManagementClient } from "@azure/arm-containerinstance";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- import * as dotenv from "dotenv";
14
- dotenv.config();
15
- /**
16
- * This sample demonstrates how to Gets the properties of the specified revision of the container group profile in the given subscription and resource group. The operation returns the properties of container group profile including containers, image registry credentials, restart policy, IP address type, OS type, volumes, current revision number, etc.
17
- *
18
- * @summary Gets the properties of the specified revision of the container group profile in the given subscription and resource group. The operation returns the properties of container group profile including containers, image registry credentials, restart policy, IP address type, OS type, volumes, current revision number, etc.
19
- * x-ms-original-file: specification/containerinstance/resource-manager/Microsoft.ContainerInstance/preview/2024-05-01-preview/examples/ContainerGroupProfileGetByRevisionNumber.json
20
- */
21
- function containerGroupProfileGetByRevisionNumber() {
22
- return __awaiter(this, void 0, void 0, function* () {
23
- const subscriptionId = process.env["CONTAINERINSTANCE_SUBSCRIPTION_ID"] ||
24
- "00000000-0000-0000-0000-000000000000";
25
- const resourceGroupName = process.env["CONTAINERINSTANCE_RESOURCE_GROUP"] || "demo";
26
- const containerGroupProfileName = "demo1";
27
- const revisionNumber = "1";
28
- const credential = new DefaultAzureCredential();
29
- const client = new ContainerInstanceManagementClient(credential, subscriptionId);
30
- const result = yield client.containerGroupProfileOperations.getByRevisionNumber(resourceGroupName, containerGroupProfileName, revisionNumber);
31
- console.log(result);
32
- });
33
- }
34
- function main() {
35
- return __awaiter(this, void 0, void 0, function* () {
36
- containerGroupProfileGetByRevisionNumber();
37
- });
38
- }
39
- main().catch(console.error);
40
- //# sourceMappingURL=containerGroupProfileGetByRevisionNumberSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerGroupProfileGetByRevisionNumberSample.js","sourceRoot":"","sources":["../../samples-dev/containerGroupProfileGetByRevisionNumberSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,iCAAiC,EAAE,MAAM,8BAA8B,CAAC;AACjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,wCAAwC;;QACrD,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,mCAAmC,CAAC;YAChD,sCAAsC,CAAC;QACzC,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,kCAAkC,CAAC,IAAI,MAAM,CAAC;QAC5D,MAAM,yBAAyB,GAAG,OAAO,CAAC;QAC1C,MAAM,cAAc,GAAG,GAAG,CAAC;QAC3B,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GACV,MAAM,MAAM,CAAC,+BAA+B,CAAC,mBAAmB,CAC9D,iBAAiB,EACjB,yBAAyB,EACzB,cAAc,CACf,CAAC;QACJ,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,wCAAwC,EAAE,CAAC;IAC7C,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=containerGroupProfileListAllRevisionsSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerGroupProfileListAllRevisionsSample.d.ts","sourceRoot":"","sources":["../../samples-dev/containerGroupProfileListAllRevisionsSample.ts"],"names":[],"mappings":""}
@@ -1,55 +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 { __asyncValues, __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { ContainerInstanceManagementClient } from "@azure/arm-containerinstance";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- import * as dotenv from "dotenv";
14
- dotenv.config();
15
- /**
16
- * This sample demonstrates how to Get a list of all the revisions of the specified container group profile in the given subscription and resource group. This operation returns properties of each revision of the specified container group profile including containers, image registry credentials, restart policy, IP address type, OS type volumes, revision number, etc.
17
- *
18
- * @summary Get a list of all the revisions of the specified container group profile in the given subscription and resource group. This operation returns properties of each revision of the specified container group profile including containers, image registry credentials, restart policy, IP address type, OS type volumes, revision number, etc.
19
- * x-ms-original-file: specification/containerinstance/resource-manager/Microsoft.ContainerInstance/preview/2024-05-01-preview/examples/ContainerGroupProfileListAllRevisions.json
20
- */
21
- function containerGroupProfileListAllRevisions() {
22
- return __awaiter(this, void 0, void 0, function* () {
23
- var _a, e_1, _b, _c;
24
- const subscriptionId = process.env["CONTAINERINSTANCE_SUBSCRIPTION_ID"] ||
25
- "00000000-0000-0000-0000-000000000000";
26
- const resourceGroupName = process.env["CONTAINERINSTANCE_RESOURCE_GROUP"] || "demo";
27
- const containerGroupProfileName = "demo1";
28
- const credential = new DefaultAzureCredential();
29
- const client = new ContainerInstanceManagementClient(credential, subscriptionId);
30
- const resArray = new Array();
31
- try {
32
- for (var _d = true, _e = __asyncValues(client.containerGroupProfileOperations.listAllRevisions(resourceGroupName, containerGroupProfileName)), _f; _f = yield _e.next(), _a = _f.done, !_a; _d = true) {
33
- _c = _f.value;
34
- _d = false;
35
- let item = _c;
36
- resArray.push(item);
37
- }
38
- }
39
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
40
- finally {
41
- try {
42
- if (!_d && !_a && (_b = _e.return)) yield _b.call(_e);
43
- }
44
- finally { if (e_1) throw e_1.error; }
45
- }
46
- console.log(resArray);
47
- });
48
- }
49
- function main() {
50
- return __awaiter(this, void 0, void 0, function* () {
51
- containerGroupProfileListAllRevisions();
52
- });
53
- }
54
- main().catch(console.error);
55
- //# sourceMappingURL=containerGroupProfileListAllRevisionsSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerGroupProfileListAllRevisionsSample.js","sourceRoot":"","sources":["../../samples-dev/containerGroupProfileListAllRevisionsSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,iCAAiC,EAAE,MAAM,8BAA8B,CAAC;AACjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,qCAAqC;;;QAClD,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,mCAAmC,CAAC;YAChD,sCAAsC,CAAC;QACzC,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,kCAAkC,CAAC,IAAI,MAAM,CAAC;QAC5D,MAAM,yBAAyB,GAAG,OAAO,CAAC;QAC1C,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,eAAA,KAAA,cAAA,MAAM,CAAC,+BAA+B,CAAC,gBAAgB,CAC5E,iBAAiB,EACjB,yBAAyB,CAC1B,CAAA,IAAA,sDAAE,CAAC;gBAHmB,cAGtB;gBAHsB,WAGtB;gBAHU,IAAI,IAAI,KAAA,CAAA;gBAIjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;YACtB,CAAC;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IACxB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,qCAAqC,EAAE,CAAC;IAC1C,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=containerGroupProfilesCreateOrUpdateSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerGroupProfilesCreateOrUpdateSample.d.ts","sourceRoot":"","sources":["../../samples-dev/containerGroupProfilesCreateOrUpdateSample.ts"],"names":[],"mappings":""}
@@ -1,260 +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 { __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { ContainerInstanceManagementClient, } from "@azure/arm-containerinstance";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- import * as dotenv from "dotenv";
14
- dotenv.config();
15
- /**
16
- * This sample demonstrates how to Create or update container group profiles with specified configurations.
17
- *
18
- * @summary Create or update container group profiles with specified configurations.
19
- * x-ms-original-file: specification/containerinstance/resource-manager/Microsoft.ContainerInstance/preview/2024-05-01-preview/examples/ContainerGroupProfileCreateOrUpdate_CreateConfidential.json
20
- */
21
- function confidentialContainerGroupProfile() {
22
- return __awaiter(this, void 0, void 0, function* () {
23
- const subscriptionId = process.env["CONTAINERINSTANCE_SUBSCRIPTION_ID"] ||
24
- "00000000-0000-0000-0000-000000000000";
25
- const resourceGroupName = process.env["CONTAINERINSTANCE_RESOURCE_GROUP"] || "demo";
26
- const containerGroupProfileName = "demo1";
27
- const containerGroupProfile = {
28
- confidentialComputeProperties: {
29
- ccePolicy: "eyJhbGxvd19hbGwiOiB0cnVlLCAiY29udGFpbmVycyI6IHsibGVuZ3RoIjogMCwgImVsZW1lbnRzIjogbnVsbH19",
30
- },
31
- containers: [
32
- {
33
- name: "accdemo",
34
- command: [],
35
- environmentVariables: [],
36
- image: "confiimage",
37
- ports: [{ port: 8000 }],
38
- resources: { requests: { cpu: 1, memoryInGB: 1.5 } },
39
- securityContext: {
40
- capabilities: { add: ["CAP_NET_ADMIN"] },
41
- privileged: false,
42
- },
43
- },
44
- ],
45
- imageRegistryCredentials: [],
46
- ipAddress: { type: "Public", ports: [{ port: 8000, protocol: "TCP" }] },
47
- location: "westeurope",
48
- osType: "Linux",
49
- sku: "Confidential",
50
- zones: ["1"],
51
- };
52
- const credential = new DefaultAzureCredential();
53
- const client = new ContainerInstanceManagementClient(credential, subscriptionId);
54
- const result = yield client.containerGroupProfiles.createOrUpdate(resourceGroupName, containerGroupProfileName, containerGroupProfile);
55
- console.log(result);
56
- });
57
- }
58
- /**
59
- * This sample demonstrates how to Create or update container group profiles with specified configurations.
60
- *
61
- * @summary Create or update container group profiles with specified configurations.
62
- * x-ms-original-file: specification/containerinstance/resource-manager/Microsoft.ContainerInstance/preview/2024-05-01-preview/examples/ContainerGroupProfileCreateOrUpdate_Extensions.json
63
- */
64
- function containerGroupProfileCreateWithExtensions() {
65
- return __awaiter(this, void 0, void 0, function* () {
66
- const subscriptionId = process.env["CONTAINERINSTANCE_SUBSCRIPTION_ID"] ||
67
- "00000000-0000-0000-0000-000000000000";
68
- const resourceGroupName = process.env["CONTAINERINSTANCE_RESOURCE_GROUP"] || "demo";
69
- const containerGroupProfileName = "demo1";
70
- const containerGroupProfile = {
71
- containers: [
72
- {
73
- name: "demo1",
74
- command: [],
75
- environmentVariables: [],
76
- image: "nginx",
77
- ports: [{ port: 80 }],
78
- resources: { requests: { cpu: 1, memoryInGB: 1.5 } },
79
- },
80
- ],
81
- imageRegistryCredentials: [],
82
- ipAddress: { type: "Private", ports: [{ port: 80, protocol: "TCP" }] },
83
- location: "eastus2",
84
- osType: "Linux",
85
- zones: ["1"],
86
- extensions: [
87
- {
88
- name: "kube-proxy",
89
- extensionType: "kube-proxy",
90
- protectedSettings: { kubeConfig: "<kubeconfig encoded string>" },
91
- settings: { clusterCidr: "10.240.0.0/16", kubeVersion: "v1.9.10" },
92
- version: "1.0",
93
- },
94
- {
95
- name: "vk-realtime-metrics",
96
- extensionType: "realtime-metrics",
97
- version: "1.0",
98
- },
99
- ],
100
- };
101
- const credential = new DefaultAzureCredential();
102
- const client = new ContainerInstanceManagementClient(credential, subscriptionId);
103
- const result = yield client.containerGroupProfiles.createOrUpdate(resourceGroupName, containerGroupProfileName, containerGroupProfile);
104
- console.log(result);
105
- });
106
- }
107
- /**
108
- * This sample demonstrates how to Create or update container group profiles with specified configurations.
109
- *
110
- * @summary Create or update container group profiles with specified configurations.
111
- * x-ms-original-file: specification/containerinstance/resource-manager/Microsoft.ContainerInstance/preview/2024-05-01-preview/examples/ContainerGroupProfileCreateOrUpdate_EncryptionProperties.json
112
- */
113
- function containerGroupProfileWithEncryptionProperties() {
114
- return __awaiter(this, void 0, void 0, function* () {
115
- const subscriptionId = process.env["CONTAINERINSTANCE_SUBSCRIPTION_ID"] ||
116
- "00000000-0000-0000-0000-000000000000";
117
- const resourceGroupName = process.env["CONTAINERINSTANCE_RESOURCE_GROUP"] || "demo";
118
- const containerGroupProfileName = "demo1";
119
- const containerGroupProfile = {
120
- containers: [
121
- {
122
- name: "demo1",
123
- command: [],
124
- environmentVariables: [],
125
- image: "nginx",
126
- ports: [{ port: 80 }],
127
- resources: { requests: { cpu: 1, memoryInGB: 1.5 } },
128
- },
129
- ],
130
- encryptionProperties: {
131
- identity: "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/container-group-identity",
132
- keyName: "test-key",
133
- keyVersion: "<key version>",
134
- vaultBaseUrl: "https://testkeyvault.vault.azure.net",
135
- },
136
- imageRegistryCredentials: [],
137
- ipAddress: { type: "Public", ports: [{ port: 80, protocol: "TCP" }] },
138
- location: "eastus2",
139
- osType: "Linux",
140
- zones: ["1"],
141
- };
142
- const credential = new DefaultAzureCredential();
143
- const client = new ContainerInstanceManagementClient(credential, subscriptionId);
144
- const result = yield client.containerGroupProfiles.createOrUpdate(resourceGroupName, containerGroupProfileName, containerGroupProfile);
145
- console.log(result);
146
- });
147
- }
148
- /**
149
- * This sample demonstrates how to Create or update container group profiles with specified configurations.
150
- *
151
- * @summary Create or update container group profiles with specified configurations.
152
- * x-ms-original-file: specification/containerinstance/resource-manager/Microsoft.ContainerInstance/preview/2024-05-01-preview/examples/ContainerGroupProfilesCreateOrUpdate.json
153
- */
154
- function containerGroupProfilesCreateOrUpdate() {
155
- return __awaiter(this, void 0, void 0, function* () {
156
- const subscriptionId = process.env["CONTAINERINSTANCE_SUBSCRIPTION_ID"] ||
157
- "00000000-0000-0000-0000-000000000000";
158
- const resourceGroupName = process.env["CONTAINERINSTANCE_RESOURCE_GROUP"] || "demo";
159
- const containerGroupProfileName = "demo1";
160
- const containerGroupProfile = {
161
- containers: [
162
- {
163
- name: "demo1",
164
- command: [],
165
- environmentVariables: [],
166
- image: "nginx",
167
- ports: [{ port: 80 }],
168
- resources: {
169
- requests: { cpu: 1, gpu: { count: 1, sku: "K80" }, memoryInGB: 1.5 },
170
- },
171
- volumeMounts: [
172
- { name: "volume1", mountPath: "/mnt/volume1", readOnly: false },
173
- { name: "volume2", mountPath: "/mnt/volume2", readOnly: false },
174
- { name: "volume3", mountPath: "/mnt/volume3", readOnly: true },
175
- ],
176
- },
177
- ],
178
- diagnostics: {
179
- logAnalytics: {
180
- logType: "ContainerInsights",
181
- metadata: { podUuid: "test-metadata-value" },
182
- workspaceId: "workspaceid",
183
- workspaceKey: "workspaceKey",
184
- workspaceResourceId: "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rg/providers/microsoft.operationalinsights/workspaces/workspace",
185
- },
186
- },
187
- imageRegistryCredentials: [],
188
- ipAddress: { type: "Public", ports: [{ port: 80, protocol: "TCP" }] },
189
- location: "west us",
190
- osType: "Linux",
191
- volumes: [
192
- {
193
- name: "volume1",
194
- azureFile: {
195
- shareName: "shareName",
196
- storageAccountKey: "accountKey",
197
- storageAccountName: "accountName",
198
- },
199
- },
200
- { name: "volume2", emptyDir: {} },
201
- {
202
- name: "volume3",
203
- secret: {
204
- secretKey1: "SecretValue1InBase64",
205
- secretKey2: "SecretValue2InBase64",
206
- },
207
- },
208
- ],
209
- zones: ["1"],
210
- };
211
- const credential = new DefaultAzureCredential();
212
- const client = new ContainerInstanceManagementClient(credential, subscriptionId);
213
- const result = yield client.containerGroupProfiles.createOrUpdate(resourceGroupName, containerGroupProfileName, containerGroupProfile);
214
- console.log(result);
215
- });
216
- }
217
- /**
218
- * This sample demonstrates how to Create or update container group profiles with specified configurations.
219
- *
220
- * @summary Create or update container group profiles with specified configurations.
221
- * x-ms-original-file: specification/containerinstance/resource-manager/Microsoft.ContainerInstance/preview/2024-05-01-preview/examples/ContainerGroupsProfileCreateOrUpdate_CreatePriority.json
222
- */
223
- function containerGroupsCreateWithPriority() {
224
- return __awaiter(this, void 0, void 0, function* () {
225
- const subscriptionId = process.env["CONTAINERINSTANCE_SUBSCRIPTION_ID"] ||
226
- "00000000-0000-0000-0000-000000000000";
227
- const resourceGroupName = process.env["CONTAINERINSTANCE_RESOURCE_GROUP"] || "demo";
228
- const containerGroupProfileName = "demo1";
229
- const containerGroupProfile = {
230
- containers: [
231
- {
232
- name: "test-container-001",
233
- command: ["/bin/sh", "-c", "sleep 10"],
234
- image: "alpine:latest",
235
- resources: { requests: { cpu: 1, memoryInGB: 1 } },
236
- },
237
- ],
238
- location: "eastus",
239
- osType: "Linux",
240
- priority: "Spot",
241
- restartPolicy: "Never",
242
- sku: "Standard",
243
- };
244
- const credential = new DefaultAzureCredential();
245
- const client = new ContainerInstanceManagementClient(credential, subscriptionId);
246
- const result = yield client.containerGroupProfiles.createOrUpdate(resourceGroupName, containerGroupProfileName, containerGroupProfile);
247
- console.log(result);
248
- });
249
- }
250
- function main() {
251
- return __awaiter(this, void 0, void 0, function* () {
252
- confidentialContainerGroupProfile();
253
- containerGroupProfileCreateWithExtensions();
254
- containerGroupProfileWithEncryptionProperties();
255
- containerGroupProfilesCreateOrUpdate();
256
- containerGroupsCreateWithPriority();
257
- });
258
- }
259
- main().catch(console.error);
260
- //# sourceMappingURL=containerGroupProfilesCreateOrUpdateSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerGroupProfilesCreateOrUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/containerGroupProfilesCreateOrUpdateSample.ts"],"names":[],"mappings":"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"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=containerGroupProfilesDeleteSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerGroupProfilesDeleteSample.d.ts","sourceRoot":"","sources":["../../samples-dev/containerGroupProfilesDeleteSample.ts"],"names":[],"mappings":""}
@@ -1,39 +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 { __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { ContainerInstanceManagementClient } from "@azure/arm-containerinstance";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- import * as dotenv from "dotenv";
14
- dotenv.config();
15
- /**
16
- * This sample demonstrates how to Delete the specified container group profile in the specified subscription and resource group. The operation does not delete other resources provided by the user, such as volumes.
17
- *
18
- * @summary Delete the specified container group profile in the specified subscription and resource group. The operation does not delete other resources provided by the user, such as volumes.
19
- * x-ms-original-file: specification/containerinstance/resource-manager/Microsoft.ContainerInstance/preview/2024-05-01-preview/examples/ContainerGroupProfilesDelete.json
20
- */
21
- function containerGroupProfilesDelete() {
22
- return __awaiter(this, void 0, void 0, function* () {
23
- const subscriptionId = process.env["CONTAINERINSTANCE_SUBSCRIPTION_ID"] ||
24
- "00000000-0000-0000-0000-000000000000";
25
- const resourceGroupName = process.env["CONTAINERINSTANCE_RESOURCE_GROUP"] || "demo";
26
- const containerGroupProfileName = "demo1";
27
- const credential = new DefaultAzureCredential();
28
- const client = new ContainerInstanceManagementClient(credential, subscriptionId);
29
- const result = yield client.containerGroupProfiles.delete(resourceGroupName, containerGroupProfileName);
30
- console.log(result);
31
- });
32
- }
33
- function main() {
34
- return __awaiter(this, void 0, void 0, function* () {
35
- containerGroupProfilesDelete();
36
- });
37
- }
38
- main().catch(console.error);
39
- //# sourceMappingURL=containerGroupProfilesDeleteSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerGroupProfilesDeleteSample.js","sourceRoot":"","sources":["../../samples-dev/containerGroupProfilesDeleteSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,iCAAiC,EAAE,MAAM,8BAA8B,CAAC;AACjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,4BAA4B;;QACzC,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,mCAAmC,CAAC;YAChD,sCAAsC,CAAC;QACzC,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,kCAAkC,CAAC,IAAI,MAAM,CAAC;QAC5D,MAAM,yBAAyB,GAAG,OAAO,CAAC;QAC1C,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,sBAAsB,CAAC,MAAM,CACvD,iBAAiB,EACjB,yBAAyB,CAC1B,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,4BAA4B,EAAE,CAAC;IACjC,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=containerGroupProfilesGetSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerGroupProfilesGetSample.d.ts","sourceRoot":"","sources":["../../samples-dev/containerGroupProfilesGetSample.ts"],"names":[],"mappings":""}
@@ -1,58 +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 { __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { ContainerInstanceManagementClient } from "@azure/arm-containerinstance";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- import * as dotenv from "dotenv";
14
- dotenv.config();
15
- /**
16
- * This sample demonstrates how to Gets the properties of the specified container group profile in the specified subscription and resource group. The operation returns the properties of container group profile including containers, image registry credentials, restart policy, IP address type, OS type, volumes, current revision number, etc.
17
- *
18
- * @summary Gets the properties of the specified container group profile in the specified subscription and resource group. The operation returns the properties of container group profile including containers, image registry credentials, restart policy, IP address type, OS type, volumes, current revision number, etc.
19
- * x-ms-original-file: specification/containerinstance/resource-manager/Microsoft.ContainerInstance/preview/2024-05-01-preview/examples/ContainerGroupProfilesGetPriority.json
20
- */
21
- function containerGroupProfilesGetWithPriority() {
22
- return __awaiter(this, void 0, void 0, function* () {
23
- const subscriptionId = process.env["CONTAINERINSTANCE_SUBSCRIPTION_ID"] ||
24
- "00000000-0000-0000-0000-000000000000";
25
- const resourceGroupName = process.env["CONTAINERINSTANCE_RESOURCE_GROUP"] || "demo";
26
- const containerGroupProfileName = "demo1";
27
- const credential = new DefaultAzureCredential();
28
- const client = new ContainerInstanceManagementClient(credential, subscriptionId);
29
- const result = yield client.containerGroupProfiles.get(resourceGroupName, containerGroupProfileName);
30
- console.log(result);
31
- });
32
- }
33
- /**
34
- * This sample demonstrates how to Gets the properties of the specified container group profile in the specified subscription and resource group. The operation returns the properties of container group profile including containers, image registry credentials, restart policy, IP address type, OS type, volumes, current revision number, etc.
35
- *
36
- * @summary Gets the properties of the specified container group profile in the specified subscription and resource group. The operation returns the properties of container group profile including containers, image registry credentials, restart policy, IP address type, OS type, volumes, current revision number, etc.
37
- * x-ms-original-file: specification/containerinstance/resource-manager/Microsoft.ContainerInstance/preview/2024-05-01-preview/examples/ContainerGroupProfilesGet.json
38
- */
39
- function containerGroupProfilesGetSucceeded() {
40
- return __awaiter(this, void 0, void 0, function* () {
41
- const subscriptionId = process.env["CONTAINERINSTANCE_SUBSCRIPTION_ID"] ||
42
- "00000000-0000-0000-0000-000000000000";
43
- const resourceGroupName = process.env["CONTAINERINSTANCE_RESOURCE_GROUP"] || "demo";
44
- const containerGroupProfileName = "demo1";
45
- const credential = new DefaultAzureCredential();
46
- const client = new ContainerInstanceManagementClient(credential, subscriptionId);
47
- const result = yield client.containerGroupProfiles.get(resourceGroupName, containerGroupProfileName);
48
- console.log(result);
49
- });
50
- }
51
- function main() {
52
- return __awaiter(this, void 0, void 0, function* () {
53
- containerGroupProfilesGetWithPriority();
54
- containerGroupProfilesGetSucceeded();
55
- });
56
- }
57
- main().catch(console.error);
58
- //# sourceMappingURL=containerGroupProfilesGetSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerGroupProfilesGetSample.js","sourceRoot":"","sources":["../../samples-dev/containerGroupProfilesGetSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,iCAAiC,EAAE,MAAM,8BAA8B,CAAC;AACjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,qCAAqC;;QAClD,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,mCAAmC,CAAC;YAChD,sCAAsC,CAAC;QACzC,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,kCAAkC,CAAC,IAAI,MAAM,CAAC;QAC5D,MAAM,yBAAyB,GAAG,OAAO,CAAC;QAC1C,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,sBAAsB,CAAC,GAAG,CACpD,iBAAiB,EACjB,yBAAyB,CAC1B,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED;;;;;GAKG;AACH,SAAe,kCAAkC;;QAC/C,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,mCAAmC,CAAC;YAChD,sCAAsC,CAAC;QACzC,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,kCAAkC,CAAC,IAAI,MAAM,CAAC;QAC5D,MAAM,yBAAyB,GAAG,OAAO,CAAC;QAC1C,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,sBAAsB,CAAC,GAAG,CACpD,iBAAiB,EACjB,yBAAyB,CAC1B,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,qCAAqC,EAAE,CAAC;QACxC,kCAAkC,EAAE,CAAC;IACvC,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=containerGroupProfilesListByResourceGroupSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerGroupProfilesListByResourceGroupSample.d.ts","sourceRoot":"","sources":["../../samples-dev/containerGroupProfilesListByResourceGroupSample.ts"],"names":[],"mappings":""}
@@ -1,54 +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 { __asyncValues, __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { ContainerInstanceManagementClient } from "@azure/arm-containerinstance";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- import * as dotenv from "dotenv";
14
- dotenv.config();
15
- /**
16
- * This sample demonstrates how to Get a list of container group profiles in a specified subscription and resource group. This operation returns properties of each container group profile including containers, image registry credentials, restart policy, IP address type, OS type volumes, current revision number, etc.
17
- *
18
- * @summary Get a list of container group profiles in a specified subscription and resource group. This operation returns properties of each container group profile including containers, image registry credentials, restart policy, IP address type, OS type volumes, current revision number, etc.
19
- * x-ms-original-file: specification/containerinstance/resource-manager/Microsoft.ContainerInstance/preview/2024-05-01-preview/examples/ContainerGroupProfilesListByResourceGroup.json
20
- */
21
- function containerGroupProfilesListByResourceGroup() {
22
- return __awaiter(this, void 0, void 0, function* () {
23
- var _a, e_1, _b, _c;
24
- const subscriptionId = process.env["CONTAINERINSTANCE_SUBSCRIPTION_ID"] ||
25
- "00000000-0000-0000-0000-000000000000";
26
- const resourceGroupName = process.env["CONTAINERINSTANCE_RESOURCE_GROUP"] || "demo";
27
- const credential = new DefaultAzureCredential();
28
- const client = new ContainerInstanceManagementClient(credential, subscriptionId);
29
- const resArray = new Array();
30
- try {
31
- for (var _d = true, _e = __asyncValues(client.containerGroupProfiles.listByResourceGroup(resourceGroupName)), _f; _f = yield _e.next(), _a = _f.done, !_a; _d = true) {
32
- _c = _f.value;
33
- _d = false;
34
- let item = _c;
35
- resArray.push(item);
36
- }
37
- }
38
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
39
- finally {
40
- try {
41
- if (!_d && !_a && (_b = _e.return)) yield _b.call(_e);
42
- }
43
- finally { if (e_1) throw e_1.error; }
44
- }
45
- console.log(resArray);
46
- });
47
- }
48
- function main() {
49
- return __awaiter(this, void 0, void 0, function* () {
50
- containerGroupProfilesListByResourceGroup();
51
- });
52
- }
53
- main().catch(console.error);
54
- //# sourceMappingURL=containerGroupProfilesListByResourceGroupSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerGroupProfilesListByResourceGroupSample.js","sourceRoot":"","sources":["../../samples-dev/containerGroupProfilesListByResourceGroupSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,iCAAiC,EAAE,MAAM,8BAA8B,CAAC;AACjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,yCAAyC;;;QACtD,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,mCAAmC,CAAC;YAChD,sCAAsC,CAAC;QACzC,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,kCAAkC,CAAC,IAAI,MAAM,CAAC;QAC5D,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,eAAA,KAAA,cAAA,MAAM,CAAC,sBAAsB,CAAC,mBAAmB,CACtE,iBAAiB,CAClB,CAAA,IAAA,sDAAE,CAAC;gBAFmB,cAEtB;gBAFsB,WAEtB;gBAFU,IAAI,IAAI,KAAA,CAAA;gBAGjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;YACtB,CAAC;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IACxB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,yCAAyC,EAAE,CAAC;IAC9C,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=containerGroupProfilesListSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerGroupProfilesListSample.d.ts","sourceRoot":"","sources":["../../samples-dev/containerGroupProfilesListSample.ts"],"names":[],"mappings":""}