pulumi-azure-native 2.77.0a1733941988__py3-none-any.whl → 2.78.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 (356) hide show
  1. pulumi_azure_native/__init__.py +65 -16
  2. pulumi_azure_native/alertsmanagement/__init__.py +0 -6
  3. pulumi_azure_native/alertsmanagement/action_rule_by_name.py +1 -1
  4. pulumi_azure_native/alertsmanagement/alert_processing_rule_by_name.py +1 -5
  5. pulumi_azure_native/alertsmanagement/get_alert_processing_rule_by_name.py +0 -4
  6. pulumi_azure_native/alertsmanagement/v20190505preview/action_rule_by_name.py +1 -1
  7. pulumi_azure_native/alertsmanagement/v20210808/alert_processing_rule_by_name.py +1 -1
  8. pulumi_azure_native/automation/__init__.py +3 -0
  9. pulumi_azure_native/automation/automation_account.py +3 -3
  10. pulumi_azure_native/automation/certificate.py +3 -3
  11. pulumi_azure_native/automation/connection.py +3 -3
  12. pulumi_azure_native/automation/connection_type.py +3 -3
  13. pulumi_azure_native/automation/credential.py +3 -3
  14. pulumi_azure_native/automation/dsc_configuration.py +3 -3
  15. pulumi_azure_native/automation/dsc_node_configuration.py +3 -3
  16. pulumi_azure_native/automation/get_automation_account.py +2 -2
  17. pulumi_azure_native/automation/get_certificate.py +2 -2
  18. pulumi_azure_native/automation/get_connection.py +2 -2
  19. pulumi_azure_native/automation/get_connection_type.py +2 -2
  20. pulumi_azure_native/automation/get_credential.py +2 -2
  21. pulumi_azure_native/automation/get_dsc_configuration.py +2 -2
  22. pulumi_azure_native/automation/get_dsc_node_configuration.py +2 -2
  23. pulumi_azure_native/automation/get_hybrid_runbook_worker.py +2 -2
  24. pulumi_azure_native/automation/get_hybrid_runbook_worker_group.py +2 -2
  25. pulumi_azure_native/automation/get_job_schedule.py +2 -2
  26. pulumi_azure_native/automation/get_module.py +2 -2
  27. pulumi_azure_native/automation/get_package.py +4 -0
  28. pulumi_azure_native/automation/get_private_endpoint_connection.py +2 -2
  29. pulumi_azure_native/automation/get_python2_package.py +2 -2
  30. pulumi_azure_native/automation/get_python3_package.py +2 -2
  31. pulumi_azure_native/automation/get_runbook.py +2 -2
  32. pulumi_azure_native/automation/get_runtime_environment.py +4 -0
  33. pulumi_azure_native/automation/get_schedule.py +2 -2
  34. pulumi_azure_native/automation/get_software_update_configuration_by_name.py +2 -2
  35. pulumi_azure_native/automation/get_source_control.py +2 -2
  36. pulumi_azure_native/automation/get_variable.py +2 -2
  37. pulumi_azure_native/automation/get_watcher.py +2 -2
  38. pulumi_azure_native/automation/get_webhook.py +2 -2
  39. pulumi_azure_native/automation/hybrid_runbook_worker.py +3 -3
  40. pulumi_azure_native/automation/hybrid_runbook_worker_group.py +3 -3
  41. pulumi_azure_native/automation/job_schedule.py +3 -3
  42. pulumi_azure_native/automation/list_automation_account_deleted_runbooks.py +4 -0
  43. pulumi_azure_native/automation/list_key_by_automation_account.py +2 -2
  44. pulumi_azure_native/automation/module.py +3 -3
  45. pulumi_azure_native/automation/package.py +5 -1
  46. pulumi_azure_native/automation/private_endpoint_connection.py +3 -3
  47. pulumi_azure_native/automation/python2_package.py +3 -3
  48. pulumi_azure_native/automation/python3_package.py +3 -3
  49. pulumi_azure_native/automation/runbook.py +3 -3
  50. pulumi_azure_native/automation/runtime_environment.py +5 -1
  51. pulumi_azure_native/automation/schedule.py +3 -3
  52. pulumi_azure_native/automation/software_update_configuration_by_name.py +3 -3
  53. pulumi_azure_native/automation/source_control.py +3 -3
  54. pulumi_azure_native/automation/v20151031/webhook.py +1 -1
  55. pulumi_azure_native/automation/v20170515preview/software_update_configuration_by_name.py +1 -1
  56. pulumi_azure_native/automation/v20190601/software_update_configuration_by_name.py +1 -1
  57. pulumi_azure_native/automation/v20200113preview/private_endpoint_connection.py +1 -1
  58. pulumi_azure_native/automation/v20200113preview/watcher.py +1 -1
  59. pulumi_azure_native/automation/v20210622/hybrid_runbook_worker_group.py +1 -1
  60. pulumi_azure_native/automation/v20220808/automation_account.py +1 -1
  61. pulumi_azure_native/automation/v20220808/certificate.py +1 -1
  62. pulumi_azure_native/automation/v20220808/connection.py +1 -1
  63. pulumi_azure_native/automation/v20220808/connection_type.py +1 -1
  64. pulumi_azure_native/automation/v20220808/credential.py +1 -1
  65. pulumi_azure_native/automation/v20220808/dsc_configuration.py +1 -1
  66. pulumi_azure_native/automation/v20220808/dsc_node_configuration.py +1 -1
  67. pulumi_azure_native/automation/v20220808/hybrid_runbook_worker.py +1 -1
  68. pulumi_azure_native/automation/v20220808/hybrid_runbook_worker_group.py +1 -1
  69. pulumi_azure_native/automation/v20220808/job_schedule.py +1 -1
  70. pulumi_azure_native/automation/v20220808/module.py +1 -1
  71. pulumi_azure_native/automation/v20220808/python2_package.py +1 -1
  72. pulumi_azure_native/automation/v20220808/python3_package.py +1 -1
  73. pulumi_azure_native/automation/v20220808/runbook.py +1 -1
  74. pulumi_azure_native/automation/v20220808/schedule.py +1 -1
  75. pulumi_azure_native/automation/v20220808/source_control.py +1 -1
  76. pulumi_azure_native/automation/v20220808/variable.py +1 -1
  77. pulumi_azure_native/automation/v20230515preview/automation_account.py +1 -1
  78. pulumi_azure_native/automation/v20230515preview/certificate.py +1 -1
  79. pulumi_azure_native/automation/v20230515preview/connection.py +1 -1
  80. pulumi_azure_native/automation/v20230515preview/connection_type.py +1 -1
  81. pulumi_azure_native/automation/v20230515preview/credential.py +1 -1
  82. pulumi_azure_native/automation/v20230515preview/dsc_configuration.py +1 -1
  83. pulumi_azure_native/automation/v20230515preview/dsc_node_configuration.py +1 -1
  84. pulumi_azure_native/automation/v20230515preview/hybrid_runbook_worker.py +1 -1
  85. pulumi_azure_native/automation/v20230515preview/hybrid_runbook_worker_group.py +1 -1
  86. pulumi_azure_native/automation/v20230515preview/job_schedule.py +1 -1
  87. pulumi_azure_native/automation/v20230515preview/module.py +1 -1
  88. pulumi_azure_native/automation/v20230515preview/package.py +1 -1
  89. pulumi_azure_native/automation/v20230515preview/private_endpoint_connection.py +1 -1
  90. pulumi_azure_native/automation/v20230515preview/python2_package.py +1 -1
  91. pulumi_azure_native/automation/v20230515preview/python3_package.py +1 -1
  92. pulumi_azure_native/automation/v20230515preview/runbook.py +1 -1
  93. pulumi_azure_native/automation/v20230515preview/runtime_environment.py +1 -1
  94. pulumi_azure_native/automation/v20230515preview/schedule.py +1 -1
  95. pulumi_azure_native/automation/v20230515preview/software_update_configuration_by_name.py +1 -1
  96. pulumi_azure_native/automation/v20230515preview/source_control.py +1 -1
  97. pulumi_azure_native/automation/v20230515preview/variable.py +1 -1
  98. pulumi_azure_native/automation/v20230515preview/watcher.py +1 -1
  99. pulumi_azure_native/automation/v20230515preview/webhook.py +1 -1
  100. pulumi_azure_native/automation/v20231101/automation_account.py +1 -1
  101. pulumi_azure_native/automation/v20231101/certificate.py +1 -1
  102. pulumi_azure_native/automation/v20231101/connection.py +1 -1
  103. pulumi_azure_native/automation/v20231101/connection_type.py +1 -1
  104. pulumi_azure_native/automation/v20231101/credential.py +1 -1
  105. pulumi_azure_native/automation/v20231101/dsc_configuration.py +1 -1
  106. pulumi_azure_native/automation/v20231101/dsc_node_configuration.py +1 -1
  107. pulumi_azure_native/automation/v20231101/hybrid_runbook_worker.py +1 -1
  108. pulumi_azure_native/automation/v20231101/hybrid_runbook_worker_group.py +1 -1
  109. pulumi_azure_native/automation/v20231101/job_schedule.py +1 -1
  110. pulumi_azure_native/automation/v20231101/module.py +1 -1
  111. pulumi_azure_native/automation/v20231101/python2_package.py +1 -1
  112. pulumi_azure_native/automation/v20231101/python3_package.py +1 -1
  113. pulumi_azure_native/automation/v20231101/runbook.py +1 -1
  114. pulumi_azure_native/automation/v20231101/schedule.py +1 -1
  115. pulumi_azure_native/automation/v20231101/source_control.py +1 -1
  116. pulumi_azure_native/automation/v20231101/variable.py +1 -1
  117. pulumi_azure_native/automation/v20241023/__init__.py +58 -0
  118. pulumi_azure_native/automation/v20241023/_enums.py +157 -0
  119. pulumi_azure_native/automation/v20241023/_inputs.py +2602 -0
  120. pulumi_azure_native/automation/v20241023/automation_account.py +473 -0
  121. pulumi_azure_native/automation/v20241023/certificate.py +348 -0
  122. pulumi_azure_native/automation/v20241023/connection.py +319 -0
  123. pulumi_azure_native/automation/v20241023/connection_type.py +290 -0
  124. pulumi_azure_native/automation/v20241023/credential.py +310 -0
  125. pulumi_azure_native/automation/v20241023/dsc_configuration.py +476 -0
  126. pulumi_azure_native/automation/v20241023/dsc_node_configuration.py +350 -0
  127. pulumi_azure_native/automation/v20241023/get_automation_account.py +339 -0
  128. pulumi_azure_native/automation/v20241023/get_certificate.py +219 -0
  129. pulumi_azure_native/automation/v20241023/get_connection.py +205 -0
  130. pulumi_azure_native/automation/v20241023/get_connection_type.py +191 -0
  131. pulumi_azure_native/automation/v20241023/get_credential.py +191 -0
  132. pulumi_azure_native/automation/v20241023/get_dsc_configuration.py +317 -0
  133. pulumi_azure_native/automation/v20241023/get_dsc_node_configuration.py +219 -0
  134. pulumi_azure_native/automation/v20241023/get_hybrid_runbook_worker.py +253 -0
  135. pulumi_azure_native/automation/v20241023/get_hybrid_runbook_worker_group.py +191 -0
  136. pulumi_azure_native/automation/v20241023/get_job_schedule.py +191 -0
  137. pulumi_azure_native/automation/v20241023/get_module.py +331 -0
  138. pulumi_azure_native/automation/v20241023/get_package.py +267 -0
  139. pulumi_azure_native/automation/v20241023/get_private_endpoint_connection.py +177 -0
  140. pulumi_azure_native/automation/v20241023/get_python2_package.py +331 -0
  141. pulumi_azure_native/automation/v20241023/get_python3_package.py +331 -0
  142. pulumi_azure_native/automation/v20241023/get_runbook.py +401 -0
  143. pulumi_azure_native/automation/v20241023/get_runtime_environment.py +219 -0
  144. pulumi_azure_native/automation/v20241023/get_schedule.py +331 -0
  145. pulumi_azure_native/automation/v20241023/get_software_update_configuration_by_name.py +247 -0
  146. pulumi_azure_native/automation/v20241023/get_source_control.py +261 -0
  147. pulumi_azure_native/automation/v20241023/get_variable.py +205 -0
  148. pulumi_azure_native/automation/v20241023/get_watcher.py +303 -0
  149. pulumi_azure_native/automation/v20241023/get_webhook.py +289 -0
  150. pulumi_azure_native/automation/v20241023/hybrid_runbook_worker.py +310 -0
  151. pulumi_azure_native/automation/v20241023/hybrid_runbook_worker_group.py +269 -0
  152. pulumi_azure_native/automation/v20241023/job_schedule.py +308 -0
  153. pulumi_azure_native/automation/v20241023/list_automation_account_deleted_runbooks.py +101 -0
  154. pulumi_azure_native/automation/v20241023/list_key_by_automation_account.py +84 -0
  155. pulumi_azure_native/automation/v20241023/module.py +408 -0
  156. pulumi_azure_native/automation/v20241023/outputs.py +2492 -0
  157. pulumi_azure_native/automation/v20241023/package.py +341 -0
  158. pulumi_azure_native/automation/v20241023/private_endpoint_connection.py +278 -0
  159. pulumi_azure_native/automation/v20241023/python2_package.py +370 -0
  160. pulumi_azure_native/automation/v20241023/python3_package.py +370 -0
  161. pulumi_azure_native/automation/v20241023/runbook.py +592 -0
  162. pulumi_azure_native/automation/v20241023/runtime_environment.py +364 -0
  163. pulumi_azure_native/automation/v20241023/schedule.py +487 -0
  164. pulumi_azure_native/automation/v20241023/software_update_configuration_by_name.py +350 -0
  165. pulumi_azure_native/automation/v20241023/source_control.py +435 -0
  166. pulumi_azure_native/automation/v20241023/variable.py +317 -0
  167. pulumi_azure_native/automation/v20241023/watcher.py +443 -0
  168. pulumi_azure_native/automation/v20241023/webhook.py +435 -0
  169. pulumi_azure_native/automation/variable.py +3 -3
  170. pulumi_azure_native/automation/watcher.py +3 -3
  171. pulumi_azure_native/automation/webhook.py +3 -3
  172. pulumi_azure_native/datafactory/_inputs.py +20 -0
  173. pulumi_azure_native/datafactory/outputs.py +14 -0
  174. pulumi_azure_native/datafactory/v20180601/_inputs.py +20 -0
  175. pulumi_azure_native/datafactory/v20180601/outputs.py +14 -0
  176. pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +2 -2
  177. pulumi_azure_native/offazure/__init__.py +3 -0
  178. pulumi_azure_native/offazure/get_hyperv_cluster_controller_cluster.py +2 -2
  179. pulumi_azure_native/offazure/get_hyperv_host_controller.py +2 -2
  180. pulumi_azure_native/offazure/get_hyperv_sites_controller.py +2 -2
  181. pulumi_azure_native/offazure/get_import_sites_controller.py +2 -2
  182. pulumi_azure_native/offazure/get_master_sites_controller.py +2 -2
  183. pulumi_azure_native/offazure/get_private_endpoint_connection_controller.py +2 -2
  184. pulumi_azure_native/offazure/get_server_sites_controller.py +2 -2
  185. pulumi_azure_native/offazure/get_sites_controller.py +2 -2
  186. pulumi_azure_native/offazure/get_sql_discovery_site_data_source_controller.py +2 -2
  187. pulumi_azure_native/offazure/get_sql_sites_controller.py +2 -2
  188. pulumi_azure_native/offazure/get_vcenter_controller.py +2 -2
  189. pulumi_azure_native/offazure/get_web_app_discovery_site_data_sources_controller.py +2 -2
  190. pulumi_azure_native/offazure/get_web_app_sites_controller.py +2 -2
  191. pulumi_azure_native/offazure/hyper_v_site.py +1 -1
  192. pulumi_azure_native/offazure/hyperv_cluster_controller_cluster.py +3 -3
  193. pulumi_azure_native/offazure/hyperv_host_controller.py +3 -3
  194. pulumi_azure_native/offazure/hyperv_sites_controller.py +3 -3
  195. pulumi_azure_native/offazure/import_sites_controller.py +3 -3
  196. pulumi_azure_native/offazure/list_hyperv_sites_controller_health_summary.py +2 -2
  197. pulumi_azure_native/offazure/list_server_sites_controller_health_summary.py +2 -2
  198. pulumi_azure_native/offazure/list_sites_controller_health_summary.py +2 -2
  199. pulumi_azure_native/offazure/master_sites_controller.py +3 -3
  200. pulumi_azure_native/offazure/private_endpoint_connection.py +1 -1
  201. pulumi_azure_native/offazure/private_endpoint_connection_controller.py +3 -3
  202. pulumi_azure_native/offazure/server_sites_controller.py +3 -3
  203. pulumi_azure_native/offazure/site.py +1 -1
  204. pulumi_azure_native/offazure/sites_controller.py +3 -3
  205. pulumi_azure_native/offazure/sql_discovery_site_data_source_controller.py +3 -3
  206. pulumi_azure_native/offazure/sql_sites_controller.py +3 -3
  207. pulumi_azure_native/offazure/v20200707/hyper_v_site.py +1 -1
  208. pulumi_azure_native/offazure/v20200707/private_endpoint_connection.py +1 -1
  209. pulumi_azure_native/offazure/v20200707/site.py +1 -1
  210. pulumi_azure_native/offazure/v20230606/hyperv_cluster_controller_cluster.py +1 -1
  211. pulumi_azure_native/offazure/v20230606/hyperv_host_controller.py +1 -1
  212. pulumi_azure_native/offazure/v20230606/hyperv_sites_controller.py +1 -1
  213. pulumi_azure_native/offazure/v20230606/import_sites_controller.py +1 -1
  214. pulumi_azure_native/offazure/v20230606/master_sites_controller.py +1 -1
  215. pulumi_azure_native/offazure/v20230606/private_endpoint_connection_controller.py +1 -1
  216. pulumi_azure_native/offazure/v20230606/server_sites_controller.py +1 -1
  217. pulumi_azure_native/offazure/v20230606/sites_controller.py +1 -1
  218. pulumi_azure_native/offazure/v20230606/sql_discovery_site_data_source_controller.py +1 -1
  219. pulumi_azure_native/offazure/v20230606/sql_sites_controller.py +1 -1
  220. pulumi_azure_native/offazure/v20230606/vcenter_controller.py +1 -1
  221. pulumi_azure_native/offazure/v20230606/web_app_discovery_site_data_sources_controller.py +1 -1
  222. pulumi_azure_native/offazure/v20230606/web_app_sites_controller.py +1 -1
  223. pulumi_azure_native/offazure/v20231001preview/hyperv_cluster_controller_cluster.py +1 -1
  224. pulumi_azure_native/offazure/v20231001preview/hyperv_host_controller.py +1 -1
  225. pulumi_azure_native/offazure/v20231001preview/hyperv_sites_controller.py +1 -1
  226. pulumi_azure_native/offazure/v20231001preview/import_sites_controller.py +1 -1
  227. pulumi_azure_native/offazure/v20231001preview/master_sites_controller.py +1 -1
  228. pulumi_azure_native/offazure/v20231001preview/private_endpoint_connection_controller.py +1 -1
  229. pulumi_azure_native/offazure/v20231001preview/server_sites_controller.py +1 -1
  230. pulumi_azure_native/offazure/v20231001preview/sites_controller.py +1 -1
  231. pulumi_azure_native/offazure/v20231001preview/sql_discovery_site_data_source_controller.py +1 -1
  232. pulumi_azure_native/offazure/v20231001preview/sql_sites_controller.py +1 -1
  233. pulumi_azure_native/offazure/v20231001preview/vcenter_controller.py +1 -1
  234. pulumi_azure_native/offazure/v20231001preview/web_app_discovery_site_data_sources_controller.py +1 -1
  235. pulumi_azure_native/offazure/v20231001preview/web_app_sites_controller.py +1 -1
  236. pulumi_azure_native/offazure/v20240501preview/__init__.py +39 -0
  237. pulumi_azure_native/offazure/v20240501preview/_enums.py +115 -0
  238. pulumi_azure_native/offazure/v20240501preview/_inputs.py +410 -0
  239. pulumi_azure_native/offazure/v20240501preview/get_hyperv_cluster_controller_cluster.py +261 -0
  240. pulumi_azure_native/offazure/v20240501preview/get_hyperv_host_controller.py +233 -0
  241. pulumi_azure_native/offazure/v20240501preview/get_hyperv_sites_controller.py +257 -0
  242. pulumi_azure_native/offazure/v20240501preview/get_import_sites_controller.py +213 -0
  243. pulumi_azure_native/offazure/v20240501preview/get_master_sites_controller.py +258 -0
  244. pulumi_azure_native/offazure/v20240501preview/get_private_endpoint_connection_controller.py +191 -0
  245. pulumi_azure_native/offazure/v20240501preview/get_server_sites_controller.py +257 -0
  246. pulumi_azure_native/offazure/v20240501preview/get_sites_controller.py +271 -0
  247. pulumi_azure_native/offazure/v20240501preview/get_sql_discovery_site_data_source_controller.py +169 -0
  248. pulumi_azure_native/offazure/v20240501preview/get_sql_sites_controller.py +193 -0
  249. pulumi_azure_native/offazure/v20240501preview/get_vcenter_controller.py +289 -0
  250. pulumi_azure_native/offazure/v20240501preview/get_web_app_discovery_site_data_sources_controller.py +169 -0
  251. pulumi_azure_native/offazure/v20240501preview/get_web_app_sites_controller.py +193 -0
  252. pulumi_azure_native/offazure/v20240501preview/hyperv_cluster_controller_cluster.py +357 -0
  253. pulumi_azure_native/offazure/v20240501preview/hyperv_host_controller.py +318 -0
  254. pulumi_azure_native/offazure/v20240501preview/hyperv_sites_controller.py +402 -0
  255. pulumi_azure_native/{alertsmanagement/v20240301preview/alert_processing_rule_by_name.py → offazure/v20240501preview/import_sites_controller.py} +115 -67
  256. pulumi_azure_native/offazure/v20240501preview/list_hyperv_sites_controller_health_summary.py +101 -0
  257. pulumi_azure_native/offazure/v20240501preview/list_server_sites_controller_health_summary.py +101 -0
  258. pulumi_azure_native/offazure/v20240501preview/list_sites_controller_health_summary.py +101 -0
  259. pulumi_azure_native/offazure/v20240501preview/master_sites_controller.py +386 -0
  260. pulumi_azure_native/offazure/v20240501preview/outputs.py +972 -0
  261. pulumi_azure_native/offazure/v20240501preview/private_endpoint_connection_controller.py +251 -0
  262. pulumi_azure_native/offazure/v20240501preview/server_sites_controller.py +382 -0
  263. pulumi_azure_native/offazure/v20240501preview/sites_controller.py +392 -0
  264. pulumi_azure_native/offazure/v20240501preview/sql_discovery_site_data_source_controller.py +250 -0
  265. pulumi_azure_native/offazure/v20240501preview/sql_sites_controller.py +278 -0
  266. pulumi_azure_native/offazure/v20240501preview/vcenter_controller.py +396 -0
  267. pulumi_azure_native/offazure/v20240501preview/web_app_discovery_site_data_sources_controller.py +250 -0
  268. pulumi_azure_native/offazure/v20240501preview/web_app_sites_controller.py +278 -0
  269. pulumi_azure_native/offazure/vcenter_controller.py +3 -3
  270. pulumi_azure_native/offazure/web_app_discovery_site_data_sources_controller.py +3 -3
  271. pulumi_azure_native/offazure/web_app_sites_controller.py +3 -3
  272. pulumi_azure_native/pulumi-plugin.json +1 -1
  273. pulumi_azure_native/recoveryservices/v20241001/_enums.py +1 -0
  274. pulumi_azure_native/recoveryservices/v20241001/_inputs.py +20 -0
  275. pulumi_azure_native/recoveryservices/v20241001/outputs.py +14 -0
  276. pulumi_azure_native/resources/__init__.py +3 -0
  277. pulumi_azure_native/resources/deployment.py +3 -3
  278. pulumi_azure_native/resources/deployment_at_management_group_scope.py +3 -3
  279. pulumi_azure_native/resources/deployment_at_scope.py +3 -3
  280. pulumi_azure_native/resources/deployment_at_subscription_scope.py +3 -3
  281. pulumi_azure_native/resources/deployment_at_tenant_scope.py +3 -3
  282. pulumi_azure_native/resources/get_deployment.py +2 -2
  283. pulumi_azure_native/resources/get_deployment_at_management_group_scope.py +2 -2
  284. pulumi_azure_native/resources/get_deployment_at_scope.py +2 -2
  285. pulumi_azure_native/resources/get_deployment_at_subscription_scope.py +2 -2
  286. pulumi_azure_native/resources/get_deployment_at_tenant_scope.py +2 -2
  287. pulumi_azure_native/resources/get_resource.py +2 -2
  288. pulumi_azure_native/resources/get_resource_group.py +2 -2
  289. pulumi_azure_native/resources/get_tag_at_scope.py +2 -2
  290. pulumi_azure_native/resources/resource.py +3 -3
  291. pulumi_azure_native/resources/resource_group.py +3 -3
  292. pulumi_azure_native/resources/tag_at_scope.py +3 -3
  293. pulumi_azure_native/resources/v20220901/deployment.py +1 -1
  294. pulumi_azure_native/resources/v20220901/deployment_at_management_group_scope.py +1 -1
  295. pulumi_azure_native/resources/v20220901/deployment_at_scope.py +1 -1
  296. pulumi_azure_native/resources/v20220901/deployment_at_subscription_scope.py +1 -1
  297. pulumi_azure_native/resources/v20220901/deployment_at_tenant_scope.py +1 -1
  298. pulumi_azure_native/resources/v20220901/resource.py +1 -1
  299. pulumi_azure_native/resources/v20220901/resource_group.py +1 -1
  300. pulumi_azure_native/resources/v20220901/tag_at_scope.py +1 -1
  301. pulumi_azure_native/resources/v20230701/deployment.py +1 -1
  302. pulumi_azure_native/resources/v20230701/deployment_at_management_group_scope.py +1 -1
  303. pulumi_azure_native/resources/v20230701/deployment_at_scope.py +1 -1
  304. pulumi_azure_native/resources/v20230701/deployment_at_subscription_scope.py +1 -1
  305. pulumi_azure_native/resources/v20230701/deployment_at_tenant_scope.py +1 -1
  306. pulumi_azure_native/resources/v20230701/resource.py +1 -1
  307. pulumi_azure_native/resources/v20230701/resource_group.py +1 -1
  308. pulumi_azure_native/resources/v20230701/tag_at_scope.py +1 -1
  309. pulumi_azure_native/resources/v20240301/deployment.py +1 -1
  310. pulumi_azure_native/resources/v20240301/deployment_at_management_group_scope.py +1 -1
  311. pulumi_azure_native/resources/v20240301/deployment_at_scope.py +1 -1
  312. pulumi_azure_native/resources/v20240301/deployment_at_subscription_scope.py +1 -1
  313. pulumi_azure_native/resources/v20240301/deployment_at_tenant_scope.py +1 -1
  314. pulumi_azure_native/resources/v20240301/resource.py +1 -1
  315. pulumi_azure_native/resources/v20240301/resource_group.py +1 -1
  316. pulumi_azure_native/resources/v20240301/tag_at_scope.py +1 -1
  317. pulumi_azure_native/resources/v20240701/deployment.py +1 -1
  318. pulumi_azure_native/resources/v20240701/deployment_at_management_group_scope.py +1 -1
  319. pulumi_azure_native/resources/v20240701/deployment_at_scope.py +1 -1
  320. pulumi_azure_native/resources/v20240701/deployment_at_subscription_scope.py +1 -1
  321. pulumi_azure_native/resources/v20240701/deployment_at_tenant_scope.py +1 -1
  322. pulumi_azure_native/resources/v20240701/resource.py +1 -1
  323. pulumi_azure_native/resources/v20240701/resource_group.py +1 -1
  324. pulumi_azure_native/resources/v20240701/tag_at_scope.py +1 -1
  325. pulumi_azure_native/resources/v20241101/__init__.py +26 -0
  326. pulumi_azure_native/resources/v20241101/_enums.py +74 -0
  327. pulumi_azure_native/resources/v20241101/_inputs.py +1102 -0
  328. pulumi_azure_native/{alertsmanagement/v20230501preview/alert_processing_rule_by_name.py → resources/v20241101/deployment.py} +68 -77
  329. pulumi_azure_native/resources/v20241101/deployment_at_management_group_scope.py +249 -0
  330. pulumi_azure_native/resources/v20241101/deployment_at_scope.py +249 -0
  331. pulumi_azure_native/resources/v20241101/deployment_at_subscription_scope.py +228 -0
  332. pulumi_azure_native/resources/v20241101/deployment_at_tenant_scope.py +228 -0
  333. pulumi_azure_native/{alertsmanagement/v20230501preview/get_alert_processing_rule_by_name.py → resources/v20241101/get_deployment.py} +35 -49
  334. pulumi_azure_native/resources/v20241101/get_deployment_at_management_group_scope.py +157 -0
  335. pulumi_azure_native/resources/v20241101/get_deployment_at_scope.py +157 -0
  336. pulumi_azure_native/resources/v20241101/get_deployment_at_subscription_scope.py +151 -0
  337. pulumi_azure_native/resources/v20241101/get_deployment_at_tenant_scope.py +151 -0
  338. pulumi_azure_native/resources/v20241101/get_resource.py +259 -0
  339. pulumi_azure_native/{alertsmanagement/v20240301preview/get_alert_processing_rule_by_name.py → resources/v20241101/get_resource_group.py} +42 -48
  340. pulumi_azure_native/resources/v20241101/get_tag_at_scope.py +123 -0
  341. pulumi_azure_native/resources/v20241101/outputs.py +1952 -0
  342. pulumi_azure_native/resources/v20241101/resource.py +485 -0
  343. pulumi_azure_native/resources/v20241101/resource_group.py +235 -0
  344. pulumi_azure_native/resources/v20241101/tag_at_scope.py +170 -0
  345. {pulumi_azure_native-2.77.0a1733941988.dist-info → pulumi_azure_native-2.78.0.dist-info}/METADATA +3 -3
  346. {pulumi_azure_native-2.77.0a1733941988.dist-info → pulumi_azure_native-2.78.0.dist-info}/RECORD +348 -255
  347. pulumi_azure_native/alertsmanagement/v20230501preview/__init__.py +0 -12
  348. pulumi_azure_native/alertsmanagement/v20230501preview/_enums.py +0 -80
  349. pulumi_azure_native/alertsmanagement/v20230501preview/_inputs.py +0 -868
  350. pulumi_azure_native/alertsmanagement/v20230501preview/outputs.py +0 -795
  351. pulumi_azure_native/alertsmanagement/v20240301preview/__init__.py +0 -12
  352. pulumi_azure_native/alertsmanagement/v20240301preview/_enums.py +0 -88
  353. pulumi_azure_native/alertsmanagement/v20240301preview/_inputs.py +0 -965
  354. pulumi_azure_native/alertsmanagement/v20240301preview/outputs.py +0 -877
  355. {pulumi_azure_native-2.77.0a1733941988.dist-info → pulumi_azure_native-2.78.0.dist-info}/WHEEL +0 -0
  356. {pulumi_azure_native-2.77.0a1733941988.dist-info → pulumi_azure_native-2.78.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,972 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'HealthErrorDetailsResponse',
21
+ 'PrivateEndpointConnectionResponse',
22
+ 'PrivateLinkServiceConnectionStateResponse',
23
+ 'ResourceIdResponse',
24
+ 'SiteAgentPropertiesResponse',
25
+ 'SiteAppliancePropertiesResponse',
26
+ 'SiteHealthSummaryResponse',
27
+ 'SiteSpnPropertiesResponse',
28
+ 'SystemDataResponse',
29
+ ]
30
+
31
+ @pulumi.output_type
32
+ class HealthErrorDetailsResponse(dict):
33
+ """
34
+ Error contract returned when some exception occurs in Rest API.
35
+ """
36
+ @staticmethod
37
+ def __key_warning(key: str):
38
+ suggest = None
39
+ if key == "applianceName":
40
+ suggest = "appliance_name"
41
+ elif key == "discoveryScope":
42
+ suggest = "discovery_scope"
43
+ elif key == "messageParameters":
44
+ suggest = "message_parameters"
45
+ elif key == "possibleCauses":
46
+ suggest = "possible_causes"
47
+ elif key == "recommendedAction":
48
+ suggest = "recommended_action"
49
+ elif key == "runAsAccountId":
50
+ suggest = "run_as_account_id"
51
+ elif key == "summaryMessage":
52
+ suggest = "summary_message"
53
+ elif key == "updatedTimeStamp":
54
+ suggest = "updated_time_stamp"
55
+
56
+ if suggest:
57
+ pulumi.log.warn(f"Key '{key}' not found in HealthErrorDetailsResponse. Access the value via the '{suggest}' property getter instead.")
58
+
59
+ def __getitem__(self, key: str) -> Any:
60
+ HealthErrorDetailsResponse.__key_warning(key)
61
+ return super().__getitem__(key)
62
+
63
+ def get(self, key: str, default = None) -> Any:
64
+ HealthErrorDetailsResponse.__key_warning(key)
65
+ return super().get(key, default)
66
+
67
+ def __init__(__self__, *,
68
+ appliance_name: str,
69
+ code: str,
70
+ discovery_scope: str,
71
+ id: float,
72
+ message: str,
73
+ message_parameters: Mapping[str, str],
74
+ possible_causes: str,
75
+ recommended_action: str,
76
+ run_as_account_id: str,
77
+ severity: str,
78
+ source: str,
79
+ summary_message: str,
80
+ updated_time_stamp: str):
81
+ """
82
+ Error contract returned when some exception occurs in Rest API.
83
+ :param str appliance_name: Gets the appliance name.
84
+ :param str code: Gets the error name.
85
+ :param str discovery_scope: Gets discovery scope for which error is encountered.
86
+ :param float id: Gets the error ID.
87
+ :param str message: Gets the error message.
88
+ :param Mapping[str, str] message_parameters: Gets the message parameters.
89
+ :param str possible_causes: Gets the possible causes of error.
90
+ :param str recommended_action: Gets the recommended action to resolve error.
91
+ :param str run_as_account_id: Gets run as account id used while performing discovery of entity.
92
+ :param str severity: Gets the error severity.
93
+ :param str source: Gets the error source.
94
+ :param str summary_message: Gets the error summary message.
95
+ :param str updated_time_stamp: Gets the time stamp when the error was updated.
96
+ """
97
+ pulumi.set(__self__, "appliance_name", appliance_name)
98
+ pulumi.set(__self__, "code", code)
99
+ pulumi.set(__self__, "discovery_scope", discovery_scope)
100
+ pulumi.set(__self__, "id", id)
101
+ pulumi.set(__self__, "message", message)
102
+ pulumi.set(__self__, "message_parameters", message_parameters)
103
+ pulumi.set(__self__, "possible_causes", possible_causes)
104
+ pulumi.set(__self__, "recommended_action", recommended_action)
105
+ pulumi.set(__self__, "run_as_account_id", run_as_account_id)
106
+ pulumi.set(__self__, "severity", severity)
107
+ pulumi.set(__self__, "source", source)
108
+ pulumi.set(__self__, "summary_message", summary_message)
109
+ pulumi.set(__self__, "updated_time_stamp", updated_time_stamp)
110
+
111
+ @property
112
+ @pulumi.getter(name="applianceName")
113
+ def appliance_name(self) -> str:
114
+ """
115
+ Gets the appliance name.
116
+ """
117
+ return pulumi.get(self, "appliance_name")
118
+
119
+ @property
120
+ @pulumi.getter
121
+ def code(self) -> str:
122
+ """
123
+ Gets the error name.
124
+ """
125
+ return pulumi.get(self, "code")
126
+
127
+ @property
128
+ @pulumi.getter(name="discoveryScope")
129
+ def discovery_scope(self) -> str:
130
+ """
131
+ Gets discovery scope for which error is encountered.
132
+ """
133
+ return pulumi.get(self, "discovery_scope")
134
+
135
+ @property
136
+ @pulumi.getter
137
+ def id(self) -> float:
138
+ """
139
+ Gets the error ID.
140
+ """
141
+ return pulumi.get(self, "id")
142
+
143
+ @property
144
+ @pulumi.getter
145
+ def message(self) -> str:
146
+ """
147
+ Gets the error message.
148
+ """
149
+ return pulumi.get(self, "message")
150
+
151
+ @property
152
+ @pulumi.getter(name="messageParameters")
153
+ def message_parameters(self) -> Mapping[str, str]:
154
+ """
155
+ Gets the message parameters.
156
+ """
157
+ return pulumi.get(self, "message_parameters")
158
+
159
+ @property
160
+ @pulumi.getter(name="possibleCauses")
161
+ def possible_causes(self) -> str:
162
+ """
163
+ Gets the possible causes of error.
164
+ """
165
+ return pulumi.get(self, "possible_causes")
166
+
167
+ @property
168
+ @pulumi.getter(name="recommendedAction")
169
+ def recommended_action(self) -> str:
170
+ """
171
+ Gets the recommended action to resolve error.
172
+ """
173
+ return pulumi.get(self, "recommended_action")
174
+
175
+ @property
176
+ @pulumi.getter(name="runAsAccountId")
177
+ def run_as_account_id(self) -> str:
178
+ """
179
+ Gets run as account id used while performing discovery of entity.
180
+ """
181
+ return pulumi.get(self, "run_as_account_id")
182
+
183
+ @property
184
+ @pulumi.getter
185
+ def severity(self) -> str:
186
+ """
187
+ Gets the error severity.
188
+ """
189
+ return pulumi.get(self, "severity")
190
+
191
+ @property
192
+ @pulumi.getter
193
+ def source(self) -> str:
194
+ """
195
+ Gets the error source.
196
+ """
197
+ return pulumi.get(self, "source")
198
+
199
+ @property
200
+ @pulumi.getter(name="summaryMessage")
201
+ def summary_message(self) -> str:
202
+ """
203
+ Gets the error summary message.
204
+ """
205
+ return pulumi.get(self, "summary_message")
206
+
207
+ @property
208
+ @pulumi.getter(name="updatedTimeStamp")
209
+ def updated_time_stamp(self) -> str:
210
+ """
211
+ Gets the time stamp when the error was updated.
212
+ """
213
+ return pulumi.get(self, "updated_time_stamp")
214
+
215
+
216
+ @pulumi.output_type
217
+ class PrivateEndpointConnectionResponse(dict):
218
+ """
219
+ REST model used to encapsulate Private Link properties for tracked resources.
220
+ """
221
+ @staticmethod
222
+ def __key_warning(key: str):
223
+ suggest = None
224
+ if key == "groupIds":
225
+ suggest = "group_ids"
226
+ elif key == "privateEndpoint":
227
+ suggest = "private_endpoint"
228
+ elif key == "provisioningState":
229
+ suggest = "provisioning_state"
230
+ elif key == "systemData":
231
+ suggest = "system_data"
232
+ elif key == "privateLinkServiceConnectionState":
233
+ suggest = "private_link_service_connection_state"
234
+
235
+ if suggest:
236
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
237
+
238
+ def __getitem__(self, key: str) -> Any:
239
+ PrivateEndpointConnectionResponse.__key_warning(key)
240
+ return super().__getitem__(key)
241
+
242
+ def get(self, key: str, default = None) -> Any:
243
+ PrivateEndpointConnectionResponse.__key_warning(key)
244
+ return super().get(key, default)
245
+
246
+ def __init__(__self__, *,
247
+ group_ids: Sequence[str],
248
+ id: str,
249
+ name: str,
250
+ private_endpoint: 'outputs.ResourceIdResponse',
251
+ provisioning_state: str,
252
+ system_data: 'outputs.SystemDataResponse',
253
+ type: str,
254
+ private_link_service_connection_state: Optional['outputs.PrivateLinkServiceConnectionStateResponse'] = None):
255
+ """
256
+ REST model used to encapsulate Private Link properties for tracked resources.
257
+ :param Sequence[str] group_ids: array of group ids
258
+ :param str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
259
+ :param str name: The name of the resource
260
+ :param 'ResourceIdResponse' private_endpoint: private endpoints
261
+ :param str provisioning_state: provisioning state enum
262
+ :param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
263
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
264
+ :param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: private endpoints connection state
265
+ """
266
+ pulumi.set(__self__, "group_ids", group_ids)
267
+ pulumi.set(__self__, "id", id)
268
+ pulumi.set(__self__, "name", name)
269
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
270
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
271
+ pulumi.set(__self__, "system_data", system_data)
272
+ pulumi.set(__self__, "type", type)
273
+ if private_link_service_connection_state is not None:
274
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
275
+
276
+ @property
277
+ @pulumi.getter(name="groupIds")
278
+ def group_ids(self) -> Sequence[str]:
279
+ """
280
+ array of group ids
281
+ """
282
+ return pulumi.get(self, "group_ids")
283
+
284
+ @property
285
+ @pulumi.getter
286
+ def id(self) -> str:
287
+ """
288
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
289
+ """
290
+ return pulumi.get(self, "id")
291
+
292
+ @property
293
+ @pulumi.getter
294
+ def name(self) -> str:
295
+ """
296
+ The name of the resource
297
+ """
298
+ return pulumi.get(self, "name")
299
+
300
+ @property
301
+ @pulumi.getter(name="privateEndpoint")
302
+ def private_endpoint(self) -> 'outputs.ResourceIdResponse':
303
+ """
304
+ private endpoints
305
+ """
306
+ return pulumi.get(self, "private_endpoint")
307
+
308
+ @property
309
+ @pulumi.getter(name="provisioningState")
310
+ def provisioning_state(self) -> str:
311
+ """
312
+ provisioning state enum
313
+ """
314
+ return pulumi.get(self, "provisioning_state")
315
+
316
+ @property
317
+ @pulumi.getter(name="systemData")
318
+ def system_data(self) -> 'outputs.SystemDataResponse':
319
+ """
320
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
321
+ """
322
+ return pulumi.get(self, "system_data")
323
+
324
+ @property
325
+ @pulumi.getter
326
+ def type(self) -> str:
327
+ """
328
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
329
+ """
330
+ return pulumi.get(self, "type")
331
+
332
+ @property
333
+ @pulumi.getter(name="privateLinkServiceConnectionState")
334
+ def private_link_service_connection_state(self) -> Optional['outputs.PrivateLinkServiceConnectionStateResponse']:
335
+ """
336
+ private endpoints connection state
337
+ """
338
+ return pulumi.get(self, "private_link_service_connection_state")
339
+
340
+
341
+ @pulumi.output_type
342
+ class PrivateLinkServiceConnectionStateResponse(dict):
343
+ """
344
+ Service Connection State
345
+ """
346
+ @staticmethod
347
+ def __key_warning(key: str):
348
+ suggest = None
349
+ if key == "actionsRequired":
350
+ suggest = "actions_required"
351
+
352
+ if suggest:
353
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
354
+
355
+ def __getitem__(self, key: str) -> Any:
356
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
357
+ return super().__getitem__(key)
358
+
359
+ def get(self, key: str, default = None) -> Any:
360
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
361
+ return super().get(key, default)
362
+
363
+ def __init__(__self__, *,
364
+ actions_required: Optional[str] = None,
365
+ description: Optional[str] = None,
366
+ status: Optional[str] = None):
367
+ """
368
+ Service Connection State
369
+ :param str actions_required: actions required
370
+ :param str description: description string
371
+ :param str status: state status
372
+ """
373
+ if actions_required is not None:
374
+ pulumi.set(__self__, "actions_required", actions_required)
375
+ if description is not None:
376
+ pulumi.set(__self__, "description", description)
377
+ if status is not None:
378
+ pulumi.set(__self__, "status", status)
379
+
380
+ @property
381
+ @pulumi.getter(name="actionsRequired")
382
+ def actions_required(self) -> Optional[str]:
383
+ """
384
+ actions required
385
+ """
386
+ return pulumi.get(self, "actions_required")
387
+
388
+ @property
389
+ @pulumi.getter
390
+ def description(self) -> Optional[str]:
391
+ """
392
+ description string
393
+ """
394
+ return pulumi.get(self, "description")
395
+
396
+ @property
397
+ @pulumi.getter
398
+ def status(self) -> Optional[str]:
399
+ """
400
+ state status
401
+ """
402
+ return pulumi.get(self, "status")
403
+
404
+
405
+ @pulumi.output_type
406
+ class ResourceIdResponse(dict):
407
+ """
408
+ PrivateEndpointModelsResourceId
409
+ """
410
+ def __init__(__self__, *,
411
+ id: str):
412
+ """
413
+ PrivateEndpointModelsResourceId
414
+ :param str id: id name
415
+ """
416
+ pulumi.set(__self__, "id", id)
417
+
418
+ @property
419
+ @pulumi.getter
420
+ def id(self) -> str:
421
+ """
422
+ id name
423
+ """
424
+ return pulumi.get(self, "id")
425
+
426
+
427
+ @pulumi.output_type
428
+ class SiteAgentPropertiesResponse(dict):
429
+ """
430
+ Class for site agent properties.
431
+ """
432
+ @staticmethod
433
+ def __key_warning(key: str):
434
+ suggest = None
435
+ if key == "lastHeartBeatUtc":
436
+ suggest = "last_heart_beat_utc"
437
+ elif key == "keyVaultId":
438
+ suggest = "key_vault_id"
439
+ elif key == "keyVaultUri":
440
+ suggest = "key_vault_uri"
441
+
442
+ if suggest:
443
+ pulumi.log.warn(f"Key '{key}' not found in SiteAgentPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
444
+
445
+ def __getitem__(self, key: str) -> Any:
446
+ SiteAgentPropertiesResponse.__key_warning(key)
447
+ return super().__getitem__(key)
448
+
449
+ def get(self, key: str, default = None) -> Any:
450
+ SiteAgentPropertiesResponse.__key_warning(key)
451
+ return super().get(key, default)
452
+
453
+ def __init__(__self__, *,
454
+ id: str,
455
+ last_heart_beat_utc: str,
456
+ version: str,
457
+ key_vault_id: Optional[str] = None,
458
+ key_vault_uri: Optional[str] = None):
459
+ """
460
+ Class for site agent properties.
461
+ :param str id: Gets the ID of the agent.
462
+ :param str last_heart_beat_utc: Gets the last heartbeat time of the agent in UTC.
463
+ :param str version: Gets the version of the agent.
464
+ :param str key_vault_id: Gets or sets the key vault ARM Id.
465
+ :param str key_vault_uri: Gets or sets the key vault URI.
466
+ """
467
+ pulumi.set(__self__, "id", id)
468
+ pulumi.set(__self__, "last_heart_beat_utc", last_heart_beat_utc)
469
+ pulumi.set(__self__, "version", version)
470
+ if key_vault_id is not None:
471
+ pulumi.set(__self__, "key_vault_id", key_vault_id)
472
+ if key_vault_uri is not None:
473
+ pulumi.set(__self__, "key_vault_uri", key_vault_uri)
474
+
475
+ @property
476
+ @pulumi.getter
477
+ def id(self) -> str:
478
+ """
479
+ Gets the ID of the agent.
480
+ """
481
+ return pulumi.get(self, "id")
482
+
483
+ @property
484
+ @pulumi.getter(name="lastHeartBeatUtc")
485
+ def last_heart_beat_utc(self) -> str:
486
+ """
487
+ Gets the last heartbeat time of the agent in UTC.
488
+ """
489
+ return pulumi.get(self, "last_heart_beat_utc")
490
+
491
+ @property
492
+ @pulumi.getter
493
+ def version(self) -> str:
494
+ """
495
+ Gets the version of the agent.
496
+ """
497
+ return pulumi.get(self, "version")
498
+
499
+ @property
500
+ @pulumi.getter(name="keyVaultId")
501
+ def key_vault_id(self) -> Optional[str]:
502
+ """
503
+ Gets or sets the key vault ARM Id.
504
+ """
505
+ return pulumi.get(self, "key_vault_id")
506
+
507
+ @property
508
+ @pulumi.getter(name="keyVaultUri")
509
+ def key_vault_uri(self) -> Optional[str]:
510
+ """
511
+ Gets or sets the key vault URI.
512
+ """
513
+ return pulumi.get(self, "key_vault_uri")
514
+
515
+
516
+ @pulumi.output_type
517
+ class SiteAppliancePropertiesResponse(dict):
518
+ """
519
+ Class for site appliance properties.
520
+ """
521
+ @staticmethod
522
+ def __key_warning(key: str):
523
+ suggest = None
524
+ if key == "agentDetails":
525
+ suggest = "agent_details"
526
+ elif key == "applianceName":
527
+ suggest = "appliance_name"
528
+ elif key == "servicePrincipalIdentityDetails":
529
+ suggest = "service_principal_identity_details"
530
+
531
+ if suggest:
532
+ pulumi.log.warn(f"Key '{key}' not found in SiteAppliancePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
533
+
534
+ def __getitem__(self, key: str) -> Any:
535
+ SiteAppliancePropertiesResponse.__key_warning(key)
536
+ return super().__getitem__(key)
537
+
538
+ def get(self, key: str, default = None) -> Any:
539
+ SiteAppliancePropertiesResponse.__key_warning(key)
540
+ return super().get(key, default)
541
+
542
+ def __init__(__self__, *,
543
+ agent_details: Optional['outputs.SiteAgentPropertiesResponse'] = None,
544
+ appliance_name: Optional[str] = None,
545
+ service_principal_identity_details: Optional['outputs.SiteSpnPropertiesResponse'] = None):
546
+ """
547
+ Class for site appliance properties.
548
+ :param 'SiteAgentPropertiesResponse' agent_details: Gets or sets the on-premises agent details.
549
+ :param str appliance_name: Gets or sets the Appliance Name.
550
+ :param 'SiteSpnPropertiesResponse' service_principal_identity_details: Gets or sets the service principal identity details used by agent for communication to the service.
551
+ """
552
+ if agent_details is not None:
553
+ pulumi.set(__self__, "agent_details", agent_details)
554
+ if appliance_name is not None:
555
+ pulumi.set(__self__, "appliance_name", appliance_name)
556
+ if service_principal_identity_details is not None:
557
+ pulumi.set(__self__, "service_principal_identity_details", service_principal_identity_details)
558
+
559
+ @property
560
+ @pulumi.getter(name="agentDetails")
561
+ def agent_details(self) -> Optional['outputs.SiteAgentPropertiesResponse']:
562
+ """
563
+ Gets or sets the on-premises agent details.
564
+ """
565
+ return pulumi.get(self, "agent_details")
566
+
567
+ @property
568
+ @pulumi.getter(name="applianceName")
569
+ def appliance_name(self) -> Optional[str]:
570
+ """
571
+ Gets or sets the Appliance Name.
572
+ """
573
+ return pulumi.get(self, "appliance_name")
574
+
575
+ @property
576
+ @pulumi.getter(name="servicePrincipalIdentityDetails")
577
+ def service_principal_identity_details(self) -> Optional['outputs.SiteSpnPropertiesResponse']:
578
+ """
579
+ Gets or sets the service principal identity details used by agent for communication to the service.
580
+ """
581
+ return pulumi.get(self, "service_principal_identity_details")
582
+
583
+
584
+ @pulumi.output_type
585
+ class SiteHealthSummaryResponse(dict):
586
+ """
587
+ The properties of ServerSiteResource.
588
+ """
589
+ def __init__(__self__, *,
590
+ affected_resource_type: str,
591
+ appliance_name: str,
592
+ error_code: str,
593
+ error_id: float,
594
+ error_message: str,
595
+ remediation_guidance: str,
596
+ severity: str,
597
+ summary_message: str,
598
+ affected_objects_count: Optional[float] = None,
599
+ affected_resources: Optional[Sequence[str]] = None,
600
+ fabric_layout_update_sources: Optional[Sequence[str]] = None,
601
+ hit_count: Optional[float] = None):
602
+ """
603
+ The properties of ServerSiteResource.
604
+ :param str affected_resource_type: Gets the affected resource type.
605
+ :param str appliance_name: Gets the appliance name.
606
+ :param str error_code: Gets the error code.
607
+ :param float error_id: Gets the error Id.
608
+ :param str error_message: Gets the error message.
609
+ :param str remediation_guidance: Gets the remediation guidance.
610
+ :param str severity: Gets the severity of error.
611
+ :param str summary_message: Gets the summary message.
612
+ :param float affected_objects_count: Gets or sets the count of affected objects.
613
+ :param Sequence[str] affected_resources: Gets or sets the affected resources.
614
+ :param Sequence[str] fabric_layout_update_sources: Gets or sets sources of the exception.
615
+ :param float hit_count: Gets or sets the hit count of the error.
616
+ """
617
+ pulumi.set(__self__, "affected_resource_type", affected_resource_type)
618
+ pulumi.set(__self__, "appliance_name", appliance_name)
619
+ pulumi.set(__self__, "error_code", error_code)
620
+ pulumi.set(__self__, "error_id", error_id)
621
+ pulumi.set(__self__, "error_message", error_message)
622
+ pulumi.set(__self__, "remediation_guidance", remediation_guidance)
623
+ pulumi.set(__self__, "severity", severity)
624
+ pulumi.set(__self__, "summary_message", summary_message)
625
+ if affected_objects_count is not None:
626
+ pulumi.set(__self__, "affected_objects_count", affected_objects_count)
627
+ if affected_resources is not None:
628
+ pulumi.set(__self__, "affected_resources", affected_resources)
629
+ if fabric_layout_update_sources is not None:
630
+ pulumi.set(__self__, "fabric_layout_update_sources", fabric_layout_update_sources)
631
+ if hit_count is not None:
632
+ pulumi.set(__self__, "hit_count", hit_count)
633
+
634
+ @property
635
+ @pulumi.getter(name="affectedResourceType")
636
+ def affected_resource_type(self) -> str:
637
+ """
638
+ Gets the affected resource type.
639
+ """
640
+ return pulumi.get(self, "affected_resource_type")
641
+
642
+ @property
643
+ @pulumi.getter(name="applianceName")
644
+ def appliance_name(self) -> str:
645
+ """
646
+ Gets the appliance name.
647
+ """
648
+ return pulumi.get(self, "appliance_name")
649
+
650
+ @property
651
+ @pulumi.getter(name="errorCode")
652
+ def error_code(self) -> str:
653
+ """
654
+ Gets the error code.
655
+ """
656
+ return pulumi.get(self, "error_code")
657
+
658
+ @property
659
+ @pulumi.getter(name="errorId")
660
+ def error_id(self) -> float:
661
+ """
662
+ Gets the error Id.
663
+ """
664
+ return pulumi.get(self, "error_id")
665
+
666
+ @property
667
+ @pulumi.getter(name="errorMessage")
668
+ def error_message(self) -> str:
669
+ """
670
+ Gets the error message.
671
+ """
672
+ return pulumi.get(self, "error_message")
673
+
674
+ @property
675
+ @pulumi.getter(name="remediationGuidance")
676
+ def remediation_guidance(self) -> str:
677
+ """
678
+ Gets the remediation guidance.
679
+ """
680
+ return pulumi.get(self, "remediation_guidance")
681
+
682
+ @property
683
+ @pulumi.getter
684
+ def severity(self) -> str:
685
+ """
686
+ Gets the severity of error.
687
+ """
688
+ return pulumi.get(self, "severity")
689
+
690
+ @property
691
+ @pulumi.getter(name="summaryMessage")
692
+ def summary_message(self) -> str:
693
+ """
694
+ Gets the summary message.
695
+ """
696
+ return pulumi.get(self, "summary_message")
697
+
698
+ @property
699
+ @pulumi.getter(name="affectedObjectsCount")
700
+ def affected_objects_count(self) -> Optional[float]:
701
+ """
702
+ Gets or sets the count of affected objects.
703
+ """
704
+ return pulumi.get(self, "affected_objects_count")
705
+
706
+ @property
707
+ @pulumi.getter(name="affectedResources")
708
+ def affected_resources(self) -> Optional[Sequence[str]]:
709
+ """
710
+ Gets or sets the affected resources.
711
+ """
712
+ return pulumi.get(self, "affected_resources")
713
+
714
+ @property
715
+ @pulumi.getter(name="fabricLayoutUpdateSources")
716
+ def fabric_layout_update_sources(self) -> Optional[Sequence[str]]:
717
+ """
718
+ Gets or sets sources of the exception.
719
+ """
720
+ return pulumi.get(self, "fabric_layout_update_sources")
721
+
722
+ @property
723
+ @pulumi.getter(name="hitCount")
724
+ def hit_count(self) -> Optional[float]:
725
+ """
726
+ Gets or sets the hit count of the error.
727
+ """
728
+ return pulumi.get(self, "hit_count")
729
+
730
+
731
+ @pulumi.output_type
732
+ class SiteSpnPropertiesResponse(dict):
733
+ """
734
+ Class for site properties.
735
+ """
736
+ @staticmethod
737
+ def __key_warning(key: str):
738
+ suggest = None
739
+ if key == "aadAuthority":
740
+ suggest = "aad_authority"
741
+ elif key == "applicationId":
742
+ suggest = "application_id"
743
+ elif key == "objectId":
744
+ suggest = "object_id"
745
+ elif key == "rawCertData":
746
+ suggest = "raw_cert_data"
747
+ elif key == "tenantId":
748
+ suggest = "tenant_id"
749
+
750
+ if suggest:
751
+ pulumi.log.warn(f"Key '{key}' not found in SiteSpnPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
752
+
753
+ def __getitem__(self, key: str) -> Any:
754
+ SiteSpnPropertiesResponse.__key_warning(key)
755
+ return super().__getitem__(key)
756
+
757
+ def get(self, key: str, default = None) -> Any:
758
+ SiteSpnPropertiesResponse.__key_warning(key)
759
+ return super().get(key, default)
760
+
761
+ def __init__(__self__, *,
762
+ aad_authority: Optional[str] = None,
763
+ application_id: Optional[str] = None,
764
+ audience: Optional[str] = None,
765
+ object_id: Optional[str] = None,
766
+ raw_cert_data: Optional[str] = None,
767
+ tenant_id: Optional[str] = None):
768
+ """
769
+ Class for site properties.
770
+ :param str aad_authority: Gets or sets the AAD Authority URL which was used to request the token for
771
+ the
772
+ service principal.
773
+ :param str application_id: Gets or sets the application/client Id for the service principal with which
774
+ the
775
+ on-premise management/data plane components would communicate
776
+ with our Azure
777
+ services.
778
+ :param str audience: Gets or sets the intended audience for the service principal.
779
+ :param str object_id: Gets or sets the object Id of the service principal with which the on-premise
780
+
781
+ management/data plane components would communicate with our Azure
782
+ services.
783
+ :param str raw_cert_data: Gets or sets the raw certificate data for building certificate expiry flows.
784
+ :param str tenant_id: Gets or sets the tenant Id for the service principal with which the
785
+ on-premise
786
+ management/data plane components would communicate with
787
+ our Azure services.
788
+ """
789
+ if aad_authority is not None:
790
+ pulumi.set(__self__, "aad_authority", aad_authority)
791
+ if application_id is not None:
792
+ pulumi.set(__self__, "application_id", application_id)
793
+ if audience is not None:
794
+ pulumi.set(__self__, "audience", audience)
795
+ if object_id is not None:
796
+ pulumi.set(__self__, "object_id", object_id)
797
+ if raw_cert_data is not None:
798
+ pulumi.set(__self__, "raw_cert_data", raw_cert_data)
799
+ if tenant_id is not None:
800
+ pulumi.set(__self__, "tenant_id", tenant_id)
801
+
802
+ @property
803
+ @pulumi.getter(name="aadAuthority")
804
+ def aad_authority(self) -> Optional[str]:
805
+ """
806
+ Gets or sets the AAD Authority URL which was used to request the token for
807
+ the
808
+ service principal.
809
+ """
810
+ return pulumi.get(self, "aad_authority")
811
+
812
+ @property
813
+ @pulumi.getter(name="applicationId")
814
+ def application_id(self) -> Optional[str]:
815
+ """
816
+ Gets or sets the application/client Id for the service principal with which
817
+ the
818
+ on-premise management/data plane components would communicate
819
+ with our Azure
820
+ services.
821
+ """
822
+ return pulumi.get(self, "application_id")
823
+
824
+ @property
825
+ @pulumi.getter
826
+ def audience(self) -> Optional[str]:
827
+ """
828
+ Gets or sets the intended audience for the service principal.
829
+ """
830
+ return pulumi.get(self, "audience")
831
+
832
+ @property
833
+ @pulumi.getter(name="objectId")
834
+ def object_id(self) -> Optional[str]:
835
+ """
836
+ Gets or sets the object Id of the service principal with which the on-premise
837
+
838
+ management/data plane components would communicate with our Azure
839
+ services.
840
+ """
841
+ return pulumi.get(self, "object_id")
842
+
843
+ @property
844
+ @pulumi.getter(name="rawCertData")
845
+ def raw_cert_data(self) -> Optional[str]:
846
+ """
847
+ Gets or sets the raw certificate data for building certificate expiry flows.
848
+ """
849
+ return pulumi.get(self, "raw_cert_data")
850
+
851
+ @property
852
+ @pulumi.getter(name="tenantId")
853
+ def tenant_id(self) -> Optional[str]:
854
+ """
855
+ Gets or sets the tenant Id for the service principal with which the
856
+ on-premise
857
+ management/data plane components would communicate with
858
+ our Azure services.
859
+ """
860
+ return pulumi.get(self, "tenant_id")
861
+
862
+
863
+ @pulumi.output_type
864
+ class SystemDataResponse(dict):
865
+ """
866
+ Metadata pertaining to creation and last modification of the resource.
867
+ """
868
+ @staticmethod
869
+ def __key_warning(key: str):
870
+ suggest = None
871
+ if key == "createdAt":
872
+ suggest = "created_at"
873
+ elif key == "createdBy":
874
+ suggest = "created_by"
875
+ elif key == "createdByType":
876
+ suggest = "created_by_type"
877
+ elif key == "lastModifiedAt":
878
+ suggest = "last_modified_at"
879
+ elif key == "lastModifiedBy":
880
+ suggest = "last_modified_by"
881
+ elif key == "lastModifiedByType":
882
+ suggest = "last_modified_by_type"
883
+
884
+ if suggest:
885
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
886
+
887
+ def __getitem__(self, key: str) -> Any:
888
+ SystemDataResponse.__key_warning(key)
889
+ return super().__getitem__(key)
890
+
891
+ def get(self, key: str, default = None) -> Any:
892
+ SystemDataResponse.__key_warning(key)
893
+ return super().get(key, default)
894
+
895
+ def __init__(__self__, *,
896
+ created_at: Optional[str] = None,
897
+ created_by: Optional[str] = None,
898
+ created_by_type: Optional[str] = None,
899
+ last_modified_at: Optional[str] = None,
900
+ last_modified_by: Optional[str] = None,
901
+ last_modified_by_type: Optional[str] = None):
902
+ """
903
+ Metadata pertaining to creation and last modification of the resource.
904
+ :param str created_at: The timestamp of resource creation (UTC).
905
+ :param str created_by: The identity that created the resource.
906
+ :param str created_by_type: The type of identity that created the resource.
907
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
908
+ :param str last_modified_by: The identity that last modified the resource.
909
+ :param str last_modified_by_type: The type of identity that last modified the resource.
910
+ """
911
+ if created_at is not None:
912
+ pulumi.set(__self__, "created_at", created_at)
913
+ if created_by is not None:
914
+ pulumi.set(__self__, "created_by", created_by)
915
+ if created_by_type is not None:
916
+ pulumi.set(__self__, "created_by_type", created_by_type)
917
+ if last_modified_at is not None:
918
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
919
+ if last_modified_by is not None:
920
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
921
+ if last_modified_by_type is not None:
922
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
923
+
924
+ @property
925
+ @pulumi.getter(name="createdAt")
926
+ def created_at(self) -> Optional[str]:
927
+ """
928
+ The timestamp of resource creation (UTC).
929
+ """
930
+ return pulumi.get(self, "created_at")
931
+
932
+ @property
933
+ @pulumi.getter(name="createdBy")
934
+ def created_by(self) -> Optional[str]:
935
+ """
936
+ The identity that created the resource.
937
+ """
938
+ return pulumi.get(self, "created_by")
939
+
940
+ @property
941
+ @pulumi.getter(name="createdByType")
942
+ def created_by_type(self) -> Optional[str]:
943
+ """
944
+ The type of identity that created the resource.
945
+ """
946
+ return pulumi.get(self, "created_by_type")
947
+
948
+ @property
949
+ @pulumi.getter(name="lastModifiedAt")
950
+ def last_modified_at(self) -> Optional[str]:
951
+ """
952
+ The timestamp of resource last modification (UTC)
953
+ """
954
+ return pulumi.get(self, "last_modified_at")
955
+
956
+ @property
957
+ @pulumi.getter(name="lastModifiedBy")
958
+ def last_modified_by(self) -> Optional[str]:
959
+ """
960
+ The identity that last modified the resource.
961
+ """
962
+ return pulumi.get(self, "last_modified_by")
963
+
964
+ @property
965
+ @pulumi.getter(name="lastModifiedByType")
966
+ def last_modified_by_type(self) -> Optional[str]:
967
+ """
968
+ The type of identity that last modified the resource.
969
+ """
970
+ return pulumi.get(self, "last_modified_by_type")
971
+
972
+