@pulumi/azure-native 2.10.0 → 2.11.1-alpha.1697052021

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 (785) hide show
  1. package/azurestackhci/arcSetting.js +2 -2
  2. package/azurestackhci/cluster.js +2 -2
  3. package/azurestackhci/extension.js +2 -2
  4. package/azurestackhci/index.d.ts +2 -1
  5. package/azurestackhci/index.js +4 -2
  6. package/azurestackhci/update.js +2 -2
  7. package/azurestackhci/updateRun.js +2 -2
  8. package/azurestackhci/updateSummary.js +2 -2
  9. package/azurestackhci/v20210901preview/arcSetting.js +2 -2
  10. package/azurestackhci/v20220101/cluster.js +2 -2
  11. package/azurestackhci/v20220901/cluster.js +2 -2
  12. package/azurestackhci/v20221215preview/arcSetting.js +2 -2
  13. package/azurestackhci/v20221215preview/cluster.js +2 -2
  14. package/azurestackhci/v20221215preview/extension.js +2 -2
  15. package/azurestackhci/v20221215preview/update.js +2 -2
  16. package/azurestackhci/v20221215preview/updateRun.js +2 -2
  17. package/azurestackhci/v20221215preview/updateSummary.js +2 -2
  18. package/azurestackhci/v20230301/arcSetting.js +2 -2
  19. package/azurestackhci/v20230301/cluster.js +2 -2
  20. package/azurestackhci/v20230301/extension.js +2 -2
  21. package/azurestackhci/v20230301/update.js +2 -2
  22. package/azurestackhci/v20230301/updateRun.js +2 -2
  23. package/azurestackhci/v20230301/updateSummary.js +2 -2
  24. package/azurestackhci/v20230601/arcSetting.js +2 -2
  25. package/azurestackhci/v20230601/cluster.js +2 -2
  26. package/azurestackhci/v20230601/extension.js +2 -2
  27. package/azurestackhci/v20230601/update.js +2 -2
  28. package/azurestackhci/v20230601/updateRun.js +2 -2
  29. package/azurestackhci/v20230601/updateSummary.js +2 -2
  30. package/azurestackhci/v20230801/arcSetting.d.ts +123 -0
  31. package/azurestackhci/v20230801/arcSetting.js +91 -0
  32. package/azurestackhci/v20230801/cluster.d.ts +206 -0
  33. package/azurestackhci/v20230801/cluster.js +120 -0
  34. package/azurestackhci/v20230801/extension.d.ts +138 -0
  35. package/azurestackhci/v20230801/extension.js +97 -0
  36. package/azurestackhci/v20230801/getArcSetting.d.ts +99 -0
  37. package/azurestackhci/v20230801/getArcSetting.js +27 -0
  38. package/azurestackhci/v20230801/getCluster.d.ts +155 -0
  39. package/azurestackhci/v20230801/getCluster.js +26 -0
  40. package/azurestackhci/v20230801/getExtension.d.ts +111 -0
  41. package/azurestackhci/v20230801/getExtension.js +28 -0
  42. package/azurestackhci/v20230801/getUpdate.d.ts +131 -0
  43. package/azurestackhci/v20230801/getUpdate.js +27 -0
  44. package/azurestackhci/v20230801/getUpdateRun.d.ts +119 -0
  45. package/azurestackhci/v20230801/getUpdateRun.js +28 -0
  46. package/azurestackhci/v20230801/getUpdateSummary.d.ts +87 -0
  47. package/azurestackhci/v20230801/getUpdateSummary.js +26 -0
  48. package/azurestackhci/v20230801/index.d.ts +37 -0
  49. package/azurestackhci/v20230801/index.js +76 -0
  50. package/azurestackhci/v20230801/update.d.ts +200 -0
  51. package/azurestackhci/v20230801/update.js +107 -0
  52. package/azurestackhci/v20230801/updateRun.d.ts +168 -0
  53. package/azurestackhci/v20230801/updateRun.js +101 -0
  54. package/azurestackhci/v20230801/updateSummary.d.ts +123 -0
  55. package/azurestackhci/v20230801/updateSummary.js +88 -0
  56. package/botservice/bot.js +2 -2
  57. package/botservice/botConnection.js +2 -2
  58. package/botservice/channel.js +2 -2
  59. package/botservice/index.d.ts +2 -1
  60. package/botservice/index.js +4 -2
  61. package/botservice/privateEndpointConnection.js +2 -2
  62. package/botservice/v20220915/bot.js +2 -2
  63. package/botservice/v20220915/botConnection.js +2 -2
  64. package/botservice/v20220915/channel.js +2 -2
  65. package/botservice/v20220915/privateEndpointConnection.js +2 -2
  66. package/botservice/v20230915preview/bot.d.ts +104 -0
  67. package/botservice/v20230915preview/bot.js +80 -0
  68. package/botservice/v20230915preview/botConnection.d.ts +108 -0
  69. package/botservice/v20230915preview/botConnection.js +84 -0
  70. package/botservice/v20230915preview/channel.d.ts +108 -0
  71. package/botservice/v20230915preview/channel.js +83 -0
  72. package/botservice/v20230915preview/getBot.d.ts +77 -0
  73. package/botservice/v20230915preview/getBot.js +26 -0
  74. package/botservice/v20230915preview/getBotConnection.d.ts +85 -0
  75. package/botservice/v20230915preview/getBotConnection.js +27 -0
  76. package/botservice/v20230915preview/getChannel.d.ts +85 -0
  77. package/botservice/v20230915preview/getChannel.js +27 -0
  78. package/botservice/v20230915preview/getPrivateEndpointConnection.d.ts +71 -0
  79. package/botservice/v20230915preview/getPrivateEndpointConnection.js +27 -0
  80. package/botservice/v20230915preview/index.d.ts +37 -0
  81. package/botservice/v20230915preview/index.js +74 -0
  82. package/botservice/v20230915preview/listBotConnectionServiceProviders.d.ts +25 -0
  83. package/botservice/v20230915preview/listBotConnectionServiceProviders.js +24 -0
  84. package/botservice/v20230915preview/listBotConnectionWithSecrets.d.ts +85 -0
  85. package/botservice/v20230915preview/listBotConnectionWithSecrets.js +27 -0
  86. package/botservice/v20230915preview/listChannelWithKeys.d.ts +105 -0
  87. package/botservice/v20230915preview/listChannelWithKeys.js +27 -0
  88. package/botservice/v20230915preview/listQnAMakerEndpointKey.d.ts +50 -0
  89. package/botservice/v20230915preview/listQnAMakerEndpointKey.js +27 -0
  90. package/botservice/v20230915preview/privateEndpointConnection.d.ts +79 -0
  91. package/botservice/v20230915preview/privateEndpointConnection.js +80 -0
  92. package/cache/database.js +2 -2
  93. package/cache/enterprisePrivateEndpointConnection.js +2 -2
  94. package/cache/index.d.ts +2 -1
  95. package/cache/index.js +4 -2
  96. package/cache/redisEnterprise.js +2 -2
  97. package/cache/v20201001preview/redisEnterprise.js +2 -2
  98. package/cache/v20230301preview/database.js +2 -2
  99. package/cache/v20230301preview/enterprisePrivateEndpointConnection.js +2 -2
  100. package/cache/v20230301preview/redisEnterprise.js +2 -2
  101. package/cache/v20230701/database.js +2 -2
  102. package/cache/v20230701/enterprisePrivateEndpointConnection.js +2 -2
  103. package/cache/v20230701/redisEnterprise.js +2 -2
  104. package/cache/v20230801preview/database.js +2 -2
  105. package/cache/v20230801preview/enterprisePrivateEndpointConnection.js +2 -2
  106. package/cache/v20230801preview/redisEnterprise.js +2 -2
  107. package/cache/v20231001preview/database.d.ts +124 -0
  108. package/cache/v20231001preview/database.js +89 -0
  109. package/cache/v20231001preview/enterprisePrivateEndpointConnection.d.ts +75 -0
  110. package/cache/v20231001preview/enterprisePrivateEndpointConnection.js +80 -0
  111. package/cache/v20231001preview/getDatabase.d.ts +95 -0
  112. package/cache/v20231001preview/getDatabase.js +27 -0
  113. package/cache/v20231001preview/getEnterprisePrivateEndpointConnection.d.ts +71 -0
  114. package/cache/v20231001preview/getEnterprisePrivateEndpointConnection.js +27 -0
  115. package/cache/v20231001preview/getRedisEnterprise.d.ts +101 -0
  116. package/cache/v20231001preview/getRedisEnterprise.js +26 -0
  117. package/cache/v20231001preview/index.d.ts +22 -0
  118. package/cache/v20231001preview/index.js +58 -0
  119. package/cache/v20231001preview/listDatabaseKeys.d.ts +50 -0
  120. package/cache/v20231001preview/listDatabaseKeys.js +27 -0
  121. package/cache/v20231001preview/redisEnterprise.d.ts +136 -0
  122. package/cache/v20231001preview/redisEnterprise.js +94 -0
  123. package/communication/communicationService.js +2 -2
  124. package/communication/domain.js +2 -2
  125. package/communication/emailService.js +2 -2
  126. package/communication/getSuppressionList.d.ts +85 -0
  127. package/communication/getSuppressionList.js +30 -0
  128. package/communication/getSuppressionListAddress.d.ts +101 -0
  129. package/communication/getSuppressionListAddress.js +31 -0
  130. package/communication/index.d.ts +14 -1
  131. package/communication/index.js +18 -2
  132. package/communication/senderUsername.js +2 -2
  133. package/communication/suppressionList.d.ts +83 -0
  134. package/communication/suppressionList.js +84 -0
  135. package/communication/suppressionListAddress.d.ts +107 -0
  136. package/communication/suppressionListAddress.js +95 -0
  137. package/communication/v20220701preview/domain.js +2 -2
  138. package/communication/v20230331/communicationService.js +2 -2
  139. package/communication/v20230331/domain.js +2 -2
  140. package/communication/v20230331/emailService.js +2 -2
  141. package/communication/v20230331/senderUsername.js +2 -2
  142. package/communication/v20230401preview/communicationService.js +2 -2
  143. package/communication/v20230401preview/domain.js +2 -2
  144. package/communication/v20230401preview/emailService.js +2 -2
  145. package/communication/v20230401preview/senderUsername.js +2 -2
  146. package/communication/v20230601preview/communicationService.d.ts +119 -0
  147. package/communication/v20230601preview/communicationService.js +90 -0
  148. package/communication/v20230601preview/domain.d.ts +119 -0
  149. package/communication/v20230601preview/domain.js +94 -0
  150. package/communication/v20230601preview/emailService.d.ts +86 -0
  151. package/communication/v20230601preview/emailService.js +78 -0
  152. package/communication/v20230601preview/getCommunicationService.d.ts +93 -0
  153. package/communication/v20230601preview/getCommunicationService.js +26 -0
  154. package/communication/v20230601preview/getDomain.d.ts +101 -0
  155. package/communication/v20230601preview/getDomain.js +27 -0
  156. package/communication/v20230601preview/getEmailService.d.ts +69 -0
  157. package/communication/v20230601preview/getEmailService.js +26 -0
  158. package/communication/v20230601preview/getSenderUsername.d.ts +83 -0
  159. package/communication/v20230601preview/getSenderUsername.js +28 -0
  160. package/communication/v20230601preview/getSuppressionList.d.ts +83 -0
  161. package/communication/v20230601preview/getSuppressionList.js +28 -0
  162. package/communication/v20230601preview/getSuppressionListAddress.d.ts +99 -0
  163. package/communication/v20230601preview/getSuppressionListAddress.js +29 -0
  164. package/communication/v20230601preview/index.d.ts +40 -0
  165. package/communication/v20230601preview/index.js +79 -0
  166. package/communication/v20230601preview/listCommunicationServiceKeys.d.ts +50 -0
  167. package/communication/v20230601preview/listCommunicationServiceKeys.js +26 -0
  168. package/communication/v20230601preview/senderUsername.d.ts +86 -0
  169. package/communication/v20230601preview/senderUsername.js +86 -0
  170. package/communication/v20230601preview/suppressionList.d.ts +82 -0
  171. package/communication/v20230601preview/suppressionList.js +83 -0
  172. package/communication/v20230601preview/suppressionListAddress.d.ts +106 -0
  173. package/communication/v20230601preview/suppressionListAddress.js +94 -0
  174. package/dbformysql/v20171201/configuration.d.ts +85 -0
  175. package/dbformysql/v20171201/configuration.js +81 -0
  176. package/dbformysql/v20171201/database.d.ts +69 -0
  177. package/dbformysql/v20171201/database.js +73 -0
  178. package/dbformysql/v20171201/firewallRule.d.ts +69 -0
  179. package/dbformysql/v20171201/firewallRule.js +79 -0
  180. package/dbformysql/v20171201/getConfiguration.d.ts +78 -0
  181. package/dbformysql/v20171201/getConfiguration.js +27 -0
  182. package/dbformysql/v20171201/getDatabase.d.ts +62 -0
  183. package/dbformysql/v20171201/getDatabase.js +27 -0
  184. package/dbformysql/v20171201/getFirewallRule.d.ts +62 -0
  185. package/dbformysql/v20171201/getFirewallRule.js +27 -0
  186. package/dbformysql/v20171201/getServerAdministrator.d.ts +62 -0
  187. package/dbformysql/v20171201/getServerAdministrator.js +26 -0
  188. package/dbformysql/v20171201/getVirtualNetworkRule.d.ts +66 -0
  189. package/dbformysql/v20171201/getVirtualNetworkRule.js +27 -0
  190. package/dbformysql/v20171201/index.d.ts +30 -0
  191. package/dbformysql/v20171201/index.js +37 -2
  192. package/dbformysql/v20171201/serverAdministrator.d.ts +82 -0
  193. package/dbformysql/v20171201/serverAdministrator.js +88 -0
  194. package/dbformysql/v20171201/virtualNetworkRule.d.ts +73 -0
  195. package/dbformysql/v20171201/virtualNetworkRule.js +78 -0
  196. package/dbforpostgresql/v20171201/configuration.d.ts +85 -0
  197. package/dbforpostgresql/v20171201/configuration.js +81 -0
  198. package/dbforpostgresql/v20171201/database.d.ts +69 -0
  199. package/dbforpostgresql/v20171201/database.js +73 -0
  200. package/dbforpostgresql/v20171201/firewallRule.d.ts +69 -0
  201. package/dbforpostgresql/v20171201/firewallRule.js +79 -0
  202. package/dbforpostgresql/v20171201/getConfiguration.d.ts +78 -0
  203. package/dbforpostgresql/v20171201/getConfiguration.js +27 -0
  204. package/dbforpostgresql/v20171201/getDatabase.d.ts +62 -0
  205. package/dbforpostgresql/v20171201/getDatabase.js +27 -0
  206. package/dbforpostgresql/v20171201/getFirewallRule.d.ts +62 -0
  207. package/dbforpostgresql/v20171201/getFirewallRule.js +27 -0
  208. package/dbforpostgresql/v20171201/getServerAdministrator.d.ts +62 -0
  209. package/dbforpostgresql/v20171201/getServerAdministrator.js +26 -0
  210. package/dbforpostgresql/v20171201/getServerSecurityAlertPolicy.d.ts +82 -0
  211. package/dbforpostgresql/v20171201/getServerSecurityAlertPolicy.js +27 -0
  212. package/dbforpostgresql/v20171201/getVirtualNetworkRule.d.ts +66 -0
  213. package/dbforpostgresql/v20171201/getVirtualNetworkRule.js +27 -0
  214. package/dbforpostgresql/v20171201/index.d.ts +36 -0
  215. package/dbforpostgresql/v20171201/index.js +44 -2
  216. package/dbforpostgresql/v20171201/serverAdministrator.d.ts +82 -0
  217. package/dbforpostgresql/v20171201/serverAdministrator.js +88 -0
  218. package/dbforpostgresql/v20171201/serverSecurityAlertPolicy.d.ts +110 -0
  219. package/dbforpostgresql/v20171201/serverSecurityAlertPolicy.js +86 -0
  220. package/dbforpostgresql/v20171201/virtualNetworkRule.d.ts +73 -0
  221. package/dbforpostgresql/v20171201/virtualNetworkRule.js +78 -0
  222. package/elastic/index.d.ts +2 -1
  223. package/elastic/index.js +4 -2
  224. package/elastic/monitor.js +2 -2
  225. package/elastic/tagRule.js +2 -2
  226. package/elastic/v20230601/monitor.js +2 -2
  227. package/elastic/v20230601/tagRule.js +2 -2
  228. package/elastic/v20230615preview/monitor.js +2 -2
  229. package/elastic/v20230615preview/tagRule.js +2 -2
  230. package/elastic/v20230701preview/monitor.js +2 -2
  231. package/elastic/v20230701preview/tagRule.js +2 -2
  232. package/elastic/v20231001preview/getBillingInfo.d.ts +43 -0
  233. package/elastic/v20231001preview/getBillingInfo.js +26 -0
  234. package/elastic/v20231001preview/getMonitor.d.ts +73 -0
  235. package/elastic/v20231001preview/getMonitor.js +26 -0
  236. package/elastic/v20231001preview/getOrganizationApiKey.d.ts +28 -0
  237. package/elastic/v20231001preview/getOrganizationApiKey.js +26 -0
  238. package/elastic/v20231001preview/getOrganizationElasticToAzureSubscriptionMapping.d.ts +21 -0
  239. package/elastic/v20231001preview/getOrganizationElasticToAzureSubscriptionMapping.js +24 -0
  240. package/elastic/v20231001preview/getTagRule.d.ts +63 -0
  241. package/elastic/v20231001preview/getTagRule.js +27 -0
  242. package/elastic/v20231001preview/index.d.ts +43 -0
  243. package/elastic/v20231001preview/index.js +78 -0
  244. package/elastic/v20231001preview/listAllTrafficFilter.d.ts +39 -0
  245. package/elastic/v20231001preview/listAllTrafficFilter.js +26 -0
  246. package/elastic/v20231001preview/listConnectedPartnerResource.d.ts +43 -0
  247. package/elastic/v20231001preview/listConnectedPartnerResource.js +26 -0
  248. package/elastic/v20231001preview/listDeploymentInfo.d.ts +63 -0
  249. package/elastic/v20231001preview/listDeploymentInfo.js +26 -0
  250. package/elastic/v20231001preview/listMonitoredResource.d.ts +43 -0
  251. package/elastic/v20231001preview/listMonitoredResource.js +26 -0
  252. package/elastic/v20231001preview/listUpgradableVersionDetails.d.ts +42 -0
  253. package/elastic/v20231001preview/listUpgradableVersionDetails.js +26 -0
  254. package/elastic/v20231001preview/listVMHost.d.ts +43 -0
  255. package/elastic/v20231001preview/listVMHost.js +26 -0
  256. package/elastic/v20231001preview/listlistAssociatedTrafficFilter.d.ts +39 -0
  257. package/elastic/v20231001preview/listlistAssociatedTrafficFilter.js +26 -0
  258. package/elastic/v20231001preview/monitor.d.ts +99 -0
  259. package/elastic/v20231001preview/monitor.js +77 -0
  260. package/elastic/v20231001preview/tagRule.d.ts +67 -0
  261. package/elastic/v20231001preview/tagRule.js +73 -0
  262. package/machinelearningservices/batchDeployment.js +2 -2
  263. package/machinelearningservices/batchEndpoint.js +2 -2
  264. package/machinelearningservices/capacityReservationGroup.d.ts +104 -0
  265. package/machinelearningservices/capacityReservationGroup.js +82 -0
  266. package/machinelearningservices/codeContainer.js +2 -2
  267. package/machinelearningservices/codeVersion.js +2 -2
  268. package/machinelearningservices/componentContainer.js +2 -2
  269. package/machinelearningservices/componentVersion.js +2 -2
  270. package/machinelearningservices/compute.js +2 -2
  271. package/machinelearningservices/dataContainer.js +2 -2
  272. package/machinelearningservices/dataVersion.js +2 -2
  273. package/machinelearningservices/datastore.js +2 -2
  274. package/machinelearningservices/environmentContainer.js +2 -2
  275. package/machinelearningservices/environmentSpecificationVersion.js +2 -2
  276. package/machinelearningservices/environmentVersion.js +2 -2
  277. package/machinelearningservices/featuresetContainerEntity.js +2 -2
  278. package/machinelearningservices/featuresetVersion.js +2 -2
  279. package/machinelearningservices/featurestoreEntityContainerEntity.js +2 -2
  280. package/machinelearningservices/featurestoreEntityVersion.js +2 -2
  281. package/machinelearningservices/getCapacityReservationGroup.d.ts +68 -0
  282. package/machinelearningservices/getCapacityReservationGroup.js +26 -0
  283. package/machinelearningservices/getComputeAllowedResizeSizes.d.ts +49 -0
  284. package/machinelearningservices/getComputeAllowedResizeSizes.js +29 -0
  285. package/machinelearningservices/getInferenceEndpoint.d.ts +90 -0
  286. package/machinelearningservices/getInferenceEndpoint.js +28 -0
  287. package/machinelearningservices/getInferenceGroup.d.ts +90 -0
  288. package/machinelearningservices/getInferenceGroup.js +28 -0
  289. package/machinelearningservices/getInferenceGroupStatus.d.ts +64 -0
  290. package/machinelearningservices/getInferenceGroupStatus.js +28 -0
  291. package/machinelearningservices/getInferencePool.d.ts +82 -0
  292. package/machinelearningservices/getInferencePool.js +27 -0
  293. package/machinelearningservices/getInferencePoolStatus.d.ts +55 -0
  294. package/machinelearningservices/getInferencePoolStatus.js +27 -0
  295. package/machinelearningservices/getServerlessEndpoint.d.ts +82 -0
  296. package/machinelearningservices/getServerlessEndpoint.js +27 -0
  297. package/machinelearningservices/getServerlessEndpointStatus.d.ts +45 -0
  298. package/machinelearningservices/getServerlessEndpointStatus.js +27 -0
  299. package/machinelearningservices/index.d.ts +47 -1
  300. package/machinelearningservices/index.js +57 -5
  301. package/machinelearningservices/inferenceEndpoint.d.ts +115 -0
  302. package/machinelearningservices/inferenceEndpoint.js +90 -0
  303. package/machinelearningservices/inferenceGroup.d.ts +115 -0
  304. package/machinelearningservices/inferenceGroup.js +91 -0
  305. package/machinelearningservices/inferencePool.d.ts +111 -0
  306. package/machinelearningservices/inferencePool.js +87 -0
  307. package/machinelearningservices/job.js +2 -2
  308. package/machinelearningservices/labelingJob.js +2 -2
  309. package/machinelearningservices/listServerlessEndpointKeys.d.ts +52 -0
  310. package/machinelearningservices/listServerlessEndpointKeys.js +29 -0
  311. package/machinelearningservices/machineLearningDatastore.js +2 -2
  312. package/machinelearningservices/managedNetworkSettingsRule.js +2 -2
  313. package/machinelearningservices/modelContainer.js +2 -2
  314. package/machinelearningservices/modelVersion.js +2 -2
  315. package/machinelearningservices/onlineDeployment.js +2 -2
  316. package/machinelearningservices/onlineEndpoint.js +2 -2
  317. package/machinelearningservices/privateEndpointConnection.js +2 -2
  318. package/machinelearningservices/registry.js +2 -2
  319. package/machinelearningservices/registryCodeContainer.js +2 -2
  320. package/machinelearningservices/registryCodeVersion.js +2 -2
  321. package/machinelearningservices/registryComponentContainer.js +2 -2
  322. package/machinelearningservices/registryComponentVersion.js +2 -2
  323. package/machinelearningservices/registryDataContainer.js +2 -2
  324. package/machinelearningservices/registryDataVersion.js +2 -2
  325. package/machinelearningservices/registryEnvironmentContainer.js +2 -2
  326. package/machinelearningservices/registryEnvironmentVersion.js +2 -2
  327. package/machinelearningservices/registryModelContainer.js +2 -2
  328. package/machinelearningservices/registryModelVersion.js +2 -2
  329. package/machinelearningservices/schedule.js +2 -2
  330. package/machinelearningservices/serverlessEndpoint.d.ts +111 -0
  331. package/machinelearningservices/serverlessEndpoint.js +85 -0
  332. package/machinelearningservices/v20200501preview/machineLearningDatastore.js +2 -2
  333. package/machinelearningservices/v20200801/workspace.js +2 -2
  334. package/machinelearningservices/v20200901preview/labelingJob.js +2 -2
  335. package/machinelearningservices/v20200901preview/workspace.js +2 -2
  336. package/machinelearningservices/v20210301preview/batchDeployment.js +2 -2
  337. package/machinelearningservices/v20210301preview/batchEndpoint.js +2 -2
  338. package/machinelearningservices/v20210301preview/codeContainer.js +2 -2
  339. package/machinelearningservices/v20210301preview/codeVersion.js +2 -2
  340. package/machinelearningservices/v20210301preview/dataContainer.js +2 -2
  341. package/machinelearningservices/v20210301preview/dataVersion.js +2 -2
  342. package/machinelearningservices/v20210301preview/datastore.js +2 -2
  343. package/machinelearningservices/v20210301preview/environmentContainer.js +2 -2
  344. package/machinelearningservices/v20210301preview/environmentSpecificationVersion.js +2 -2
  345. package/machinelearningservices/v20210301preview/job.js +2 -2
  346. package/machinelearningservices/v20210301preview/labelingJob.js +2 -2
  347. package/machinelearningservices/v20210301preview/modelContainer.js +2 -2
  348. package/machinelearningservices/v20210301preview/modelVersion.js +2 -2
  349. package/machinelearningservices/v20210301preview/onlineDeployment.js +2 -2
  350. package/machinelearningservices/v20210301preview/onlineEndpoint.js +2 -2
  351. package/machinelearningservices/v20210401/machineLearningCompute.js +2 -2
  352. package/machinelearningservices/v20210401/workspaceConnection.js +2 -2
  353. package/machinelearningservices/v20220101preview/compute.js +2 -2
  354. package/machinelearningservices/v20220101preview/privateEndpointConnection.js +2 -2
  355. package/machinelearningservices/v20220101preview/workspace.js +2 -2
  356. package/machinelearningservices/v20220201preview/batchDeployment.js +2 -2
  357. package/machinelearningservices/v20220201preview/batchEndpoint.js +2 -2
  358. package/machinelearningservices/v20220201preview/codeContainer.js +2 -2
  359. package/machinelearningservices/v20220201preview/codeVersion.js +2 -2
  360. package/machinelearningservices/v20220201preview/componentContainer.js +2 -2
  361. package/machinelearningservices/v20220201preview/componentVersion.js +2 -2
  362. package/machinelearningservices/v20220201preview/dataContainer.js +2 -2
  363. package/machinelearningservices/v20220201preview/dataVersion.js +2 -2
  364. package/machinelearningservices/v20220201preview/datastore.js +2 -2
  365. package/machinelearningservices/v20220201preview/environmentContainer.js +2 -2
  366. package/machinelearningservices/v20220201preview/environmentVersion.js +2 -2
  367. package/machinelearningservices/v20220201preview/job.js +2 -2
  368. package/machinelearningservices/v20220201preview/modelContainer.js +2 -2
  369. package/machinelearningservices/v20220201preview/modelVersion.js +2 -2
  370. package/machinelearningservices/v20220201preview/onlineDeployment.js +2 -2
  371. package/machinelearningservices/v20220201preview/onlineEndpoint.js +2 -2
  372. package/machinelearningservices/v20220201preview/workspaceConnection.js +2 -2
  373. package/machinelearningservices/v20230401/batchDeployment.js +2 -2
  374. package/machinelearningservices/v20230401/batchEndpoint.js +2 -2
  375. package/machinelearningservices/v20230401/codeContainer.js +2 -2
  376. package/machinelearningservices/v20230401/codeVersion.js +2 -2
  377. package/machinelearningservices/v20230401/componentContainer.js +2 -2
  378. package/machinelearningservices/v20230401/componentVersion.js +2 -2
  379. package/machinelearningservices/v20230401/compute.js +2 -2
  380. package/machinelearningservices/v20230401/dataContainer.js +2 -2
  381. package/machinelearningservices/v20230401/dataVersion.js +2 -2
  382. package/machinelearningservices/v20230401/datastore.js +2 -2
  383. package/machinelearningservices/v20230401/environmentContainer.js +2 -2
  384. package/machinelearningservices/v20230401/environmentVersion.js +2 -2
  385. package/machinelearningservices/v20230401/job.js +2 -2
  386. package/machinelearningservices/v20230401/modelContainer.js +2 -2
  387. package/machinelearningservices/v20230401/modelVersion.js +2 -2
  388. package/machinelearningservices/v20230401/onlineDeployment.js +2 -2
  389. package/machinelearningservices/v20230401/onlineEndpoint.js +2 -2
  390. package/machinelearningservices/v20230401/privateEndpointConnection.js +2 -2
  391. package/machinelearningservices/v20230401/registry.js +2 -2
  392. package/machinelearningservices/v20230401/registryCodeContainer.js +2 -2
  393. package/machinelearningservices/v20230401/registryCodeVersion.js +2 -2
  394. package/machinelearningservices/v20230401/registryComponentContainer.js +2 -2
  395. package/machinelearningservices/v20230401/registryComponentVersion.js +2 -2
  396. package/machinelearningservices/v20230401/registryDataContainer.js +2 -2
  397. package/machinelearningservices/v20230401/registryDataVersion.js +2 -2
  398. package/machinelearningservices/v20230401/registryEnvironmentContainer.js +2 -2
  399. package/machinelearningservices/v20230401/registryEnvironmentVersion.js +2 -2
  400. package/machinelearningservices/v20230401/registryModelContainer.js +2 -2
  401. package/machinelearningservices/v20230401/registryModelVersion.js +2 -2
  402. package/machinelearningservices/v20230401/schedule.js +2 -2
  403. package/machinelearningservices/v20230401/workspace.js +2 -2
  404. package/machinelearningservices/v20230401/workspaceConnection.js +2 -2
  405. package/machinelearningservices/v20230401preview/batchDeployment.js +2 -2
  406. package/machinelearningservices/v20230401preview/batchEndpoint.js +2 -2
  407. package/machinelearningservices/v20230401preview/codeContainer.js +2 -2
  408. package/machinelearningservices/v20230401preview/codeVersion.js +2 -2
  409. package/machinelearningservices/v20230401preview/componentContainer.js +2 -2
  410. package/machinelearningservices/v20230401preview/componentVersion.js +2 -2
  411. package/machinelearningservices/v20230401preview/compute.js +2 -2
  412. package/machinelearningservices/v20230401preview/dataContainer.js +2 -2
  413. package/machinelearningservices/v20230401preview/dataVersion.js +2 -2
  414. package/machinelearningservices/v20230401preview/datastore.js +2 -2
  415. package/machinelearningservices/v20230401preview/environmentContainer.js +2 -2
  416. package/machinelearningservices/v20230401preview/environmentVersion.js +2 -2
  417. package/machinelearningservices/v20230401preview/featuresetContainerEntity.js +2 -2
  418. package/machinelearningservices/v20230401preview/featuresetVersion.js +2 -2
  419. package/machinelearningservices/v20230401preview/featurestoreEntityContainerEntity.js +2 -2
  420. package/machinelearningservices/v20230401preview/featurestoreEntityVersion.js +2 -2
  421. package/machinelearningservices/v20230401preview/job.js +2 -2
  422. package/machinelearningservices/v20230401preview/labelingJob.js +2 -2
  423. package/machinelearningservices/v20230401preview/managedNetworkSettingsRule.js +2 -2
  424. package/machinelearningservices/v20230401preview/modelContainer.js +2 -2
  425. package/machinelearningservices/v20230401preview/modelVersion.js +2 -2
  426. package/machinelearningservices/v20230401preview/onlineDeployment.js +2 -2
  427. package/machinelearningservices/v20230401preview/onlineEndpoint.js +2 -2
  428. package/machinelearningservices/v20230401preview/privateEndpointConnection.js +2 -2
  429. package/machinelearningservices/v20230401preview/registry.js +2 -2
  430. package/machinelearningservices/v20230401preview/registryCodeContainer.js +2 -2
  431. package/machinelearningservices/v20230401preview/registryCodeVersion.js +2 -2
  432. package/machinelearningservices/v20230401preview/registryComponentContainer.js +2 -2
  433. package/machinelearningservices/v20230401preview/registryComponentVersion.js +2 -2
  434. package/machinelearningservices/v20230401preview/registryDataContainer.js +2 -2
  435. package/machinelearningservices/v20230401preview/registryDataVersion.js +2 -2
  436. package/machinelearningservices/v20230401preview/registryEnvironmentContainer.js +2 -2
  437. package/machinelearningservices/v20230401preview/registryEnvironmentVersion.js +2 -2
  438. package/machinelearningservices/v20230401preview/registryModelContainer.js +2 -2
  439. package/machinelearningservices/v20230401preview/registryModelVersion.js +2 -2
  440. package/machinelearningservices/v20230401preview/schedule.js +2 -2
  441. package/machinelearningservices/v20230401preview/workspace.js +2 -2
  442. package/machinelearningservices/v20230401preview/workspaceConnection.js +2 -2
  443. package/machinelearningservices/v20230601preview/batchDeployment.js +2 -2
  444. package/machinelearningservices/v20230601preview/batchEndpoint.js +2 -2
  445. package/machinelearningservices/v20230601preview/codeContainer.js +2 -2
  446. package/machinelearningservices/v20230601preview/codeVersion.js +2 -2
  447. package/machinelearningservices/v20230601preview/componentContainer.js +2 -2
  448. package/machinelearningservices/v20230601preview/componentVersion.js +2 -2
  449. package/machinelearningservices/v20230601preview/compute.js +2 -2
  450. package/machinelearningservices/v20230601preview/dataContainer.js +2 -2
  451. package/machinelearningservices/v20230601preview/dataVersion.js +2 -2
  452. package/machinelearningservices/v20230601preview/datastore.js +2 -2
  453. package/machinelearningservices/v20230601preview/environmentContainer.js +2 -2
  454. package/machinelearningservices/v20230601preview/environmentVersion.js +2 -2
  455. package/machinelearningservices/v20230601preview/featuresetContainerEntity.js +2 -2
  456. package/machinelearningservices/v20230601preview/featuresetVersion.js +2 -2
  457. package/machinelearningservices/v20230601preview/featurestoreEntityContainerEntity.js +2 -2
  458. package/machinelearningservices/v20230601preview/featurestoreEntityVersion.js +2 -2
  459. package/machinelearningservices/v20230601preview/job.js +2 -2
  460. package/machinelearningservices/v20230601preview/labelingJob.js +2 -2
  461. package/machinelearningservices/v20230601preview/managedNetworkSettingsRule.js +2 -2
  462. package/machinelearningservices/v20230601preview/modelContainer.js +2 -2
  463. package/machinelearningservices/v20230601preview/modelVersion.js +2 -2
  464. package/machinelearningservices/v20230601preview/onlineDeployment.js +2 -2
  465. package/machinelearningservices/v20230601preview/onlineEndpoint.js +2 -2
  466. package/machinelearningservices/v20230601preview/privateEndpointConnection.js +2 -2
  467. package/machinelearningservices/v20230601preview/registry.js +2 -2
  468. package/machinelearningservices/v20230601preview/registryCodeContainer.js +2 -2
  469. package/machinelearningservices/v20230601preview/registryCodeVersion.js +2 -2
  470. package/machinelearningservices/v20230601preview/registryComponentContainer.js +2 -2
  471. package/machinelearningservices/v20230601preview/registryComponentVersion.js +2 -2
  472. package/machinelearningservices/v20230601preview/registryDataContainer.js +2 -2
  473. package/machinelearningservices/v20230601preview/registryDataVersion.js +2 -2
  474. package/machinelearningservices/v20230601preview/registryEnvironmentContainer.js +2 -2
  475. package/machinelearningservices/v20230601preview/registryEnvironmentVersion.js +2 -2
  476. package/machinelearningservices/v20230601preview/registryModelContainer.js +2 -2
  477. package/machinelearningservices/v20230601preview/registryModelVersion.js +2 -2
  478. package/machinelearningservices/v20230601preview/schedule.js +2 -2
  479. package/machinelearningservices/v20230601preview/workspace.js +2 -2
  480. package/machinelearningservices/v20230601preview/workspaceConnection.js +2 -2
  481. package/machinelearningservices/v20230801preview/batchDeployment.d.ts +112 -0
  482. package/machinelearningservices/v20230801preview/batchDeployment.js +88 -0
  483. package/machinelearningservices/v20230801preview/batchEndpoint.d.ts +108 -0
  484. package/machinelearningservices/v20230801preview/batchEndpoint.js +83 -0
  485. package/machinelearningservices/v20230801preview/capacityReservationGroup.d.ts +101 -0
  486. package/machinelearningservices/v20230801preview/capacityReservationGroup.js +79 -0
  487. package/machinelearningservices/v20230801preview/codeContainer.d.ts +67 -0
  488. package/machinelearningservices/v20230801preview/codeContainer.js +76 -0
  489. package/machinelearningservices/v20230801preview/codeVersion.d.ts +71 -0
  490. package/machinelearningservices/v20230801preview/codeVersion.js +80 -0
  491. package/machinelearningservices/v20230801preview/componentContainer.d.ts +67 -0
  492. package/machinelearningservices/v20230801preview/componentContainer.js +76 -0
  493. package/machinelearningservices/v20230801preview/componentVersion.d.ts +71 -0
  494. package/machinelearningservices/v20230801preview/componentVersion.js +80 -0
  495. package/machinelearningservices/v20230801preview/compute.d.ts +103 -0
  496. package/machinelearningservices/v20230801preview/compute.js +81 -0
  497. package/machinelearningservices/v20230801preview/dataContainer.d.ts +67 -0
  498. package/machinelearningservices/v20230801preview/dataContainer.js +76 -0
  499. package/machinelearningservices/v20230801preview/dataVersion.d.ts +71 -0
  500. package/machinelearningservices/v20230801preview/dataVersion.js +79 -0
  501. package/machinelearningservices/v20230801preview/datastore.d.ts +71 -0
  502. package/machinelearningservices/v20230801preview/datastore.js +76 -0
  503. package/machinelearningservices/v20230801preview/environmentContainer.d.ts +67 -0
  504. package/machinelearningservices/v20230801preview/environmentContainer.js +76 -0
  505. package/machinelearningservices/v20230801preview/environmentVersion.d.ts +71 -0
  506. package/machinelearningservices/v20230801preview/environmentVersion.js +80 -0
  507. package/machinelearningservices/v20230801preview/featuresetContainerEntity.d.ts +67 -0
  508. package/machinelearningservices/v20230801preview/featuresetContainerEntity.js +76 -0
  509. package/machinelearningservices/v20230801preview/featuresetVersion.d.ts +71 -0
  510. package/machinelearningservices/v20230801preview/featuresetVersion.js +80 -0
  511. package/machinelearningservices/v20230801preview/featurestoreEntityContainerEntity.d.ts +67 -0
  512. package/machinelearningservices/v20230801preview/featurestoreEntityContainerEntity.js +76 -0
  513. package/machinelearningservices/v20230801preview/featurestoreEntityVersion.d.ts +71 -0
  514. package/machinelearningservices/v20230801preview/featurestoreEntityVersion.js +80 -0
  515. package/machinelearningservices/v20230801preview/getBatchDeployment.d.ts +84 -0
  516. package/machinelearningservices/v20230801preview/getBatchDeployment.js +22 -0
  517. package/machinelearningservices/v20230801preview/getBatchEndpoint.d.ts +76 -0
  518. package/machinelearningservices/v20230801preview/getBatchEndpoint.js +21 -0
  519. package/machinelearningservices/v20230801preview/getCapacityReservationGroup.d.ts +62 -0
  520. package/machinelearningservices/v20230801preview/getCapacityReservationGroup.js +20 -0
  521. package/machinelearningservices/v20230801preview/getCodeContainer.d.ts +63 -0
  522. package/machinelearningservices/v20230801preview/getCodeContainer.js +27 -0
  523. package/machinelearningservices/v20230801preview/getCodeVersion.d.ts +71 -0
  524. package/machinelearningservices/v20230801preview/getCodeVersion.js +28 -0
  525. package/machinelearningservices/v20230801preview/getComponentContainer.d.ts +63 -0
  526. package/machinelearningservices/v20230801preview/getComponentContainer.js +27 -0
  527. package/machinelearningservices/v20230801preview/getComponentVersion.d.ts +71 -0
  528. package/machinelearningservices/v20230801preview/getComponentVersion.js +28 -0
  529. package/machinelearningservices/v20230801preview/getCompute.d.ts +81 -0
  530. package/machinelearningservices/v20230801preview/getCompute.js +27 -0
  531. package/machinelearningservices/v20230801preview/getComputeAllowedResizeSizes.d.ts +47 -0
  532. package/machinelearningservices/v20230801preview/getComputeAllowedResizeSizes.js +27 -0
  533. package/machinelearningservices/v20230801preview/getDataContainer.d.ts +63 -0
  534. package/machinelearningservices/v20230801preview/getDataContainer.js +27 -0
  535. package/machinelearningservices/v20230801preview/getDataVersion.d.ts +71 -0
  536. package/machinelearningservices/v20230801preview/getDataVersion.js +28 -0
  537. package/machinelearningservices/v20230801preview/getDatastore.d.ts +63 -0
  538. package/machinelearningservices/v20230801preview/getDatastore.js +27 -0
  539. package/machinelearningservices/v20230801preview/getEnvironmentContainer.d.ts +63 -0
  540. package/machinelearningservices/v20230801preview/getEnvironmentContainer.js +27 -0
  541. package/machinelearningservices/v20230801preview/getEnvironmentVersion.d.ts +71 -0
  542. package/machinelearningservices/v20230801preview/getEnvironmentVersion.js +28 -0
  543. package/machinelearningservices/v20230801preview/getFeaturesetContainerEntity.d.ts +63 -0
  544. package/machinelearningservices/v20230801preview/getFeaturesetContainerEntity.js +27 -0
  545. package/machinelearningservices/v20230801preview/getFeaturesetVersion.d.ts +71 -0
  546. package/machinelearningservices/v20230801preview/getFeaturesetVersion.js +28 -0
  547. package/machinelearningservices/v20230801preview/getFeaturestoreEntityContainerEntity.d.ts +63 -0
  548. package/machinelearningservices/v20230801preview/getFeaturestoreEntityContainerEntity.js +27 -0
  549. package/machinelearningservices/v20230801preview/getFeaturestoreEntityVersion.d.ts +71 -0
  550. package/machinelearningservices/v20230801preview/getFeaturestoreEntityVersion.js +28 -0
  551. package/machinelearningservices/v20230801preview/getInferenceEndpoint.d.ts +84 -0
  552. package/machinelearningservices/v20230801preview/getInferenceEndpoint.js +22 -0
  553. package/machinelearningservices/v20230801preview/getInferenceGroup.d.ts +84 -0
  554. package/machinelearningservices/v20230801preview/getInferenceGroup.js +22 -0
  555. package/machinelearningservices/v20230801preview/getInferenceGroupStatus.d.ts +58 -0
  556. package/machinelearningservices/v20230801preview/getInferenceGroupStatus.js +22 -0
  557. package/machinelearningservices/v20230801preview/getInferencePool.d.ts +76 -0
  558. package/machinelearningservices/v20230801preview/getInferencePool.js +21 -0
  559. package/machinelearningservices/v20230801preview/getInferencePoolStatus.d.ts +49 -0
  560. package/machinelearningservices/v20230801preview/getInferencePoolStatus.js +21 -0
  561. package/machinelearningservices/v20230801preview/getJob.d.ts +63 -0
  562. package/machinelearningservices/v20230801preview/getJob.js +27 -0
  563. package/machinelearningservices/v20230801preview/getLabelingJob.d.ts +63 -0
  564. package/machinelearningservices/v20230801preview/getLabelingJob.js +27 -0
  565. package/machinelearningservices/v20230801preview/getManagedNetworkSettingsRule.d.ts +54 -0
  566. package/machinelearningservices/v20230801preview/getManagedNetworkSettingsRule.js +21 -0
  567. package/machinelearningservices/v20230801preview/getModelContainer.d.ts +63 -0
  568. package/machinelearningservices/v20230801preview/getModelContainer.js +27 -0
  569. package/machinelearningservices/v20230801preview/getModelVersion.d.ts +71 -0
  570. package/machinelearningservices/v20230801preview/getModelVersion.js +28 -0
  571. package/machinelearningservices/v20230801preview/getOnlineDeployment.d.ts +84 -0
  572. package/machinelearningservices/v20230801preview/getOnlineDeployment.js +22 -0
  573. package/machinelearningservices/v20230801preview/getOnlineDeploymentLogs.d.ts +62 -0
  574. package/machinelearningservices/v20230801preview/getOnlineDeploymentLogs.js +24 -0
  575. package/machinelearningservices/v20230801preview/getOnlineEndpoint.d.ts +76 -0
  576. package/machinelearningservices/v20230801preview/getOnlineEndpoint.js +21 -0
  577. package/machinelearningservices/v20230801preview/getOnlineEndpointToken.d.ts +58 -0
  578. package/machinelearningservices/v20230801preview/getOnlineEndpointToken.js +27 -0
  579. package/machinelearningservices/v20230801preview/getPrivateEndpointConnection.d.ts +86 -0
  580. package/machinelearningservices/v20230801preview/getPrivateEndpointConnection.js +27 -0
  581. package/machinelearningservices/v20230801preview/getRegistry.d.ts +68 -0
  582. package/machinelearningservices/v20230801preview/getRegistry.js +20 -0
  583. package/machinelearningservices/v20230801preview/getRegistryCodeContainer.d.ts +63 -0
  584. package/machinelearningservices/v20230801preview/getRegistryCodeContainer.js +27 -0
  585. package/machinelearningservices/v20230801preview/getRegistryCodeVersion.d.ts +71 -0
  586. package/machinelearningservices/v20230801preview/getRegistryCodeVersion.js +28 -0
  587. package/machinelearningservices/v20230801preview/getRegistryComponentContainer.d.ts +63 -0
  588. package/machinelearningservices/v20230801preview/getRegistryComponentContainer.js +27 -0
  589. package/machinelearningservices/v20230801preview/getRegistryComponentVersion.d.ts +71 -0
  590. package/machinelearningservices/v20230801preview/getRegistryComponentVersion.js +28 -0
  591. package/machinelearningservices/v20230801preview/getRegistryDataContainer.d.ts +63 -0
  592. package/machinelearningservices/v20230801preview/getRegistryDataContainer.js +27 -0
  593. package/machinelearningservices/v20230801preview/getRegistryDataVersion.d.ts +71 -0
  594. package/machinelearningservices/v20230801preview/getRegistryDataVersion.js +28 -0
  595. package/machinelearningservices/v20230801preview/getRegistryEnvironmentContainer.d.ts +63 -0
  596. package/machinelearningservices/v20230801preview/getRegistryEnvironmentContainer.js +27 -0
  597. package/machinelearningservices/v20230801preview/getRegistryEnvironmentVersion.d.ts +71 -0
  598. package/machinelearningservices/v20230801preview/getRegistryEnvironmentVersion.js +28 -0
  599. package/machinelearningservices/v20230801preview/getRegistryModelContainer.d.ts +63 -0
  600. package/machinelearningservices/v20230801preview/getRegistryModelContainer.js +27 -0
  601. package/machinelearningservices/v20230801preview/getRegistryModelVersion.d.ts +71 -0
  602. package/machinelearningservices/v20230801preview/getRegistryModelVersion.js +28 -0
  603. package/machinelearningservices/v20230801preview/getSchedule.d.ts +63 -0
  604. package/machinelearningservices/v20230801preview/getSchedule.js +27 -0
  605. package/machinelearningservices/v20230801preview/getServerlessEndpoint.d.ts +76 -0
  606. package/machinelearningservices/v20230801preview/getServerlessEndpoint.js +21 -0
  607. package/machinelearningservices/v20230801preview/getServerlessEndpointStatus.d.ts +39 -0
  608. package/machinelearningservices/v20230801preview/getServerlessEndpointStatus.js +21 -0
  609. package/machinelearningservices/v20230801preview/getWorkspace.d.ts +192 -0
  610. package/machinelearningservices/v20230801preview/getWorkspace.js +26 -0
  611. package/machinelearningservices/v20230801preview/getWorkspaceConnection.d.ts +59 -0
  612. package/machinelearningservices/v20230801preview/getWorkspaceConnection.js +22 -0
  613. package/machinelearningservices/v20230801preview/index.d.ts +310 -0
  614. package/machinelearningservices/v20230801preview/index.js +389 -0
  615. package/machinelearningservices/v20230801preview/inferenceEndpoint.d.ts +112 -0
  616. package/machinelearningservices/v20230801preview/inferenceEndpoint.js +87 -0
  617. package/machinelearningservices/v20230801preview/inferenceGroup.d.ts +112 -0
  618. package/machinelearningservices/v20230801preview/inferenceGroup.js +88 -0
  619. package/machinelearningservices/v20230801preview/inferencePool.d.ts +108 -0
  620. package/machinelearningservices/v20230801preview/inferencePool.js +84 -0
  621. package/machinelearningservices/v20230801preview/job.d.ts +67 -0
  622. package/machinelearningservices/v20230801preview/job.js +76 -0
  623. package/machinelearningservices/v20230801preview/labelingJob.d.ts +67 -0
  624. package/machinelearningservices/v20230801preview/labelingJob.js +77 -0
  625. package/machinelearningservices/v20230801preview/listBatchEndpointKeys.d.ts +50 -0
  626. package/machinelearningservices/v20230801preview/listBatchEndpointKeys.js +27 -0
  627. package/machinelearningservices/v20230801preview/listComputeKeys.d.ts +46 -0
  628. package/machinelearningservices/v20230801preview/listComputeKeys.js +27 -0
  629. package/machinelearningservices/v20230801preview/listComputeNodes.d.ts +51 -0
  630. package/machinelearningservices/v20230801preview/listComputeNodes.js +27 -0
  631. package/machinelearningservices/v20230801preview/listDatastoreSecrets.d.ts +46 -0
  632. package/machinelearningservices/v20230801preview/listDatastoreSecrets.js +27 -0
  633. package/machinelearningservices/v20230801preview/listOnlineEndpointKeys.d.ts +50 -0
  634. package/machinelearningservices/v20230801preview/listOnlineEndpointKeys.js +27 -0
  635. package/machinelearningservices/v20230801preview/listServerlessEndpointKeys.d.ts +50 -0
  636. package/machinelearningservices/v20230801preview/listServerlessEndpointKeys.js +27 -0
  637. package/machinelearningservices/v20230801preview/listWorkspaceConnectionSecrets.d.ts +59 -0
  638. package/machinelearningservices/v20230801preview/listWorkspaceConnectionSecrets.js +22 -0
  639. package/machinelearningservices/v20230801preview/listWorkspaceKeys.d.ts +40 -0
  640. package/machinelearningservices/v20230801preview/listWorkspaceKeys.js +20 -0
  641. package/machinelearningservices/v20230801preview/listWorkspaceNotebookAccessToken.d.ts +33 -0
  642. package/machinelearningservices/v20230801preview/listWorkspaceNotebookAccessToken.js +20 -0
  643. package/machinelearningservices/v20230801preview/listWorkspaceNotebookKeys.d.ts +33 -0
  644. package/machinelearningservices/v20230801preview/listWorkspaceNotebookKeys.js +20 -0
  645. package/machinelearningservices/v20230801preview/listWorkspaceStorageAccountKeys.d.ts +29 -0
  646. package/machinelearningservices/v20230801preview/listWorkspaceStorageAccountKeys.js +20 -0
  647. package/machinelearningservices/v20230801preview/managedNetworkSettingsRule.d.ts +64 -0
  648. package/machinelearningservices/v20230801preview/managedNetworkSettingsRule.js +73 -0
  649. package/machinelearningservices/v20230801preview/modelContainer.d.ts +67 -0
  650. package/machinelearningservices/v20230801preview/modelContainer.js +76 -0
  651. package/machinelearningservices/v20230801preview/modelVersion.d.ts +71 -0
  652. package/machinelearningservices/v20230801preview/modelVersion.js +80 -0
  653. package/machinelearningservices/v20230801preview/onlineDeployment.d.ts +112 -0
  654. package/machinelearningservices/v20230801preview/onlineDeployment.js +87 -0
  655. package/machinelearningservices/v20230801preview/onlineEndpoint.d.ts +108 -0
  656. package/machinelearningservices/v20230801preview/onlineEndpoint.js +84 -0
  657. package/machinelearningservices/v20230801preview/privateEndpointConnection.d.ts +110 -0
  658. package/machinelearningservices/v20230801preview/privateEndpointConnection.js +85 -0
  659. package/machinelearningservices/v20230801preview/registry.d.ts +104 -0
  660. package/machinelearningservices/v20230801preview/registry.js +79 -0
  661. package/machinelearningservices/v20230801preview/registryCodeContainer.d.ts +67 -0
  662. package/machinelearningservices/v20230801preview/registryCodeContainer.js +77 -0
  663. package/machinelearningservices/v20230801preview/registryCodeVersion.d.ts +71 -0
  664. package/machinelearningservices/v20230801preview/registryCodeVersion.js +81 -0
  665. package/machinelearningservices/v20230801preview/registryComponentContainer.d.ts +67 -0
  666. package/machinelearningservices/v20230801preview/registryComponentContainer.js +77 -0
  667. package/machinelearningservices/v20230801preview/registryComponentVersion.d.ts +71 -0
  668. package/machinelearningservices/v20230801preview/registryComponentVersion.js +81 -0
  669. package/machinelearningservices/v20230801preview/registryDataContainer.d.ts +67 -0
  670. package/machinelearningservices/v20230801preview/registryDataContainer.js +76 -0
  671. package/machinelearningservices/v20230801preview/registryDataVersion.d.ts +71 -0
  672. package/machinelearningservices/v20230801preview/registryDataVersion.js +79 -0
  673. package/machinelearningservices/v20230801preview/registryEnvironmentContainer.d.ts +67 -0
  674. package/machinelearningservices/v20230801preview/registryEnvironmentContainer.js +77 -0
  675. package/machinelearningservices/v20230801preview/registryEnvironmentVersion.d.ts +71 -0
  676. package/machinelearningservices/v20230801preview/registryEnvironmentVersion.js +81 -0
  677. package/machinelearningservices/v20230801preview/registryModelContainer.d.ts +67 -0
  678. package/machinelearningservices/v20230801preview/registryModelContainer.js +77 -0
  679. package/machinelearningservices/v20230801preview/registryModelVersion.d.ts +71 -0
  680. package/machinelearningservices/v20230801preview/registryModelVersion.js +81 -0
  681. package/machinelearningservices/v20230801preview/schedule.d.ts +67 -0
  682. package/machinelearningservices/v20230801preview/schedule.js +76 -0
  683. package/machinelearningservices/v20230801preview/serverlessEndpoint.d.ts +108 -0
  684. package/machinelearningservices/v20230801preview/serverlessEndpoint.js +82 -0
  685. package/machinelearningservices/v20230801preview/workspace.d.ts +302 -0
  686. package/machinelearningservices/v20230801preview/workspace.js +153 -0
  687. package/machinelearningservices/v20230801preview/workspaceConnection.d.ts +58 -0
  688. package/machinelearningservices/v20230801preview/workspaceConnection.js +73 -0
  689. package/machinelearningservices/workspace.js +2 -2
  690. package/machinelearningservices/workspaceConnection.js +2 -2
  691. package/package.json +1 -1
  692. package/resourcehealth/index.d.ts +2 -1
  693. package/resourcehealth/index.js +4 -2
  694. package/resourcehealth/v20231001preview/index.d.ts +6 -0
  695. package/resourcehealth/v20231001preview/index.js +13 -0
  696. package/resourcehealth/v20231001preview/listSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventId.d.ts +43 -0
  697. package/resourcehealth/v20231001preview/listSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventId.js +26 -0
  698. package/resourcehealth/v20231001preview/listSecurityAdvisoryImpactedResourceByTenantIdAndEventId.d.ts +43 -0
  699. package/resourcehealth/v20231001preview/listSecurityAdvisoryImpactedResourceByTenantIdAndEventId.js +26 -0
  700. package/resources/azureCliScript.js +2 -2
  701. package/resources/azurePowerShellScript.js +2 -2
  702. package/resources/index.d.ts +2 -1
  703. package/resources/index.js +4 -2
  704. package/resources/v20191001preview/azureCliScript.js +2 -2
  705. package/resources/v20191001preview/azurePowerShellScript.js +2 -2
  706. package/resources/v20201001/azureCliScript.js +2 -2
  707. package/resources/v20201001/azurePowerShellScript.js +2 -2
  708. package/resources/v20230801/azureCliScript.d.ts +204 -0
  709. package/resources/v20230801/azureCliScript.js +115 -0
  710. package/resources/v20230801/azurePowerShellScript.d.ts +204 -0
  711. package/resources/v20230801/azurePowerShellScript.js +115 -0
  712. package/resources/v20230801/getAzureCliScript.d.ts +132 -0
  713. package/resources/v20230801/getAzureCliScript.js +26 -0
  714. package/resources/v20230801/getAzurePowerShellScript.d.ts +132 -0
  715. package/resources/v20230801/getAzurePowerShellScript.js +26 -0
  716. package/resources/v20230801/index.d.ts +13 -0
  717. package/resources/v20230801/index.js +48 -0
  718. package/search/index.d.ts +2 -1
  719. package/search/index.js +4 -2
  720. package/search/privateEndpointConnection.js +2 -2
  721. package/search/service.js +2 -2
  722. package/search/sharedPrivateLinkResource.js +2 -2
  723. package/search/v20210401preview/service.js +2 -2
  724. package/search/v20220901/privateEndpointConnection.js +2 -2
  725. package/search/v20220901/service.js +2 -2
  726. package/search/v20220901/sharedPrivateLinkResource.js +2 -2
  727. package/search/v20231101/getPrivateEndpointConnection.d.ts +59 -0
  728. package/search/v20231101/getPrivateEndpointConnection.js +27 -0
  729. package/search/v20231101/getService.d.ts +121 -0
  730. package/search/v20231101/getService.js +26 -0
  731. package/search/v20231101/getSharedPrivateLinkResource.d.ts +59 -0
  732. package/search/v20231101/getSharedPrivateLinkResource.js +27 -0
  733. package/search/v20231101/index.d.ts +25 -0
  734. package/search/v20231101/index.js +61 -0
  735. package/search/v20231101/listAdminKey.d.ts +42 -0
  736. package/search/v20231101/listAdminKey.js +26 -0
  737. package/search/v20231101/listQueryKeyBySearchService.d.ts +43 -0
  738. package/search/v20231101/listQueryKeyBySearchService.js +26 -0
  739. package/search/v20231101/privateEndpointConnection.d.ts +63 -0
  740. package/search/v20231101/privateEndpointConnection.js +72 -0
  741. package/search/v20231101/service.d.ts +180 -0
  742. package/search/v20231101/service.js +102 -0
  743. package/search/v20231101/sharedPrivateLinkResource.d.ts +63 -0
  744. package/search/v20231101/sharedPrivateLinkResource.js +71 -0
  745. package/tsconfig.tsbuildinfo +1 -1
  746. package/types/enums/azurestackhci/index.d.ts +2 -1
  747. package/types/enums/azurestackhci/index.js +4 -2
  748. package/types/enums/azurestackhci/v20230801/index.d.ts +99 -0
  749. package/types/enums/azurestackhci/v20230801/index.js +69 -0
  750. package/types/enums/botservice/index.d.ts +2 -1
  751. package/types/enums/botservice/index.js +4 -2
  752. package/types/enums/botservice/v20230915preview/index.d.ts +46 -0
  753. package/types/enums/botservice/v20230915preview/index.js +32 -0
  754. package/types/enums/cache/index.d.ts +2 -1
  755. package/types/enums/cache/index.js +4 -2
  756. package/types/enums/cache/v20231001preview/index.d.ts +99 -0
  757. package/types/enums/cache/v20231001preview/index.js +65 -0
  758. package/types/enums/communication/index.d.ts +2 -1
  759. package/types/enums/communication/index.js +4 -2
  760. package/types/enums/communication/v20230601preview/index.d.ts +27 -0
  761. package/types/enums/communication/v20230601preview/index.js +21 -0
  762. package/types/enums/dbformysql/v20171201/index.d.ts +7 -0
  763. package/types/enums/dbformysql/v20171201/index.js +5 -2
  764. package/types/enums/dbforpostgresql/v20171201/index.d.ts +15 -0
  765. package/types/enums/dbforpostgresql/v20171201/index.js +9 -2
  766. package/types/enums/elastic/index.d.ts +2 -1
  767. package/types/enums/elastic/index.js +4 -2
  768. package/types/enums/elastic/v20231001preview/index.d.ts +38 -0
  769. package/types/enums/elastic/v20231001preview/index.js +28 -0
  770. package/types/enums/machinelearningservices/index.d.ts +17 -1
  771. package/types/enums/machinelearningservices/index.js +13 -4
  772. package/types/enums/machinelearningservices/v20230801preview/index.d.ts +2109 -0
  773. package/types/enums/machinelearningservices/v20230801preview/index.js +1538 -0
  774. package/types/enums/resources/index.d.ts +2 -1
  775. package/types/enums/resources/index.js +4 -2
  776. package/types/enums/resources/v20230801/index.d.ts +24 -0
  777. package/types/enums/resources/v20230801/index.js +18 -0
  778. package/types/enums/search/index.d.ts +2 -1
  779. package/types/enums/search/index.js +4 -2
  780. package/types/enums/search/v20231101/index.d.ts +187 -0
  781. package/types/enums/search/v20231101/index.js +149 -0
  782. package/types/input.d.ts +17346 -6065
  783. package/types/input.js +1281 -40
  784. package/types/output.d.ts +23538 -9267
  785. package/types/output.js +1341 -23
@@ -0,0 +1,79 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.RegistryDataVersion = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Azure Resource Manager resource envelope.
10
+ */
11
+ class RegistryDataVersion extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing RegistryDataVersion resource's state with the given name, ID, and optional extra
14
+ * properties used to qualify the lookup.
15
+ *
16
+ * @param name The _unique_ name of the resulting resource.
17
+ * @param id The _unique_ provider ID of the resource to lookup.
18
+ * @param opts Optional settings to control the behavior of the CustomResource.
19
+ */
20
+ static get(name, id, opts) {
21
+ return new RegistryDataVersion(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
22
+ }
23
+ /**
24
+ * Returns true if the given object is an instance of RegistryDataVersion. This is designed to work even
25
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
26
+ */
27
+ static isInstance(obj) {
28
+ if (obj === undefined || obj === null) {
29
+ return false;
30
+ }
31
+ return obj['__pulumiType'] === RegistryDataVersion.__pulumiType;
32
+ }
33
+ /**
34
+ * Create a RegistryDataVersion resource with the given unique name, arguments, and options.
35
+ *
36
+ * @param name The _unique_ name of the resource.
37
+ * @param args The arguments to use to populate this resource's properties.
38
+ * @param opts A bag of options that control this resource's behavior.
39
+ */
40
+ constructor(name, args, opts) {
41
+ let resourceInputs = {};
42
+ opts = opts || {};
43
+ if (!opts.id) {
44
+ if ((!args || args.dataVersionBaseProperties === undefined) && !opts.urn) {
45
+ throw new Error("Missing required property 'dataVersionBaseProperties'");
46
+ }
47
+ if ((!args || args.name === undefined) && !opts.urn) {
48
+ throw new Error("Missing required property 'name'");
49
+ }
50
+ if ((!args || args.registryName === undefined) && !opts.urn) {
51
+ throw new Error("Missing required property 'registryName'");
52
+ }
53
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
54
+ throw new Error("Missing required property 'resourceGroupName'");
55
+ }
56
+ resourceInputs["dataVersionBaseProperties"] = args ? args.dataVersionBaseProperties : undefined;
57
+ resourceInputs["name"] = args ? args.name : undefined;
58
+ resourceInputs["registryName"] = args ? args.registryName : undefined;
59
+ resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
60
+ resourceInputs["version"] = args ? args.version : undefined;
61
+ resourceInputs["systemData"] = undefined /*out*/;
62
+ resourceInputs["type"] = undefined /*out*/;
63
+ }
64
+ else {
65
+ resourceInputs["dataVersionBaseProperties"] = undefined /*out*/;
66
+ resourceInputs["name"] = undefined /*out*/;
67
+ resourceInputs["systemData"] = undefined /*out*/;
68
+ resourceInputs["type"] = undefined /*out*/;
69
+ }
70
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
71
+ const aliasOpts = { aliases: [{ type: "azure-native:machinelearningservices:RegistryDataVersion" }, { type: "azure-native:machinelearningservices/v20230201preview:RegistryDataVersion" }, { type: "azure-native:machinelearningservices/v20230401:RegistryDataVersion" }, { type: "azure-native:machinelearningservices/v20230401preview:RegistryDataVersion" }, { type: "azure-native:machinelearningservices/v20230601preview:RegistryDataVersion" }] };
72
+ opts = pulumi.mergeOptions(opts, aliasOpts);
73
+ super(RegistryDataVersion.__pulumiType, name, resourceInputs, opts);
74
+ }
75
+ }
76
+ exports.RegistryDataVersion = RegistryDataVersion;
77
+ /** @internal */
78
+ RegistryDataVersion.__pulumiType = 'azure-native:machinelearningservices/v20230801preview:RegistryDataVersion';
79
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVnaXN0cnlEYXRhVmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21hY2hpbmVsZWFybmluZ3NlcnZpY2VzL3YyMDIzMDgwMXByZXZpZXcvcmVnaXN0cnlEYXRhVmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxNQUFhLG1CQUFvQixTQUFRLE1BQU0sQ0FBQyxjQUFjO0lBQzFEOzs7Ozs7O09BT0c7SUFDSSxNQUFNLENBQUMsR0FBRyxDQUFDLElBQVksRUFBRSxFQUEyQixFQUFFLElBQW1DO1FBQzVGLE9BQU8sSUFBSSxtQkFBbUIsQ0FBQyxJQUFJLEVBQUUsU0FBZ0Isa0NBQU8sSUFBSSxLQUFFLEVBQUUsRUFBRSxFQUFFLElBQUcsQ0FBQztJQUNoRixDQUFDO0lBS0Q7OztPQUdHO0lBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFRO1FBQzdCLElBQUksR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFO1lBQ25DLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBQ0QsT0FBTyxHQUFHLENBQUMsY0FBYyxDQUFDLEtBQUssbUJBQW1CLENBQUMsWUFBWSxDQUFDO0lBQ3BFLENBQUM7SUFtQkQ7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBNkIsRUFBRSxJQUFtQztRQUN4RixJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyx5QkFBeUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQ3RFLE1BQU0sSUFBSSxLQUFLLENB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
@@ -0,0 +1,67 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../../types/input";
3
+ import * as outputs from "../../types/output";
4
+ /**
5
+ * Azure Resource Manager resource envelope.
6
+ */
7
+ export declare class RegistryEnvironmentContainer extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing RegistryEnvironmentContainer resource's state with the given name, ID, and optional extra
10
+ * properties used to qualify the lookup.
11
+ *
12
+ * @param name The _unique_ name of the resulting resource.
13
+ * @param id The _unique_ provider ID of the resource to lookup.
14
+ * @param opts Optional settings to control the behavior of the CustomResource.
15
+ */
16
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): RegistryEnvironmentContainer;
17
+ /**
18
+ * Returns true if the given object is an instance of RegistryEnvironmentContainer. This is designed to work even
19
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
20
+ */
21
+ static isInstance(obj: any): obj is RegistryEnvironmentContainer;
22
+ /**
23
+ * [Required] Additional attributes of the entity.
24
+ */
25
+ readonly environmentContainerProperties: pulumi.Output<outputs.machinelearningservices.v20230801preview.EnvironmentContainerResponse>;
26
+ /**
27
+ * The name of the resource
28
+ */
29
+ readonly name: pulumi.Output<string>;
30
+ /**
31
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
32
+ */
33
+ readonly systemData: pulumi.Output<outputs.machinelearningservices.v20230801preview.SystemDataResponse>;
34
+ /**
35
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
36
+ */
37
+ readonly type: pulumi.Output<string>;
38
+ /**
39
+ * Create a RegistryEnvironmentContainer resource with the given unique name, arguments, and options.
40
+ *
41
+ * @param name The _unique_ name of the resource.
42
+ * @param args The arguments to use to populate this resource's properties.
43
+ * @param opts A bag of options that control this resource's behavior.
44
+ */
45
+ constructor(name: string, args: RegistryEnvironmentContainerArgs, opts?: pulumi.CustomResourceOptions);
46
+ }
47
+ /**
48
+ * The set of arguments for constructing a RegistryEnvironmentContainer resource.
49
+ */
50
+ export interface RegistryEnvironmentContainerArgs {
51
+ /**
52
+ * [Required] Additional attributes of the entity.
53
+ */
54
+ environmentContainerProperties: pulumi.Input<inputs.machinelearningservices.v20230801preview.EnvironmentContainerArgs>;
55
+ /**
56
+ * Container name.
57
+ */
58
+ environmentName?: pulumi.Input<string>;
59
+ /**
60
+ * Name of Azure Machine Learning registry. This is case-insensitive
61
+ */
62
+ registryName: pulumi.Input<string>;
63
+ /**
64
+ * The name of the resource group. The name is case insensitive.
65
+ */
66
+ resourceGroupName: pulumi.Input<string>;
67
+ }
@@ -0,0 +1,77 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.RegistryEnvironmentContainer = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const inputs = require("../../types/input");
8
+ const utilities = require("../../utilities");
9
+ /**
10
+ * Azure Resource Manager resource envelope.
11
+ */
12
+ class RegistryEnvironmentContainer extends pulumi.CustomResource {
13
+ /**
14
+ * Get an existing RegistryEnvironmentContainer resource's state with the given name, ID, and optional extra
15
+ * properties used to qualify the lookup.
16
+ *
17
+ * @param name The _unique_ name of the resulting resource.
18
+ * @param id The _unique_ provider ID of the resource to lookup.
19
+ * @param opts Optional settings to control the behavior of the CustomResource.
20
+ */
21
+ static get(name, id, opts) {
22
+ return new RegistryEnvironmentContainer(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
23
+ }
24
+ /**
25
+ * Returns true if the given object is an instance of RegistryEnvironmentContainer. This is designed to work even
26
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
27
+ */
28
+ static isInstance(obj) {
29
+ if (obj === undefined || obj === null) {
30
+ return false;
31
+ }
32
+ return obj['__pulumiType'] === RegistryEnvironmentContainer.__pulumiType;
33
+ }
34
+ /**
35
+ * Create a RegistryEnvironmentContainer resource with the given unique name, arguments, and options.
36
+ *
37
+ * @param name The _unique_ name of the resource.
38
+ * @param args The arguments to use to populate this resource's properties.
39
+ * @param opts A bag of options that control this resource's behavior.
40
+ */
41
+ constructor(name, args, opts) {
42
+ let resourceInputs = {};
43
+ opts = opts || {};
44
+ if (!opts.id) {
45
+ if ((!args || args.environmentContainerProperties === undefined) && !opts.urn) {
46
+ throw new Error("Missing required property 'environmentContainerProperties'");
47
+ }
48
+ if ((!args || args.registryName === undefined) && !opts.urn) {
49
+ throw new Error("Missing required property 'registryName'");
50
+ }
51
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
52
+ throw new Error("Missing required property 'resourceGroupName'");
53
+ }
54
+ resourceInputs["environmentContainerProperties"] = args ? (args.environmentContainerProperties ? pulumi.output(args.environmentContainerProperties).apply(inputs.machinelearningservices.v20230801preview.environmentContainerArgsProvideDefaults) : undefined) : undefined;
55
+ resourceInputs["environmentName"] = args ? args.environmentName : undefined;
56
+ resourceInputs["registryName"] = args ? args.registryName : undefined;
57
+ resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
58
+ resourceInputs["name"] = undefined /*out*/;
59
+ resourceInputs["systemData"] = undefined /*out*/;
60
+ resourceInputs["type"] = undefined /*out*/;
61
+ }
62
+ else {
63
+ resourceInputs["environmentContainerProperties"] = undefined /*out*/;
64
+ resourceInputs["name"] = undefined /*out*/;
65
+ resourceInputs["systemData"] = undefined /*out*/;
66
+ resourceInputs["type"] = undefined /*out*/;
67
+ }
68
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
69
+ const aliasOpts = { aliases: [{ type: "azure-native:machinelearningservices:RegistryEnvironmentContainer" }, { type: "azure-native:machinelearningservices/v20221001preview:RegistryEnvironmentContainer" }, { type: "azure-native:machinelearningservices/v20221201preview:RegistryEnvironmentContainer" }, { type: "azure-native:machinelearningservices/v20230201preview:RegistryEnvironmentContainer" }, { type: "azure-native:machinelearningservices/v20230401:RegistryEnvironmentContainer" }, { type: "azure-native:machinelearningservices/v20230401preview:RegistryEnvironmentContainer" }, { type: "azure-native:machinelearningservices/v20230601preview:RegistryEnvironmentContainer" }] };
70
+ opts = pulumi.mergeOptions(opts, aliasOpts);
71
+ super(RegistryEnvironmentContainer.__pulumiType, name, resourceInputs, opts);
72
+ }
73
+ }
74
+ exports.RegistryEnvironmentContainer = RegistryEnvironmentContainer;
75
+ /** @internal */
76
+ RegistryEnvironmentContainer.__pulumiType = 'azure-native:machinelearningservices/v20230801preview:RegistryEnvironmentContainer';
77
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVnaXN0cnlFbnZpcm9ubWVudENvbnRhaW5lci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21hY2hpbmVsZWFybmluZ3NlcnZpY2VzL3YyMDIzMDgwMXByZXZpZXcvcmVnaXN0cnlFbnZpcm9ubWVudENvbnRhaW5lci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUN6Qyw0Q0FBNEM7QUFHNUMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSw0QkFBNkIsU0FBUSxNQUFNLENBQUMsY0FBYztJQUNuRTs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksNEJBQTRCLENBQUMsSUFBSSxFQUFFLFNBQWdCLGtDQUFPLElBQUksS0FBRSxFQUFFLEVBQUUsRUFBRSxJQUFHLENBQUM7SUFDekYsQ0FBQztJQUtEOzs7T0FHRztJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBUTtRQUM3QixJQUFJLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksRUFBRTtZQUNuQyxPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUNELE9BQU8sR0FBRyxDQUFDLGNBQWMsQ0FBQyxLQUFLLDRCQUE0QixDQUFDLFlBQVksQ0FBQztJQUM3RSxDQUFDO0lBbUJEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQXNDLEVBQUUsSUFBbUM7UUFDakcsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsOEJBQThCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FB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
@@ -0,0 +1,71 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../../types/input";
3
+ import * as outputs from "../../types/output";
4
+ /**
5
+ * Azure Resource Manager resource envelope.
6
+ */
7
+ export declare class RegistryEnvironmentVersion extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing RegistryEnvironmentVersion resource's state with the given name, ID, and optional extra
10
+ * properties used to qualify the lookup.
11
+ *
12
+ * @param name The _unique_ name of the resulting resource.
13
+ * @param id The _unique_ provider ID of the resource to lookup.
14
+ * @param opts Optional settings to control the behavior of the CustomResource.
15
+ */
16
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): RegistryEnvironmentVersion;
17
+ /**
18
+ * Returns true if the given object is an instance of RegistryEnvironmentVersion. This is designed to work even
19
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
20
+ */
21
+ static isInstance(obj: any): obj is RegistryEnvironmentVersion;
22
+ /**
23
+ * [Required] Additional attributes of the entity.
24
+ */
25
+ readonly environmentVersionProperties: pulumi.Output<outputs.machinelearningservices.v20230801preview.EnvironmentVersionResponse>;
26
+ /**
27
+ * The name of the resource
28
+ */
29
+ readonly name: pulumi.Output<string>;
30
+ /**
31
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
32
+ */
33
+ readonly systemData: pulumi.Output<outputs.machinelearningservices.v20230801preview.SystemDataResponse>;
34
+ /**
35
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
36
+ */
37
+ readonly type: pulumi.Output<string>;
38
+ /**
39
+ * Create a RegistryEnvironmentVersion resource with the given unique name, arguments, and options.
40
+ *
41
+ * @param name The _unique_ name of the resource.
42
+ * @param args The arguments to use to populate this resource's properties.
43
+ * @param opts A bag of options that control this resource's behavior.
44
+ */
45
+ constructor(name: string, args: RegistryEnvironmentVersionArgs, opts?: pulumi.CustomResourceOptions);
46
+ }
47
+ /**
48
+ * The set of arguments for constructing a RegistryEnvironmentVersion resource.
49
+ */
50
+ export interface RegistryEnvironmentVersionArgs {
51
+ /**
52
+ * Container name.
53
+ */
54
+ environmentName: pulumi.Input<string>;
55
+ /**
56
+ * [Required] Additional attributes of the entity.
57
+ */
58
+ environmentVersionProperties: pulumi.Input<inputs.machinelearningservices.v20230801preview.EnvironmentVersionArgs>;
59
+ /**
60
+ * Name of Azure Machine Learning registry. This is case-insensitive
61
+ */
62
+ registryName: pulumi.Input<string>;
63
+ /**
64
+ * The name of the resource group. The name is case insensitive.
65
+ */
66
+ resourceGroupName: pulumi.Input<string>;
67
+ /**
68
+ * Version identifier.
69
+ */
70
+ version?: pulumi.Input<string>;
71
+ }
@@ -0,0 +1,81 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.RegistryEnvironmentVersion = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const inputs = require("../../types/input");
8
+ const utilities = require("../../utilities");
9
+ /**
10
+ * Azure Resource Manager resource envelope.
11
+ */
12
+ class RegistryEnvironmentVersion extends pulumi.CustomResource {
13
+ /**
14
+ * Get an existing RegistryEnvironmentVersion resource's state with the given name, ID, and optional extra
15
+ * properties used to qualify the lookup.
16
+ *
17
+ * @param name The _unique_ name of the resulting resource.
18
+ * @param id The _unique_ provider ID of the resource to lookup.
19
+ * @param opts Optional settings to control the behavior of the CustomResource.
20
+ */
21
+ static get(name, id, opts) {
22
+ return new RegistryEnvironmentVersion(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
23
+ }
24
+ /**
25
+ * Returns true if the given object is an instance of RegistryEnvironmentVersion. This is designed to work even
26
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
27
+ */
28
+ static isInstance(obj) {
29
+ if (obj === undefined || obj === null) {
30
+ return false;
31
+ }
32
+ return obj['__pulumiType'] === RegistryEnvironmentVersion.__pulumiType;
33
+ }
34
+ /**
35
+ * Create a RegistryEnvironmentVersion resource with the given unique name, arguments, and options.
36
+ *
37
+ * @param name The _unique_ name of the resource.
38
+ * @param args The arguments to use to populate this resource's properties.
39
+ * @param opts A bag of options that control this resource's behavior.
40
+ */
41
+ constructor(name, args, opts) {
42
+ let resourceInputs = {};
43
+ opts = opts || {};
44
+ if (!opts.id) {
45
+ if ((!args || args.environmentName === undefined) && !opts.urn) {
46
+ throw new Error("Missing required property 'environmentName'");
47
+ }
48
+ if ((!args || args.environmentVersionProperties === undefined) && !opts.urn) {
49
+ throw new Error("Missing required property 'environmentVersionProperties'");
50
+ }
51
+ if ((!args || args.registryName === undefined) && !opts.urn) {
52
+ throw new Error("Missing required property 'registryName'");
53
+ }
54
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
55
+ throw new Error("Missing required property 'resourceGroupName'");
56
+ }
57
+ resourceInputs["environmentName"] = args ? args.environmentName : undefined;
58
+ resourceInputs["environmentVersionProperties"] = args ? (args.environmentVersionProperties ? pulumi.output(args.environmentVersionProperties).apply(inputs.machinelearningservices.v20230801preview.environmentVersionArgsProvideDefaults) : undefined) : undefined;
59
+ resourceInputs["registryName"] = args ? args.registryName : undefined;
60
+ resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
61
+ resourceInputs["version"] = args ? args.version : undefined;
62
+ resourceInputs["name"] = undefined /*out*/;
63
+ resourceInputs["systemData"] = undefined /*out*/;
64
+ resourceInputs["type"] = undefined /*out*/;
65
+ }
66
+ else {
67
+ resourceInputs["environmentVersionProperties"] = undefined /*out*/;
68
+ resourceInputs["name"] = undefined /*out*/;
69
+ resourceInputs["systemData"] = undefined /*out*/;
70
+ resourceInputs["type"] = undefined /*out*/;
71
+ }
72
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
73
+ const aliasOpts = { aliases: [{ type: "azure-native:machinelearningservices:RegistryEnvironmentVersion" }, { type: "azure-native:machinelearningservices/v20221001preview:RegistryEnvironmentVersion" }, { type: "azure-native:machinelearningservices/v20221201preview:RegistryEnvironmentVersion" }, { type: "azure-native:machinelearningservices/v20230201preview:RegistryEnvironmentVersion" }, { type: "azure-native:machinelearningservices/v20230401:RegistryEnvironmentVersion" }, { type: "azure-native:machinelearningservices/v20230401preview:RegistryEnvironmentVersion" }, { type: "azure-native:machinelearningservices/v20230601preview:RegistryEnvironmentVersion" }] };
74
+ opts = pulumi.mergeOptions(opts, aliasOpts);
75
+ super(RegistryEnvironmentVersion.__pulumiType, name, resourceInputs, opts);
76
+ }
77
+ }
78
+ exports.RegistryEnvironmentVersion = RegistryEnvironmentVersion;
79
+ /** @internal */
80
+ RegistryEnvironmentVersion.__pulumiType = 'azure-native:machinelearningservices/v20230801preview:RegistryEnvironmentVersion';
81
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVnaXN0cnlFbnZpcm9ubWVudFZlcnNpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tYWNoaW5lbGVhcm5pbmdzZXJ2aWNlcy92MjAyMzA4MDFwcmV2aWV3L3JlZ2lzdHJ5RW52aXJvbm1lbnRWZXJzaW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBQ3pDLDRDQUE0QztBQUc1Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxNQUFhLDBCQUEyQixTQUFRLE1BQU0sQ0FBQyxjQUFjO0lBQ2pFOzs7Ozs7O09BT0c7SUFDSSxNQUFNLENBQUMsR0FBRyxDQUFDLElBQVksRUFBRSxFQUEyQixFQUFFLElBQW1DO1FBQzVGLE9BQU8sSUFBSSwwQkFBMEIsQ0FBQyxJQUFJLEVBQUUsU0FBZ0Isa0NBQU8sSUFBSSxLQUFFLEVBQUUsRUFBRSxFQUFFLElBQUcsQ0FBQztJQUN2RixDQUFDO0lBS0Q7OztPQUdHO0lBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFRO1FBQzdCLElBQUksR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFO1lBQ25DLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBQ0QsT0FBTyxHQUFHLENBQUMsY0FBYyxDQUFDLEtBQUssMEJBQTBCLENBQUMsWUFBWSxDQUFDO0lBQzNFLENBQUM7SUFtQkQ7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBb0MsRUFBRSxJQUFtQztRQUMvRixJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxlQUFlLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFF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
@@ -0,0 +1,67 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../../types/input";
3
+ import * as outputs from "../../types/output";
4
+ /**
5
+ * Azure Resource Manager resource envelope.
6
+ */
7
+ export declare class RegistryModelContainer extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing RegistryModelContainer resource's state with the given name, ID, and optional extra
10
+ * properties used to qualify the lookup.
11
+ *
12
+ * @param name The _unique_ name of the resulting resource.
13
+ * @param id The _unique_ provider ID of the resource to lookup.
14
+ * @param opts Optional settings to control the behavior of the CustomResource.
15
+ */
16
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): RegistryModelContainer;
17
+ /**
18
+ * Returns true if the given object is an instance of RegistryModelContainer. This is designed to work even
19
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
20
+ */
21
+ static isInstance(obj: any): obj is RegistryModelContainer;
22
+ /**
23
+ * [Required] Additional attributes of the entity.
24
+ */
25
+ readonly modelContainerProperties: pulumi.Output<outputs.machinelearningservices.v20230801preview.ModelContainerResponse>;
26
+ /**
27
+ * The name of the resource
28
+ */
29
+ readonly name: pulumi.Output<string>;
30
+ /**
31
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
32
+ */
33
+ readonly systemData: pulumi.Output<outputs.machinelearningservices.v20230801preview.SystemDataResponse>;
34
+ /**
35
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
36
+ */
37
+ readonly type: pulumi.Output<string>;
38
+ /**
39
+ * Create a RegistryModelContainer resource with the given unique name, arguments, and options.
40
+ *
41
+ * @param name The _unique_ name of the resource.
42
+ * @param args The arguments to use to populate this resource's properties.
43
+ * @param opts A bag of options that control this resource's behavior.
44
+ */
45
+ constructor(name: string, args: RegistryModelContainerArgs, opts?: pulumi.CustomResourceOptions);
46
+ }
47
+ /**
48
+ * The set of arguments for constructing a RegistryModelContainer resource.
49
+ */
50
+ export interface RegistryModelContainerArgs {
51
+ /**
52
+ * [Required] Additional attributes of the entity.
53
+ */
54
+ modelContainerProperties: pulumi.Input<inputs.machinelearningservices.v20230801preview.ModelContainerArgs>;
55
+ /**
56
+ * Container name.
57
+ */
58
+ modelName?: pulumi.Input<string>;
59
+ /**
60
+ * Name of Azure Machine Learning registry. This is case-insensitive
61
+ */
62
+ registryName: pulumi.Input<string>;
63
+ /**
64
+ * The name of the resource group. The name is case insensitive.
65
+ */
66
+ resourceGroupName: pulumi.Input<string>;
67
+ }
@@ -0,0 +1,77 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.RegistryModelContainer = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const inputs = require("../../types/input");
8
+ const utilities = require("../../utilities");
9
+ /**
10
+ * Azure Resource Manager resource envelope.
11
+ */
12
+ class RegistryModelContainer extends pulumi.CustomResource {
13
+ /**
14
+ * Get an existing RegistryModelContainer resource's state with the given name, ID, and optional extra
15
+ * properties used to qualify the lookup.
16
+ *
17
+ * @param name The _unique_ name of the resulting resource.
18
+ * @param id The _unique_ provider ID of the resource to lookup.
19
+ * @param opts Optional settings to control the behavior of the CustomResource.
20
+ */
21
+ static get(name, id, opts) {
22
+ return new RegistryModelContainer(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
23
+ }
24
+ /**
25
+ * Returns true if the given object is an instance of RegistryModelContainer. This is designed to work even
26
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
27
+ */
28
+ static isInstance(obj) {
29
+ if (obj === undefined || obj === null) {
30
+ return false;
31
+ }
32
+ return obj['__pulumiType'] === RegistryModelContainer.__pulumiType;
33
+ }
34
+ /**
35
+ * Create a RegistryModelContainer resource with the given unique name, arguments, and options.
36
+ *
37
+ * @param name The _unique_ name of the resource.
38
+ * @param args The arguments to use to populate this resource's properties.
39
+ * @param opts A bag of options that control this resource's behavior.
40
+ */
41
+ constructor(name, args, opts) {
42
+ let resourceInputs = {};
43
+ opts = opts || {};
44
+ if (!opts.id) {
45
+ if ((!args || args.modelContainerProperties === undefined) && !opts.urn) {
46
+ throw new Error("Missing required property 'modelContainerProperties'");
47
+ }
48
+ if ((!args || args.registryName === undefined) && !opts.urn) {
49
+ throw new Error("Missing required property 'registryName'");
50
+ }
51
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
52
+ throw new Error("Missing required property 'resourceGroupName'");
53
+ }
54
+ resourceInputs["modelContainerProperties"] = args ? (args.modelContainerProperties ? pulumi.output(args.modelContainerProperties).apply(inputs.machinelearningservices.v20230801preview.modelContainerArgsProvideDefaults) : undefined) : undefined;
55
+ resourceInputs["modelName"] = args ? args.modelName : undefined;
56
+ resourceInputs["registryName"] = args ? args.registryName : undefined;
57
+ resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
58
+ resourceInputs["name"] = undefined /*out*/;
59
+ resourceInputs["systemData"] = undefined /*out*/;
60
+ resourceInputs["type"] = undefined /*out*/;
61
+ }
62
+ else {
63
+ resourceInputs["modelContainerProperties"] = undefined /*out*/;
64
+ resourceInputs["name"] = undefined /*out*/;
65
+ resourceInputs["systemData"] = undefined /*out*/;
66
+ resourceInputs["type"] = undefined /*out*/;
67
+ }
68
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
69
+ const aliasOpts = { aliases: [{ type: "azure-native:machinelearningservices:RegistryModelContainer" }, { type: "azure-native:machinelearningservices/v20221001preview:RegistryModelContainer" }, { type: "azure-native:machinelearningservices/v20221201preview:RegistryModelContainer" }, { type: "azure-native:machinelearningservices/v20230201preview:RegistryModelContainer" }, { type: "azure-native:machinelearningservices/v20230401:RegistryModelContainer" }, { type: "azure-native:machinelearningservices/v20230401preview:RegistryModelContainer" }, { type: "azure-native:machinelearningservices/v20230601preview:RegistryModelContainer" }] };
70
+ opts = pulumi.mergeOptions(opts, aliasOpts);
71
+ super(RegistryModelContainer.__pulumiType, name, resourceInputs, opts);
72
+ }
73
+ }
74
+ exports.RegistryModelContainer = RegistryModelContainer;
75
+ /** @internal */
76
+ RegistryModelContainer.__pulumiType = 'azure-native:machinelearningservices/v20230801preview:RegistryModelContainer';
77
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVnaXN0cnlNb2RlbENvbnRhaW5lci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21hY2hpbmVsZWFybmluZ3NlcnZpY2VzL3YyMDIzMDgwMXByZXZpZXcvcmVnaXN0cnlNb2RlbENvbnRhaW5lci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUN6Qyw0Q0FBNEM7QUFHNUMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSxzQkFBdUIsU0FBUSxNQUFNLENBQUMsY0FBYztJQUM3RDs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksc0JBQXNCLENBQUMsSUFBSSxFQUFFLFNBQWdCLGtDQUFPLElBQUksS0FBRSxFQUFFLEVBQUUsRUFBRSxJQUFHLENBQUM7SUFDbkYsQ0FBQztJQUtEOzs7T0FHRztJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBUTtRQUM3QixJQUFJLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksRUFBRTtZQUNuQyxPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUNELE9BQU8sR0FBRyxDQUFDLGNBQWMsQ0FBQyxLQUFLLHNCQUFzQixDQUFDLFlBQVksQ0FBQztJQUN2RSxDQUFDO0lBbUJEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQWdDLEVBQUUsSUFBbUM7UUFDM0YsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsd0JBQXdCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUNyRSxNQUFNLElBQUksS0FBSyxDQUFDLHNEQUFzRCxDQUFDLENBQUM7YUFDM0U7WUFDRCxJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLFlBQVksS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQ3pELE1BQU0sSUFBSSxLQUFLLENBQUMsMENBQTBDLENBQUMsQ0FBQzthQUMvRDtZQUNELElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElBQUksS0FBSyxDQUFDLCtDQUErQyxDQUFDLENBQUM7YUFDcEU7WUFDRCxjQUFjLENBQUMsMEJBQTBCLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLHdCQUF3QixDQUFDLENBQUMsQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyx3QkFBd0IsQ0FBQyxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUMsdUJBQXVCLENBQUMsZ0JBQWdCLENBQUMsaUNBQWlDLENBQUMsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNwUCxjQUFjLENBQUMsV0FBVyxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDaEUsY0FBYyxDQUFDLGNBQWMsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ3RFLGNBQWMsQ0FBQyxtQkFBbUIsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDaEYsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDOUM7YUFBTTtZQUNILGNBQWMsQ0FBQywwQkFBMEIsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDL0QsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDOUM7UUFDRCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUNuRSxNQUFNLFNBQVMsR0FBRyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsSUFBSSxFQUFFLDZEQUE2RCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsOEVBQThFLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw4RUFBOEUsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDhFQUE4RSxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsdUVBQXVFLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw4RUFBOEUsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDhFQUE4RSxFQUFFLENBQUMsRUFBRSxDQUFDO1FBQzluQixJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxJQUFJLEVBQUUsU0FBUyxDQUFDLENBQUM7UUFDNUMsS0FBSyxDQUFDLHNCQUFzQixDQUFDLFlBQVksRUFBRSxJQUFJLEVBQUUsY0FBYyxFQUFFLElBQUksQ0FBQyxDQUFDO0lBQzNFLENBQUM7O0FBakZMLHdEQWtGQztBQXJFRyxnQkFBZ0I7QUFDTyxtQ0FBWSxHQUFHLDhFQUE4RSxDQUFDIn0=
@@ -0,0 +1,71 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../../types/input";
3
+ import * as outputs from "../../types/output";
4
+ /**
5
+ * Azure Resource Manager resource envelope.
6
+ */
7
+ export declare class RegistryModelVersion extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing RegistryModelVersion resource's state with the given name, ID, and optional extra
10
+ * properties used to qualify the lookup.
11
+ *
12
+ * @param name The _unique_ name of the resulting resource.
13
+ * @param id The _unique_ provider ID of the resource to lookup.
14
+ * @param opts Optional settings to control the behavior of the CustomResource.
15
+ */
16
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): RegistryModelVersion;
17
+ /**
18
+ * Returns true if the given object is an instance of RegistryModelVersion. This is designed to work even
19
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
20
+ */
21
+ static isInstance(obj: any): obj is RegistryModelVersion;
22
+ /**
23
+ * [Required] Additional attributes of the entity.
24
+ */
25
+ readonly modelVersionProperties: pulumi.Output<outputs.machinelearningservices.v20230801preview.ModelVersionResponse>;
26
+ /**
27
+ * The name of the resource
28
+ */
29
+ readonly name: pulumi.Output<string>;
30
+ /**
31
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
32
+ */
33
+ readonly systemData: pulumi.Output<outputs.machinelearningservices.v20230801preview.SystemDataResponse>;
34
+ /**
35
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
36
+ */
37
+ readonly type: pulumi.Output<string>;
38
+ /**
39
+ * Create a RegistryModelVersion resource with the given unique name, arguments, and options.
40
+ *
41
+ * @param name The _unique_ name of the resource.
42
+ * @param args The arguments to use to populate this resource's properties.
43
+ * @param opts A bag of options that control this resource's behavior.
44
+ */
45
+ constructor(name: string, args: RegistryModelVersionArgs, opts?: pulumi.CustomResourceOptions);
46
+ }
47
+ /**
48
+ * The set of arguments for constructing a RegistryModelVersion resource.
49
+ */
50
+ export interface RegistryModelVersionArgs {
51
+ /**
52
+ * Container name.
53
+ */
54
+ modelName: pulumi.Input<string>;
55
+ /**
56
+ * [Required] Additional attributes of the entity.
57
+ */
58
+ modelVersionProperties: pulumi.Input<inputs.machinelearningservices.v20230801preview.ModelVersionArgs>;
59
+ /**
60
+ * Name of Azure Machine Learning registry. This is case-insensitive
61
+ */
62
+ registryName: pulumi.Input<string>;
63
+ /**
64
+ * The name of the resource group. The name is case insensitive.
65
+ */
66
+ resourceGroupName: pulumi.Input<string>;
67
+ /**
68
+ * Version identifier.
69
+ */
70
+ version?: pulumi.Input<string>;
71
+ }