pulumi-azure-native 2.62.0__py3-none-any.whl → 2.63.0__py3-none-any.whl

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.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (419) hide show
  1. pulumi_azure_native/__init__.py +71 -1
  2. pulumi_azure_native/azuredatatransfer/__init__.py +3 -0
  3. pulumi_azure_native/azuredatatransfer/connection.py +3 -3
  4. pulumi_azure_native/azuredatatransfer/flow.py +3 -3
  5. pulumi_azure_native/azuredatatransfer/get_connection.py +2 -2
  6. pulumi_azure_native/azuredatatransfer/get_flow.py +2 -2
  7. pulumi_azure_native/azuredatatransfer/get_pipeline.py +2 -2
  8. pulumi_azure_native/azuredatatransfer/list_azure_data_transfer_approved_schemas.py +2 -2
  9. pulumi_azure_native/azuredatatransfer/list_list_pending_connection.py +2 -2
  10. pulumi_azure_native/azuredatatransfer/list_list_pending_flow.py +2 -2
  11. pulumi_azure_native/azuredatatransfer/list_list_schema.py +2 -2
  12. pulumi_azure_native/azuredatatransfer/pipeline.py +3 -3
  13. pulumi_azure_native/azuredatatransfer/v20231011preview/connection.py +1 -1
  14. pulumi_azure_native/azuredatatransfer/v20231011preview/flow.py +1 -1
  15. pulumi_azure_native/azuredatatransfer/v20231011preview/pipeline.py +1 -1
  16. pulumi_azure_native/azuredatatransfer/v20240125/connection.py +1 -1
  17. pulumi_azure_native/azuredatatransfer/v20240125/flow.py +1 -1
  18. pulumi_azure_native/azuredatatransfer/v20240125/pipeline.py +1 -1
  19. pulumi_azure_native/azuredatatransfer/v20240507/connection.py +1 -1
  20. pulumi_azure_native/azuredatatransfer/v20240507/flow.py +1 -1
  21. pulumi_azure_native/azuredatatransfer/v20240507/pipeline.py +1 -1
  22. pulumi_azure_native/azuredatatransfer/v20240911/__init__.py +20 -0
  23. pulumi_azure_native/azuredatatransfer/v20240911/_enums.py +111 -0
  24. pulumi_azure_native/azuredatatransfer/v20240911/_inputs.py +1213 -0
  25. pulumi_azure_native/azuredatatransfer/v20240911/connection.py +258 -0
  26. pulumi_azure_native/azuredatatransfer/v20240911/flow.py +337 -0
  27. pulumi_azure_native/azuredatatransfer/v20240911/get_connection.py +162 -0
  28. pulumi_azure_native/azuredatatransfer/v20240911/get_flow.py +193 -0
  29. pulumi_azure_native/azuredatatransfer/v20240911/get_pipeline.py +162 -0
  30. pulumi_azure_native/azuredatatransfer/v20240911/list_azure_data_transfer_approved_schemas.py +85 -0
  31. pulumi_azure_native/azuredatatransfer/v20240911/list_list_pending_connection.py +97 -0
  32. pulumi_azure_native/azuredatatransfer/v20240911/list_list_pending_flow.py +97 -0
  33. pulumi_azure_native/azuredatatransfer/v20240911/list_list_schema.py +125 -0
  34. pulumi_azure_native/azuredatatransfer/v20240911/outputs.py +2123 -0
  35. pulumi_azure_native/azuredatatransfer/v20240911/pipeline.py +258 -0
  36. pulumi_azure_native/cognitiveservices/__init__.py +3 -0
  37. pulumi_azure_native/cognitiveservices/account.py +3 -3
  38. pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
  39. pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
  40. pulumi_azure_native/cognitiveservices/deployment.py +3 -3
  41. pulumi_azure_native/cognitiveservices/encryption_scope.py +3 -3
  42. pulumi_azure_native/cognitiveservices/get_account.py +2 -2
  43. pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
  44. pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
  45. pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
  46. pulumi_azure_native/cognitiveservices/get_encryption_scope.py +2 -2
  47. pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
  48. pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +2 -2
  49. pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +2 -2
  50. pulumi_azure_native/cognitiveservices/get_rai_policy.py +2 -2
  51. pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
  52. pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
  53. pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
  54. pulumi_azure_native/cognitiveservices/rai_blocklist.py +3 -3
  55. pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +3 -3
  56. pulumi_azure_native/cognitiveservices/rai_policy.py +3 -3
  57. pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
  58. pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
  59. pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
  60. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
  61. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
  62. pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
  63. pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
  64. pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
  65. pulumi_azure_native/cognitiveservices/v20231001preview/account.py +1 -1
  66. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +1 -1
  67. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +1 -1
  68. pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +1 -1
  69. pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +1 -1
  70. pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +1 -1
  71. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +1 -1
  72. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +1 -1
  73. pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +1 -1
  74. pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +1 -1
  75. pulumi_azure_native/cognitiveservices/v20240401preview/account.py +1 -1
  76. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan.py +1 -1
  77. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan_association.py +1 -1
  78. pulumi_azure_native/cognitiveservices/v20240401preview/deployment.py +1 -1
  79. pulumi_azure_native/cognitiveservices/v20240401preview/encryption_scope.py +1 -1
  80. pulumi_azure_native/cognitiveservices/v20240401preview/private_endpoint_connection.py +1 -1
  81. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist.py +1 -1
  82. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist_item.py +1 -1
  83. pulumi_azure_native/cognitiveservices/v20240401preview/rai_policy.py +1 -1
  84. pulumi_azure_native/cognitiveservices/v20240401preview/shared_commitment_plan.py +1 -1
  85. pulumi_azure_native/cognitiveservices/v20240601preview/account.py +1 -1
  86. pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan.py +1 -1
  87. pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan_association.py +1 -1
  88. pulumi_azure_native/cognitiveservices/v20240601preview/deployment.py +1 -1
  89. pulumi_azure_native/cognitiveservices/v20240601preview/encryption_scope.py +1 -1
  90. pulumi_azure_native/cognitiveservices/v20240601preview/private_endpoint_connection.py +1 -1
  91. pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist.py +1 -1
  92. pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist_item.py +1 -1
  93. pulumi_azure_native/cognitiveservices/v20240601preview/rai_policy.py +1 -1
  94. pulumi_azure_native/cognitiveservices/v20240601preview/shared_commitment_plan.py +1 -1
  95. pulumi_azure_native/cognitiveservices/v20241001/__init__.py +31 -0
  96. pulumi_azure_native/cognitiveservices/v20241001/_enums.py +156 -0
  97. pulumi_azure_native/cognitiveservices/v20241001/_inputs.py +2577 -0
  98. pulumi_azure_native/cognitiveservices/v20241001/account.py +355 -0
  99. pulumi_azure_native/cognitiveservices/v20241001/commitment_plan.py +347 -0
  100. pulumi_azure_native/cognitiveservices/v20241001/commitment_plan_association.py +258 -0
  101. pulumi_azure_native/cognitiveservices/v20241001/deployment.py +289 -0
  102. pulumi_azure_native/cognitiveservices/v20241001/encryption_scope.py +260 -0
  103. pulumi_azure_native/cognitiveservices/v20241001/get_account.py +214 -0
  104. pulumi_azure_native/cognitiveservices/v20241001/get_commitment_plan.py +206 -0
  105. pulumi_azure_native/cognitiveservices/v20241001/get_commitment_plan_association.py +167 -0
  106. pulumi_azure_native/cognitiveservices/v20241001/get_deployment.py +180 -0
  107. pulumi_azure_native/cognitiveservices/v20241001/get_encryption_scope.py +167 -0
  108. pulumi_azure_native/cognitiveservices/v20241001/get_private_endpoint_connection.py +167 -0
  109. pulumi_azure_native/cognitiveservices/v20241001/get_rai_blocklist.py +167 -0
  110. pulumi_azure_native/cognitiveservices/v20241001/get_rai_blocklist_item.py +172 -0
  111. pulumi_azure_native/cognitiveservices/v20241001/get_rai_policy.py +167 -0
  112. pulumi_azure_native/cognitiveservices/v20241001/get_shared_commitment_plan.py +201 -0
  113. pulumi_azure_native/cognitiveservices/v20241001/list_account_keys.py +96 -0
  114. pulumi_azure_native/cognitiveservices/v20241001/outputs.py +3249 -0
  115. pulumi_azure_native/cognitiveservices/v20241001/private_endpoint_connection.py +260 -0
  116. pulumi_azure_native/cognitiveservices/v20241001/rai_blocklist.py +259 -0
  117. pulumi_azure_native/cognitiveservices/v20241001/rai_blocklist_item.py +280 -0
  118. pulumi_azure_native/cognitiveservices/v20241001/rai_policy.py +260 -0
  119. pulumi_azure_native/cognitiveservices/v20241001/shared_commitment_plan.py +326 -0
  120. pulumi_azure_native/compute/v20240701/_enums.py +1 -1
  121. pulumi_azure_native/compute/v20240701/_inputs.py +3 -3
  122. pulumi_azure_native/compute/v20240701/outputs.py +2 -2
  123. pulumi_azure_native/confidentialledger/v20240709preview/_inputs.py +41 -1
  124. pulumi_azure_native/confidentialledger/v20240709preview/outputs.py +29 -1
  125. pulumi_azure_native/containerservice/__init__.py +5 -0
  126. pulumi_azure_native/containerservice/_enums.py +15 -0
  127. pulumi_azure_native/containerservice/_inputs.py +37 -0
  128. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  129. pulumi_azure_native/containerservice/auto_upgrade_profile.py +343 -0
  130. pulumi_azure_native/containerservice/fleet.py +3 -3
  131. pulumi_azure_native/containerservice/fleet_member.py +3 -3
  132. pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
  133. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  134. pulumi_azure_native/containerservice/get_auto_upgrade_profile.py +211 -0
  135. pulumi_azure_native/containerservice/get_fleet.py +2 -2
  136. pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
  137. pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
  138. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  139. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  140. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  141. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  142. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  143. pulumi_azure_native/containerservice/get_update_run.py +2 -2
  144. pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
  145. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  146. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  147. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  148. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  149. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  150. pulumi_azure_native/containerservice/outputs.py +23 -0
  151. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  152. pulumi_azure_native/containerservice/snapshot.py +3 -3
  153. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  154. pulumi_azure_native/containerservice/update_run.py +3 -3
  155. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  156. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  157. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  158. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  159. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  160. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  161. pulumi_azure_native/containerservice/v20220702preview/fleet.py +1 -1
  162. pulumi_azure_native/containerservice/v20220702preview/fleet_member.py +1 -1
  163. pulumi_azure_native/containerservice/v20230315preview/fleet.py +1 -1
  164. pulumi_azure_native/containerservice/v20230315preview/fleet_member.py +1 -1
  165. pulumi_azure_native/containerservice/v20230315preview/update_run.py +1 -1
  166. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  167. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  168. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  169. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  170. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  171. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  172. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  173. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  174. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  175. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  176. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  177. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  178. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  179. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  180. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  181. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  182. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  183. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  184. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  185. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  186. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  187. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  188. pulumi_azure_native/containerservice/v20230615preview/fleet.py +1 -1
  189. pulumi_azure_native/containerservice/v20230615preview/fleet_member.py +1 -1
  190. pulumi_azure_native/containerservice/v20230615preview/update_run.py +1 -1
  191. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  192. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  193. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  194. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  195. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  196. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  197. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  198. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  199. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  200. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  201. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  202. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  203. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  204. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  205. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  206. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  207. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  208. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  209. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  210. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  211. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  212. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  213. pulumi_azure_native/containerservice/v20230815preview/fleet.py +1 -1
  214. pulumi_azure_native/containerservice/v20230815preview/fleet_member.py +1 -1
  215. pulumi_azure_native/containerservice/v20230815preview/fleet_update_strategy.py +1 -1
  216. pulumi_azure_native/containerservice/v20230815preview/update_run.py +1 -1
  217. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  218. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  219. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  220. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  221. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  222. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  223. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  224. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  225. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  226. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  227. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  228. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  229. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  230. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  231. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  232. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  233. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  234. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  235. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  236. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  237. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  238. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  239. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  240. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  241. pulumi_azure_native/containerservice/v20231015/fleet.py +1 -1
  242. pulumi_azure_native/containerservice/v20231015/fleet_member.py +1 -1
  243. pulumi_azure_native/containerservice/v20231015/fleet_update_strategy.py +1 -1
  244. pulumi_azure_native/containerservice/v20231015/update_run.py +1 -1
  245. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  246. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  247. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  248. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  249. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  250. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  251. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  252. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  253. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  254. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  255. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  256. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  257. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  258. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  259. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  260. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  261. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  262. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  263. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  264. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  265. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  266. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  267. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  268. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  269. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  270. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  271. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  272. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  273. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  274. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  275. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  276. pulumi_azure_native/containerservice/v20240202preview/fleet.py +1 -1
  277. pulumi_azure_native/containerservice/v20240202preview/fleet_member.py +1 -1
  278. pulumi_azure_native/containerservice/v20240202preview/fleet_update_strategy.py +1 -1
  279. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  280. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  281. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  282. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  283. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  284. pulumi_azure_native/containerservice/v20240202preview/update_run.py +1 -1
  285. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  286. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  287. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  288. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  289. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  290. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  291. pulumi_azure_native/containerservice/v20240401/fleet.py +1 -1
  292. pulumi_azure_native/containerservice/v20240401/fleet_member.py +1 -1
  293. pulumi_azure_native/containerservice/v20240401/fleet_update_strategy.py +1 -1
  294. pulumi_azure_native/containerservice/v20240401/update_run.py +1 -1
  295. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
  296. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
  297. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
  298. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
  299. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
  300. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
  301. pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
  302. pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
  303. pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
  304. pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
  305. pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
  306. pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
  307. pulumi_azure_native/containerservice/v20240502preview/__init__.py +11 -0
  308. pulumi_azure_native/containerservice/v20240502preview/_enums.py +64 -0
  309. pulumi_azure_native/containerservice/v20240502preview/_inputs.py +625 -0
  310. pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
  311. pulumi_azure_native/containerservice/v20240502preview/auto_upgrade_profile.py +341 -0
  312. pulumi_azure_native/containerservice/v20240502preview/fleet.py +307 -0
  313. pulumi_azure_native/containerservice/v20240502preview/fleet_member.py +269 -0
  314. pulumi_azure_native/containerservice/v20240502preview/fleet_update_strategy.py +241 -0
  315. pulumi_azure_native/containerservice/v20240502preview/get_auto_upgrade_profile.py +209 -0
  316. pulumi_azure_native/containerservice/v20240502preview/get_fleet.py +201 -0
  317. pulumi_azure_native/containerservice/v20240502preview/get_fleet_member.py +180 -0
  318. pulumi_azure_native/containerservice/v20240502preview/get_fleet_update_strategy.py +167 -0
  319. pulumi_azure_native/containerservice/v20240502preview/get_update_run.py +219 -0
  320. pulumi_azure_native/containerservice/v20240502preview/list_fleet_credentials.py +84 -0
  321. pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
  322. pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
  323. pulumi_azure_native/containerservice/v20240502preview/outputs.py +1235 -3
  324. pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
  325. pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
  326. pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
  327. pulumi_azure_native/containerservice/v20240502preview/update_run.py +362 -0
  328. pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1 -1
  329. pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +1 -1
  330. pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1 -1
  331. pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +1 -1
  332. pulumi_azure_native/containerservice/v20240602preview/snapshot.py +1 -1
  333. pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +1 -1
  334. pulumi_azure_native/containerservice/v20240701/agent_pool.py +1 -1
  335. pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +1 -1
  336. pulumi_azure_native/containerservice/v20240701/managed_cluster.py +1 -1
  337. pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +1 -1
  338. pulumi_azure_native/containerservice/v20240701/snapshot.py +1 -1
  339. pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +1 -1
  340. pulumi_azure_native/containerservice/v20240702preview/agent_pool.py +1 -1
  341. pulumi_azure_native/containerservice/v20240702preview/maintenance_configuration.py +1 -1
  342. pulumi_azure_native/containerservice/v20240702preview/managed_cluster.py +1 -1
  343. pulumi_azure_native/containerservice/v20240702preview/private_endpoint_connection.py +1 -1
  344. pulumi_azure_native/containerservice/v20240702preview/snapshot.py +1 -1
  345. pulumi_azure_native/containerservice/v20240702preview/trusted_access_role_binding.py +1 -1
  346. pulumi_azure_native/containerservice/v20240801/__init__.py +25 -0
  347. pulumi_azure_native/containerservice/v20240801/_enums.py +628 -0
  348. pulumi_azure_native/containerservice/v20240801/_inputs.py +7532 -0
  349. pulumi_azure_native/containerservice/v20240801/agent_pool.py +1420 -0
  350. pulumi_azure_native/containerservice/v20240801/get_agent_pool.py +687 -0
  351. pulumi_azure_native/containerservice/v20240801/get_maintenance_configuration.py +167 -0
  352. pulumi_azure_native/containerservice/v20240801/get_managed_cluster.py +721 -0
  353. pulumi_azure_native/containerservice/v20240801/get_private_endpoint_connection.py +154 -0
  354. pulumi_azure_native/containerservice/v20240801/get_snapshot.py +253 -0
  355. pulumi_azure_native/containerservice/v20240801/get_trusted_access_role_binding.py +167 -0
  356. pulumi_azure_native/containerservice/v20240801/list_managed_cluster_admin_credentials.py +89 -0
  357. pulumi_azure_native/containerservice/v20240801/list_managed_cluster_monitoring_user_credentials.py +89 -0
  358. pulumi_azure_native/containerservice/v20240801/list_managed_cluster_user_credentials.py +94 -0
  359. pulumi_azure_native/containerservice/v20240801/maintenance_configuration.py +279 -0
  360. pulumi_azure_native/containerservice/v20240801/managed_cluster.py +1353 -0
  361. pulumi_azure_native/containerservice/v20240801/outputs.py +6472 -0
  362. pulumi_azure_native/containerservice/v20240801/private_endpoint_connection.py +251 -0
  363. pulumi_azure_native/containerservice/v20240801/snapshot.py +347 -0
  364. pulumi_azure_native/containerservice/v20240801/trusted_access_role_binding.py +260 -0
  365. pulumi_azure_native/datafactory/_inputs.py +20 -0
  366. pulumi_azure_native/datafactory/outputs.py +14 -0
  367. pulumi_azure_native/datafactory/v20180601/_inputs.py +20 -0
  368. pulumi_azure_native/datafactory/v20180601/outputs.py +14 -0
  369. pulumi_azure_native/dbformysql/__init__.py +3 -0
  370. pulumi_azure_native/dbformysql/get_server.py +2 -2
  371. pulumi_azure_native/dbformysql/server.py +3 -3
  372. pulumi_azure_native/dbformysql/v20200701preview/server.py +1 -1
  373. pulumi_azure_native/dbformysql/v20200701privatepreview/server.py +1 -1
  374. pulumi_azure_native/dbformysql/v20220101/server.py +1 -1
  375. pulumi_azure_native/dbformysql/v20220930preview/server.py +1 -1
  376. pulumi_azure_native/dbformysql/v20230601preview/server.py +1 -1
  377. pulumi_azure_native/dbformysql/v20230630/server.py +1 -1
  378. pulumi_azure_native/dbformysql/v20231001preview/server.py +1 -1
  379. pulumi_azure_native/dbformysql/v20231201preview/server.py +1 -1
  380. pulumi_azure_native/dbformysql/v20231230/server.py +1 -1
  381. pulumi_azure_native/dbformysql/v20240201preview/server.py +1 -1
  382. pulumi_azure_native/dbformysql/v20240601preview/__init__.py +12 -0
  383. pulumi_azure_native/dbformysql/v20240601preview/_enums.py +110 -0
  384. pulumi_azure_native/dbformysql/v20240601preview/_inputs.py +850 -0
  385. pulumi_azure_native/dbformysql/v20240601preview/get_server.py +409 -0
  386. pulumi_azure_native/dbformysql/v20240601preview/outputs.py +1147 -0
  387. pulumi_azure_native/dbformysql/v20240601preview/server.py +793 -0
  388. pulumi_azure_native/insights/__init__.py +3 -0
  389. pulumi_azure_native/insights/get_scheduled_query_rule.py +11 -11
  390. pulumi_azure_native/insights/scheduled_query_rule.py +27 -27
  391. pulumi_azure_native/insights/v20180416/scheduled_query_rule.py +1 -1
  392. pulumi_azure_native/insights/v20200501preview/scheduled_query_rule.py +1 -1
  393. pulumi_azure_native/insights/v20220801preview/get_scheduled_query_rule.py +9 -9
  394. pulumi_azure_native/insights/v20220801preview/scheduled_query_rule.py +25 -25
  395. pulumi_azure_native/insights/v20230315preview/get_scheduled_query_rule.py +9 -9
  396. pulumi_azure_native/insights/v20230315preview/scheduled_query_rule.py +25 -25
  397. pulumi_azure_native/insights/v20231201/get_scheduled_query_rule.py +9 -9
  398. pulumi_azure_native/insights/v20231201/scheduled_query_rule.py +25 -25
  399. pulumi_azure_native/insights/v20240101preview/__init__.py +12 -0
  400. pulumi_azure_native/insights/v20240101preview/_enums.py +71 -0
  401. pulumi_azure_native/insights/v20240101preview/_inputs.py +648 -0
  402. pulumi_azure_native/insights/v20240101preview/get_scheduled_query_rule.py +435 -0
  403. pulumi_azure_native/insights/v20240101preview/outputs.py +719 -0
  404. pulumi_azure_native/insights/v20240101preview/scheduled_query_rule.py +794 -0
  405. pulumi_azure_native/monitor/__init__.py +3 -0
  406. pulumi_azure_native/monitor/get_pipeline_group.py +4 -0
  407. pulumi_azure_native/monitor/pipeline_group.py +5 -1
  408. pulumi_azure_native/monitor/v20231001preview/pipeline_group.py +1 -1
  409. pulumi_azure_native/monitor/v20241001preview/__init__.py +12 -0
  410. pulumi_azure_native/monitor/v20241001preview/_enums.py +159 -0
  411. pulumi_azure_native/monitor/v20241001preview/_inputs.py +1888 -0
  412. pulumi_azure_native/monitor/v20241001preview/get_pipeline_group.py +175 -0
  413. pulumi_azure_native/monitor/v20241001preview/outputs.py +1573 -0
  414. pulumi_azure_native/monitor/v20241001preview/pipeline_group.py +287 -0
  415. pulumi_azure_native/pulumi-plugin.json +1 -1
  416. {pulumi_azure_native-2.62.0.dist-info → pulumi_azure_native-2.63.0.dist-info}/METADATA +1 -1
  417. {pulumi_azure_native-2.62.0.dist-info → pulumi_azure_native-2.63.0.dist-info}/RECORD +419 -330
  418. {pulumi_azure_native-2.62.0.dist-info → pulumi_azure_native-2.63.0.dist-info}/WHEEL +0 -0
  419. {pulumi_azure_native-2.62.0.dist-info → pulumi_azure_native-2.63.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,258 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+ from ._inputs import *
19
+
20
+ __all__ = ['PipelineArgs', 'Pipeline']
21
+
22
+ @pulumi.input_type
23
+ class PipelineArgs:
24
+ def __init__(__self__, *,
25
+ resource_group_name: pulumi.Input[str],
26
+ location: Optional[pulumi.Input[str]] = None,
27
+ pipeline_name: Optional[pulumi.Input[str]] = None,
28
+ properties: Optional[pulumi.Input['PipelinePropertiesArgs']] = None,
29
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
30
+ """
31
+ The set of arguments for constructing a Pipeline resource.
32
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
33
+ :param pulumi.Input[str] location: The geo-location where the resource lives
34
+ :param pulumi.Input[str] pipeline_name: The name for the pipeline that is to be requested.
35
+ :param pulumi.Input['PipelinePropertiesArgs'] properties: Properties of pipeline
36
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
37
+ """
38
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
39
+ if location is not None:
40
+ pulumi.set(__self__, "location", location)
41
+ if pipeline_name is not None:
42
+ pulumi.set(__self__, "pipeline_name", pipeline_name)
43
+ if properties is not None:
44
+ pulumi.set(__self__, "properties", properties)
45
+ if tags is not None:
46
+ pulumi.set(__self__, "tags", tags)
47
+
48
+ @property
49
+ @pulumi.getter(name="resourceGroupName")
50
+ def resource_group_name(self) -> pulumi.Input[str]:
51
+ """
52
+ The name of the resource group. The name is case insensitive.
53
+ """
54
+ return pulumi.get(self, "resource_group_name")
55
+
56
+ @resource_group_name.setter
57
+ def resource_group_name(self, value: pulumi.Input[str]):
58
+ pulumi.set(self, "resource_group_name", value)
59
+
60
+ @property
61
+ @pulumi.getter
62
+ def location(self) -> Optional[pulumi.Input[str]]:
63
+ """
64
+ The geo-location where the resource lives
65
+ """
66
+ return pulumi.get(self, "location")
67
+
68
+ @location.setter
69
+ def location(self, value: Optional[pulumi.Input[str]]):
70
+ pulumi.set(self, "location", value)
71
+
72
+ @property
73
+ @pulumi.getter(name="pipelineName")
74
+ def pipeline_name(self) -> Optional[pulumi.Input[str]]:
75
+ """
76
+ The name for the pipeline that is to be requested.
77
+ """
78
+ return pulumi.get(self, "pipeline_name")
79
+
80
+ @pipeline_name.setter
81
+ def pipeline_name(self, value: Optional[pulumi.Input[str]]):
82
+ pulumi.set(self, "pipeline_name", value)
83
+
84
+ @property
85
+ @pulumi.getter
86
+ def properties(self) -> Optional[pulumi.Input['PipelinePropertiesArgs']]:
87
+ """
88
+ Properties of pipeline
89
+ """
90
+ return pulumi.get(self, "properties")
91
+
92
+ @properties.setter
93
+ def properties(self, value: Optional[pulumi.Input['PipelinePropertiesArgs']]):
94
+ pulumi.set(self, "properties", value)
95
+
96
+ @property
97
+ @pulumi.getter
98
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
99
+ """
100
+ Resource tags.
101
+ """
102
+ return pulumi.get(self, "tags")
103
+
104
+ @tags.setter
105
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
106
+ pulumi.set(self, "tags", value)
107
+
108
+
109
+ class Pipeline(pulumi.CustomResource):
110
+ @overload
111
+ def __init__(__self__,
112
+ resource_name: str,
113
+ opts: Optional[pulumi.ResourceOptions] = None,
114
+ location: Optional[pulumi.Input[str]] = None,
115
+ pipeline_name: Optional[pulumi.Input[str]] = None,
116
+ properties: Optional[pulumi.Input[Union['PipelinePropertiesArgs', 'PipelinePropertiesArgsDict']]] = None,
117
+ resource_group_name: Optional[pulumi.Input[str]] = None,
118
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
119
+ __props__=None):
120
+ """
121
+ The pipeline resource definition.
122
+
123
+ :param str resource_name: The name of the resource.
124
+ :param pulumi.ResourceOptions opts: Options for the resource.
125
+ :param pulumi.Input[str] location: The geo-location where the resource lives
126
+ :param pulumi.Input[str] pipeline_name: The name for the pipeline that is to be requested.
127
+ :param pulumi.Input[Union['PipelinePropertiesArgs', 'PipelinePropertiesArgsDict']] properties: Properties of pipeline
128
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
129
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
130
+ """
131
+ ...
132
+ @overload
133
+ def __init__(__self__,
134
+ resource_name: str,
135
+ args: PipelineArgs,
136
+ opts: Optional[pulumi.ResourceOptions] = None):
137
+ """
138
+ The pipeline resource definition.
139
+
140
+ :param str resource_name: The name of the resource.
141
+ :param PipelineArgs args: The arguments to use to populate this resource's properties.
142
+ :param pulumi.ResourceOptions opts: Options for the resource.
143
+ """
144
+ ...
145
+ def __init__(__self__, resource_name: str, *args, **kwargs):
146
+ resource_args, opts = _utilities.get_resource_args_opts(PipelineArgs, pulumi.ResourceOptions, *args, **kwargs)
147
+ if resource_args is not None:
148
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
149
+ else:
150
+ __self__._internal_init(resource_name, *args, **kwargs)
151
+
152
+ def _internal_init(__self__,
153
+ resource_name: str,
154
+ opts: Optional[pulumi.ResourceOptions] = None,
155
+ location: Optional[pulumi.Input[str]] = None,
156
+ pipeline_name: Optional[pulumi.Input[str]] = None,
157
+ properties: Optional[pulumi.Input[Union['PipelinePropertiesArgs', 'PipelinePropertiesArgsDict']]] = None,
158
+ resource_group_name: Optional[pulumi.Input[str]] = None,
159
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
160
+ __props__=None):
161
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
162
+ if not isinstance(opts, pulumi.ResourceOptions):
163
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
164
+ if opts.id is None:
165
+ if __props__ is not None:
166
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
167
+ __props__ = PipelineArgs.__new__(PipelineArgs)
168
+
169
+ __props__.__dict__["location"] = location
170
+ __props__.__dict__["pipeline_name"] = pipeline_name
171
+ __props__.__dict__["properties"] = properties
172
+ if resource_group_name is None and not opts.urn:
173
+ raise TypeError("Missing required property 'resource_group_name'")
174
+ __props__.__dict__["resource_group_name"] = resource_group_name
175
+ __props__.__dict__["tags"] = tags
176
+ __props__.__dict__["name"] = None
177
+ __props__.__dict__["system_data"] = None
178
+ __props__.__dict__["type"] = None
179
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azuredatatransfer:Pipeline"), pulumi.Alias(type_="azure-native:azuredatatransfer/v20231011preview:Pipeline"), pulumi.Alias(type_="azure-native:azuredatatransfer/v20240125:Pipeline"), pulumi.Alias(type_="azure-native:azuredatatransfer/v20240507:Pipeline")])
180
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
181
+ super(Pipeline, __self__).__init__(
182
+ 'azure-native:azuredatatransfer/v20240911:Pipeline',
183
+ resource_name,
184
+ __props__,
185
+ opts)
186
+
187
+ @staticmethod
188
+ def get(resource_name: str,
189
+ id: pulumi.Input[str],
190
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'Pipeline':
191
+ """
192
+ Get an existing Pipeline resource's state with the given name, id, and optional extra
193
+ properties used to qualify the lookup.
194
+
195
+ :param str resource_name: The unique name of the resulting resource.
196
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
197
+ :param pulumi.ResourceOptions opts: Options for the resource.
198
+ """
199
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
200
+
201
+ __props__ = PipelineArgs.__new__(PipelineArgs)
202
+
203
+ __props__.__dict__["location"] = None
204
+ __props__.__dict__["name"] = None
205
+ __props__.__dict__["properties"] = None
206
+ __props__.__dict__["system_data"] = None
207
+ __props__.__dict__["tags"] = None
208
+ __props__.__dict__["type"] = None
209
+ return Pipeline(resource_name, opts=opts, __props__=__props__)
210
+
211
+ @property
212
+ @pulumi.getter
213
+ def location(self) -> pulumi.Output[str]:
214
+ """
215
+ The geo-location where the resource lives
216
+ """
217
+ return pulumi.get(self, "location")
218
+
219
+ @property
220
+ @pulumi.getter
221
+ def name(self) -> pulumi.Output[str]:
222
+ """
223
+ The name of the resource
224
+ """
225
+ return pulumi.get(self, "name")
226
+
227
+ @property
228
+ @pulumi.getter
229
+ def properties(self) -> pulumi.Output['outputs.PipelinePropertiesResponse']:
230
+ """
231
+ Properties of pipeline
232
+ """
233
+ return pulumi.get(self, "properties")
234
+
235
+ @property
236
+ @pulumi.getter(name="systemData")
237
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
238
+ """
239
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
240
+ """
241
+ return pulumi.get(self, "system_data")
242
+
243
+ @property
244
+ @pulumi.getter
245
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
246
+ """
247
+ Resource tags.
248
+ """
249
+ return pulumi.get(self, "tags")
250
+
251
+ @property
252
+ @pulumi.getter
253
+ def type(self) -> pulumi.Output[str]:
254
+ """
255
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
256
+ """
257
+ return pulumi.get(self, "type")
258
+
@@ -42,10 +42,13 @@ if typing.TYPE_CHECKING:
42
42
  v20240401preview = __v20240401preview
43
43
  import pulumi_azure_native.cognitiveservices.v20240601preview as __v20240601preview
44
44
  v20240601preview = __v20240601preview
45
+ import pulumi_azure_native.cognitiveservices.v20241001 as __v20241001
46
+ v20241001 = __v20241001
45
47
  else:
46
48
  v20170418 = _utilities.lazy_import('pulumi_azure_native.cognitiveservices.v20170418')
47
49
  v20230501 = _utilities.lazy_import('pulumi_azure_native.cognitiveservices.v20230501')
48
50
  v20231001preview = _utilities.lazy_import('pulumi_azure_native.cognitiveservices.v20231001preview')
49
51
  v20240401preview = _utilities.lazy_import('pulumi_azure_native.cognitiveservices.v20240401preview')
50
52
  v20240601preview = _utilities.lazy_import('pulumi_azure_native.cognitiveservices.v20240601preview')
53
+ v20241001 = _utilities.lazy_import('pulumi_azure_native.cognitiveservices.v20241001')
51
54
 
@@ -172,7 +172,7 @@ class Account(pulumi.CustomResource):
172
172
  Cognitive Services account is an Azure resource representing the provisioned account, it's type, location and SKU.
173
173
  Azure REST API version: 2023-05-01. Prior API version in Azure Native 1.x: 2017-04-18.
174
174
 
175
- Other available API versions: 2017-04-18, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview.
175
+ Other available API versions: 2017-04-18, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
176
176
 
177
177
  :param str resource_name: The name of the resource.
178
178
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -195,7 +195,7 @@ class Account(pulumi.CustomResource):
195
195
  Cognitive Services account is an Azure resource representing the provisioned account, it's type, location and SKU.
196
196
  Azure REST API version: 2023-05-01. Prior API version in Azure Native 1.x: 2017-04-18.
197
197
 
198
- Other available API versions: 2017-04-18, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview.
198
+ Other available API versions: 2017-04-18, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
199
199
 
200
200
  :param str resource_name: The name of the resource.
201
201
  :param AccountArgs args: The arguments to use to populate this resource's properties.
@@ -243,7 +243,7 @@ class Account(pulumi.CustomResource):
243
243
  __props__.__dict__["name"] = None
244
244
  __props__.__dict__["system_data"] = None
245
245
  __props__.__dict__["type"] = None
246
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cognitiveservices/v20160201preview:Account"), pulumi.Alias(type_="azure-native:cognitiveservices/v20170418:Account"), pulumi.Alias(type_="azure-native:cognitiveservices/v20210430:Account"), pulumi.Alias(type_="azure-native:cognitiveservices/v20211001:Account"), pulumi.Alias(type_="azure-native:cognitiveservices/v20220301:Account"), pulumi.Alias(type_="azure-native:cognitiveservices/v20221001:Account"), pulumi.Alias(type_="azure-native:cognitiveservices/v20221201:Account"), pulumi.Alias(type_="azure-native:cognitiveservices/v20230501:Account"), pulumi.Alias(type_="azure-native:cognitiveservices/v20231001preview:Account"), pulumi.Alias(type_="azure-native:cognitiveservices/v20240401preview:Account"), pulumi.Alias(type_="azure-native:cognitiveservices/v20240601preview:Account")])
246
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cognitiveservices/v20160201preview:Account"), pulumi.Alias(type_="azure-native:cognitiveservices/v20170418:Account"), pulumi.Alias(type_="azure-native:cognitiveservices/v20210430:Account"), pulumi.Alias(type_="azure-native:cognitiveservices/v20211001:Account"), pulumi.Alias(type_="azure-native:cognitiveservices/v20220301:Account"), pulumi.Alias(type_="azure-native:cognitiveservices/v20221001:Account"), pulumi.Alias(type_="azure-native:cognitiveservices/v20221201:Account"), pulumi.Alias(type_="azure-native:cognitiveservices/v20230501:Account"), pulumi.Alias(type_="azure-native:cognitiveservices/v20231001preview:Account"), pulumi.Alias(type_="azure-native:cognitiveservices/v20240401preview:Account"), pulumi.Alias(type_="azure-native:cognitiveservices/v20240601preview:Account"), pulumi.Alias(type_="azure-native:cognitiveservices/v20241001:Account")])
247
247
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
248
248
  super(Account, __self__).__init__(
249
249
  'azure-native:cognitiveservices:Account',
@@ -171,7 +171,7 @@ class CommitmentPlan(pulumi.CustomResource):
171
171
  Cognitive Services account commitment plan.
172
172
  Azure REST API version: 2023-05-01. Prior API version in Azure Native 1.x: 2021-10-01.
173
173
 
174
- Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview.
174
+ Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
175
175
 
176
176
  :param str resource_name: The name of the resource.
177
177
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -194,7 +194,7 @@ class CommitmentPlan(pulumi.CustomResource):
194
194
  Cognitive Services account commitment plan.
195
195
  Azure REST API version: 2023-05-01. Prior API version in Azure Native 1.x: 2021-10-01.
196
196
 
197
- Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview.
197
+ Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
198
198
 
199
199
  :param str resource_name: The name of the resource.
200
200
  :param CommitmentPlanArgs args: The arguments to use to populate this resource's properties.
@@ -244,7 +244,7 @@ class CommitmentPlan(pulumi.CustomResource):
244
244
  __props__.__dict__["name"] = None
245
245
  __props__.__dict__["system_data"] = None
246
246
  __props__.__dict__["type"] = None
247
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cognitiveservices/v20211001:CommitmentPlan"), pulumi.Alias(type_="azure-native:cognitiveservices/v20220301:CommitmentPlan"), pulumi.Alias(type_="azure-native:cognitiveservices/v20221001:CommitmentPlan"), pulumi.Alias(type_="azure-native:cognitiveservices/v20221201:CommitmentPlan"), pulumi.Alias(type_="azure-native:cognitiveservices/v20230501:CommitmentPlan"), pulumi.Alias(type_="azure-native:cognitiveservices/v20231001preview:CommitmentPlan"), pulumi.Alias(type_="azure-native:cognitiveservices/v20240401preview:CommitmentPlan"), pulumi.Alias(type_="azure-native:cognitiveservices/v20240601preview:CommitmentPlan")])
247
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cognitiveservices/v20211001:CommitmentPlan"), pulumi.Alias(type_="azure-native:cognitiveservices/v20220301:CommitmentPlan"), pulumi.Alias(type_="azure-native:cognitiveservices/v20221001:CommitmentPlan"), pulumi.Alias(type_="azure-native:cognitiveservices/v20221201:CommitmentPlan"), pulumi.Alias(type_="azure-native:cognitiveservices/v20230501:CommitmentPlan"), pulumi.Alias(type_="azure-native:cognitiveservices/v20231001preview:CommitmentPlan"), pulumi.Alias(type_="azure-native:cognitiveservices/v20240401preview:CommitmentPlan"), pulumi.Alias(type_="azure-native:cognitiveservices/v20240601preview:CommitmentPlan"), pulumi.Alias(type_="azure-native:cognitiveservices/v20241001:CommitmentPlan")])
248
248
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
249
249
  super(CommitmentPlan, __self__).__init__(
250
250
  'azure-native:cognitiveservices:CommitmentPlan',
@@ -101,7 +101,7 @@ class CommitmentPlanAssociation(pulumi.CustomResource):
101
101
  The commitment plan association.
102
102
  Azure REST API version: 2023-05-01.
103
103
 
104
- Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview.
104
+ Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
105
105
 
106
106
  :param str resource_name: The name of the resource.
107
107
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -120,7 +120,7 @@ class CommitmentPlanAssociation(pulumi.CustomResource):
120
120
  The commitment plan association.
121
121
  Azure REST API version: 2023-05-01.
122
122
 
123
- Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview.
123
+ Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
124
124
 
125
125
  :param str resource_name: The name of the resource.
126
126
  :param CommitmentPlanAssociationArgs args: The arguments to use to populate this resource's properties.
@@ -162,7 +162,7 @@ class CommitmentPlanAssociation(pulumi.CustomResource):
162
162
  __props__.__dict__["name"] = None
163
163
  __props__.__dict__["system_data"] = None
164
164
  __props__.__dict__["type"] = None
165
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cognitiveservices/v20221201:CommitmentPlanAssociation"), pulumi.Alias(type_="azure-native:cognitiveservices/v20230501:CommitmentPlanAssociation"), pulumi.Alias(type_="azure-native:cognitiveservices/v20231001preview:CommitmentPlanAssociation"), pulumi.Alias(type_="azure-native:cognitiveservices/v20240401preview:CommitmentPlanAssociation"), pulumi.Alias(type_="azure-native:cognitiveservices/v20240601preview:CommitmentPlanAssociation")])
165
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cognitiveservices/v20221201:CommitmentPlanAssociation"), pulumi.Alias(type_="azure-native:cognitiveservices/v20230501:CommitmentPlanAssociation"), pulumi.Alias(type_="azure-native:cognitiveservices/v20231001preview:CommitmentPlanAssociation"), pulumi.Alias(type_="azure-native:cognitiveservices/v20240401preview:CommitmentPlanAssociation"), pulumi.Alias(type_="azure-native:cognitiveservices/v20240601preview:CommitmentPlanAssociation"), pulumi.Alias(type_="azure-native:cognitiveservices/v20241001:CommitmentPlanAssociation")])
166
166
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
167
167
  super(CommitmentPlanAssociation, __self__).__init__(
168
168
  'azure-native:cognitiveservices:CommitmentPlanAssociation',
@@ -120,7 +120,7 @@ class Deployment(pulumi.CustomResource):
120
120
  Cognitive Services account deployment.
121
121
  Azure REST API version: 2023-05-01. Prior API version in Azure Native 1.x: 2021-10-01.
122
122
 
123
- Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview.
123
+ Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
124
124
 
125
125
  :param str resource_name: The name of the resource.
126
126
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -140,7 +140,7 @@ class Deployment(pulumi.CustomResource):
140
140
  Cognitive Services account deployment.
141
141
  Azure REST API version: 2023-05-01. Prior API version in Azure Native 1.x: 2021-10-01.
142
142
 
143
- Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview.
143
+ Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
144
144
 
145
145
  :param str resource_name: The name of the resource.
146
146
  :param DeploymentArgs args: The arguments to use to populate this resource's properties.
@@ -184,7 +184,7 @@ class Deployment(pulumi.CustomResource):
184
184
  __props__.__dict__["name"] = None
185
185
  __props__.__dict__["system_data"] = None
186
186
  __props__.__dict__["type"] = None
187
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cognitiveservices/v20211001:Deployment"), pulumi.Alias(type_="azure-native:cognitiveservices/v20220301:Deployment"), pulumi.Alias(type_="azure-native:cognitiveservices/v20221001:Deployment"), pulumi.Alias(type_="azure-native:cognitiveservices/v20221201:Deployment"), pulumi.Alias(type_="azure-native:cognitiveservices/v20230501:Deployment"), pulumi.Alias(type_="azure-native:cognitiveservices/v20231001preview:Deployment"), pulumi.Alias(type_="azure-native:cognitiveservices/v20240401preview:Deployment"), pulumi.Alias(type_="azure-native:cognitiveservices/v20240601preview:Deployment")])
187
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cognitiveservices/v20211001:Deployment"), pulumi.Alias(type_="azure-native:cognitiveservices/v20220301:Deployment"), pulumi.Alias(type_="azure-native:cognitiveservices/v20221001:Deployment"), pulumi.Alias(type_="azure-native:cognitiveservices/v20221201:Deployment"), pulumi.Alias(type_="azure-native:cognitiveservices/v20230501:Deployment"), pulumi.Alias(type_="azure-native:cognitiveservices/v20231001preview:Deployment"), pulumi.Alias(type_="azure-native:cognitiveservices/v20240401preview:Deployment"), pulumi.Alias(type_="azure-native:cognitiveservices/v20240601preview:Deployment"), pulumi.Alias(type_="azure-native:cognitiveservices/v20241001:Deployment")])
188
188
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
189
189
  super(Deployment, __self__).__init__(
190
190
  'azure-native:cognitiveservices:Deployment',
@@ -120,7 +120,7 @@ class EncryptionScope(pulumi.CustomResource):
120
120
  Cognitive Services EncryptionScope
121
121
  Azure REST API version: 2023-10-01-preview.
122
122
 
123
- Other available API versions: 2024-04-01-preview, 2024-06-01-preview.
123
+ Other available API versions: 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
124
124
 
125
125
  :param str resource_name: The name of the resource.
126
126
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -140,7 +140,7 @@ class EncryptionScope(pulumi.CustomResource):
140
140
  Cognitive Services EncryptionScope
141
141
  Azure REST API version: 2023-10-01-preview.
142
142
 
143
- Other available API versions: 2024-04-01-preview, 2024-06-01-preview.
143
+ Other available API versions: 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
144
144
 
145
145
  :param str resource_name: The name of the resource.
146
146
  :param EncryptionScopeArgs args: The arguments to use to populate this resource's properties.
@@ -184,7 +184,7 @@ class EncryptionScope(pulumi.CustomResource):
184
184
  __props__.__dict__["name"] = None
185
185
  __props__.__dict__["system_data"] = None
186
186
  __props__.__dict__["type"] = None
187
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cognitiveservices/v20231001preview:EncryptionScope"), pulumi.Alias(type_="azure-native:cognitiveservices/v20240401preview:EncryptionScope"), pulumi.Alias(type_="azure-native:cognitiveservices/v20240601preview:EncryptionScope")])
187
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cognitiveservices/v20231001preview:EncryptionScope"), pulumi.Alias(type_="azure-native:cognitiveservices/v20240401preview:EncryptionScope"), pulumi.Alias(type_="azure-native:cognitiveservices/v20240601preview:EncryptionScope"), pulumi.Alias(type_="azure-native:cognitiveservices/v20241001:EncryptionScope")])
188
188
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
189
189
  super(EncryptionScope, __self__).__init__(
190
190
  'azure-native:cognitiveservices:EncryptionScope',
@@ -177,7 +177,7 @@ def get_account(account_name: Optional[str] = None,
177
177
  Returns a Cognitive Services account specified by the parameters.
178
178
  Azure REST API version: 2023-05-01.
179
179
 
180
- Other available API versions: 2017-04-18, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview.
180
+ Other available API versions: 2017-04-18, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
181
181
 
182
182
 
183
183
  :param str account_name: The name of Cognitive Services account.
@@ -211,7 +211,7 @@ def get_account_output(account_name: Optional[pulumi.Input[str]] = None,
211
211
  Returns a Cognitive Services account specified by the parameters.
212
212
  Azure REST API version: 2023-05-01.
213
213
 
214
- Other available API versions: 2017-04-18, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview.
214
+ Other available API versions: 2017-04-18, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
215
215
 
216
216
 
217
217
  :param str account_name: The name of Cognitive Services account.
@@ -166,7 +166,7 @@ def get_commitment_plan(account_name: Optional[str] = None,
166
166
  Gets the specified commitmentPlans associated with the Cognitive Services account.
167
167
  Azure REST API version: 2023-05-01.
168
168
 
169
- Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview.
169
+ Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
170
170
 
171
171
 
172
172
  :param str account_name: The name of Cognitive Services account.
@@ -202,7 +202,7 @@ def get_commitment_plan_output(account_name: Optional[pulumi.Input[str]] = None,
202
202
  Gets the specified commitmentPlans associated with the Cognitive Services account.
203
203
  Azure REST API version: 2023-05-01.
204
204
 
205
- Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview.
205
+ Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
206
206
 
207
207
 
208
208
  :param str account_name: The name of Cognitive Services account.
@@ -118,7 +118,7 @@ def get_commitment_plan_association(commitment_plan_association_name: Optional[s
118
118
  Gets the association of the Cognitive Services commitment plan.
119
119
  Azure REST API version: 2023-05-01.
120
120
 
121
- Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview.
121
+ Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
122
122
 
123
123
 
124
124
  :param str commitment_plan_association_name: The name of the commitment plan association with the Cognitive Services Account
@@ -150,7 +150,7 @@ def get_commitment_plan_association_output(commitment_plan_association_name: Opt
150
150
  Gets the association of the Cognitive Services commitment plan.
151
151
  Azure REST API version: 2023-05-01.
152
152
 
153
- Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview.
153
+ Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
154
154
 
155
155
 
156
156
  :param str commitment_plan_association_name: The name of the commitment plan association with the Cognitive Services Account
@@ -130,7 +130,7 @@ def get_deployment(account_name: Optional[str] = None,
130
130
  Gets the specified deployments associated with the Cognitive Services account.
131
131
  Azure REST API version: 2023-05-01.
132
132
 
133
- Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview.
133
+ Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
134
134
 
135
135
 
136
136
  :param str account_name: The name of Cognitive Services account.
@@ -163,7 +163,7 @@ def get_deployment_output(account_name: Optional[pulumi.Input[str]] = None,
163
163
  Gets the specified deployments associated with the Cognitive Services account.
164
164
  Azure REST API version: 2023-05-01.
165
165
 
166
- Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview.
166
+ Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
167
167
 
168
168
 
169
169
  :param str account_name: The name of Cognitive Services account.
@@ -130,7 +130,7 @@ def get_encryption_scope(account_name: Optional[str] = None,
130
130
  Gets the specified EncryptionScope associated with the Cognitive Services account.
131
131
  Azure REST API version: 2023-10-01-preview.
132
132
 
133
- Other available API versions: 2024-04-01-preview, 2024-06-01-preview.
133
+ Other available API versions: 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
134
134
 
135
135
 
136
136
  :param str account_name: The name of Cognitive Services account.
@@ -163,7 +163,7 @@ def get_encryption_scope_output(account_name: Optional[pulumi.Input[str]] = None
163
163
  Gets the specified EncryptionScope associated with the Cognitive Services account.
164
164
  Azure REST API version: 2023-10-01-preview.
165
165
 
166
- Other available API versions: 2024-04-01-preview, 2024-06-01-preview.
166
+ Other available API versions: 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
167
167
 
168
168
 
169
169
  :param str account_name: The name of Cognitive Services account.
@@ -130,7 +130,7 @@ def get_private_endpoint_connection(account_name: Optional[str] = None,
130
130
  Gets the specified private endpoint connection associated with the Cognitive Services account.
131
131
  Azure REST API version: 2023-05-01.
132
132
 
133
- Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview.
133
+ Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
134
134
 
135
135
 
136
136
  :param str account_name: The name of Cognitive Services account.
@@ -163,7 +163,7 @@ def get_private_endpoint_connection_output(account_name: Optional[pulumi.Input[s
163
163
  Gets the specified private endpoint connection associated with the Cognitive Services account.
164
164
  Azure REST API version: 2023-05-01.
165
165
 
166
- Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview.
166
+ Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
167
167
 
168
168
 
169
169
  :param str account_name: The name of Cognitive Services account.
@@ -130,7 +130,7 @@ def get_rai_blocklist(account_name: Optional[str] = None,
130
130
  Gets the specified custom blocklist associated with the Azure OpenAI account.
131
131
  Azure REST API version: 2023-10-01-preview.
132
132
 
133
- Other available API versions: 2024-04-01-preview, 2024-06-01-preview.
133
+ Other available API versions: 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
134
134
 
135
135
 
136
136
  :param str account_name: The name of Cognitive Services account.
@@ -163,7 +163,7 @@ def get_rai_blocklist_output(account_name: Optional[pulumi.Input[str]] = None,
163
163
  Gets the specified custom blocklist associated with the Azure OpenAI account.
164
164
  Azure REST API version: 2023-10-01-preview.
165
165
 
166
- Other available API versions: 2024-04-01-preview, 2024-06-01-preview.
166
+ Other available API versions: 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
167
167
 
168
168
 
169
169
  :param str account_name: The name of Cognitive Services account.
@@ -131,7 +131,7 @@ def get_rai_blocklist_item(account_name: Optional[str] = None,
131
131
  Gets the specified custom blocklist Item associated with the custom blocklist.
132
132
  Azure REST API version: 2023-10-01-preview.
133
133
 
134
- Other available API versions: 2024-04-01-preview, 2024-06-01-preview.
134
+ Other available API versions: 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
135
135
 
136
136
 
137
137
  :param str account_name: The name of Cognitive Services account.
@@ -167,7 +167,7 @@ def get_rai_blocklist_item_output(account_name: Optional[pulumi.Input[str]] = No
167
167
  Gets the specified custom blocklist Item associated with the custom blocklist.
168
168
  Azure REST API version: 2023-10-01-preview.
169
169
 
170
- Other available API versions: 2024-04-01-preview, 2024-06-01-preview.
170
+ Other available API versions: 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
171
171
 
172
172
 
173
173
  :param str account_name: The name of Cognitive Services account.
@@ -130,7 +130,7 @@ def get_rai_policy(account_name: Optional[str] = None,
130
130
  Gets the specified Content Filters associated with the Azure OpenAI account.
131
131
  Azure REST API version: 2023-10-01-preview.
132
132
 
133
- Other available API versions: 2024-04-01-preview, 2024-06-01-preview.
133
+ Other available API versions: 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
134
134
 
135
135
 
136
136
  :param str account_name: The name of Cognitive Services account.
@@ -163,7 +163,7 @@ def get_rai_policy_output(account_name: Optional[pulumi.Input[str]] = None,
163
163
  Gets the specified Content Filters associated with the Azure OpenAI account.
164
164
  Azure REST API version: 2023-10-01-preview.
165
165
 
166
- Other available API versions: 2024-04-01-preview, 2024-06-01-preview.
166
+ Other available API versions: 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
167
167
 
168
168
 
169
169
  :param str account_name: The name of Cognitive Services account.
@@ -165,7 +165,7 @@ def get_shared_commitment_plan(commitment_plan_name: Optional[str] = None,
165
165
  Returns a Cognitive Services commitment plan specified by the parameters.
166
166
  Azure REST API version: 2023-05-01.
167
167
 
168
- Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview.
168
+ Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
169
169
 
170
170
 
171
171
  :param str commitment_plan_name: The name of the commitmentPlan associated with the Cognitive Services Account
@@ -198,7 +198,7 @@ def get_shared_commitment_plan_output(commitment_plan_name: Optional[pulumi.Inpu
198
198
  Returns a Cognitive Services commitment plan specified by the parameters.
199
199
  Azure REST API version: 2023-05-01.
200
200
 
201
- Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview.
201
+ Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
202
202
 
203
203
 
204
204
  :param str commitment_plan_name: The name of the commitmentPlan associated with the Cognitive Services Account
@@ -68,7 +68,7 @@ def list_account_keys(account_name: Optional[str] = None,
68
68
  Lists the account keys for the specified Cognitive Services account.
69
69
  Azure REST API version: 2023-05-01.
70
70
 
71
- Other available API versions: 2017-04-18, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview.
71
+ Other available API versions: 2017-04-18, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
72
72
 
73
73
 
74
74
  :param str account_name: The name of Cognitive Services account.
@@ -93,7 +93,7 @@ def list_account_keys_output(account_name: Optional[pulumi.Input[str]] = None,
93
93
  Lists the account keys for the specified Cognitive Services account.
94
94
  Azure REST API version: 2023-05-01.
95
95
 
96
- Other available API versions: 2017-04-18, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview.
96
+ Other available API versions: 2017-04-18, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01.
97
97
 
98
98
 
99
99
  :param str account_name: The name of Cognitive Services account.