pulumi-azure-native 2.77.0a1733914767__py3-none-any.whl → 2.77.0a1733990841__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 (342) hide show
  1. pulumi_azure_native/__init__.py +65 -0
  2. pulumi_azure_native/automation/__init__.py +3 -0
  3. pulumi_azure_native/automation/automation_account.py +3 -3
  4. pulumi_azure_native/automation/certificate.py +3 -3
  5. pulumi_azure_native/automation/connection.py +3 -3
  6. pulumi_azure_native/automation/connection_type.py +3 -3
  7. pulumi_azure_native/automation/credential.py +3 -3
  8. pulumi_azure_native/automation/dsc_configuration.py +3 -3
  9. pulumi_azure_native/automation/dsc_node_configuration.py +3 -3
  10. pulumi_azure_native/automation/get_automation_account.py +2 -2
  11. pulumi_azure_native/automation/get_certificate.py +2 -2
  12. pulumi_azure_native/automation/get_connection.py +2 -2
  13. pulumi_azure_native/automation/get_connection_type.py +2 -2
  14. pulumi_azure_native/automation/get_credential.py +2 -2
  15. pulumi_azure_native/automation/get_dsc_configuration.py +2 -2
  16. pulumi_azure_native/automation/get_dsc_node_configuration.py +2 -2
  17. pulumi_azure_native/automation/get_hybrid_runbook_worker.py +2 -2
  18. pulumi_azure_native/automation/get_hybrid_runbook_worker_group.py +2 -2
  19. pulumi_azure_native/automation/get_job_schedule.py +2 -2
  20. pulumi_azure_native/automation/get_module.py +2 -2
  21. pulumi_azure_native/automation/get_package.py +4 -0
  22. pulumi_azure_native/automation/get_private_endpoint_connection.py +2 -2
  23. pulumi_azure_native/automation/get_python2_package.py +2 -2
  24. pulumi_azure_native/automation/get_python3_package.py +2 -2
  25. pulumi_azure_native/automation/get_runbook.py +2 -2
  26. pulumi_azure_native/automation/get_runtime_environment.py +4 -0
  27. pulumi_azure_native/automation/get_schedule.py +2 -2
  28. pulumi_azure_native/automation/get_software_update_configuration_by_name.py +2 -2
  29. pulumi_azure_native/automation/get_source_control.py +2 -2
  30. pulumi_azure_native/automation/get_variable.py +2 -2
  31. pulumi_azure_native/automation/get_watcher.py +2 -2
  32. pulumi_azure_native/automation/get_webhook.py +2 -2
  33. pulumi_azure_native/automation/hybrid_runbook_worker.py +3 -3
  34. pulumi_azure_native/automation/hybrid_runbook_worker_group.py +3 -3
  35. pulumi_azure_native/automation/job_schedule.py +3 -3
  36. pulumi_azure_native/automation/list_automation_account_deleted_runbooks.py +4 -0
  37. pulumi_azure_native/automation/list_key_by_automation_account.py +2 -2
  38. pulumi_azure_native/automation/module.py +3 -3
  39. pulumi_azure_native/automation/package.py +5 -1
  40. pulumi_azure_native/automation/private_endpoint_connection.py +3 -3
  41. pulumi_azure_native/automation/python2_package.py +3 -3
  42. pulumi_azure_native/automation/python3_package.py +3 -3
  43. pulumi_azure_native/automation/runbook.py +3 -3
  44. pulumi_azure_native/automation/runtime_environment.py +5 -1
  45. pulumi_azure_native/automation/schedule.py +3 -3
  46. pulumi_azure_native/automation/software_update_configuration_by_name.py +3 -3
  47. pulumi_azure_native/automation/source_control.py +3 -3
  48. pulumi_azure_native/automation/v20151031/webhook.py +1 -1
  49. pulumi_azure_native/automation/v20170515preview/software_update_configuration_by_name.py +1 -1
  50. pulumi_azure_native/automation/v20190601/software_update_configuration_by_name.py +1 -1
  51. pulumi_azure_native/automation/v20200113preview/private_endpoint_connection.py +1 -1
  52. pulumi_azure_native/automation/v20200113preview/watcher.py +1 -1
  53. pulumi_azure_native/automation/v20210622/hybrid_runbook_worker_group.py +1 -1
  54. pulumi_azure_native/automation/v20220808/automation_account.py +1 -1
  55. pulumi_azure_native/automation/v20220808/certificate.py +1 -1
  56. pulumi_azure_native/automation/v20220808/connection.py +1 -1
  57. pulumi_azure_native/automation/v20220808/connection_type.py +1 -1
  58. pulumi_azure_native/automation/v20220808/credential.py +1 -1
  59. pulumi_azure_native/automation/v20220808/dsc_configuration.py +1 -1
  60. pulumi_azure_native/automation/v20220808/dsc_node_configuration.py +1 -1
  61. pulumi_azure_native/automation/v20220808/hybrid_runbook_worker.py +1 -1
  62. pulumi_azure_native/automation/v20220808/hybrid_runbook_worker_group.py +1 -1
  63. pulumi_azure_native/automation/v20220808/job_schedule.py +1 -1
  64. pulumi_azure_native/automation/v20220808/module.py +1 -1
  65. pulumi_azure_native/automation/v20220808/python2_package.py +1 -1
  66. pulumi_azure_native/automation/v20220808/python3_package.py +1 -1
  67. pulumi_azure_native/automation/v20220808/runbook.py +1 -1
  68. pulumi_azure_native/automation/v20220808/schedule.py +1 -1
  69. pulumi_azure_native/automation/v20220808/source_control.py +1 -1
  70. pulumi_azure_native/automation/v20220808/variable.py +1 -1
  71. pulumi_azure_native/automation/v20230515preview/automation_account.py +1 -1
  72. pulumi_azure_native/automation/v20230515preview/certificate.py +1 -1
  73. pulumi_azure_native/automation/v20230515preview/connection.py +1 -1
  74. pulumi_azure_native/automation/v20230515preview/connection_type.py +1 -1
  75. pulumi_azure_native/automation/v20230515preview/credential.py +1 -1
  76. pulumi_azure_native/automation/v20230515preview/dsc_configuration.py +1 -1
  77. pulumi_azure_native/automation/v20230515preview/dsc_node_configuration.py +1 -1
  78. pulumi_azure_native/automation/v20230515preview/hybrid_runbook_worker.py +1 -1
  79. pulumi_azure_native/automation/v20230515preview/hybrid_runbook_worker_group.py +1 -1
  80. pulumi_azure_native/automation/v20230515preview/job_schedule.py +1 -1
  81. pulumi_azure_native/automation/v20230515preview/module.py +1 -1
  82. pulumi_azure_native/automation/v20230515preview/package.py +1 -1
  83. pulumi_azure_native/automation/v20230515preview/private_endpoint_connection.py +1 -1
  84. pulumi_azure_native/automation/v20230515preview/python2_package.py +1 -1
  85. pulumi_azure_native/automation/v20230515preview/python3_package.py +1 -1
  86. pulumi_azure_native/automation/v20230515preview/runbook.py +1 -1
  87. pulumi_azure_native/automation/v20230515preview/runtime_environment.py +1 -1
  88. pulumi_azure_native/automation/v20230515preview/schedule.py +1 -1
  89. pulumi_azure_native/automation/v20230515preview/software_update_configuration_by_name.py +1 -1
  90. pulumi_azure_native/automation/v20230515preview/source_control.py +1 -1
  91. pulumi_azure_native/automation/v20230515preview/variable.py +1 -1
  92. pulumi_azure_native/automation/v20230515preview/watcher.py +1 -1
  93. pulumi_azure_native/automation/v20230515preview/webhook.py +1 -1
  94. pulumi_azure_native/automation/v20231101/automation_account.py +1 -1
  95. pulumi_azure_native/automation/v20231101/certificate.py +1 -1
  96. pulumi_azure_native/automation/v20231101/connection.py +1 -1
  97. pulumi_azure_native/automation/v20231101/connection_type.py +1 -1
  98. pulumi_azure_native/automation/v20231101/credential.py +1 -1
  99. pulumi_azure_native/automation/v20231101/dsc_configuration.py +1 -1
  100. pulumi_azure_native/automation/v20231101/dsc_node_configuration.py +1 -1
  101. pulumi_azure_native/automation/v20231101/hybrid_runbook_worker.py +1 -1
  102. pulumi_azure_native/automation/v20231101/hybrid_runbook_worker_group.py +1 -1
  103. pulumi_azure_native/automation/v20231101/job_schedule.py +1 -1
  104. pulumi_azure_native/automation/v20231101/module.py +1 -1
  105. pulumi_azure_native/automation/v20231101/python2_package.py +1 -1
  106. pulumi_azure_native/automation/v20231101/python3_package.py +1 -1
  107. pulumi_azure_native/automation/v20231101/runbook.py +1 -1
  108. pulumi_azure_native/automation/v20231101/schedule.py +1 -1
  109. pulumi_azure_native/automation/v20231101/source_control.py +1 -1
  110. pulumi_azure_native/automation/v20231101/variable.py +1 -1
  111. pulumi_azure_native/automation/v20241023/__init__.py +58 -0
  112. pulumi_azure_native/automation/v20241023/_enums.py +157 -0
  113. pulumi_azure_native/automation/v20241023/_inputs.py +2602 -0
  114. pulumi_azure_native/automation/v20241023/automation_account.py +473 -0
  115. pulumi_azure_native/automation/v20241023/certificate.py +348 -0
  116. pulumi_azure_native/automation/v20241023/connection.py +319 -0
  117. pulumi_azure_native/automation/v20241023/connection_type.py +290 -0
  118. pulumi_azure_native/automation/v20241023/credential.py +310 -0
  119. pulumi_azure_native/automation/v20241023/dsc_configuration.py +476 -0
  120. pulumi_azure_native/automation/v20241023/dsc_node_configuration.py +350 -0
  121. pulumi_azure_native/automation/v20241023/get_automation_account.py +339 -0
  122. pulumi_azure_native/automation/v20241023/get_certificate.py +219 -0
  123. pulumi_azure_native/automation/v20241023/get_connection.py +205 -0
  124. pulumi_azure_native/automation/v20241023/get_connection_type.py +191 -0
  125. pulumi_azure_native/automation/v20241023/get_credential.py +191 -0
  126. pulumi_azure_native/automation/v20241023/get_dsc_configuration.py +317 -0
  127. pulumi_azure_native/automation/v20241023/get_dsc_node_configuration.py +219 -0
  128. pulumi_azure_native/automation/v20241023/get_hybrid_runbook_worker.py +253 -0
  129. pulumi_azure_native/automation/v20241023/get_hybrid_runbook_worker_group.py +191 -0
  130. pulumi_azure_native/automation/v20241023/get_job_schedule.py +191 -0
  131. pulumi_azure_native/automation/v20241023/get_module.py +331 -0
  132. pulumi_azure_native/automation/v20241023/get_package.py +267 -0
  133. pulumi_azure_native/automation/v20241023/get_private_endpoint_connection.py +177 -0
  134. pulumi_azure_native/automation/v20241023/get_python2_package.py +331 -0
  135. pulumi_azure_native/automation/v20241023/get_python3_package.py +331 -0
  136. pulumi_azure_native/automation/v20241023/get_runbook.py +401 -0
  137. pulumi_azure_native/automation/v20241023/get_runtime_environment.py +219 -0
  138. pulumi_azure_native/automation/v20241023/get_schedule.py +331 -0
  139. pulumi_azure_native/automation/v20241023/get_software_update_configuration_by_name.py +247 -0
  140. pulumi_azure_native/automation/v20241023/get_source_control.py +261 -0
  141. pulumi_azure_native/automation/v20241023/get_variable.py +205 -0
  142. pulumi_azure_native/automation/v20241023/get_watcher.py +303 -0
  143. pulumi_azure_native/automation/v20241023/get_webhook.py +289 -0
  144. pulumi_azure_native/automation/v20241023/hybrid_runbook_worker.py +310 -0
  145. pulumi_azure_native/automation/v20241023/hybrid_runbook_worker_group.py +269 -0
  146. pulumi_azure_native/automation/v20241023/job_schedule.py +308 -0
  147. pulumi_azure_native/automation/v20241023/list_automation_account_deleted_runbooks.py +101 -0
  148. pulumi_azure_native/automation/v20241023/list_key_by_automation_account.py +84 -0
  149. pulumi_azure_native/automation/v20241023/module.py +408 -0
  150. pulumi_azure_native/automation/v20241023/outputs.py +2492 -0
  151. pulumi_azure_native/automation/v20241023/package.py +341 -0
  152. pulumi_azure_native/automation/v20241023/private_endpoint_connection.py +278 -0
  153. pulumi_azure_native/automation/v20241023/python2_package.py +370 -0
  154. pulumi_azure_native/automation/v20241023/python3_package.py +370 -0
  155. pulumi_azure_native/automation/v20241023/runbook.py +592 -0
  156. pulumi_azure_native/automation/v20241023/runtime_environment.py +364 -0
  157. pulumi_azure_native/automation/v20241023/schedule.py +487 -0
  158. pulumi_azure_native/automation/v20241023/software_update_configuration_by_name.py +350 -0
  159. pulumi_azure_native/automation/v20241023/source_control.py +435 -0
  160. pulumi_azure_native/automation/v20241023/variable.py +317 -0
  161. pulumi_azure_native/automation/v20241023/watcher.py +443 -0
  162. pulumi_azure_native/automation/v20241023/webhook.py +435 -0
  163. pulumi_azure_native/automation/variable.py +3 -3
  164. pulumi_azure_native/automation/watcher.py +3 -3
  165. pulumi_azure_native/automation/webhook.py +3 -3
  166. pulumi_azure_native/datafactory/_inputs.py +20 -0
  167. pulumi_azure_native/datafactory/outputs.py +14 -0
  168. pulumi_azure_native/datafactory/v20180601/_inputs.py +20 -0
  169. pulumi_azure_native/datafactory/v20180601/outputs.py +14 -0
  170. pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +2 -2
  171. pulumi_azure_native/offazure/__init__.py +3 -0
  172. pulumi_azure_native/offazure/get_hyperv_cluster_controller_cluster.py +2 -2
  173. pulumi_azure_native/offazure/get_hyperv_host_controller.py +2 -2
  174. pulumi_azure_native/offazure/get_hyperv_sites_controller.py +2 -2
  175. pulumi_azure_native/offazure/get_import_sites_controller.py +2 -2
  176. pulumi_azure_native/offazure/get_master_sites_controller.py +2 -2
  177. pulumi_azure_native/offazure/get_private_endpoint_connection_controller.py +2 -2
  178. pulumi_azure_native/offazure/get_server_sites_controller.py +2 -2
  179. pulumi_azure_native/offazure/get_sites_controller.py +2 -2
  180. pulumi_azure_native/offazure/get_sql_discovery_site_data_source_controller.py +2 -2
  181. pulumi_azure_native/offazure/get_sql_sites_controller.py +2 -2
  182. pulumi_azure_native/offazure/get_vcenter_controller.py +2 -2
  183. pulumi_azure_native/offazure/get_web_app_discovery_site_data_sources_controller.py +2 -2
  184. pulumi_azure_native/offazure/get_web_app_sites_controller.py +2 -2
  185. pulumi_azure_native/offazure/hyper_v_site.py +1 -1
  186. pulumi_azure_native/offazure/hyperv_cluster_controller_cluster.py +3 -3
  187. pulumi_azure_native/offazure/hyperv_host_controller.py +3 -3
  188. pulumi_azure_native/offazure/hyperv_sites_controller.py +3 -3
  189. pulumi_azure_native/offazure/import_sites_controller.py +3 -3
  190. pulumi_azure_native/offazure/list_hyperv_sites_controller_health_summary.py +2 -2
  191. pulumi_azure_native/offazure/list_server_sites_controller_health_summary.py +2 -2
  192. pulumi_azure_native/offazure/list_sites_controller_health_summary.py +2 -2
  193. pulumi_azure_native/offazure/master_sites_controller.py +3 -3
  194. pulumi_azure_native/offazure/private_endpoint_connection.py +1 -1
  195. pulumi_azure_native/offazure/private_endpoint_connection_controller.py +3 -3
  196. pulumi_azure_native/offazure/server_sites_controller.py +3 -3
  197. pulumi_azure_native/offazure/site.py +1 -1
  198. pulumi_azure_native/offazure/sites_controller.py +3 -3
  199. pulumi_azure_native/offazure/sql_discovery_site_data_source_controller.py +3 -3
  200. pulumi_azure_native/offazure/sql_sites_controller.py +3 -3
  201. pulumi_azure_native/offazure/v20200707/hyper_v_site.py +1 -1
  202. pulumi_azure_native/offazure/v20200707/private_endpoint_connection.py +1 -1
  203. pulumi_azure_native/offazure/v20200707/site.py +1 -1
  204. pulumi_azure_native/offazure/v20230606/hyperv_cluster_controller_cluster.py +1 -1
  205. pulumi_azure_native/offazure/v20230606/hyperv_host_controller.py +1 -1
  206. pulumi_azure_native/offazure/v20230606/hyperv_sites_controller.py +1 -1
  207. pulumi_azure_native/offazure/v20230606/import_sites_controller.py +1 -1
  208. pulumi_azure_native/offazure/v20230606/master_sites_controller.py +1 -1
  209. pulumi_azure_native/offazure/v20230606/private_endpoint_connection_controller.py +1 -1
  210. pulumi_azure_native/offazure/v20230606/server_sites_controller.py +1 -1
  211. pulumi_azure_native/offazure/v20230606/sites_controller.py +1 -1
  212. pulumi_azure_native/offazure/v20230606/sql_discovery_site_data_source_controller.py +1 -1
  213. pulumi_azure_native/offazure/v20230606/sql_sites_controller.py +1 -1
  214. pulumi_azure_native/offazure/v20230606/vcenter_controller.py +1 -1
  215. pulumi_azure_native/offazure/v20230606/web_app_discovery_site_data_sources_controller.py +1 -1
  216. pulumi_azure_native/offazure/v20230606/web_app_sites_controller.py +1 -1
  217. pulumi_azure_native/offazure/v20231001preview/hyperv_cluster_controller_cluster.py +1 -1
  218. pulumi_azure_native/offazure/v20231001preview/hyperv_host_controller.py +1 -1
  219. pulumi_azure_native/offazure/v20231001preview/hyperv_sites_controller.py +1 -1
  220. pulumi_azure_native/offazure/v20231001preview/import_sites_controller.py +1 -1
  221. pulumi_azure_native/offazure/v20231001preview/master_sites_controller.py +1 -1
  222. pulumi_azure_native/offazure/v20231001preview/private_endpoint_connection_controller.py +1 -1
  223. pulumi_azure_native/offazure/v20231001preview/server_sites_controller.py +1 -1
  224. pulumi_azure_native/offazure/v20231001preview/sites_controller.py +1 -1
  225. pulumi_azure_native/offazure/v20231001preview/sql_discovery_site_data_source_controller.py +1 -1
  226. pulumi_azure_native/offazure/v20231001preview/sql_sites_controller.py +1 -1
  227. pulumi_azure_native/offazure/v20231001preview/vcenter_controller.py +1 -1
  228. pulumi_azure_native/offazure/v20231001preview/web_app_discovery_site_data_sources_controller.py +1 -1
  229. pulumi_azure_native/offazure/v20231001preview/web_app_sites_controller.py +1 -1
  230. pulumi_azure_native/offazure/v20240501preview/__init__.py +39 -0
  231. pulumi_azure_native/offazure/v20240501preview/_enums.py +115 -0
  232. pulumi_azure_native/offazure/v20240501preview/_inputs.py +410 -0
  233. pulumi_azure_native/offazure/v20240501preview/get_hyperv_cluster_controller_cluster.py +261 -0
  234. pulumi_azure_native/offazure/v20240501preview/get_hyperv_host_controller.py +233 -0
  235. pulumi_azure_native/offazure/v20240501preview/get_hyperv_sites_controller.py +257 -0
  236. pulumi_azure_native/offazure/v20240501preview/get_import_sites_controller.py +213 -0
  237. pulumi_azure_native/offazure/v20240501preview/get_master_sites_controller.py +258 -0
  238. pulumi_azure_native/offazure/v20240501preview/get_private_endpoint_connection_controller.py +191 -0
  239. pulumi_azure_native/offazure/v20240501preview/get_server_sites_controller.py +257 -0
  240. pulumi_azure_native/offazure/v20240501preview/get_sites_controller.py +271 -0
  241. pulumi_azure_native/offazure/v20240501preview/get_sql_discovery_site_data_source_controller.py +169 -0
  242. pulumi_azure_native/offazure/v20240501preview/get_sql_sites_controller.py +193 -0
  243. pulumi_azure_native/offazure/v20240501preview/get_vcenter_controller.py +289 -0
  244. pulumi_azure_native/offazure/v20240501preview/get_web_app_discovery_site_data_sources_controller.py +169 -0
  245. pulumi_azure_native/offazure/v20240501preview/get_web_app_sites_controller.py +193 -0
  246. pulumi_azure_native/offazure/v20240501preview/hyperv_cluster_controller_cluster.py +357 -0
  247. pulumi_azure_native/offazure/v20240501preview/hyperv_host_controller.py +318 -0
  248. pulumi_azure_native/offazure/v20240501preview/hyperv_sites_controller.py +402 -0
  249. pulumi_azure_native/offazure/v20240501preview/import_sites_controller.py +306 -0
  250. pulumi_azure_native/offazure/v20240501preview/list_hyperv_sites_controller_health_summary.py +101 -0
  251. pulumi_azure_native/offazure/v20240501preview/list_server_sites_controller_health_summary.py +101 -0
  252. pulumi_azure_native/offazure/v20240501preview/list_sites_controller_health_summary.py +101 -0
  253. pulumi_azure_native/offazure/v20240501preview/master_sites_controller.py +386 -0
  254. pulumi_azure_native/offazure/v20240501preview/outputs.py +972 -0
  255. pulumi_azure_native/offazure/v20240501preview/private_endpoint_connection_controller.py +251 -0
  256. pulumi_azure_native/offazure/v20240501preview/server_sites_controller.py +382 -0
  257. pulumi_azure_native/offazure/v20240501preview/sites_controller.py +392 -0
  258. pulumi_azure_native/offazure/v20240501preview/sql_discovery_site_data_source_controller.py +250 -0
  259. pulumi_azure_native/offazure/v20240501preview/sql_sites_controller.py +278 -0
  260. pulumi_azure_native/offazure/v20240501preview/vcenter_controller.py +396 -0
  261. pulumi_azure_native/offazure/v20240501preview/web_app_discovery_site_data_sources_controller.py +250 -0
  262. pulumi_azure_native/offazure/v20240501preview/web_app_sites_controller.py +278 -0
  263. pulumi_azure_native/offazure/vcenter_controller.py +3 -3
  264. pulumi_azure_native/offazure/web_app_discovery_site_data_sources_controller.py +3 -3
  265. pulumi_azure_native/offazure/web_app_sites_controller.py +3 -3
  266. pulumi_azure_native/pulumi-plugin.json +1 -1
  267. pulumi_azure_native/recoveryservices/v20241001/_enums.py +1 -0
  268. pulumi_azure_native/recoveryservices/v20241001/_inputs.py +20 -0
  269. pulumi_azure_native/recoveryservices/v20241001/outputs.py +14 -0
  270. pulumi_azure_native/resources/__init__.py +3 -0
  271. pulumi_azure_native/resources/deployment.py +3 -3
  272. pulumi_azure_native/resources/deployment_at_management_group_scope.py +3 -3
  273. pulumi_azure_native/resources/deployment_at_scope.py +3 -3
  274. pulumi_azure_native/resources/deployment_at_subscription_scope.py +3 -3
  275. pulumi_azure_native/resources/deployment_at_tenant_scope.py +3 -3
  276. pulumi_azure_native/resources/get_deployment.py +2 -2
  277. pulumi_azure_native/resources/get_deployment_at_management_group_scope.py +2 -2
  278. pulumi_azure_native/resources/get_deployment_at_scope.py +2 -2
  279. pulumi_azure_native/resources/get_deployment_at_subscription_scope.py +2 -2
  280. pulumi_azure_native/resources/get_deployment_at_tenant_scope.py +2 -2
  281. pulumi_azure_native/resources/get_resource.py +2 -2
  282. pulumi_azure_native/resources/get_resource_group.py +2 -2
  283. pulumi_azure_native/resources/get_tag_at_scope.py +2 -2
  284. pulumi_azure_native/resources/resource.py +3 -3
  285. pulumi_azure_native/resources/resource_group.py +3 -3
  286. pulumi_azure_native/resources/tag_at_scope.py +3 -3
  287. pulumi_azure_native/resources/v20220901/deployment.py +1 -1
  288. pulumi_azure_native/resources/v20220901/deployment_at_management_group_scope.py +1 -1
  289. pulumi_azure_native/resources/v20220901/deployment_at_scope.py +1 -1
  290. pulumi_azure_native/resources/v20220901/deployment_at_subscription_scope.py +1 -1
  291. pulumi_azure_native/resources/v20220901/deployment_at_tenant_scope.py +1 -1
  292. pulumi_azure_native/resources/v20220901/resource.py +1 -1
  293. pulumi_azure_native/resources/v20220901/resource_group.py +1 -1
  294. pulumi_azure_native/resources/v20220901/tag_at_scope.py +1 -1
  295. pulumi_azure_native/resources/v20230701/deployment.py +1 -1
  296. pulumi_azure_native/resources/v20230701/deployment_at_management_group_scope.py +1 -1
  297. pulumi_azure_native/resources/v20230701/deployment_at_scope.py +1 -1
  298. pulumi_azure_native/resources/v20230701/deployment_at_subscription_scope.py +1 -1
  299. pulumi_azure_native/resources/v20230701/deployment_at_tenant_scope.py +1 -1
  300. pulumi_azure_native/resources/v20230701/resource.py +1 -1
  301. pulumi_azure_native/resources/v20230701/resource_group.py +1 -1
  302. pulumi_azure_native/resources/v20230701/tag_at_scope.py +1 -1
  303. pulumi_azure_native/resources/v20240301/deployment.py +1 -1
  304. pulumi_azure_native/resources/v20240301/deployment_at_management_group_scope.py +1 -1
  305. pulumi_azure_native/resources/v20240301/deployment_at_scope.py +1 -1
  306. pulumi_azure_native/resources/v20240301/deployment_at_subscription_scope.py +1 -1
  307. pulumi_azure_native/resources/v20240301/deployment_at_tenant_scope.py +1 -1
  308. pulumi_azure_native/resources/v20240301/resource.py +1 -1
  309. pulumi_azure_native/resources/v20240301/resource_group.py +1 -1
  310. pulumi_azure_native/resources/v20240301/tag_at_scope.py +1 -1
  311. pulumi_azure_native/resources/v20240701/deployment.py +1 -1
  312. pulumi_azure_native/resources/v20240701/deployment_at_management_group_scope.py +1 -1
  313. pulumi_azure_native/resources/v20240701/deployment_at_scope.py +1 -1
  314. pulumi_azure_native/resources/v20240701/deployment_at_subscription_scope.py +1 -1
  315. pulumi_azure_native/resources/v20240701/deployment_at_tenant_scope.py +1 -1
  316. pulumi_azure_native/resources/v20240701/resource.py +1 -1
  317. pulumi_azure_native/resources/v20240701/resource_group.py +1 -1
  318. pulumi_azure_native/resources/v20240701/tag_at_scope.py +1 -1
  319. pulumi_azure_native/resources/v20241101/__init__.py +26 -0
  320. pulumi_azure_native/resources/v20241101/_enums.py +74 -0
  321. pulumi_azure_native/resources/v20241101/_inputs.py +1102 -0
  322. pulumi_azure_native/resources/v20241101/deployment.py +249 -0
  323. pulumi_azure_native/resources/v20241101/deployment_at_management_group_scope.py +249 -0
  324. pulumi_azure_native/resources/v20241101/deployment_at_scope.py +249 -0
  325. pulumi_azure_native/resources/v20241101/deployment_at_subscription_scope.py +228 -0
  326. pulumi_azure_native/resources/v20241101/deployment_at_tenant_scope.py +228 -0
  327. pulumi_azure_native/resources/v20241101/get_deployment.py +157 -0
  328. pulumi_azure_native/resources/v20241101/get_deployment_at_management_group_scope.py +157 -0
  329. pulumi_azure_native/resources/v20241101/get_deployment_at_scope.py +157 -0
  330. pulumi_azure_native/resources/v20241101/get_deployment_at_subscription_scope.py +151 -0
  331. pulumi_azure_native/resources/v20241101/get_deployment_at_tenant_scope.py +151 -0
  332. pulumi_azure_native/resources/v20241101/get_resource.py +259 -0
  333. pulumi_azure_native/resources/v20241101/get_resource_group.py +165 -0
  334. pulumi_azure_native/resources/v20241101/get_tag_at_scope.py +123 -0
  335. pulumi_azure_native/resources/v20241101/outputs.py +1952 -0
  336. pulumi_azure_native/resources/v20241101/resource.py +485 -0
  337. pulumi_azure_native/resources/v20241101/resource_group.py +235 -0
  338. pulumi_azure_native/resources/v20241101/tag_at_scope.py +170 -0
  339. {pulumi_azure_native-2.77.0a1733914767.dist-info → pulumi_azure_native-2.77.0a1733990841.dist-info}/METADATA +1 -1
  340. {pulumi_azure_native-2.77.0a1733914767.dist-info → pulumi_azure_native-2.77.0a1733990841.dist-info}/RECORD +342 -237
  341. {pulumi_azure_native-2.77.0a1733914767.dist-info → pulumi_azure_native-2.77.0a1733990841.dist-info}/WHEEL +0 -0
  342. {pulumi_azure_native-2.77.0a1733914767.dist-info → pulumi_azure_native-2.77.0a1733990841.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,435 @@
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 ._inputs import *
18
+
19
+ __all__ = ['WebhookArgs', 'Webhook']
20
+
21
+ @pulumi.input_type
22
+ class WebhookArgs:
23
+ def __init__(__self__, *,
24
+ automation_account_name: pulumi.Input[str],
25
+ name: pulumi.Input[str],
26
+ resource_group_name: pulumi.Input[str],
27
+ expiry_time: Optional[pulumi.Input[str]] = None,
28
+ is_enabled: Optional[pulumi.Input[bool]] = None,
29
+ parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
30
+ run_on: Optional[pulumi.Input[str]] = None,
31
+ runbook: Optional[pulumi.Input['RunbookAssociationPropertyArgs']] = None,
32
+ uri: Optional[pulumi.Input[str]] = None,
33
+ webhook_name: Optional[pulumi.Input[str]] = None):
34
+ """
35
+ The set of arguments for constructing a Webhook resource.
36
+ :param pulumi.Input[str] automation_account_name: The name of the automation account.
37
+ :param pulumi.Input[str] name: Gets or sets the name of the webhook.
38
+ :param pulumi.Input[str] resource_group_name: Name of an Azure Resource group.
39
+ :param pulumi.Input[str] expiry_time: Gets or sets the expiry time.
40
+ :param pulumi.Input[bool] is_enabled: Gets or sets the value of the enabled flag of webhook.
41
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] parameters: Gets or sets the parameters of the job.
42
+ :param pulumi.Input[str] run_on: Gets or sets the name of the hybrid worker group the webhook job will run on.
43
+ :param pulumi.Input['RunbookAssociationPropertyArgs'] runbook: Gets or sets the runbook.
44
+ :param pulumi.Input[str] uri: Gets or sets the uri.
45
+ :param pulumi.Input[str] webhook_name: The webhook name.
46
+ """
47
+ pulumi.set(__self__, "automation_account_name", automation_account_name)
48
+ pulumi.set(__self__, "name", name)
49
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
50
+ if expiry_time is not None:
51
+ pulumi.set(__self__, "expiry_time", expiry_time)
52
+ if is_enabled is not None:
53
+ pulumi.set(__self__, "is_enabled", is_enabled)
54
+ if parameters is not None:
55
+ pulumi.set(__self__, "parameters", parameters)
56
+ if run_on is not None:
57
+ pulumi.set(__self__, "run_on", run_on)
58
+ if runbook is not None:
59
+ pulumi.set(__self__, "runbook", runbook)
60
+ if uri is not None:
61
+ pulumi.set(__self__, "uri", uri)
62
+ if webhook_name is not None:
63
+ pulumi.set(__self__, "webhook_name", webhook_name)
64
+
65
+ @property
66
+ @pulumi.getter(name="automationAccountName")
67
+ def automation_account_name(self) -> pulumi.Input[str]:
68
+ """
69
+ The name of the automation account.
70
+ """
71
+ return pulumi.get(self, "automation_account_name")
72
+
73
+ @automation_account_name.setter
74
+ def automation_account_name(self, value: pulumi.Input[str]):
75
+ pulumi.set(self, "automation_account_name", value)
76
+
77
+ @property
78
+ @pulumi.getter
79
+ def name(self) -> pulumi.Input[str]:
80
+ """
81
+ Gets or sets the name of the webhook.
82
+ """
83
+ return pulumi.get(self, "name")
84
+
85
+ @name.setter
86
+ def name(self, value: pulumi.Input[str]):
87
+ pulumi.set(self, "name", value)
88
+
89
+ @property
90
+ @pulumi.getter(name="resourceGroupName")
91
+ def resource_group_name(self) -> pulumi.Input[str]:
92
+ """
93
+ Name of an Azure Resource group.
94
+ """
95
+ return pulumi.get(self, "resource_group_name")
96
+
97
+ @resource_group_name.setter
98
+ def resource_group_name(self, value: pulumi.Input[str]):
99
+ pulumi.set(self, "resource_group_name", value)
100
+
101
+ @property
102
+ @pulumi.getter(name="expiryTime")
103
+ def expiry_time(self) -> Optional[pulumi.Input[str]]:
104
+ """
105
+ Gets or sets the expiry time.
106
+ """
107
+ return pulumi.get(self, "expiry_time")
108
+
109
+ @expiry_time.setter
110
+ def expiry_time(self, value: Optional[pulumi.Input[str]]):
111
+ pulumi.set(self, "expiry_time", value)
112
+
113
+ @property
114
+ @pulumi.getter(name="isEnabled")
115
+ def is_enabled(self) -> Optional[pulumi.Input[bool]]:
116
+ """
117
+ Gets or sets the value of the enabled flag of webhook.
118
+ """
119
+ return pulumi.get(self, "is_enabled")
120
+
121
+ @is_enabled.setter
122
+ def is_enabled(self, value: Optional[pulumi.Input[bool]]):
123
+ pulumi.set(self, "is_enabled", value)
124
+
125
+ @property
126
+ @pulumi.getter
127
+ def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
128
+ """
129
+ Gets or sets the parameters of the job.
130
+ """
131
+ return pulumi.get(self, "parameters")
132
+
133
+ @parameters.setter
134
+ def parameters(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
135
+ pulumi.set(self, "parameters", value)
136
+
137
+ @property
138
+ @pulumi.getter(name="runOn")
139
+ def run_on(self) -> Optional[pulumi.Input[str]]:
140
+ """
141
+ Gets or sets the name of the hybrid worker group the webhook job will run on.
142
+ """
143
+ return pulumi.get(self, "run_on")
144
+
145
+ @run_on.setter
146
+ def run_on(self, value: Optional[pulumi.Input[str]]):
147
+ pulumi.set(self, "run_on", value)
148
+
149
+ @property
150
+ @pulumi.getter
151
+ def runbook(self) -> Optional[pulumi.Input['RunbookAssociationPropertyArgs']]:
152
+ """
153
+ Gets or sets the runbook.
154
+ """
155
+ return pulumi.get(self, "runbook")
156
+
157
+ @runbook.setter
158
+ def runbook(self, value: Optional[pulumi.Input['RunbookAssociationPropertyArgs']]):
159
+ pulumi.set(self, "runbook", value)
160
+
161
+ @property
162
+ @pulumi.getter
163
+ def uri(self) -> Optional[pulumi.Input[str]]:
164
+ """
165
+ Gets or sets the uri.
166
+ """
167
+ return pulumi.get(self, "uri")
168
+
169
+ @uri.setter
170
+ def uri(self, value: Optional[pulumi.Input[str]]):
171
+ pulumi.set(self, "uri", value)
172
+
173
+ @property
174
+ @pulumi.getter(name="webhookName")
175
+ def webhook_name(self) -> Optional[pulumi.Input[str]]:
176
+ """
177
+ The webhook name.
178
+ """
179
+ return pulumi.get(self, "webhook_name")
180
+
181
+ @webhook_name.setter
182
+ def webhook_name(self, value: Optional[pulumi.Input[str]]):
183
+ pulumi.set(self, "webhook_name", value)
184
+
185
+
186
+ class Webhook(pulumi.CustomResource):
187
+ @overload
188
+ def __init__(__self__,
189
+ resource_name: str,
190
+ opts: Optional[pulumi.ResourceOptions] = None,
191
+ automation_account_name: Optional[pulumi.Input[str]] = None,
192
+ expiry_time: Optional[pulumi.Input[str]] = None,
193
+ is_enabled: Optional[pulumi.Input[bool]] = None,
194
+ name: Optional[pulumi.Input[str]] = None,
195
+ parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
196
+ resource_group_name: Optional[pulumi.Input[str]] = None,
197
+ run_on: Optional[pulumi.Input[str]] = None,
198
+ runbook: Optional[pulumi.Input[Union['RunbookAssociationPropertyArgs', 'RunbookAssociationPropertyArgsDict']]] = None,
199
+ uri: Optional[pulumi.Input[str]] = None,
200
+ webhook_name: Optional[pulumi.Input[str]] = None,
201
+ __props__=None):
202
+ """
203
+ Definition of the webhook type.
204
+
205
+ :param str resource_name: The name of the resource.
206
+ :param pulumi.ResourceOptions opts: Options for the resource.
207
+ :param pulumi.Input[str] automation_account_name: The name of the automation account.
208
+ :param pulumi.Input[str] expiry_time: Gets or sets the expiry time.
209
+ :param pulumi.Input[bool] is_enabled: Gets or sets the value of the enabled flag of webhook.
210
+ :param pulumi.Input[str] name: Gets or sets the name of the webhook.
211
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] parameters: Gets or sets the parameters of the job.
212
+ :param pulumi.Input[str] resource_group_name: Name of an Azure Resource group.
213
+ :param pulumi.Input[str] run_on: Gets or sets the name of the hybrid worker group the webhook job will run on.
214
+ :param pulumi.Input[Union['RunbookAssociationPropertyArgs', 'RunbookAssociationPropertyArgsDict']] runbook: Gets or sets the runbook.
215
+ :param pulumi.Input[str] uri: Gets or sets the uri.
216
+ :param pulumi.Input[str] webhook_name: The webhook name.
217
+ """
218
+ ...
219
+ @overload
220
+ def __init__(__self__,
221
+ resource_name: str,
222
+ args: WebhookArgs,
223
+ opts: Optional[pulumi.ResourceOptions] = None):
224
+ """
225
+ Definition of the webhook type.
226
+
227
+ :param str resource_name: The name of the resource.
228
+ :param WebhookArgs args: The arguments to use to populate this resource's properties.
229
+ :param pulumi.ResourceOptions opts: Options for the resource.
230
+ """
231
+ ...
232
+ def __init__(__self__, resource_name: str, *args, **kwargs):
233
+ resource_args, opts = _utilities.get_resource_args_opts(WebhookArgs, pulumi.ResourceOptions, *args, **kwargs)
234
+ if resource_args is not None:
235
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
236
+ else:
237
+ __self__._internal_init(resource_name, *args, **kwargs)
238
+
239
+ def _internal_init(__self__,
240
+ resource_name: str,
241
+ opts: Optional[pulumi.ResourceOptions] = None,
242
+ automation_account_name: Optional[pulumi.Input[str]] = None,
243
+ expiry_time: Optional[pulumi.Input[str]] = None,
244
+ is_enabled: Optional[pulumi.Input[bool]] = None,
245
+ name: Optional[pulumi.Input[str]] = None,
246
+ parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
247
+ resource_group_name: Optional[pulumi.Input[str]] = None,
248
+ run_on: Optional[pulumi.Input[str]] = None,
249
+ runbook: Optional[pulumi.Input[Union['RunbookAssociationPropertyArgs', 'RunbookAssociationPropertyArgsDict']]] = None,
250
+ uri: Optional[pulumi.Input[str]] = None,
251
+ webhook_name: Optional[pulumi.Input[str]] = None,
252
+ __props__=None):
253
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
254
+ if not isinstance(opts, pulumi.ResourceOptions):
255
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
256
+ if opts.id is None:
257
+ if __props__ is not None:
258
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
259
+ __props__ = WebhookArgs.__new__(WebhookArgs)
260
+
261
+ if automation_account_name is None and not opts.urn:
262
+ raise TypeError("Missing required property 'automation_account_name'")
263
+ __props__.__dict__["automation_account_name"] = automation_account_name
264
+ __props__.__dict__["expiry_time"] = expiry_time
265
+ __props__.__dict__["is_enabled"] = is_enabled
266
+ if name is None and not opts.urn:
267
+ raise TypeError("Missing required property 'name'")
268
+ __props__.__dict__["name"] = name
269
+ __props__.__dict__["parameters"] = parameters
270
+ if resource_group_name is None and not opts.urn:
271
+ raise TypeError("Missing required property 'resource_group_name'")
272
+ __props__.__dict__["resource_group_name"] = resource_group_name
273
+ __props__.__dict__["run_on"] = run_on
274
+ __props__.__dict__["runbook"] = runbook
275
+ __props__.__dict__["uri"] = uri
276
+ __props__.__dict__["webhook_name"] = webhook_name
277
+ __props__.__dict__["creation_time"] = None
278
+ __props__.__dict__["description"] = None
279
+ __props__.__dict__["last_invoked_time"] = None
280
+ __props__.__dict__["last_modified_by"] = None
281
+ __props__.__dict__["last_modified_time"] = None
282
+ __props__.__dict__["system_data"] = None
283
+ __props__.__dict__["type"] = None
284
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation:Webhook"), pulumi.Alias(type_="azure-native:automation/v20151031:Webhook"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Webhook")])
285
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
286
+ super(Webhook, __self__).__init__(
287
+ 'azure-native:automation/v20241023:Webhook',
288
+ resource_name,
289
+ __props__,
290
+ opts)
291
+
292
+ @staticmethod
293
+ def get(resource_name: str,
294
+ id: pulumi.Input[str],
295
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'Webhook':
296
+ """
297
+ Get an existing Webhook resource's state with the given name, id, and optional extra
298
+ properties used to qualify the lookup.
299
+
300
+ :param str resource_name: The unique name of the resulting resource.
301
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
302
+ :param pulumi.ResourceOptions opts: Options for the resource.
303
+ """
304
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
305
+
306
+ __props__ = WebhookArgs.__new__(WebhookArgs)
307
+
308
+ __props__.__dict__["creation_time"] = None
309
+ __props__.__dict__["description"] = None
310
+ __props__.__dict__["expiry_time"] = None
311
+ __props__.__dict__["is_enabled"] = None
312
+ __props__.__dict__["last_invoked_time"] = None
313
+ __props__.__dict__["last_modified_by"] = None
314
+ __props__.__dict__["last_modified_time"] = None
315
+ __props__.__dict__["name"] = None
316
+ __props__.__dict__["parameters"] = None
317
+ __props__.__dict__["run_on"] = None
318
+ __props__.__dict__["runbook"] = None
319
+ __props__.__dict__["system_data"] = None
320
+ __props__.__dict__["type"] = None
321
+ __props__.__dict__["uri"] = None
322
+ return Webhook(resource_name, opts=opts, __props__=__props__)
323
+
324
+ @property
325
+ @pulumi.getter(name="creationTime")
326
+ def creation_time(self) -> pulumi.Output[Optional[str]]:
327
+ """
328
+ Gets or sets the creation time.
329
+ """
330
+ return pulumi.get(self, "creation_time")
331
+
332
+ @property
333
+ @pulumi.getter
334
+ def description(self) -> pulumi.Output[Optional[str]]:
335
+ """
336
+ Gets or sets the description.
337
+ """
338
+ return pulumi.get(self, "description")
339
+
340
+ @property
341
+ @pulumi.getter(name="expiryTime")
342
+ def expiry_time(self) -> pulumi.Output[Optional[str]]:
343
+ """
344
+ Gets or sets the expiry time.
345
+ """
346
+ return pulumi.get(self, "expiry_time")
347
+
348
+ @property
349
+ @pulumi.getter(name="isEnabled")
350
+ def is_enabled(self) -> pulumi.Output[Optional[bool]]:
351
+ """
352
+ Gets or sets the value of the enabled flag of the webhook.
353
+ """
354
+ return pulumi.get(self, "is_enabled")
355
+
356
+ @property
357
+ @pulumi.getter(name="lastInvokedTime")
358
+ def last_invoked_time(self) -> pulumi.Output[Optional[str]]:
359
+ """
360
+ Gets or sets the last invoked time.
361
+ """
362
+ return pulumi.get(self, "last_invoked_time")
363
+
364
+ @property
365
+ @pulumi.getter(name="lastModifiedBy")
366
+ def last_modified_by(self) -> pulumi.Output[Optional[str]]:
367
+ """
368
+ Details of the user who last modified the Webhook
369
+ """
370
+ return pulumi.get(self, "last_modified_by")
371
+
372
+ @property
373
+ @pulumi.getter(name="lastModifiedTime")
374
+ def last_modified_time(self) -> pulumi.Output[Optional[str]]:
375
+ """
376
+ Gets or sets the last modified time.
377
+ """
378
+ return pulumi.get(self, "last_modified_time")
379
+
380
+ @property
381
+ @pulumi.getter
382
+ def name(self) -> pulumi.Output[str]:
383
+ """
384
+ The name of the resource
385
+ """
386
+ return pulumi.get(self, "name")
387
+
388
+ @property
389
+ @pulumi.getter
390
+ def parameters(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
391
+ """
392
+ Gets or sets the parameters of the job that is created when the webhook calls the runbook it is associated with.
393
+ """
394
+ return pulumi.get(self, "parameters")
395
+
396
+ @property
397
+ @pulumi.getter(name="runOn")
398
+ def run_on(self) -> pulumi.Output[Optional[str]]:
399
+ """
400
+ Gets or sets the name of the hybrid worker group the webhook job will run on.
401
+ """
402
+ return pulumi.get(self, "run_on")
403
+
404
+ @property
405
+ @pulumi.getter
406
+ def runbook(self) -> pulumi.Output[Optional['outputs.RunbookAssociationPropertyResponse']]:
407
+ """
408
+ Gets or sets the runbook the webhook is associated with.
409
+ """
410
+ return pulumi.get(self, "runbook")
411
+
412
+ @property
413
+ @pulumi.getter(name="systemData")
414
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
415
+ """
416
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
417
+ """
418
+ return pulumi.get(self, "system_data")
419
+
420
+ @property
421
+ @pulumi.getter
422
+ def type(self) -> pulumi.Output[str]:
423
+ """
424
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
425
+ """
426
+ return pulumi.get(self, "type")
427
+
428
+ @property
429
+ @pulumi.getter
430
+ def uri(self) -> pulumi.Output[Optional[str]]:
431
+ """
432
+ Gets or sets the webhook uri.
433
+ """
434
+ return pulumi.get(self, "uri")
435
+
@@ -150,7 +150,7 @@ class Variable(pulumi.CustomResource):
150
150
  Definition of the variable.
151
151
  Azure REST API version: 2022-08-08. Prior API version in Azure Native 1.x: 2019-06-01.
152
152
 
153
- Other available API versions: 2023-05-15-preview, 2023-11-01.
153
+ Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
154
154
 
155
155
  :param str resource_name: The name of the resource.
156
156
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -172,7 +172,7 @@ class Variable(pulumi.CustomResource):
172
172
  Definition of the variable.
173
173
  Azure REST API version: 2022-08-08. Prior API version in Azure Native 1.x: 2019-06-01.
174
174
 
175
- Other available API versions: 2023-05-15-preview, 2023-11-01.
175
+ Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
176
176
 
177
177
  :param str resource_name: The name of the resource.
178
178
  :param VariableArgs args: The arguments to use to populate this resource's properties.
@@ -221,7 +221,7 @@ class Variable(pulumi.CustomResource):
221
221
  __props__.__dict__["creation_time"] = None
222
222
  __props__.__dict__["last_modified_time"] = None
223
223
  __props__.__dict__["type"] = None
224
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20151031:Variable"), pulumi.Alias(type_="azure-native:automation/v20190601:Variable"), pulumi.Alias(type_="azure-native:automation/v20200113preview:Variable"), pulumi.Alias(type_="azure-native:automation/v20220808:Variable"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Variable"), pulumi.Alias(type_="azure-native:automation/v20231101:Variable")])
224
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20151031:Variable"), pulumi.Alias(type_="azure-native:automation/v20190601:Variable"), pulumi.Alias(type_="azure-native:automation/v20200113preview:Variable"), pulumi.Alias(type_="azure-native:automation/v20220808:Variable"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Variable"), pulumi.Alias(type_="azure-native:automation/v20231101:Variable"), pulumi.Alias(type_="azure-native:automation/v20241023:Variable")])
225
225
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
226
226
  super(Variable, __self__).__init__(
227
227
  'azure-native:automation:Variable',
@@ -202,7 +202,7 @@ class Watcher(pulumi.CustomResource):
202
202
  Definition of the watcher type.
203
203
  Azure REST API version: 2020-01-13-preview. Prior API version in Azure Native 1.x: 2019-06-01.
204
204
 
205
- Other available API versions: 2023-05-15-preview.
205
+ Other available API versions: 2023-05-15-preview, 2024-10-23.
206
206
 
207
207
  :param str resource_name: The name of the resource.
208
208
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -227,7 +227,7 @@ class Watcher(pulumi.CustomResource):
227
227
  Definition of the watcher type.
228
228
  Azure REST API version: 2020-01-13-preview. Prior API version in Azure Native 1.x: 2019-06-01.
229
229
 
230
- Other available API versions: 2023-05-15-preview.
230
+ Other available API versions: 2023-05-15-preview, 2024-10-23.
231
231
 
232
232
  :param str resource_name: The name of the resource.
233
233
  :param WatcherArgs args: The arguments to use to populate this resource's properties.
@@ -284,7 +284,7 @@ class Watcher(pulumi.CustomResource):
284
284
  __props__.__dict__["name"] = None
285
285
  __props__.__dict__["status"] = None
286
286
  __props__.__dict__["type"] = None
287
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20151031:Watcher"), pulumi.Alias(type_="azure-native:automation/v20190601:Watcher"), pulumi.Alias(type_="azure-native:automation/v20200113preview:Watcher"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Watcher")])
287
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20151031:Watcher"), pulumi.Alias(type_="azure-native:automation/v20190601:Watcher"), pulumi.Alias(type_="azure-native:automation/v20200113preview:Watcher"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Watcher"), pulumi.Alias(type_="azure-native:automation/v20241023:Watcher")])
288
288
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
289
289
  super(Watcher, __self__).__init__(
290
290
  'azure-native:automation:Watcher',
@@ -203,7 +203,7 @@ class Webhook(pulumi.CustomResource):
203
203
  Definition of the webhook type.
204
204
  Azure REST API version: 2015-10-31. Prior API version in Azure Native 1.x: 2015-10-31.
205
205
 
206
- Other available API versions: 2023-05-15-preview.
206
+ Other available API versions: 2023-05-15-preview, 2024-10-23.
207
207
 
208
208
  :param str resource_name: The name of the resource.
209
209
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -228,7 +228,7 @@ class Webhook(pulumi.CustomResource):
228
228
  Definition of the webhook type.
229
229
  Azure REST API version: 2015-10-31. Prior API version in Azure Native 1.x: 2015-10-31.
230
230
 
231
- Other available API versions: 2023-05-15-preview.
231
+ Other available API versions: 2023-05-15-preview, 2024-10-23.
232
232
 
233
233
  :param str resource_name: The name of the resource.
234
234
  :param WebhookArgs args: The arguments to use to populate this resource's properties.
@@ -286,7 +286,7 @@ class Webhook(pulumi.CustomResource):
286
286
  __props__.__dict__["last_modified_by"] = None
287
287
  __props__.__dict__["last_modified_time"] = None
288
288
  __props__.__dict__["type"] = None
289
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20151031:Webhook"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Webhook")])
289
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20151031:Webhook"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Webhook"), pulumi.Alias(type_="azure-native:automation/v20241023:Webhook")])
290
290
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
291
291
  super(Webhook, __self__).__init__(
292
292
  'azure-native:automation:Webhook',
@@ -100876,6 +100876,10 @@ if not MYPY:
100876
100876
  """
100877
100877
  Activity policy.
100878
100878
  """
100879
+ return_multistatement_result: NotRequired[Any]
100880
+ """
100881
+ Enable to retrieve result sets from multiple SQL statements and the number of rows affected by the DML statement. Supported connector: SnowflakeV2. Type: boolean (or Expression with resultType boolean).
100882
+ """
100879
100883
  script_block_execution_timeout: NotRequired[Any]
100880
100884
  """
100881
100885
  ScriptBlock execution timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
@@ -100906,6 +100910,7 @@ class ScriptActivityArgs:
100906
100910
  log_settings: Optional[pulumi.Input['ScriptActivityTypePropertiesLogSettingsArgs']] = None,
100907
100911
  on_inactive_mark_as: Optional[pulumi.Input[Union[str, 'ActivityOnInactiveMarkAs']]] = None,
100908
100912
  policy: Optional[pulumi.Input['ActivityPolicyArgs']] = None,
100913
+ return_multistatement_result: Optional[Any] = None,
100909
100914
  script_block_execution_timeout: Optional[Any] = None,
100910
100915
  scripts: Optional[pulumi.Input[Sequence[pulumi.Input['ScriptActivityScriptBlockArgs']]]] = None,
100911
100916
  state: Optional[pulumi.Input[Union[str, 'ActivityState']]] = None,
@@ -100921,6 +100926,7 @@ class ScriptActivityArgs:
100921
100926
  :param pulumi.Input['ScriptActivityTypePropertiesLogSettingsArgs'] log_settings: Log settings of script activity.
100922
100927
  :param pulumi.Input[Union[str, 'ActivityOnInactiveMarkAs']] on_inactive_mark_as: Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
100923
100928
  :param pulumi.Input['ActivityPolicyArgs'] policy: Activity policy.
100929
+ :param Any return_multistatement_result: Enable to retrieve result sets from multiple SQL statements and the number of rows affected by the DML statement. Supported connector: SnowflakeV2. Type: boolean (or Expression with resultType boolean).
100924
100930
  :param Any script_block_execution_timeout: ScriptBlock execution timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
100925
100931
  :param pulumi.Input[Sequence[pulumi.Input['ScriptActivityScriptBlockArgs']]] scripts: Array of script blocks. Type: array.
100926
100932
  :param pulumi.Input[Union[str, 'ActivityState']] state: Activity state. This is an optional property and if not provided, the state will be Active by default.
@@ -100939,6 +100945,8 @@ class ScriptActivityArgs:
100939
100945
  pulumi.set(__self__, "on_inactive_mark_as", on_inactive_mark_as)
100940
100946
  if policy is not None:
100941
100947
  pulumi.set(__self__, "policy", policy)
100948
+ if return_multistatement_result is not None:
100949
+ pulumi.set(__self__, "return_multistatement_result", return_multistatement_result)
100942
100950
  if script_block_execution_timeout is not None:
100943
100951
  pulumi.set(__self__, "script_block_execution_timeout", script_block_execution_timeout)
100944
100952
  if scripts is not None:
@@ -101045,6 +101053,18 @@ class ScriptActivityArgs:
101045
101053
  def policy(self, value: Optional[pulumi.Input['ActivityPolicyArgs']]):
101046
101054
  pulumi.set(self, "policy", value)
101047
101055
 
101056
+ @property
101057
+ @pulumi.getter(name="returnMultistatementResult")
101058
+ def return_multistatement_result(self) -> Optional[Any]:
101059
+ """
101060
+ Enable to retrieve result sets from multiple SQL statements and the number of rows affected by the DML statement. Supported connector: SnowflakeV2. Type: boolean (or Expression with resultType boolean).
101061
+ """
101062
+ return pulumi.get(self, "return_multistatement_result")
101063
+
101064
+ @return_multistatement_result.setter
101065
+ def return_multistatement_result(self, value: Optional[Any]):
101066
+ pulumi.set(self, "return_multistatement_result", value)
101067
+
101048
101068
  @property
101049
101069
  @pulumi.getter(name="scriptBlockExecutionTimeout")
101050
101070
  def script_block_execution_timeout(self) -> Optional[Any]:
@@ -73469,6 +73469,8 @@ class ScriptActivityResponse(dict):
73469
73469
  suggest = "log_settings"
73470
73470
  elif key == "onInactiveMarkAs":
73471
73471
  suggest = "on_inactive_mark_as"
73472
+ elif key == "returnMultistatementResult":
73473
+ suggest = "return_multistatement_result"
73472
73474
  elif key == "scriptBlockExecutionTimeout":
73473
73475
  suggest = "script_block_execution_timeout"
73474
73476
  elif key == "userProperties":
@@ -73494,6 +73496,7 @@ class ScriptActivityResponse(dict):
73494
73496
  log_settings: Optional['outputs.ScriptActivityTypePropertiesResponseLogSettings'] = None,
73495
73497
  on_inactive_mark_as: Optional[str] = None,
73496
73498
  policy: Optional['outputs.ActivityPolicyResponse'] = None,
73499
+ return_multistatement_result: Optional[Any] = None,
73497
73500
  script_block_execution_timeout: Optional[Any] = None,
73498
73501
  scripts: Optional[Sequence['outputs.ScriptActivityScriptBlockResponse']] = None,
73499
73502
  state: Optional[str] = None,
@@ -73509,6 +73512,7 @@ class ScriptActivityResponse(dict):
73509
73512
  :param 'ScriptActivityTypePropertiesResponseLogSettings' log_settings: Log settings of script activity.
73510
73513
  :param str on_inactive_mark_as: Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
73511
73514
  :param 'ActivityPolicyResponse' policy: Activity policy.
73515
+ :param Any return_multistatement_result: Enable to retrieve result sets from multiple SQL statements and the number of rows affected by the DML statement. Supported connector: SnowflakeV2. Type: boolean (or Expression with resultType boolean).
73512
73516
  :param Any script_block_execution_timeout: ScriptBlock execution timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
73513
73517
  :param Sequence['ScriptActivityScriptBlockResponse'] scripts: Array of script blocks. Type: array.
73514
73518
  :param str state: Activity state. This is an optional property and if not provided, the state will be Active by default.
@@ -73527,6 +73531,8 @@ class ScriptActivityResponse(dict):
73527
73531
  pulumi.set(__self__, "on_inactive_mark_as", on_inactive_mark_as)
73528
73532
  if policy is not None:
73529
73533
  pulumi.set(__self__, "policy", policy)
73534
+ if return_multistatement_result is not None:
73535
+ pulumi.set(__self__, "return_multistatement_result", return_multistatement_result)
73530
73536
  if script_block_execution_timeout is not None:
73531
73537
  pulumi.set(__self__, "script_block_execution_timeout", script_block_execution_timeout)
73532
73538
  if scripts is not None:
@@ -73601,6 +73607,14 @@ class ScriptActivityResponse(dict):
73601
73607
  """
73602
73608
  return pulumi.get(self, "policy")
73603
73609
 
73610
+ @property
73611
+ @pulumi.getter(name="returnMultistatementResult")
73612
+ def return_multistatement_result(self) -> Optional[Any]:
73613
+ """
73614
+ Enable to retrieve result sets from multiple SQL statements and the number of rows affected by the DML statement. Supported connector: SnowflakeV2. Type: boolean (or Expression with resultType boolean).
73615
+ """
73616
+ return pulumi.get(self, "return_multistatement_result")
73617
+
73604
73618
  @property
73605
73619
  @pulumi.getter(name="scriptBlockExecutionTimeout")
73606
73620
  def script_block_execution_timeout(self) -> Optional[Any]: