pulumi-azure-native 2.76.0a1733490669__py3-none-any.whl → 2.77.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 (351) 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/dbforpostgresql/configuration.py +1 -1
  171. pulumi_azure_native/dbforpostgresql/v20221201/configuration.py +1 -1
  172. pulumi_azure_native/dbforpostgresql/v20230301preview/configuration.py +1 -1
  173. pulumi_azure_native/dbforpostgresql/v20230601preview/configuration.py +1 -1
  174. pulumi_azure_native/dbforpostgresql/v20231201preview/configuration.py +1 -1
  175. pulumi_azure_native/dbforpostgresql/v20240301preview/configuration.py +1 -1
  176. pulumi_azure_native/dbforpostgresql/v20240801/configuration.py +1 -1
  177. pulumi_azure_native/dbforpostgresql/v20241101preview/configuration.py +1 -1
  178. pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +2 -2
  179. pulumi_azure_native/offazure/__init__.py +3 -0
  180. pulumi_azure_native/offazure/get_hyperv_cluster_controller_cluster.py +2 -2
  181. pulumi_azure_native/offazure/get_hyperv_host_controller.py +2 -2
  182. pulumi_azure_native/offazure/get_hyperv_sites_controller.py +2 -2
  183. pulumi_azure_native/offazure/get_import_sites_controller.py +2 -2
  184. pulumi_azure_native/offazure/get_master_sites_controller.py +2 -2
  185. pulumi_azure_native/offazure/get_private_endpoint_connection_controller.py +2 -2
  186. pulumi_azure_native/offazure/get_server_sites_controller.py +2 -2
  187. pulumi_azure_native/offazure/get_sites_controller.py +2 -2
  188. pulumi_azure_native/offazure/get_sql_discovery_site_data_source_controller.py +2 -2
  189. pulumi_azure_native/offazure/get_sql_sites_controller.py +2 -2
  190. pulumi_azure_native/offazure/get_vcenter_controller.py +2 -2
  191. pulumi_azure_native/offazure/get_web_app_discovery_site_data_sources_controller.py +2 -2
  192. pulumi_azure_native/offazure/get_web_app_sites_controller.py +2 -2
  193. pulumi_azure_native/offazure/hyper_v_site.py +1 -1
  194. pulumi_azure_native/offazure/hyperv_cluster_controller_cluster.py +3 -3
  195. pulumi_azure_native/offazure/hyperv_host_controller.py +3 -3
  196. pulumi_azure_native/offazure/hyperv_sites_controller.py +3 -3
  197. pulumi_azure_native/offazure/import_sites_controller.py +3 -3
  198. pulumi_azure_native/offazure/list_hyperv_sites_controller_health_summary.py +2 -2
  199. pulumi_azure_native/offazure/list_server_sites_controller_health_summary.py +2 -2
  200. pulumi_azure_native/offazure/list_sites_controller_health_summary.py +2 -2
  201. pulumi_azure_native/offazure/master_sites_controller.py +3 -3
  202. pulumi_azure_native/offazure/private_endpoint_connection.py +1 -1
  203. pulumi_azure_native/offazure/private_endpoint_connection_controller.py +3 -3
  204. pulumi_azure_native/offazure/server_sites_controller.py +3 -3
  205. pulumi_azure_native/offazure/site.py +1 -1
  206. pulumi_azure_native/offazure/sites_controller.py +3 -3
  207. pulumi_azure_native/offazure/sql_discovery_site_data_source_controller.py +3 -3
  208. pulumi_azure_native/offazure/sql_sites_controller.py +3 -3
  209. pulumi_azure_native/offazure/v20200707/hyper_v_site.py +1 -1
  210. pulumi_azure_native/offazure/v20200707/private_endpoint_connection.py +1 -1
  211. pulumi_azure_native/offazure/v20200707/site.py +1 -1
  212. pulumi_azure_native/offazure/v20230606/hyperv_cluster_controller_cluster.py +1 -1
  213. pulumi_azure_native/offazure/v20230606/hyperv_host_controller.py +1 -1
  214. pulumi_azure_native/offazure/v20230606/hyperv_sites_controller.py +1 -1
  215. pulumi_azure_native/offazure/v20230606/import_sites_controller.py +1 -1
  216. pulumi_azure_native/offazure/v20230606/master_sites_controller.py +1 -1
  217. pulumi_azure_native/offazure/v20230606/private_endpoint_connection_controller.py +1 -1
  218. pulumi_azure_native/offazure/v20230606/server_sites_controller.py +1 -1
  219. pulumi_azure_native/offazure/v20230606/sites_controller.py +1 -1
  220. pulumi_azure_native/offazure/v20230606/sql_discovery_site_data_source_controller.py +1 -1
  221. pulumi_azure_native/offazure/v20230606/sql_sites_controller.py +1 -1
  222. pulumi_azure_native/offazure/v20230606/vcenter_controller.py +1 -1
  223. pulumi_azure_native/offazure/v20230606/web_app_discovery_site_data_sources_controller.py +1 -1
  224. pulumi_azure_native/offazure/v20230606/web_app_sites_controller.py +1 -1
  225. pulumi_azure_native/offazure/v20231001preview/hyperv_cluster_controller_cluster.py +1 -1
  226. pulumi_azure_native/offazure/v20231001preview/hyperv_host_controller.py +1 -1
  227. pulumi_azure_native/offazure/v20231001preview/hyperv_sites_controller.py +1 -1
  228. pulumi_azure_native/offazure/v20231001preview/import_sites_controller.py +1 -1
  229. pulumi_azure_native/offazure/v20231001preview/master_sites_controller.py +1 -1
  230. pulumi_azure_native/offazure/v20231001preview/private_endpoint_connection_controller.py +1 -1
  231. pulumi_azure_native/offazure/v20231001preview/server_sites_controller.py +1 -1
  232. pulumi_azure_native/offazure/v20231001preview/sites_controller.py +1 -1
  233. pulumi_azure_native/offazure/v20231001preview/sql_discovery_site_data_source_controller.py +1 -1
  234. pulumi_azure_native/offazure/v20231001preview/sql_sites_controller.py +1 -1
  235. pulumi_azure_native/offazure/v20231001preview/vcenter_controller.py +1 -1
  236. pulumi_azure_native/offazure/v20231001preview/web_app_discovery_site_data_sources_controller.py +1 -1
  237. pulumi_azure_native/offazure/v20231001preview/web_app_sites_controller.py +1 -1
  238. pulumi_azure_native/offazure/v20240501preview/__init__.py +39 -0
  239. pulumi_azure_native/offazure/v20240501preview/_enums.py +115 -0
  240. pulumi_azure_native/offazure/v20240501preview/_inputs.py +410 -0
  241. pulumi_azure_native/offazure/v20240501preview/get_hyperv_cluster_controller_cluster.py +261 -0
  242. pulumi_azure_native/offazure/v20240501preview/get_hyperv_host_controller.py +233 -0
  243. pulumi_azure_native/offazure/v20240501preview/get_hyperv_sites_controller.py +257 -0
  244. pulumi_azure_native/offazure/v20240501preview/get_import_sites_controller.py +213 -0
  245. pulumi_azure_native/offazure/v20240501preview/get_master_sites_controller.py +258 -0
  246. pulumi_azure_native/offazure/v20240501preview/get_private_endpoint_connection_controller.py +191 -0
  247. pulumi_azure_native/offazure/v20240501preview/get_server_sites_controller.py +257 -0
  248. pulumi_azure_native/offazure/v20240501preview/get_sites_controller.py +271 -0
  249. pulumi_azure_native/offazure/v20240501preview/get_sql_discovery_site_data_source_controller.py +169 -0
  250. pulumi_azure_native/offazure/v20240501preview/get_sql_sites_controller.py +193 -0
  251. pulumi_azure_native/offazure/v20240501preview/get_vcenter_controller.py +289 -0
  252. pulumi_azure_native/offazure/v20240501preview/get_web_app_discovery_site_data_sources_controller.py +169 -0
  253. pulumi_azure_native/offazure/v20240501preview/get_web_app_sites_controller.py +193 -0
  254. pulumi_azure_native/offazure/v20240501preview/hyperv_cluster_controller_cluster.py +357 -0
  255. pulumi_azure_native/offazure/v20240501preview/hyperv_host_controller.py +318 -0
  256. pulumi_azure_native/offazure/v20240501preview/hyperv_sites_controller.py +402 -0
  257. pulumi_azure_native/offazure/v20240501preview/import_sites_controller.py +306 -0
  258. pulumi_azure_native/offazure/v20240501preview/list_hyperv_sites_controller_health_summary.py +101 -0
  259. pulumi_azure_native/offazure/v20240501preview/list_server_sites_controller_health_summary.py +101 -0
  260. pulumi_azure_native/offazure/v20240501preview/list_sites_controller_health_summary.py +101 -0
  261. pulumi_azure_native/offazure/v20240501preview/master_sites_controller.py +386 -0
  262. pulumi_azure_native/offazure/v20240501preview/outputs.py +972 -0
  263. pulumi_azure_native/offazure/v20240501preview/private_endpoint_connection_controller.py +251 -0
  264. pulumi_azure_native/offazure/v20240501preview/server_sites_controller.py +382 -0
  265. pulumi_azure_native/offazure/v20240501preview/sites_controller.py +392 -0
  266. pulumi_azure_native/offazure/v20240501preview/sql_discovery_site_data_source_controller.py +250 -0
  267. pulumi_azure_native/offazure/v20240501preview/sql_sites_controller.py +278 -0
  268. pulumi_azure_native/offazure/v20240501preview/vcenter_controller.py +396 -0
  269. pulumi_azure_native/offazure/v20240501preview/web_app_discovery_site_data_sources_controller.py +250 -0
  270. pulumi_azure_native/offazure/v20240501preview/web_app_sites_controller.py +278 -0
  271. pulumi_azure_native/offazure/vcenter_controller.py +3 -3
  272. pulumi_azure_native/offazure/web_app_discovery_site_data_sources_controller.py +3 -3
  273. pulumi_azure_native/offazure/web_app_sites_controller.py +3 -3
  274. pulumi_azure_native/pulumi-plugin.json +1 -1
  275. pulumi_azure_native/recoveryservices/v20241001/_enums.py +1 -0
  276. pulumi_azure_native/recoveryservices/v20241001/_inputs.py +20 -0
  277. pulumi_azure_native/recoveryservices/v20241001/outputs.py +14 -0
  278. pulumi_azure_native/resources/__init__.py +3 -0
  279. pulumi_azure_native/resources/deployment.py +3 -3
  280. pulumi_azure_native/resources/deployment_at_management_group_scope.py +3 -3
  281. pulumi_azure_native/resources/deployment_at_scope.py +3 -3
  282. pulumi_azure_native/resources/deployment_at_subscription_scope.py +3 -3
  283. pulumi_azure_native/resources/deployment_at_tenant_scope.py +3 -3
  284. pulumi_azure_native/resources/get_deployment.py +2 -2
  285. pulumi_azure_native/resources/get_deployment_at_management_group_scope.py +2 -2
  286. pulumi_azure_native/resources/get_deployment_at_scope.py +2 -2
  287. pulumi_azure_native/resources/get_deployment_at_subscription_scope.py +2 -2
  288. pulumi_azure_native/resources/get_deployment_at_tenant_scope.py +2 -2
  289. pulumi_azure_native/resources/get_resource.py +2 -2
  290. pulumi_azure_native/resources/get_resource_group.py +2 -2
  291. pulumi_azure_native/resources/get_tag_at_scope.py +2 -2
  292. pulumi_azure_native/resources/resource.py +3 -3
  293. pulumi_azure_native/resources/resource_group.py +3 -3
  294. pulumi_azure_native/resources/tag_at_scope.py +3 -3
  295. pulumi_azure_native/resources/v20220901/deployment.py +1 -1
  296. pulumi_azure_native/resources/v20220901/deployment_at_management_group_scope.py +1 -1
  297. pulumi_azure_native/resources/v20220901/deployment_at_scope.py +1 -1
  298. pulumi_azure_native/resources/v20220901/deployment_at_subscription_scope.py +1 -1
  299. pulumi_azure_native/resources/v20220901/deployment_at_tenant_scope.py +1 -1
  300. pulumi_azure_native/resources/v20220901/resource.py +1 -1
  301. pulumi_azure_native/resources/v20220901/resource_group.py +1 -1
  302. pulumi_azure_native/resources/v20220901/tag_at_scope.py +1 -1
  303. pulumi_azure_native/resources/v20230701/deployment.py +1 -1
  304. pulumi_azure_native/resources/v20230701/deployment_at_management_group_scope.py +1 -1
  305. pulumi_azure_native/resources/v20230701/deployment_at_scope.py +1 -1
  306. pulumi_azure_native/resources/v20230701/deployment_at_subscription_scope.py +1 -1
  307. pulumi_azure_native/resources/v20230701/deployment_at_tenant_scope.py +1 -1
  308. pulumi_azure_native/resources/v20230701/resource.py +1 -1
  309. pulumi_azure_native/resources/v20230701/resource_group.py +1 -1
  310. pulumi_azure_native/resources/v20230701/tag_at_scope.py +1 -1
  311. pulumi_azure_native/resources/v20240301/deployment.py +1 -1
  312. pulumi_azure_native/resources/v20240301/deployment_at_management_group_scope.py +1 -1
  313. pulumi_azure_native/resources/v20240301/deployment_at_scope.py +1 -1
  314. pulumi_azure_native/resources/v20240301/deployment_at_subscription_scope.py +1 -1
  315. pulumi_azure_native/resources/v20240301/deployment_at_tenant_scope.py +1 -1
  316. pulumi_azure_native/resources/v20240301/resource.py +1 -1
  317. pulumi_azure_native/resources/v20240301/resource_group.py +1 -1
  318. pulumi_azure_native/resources/v20240301/tag_at_scope.py +1 -1
  319. pulumi_azure_native/resources/v20240701/deployment.py +1 -1
  320. pulumi_azure_native/resources/v20240701/deployment_at_management_group_scope.py +1 -1
  321. pulumi_azure_native/resources/v20240701/deployment_at_scope.py +1 -1
  322. pulumi_azure_native/resources/v20240701/deployment_at_subscription_scope.py +1 -1
  323. pulumi_azure_native/resources/v20240701/deployment_at_tenant_scope.py +1 -1
  324. pulumi_azure_native/resources/v20240701/resource.py +1 -1
  325. pulumi_azure_native/resources/v20240701/resource_group.py +1 -1
  326. pulumi_azure_native/resources/v20240701/tag_at_scope.py +1 -1
  327. pulumi_azure_native/resources/v20241101/__init__.py +26 -0
  328. pulumi_azure_native/resources/v20241101/_enums.py +74 -0
  329. pulumi_azure_native/resources/v20241101/_inputs.py +1102 -0
  330. pulumi_azure_native/resources/v20241101/deployment.py +249 -0
  331. pulumi_azure_native/resources/v20241101/deployment_at_management_group_scope.py +249 -0
  332. pulumi_azure_native/resources/v20241101/deployment_at_scope.py +249 -0
  333. pulumi_azure_native/resources/v20241101/deployment_at_subscription_scope.py +228 -0
  334. pulumi_azure_native/resources/v20241101/deployment_at_tenant_scope.py +228 -0
  335. pulumi_azure_native/resources/v20241101/get_deployment.py +157 -0
  336. pulumi_azure_native/resources/v20241101/get_deployment_at_management_group_scope.py +157 -0
  337. pulumi_azure_native/resources/v20241101/get_deployment_at_scope.py +157 -0
  338. pulumi_azure_native/resources/v20241101/get_deployment_at_subscription_scope.py +151 -0
  339. pulumi_azure_native/resources/v20241101/get_deployment_at_tenant_scope.py +151 -0
  340. pulumi_azure_native/resources/v20241101/get_resource.py +259 -0
  341. pulumi_azure_native/resources/v20241101/get_resource_group.py +165 -0
  342. pulumi_azure_native/resources/v20241101/get_tag_at_scope.py +123 -0
  343. pulumi_azure_native/resources/v20241101/outputs.py +1952 -0
  344. pulumi_azure_native/resources/v20241101/resource.py +485 -0
  345. pulumi_azure_native/resources/v20241101/resource_group.py +235 -0
  346. pulumi_azure_native/resources/v20241101/tag_at_scope.py +170 -0
  347. pulumi_azure_native/web/static_site_linked_backend.py +18 -17
  348. {pulumi_azure_native-2.76.0a1733490669.dist-info → pulumi_azure_native-2.77.0.dist-info}/METADATA +1 -7
  349. {pulumi_azure_native-2.76.0a1733490669.dist-info → pulumi_azure_native-2.77.0.dist-info}/RECORD +351 -246
  350. {pulumi_azure_native-2.76.0a1733490669.dist-info → pulumi_azure_native-2.77.0.dist-info}/WHEEL +0 -0
  351. {pulumi_azure_native-2.76.0a1733490669.dist-info → pulumi_azure_native-2.77.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,401 @@
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
+
18
+ __all__ = [
19
+ 'GetRunbookResult',
20
+ 'AwaitableGetRunbookResult',
21
+ 'get_runbook',
22
+ 'get_runbook_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetRunbookResult:
27
+ """
28
+ Definition of the runbook type.
29
+ """
30
+ def __init__(__self__, creation_time=None, description=None, draft=None, etag=None, id=None, job_count=None, last_modified_by=None, last_modified_time=None, location=None, log_activity_trace=None, log_progress=None, log_verbose=None, name=None, output_types=None, parameters=None, provisioning_state=None, publish_content_link=None, runbook_type=None, runtime_environment=None, state=None, system_data=None, tags=None, type=None):
31
+ if creation_time and not isinstance(creation_time, str):
32
+ raise TypeError("Expected argument 'creation_time' to be a str")
33
+ pulumi.set(__self__, "creation_time", creation_time)
34
+ if description and not isinstance(description, str):
35
+ raise TypeError("Expected argument 'description' to be a str")
36
+ pulumi.set(__self__, "description", description)
37
+ if draft and not isinstance(draft, dict):
38
+ raise TypeError("Expected argument 'draft' to be a dict")
39
+ pulumi.set(__self__, "draft", draft)
40
+ if etag and not isinstance(etag, str):
41
+ raise TypeError("Expected argument 'etag' to be a str")
42
+ pulumi.set(__self__, "etag", etag)
43
+ if id and not isinstance(id, str):
44
+ raise TypeError("Expected argument 'id' to be a str")
45
+ pulumi.set(__self__, "id", id)
46
+ if job_count and not isinstance(job_count, int):
47
+ raise TypeError("Expected argument 'job_count' to be a int")
48
+ pulumi.set(__self__, "job_count", job_count)
49
+ if last_modified_by and not isinstance(last_modified_by, str):
50
+ raise TypeError("Expected argument 'last_modified_by' to be a str")
51
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
52
+ if last_modified_time and not isinstance(last_modified_time, str):
53
+ raise TypeError("Expected argument 'last_modified_time' to be a str")
54
+ pulumi.set(__self__, "last_modified_time", last_modified_time)
55
+ if location and not isinstance(location, str):
56
+ raise TypeError("Expected argument 'location' to be a str")
57
+ pulumi.set(__self__, "location", location)
58
+ if log_activity_trace and not isinstance(log_activity_trace, int):
59
+ raise TypeError("Expected argument 'log_activity_trace' to be a int")
60
+ pulumi.set(__self__, "log_activity_trace", log_activity_trace)
61
+ if log_progress and not isinstance(log_progress, bool):
62
+ raise TypeError("Expected argument 'log_progress' to be a bool")
63
+ pulumi.set(__self__, "log_progress", log_progress)
64
+ if log_verbose and not isinstance(log_verbose, bool):
65
+ raise TypeError("Expected argument 'log_verbose' to be a bool")
66
+ pulumi.set(__self__, "log_verbose", log_verbose)
67
+ if name and not isinstance(name, str):
68
+ raise TypeError("Expected argument 'name' to be a str")
69
+ pulumi.set(__self__, "name", name)
70
+ if output_types and not isinstance(output_types, list):
71
+ raise TypeError("Expected argument 'output_types' to be a list")
72
+ pulumi.set(__self__, "output_types", output_types)
73
+ if parameters and not isinstance(parameters, dict):
74
+ raise TypeError("Expected argument 'parameters' to be a dict")
75
+ pulumi.set(__self__, "parameters", parameters)
76
+ if provisioning_state and not isinstance(provisioning_state, str):
77
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
78
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
79
+ if publish_content_link and not isinstance(publish_content_link, dict):
80
+ raise TypeError("Expected argument 'publish_content_link' to be a dict")
81
+ pulumi.set(__self__, "publish_content_link", publish_content_link)
82
+ if runbook_type and not isinstance(runbook_type, str):
83
+ raise TypeError("Expected argument 'runbook_type' to be a str")
84
+ pulumi.set(__self__, "runbook_type", runbook_type)
85
+ if runtime_environment and not isinstance(runtime_environment, str):
86
+ raise TypeError("Expected argument 'runtime_environment' to be a str")
87
+ pulumi.set(__self__, "runtime_environment", runtime_environment)
88
+ if state and not isinstance(state, str):
89
+ raise TypeError("Expected argument 'state' to be a str")
90
+ pulumi.set(__self__, "state", state)
91
+ if system_data and not isinstance(system_data, dict):
92
+ raise TypeError("Expected argument 'system_data' to be a dict")
93
+ pulumi.set(__self__, "system_data", system_data)
94
+ if tags and not isinstance(tags, dict):
95
+ raise TypeError("Expected argument 'tags' to be a dict")
96
+ pulumi.set(__self__, "tags", tags)
97
+ if type and not isinstance(type, str):
98
+ raise TypeError("Expected argument 'type' to be a str")
99
+ pulumi.set(__self__, "type", type)
100
+
101
+ @property
102
+ @pulumi.getter(name="creationTime")
103
+ def creation_time(self) -> Optional[str]:
104
+ """
105
+ Gets or sets the creation time.
106
+ """
107
+ return pulumi.get(self, "creation_time")
108
+
109
+ @property
110
+ @pulumi.getter
111
+ def description(self) -> Optional[str]:
112
+ """
113
+ Gets or sets the description.
114
+ """
115
+ return pulumi.get(self, "description")
116
+
117
+ @property
118
+ @pulumi.getter
119
+ def draft(self) -> Optional['outputs.RunbookDraftResponse']:
120
+ """
121
+ Gets or sets the draft runbook properties.
122
+ """
123
+ return pulumi.get(self, "draft")
124
+
125
+ @property
126
+ @pulumi.getter
127
+ def etag(self) -> Optional[str]:
128
+ """
129
+ Gets or sets the etag of the resource.
130
+ """
131
+ return pulumi.get(self, "etag")
132
+
133
+ @property
134
+ @pulumi.getter
135
+ def id(self) -> str:
136
+ """
137
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
138
+ """
139
+ return pulumi.get(self, "id")
140
+
141
+ @property
142
+ @pulumi.getter(name="jobCount")
143
+ def job_count(self) -> Optional[int]:
144
+ """
145
+ Gets or sets the job count of the runbook.
146
+ """
147
+ return pulumi.get(self, "job_count")
148
+
149
+ @property
150
+ @pulumi.getter(name="lastModifiedBy")
151
+ def last_modified_by(self) -> Optional[str]:
152
+ """
153
+ Gets or sets the last modified by.
154
+ """
155
+ return pulumi.get(self, "last_modified_by")
156
+
157
+ @property
158
+ @pulumi.getter(name="lastModifiedTime")
159
+ def last_modified_time(self) -> Optional[str]:
160
+ """
161
+ Gets or sets the last modified time.
162
+ """
163
+ return pulumi.get(self, "last_modified_time")
164
+
165
+ @property
166
+ @pulumi.getter
167
+ def location(self) -> str:
168
+ """
169
+ The geo-location where the resource lives
170
+ """
171
+ return pulumi.get(self, "location")
172
+
173
+ @property
174
+ @pulumi.getter(name="logActivityTrace")
175
+ def log_activity_trace(self) -> Optional[int]:
176
+ """
177
+ Gets or sets the option to log activity trace of the runbook.
178
+ """
179
+ return pulumi.get(self, "log_activity_trace")
180
+
181
+ @property
182
+ @pulumi.getter(name="logProgress")
183
+ def log_progress(self) -> Optional[bool]:
184
+ """
185
+ Gets or sets progress log option.
186
+ """
187
+ return pulumi.get(self, "log_progress")
188
+
189
+ @property
190
+ @pulumi.getter(name="logVerbose")
191
+ def log_verbose(self) -> Optional[bool]:
192
+ """
193
+ Gets or sets verbose log option.
194
+ """
195
+ return pulumi.get(self, "log_verbose")
196
+
197
+ @property
198
+ @pulumi.getter
199
+ def name(self) -> str:
200
+ """
201
+ The name of the resource
202
+ """
203
+ return pulumi.get(self, "name")
204
+
205
+ @property
206
+ @pulumi.getter(name="outputTypes")
207
+ def output_types(self) -> Optional[Sequence[str]]:
208
+ """
209
+ Gets or sets the runbook output types.
210
+ """
211
+ return pulumi.get(self, "output_types")
212
+
213
+ @property
214
+ @pulumi.getter
215
+ def parameters(self) -> Optional[Mapping[str, 'outputs.RunbookParameterResponse']]:
216
+ """
217
+ Gets or sets the runbook parameters.
218
+ """
219
+ return pulumi.get(self, "parameters")
220
+
221
+ @property
222
+ @pulumi.getter(name="provisioningState")
223
+ def provisioning_state(self) -> Optional[str]:
224
+ """
225
+ Gets or sets the provisioning state of the runbook.
226
+ """
227
+ return pulumi.get(self, "provisioning_state")
228
+
229
+ @property
230
+ @pulumi.getter(name="publishContentLink")
231
+ def publish_content_link(self) -> Optional['outputs.ContentLinkResponse']:
232
+ """
233
+ Gets or sets the published runbook content link.
234
+ """
235
+ return pulumi.get(self, "publish_content_link")
236
+
237
+ @property
238
+ @pulumi.getter(name="runbookType")
239
+ def runbook_type(self) -> Optional[str]:
240
+ """
241
+ Gets or sets the type of the runbook.
242
+ """
243
+ return pulumi.get(self, "runbook_type")
244
+
245
+ @property
246
+ @pulumi.getter(name="runtimeEnvironment")
247
+ def runtime_environment(self) -> Optional[str]:
248
+ """
249
+ Runtime Environment of the runbook execution.
250
+ """
251
+ return pulumi.get(self, "runtime_environment")
252
+
253
+ @property
254
+ @pulumi.getter
255
+ def state(self) -> Optional[str]:
256
+ """
257
+ Gets or sets the state of the runbook.
258
+ """
259
+ return pulumi.get(self, "state")
260
+
261
+ @property
262
+ @pulumi.getter(name="systemData")
263
+ def system_data(self) -> 'outputs.SystemDataResponse':
264
+ """
265
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
266
+ """
267
+ return pulumi.get(self, "system_data")
268
+
269
+ @property
270
+ @pulumi.getter
271
+ def tags(self) -> Optional[Mapping[str, str]]:
272
+ """
273
+ Resource tags.
274
+ """
275
+ return pulumi.get(self, "tags")
276
+
277
+ @property
278
+ @pulumi.getter
279
+ def type(self) -> str:
280
+ """
281
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
282
+ """
283
+ return pulumi.get(self, "type")
284
+
285
+
286
+ class AwaitableGetRunbookResult(GetRunbookResult):
287
+ # pylint: disable=using-constant-test
288
+ def __await__(self):
289
+ if False:
290
+ yield self
291
+ return GetRunbookResult(
292
+ creation_time=self.creation_time,
293
+ description=self.description,
294
+ draft=self.draft,
295
+ etag=self.etag,
296
+ id=self.id,
297
+ job_count=self.job_count,
298
+ last_modified_by=self.last_modified_by,
299
+ last_modified_time=self.last_modified_time,
300
+ location=self.location,
301
+ log_activity_trace=self.log_activity_trace,
302
+ log_progress=self.log_progress,
303
+ log_verbose=self.log_verbose,
304
+ name=self.name,
305
+ output_types=self.output_types,
306
+ parameters=self.parameters,
307
+ provisioning_state=self.provisioning_state,
308
+ publish_content_link=self.publish_content_link,
309
+ runbook_type=self.runbook_type,
310
+ runtime_environment=self.runtime_environment,
311
+ state=self.state,
312
+ system_data=self.system_data,
313
+ tags=self.tags,
314
+ type=self.type)
315
+
316
+
317
+ def get_runbook(automation_account_name: Optional[str] = None,
318
+ resource_group_name: Optional[str] = None,
319
+ runbook_name: Optional[str] = None,
320
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRunbookResult:
321
+ """
322
+ Retrieve the runbook identified by runbook name.
323
+
324
+
325
+ :param str automation_account_name: The name of the automation account.
326
+ :param str resource_group_name: Name of an Azure Resource group.
327
+ :param str runbook_name: The runbook name.
328
+ """
329
+ __args__ = dict()
330
+ __args__['automationAccountName'] = automation_account_name
331
+ __args__['resourceGroupName'] = resource_group_name
332
+ __args__['runbookName'] = runbook_name
333
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
334
+ __ret__ = pulumi.runtime.invoke('azure-native:automation/v20241023:getRunbook', __args__, opts=opts, typ=GetRunbookResult).value
335
+
336
+ return AwaitableGetRunbookResult(
337
+ creation_time=pulumi.get(__ret__, 'creation_time'),
338
+ description=pulumi.get(__ret__, 'description'),
339
+ draft=pulumi.get(__ret__, 'draft'),
340
+ etag=pulumi.get(__ret__, 'etag'),
341
+ id=pulumi.get(__ret__, 'id'),
342
+ job_count=pulumi.get(__ret__, 'job_count'),
343
+ last_modified_by=pulumi.get(__ret__, 'last_modified_by'),
344
+ last_modified_time=pulumi.get(__ret__, 'last_modified_time'),
345
+ location=pulumi.get(__ret__, 'location'),
346
+ log_activity_trace=pulumi.get(__ret__, 'log_activity_trace'),
347
+ log_progress=pulumi.get(__ret__, 'log_progress'),
348
+ log_verbose=pulumi.get(__ret__, 'log_verbose'),
349
+ name=pulumi.get(__ret__, 'name'),
350
+ output_types=pulumi.get(__ret__, 'output_types'),
351
+ parameters=pulumi.get(__ret__, 'parameters'),
352
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
353
+ publish_content_link=pulumi.get(__ret__, 'publish_content_link'),
354
+ runbook_type=pulumi.get(__ret__, 'runbook_type'),
355
+ runtime_environment=pulumi.get(__ret__, 'runtime_environment'),
356
+ state=pulumi.get(__ret__, 'state'),
357
+ system_data=pulumi.get(__ret__, 'system_data'),
358
+ tags=pulumi.get(__ret__, 'tags'),
359
+ type=pulumi.get(__ret__, 'type'))
360
+ def get_runbook_output(automation_account_name: Optional[pulumi.Input[str]] = None,
361
+ resource_group_name: Optional[pulumi.Input[str]] = None,
362
+ runbook_name: Optional[pulumi.Input[str]] = None,
363
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetRunbookResult]:
364
+ """
365
+ Retrieve the runbook identified by runbook name.
366
+
367
+
368
+ :param str automation_account_name: The name of the automation account.
369
+ :param str resource_group_name: Name of an Azure Resource group.
370
+ :param str runbook_name: The runbook name.
371
+ """
372
+ __args__ = dict()
373
+ __args__['automationAccountName'] = automation_account_name
374
+ __args__['resourceGroupName'] = resource_group_name
375
+ __args__['runbookName'] = runbook_name
376
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
377
+ __ret__ = pulumi.runtime.invoke_output('azure-native:automation/v20241023:getRunbook', __args__, opts=opts, typ=GetRunbookResult)
378
+ return __ret__.apply(lambda __response__: GetRunbookResult(
379
+ creation_time=pulumi.get(__response__, 'creation_time'),
380
+ description=pulumi.get(__response__, 'description'),
381
+ draft=pulumi.get(__response__, 'draft'),
382
+ etag=pulumi.get(__response__, 'etag'),
383
+ id=pulumi.get(__response__, 'id'),
384
+ job_count=pulumi.get(__response__, 'job_count'),
385
+ last_modified_by=pulumi.get(__response__, 'last_modified_by'),
386
+ last_modified_time=pulumi.get(__response__, 'last_modified_time'),
387
+ location=pulumi.get(__response__, 'location'),
388
+ log_activity_trace=pulumi.get(__response__, 'log_activity_trace'),
389
+ log_progress=pulumi.get(__response__, 'log_progress'),
390
+ log_verbose=pulumi.get(__response__, 'log_verbose'),
391
+ name=pulumi.get(__response__, 'name'),
392
+ output_types=pulumi.get(__response__, 'output_types'),
393
+ parameters=pulumi.get(__response__, 'parameters'),
394
+ provisioning_state=pulumi.get(__response__, 'provisioning_state'),
395
+ publish_content_link=pulumi.get(__response__, 'publish_content_link'),
396
+ runbook_type=pulumi.get(__response__, 'runbook_type'),
397
+ runtime_environment=pulumi.get(__response__, 'runtime_environment'),
398
+ state=pulumi.get(__response__, 'state'),
399
+ system_data=pulumi.get(__response__, 'system_data'),
400
+ tags=pulumi.get(__response__, 'tags'),
401
+ type=pulumi.get(__response__, 'type')))
@@ -0,0 +1,219 @@
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
+
18
+ __all__ = [
19
+ 'GetRuntimeEnvironmentResult',
20
+ 'AwaitableGetRuntimeEnvironmentResult',
21
+ 'get_runtime_environment',
22
+ 'get_runtime_environment_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetRuntimeEnvironmentResult:
27
+ """
28
+ Definition of the Runtime Environment type.
29
+ """
30
+ def __init__(__self__, default_packages=None, description=None, id=None, language=None, location=None, name=None, system_data=None, tags=None, type=None, version=None):
31
+ if default_packages and not isinstance(default_packages, dict):
32
+ raise TypeError("Expected argument 'default_packages' to be a dict")
33
+ pulumi.set(__self__, "default_packages", default_packages)
34
+ if description and not isinstance(description, str):
35
+ raise TypeError("Expected argument 'description' to be a str")
36
+ pulumi.set(__self__, "description", description)
37
+ if id and not isinstance(id, str):
38
+ raise TypeError("Expected argument 'id' to be a str")
39
+ pulumi.set(__self__, "id", id)
40
+ if language and not isinstance(language, str):
41
+ raise TypeError("Expected argument 'language' to be a str")
42
+ pulumi.set(__self__, "language", language)
43
+ if location and not isinstance(location, str):
44
+ raise TypeError("Expected argument 'location' to be a str")
45
+ pulumi.set(__self__, "location", location)
46
+ if name and not isinstance(name, str):
47
+ raise TypeError("Expected argument 'name' to be a str")
48
+ pulumi.set(__self__, "name", name)
49
+ if system_data and not isinstance(system_data, dict):
50
+ raise TypeError("Expected argument 'system_data' to be a dict")
51
+ pulumi.set(__self__, "system_data", system_data)
52
+ if tags and not isinstance(tags, dict):
53
+ raise TypeError("Expected argument 'tags' to be a dict")
54
+ pulumi.set(__self__, "tags", tags)
55
+ if type and not isinstance(type, str):
56
+ raise TypeError("Expected argument 'type' to be a str")
57
+ pulumi.set(__self__, "type", type)
58
+ if version and not isinstance(version, str):
59
+ raise TypeError("Expected argument 'version' to be a str")
60
+ pulumi.set(__self__, "version", version)
61
+
62
+ @property
63
+ @pulumi.getter(name="defaultPackages")
64
+ def default_packages(self) -> Optional[Mapping[str, str]]:
65
+ """
66
+ List of Default packages for Environment
67
+ """
68
+ return pulumi.get(self, "default_packages")
69
+
70
+ @property
71
+ @pulumi.getter
72
+ def description(self) -> Optional[str]:
73
+ """
74
+ Gets or sets the description.
75
+ """
76
+ return pulumi.get(self, "description")
77
+
78
+ @property
79
+ @pulumi.getter
80
+ def id(self) -> str:
81
+ """
82
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
83
+ """
84
+ return pulumi.get(self, "id")
85
+
86
+ @property
87
+ @pulumi.getter
88
+ def language(self) -> Optional[str]:
89
+ """
90
+ Language of Runtime Environment
91
+ """
92
+ return pulumi.get(self, "language")
93
+
94
+ @property
95
+ @pulumi.getter
96
+ def location(self) -> str:
97
+ """
98
+ The geo-location where the resource lives
99
+ """
100
+ return pulumi.get(self, "location")
101
+
102
+ @property
103
+ @pulumi.getter
104
+ def name(self) -> str:
105
+ """
106
+ The name of the resource
107
+ """
108
+ return pulumi.get(self, "name")
109
+
110
+ @property
111
+ @pulumi.getter(name="systemData")
112
+ def system_data(self) -> 'outputs.SystemDataResponse':
113
+ """
114
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
115
+ """
116
+ return pulumi.get(self, "system_data")
117
+
118
+ @property
119
+ @pulumi.getter
120
+ def tags(self) -> Optional[Mapping[str, str]]:
121
+ """
122
+ Resource tags.
123
+ """
124
+ return pulumi.get(self, "tags")
125
+
126
+ @property
127
+ @pulumi.getter
128
+ def type(self) -> str:
129
+ """
130
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
131
+ """
132
+ return pulumi.get(self, "type")
133
+
134
+ @property
135
+ @pulumi.getter
136
+ def version(self) -> Optional[str]:
137
+ """
138
+ Version of Language
139
+ """
140
+ return pulumi.get(self, "version")
141
+
142
+
143
+ class AwaitableGetRuntimeEnvironmentResult(GetRuntimeEnvironmentResult):
144
+ # pylint: disable=using-constant-test
145
+ def __await__(self):
146
+ if False:
147
+ yield self
148
+ return GetRuntimeEnvironmentResult(
149
+ default_packages=self.default_packages,
150
+ description=self.description,
151
+ id=self.id,
152
+ language=self.language,
153
+ location=self.location,
154
+ name=self.name,
155
+ system_data=self.system_data,
156
+ tags=self.tags,
157
+ type=self.type,
158
+ version=self.version)
159
+
160
+
161
+ def get_runtime_environment(automation_account_name: Optional[str] = None,
162
+ resource_group_name: Optional[str] = None,
163
+ runtime_environment_name: Optional[str] = None,
164
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRuntimeEnvironmentResult:
165
+ """
166
+ Get information about the Runtime Environment
167
+
168
+
169
+ :param str automation_account_name: The name of the automation account.
170
+ :param str resource_group_name: Name of an Azure Resource group.
171
+ :param str runtime_environment_name: The name of the Runtime Environment.
172
+ """
173
+ __args__ = dict()
174
+ __args__['automationAccountName'] = automation_account_name
175
+ __args__['resourceGroupName'] = resource_group_name
176
+ __args__['runtimeEnvironmentName'] = runtime_environment_name
177
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
178
+ __ret__ = pulumi.runtime.invoke('azure-native:automation/v20241023:getRuntimeEnvironment', __args__, opts=opts, typ=GetRuntimeEnvironmentResult).value
179
+
180
+ return AwaitableGetRuntimeEnvironmentResult(
181
+ default_packages=pulumi.get(__ret__, 'default_packages'),
182
+ description=pulumi.get(__ret__, 'description'),
183
+ id=pulumi.get(__ret__, 'id'),
184
+ language=pulumi.get(__ret__, 'language'),
185
+ location=pulumi.get(__ret__, 'location'),
186
+ name=pulumi.get(__ret__, 'name'),
187
+ system_data=pulumi.get(__ret__, 'system_data'),
188
+ tags=pulumi.get(__ret__, 'tags'),
189
+ type=pulumi.get(__ret__, 'type'),
190
+ version=pulumi.get(__ret__, 'version'))
191
+ def get_runtime_environment_output(automation_account_name: Optional[pulumi.Input[str]] = None,
192
+ resource_group_name: Optional[pulumi.Input[str]] = None,
193
+ runtime_environment_name: Optional[pulumi.Input[str]] = None,
194
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetRuntimeEnvironmentResult]:
195
+ """
196
+ Get information about the Runtime Environment
197
+
198
+
199
+ :param str automation_account_name: The name of the automation account.
200
+ :param str resource_group_name: Name of an Azure Resource group.
201
+ :param str runtime_environment_name: The name of the Runtime Environment.
202
+ """
203
+ __args__ = dict()
204
+ __args__['automationAccountName'] = automation_account_name
205
+ __args__['resourceGroupName'] = resource_group_name
206
+ __args__['runtimeEnvironmentName'] = runtime_environment_name
207
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
208
+ __ret__ = pulumi.runtime.invoke_output('azure-native:automation/v20241023:getRuntimeEnvironment', __args__, opts=opts, typ=GetRuntimeEnvironmentResult)
209
+ return __ret__.apply(lambda __response__: GetRuntimeEnvironmentResult(
210
+ default_packages=pulumi.get(__response__, 'default_packages'),
211
+ description=pulumi.get(__response__, 'description'),
212
+ id=pulumi.get(__response__, 'id'),
213
+ language=pulumi.get(__response__, 'language'),
214
+ location=pulumi.get(__response__, 'location'),
215
+ name=pulumi.get(__response__, 'name'),
216
+ system_data=pulumi.get(__response__, 'system_data'),
217
+ tags=pulumi.get(__response__, 'tags'),
218
+ type=pulumi.get(__response__, 'type'),
219
+ version=pulumi.get(__response__, 'version')))