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,648 @@
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 ._enums import *
17
+
18
+ __all__ = [
19
+ 'ActionsArgs',
20
+ 'ActionsArgsDict',
21
+ 'ConditionFailingPeriodsArgs',
22
+ 'ConditionFailingPeriodsArgsDict',
23
+ 'ConditionArgs',
24
+ 'ConditionArgsDict',
25
+ 'DimensionArgs',
26
+ 'DimensionArgsDict',
27
+ 'IdentityArgs',
28
+ 'IdentityArgsDict',
29
+ 'RuleResolveConfigurationArgs',
30
+ 'RuleResolveConfigurationArgsDict',
31
+ 'ScheduledQueryRuleCriteriaArgs',
32
+ 'ScheduledQueryRuleCriteriaArgsDict',
33
+ ]
34
+
35
+ MYPY = False
36
+
37
+ if not MYPY:
38
+ class ActionsArgsDict(TypedDict):
39
+ """
40
+ Actions to invoke when the alert fires.
41
+ """
42
+ action_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
43
+ """
44
+ Action Group resource Ids to invoke when the alert fires.
45
+ """
46
+ action_properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
47
+ """
48
+ The properties of an action properties.
49
+ """
50
+ custom_properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
51
+ """
52
+ The properties of an alert payload.
53
+ """
54
+ elif False:
55
+ ActionsArgsDict: TypeAlias = Mapping[str, Any]
56
+
57
+ @pulumi.input_type
58
+ class ActionsArgs:
59
+ def __init__(__self__, *,
60
+ action_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
61
+ action_properties: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
62
+ custom_properties: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
63
+ """
64
+ Actions to invoke when the alert fires.
65
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] action_groups: Action Group resource Ids to invoke when the alert fires.
66
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] action_properties: The properties of an action properties.
67
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_properties: The properties of an alert payload.
68
+ """
69
+ if action_groups is not None:
70
+ pulumi.set(__self__, "action_groups", action_groups)
71
+ if action_properties is not None:
72
+ pulumi.set(__self__, "action_properties", action_properties)
73
+ if custom_properties is not None:
74
+ pulumi.set(__self__, "custom_properties", custom_properties)
75
+
76
+ @property
77
+ @pulumi.getter(name="actionGroups")
78
+ def action_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
79
+ """
80
+ Action Group resource Ids to invoke when the alert fires.
81
+ """
82
+ return pulumi.get(self, "action_groups")
83
+
84
+ @action_groups.setter
85
+ def action_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
86
+ pulumi.set(self, "action_groups", value)
87
+
88
+ @property
89
+ @pulumi.getter(name="actionProperties")
90
+ def action_properties(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
91
+ """
92
+ The properties of an action properties.
93
+ """
94
+ return pulumi.get(self, "action_properties")
95
+
96
+ @action_properties.setter
97
+ def action_properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
98
+ pulumi.set(self, "action_properties", value)
99
+
100
+ @property
101
+ @pulumi.getter(name="customProperties")
102
+ def custom_properties(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
103
+ """
104
+ The properties of an alert payload.
105
+ """
106
+ return pulumi.get(self, "custom_properties")
107
+
108
+ @custom_properties.setter
109
+ def custom_properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
110
+ pulumi.set(self, "custom_properties", value)
111
+
112
+
113
+ if not MYPY:
114
+ class ConditionFailingPeriodsArgsDict(TypedDict):
115
+ """
116
+ The minimum number of violations required within the selected lookback time window required to raise an alert. Relevant only for rules of the kind LogAlert.
117
+ """
118
+ min_failing_periods_to_alert: NotRequired[pulumi.Input[float]]
119
+ """
120
+ The number of violations to trigger an alert. Should be smaller or equal to numberOfEvaluationPeriods. Default value is 1
121
+ """
122
+ number_of_evaluation_periods: NotRequired[pulumi.Input[float]]
123
+ """
124
+ The number of aggregated lookback points. The lookback time window is calculated based on the aggregation granularity (windowSize) and the selected number of aggregated points. Default value is 1
125
+ """
126
+ elif False:
127
+ ConditionFailingPeriodsArgsDict: TypeAlias = Mapping[str, Any]
128
+
129
+ @pulumi.input_type
130
+ class ConditionFailingPeriodsArgs:
131
+ def __init__(__self__, *,
132
+ min_failing_periods_to_alert: Optional[pulumi.Input[float]] = None,
133
+ number_of_evaluation_periods: Optional[pulumi.Input[float]] = None):
134
+ """
135
+ The minimum number of violations required within the selected lookback time window required to raise an alert. Relevant only for rules of the kind LogAlert.
136
+ :param pulumi.Input[float] min_failing_periods_to_alert: The number of violations to trigger an alert. Should be smaller or equal to numberOfEvaluationPeriods. Default value is 1
137
+ :param pulumi.Input[float] number_of_evaluation_periods: The number of aggregated lookback points. The lookback time window is calculated based on the aggregation granularity (windowSize) and the selected number of aggregated points. Default value is 1
138
+ """
139
+ if min_failing_periods_to_alert is None:
140
+ min_failing_periods_to_alert = 1
141
+ if min_failing_periods_to_alert is not None:
142
+ pulumi.set(__self__, "min_failing_periods_to_alert", min_failing_periods_to_alert)
143
+ if number_of_evaluation_periods is None:
144
+ number_of_evaluation_periods = 1
145
+ if number_of_evaluation_periods is not None:
146
+ pulumi.set(__self__, "number_of_evaluation_periods", number_of_evaluation_periods)
147
+
148
+ @property
149
+ @pulumi.getter(name="minFailingPeriodsToAlert")
150
+ def min_failing_periods_to_alert(self) -> Optional[pulumi.Input[float]]:
151
+ """
152
+ The number of violations to trigger an alert. Should be smaller or equal to numberOfEvaluationPeriods. Default value is 1
153
+ """
154
+ return pulumi.get(self, "min_failing_periods_to_alert")
155
+
156
+ @min_failing_periods_to_alert.setter
157
+ def min_failing_periods_to_alert(self, value: Optional[pulumi.Input[float]]):
158
+ pulumi.set(self, "min_failing_periods_to_alert", value)
159
+
160
+ @property
161
+ @pulumi.getter(name="numberOfEvaluationPeriods")
162
+ def number_of_evaluation_periods(self) -> Optional[pulumi.Input[float]]:
163
+ """
164
+ The number of aggregated lookback points. The lookback time window is calculated based on the aggregation granularity (windowSize) and the selected number of aggregated points. Default value is 1
165
+ """
166
+ return pulumi.get(self, "number_of_evaluation_periods")
167
+
168
+ @number_of_evaluation_periods.setter
169
+ def number_of_evaluation_periods(self, value: Optional[pulumi.Input[float]]):
170
+ pulumi.set(self, "number_of_evaluation_periods", value)
171
+
172
+
173
+ if not MYPY:
174
+ class ConditionArgsDict(TypedDict):
175
+ """
176
+ A condition of the scheduled query rule.
177
+ """
178
+ alert_sensitivity: NotRequired[pulumi.Input[str]]
179
+ """
180
+ The extent of deviation required to trigger an alert. Allowed values are 'Low', 'Medium' and 'High'. This will affect how tight the threshold is to the metric series pattern. Relevant and required only for dynamic threshold rules of the kind LogAlert.
181
+ """
182
+ criterion_type: NotRequired[pulumi.Input[Union[str, 'CriterionType']]]
183
+ """
184
+ Specifies the type of threshold criteria
185
+ """
186
+ dimensions: NotRequired[pulumi.Input[Sequence[pulumi.Input['DimensionArgsDict']]]]
187
+ """
188
+ List of Dimensions conditions
189
+ """
190
+ failing_periods: NotRequired[pulumi.Input['ConditionFailingPeriodsArgsDict']]
191
+ """
192
+ The minimum number of violations required within the selected lookback time window required to raise an alert. Relevant only for rules of the kind LogAlert.
193
+ """
194
+ ignore_data_before: NotRequired[pulumi.Input[str]]
195
+ """
196
+ Use this option to set the date from which to start learning the metric historical data and calculate the dynamic thresholds (in ISO8601 format). Relevant only for dynamic threshold rules of the kind LogAlert.
197
+ """
198
+ metric_measure_column: NotRequired[pulumi.Input[str]]
199
+ """
200
+ The column containing the metric measure number. Relevant only for rules of the kind LogAlert.
201
+ """
202
+ metric_name: NotRequired[pulumi.Input[str]]
203
+ """
204
+ The name of the metric to be sent. Relevant and required only for rules of the kind LogToMetric.
205
+ """
206
+ operator: NotRequired[pulumi.Input[Union[str, 'ConditionOperator']]]
207
+ """
208
+ The criteria operator. Relevant and required only for rules of the kind LogAlert.
209
+ """
210
+ query: NotRequired[pulumi.Input[str]]
211
+ """
212
+ Log query alert
213
+ """
214
+ resource_id_column: NotRequired[pulumi.Input[str]]
215
+ """
216
+ The column containing the resource id. The content of the column must be a uri formatted as resource id. Relevant only for rules of the kind LogAlert.
217
+ """
218
+ threshold: NotRequired[pulumi.Input[float]]
219
+ """
220
+ the criteria threshold value that activates the alert. Relevant and required only for static threshold rules of the kind LogAlert.
221
+ """
222
+ time_aggregation: NotRequired[pulumi.Input[Union[str, 'TimeAggregation']]]
223
+ """
224
+ Aggregation type. Relevant and required only for rules of the kind LogAlert.
225
+ """
226
+ elif False:
227
+ ConditionArgsDict: TypeAlias = Mapping[str, Any]
228
+
229
+ @pulumi.input_type
230
+ class ConditionArgs:
231
+ def __init__(__self__, *,
232
+ alert_sensitivity: Optional[pulumi.Input[str]] = None,
233
+ criterion_type: Optional[pulumi.Input[Union[str, 'CriterionType']]] = None,
234
+ dimensions: Optional[pulumi.Input[Sequence[pulumi.Input['DimensionArgs']]]] = None,
235
+ failing_periods: Optional[pulumi.Input['ConditionFailingPeriodsArgs']] = None,
236
+ ignore_data_before: Optional[pulumi.Input[str]] = None,
237
+ metric_measure_column: Optional[pulumi.Input[str]] = None,
238
+ metric_name: Optional[pulumi.Input[str]] = None,
239
+ operator: Optional[pulumi.Input[Union[str, 'ConditionOperator']]] = None,
240
+ query: Optional[pulumi.Input[str]] = None,
241
+ resource_id_column: Optional[pulumi.Input[str]] = None,
242
+ threshold: Optional[pulumi.Input[float]] = None,
243
+ time_aggregation: Optional[pulumi.Input[Union[str, 'TimeAggregation']]] = None):
244
+ """
245
+ A condition of the scheduled query rule.
246
+ :param pulumi.Input[str] alert_sensitivity: The extent of deviation required to trigger an alert. Allowed values are 'Low', 'Medium' and 'High'. This will affect how tight the threshold is to the metric series pattern. Relevant and required only for dynamic threshold rules of the kind LogAlert.
247
+ :param pulumi.Input[Union[str, 'CriterionType']] criterion_type: Specifies the type of threshold criteria
248
+ :param pulumi.Input[Sequence[pulumi.Input['DimensionArgs']]] dimensions: List of Dimensions conditions
249
+ :param pulumi.Input['ConditionFailingPeriodsArgs'] failing_periods: The minimum number of violations required within the selected lookback time window required to raise an alert. Relevant only for rules of the kind LogAlert.
250
+ :param pulumi.Input[str] ignore_data_before: Use this option to set the date from which to start learning the metric historical data and calculate the dynamic thresholds (in ISO8601 format). Relevant only for dynamic threshold rules of the kind LogAlert.
251
+ :param pulumi.Input[str] metric_measure_column: The column containing the metric measure number. Relevant only for rules of the kind LogAlert.
252
+ :param pulumi.Input[str] metric_name: The name of the metric to be sent. Relevant and required only for rules of the kind LogToMetric.
253
+ :param pulumi.Input[Union[str, 'ConditionOperator']] operator: The criteria operator. Relevant and required only for rules of the kind LogAlert.
254
+ :param pulumi.Input[str] query: Log query alert
255
+ :param pulumi.Input[str] resource_id_column: The column containing the resource id. The content of the column must be a uri formatted as resource id. Relevant only for rules of the kind LogAlert.
256
+ :param pulumi.Input[float] threshold: the criteria threshold value that activates the alert. Relevant and required only for static threshold rules of the kind LogAlert.
257
+ :param pulumi.Input[Union[str, 'TimeAggregation']] time_aggregation: Aggregation type. Relevant and required only for rules of the kind LogAlert.
258
+ """
259
+ if alert_sensitivity is not None:
260
+ pulumi.set(__self__, "alert_sensitivity", alert_sensitivity)
261
+ if criterion_type is not None:
262
+ pulumi.set(__self__, "criterion_type", criterion_type)
263
+ if dimensions is not None:
264
+ pulumi.set(__self__, "dimensions", dimensions)
265
+ if failing_periods is not None:
266
+ pulumi.set(__self__, "failing_periods", failing_periods)
267
+ if ignore_data_before is not None:
268
+ pulumi.set(__self__, "ignore_data_before", ignore_data_before)
269
+ if metric_measure_column is not None:
270
+ pulumi.set(__self__, "metric_measure_column", metric_measure_column)
271
+ if metric_name is not None:
272
+ pulumi.set(__self__, "metric_name", metric_name)
273
+ if operator is not None:
274
+ pulumi.set(__self__, "operator", operator)
275
+ if query is not None:
276
+ pulumi.set(__self__, "query", query)
277
+ if resource_id_column is not None:
278
+ pulumi.set(__self__, "resource_id_column", resource_id_column)
279
+ if threshold is not None:
280
+ pulumi.set(__self__, "threshold", threshold)
281
+ if time_aggregation is not None:
282
+ pulumi.set(__self__, "time_aggregation", time_aggregation)
283
+
284
+ @property
285
+ @pulumi.getter(name="alertSensitivity")
286
+ def alert_sensitivity(self) -> Optional[pulumi.Input[str]]:
287
+ """
288
+ The extent of deviation required to trigger an alert. Allowed values are 'Low', 'Medium' and 'High'. This will affect how tight the threshold is to the metric series pattern. Relevant and required only for dynamic threshold rules of the kind LogAlert.
289
+ """
290
+ return pulumi.get(self, "alert_sensitivity")
291
+
292
+ @alert_sensitivity.setter
293
+ def alert_sensitivity(self, value: Optional[pulumi.Input[str]]):
294
+ pulumi.set(self, "alert_sensitivity", value)
295
+
296
+ @property
297
+ @pulumi.getter(name="criterionType")
298
+ def criterion_type(self) -> Optional[pulumi.Input[Union[str, 'CriterionType']]]:
299
+ """
300
+ Specifies the type of threshold criteria
301
+ """
302
+ return pulumi.get(self, "criterion_type")
303
+
304
+ @criterion_type.setter
305
+ def criterion_type(self, value: Optional[pulumi.Input[Union[str, 'CriterionType']]]):
306
+ pulumi.set(self, "criterion_type", value)
307
+
308
+ @property
309
+ @pulumi.getter
310
+ def dimensions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DimensionArgs']]]]:
311
+ """
312
+ List of Dimensions conditions
313
+ """
314
+ return pulumi.get(self, "dimensions")
315
+
316
+ @dimensions.setter
317
+ def dimensions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DimensionArgs']]]]):
318
+ pulumi.set(self, "dimensions", value)
319
+
320
+ @property
321
+ @pulumi.getter(name="failingPeriods")
322
+ def failing_periods(self) -> Optional[pulumi.Input['ConditionFailingPeriodsArgs']]:
323
+ """
324
+ The minimum number of violations required within the selected lookback time window required to raise an alert. Relevant only for rules of the kind LogAlert.
325
+ """
326
+ return pulumi.get(self, "failing_periods")
327
+
328
+ @failing_periods.setter
329
+ def failing_periods(self, value: Optional[pulumi.Input['ConditionFailingPeriodsArgs']]):
330
+ pulumi.set(self, "failing_periods", value)
331
+
332
+ @property
333
+ @pulumi.getter(name="ignoreDataBefore")
334
+ def ignore_data_before(self) -> Optional[pulumi.Input[str]]:
335
+ """
336
+ Use this option to set the date from which to start learning the metric historical data and calculate the dynamic thresholds (in ISO8601 format). Relevant only for dynamic threshold rules of the kind LogAlert.
337
+ """
338
+ return pulumi.get(self, "ignore_data_before")
339
+
340
+ @ignore_data_before.setter
341
+ def ignore_data_before(self, value: Optional[pulumi.Input[str]]):
342
+ pulumi.set(self, "ignore_data_before", value)
343
+
344
+ @property
345
+ @pulumi.getter(name="metricMeasureColumn")
346
+ def metric_measure_column(self) -> Optional[pulumi.Input[str]]:
347
+ """
348
+ The column containing the metric measure number. Relevant only for rules of the kind LogAlert.
349
+ """
350
+ return pulumi.get(self, "metric_measure_column")
351
+
352
+ @metric_measure_column.setter
353
+ def metric_measure_column(self, value: Optional[pulumi.Input[str]]):
354
+ pulumi.set(self, "metric_measure_column", value)
355
+
356
+ @property
357
+ @pulumi.getter(name="metricName")
358
+ def metric_name(self) -> Optional[pulumi.Input[str]]:
359
+ """
360
+ The name of the metric to be sent. Relevant and required only for rules of the kind LogToMetric.
361
+ """
362
+ return pulumi.get(self, "metric_name")
363
+
364
+ @metric_name.setter
365
+ def metric_name(self, value: Optional[pulumi.Input[str]]):
366
+ pulumi.set(self, "metric_name", value)
367
+
368
+ @property
369
+ @pulumi.getter
370
+ def operator(self) -> Optional[pulumi.Input[Union[str, 'ConditionOperator']]]:
371
+ """
372
+ The criteria operator. Relevant and required only for rules of the kind LogAlert.
373
+ """
374
+ return pulumi.get(self, "operator")
375
+
376
+ @operator.setter
377
+ def operator(self, value: Optional[pulumi.Input[Union[str, 'ConditionOperator']]]):
378
+ pulumi.set(self, "operator", value)
379
+
380
+ @property
381
+ @pulumi.getter
382
+ def query(self) -> Optional[pulumi.Input[str]]:
383
+ """
384
+ Log query alert
385
+ """
386
+ return pulumi.get(self, "query")
387
+
388
+ @query.setter
389
+ def query(self, value: Optional[pulumi.Input[str]]):
390
+ pulumi.set(self, "query", value)
391
+
392
+ @property
393
+ @pulumi.getter(name="resourceIdColumn")
394
+ def resource_id_column(self) -> Optional[pulumi.Input[str]]:
395
+ """
396
+ The column containing the resource id. The content of the column must be a uri formatted as resource id. Relevant only for rules of the kind LogAlert.
397
+ """
398
+ return pulumi.get(self, "resource_id_column")
399
+
400
+ @resource_id_column.setter
401
+ def resource_id_column(self, value: Optional[pulumi.Input[str]]):
402
+ pulumi.set(self, "resource_id_column", value)
403
+
404
+ @property
405
+ @pulumi.getter
406
+ def threshold(self) -> Optional[pulumi.Input[float]]:
407
+ """
408
+ the criteria threshold value that activates the alert. Relevant and required only for static threshold rules of the kind LogAlert.
409
+ """
410
+ return pulumi.get(self, "threshold")
411
+
412
+ @threshold.setter
413
+ def threshold(self, value: Optional[pulumi.Input[float]]):
414
+ pulumi.set(self, "threshold", value)
415
+
416
+ @property
417
+ @pulumi.getter(name="timeAggregation")
418
+ def time_aggregation(self) -> Optional[pulumi.Input[Union[str, 'TimeAggregation']]]:
419
+ """
420
+ Aggregation type. Relevant and required only for rules of the kind LogAlert.
421
+ """
422
+ return pulumi.get(self, "time_aggregation")
423
+
424
+ @time_aggregation.setter
425
+ def time_aggregation(self, value: Optional[pulumi.Input[Union[str, 'TimeAggregation']]]):
426
+ pulumi.set(self, "time_aggregation", value)
427
+
428
+
429
+ if not MYPY:
430
+ class DimensionArgsDict(TypedDict):
431
+ """
432
+ Dimension splitting and filtering definition
433
+ """
434
+ name: pulumi.Input[str]
435
+ """
436
+ Name of the dimension
437
+ """
438
+ operator: pulumi.Input[Union[str, 'DimensionOperator']]
439
+ """
440
+ Operator for dimension values
441
+ """
442
+ values: pulumi.Input[Sequence[pulumi.Input[str]]]
443
+ """
444
+ List of dimension values
445
+ """
446
+ elif False:
447
+ DimensionArgsDict: TypeAlias = Mapping[str, Any]
448
+
449
+ @pulumi.input_type
450
+ class DimensionArgs:
451
+ def __init__(__self__, *,
452
+ name: pulumi.Input[str],
453
+ operator: pulumi.Input[Union[str, 'DimensionOperator']],
454
+ values: pulumi.Input[Sequence[pulumi.Input[str]]]):
455
+ """
456
+ Dimension splitting and filtering definition
457
+ :param pulumi.Input[str] name: Name of the dimension
458
+ :param pulumi.Input[Union[str, 'DimensionOperator']] operator: Operator for dimension values
459
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] values: List of dimension values
460
+ """
461
+ pulumi.set(__self__, "name", name)
462
+ pulumi.set(__self__, "operator", operator)
463
+ pulumi.set(__self__, "values", values)
464
+
465
+ @property
466
+ @pulumi.getter
467
+ def name(self) -> pulumi.Input[str]:
468
+ """
469
+ Name of the dimension
470
+ """
471
+ return pulumi.get(self, "name")
472
+
473
+ @name.setter
474
+ def name(self, value: pulumi.Input[str]):
475
+ pulumi.set(self, "name", value)
476
+
477
+ @property
478
+ @pulumi.getter
479
+ def operator(self) -> pulumi.Input[Union[str, 'DimensionOperator']]:
480
+ """
481
+ Operator for dimension values
482
+ """
483
+ return pulumi.get(self, "operator")
484
+
485
+ @operator.setter
486
+ def operator(self, value: pulumi.Input[Union[str, 'DimensionOperator']]):
487
+ pulumi.set(self, "operator", value)
488
+
489
+ @property
490
+ @pulumi.getter
491
+ def values(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
492
+ """
493
+ List of dimension values
494
+ """
495
+ return pulumi.get(self, "values")
496
+
497
+ @values.setter
498
+ def values(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
499
+ pulumi.set(self, "values", value)
500
+
501
+
502
+ if not MYPY:
503
+ class IdentityArgsDict(TypedDict):
504
+ """
505
+ Identity for the resource.
506
+ """
507
+ type: pulumi.Input['IdentityType']
508
+ """
509
+ Type of managed service identity.
510
+ """
511
+ user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
512
+ """
513
+ The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
514
+ """
515
+ elif False:
516
+ IdentityArgsDict: TypeAlias = Mapping[str, Any]
517
+
518
+ @pulumi.input_type
519
+ class IdentityArgs:
520
+ def __init__(__self__, *,
521
+ type: pulumi.Input['IdentityType'],
522
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
523
+ """
524
+ Identity for the resource.
525
+ :param pulumi.Input['IdentityType'] type: Type of managed service identity.
526
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
527
+ """
528
+ pulumi.set(__self__, "type", type)
529
+ if user_assigned_identities is not None:
530
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
531
+
532
+ @property
533
+ @pulumi.getter
534
+ def type(self) -> pulumi.Input['IdentityType']:
535
+ """
536
+ Type of managed service identity.
537
+ """
538
+ return pulumi.get(self, "type")
539
+
540
+ @type.setter
541
+ def type(self, value: pulumi.Input['IdentityType']):
542
+ pulumi.set(self, "type", value)
543
+
544
+ @property
545
+ @pulumi.getter(name="userAssignedIdentities")
546
+ def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
547
+ """
548
+ The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
549
+ """
550
+ return pulumi.get(self, "user_assigned_identities")
551
+
552
+ @user_assigned_identities.setter
553
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
554
+ pulumi.set(self, "user_assigned_identities", value)
555
+
556
+
557
+ if not MYPY:
558
+ class RuleResolveConfigurationArgsDict(TypedDict):
559
+ """
560
+ TBD. Relevant only for rules of the kind LogAlert.
561
+ """
562
+ auto_resolved: NotRequired[pulumi.Input[bool]]
563
+ """
564
+ The flag that indicates whether or not to auto resolve a fired alert.
565
+ """
566
+ time_to_resolve: NotRequired[pulumi.Input[str]]
567
+ """
568
+ The duration a rule must evaluate as healthy before the fired alert is automatically resolved represented in ISO 8601 duration format.
569
+ """
570
+ elif False:
571
+ RuleResolveConfigurationArgsDict: TypeAlias = Mapping[str, Any]
572
+
573
+ @pulumi.input_type
574
+ class RuleResolveConfigurationArgs:
575
+ def __init__(__self__, *,
576
+ auto_resolved: Optional[pulumi.Input[bool]] = None,
577
+ time_to_resolve: Optional[pulumi.Input[str]] = None):
578
+ """
579
+ TBD. Relevant only for rules of the kind LogAlert.
580
+ :param pulumi.Input[bool] auto_resolved: The flag that indicates whether or not to auto resolve a fired alert.
581
+ :param pulumi.Input[str] time_to_resolve: The duration a rule must evaluate as healthy before the fired alert is automatically resolved represented in ISO 8601 duration format.
582
+ """
583
+ if auto_resolved is not None:
584
+ pulumi.set(__self__, "auto_resolved", auto_resolved)
585
+ if time_to_resolve is not None:
586
+ pulumi.set(__self__, "time_to_resolve", time_to_resolve)
587
+
588
+ @property
589
+ @pulumi.getter(name="autoResolved")
590
+ def auto_resolved(self) -> Optional[pulumi.Input[bool]]:
591
+ """
592
+ The flag that indicates whether or not to auto resolve a fired alert.
593
+ """
594
+ return pulumi.get(self, "auto_resolved")
595
+
596
+ @auto_resolved.setter
597
+ def auto_resolved(self, value: Optional[pulumi.Input[bool]]):
598
+ pulumi.set(self, "auto_resolved", value)
599
+
600
+ @property
601
+ @pulumi.getter(name="timeToResolve")
602
+ def time_to_resolve(self) -> Optional[pulumi.Input[str]]:
603
+ """
604
+ The duration a rule must evaluate as healthy before the fired alert is automatically resolved represented in ISO 8601 duration format.
605
+ """
606
+ return pulumi.get(self, "time_to_resolve")
607
+
608
+ @time_to_resolve.setter
609
+ def time_to_resolve(self, value: Optional[pulumi.Input[str]]):
610
+ pulumi.set(self, "time_to_resolve", value)
611
+
612
+
613
+ if not MYPY:
614
+ class ScheduledQueryRuleCriteriaArgsDict(TypedDict):
615
+ """
616
+ The rule criteria that defines the conditions of the scheduled query rule.
617
+ """
618
+ all_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['ConditionArgsDict']]]]
619
+ """
620
+ A list of conditions to evaluate against the specified scopes
621
+ """
622
+ elif False:
623
+ ScheduledQueryRuleCriteriaArgsDict: TypeAlias = Mapping[str, Any]
624
+
625
+ @pulumi.input_type
626
+ class ScheduledQueryRuleCriteriaArgs:
627
+ def __init__(__self__, *,
628
+ all_of: Optional[pulumi.Input[Sequence[pulumi.Input['ConditionArgs']]]] = None):
629
+ """
630
+ The rule criteria that defines the conditions of the scheduled query rule.
631
+ :param pulumi.Input[Sequence[pulumi.Input['ConditionArgs']]] all_of: A list of conditions to evaluate against the specified scopes
632
+ """
633
+ if all_of is not None:
634
+ pulumi.set(__self__, "all_of", all_of)
635
+
636
+ @property
637
+ @pulumi.getter(name="allOf")
638
+ def all_of(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ConditionArgs']]]]:
639
+ """
640
+ A list of conditions to evaluate against the specified scopes
641
+ """
642
+ return pulumi.get(self, "all_of")
643
+
644
+ @all_of.setter
645
+ def all_of(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ConditionArgs']]]]):
646
+ pulumi.set(self, "all_of", value)
647
+
648
+