pulumi-azure-native 2.17.1a1700139642__py3-none-any.whl → 2.17.1a1700150019__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 (657) hide show
  1. pulumi_azure_native/__init__.py +94 -0
  2. pulumi_azure_native/containerservice/__init__.py +3 -0
  3. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  4. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  5. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  6. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  7. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  8. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  9. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  10. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  11. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  12. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  13. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  14. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  15. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  16. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  17. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  18. pulumi_azure_native/containerservice/snapshot.py +3 -3
  19. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  20. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  21. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  22. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  23. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  24. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  25. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  26. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  27. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  28. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  29. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  30. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  31. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  32. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  33. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  34. pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
  35. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  36. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  37. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  38. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  39. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  40. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  41. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  42. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  43. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  44. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  45. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  46. pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
  47. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  48. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  49. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  50. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  51. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  52. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  53. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  54. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  55. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  56. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  57. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  58. pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
  59. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  60. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  61. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  62. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  63. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  64. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  65. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  66. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  67. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  68. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  69. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  70. pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
  71. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  72. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  73. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  74. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  75. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  76. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  77. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  78. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  79. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  80. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  81. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  82. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  83. pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
  84. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  85. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  86. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  87. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  88. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  89. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  90. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  91. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  92. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  93. pulumi_azure_native/containerservice/v20231002preview/__init__.py +27 -0
  94. pulumi_azure_native/containerservice/v20231002preview/_enums.py +764 -0
  95. pulumi_azure_native/containerservice/v20231002preview/_inputs.py +6545 -0
  96. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1618 -0
  97. pulumi_azure_native/containerservice/v20231002preview/get_agent_pool.py +773 -0
  98. pulumi_azure_native/containerservice/v20231002preview/get_maintenance_configuration.py +162 -0
  99. pulumi_azure_native/containerservice/v20231002preview/get_managed_cluster.py +794 -0
  100. pulumi_azure_native/containerservice/v20231002preview/get_managed_cluster_snapshot.py +183 -0
  101. pulumi_azure_native/containerservice/v20231002preview/get_private_endpoint_connection.py +149 -0
  102. pulumi_azure_native/containerservice/v20231002preview/get_snapshot.py +248 -0
  103. pulumi_azure_native/containerservice/v20231002preview/get_trusted_access_role_binding.py +162 -0
  104. pulumi_azure_native/containerservice/v20231002preview/list_managed_cluster_admin_credentials.py +84 -0
  105. pulumi_azure_native/containerservice/v20231002preview/list_managed_cluster_monitoring_user_credentials.py +84 -0
  106. pulumi_azure_native/containerservice/v20231002preview/list_managed_cluster_user_credentials.py +89 -0
  107. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +274 -0
  108. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1522 -0
  109. pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +292 -0
  110. pulumi_azure_native/containerservice/v20231002preview/outputs.py +7676 -0
  111. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +246 -0
  112. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +342 -0
  113. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +255 -0
  114. pulumi_azure_native/hybridcompute/__init__.py +5 -0
  115. pulumi_azure_native/hybridcompute/_inputs.py +153 -0
  116. pulumi_azure_native/hybridcompute/get_license.py +4 -0
  117. pulumi_azure_native/hybridcompute/get_license_profile.py +4 -0
  118. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  119. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  120. pulumi_azure_native/hybridcompute/get_machine_run_command.py +320 -0
  121. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  122. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  123. pulumi_azure_native/hybridcompute/license.py +5 -1
  124. pulumi_azure_native/hybridcompute/license_profile.py +5 -1
  125. pulumi_azure_native/hybridcompute/machine.py +3 -3
  126. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  127. pulumi_azure_native/hybridcompute/machine_run_command.py +589 -0
  128. pulumi_azure_native/hybridcompute/outputs.py +392 -0
  129. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  130. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  131. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  132. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  133. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  134. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  135. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  136. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  137. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  138. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  139. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  140. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  141. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  142. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  143. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  144. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  145. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  146. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  147. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  148. pulumi_azure_native/hybridcompute/v20231003preview/__init__.py +24 -0
  149. pulumi_azure_native/hybridcompute/v20231003preview/_enums.py +148 -0
  150. pulumi_azure_native/hybridcompute/v20231003preview/_inputs.py +1320 -0
  151. pulumi_azure_native/hybridcompute/v20231003preview/get_license.py +196 -0
  152. pulumi_azure_native/hybridcompute/v20231003preview/get_license_profile.py +331 -0
  153. pulumi_azure_native/hybridcompute/v20231003preview/get_machine.py +591 -0
  154. pulumi_azure_native/hybridcompute/v20231003preview/get_machine_extension.py +162 -0
  155. pulumi_azure_native/hybridcompute/v20231003preview/get_machine_run_command.py +318 -0
  156. pulumi_azure_native/hybridcompute/v20231003preview/get_private_endpoint_connection.py +136 -0
  157. pulumi_azure_native/hybridcompute/v20231003preview/get_private_link_scope.py +157 -0
  158. pulumi_azure_native/hybridcompute/v20231003preview/license.py +321 -0
  159. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +480 -0
  160. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +850 -0
  161. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +274 -0
  162. pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +587 -0
  163. pulumi_azure_native/hybridcompute/v20231003preview/outputs.py +2989 -0
  164. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +215 -0
  165. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +253 -0
  166. pulumi_azure_native/securityinsights/__init__.py +3 -0
  167. pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
  168. pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
  169. pulumi_azure_native/securityinsights/action.py +3 -3
  170. pulumi_azure_native/securityinsights/activity_custom_entity_query.py +1 -1
  171. pulumi_azure_native/securityinsights/anomalies.py +1 -1
  172. pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
  173. pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
  174. pulumi_azure_native/securityinsights/automation_rule.py +3 -3
  175. pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
  176. pulumi_azure_native/securityinsights/bookmark.py +3 -3
  177. pulumi_azure_native/securityinsights/bookmark_relation.py +3 -3
  178. pulumi_azure_native/securityinsights/content_package.py +3 -3
  179. pulumi_azure_native/securityinsights/content_template.py +3 -3
  180. pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
  181. pulumi_azure_native/securityinsights/entity_analytics.py +1 -1
  182. pulumi_azure_native/securityinsights/eyes_on.py +1 -1
  183. pulumi_azure_native/securityinsights/file_import.py +3 -3
  184. pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
  185. pulumi_azure_native/securityinsights/get_action.py +2 -2
  186. pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
  187. pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
  188. pulumi_azure_native/securityinsights/get_bookmark_relation.py +2 -2
  189. pulumi_azure_native/securityinsights/get_content_package.py +2 -2
  190. pulumi_azure_native/securityinsights/get_content_template.py +2 -2
  191. pulumi_azure_native/securityinsights/get_entities_get_timeline.py +2 -2
  192. pulumi_azure_native/securityinsights/get_entity_insights.py +2 -2
  193. pulumi_azure_native/securityinsights/get_file_import.py +2 -2
  194. pulumi_azure_native/securityinsights/get_hunt.py +2 -2
  195. pulumi_azure_native/securityinsights/get_hunt_comment.py +2 -2
  196. pulumi_azure_native/securityinsights/get_hunt_relation.py +2 -2
  197. pulumi_azure_native/securityinsights/get_incident.py +2 -2
  198. pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
  199. pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
  200. pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
  201. pulumi_azure_native/securityinsights/get_metadata.py +2 -2
  202. pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
  203. pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
  204. pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
  205. pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
  206. pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py +2 -2
  207. pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py +2 -2
  208. pulumi_azure_native/securityinsights/get_workspace_manager_group.py +2 -2
  209. pulumi_azure_native/securityinsights/get_workspace_manager_member.py +2 -2
  210. pulumi_azure_native/securityinsights/hunt.py +3 -3
  211. pulumi_azure_native/securityinsights/hunt_comment.py +3 -3
  212. pulumi_azure_native/securityinsights/hunt_relation.py +3 -3
  213. pulumi_azure_native/securityinsights/incident.py +3 -3
  214. pulumi_azure_native/securityinsights/incident_comment.py +3 -3
  215. pulumi_azure_native/securityinsights/incident_relation.py +3 -3
  216. pulumi_azure_native/securityinsights/incident_task.py +3 -3
  217. pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
  218. pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
  219. pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
  220. pulumi_azure_native/securityinsights/metadata.py +3 -3
  221. pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
  222. pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
  223. pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
  224. pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
  225. pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
  226. pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
  227. pulumi_azure_native/securityinsights/ueba.py +1 -1
  228. pulumi_azure_native/securityinsights/v20190101preview/automation_rule.py +1 -1
  229. pulumi_azure_native/securityinsights/v20190101preview/bookmark.py +1 -1
  230. pulumi_azure_native/securityinsights/v20190101preview/bookmark_relation.py +1 -1
  231. pulumi_azure_native/securityinsights/v20190101preview/ip_syncer.py +1 -1
  232. pulumi_azure_native/securityinsights/v20190101preview/watchlist.py +1 -1
  233. pulumi_azure_native/securityinsights/v20210301preview/aad_data_connector.py +1 -1
  234. pulumi_azure_native/securityinsights/v20210301preview/aatp_data_connector.py +1 -1
  235. pulumi_azure_native/securityinsights/v20210301preview/action.py +1 -1
  236. pulumi_azure_native/securityinsights/v20210301preview/activity_custom_entity_query.py +1 -1
  237. pulumi_azure_native/securityinsights/v20210301preview/anomalies.py +1 -1
  238. pulumi_azure_native/securityinsights/v20210301preview/asc_data_connector.py +1 -1
  239. pulumi_azure_native/securityinsights/v20210301preview/aws_cloud_trail_data_connector.py +1 -1
  240. pulumi_azure_native/securityinsights/v20210301preview/codeless_ui_data_connector.py +1 -1
  241. pulumi_azure_native/securityinsights/v20210301preview/dynamics365_data_connector.py +1 -1
  242. pulumi_azure_native/securityinsights/v20210301preview/entity_analytics.py +1 -1
  243. pulumi_azure_native/securityinsights/v20210301preview/eyes_on.py +1 -1
  244. pulumi_azure_native/securityinsights/v20210301preview/fusion_alert_rule.py +1 -1
  245. pulumi_azure_native/securityinsights/v20210301preview/incident.py +1 -1
  246. pulumi_azure_native/securityinsights/v20210301preview/incident_comment.py +1 -1
  247. pulumi_azure_native/securityinsights/v20210301preview/incident_relation.py +1 -1
  248. pulumi_azure_native/securityinsights/v20210301preview/mcas_data_connector.py +1 -1
  249. pulumi_azure_native/securityinsights/v20210301preview/mdatp_data_connector.py +1 -1
  250. pulumi_azure_native/securityinsights/v20210301preview/metadata.py +1 -1
  251. pulumi_azure_native/securityinsights/v20210301preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  252. pulumi_azure_native/securityinsights/v20210301preview/ml_behavior_analytics_alert_rule.py +1 -1
  253. pulumi_azure_native/securityinsights/v20210301preview/msti_data_connector.py +1 -1
  254. pulumi_azure_native/securityinsights/v20210301preview/mtp_data_connector.py +1 -1
  255. pulumi_azure_native/securityinsights/v20210301preview/office_atp_data_connector.py +1 -1
  256. pulumi_azure_native/securityinsights/v20210301preview/office_data_connector.py +1 -1
  257. pulumi_azure_native/securityinsights/v20210301preview/scheduled_alert_rule.py +1 -1
  258. pulumi_azure_native/securityinsights/v20210301preview/sentinel_onboarding_state.py +1 -1
  259. pulumi_azure_native/securityinsights/v20210301preview/threat_intelligence_alert_rule.py +1 -1
  260. pulumi_azure_native/securityinsights/v20210301preview/ti_data_connector.py +1 -1
  261. pulumi_azure_native/securityinsights/v20210301preview/ti_taxii_data_connector.py +1 -1
  262. pulumi_azure_native/securityinsights/v20210301preview/ueba.py +1 -1
  263. pulumi_azure_native/securityinsights/v20210301preview/watchlist.py +1 -1
  264. pulumi_azure_native/securityinsights/v20210401/threat_intelligence_indicator.py +1 -1
  265. pulumi_azure_native/securityinsights/v20210401/watchlist.py +1 -1
  266. pulumi_azure_native/securityinsights/v20210401/watchlist_item.py +1 -1
  267. pulumi_azure_native/securityinsights/v20210901preview/threat_intelligence_indicator.py +1 -1
  268. pulumi_azure_native/securityinsights/v20211001preview/fusion_alert_rule.py +1 -1
  269. pulumi_azure_native/securityinsights/v20211001preview/nrt_alert_rule.py +1 -1
  270. pulumi_azure_native/securityinsights/v20211001preview/watchlist.py +1 -1
  271. pulumi_azure_native/securityinsights/v20220101preview/entity_analytics.py +1 -1
  272. pulumi_azure_native/securityinsights/v20220101preview/watchlist.py +1 -1
  273. pulumi_azure_native/securityinsights/v20230201/aad_data_connector.py +1 -1
  274. pulumi_azure_native/securityinsights/v20230201/aatp_data_connector.py +1 -1
  275. pulumi_azure_native/securityinsights/v20230201/action.py +1 -1
  276. pulumi_azure_native/securityinsights/v20230201/automation_rule.py +1 -1
  277. pulumi_azure_native/securityinsights/v20230201/aws_cloud_trail_data_connector.py +1 -1
  278. pulumi_azure_native/securityinsights/v20230201/bookmark.py +1 -1
  279. pulumi_azure_native/securityinsights/v20230201/incident.py +1 -1
  280. pulumi_azure_native/securityinsights/v20230201/incident_comment.py +1 -1
  281. pulumi_azure_native/securityinsights/v20230201/incident_relation.py +1 -1
  282. pulumi_azure_native/securityinsights/v20230201/mcas_data_connector.py +1 -1
  283. pulumi_azure_native/securityinsights/v20230201/mdatp_data_connector.py +1 -1
  284. pulumi_azure_native/securityinsights/v20230201/metadata.py +1 -1
  285. pulumi_azure_native/securityinsights/v20230201/office_data_connector.py +1 -1
  286. pulumi_azure_native/securityinsights/v20230201/sentinel_onboarding_state.py +1 -1
  287. pulumi_azure_native/securityinsights/v20230201/threat_intelligence_indicator.py +1 -1
  288. pulumi_azure_native/securityinsights/v20230201/ti_data_connector.py +1 -1
  289. pulumi_azure_native/securityinsights/v20230201/watchlist.py +1 -1
  290. pulumi_azure_native/securityinsights/v20230201/watchlist_item.py +1 -1
  291. pulumi_azure_native/securityinsights/v20230201preview/incident.py +1 -1
  292. pulumi_azure_native/securityinsights/v20230201preview/metadata.py +1 -1
  293. pulumi_azure_native/securityinsights/v20230301preview/incident.py +1 -1
  294. pulumi_azure_native/securityinsights/v20230601preview/aad_data_connector.py +1 -1
  295. pulumi_azure_native/securityinsights/v20230601preview/aatp_data_connector.py +1 -1
  296. pulumi_azure_native/securityinsights/v20230601preview/action.py +1 -1
  297. pulumi_azure_native/securityinsights/v20230601preview/activity_custom_entity_query.py +1 -1
  298. pulumi_azure_native/securityinsights/v20230601preview/anomalies.py +1 -1
  299. pulumi_azure_native/securityinsights/v20230601preview/anomaly_security_ml_analytics_settings.py +1 -1
  300. pulumi_azure_native/securityinsights/v20230601preview/asc_data_connector.py +1 -1
  301. pulumi_azure_native/securityinsights/v20230601preview/automation_rule.py +1 -1
  302. pulumi_azure_native/securityinsights/v20230601preview/aws_cloud_trail_data_connector.py +1 -1
  303. pulumi_azure_native/securityinsights/v20230601preview/aws_s3_data_connector.py +1 -1
  304. pulumi_azure_native/securityinsights/v20230601preview/bookmark.py +1 -1
  305. pulumi_azure_native/securityinsights/v20230601preview/bookmark_relation.py +1 -1
  306. pulumi_azure_native/securityinsights/v20230601preview/codeless_api_polling_data_connector.py +1 -1
  307. pulumi_azure_native/securityinsights/v20230601preview/codeless_ui_data_connector.py +1 -1
  308. pulumi_azure_native/securityinsights/v20230601preview/content_package.py +1 -1
  309. pulumi_azure_native/securityinsights/v20230601preview/content_template.py +1 -1
  310. pulumi_azure_native/securityinsights/v20230601preview/dynamics365_data_connector.py +1 -1
  311. pulumi_azure_native/securityinsights/v20230601preview/entity_analytics.py +1 -1
  312. pulumi_azure_native/securityinsights/v20230601preview/eyes_on.py +1 -1
  313. pulumi_azure_native/securityinsights/v20230601preview/file_import.py +1 -1
  314. pulumi_azure_native/securityinsights/v20230601preview/fusion_alert_rule.py +1 -1
  315. pulumi_azure_native/securityinsights/v20230601preview/gcp_data_connector.py +1 -1
  316. pulumi_azure_native/securityinsights/v20230601preview/hunt.py +1 -1
  317. pulumi_azure_native/securityinsights/v20230601preview/hunt_comment.py +1 -1
  318. pulumi_azure_native/securityinsights/v20230601preview/hunt_relation.py +1 -1
  319. pulumi_azure_native/securityinsights/v20230601preview/incident.py +1 -1
  320. pulumi_azure_native/securityinsights/v20230601preview/incident_comment.py +1 -1
  321. pulumi_azure_native/securityinsights/v20230601preview/incident_relation.py +1 -1
  322. pulumi_azure_native/securityinsights/v20230601preview/incident_task.py +1 -1
  323. pulumi_azure_native/securityinsights/v20230601preview/io_t_data_connector.py +1 -1
  324. pulumi_azure_native/securityinsights/v20230601preview/mcas_data_connector.py +1 -1
  325. pulumi_azure_native/securityinsights/v20230601preview/mdatp_data_connector.py +1 -1
  326. pulumi_azure_native/securityinsights/v20230601preview/metadata.py +1 -1
  327. pulumi_azure_native/securityinsights/v20230601preview/microsoft_purview_information_protection_data_connector.py +1 -1
  328. pulumi_azure_native/securityinsights/v20230601preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  329. pulumi_azure_native/securityinsights/v20230601preview/ml_behavior_analytics_alert_rule.py +1 -1
  330. pulumi_azure_native/securityinsights/v20230601preview/msti_data_connector.py +1 -1
  331. pulumi_azure_native/securityinsights/v20230601preview/mtp_data_connector.py +1 -1
  332. pulumi_azure_native/securityinsights/v20230601preview/nrt_alert_rule.py +1 -1
  333. pulumi_azure_native/securityinsights/v20230601preview/office365_project_data_connector.py +1 -1
  334. pulumi_azure_native/securityinsights/v20230601preview/office_atp_data_connector.py +1 -1
  335. pulumi_azure_native/securityinsights/v20230601preview/office_data_connector.py +1 -1
  336. pulumi_azure_native/securityinsights/v20230601preview/office_irm_data_connector.py +1 -1
  337. pulumi_azure_native/securityinsights/v20230601preview/office_power_bi_data_connector.py +1 -1
  338. pulumi_azure_native/securityinsights/v20230601preview/scheduled_alert_rule.py +1 -1
  339. pulumi_azure_native/securityinsights/v20230601preview/sentinel_onboarding_state.py +1 -1
  340. pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_alert_rule.py +1 -1
  341. pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_indicator.py +1 -1
  342. pulumi_azure_native/securityinsights/v20230601preview/ti_data_connector.py +1 -1
  343. pulumi_azure_native/securityinsights/v20230601preview/ti_taxii_data_connector.py +1 -1
  344. pulumi_azure_native/securityinsights/v20230601preview/ueba.py +1 -1
  345. pulumi_azure_native/securityinsights/v20230601preview/watchlist.py +1 -1
  346. pulumi_azure_native/securityinsights/v20230601preview/watchlist_item.py +1 -1
  347. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_assignment.py +1 -1
  348. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_configuration.py +1 -1
  349. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_group.py +1 -1
  350. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_member.py +1 -1
  351. pulumi_azure_native/securityinsights/v20230701preview/aad_data_connector.py +1 -1
  352. pulumi_azure_native/securityinsights/v20230701preview/aatp_data_connector.py +1 -1
  353. pulumi_azure_native/securityinsights/v20230701preview/action.py +1 -1
  354. pulumi_azure_native/securityinsights/v20230701preview/activity_custom_entity_query.py +1 -1
  355. pulumi_azure_native/securityinsights/v20230701preview/anomalies.py +1 -1
  356. pulumi_azure_native/securityinsights/v20230701preview/anomaly_security_ml_analytics_settings.py +1 -1
  357. pulumi_azure_native/securityinsights/v20230701preview/asc_data_connector.py +1 -1
  358. pulumi_azure_native/securityinsights/v20230701preview/automation_rule.py +1 -1
  359. pulumi_azure_native/securityinsights/v20230701preview/aws_cloud_trail_data_connector.py +1 -1
  360. pulumi_azure_native/securityinsights/v20230701preview/aws_s3_data_connector.py +1 -1
  361. pulumi_azure_native/securityinsights/v20230701preview/bookmark.py +1 -1
  362. pulumi_azure_native/securityinsights/v20230701preview/bookmark_relation.py +1 -1
  363. pulumi_azure_native/securityinsights/v20230701preview/codeless_api_polling_data_connector.py +1 -1
  364. pulumi_azure_native/securityinsights/v20230701preview/codeless_ui_data_connector.py +1 -1
  365. pulumi_azure_native/securityinsights/v20230701preview/content_package.py +1 -1
  366. pulumi_azure_native/securityinsights/v20230701preview/content_template.py +1 -1
  367. pulumi_azure_native/securityinsights/v20230701preview/customizable_connector_definition.py +1 -1
  368. pulumi_azure_native/securityinsights/v20230701preview/dynamics365_data_connector.py +1 -1
  369. pulumi_azure_native/securityinsights/v20230701preview/entity_analytics.py +1 -1
  370. pulumi_azure_native/securityinsights/v20230701preview/eyes_on.py +1 -1
  371. pulumi_azure_native/securityinsights/v20230701preview/file_import.py +1 -1
  372. pulumi_azure_native/securityinsights/v20230701preview/fusion_alert_rule.py +1 -1
  373. pulumi_azure_native/securityinsights/v20230701preview/gcp_data_connector.py +1 -1
  374. pulumi_azure_native/securityinsights/v20230701preview/hunt.py +1 -1
  375. pulumi_azure_native/securityinsights/v20230701preview/hunt_comment.py +1 -1
  376. pulumi_azure_native/securityinsights/v20230701preview/hunt_relation.py +1 -1
  377. pulumi_azure_native/securityinsights/v20230701preview/incident.py +1 -1
  378. pulumi_azure_native/securityinsights/v20230701preview/incident_comment.py +1 -1
  379. pulumi_azure_native/securityinsights/v20230701preview/incident_relation.py +1 -1
  380. pulumi_azure_native/securityinsights/v20230701preview/incident_task.py +1 -1
  381. pulumi_azure_native/securityinsights/v20230701preview/io_t_data_connector.py +1 -1
  382. pulumi_azure_native/securityinsights/v20230701preview/mcas_data_connector.py +1 -1
  383. pulumi_azure_native/securityinsights/v20230701preview/mdatp_data_connector.py +1 -1
  384. pulumi_azure_native/securityinsights/v20230701preview/metadata.py +1 -1
  385. pulumi_azure_native/securityinsights/v20230701preview/microsoft_purview_information_protection_data_connector.py +1 -1
  386. pulumi_azure_native/securityinsights/v20230701preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  387. pulumi_azure_native/securityinsights/v20230701preview/ml_behavior_analytics_alert_rule.py +1 -1
  388. pulumi_azure_native/securityinsights/v20230701preview/msti_data_connector.py +1 -1
  389. pulumi_azure_native/securityinsights/v20230701preview/mtp_data_connector.py +1 -1
  390. pulumi_azure_native/securityinsights/v20230701preview/nrt_alert_rule.py +1 -1
  391. pulumi_azure_native/securityinsights/v20230701preview/office365_project_data_connector.py +1 -1
  392. pulumi_azure_native/securityinsights/v20230701preview/office_atp_data_connector.py +1 -1
  393. pulumi_azure_native/securityinsights/v20230701preview/office_data_connector.py +1 -1
  394. pulumi_azure_native/securityinsights/v20230701preview/office_irm_data_connector.py +1 -1
  395. pulumi_azure_native/securityinsights/v20230701preview/office_power_bi_data_connector.py +1 -1
  396. pulumi_azure_native/securityinsights/v20230701preview/scheduled_alert_rule.py +1 -1
  397. pulumi_azure_native/securityinsights/v20230701preview/sentinel_onboarding_state.py +1 -1
  398. pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_alert_rule.py +1 -1
  399. pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_indicator.py +1 -1
  400. pulumi_azure_native/securityinsights/v20230701preview/ti_data_connector.py +1 -1
  401. pulumi_azure_native/securityinsights/v20230701preview/ti_taxii_data_connector.py +1 -1
  402. pulumi_azure_native/securityinsights/v20230701preview/ueba.py +1 -1
  403. pulumi_azure_native/securityinsights/v20230701preview/watchlist.py +1 -1
  404. pulumi_azure_native/securityinsights/v20230701preview/watchlist_item.py +1 -1
  405. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_assignment.py +1 -1
  406. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_configuration.py +1 -1
  407. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_group.py +1 -1
  408. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_member.py +1 -1
  409. pulumi_azure_native/securityinsights/v20230801preview/aad_data_connector.py +1 -1
  410. pulumi_azure_native/securityinsights/v20230801preview/aatp_data_connector.py +1 -1
  411. pulumi_azure_native/securityinsights/v20230801preview/action.py +1 -1
  412. pulumi_azure_native/securityinsights/v20230801preview/activity_custom_entity_query.py +1 -1
  413. pulumi_azure_native/securityinsights/v20230801preview/anomalies.py +1 -1
  414. pulumi_azure_native/securityinsights/v20230801preview/anomaly_security_ml_analytics_settings.py +1 -1
  415. pulumi_azure_native/securityinsights/v20230801preview/asc_data_connector.py +1 -1
  416. pulumi_azure_native/securityinsights/v20230801preview/automation_rule.py +1 -1
  417. pulumi_azure_native/securityinsights/v20230801preview/aws_cloud_trail_data_connector.py +1 -1
  418. pulumi_azure_native/securityinsights/v20230801preview/aws_s3_data_connector.py +1 -1
  419. pulumi_azure_native/securityinsights/v20230801preview/bookmark.py +1 -1
  420. pulumi_azure_native/securityinsights/v20230801preview/bookmark_relation.py +1 -1
  421. pulumi_azure_native/securityinsights/v20230801preview/codeless_api_polling_data_connector.py +1 -1
  422. pulumi_azure_native/securityinsights/v20230801preview/codeless_ui_data_connector.py +1 -1
  423. pulumi_azure_native/securityinsights/v20230801preview/content_package.py +1 -1
  424. pulumi_azure_native/securityinsights/v20230801preview/content_template.py +1 -1
  425. pulumi_azure_native/securityinsights/v20230801preview/customizable_connector_definition.py +1 -1
  426. pulumi_azure_native/securityinsights/v20230801preview/dynamics365_data_connector.py +1 -1
  427. pulumi_azure_native/securityinsights/v20230801preview/entity_analytics.py +1 -1
  428. pulumi_azure_native/securityinsights/v20230801preview/eyes_on.py +1 -1
  429. pulumi_azure_native/securityinsights/v20230801preview/file_import.py +1 -1
  430. pulumi_azure_native/securityinsights/v20230801preview/fusion_alert_rule.py +1 -1
  431. pulumi_azure_native/securityinsights/v20230801preview/gcp_data_connector.py +1 -1
  432. pulumi_azure_native/securityinsights/v20230801preview/hunt.py +1 -1
  433. pulumi_azure_native/securityinsights/v20230801preview/hunt_comment.py +1 -1
  434. pulumi_azure_native/securityinsights/v20230801preview/hunt_relation.py +1 -1
  435. pulumi_azure_native/securityinsights/v20230801preview/incident.py +1 -1
  436. pulumi_azure_native/securityinsights/v20230801preview/incident_comment.py +1 -1
  437. pulumi_azure_native/securityinsights/v20230801preview/incident_relation.py +1 -1
  438. pulumi_azure_native/securityinsights/v20230801preview/incident_task.py +1 -1
  439. pulumi_azure_native/securityinsights/v20230801preview/io_t_data_connector.py +1 -1
  440. pulumi_azure_native/securityinsights/v20230801preview/mcas_data_connector.py +1 -1
  441. pulumi_azure_native/securityinsights/v20230801preview/mdatp_data_connector.py +1 -1
  442. pulumi_azure_native/securityinsights/v20230801preview/metadata.py +1 -1
  443. pulumi_azure_native/securityinsights/v20230801preview/microsoft_purview_information_protection_data_connector.py +1 -1
  444. pulumi_azure_native/securityinsights/v20230801preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  445. pulumi_azure_native/securityinsights/v20230801preview/ml_behavior_analytics_alert_rule.py +1 -1
  446. pulumi_azure_native/securityinsights/v20230801preview/msti_data_connector.py +1 -1
  447. pulumi_azure_native/securityinsights/v20230801preview/mtp_data_connector.py +1 -1
  448. pulumi_azure_native/securityinsights/v20230801preview/nrt_alert_rule.py +1 -1
  449. pulumi_azure_native/securityinsights/v20230801preview/office365_project_data_connector.py +1 -1
  450. pulumi_azure_native/securityinsights/v20230801preview/office_atp_data_connector.py +1 -1
  451. pulumi_azure_native/securityinsights/v20230801preview/office_data_connector.py +1 -1
  452. pulumi_azure_native/securityinsights/v20230801preview/office_irm_data_connector.py +1 -1
  453. pulumi_azure_native/securityinsights/v20230801preview/office_power_bi_data_connector.py +1 -1
  454. pulumi_azure_native/securityinsights/v20230801preview/scheduled_alert_rule.py +1 -1
  455. pulumi_azure_native/securityinsights/v20230801preview/sentinel_onboarding_state.py +1 -1
  456. pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_alert_rule.py +1 -1
  457. pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_indicator.py +1 -1
  458. pulumi_azure_native/securityinsights/v20230801preview/ti_data_connector.py +1 -1
  459. pulumi_azure_native/securityinsights/v20230801preview/ti_taxii_data_connector.py +1 -1
  460. pulumi_azure_native/securityinsights/v20230801preview/ueba.py +1 -1
  461. pulumi_azure_native/securityinsights/v20230801preview/watchlist.py +1 -1
  462. pulumi_azure_native/securityinsights/v20230801preview/watchlist_item.py +1 -1
  463. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_assignment.py +1 -1
  464. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_configuration.py +1 -1
  465. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_group.py +1 -1
  466. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_member.py +1 -1
  467. pulumi_azure_native/securityinsights/v20230901preview/aad_data_connector.py +1 -1
  468. pulumi_azure_native/securityinsights/v20230901preview/aatp_data_connector.py +1 -1
  469. pulumi_azure_native/securityinsights/v20230901preview/action.py +1 -1
  470. pulumi_azure_native/securityinsights/v20230901preview/activity_custom_entity_query.py +1 -1
  471. pulumi_azure_native/securityinsights/v20230901preview/anomalies.py +1 -1
  472. pulumi_azure_native/securityinsights/v20230901preview/anomaly_security_ml_analytics_settings.py +1 -1
  473. pulumi_azure_native/securityinsights/v20230901preview/asc_data_connector.py +1 -1
  474. pulumi_azure_native/securityinsights/v20230901preview/automation_rule.py +1 -1
  475. pulumi_azure_native/securityinsights/v20230901preview/aws_cloud_trail_data_connector.py +1 -1
  476. pulumi_azure_native/securityinsights/v20230901preview/aws_s3_data_connector.py +1 -1
  477. pulumi_azure_native/securityinsights/v20230901preview/bookmark.py +1 -1
  478. pulumi_azure_native/securityinsights/v20230901preview/bookmark_relation.py +1 -1
  479. pulumi_azure_native/securityinsights/v20230901preview/codeless_api_polling_data_connector.py +1 -1
  480. pulumi_azure_native/securityinsights/v20230901preview/codeless_ui_data_connector.py +1 -1
  481. pulumi_azure_native/securityinsights/v20230901preview/content_package.py +1 -1
  482. pulumi_azure_native/securityinsights/v20230901preview/content_template.py +1 -1
  483. pulumi_azure_native/securityinsights/v20230901preview/customizable_connector_definition.py +1 -1
  484. pulumi_azure_native/securityinsights/v20230901preview/dynamics365_data_connector.py +1 -1
  485. pulumi_azure_native/securityinsights/v20230901preview/entity_analytics.py +1 -1
  486. pulumi_azure_native/securityinsights/v20230901preview/eyes_on.py +1 -1
  487. pulumi_azure_native/securityinsights/v20230901preview/file_import.py +1 -1
  488. pulumi_azure_native/securityinsights/v20230901preview/fusion_alert_rule.py +1 -1
  489. pulumi_azure_native/securityinsights/v20230901preview/gcp_data_connector.py +1 -1
  490. pulumi_azure_native/securityinsights/v20230901preview/hunt.py +1 -1
  491. pulumi_azure_native/securityinsights/v20230901preview/hunt_comment.py +1 -1
  492. pulumi_azure_native/securityinsights/v20230901preview/hunt_relation.py +1 -1
  493. pulumi_azure_native/securityinsights/v20230901preview/incident.py +1 -1
  494. pulumi_azure_native/securityinsights/v20230901preview/incident_comment.py +1 -1
  495. pulumi_azure_native/securityinsights/v20230901preview/incident_relation.py +1 -1
  496. pulumi_azure_native/securityinsights/v20230901preview/incident_task.py +1 -1
  497. pulumi_azure_native/securityinsights/v20230901preview/io_t_data_connector.py +1 -1
  498. pulumi_azure_native/securityinsights/v20230901preview/mcas_data_connector.py +1 -1
  499. pulumi_azure_native/securityinsights/v20230901preview/mdatp_data_connector.py +1 -1
  500. pulumi_azure_native/securityinsights/v20230901preview/metadata.py +1 -1
  501. pulumi_azure_native/securityinsights/v20230901preview/microsoft_purview_information_protection_data_connector.py +1 -1
  502. pulumi_azure_native/securityinsights/v20230901preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  503. pulumi_azure_native/securityinsights/v20230901preview/ml_behavior_analytics_alert_rule.py +1 -1
  504. pulumi_azure_native/securityinsights/v20230901preview/msti_data_connector.py +1 -1
  505. pulumi_azure_native/securityinsights/v20230901preview/mtp_data_connector.py +1 -1
  506. pulumi_azure_native/securityinsights/v20230901preview/nrt_alert_rule.py +1 -1
  507. pulumi_azure_native/securityinsights/v20230901preview/office365_project_data_connector.py +1 -1
  508. pulumi_azure_native/securityinsights/v20230901preview/office_atp_data_connector.py +1 -1
  509. pulumi_azure_native/securityinsights/v20230901preview/office_data_connector.py +1 -1
  510. pulumi_azure_native/securityinsights/v20230901preview/office_irm_data_connector.py +1 -1
  511. pulumi_azure_native/securityinsights/v20230901preview/office_power_bi_data_connector.py +1 -1
  512. pulumi_azure_native/securityinsights/v20230901preview/scheduled_alert_rule.py +1 -1
  513. pulumi_azure_native/securityinsights/v20230901preview/sentinel_onboarding_state.py +1 -1
  514. pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_alert_rule.py +1 -1
  515. pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_indicator.py +1 -1
  516. pulumi_azure_native/securityinsights/v20230901preview/ti_data_connector.py +1 -1
  517. pulumi_azure_native/securityinsights/v20230901preview/ti_taxii_data_connector.py +1 -1
  518. pulumi_azure_native/securityinsights/v20230901preview/ueba.py +1 -1
  519. pulumi_azure_native/securityinsights/v20230901preview/watchlist.py +1 -1
  520. pulumi_azure_native/securityinsights/v20230901preview/watchlist_item.py +1 -1
  521. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_assignment.py +1 -1
  522. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_configuration.py +1 -1
  523. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_group.py +1 -1
  524. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_member.py +1 -1
  525. pulumi_azure_native/securityinsights/v20231001preview/__init__.py +129 -0
  526. pulumi_azure_native/securityinsights/v20231001preview/_enums.py +1308 -0
  527. pulumi_azure_native/securityinsights/v20231001preview/_inputs.py +5952 -0
  528. pulumi_azure_native/securityinsights/v20231001preview/aad_data_connector.py +290 -0
  529. pulumi_azure_native/securityinsights/v20231001preview/aatp_data_connector.py +290 -0
  530. pulumi_azure_native/securityinsights/v20231001preview/action.py +277 -0
  531. pulumi_azure_native/securityinsights/v20231001preview/activity_custom_entity_query.py +512 -0
  532. pulumi_azure_native/securityinsights/v20231001preview/anomalies.py +239 -0
  533. pulumi_azure_native/securityinsights/v20231001preview/anomaly_security_ml_analytics_settings.py +624 -0
  534. pulumi_azure_native/securityinsights/v20231001preview/asc_data_connector.py +289 -0
  535. pulumi_azure_native/securityinsights/v20231001preview/automation_rule.py +355 -0
  536. pulumi_azure_native/securityinsights/v20231001preview/aws_cloud_trail_data_connector.py +290 -0
  537. pulumi_azure_native/securityinsights/v20231001preview/aws_s3_data_connector.py +351 -0
  538. pulumi_azure_native/securityinsights/v20231001preview/bookmark.py +663 -0
  539. pulumi_azure_native/securityinsights/v20231001preview/bookmark_relation.py +276 -0
  540. pulumi_azure_native/securityinsights/v20231001preview/codeless_api_polling_data_connector.py +289 -0
  541. pulumi_azure_native/securityinsights/v20231001preview/codeless_ui_data_connector.py +260 -0
  542. pulumi_azure_native/securityinsights/v20231001preview/content_package.py +869 -0
  543. pulumi_azure_native/securityinsights/v20231001preview/content_template.py +950 -0
  544. pulumi_azure_native/securityinsights/v20231001preview/customizable_connector_definition.py +348 -0
  545. pulumi_azure_native/securityinsights/v20231001preview/dynamics365_data_connector.py +291 -0
  546. pulumi_azure_native/securityinsights/v20231001preview/entity_analytics.py +259 -0
  547. pulumi_azure_native/securityinsights/v20231001preview/eyes_on.py +239 -0
  548. pulumi_azure_native/securityinsights/v20231001preview/file_import.py +397 -0
  549. pulumi_azure_native/securityinsights/v20231001preview/fusion_alert_rule.py +409 -0
  550. pulumi_azure_native/securityinsights/v20231001preview/gcp_data_connector.py +349 -0
  551. pulumi_azure_native/securityinsights/v20231001preview/get_aad_data_connector.py +176 -0
  552. pulumi_azure_native/securityinsights/v20231001preview/get_aatp_data_connector.py +176 -0
  553. pulumi_azure_native/securityinsights/v20231001preview/get_action.py +167 -0
  554. pulumi_azure_native/securityinsights/v20231001preview/get_activity_custom_entity_query.py +293 -0
  555. pulumi_azure_native/securityinsights/v20231001preview/get_anomalies.py +163 -0
  556. pulumi_azure_native/securityinsights/v20231001preview/get_anomaly_security_ml_analytics_settings.py +332 -0
  557. pulumi_azure_native/securityinsights/v20231001preview/get_asc_data_connector.py +176 -0
  558. pulumi_azure_native/securityinsights/v20231001preview/get_automation_rule.py +237 -0
  559. pulumi_azure_native/securityinsights/v20231001preview/get_aws_cloud_trail_data_connector.py +176 -0
  560. pulumi_azure_native/securityinsights/v20231001preview/get_aws_s3_data_connector.py +202 -0
  561. pulumi_azure_native/securityinsights/v20231001preview/get_bookmark.py +344 -0
  562. pulumi_azure_native/securityinsights/v20231001preview/get_bookmark_relation.py +193 -0
  563. pulumi_azure_native/securityinsights/v20231001preview/get_codeless_api_polling_data_connector.py +176 -0
  564. pulumi_azure_native/securityinsights/v20231001preview/get_codeless_ui_data_connector.py +163 -0
  565. pulumi_azure_native/securityinsights/v20231001preview/get_content_package.py +435 -0
  566. pulumi_azure_native/securityinsights/v20231001preview/get_content_template.py +493 -0
  567. pulumi_azure_native/securityinsights/v20231001preview/get_customizable_connector_definition.py +202 -0
  568. pulumi_azure_native/securityinsights/v20231001preview/get_dynamics365_data_connector.py +176 -0
  569. pulumi_azure_native/securityinsights/v20231001preview/get_entities_get_timeline.py +118 -0
  570. pulumi_azure_native/securityinsights/v20231001preview/get_entity_analytics.py +163 -0
  571. pulumi_azure_native/securityinsights/v20231001preview/get_entity_insights.py +117 -0
  572. pulumi_azure_native/securityinsights/v20231001preview/get_eyes_on.py +163 -0
  573. pulumi_azure_native/securityinsights/v20231001preview/get_file_import.py +292 -0
  574. pulumi_azure_native/securityinsights/v20231001preview/get_fusion_alert_rule.py +280 -0
  575. pulumi_azure_native/securityinsights/v20231001preview/get_gcp_data_connector.py +202 -0
  576. pulumi_azure_native/securityinsights/v20231001preview/get_hunt.py +240 -0
  577. pulumi_azure_native/securityinsights/v20231001preview/get_hunt_comment.py +154 -0
  578. pulumi_azure_native/securityinsights/v20231001preview/get_hunt_relation.py +206 -0
  579. pulumi_azure_native/securityinsights/v20231001preview/get_incident.py +393 -0
  580. pulumi_azure_native/securityinsights/v20231001preview/get_incident_comment.py +193 -0
  581. pulumi_azure_native/securityinsights/v20231001preview/get_incident_relation.py +193 -0
  582. pulumi_azure_native/securityinsights/v20231001preview/get_incident_task.py +226 -0
  583. pulumi_azure_native/securityinsights/v20231001preview/get_io_t_data_connector.py +176 -0
  584. pulumi_azure_native/securityinsights/v20231001preview/get_mcas_data_connector.py +176 -0
  585. pulumi_azure_native/securityinsights/v20231001preview/get_mdatp_data_connector.py +176 -0
  586. pulumi_azure_native/securityinsights/v20231001preview/get_metadata.py +383 -0
  587. pulumi_azure_native/securityinsights/v20231001preview/get_microsoft_purview_information_protection_data_connector.py +176 -0
  588. pulumi_azure_native/securityinsights/v20231001preview/get_microsoft_security_incident_creation_alert_rule.py +267 -0
  589. pulumi_azure_native/securityinsights/v20231001preview/get_ml_behavior_analytics_alert_rule.py +254 -0
  590. pulumi_azure_native/securityinsights/v20231001preview/get_msti_data_connector.py +176 -0
  591. pulumi_azure_native/securityinsights/v20231001preview/get_mtp_data_connector.py +189 -0
  592. pulumi_azure_native/securityinsights/v20231001preview/get_nrt_alert_rule.py +384 -0
  593. pulumi_azure_native/securityinsights/v20231001preview/get_office365_project_data_connector.py +176 -0
  594. pulumi_azure_native/securityinsights/v20231001preview/get_office_atp_data_connector.py +176 -0
  595. pulumi_azure_native/securityinsights/v20231001preview/get_office_data_connector.py +176 -0
  596. pulumi_azure_native/securityinsights/v20231001preview/get_office_irm_data_connector.py +176 -0
  597. pulumi_azure_native/securityinsights/v20231001preview/get_office_power_bi_data_connector.py +176 -0
  598. pulumi_azure_native/securityinsights/v20231001preview/get_scheduled_alert_rule.py +436 -0
  599. pulumi_azure_native/securityinsights/v20231001preview/get_sentinel_onboarding_state.py +149 -0
  600. pulumi_azure_native/securityinsights/v20231001preview/get_threat_intelligence_alert_rule.py +254 -0
  601. pulumi_azure_native/securityinsights/v20231001preview/get_threat_intelligence_indicator.py +149 -0
  602. pulumi_azure_native/securityinsights/v20231001preview/get_ti_data_connector.py +189 -0
  603. pulumi_azure_native/securityinsights/v20231001preview/get_ti_taxii_data_connector.py +280 -0
  604. pulumi_azure_native/securityinsights/v20231001preview/get_ueba.py +163 -0
  605. pulumi_azure_native/securityinsights/v20231001preview/get_watchlist.py +409 -0
  606. pulumi_azure_native/securityinsights/v20231001preview/get_watchlist_item.py +271 -0
  607. pulumi_azure_native/securityinsights/v20231001preview/get_workspace_manager_assignment.py +188 -0
  608. pulumi_azure_native/securityinsights/v20231001preview/get_workspace_manager_configuration.py +149 -0
  609. pulumi_azure_native/securityinsights/v20231001preview/get_workspace_manager_group.py +175 -0
  610. pulumi_azure_native/securityinsights/v20231001preview/get_workspace_manager_member.py +162 -0
  611. pulumi_azure_native/securityinsights/v20231001preview/hunt.py +439 -0
  612. pulumi_azure_native/securityinsights/v20231001preview/hunt_comment.py +246 -0
  613. pulumi_azure_native/securityinsights/v20231001preview/hunt_relation.py +305 -0
  614. pulumi_azure_native/securityinsights/v20231001preview/incident.py +607 -0
  615. pulumi_azure_native/securityinsights/v20231001preview/incident_comment.py +276 -0
  616. pulumi_azure_native/securityinsights/v20231001preview/incident_relation.py +276 -0
  617. pulumi_azure_native/securityinsights/v20231001preview/incident_task.py +375 -0
  618. pulumi_azure_native/securityinsights/v20231001preview/io_t_data_connector.py +289 -0
  619. pulumi_azure_native/securityinsights/v20231001preview/list_source_control_repositories.py +123 -0
  620. pulumi_azure_native/securityinsights/v20231001preview/mcas_data_connector.py +291 -0
  621. pulumi_azure_native/securityinsights/v20231001preview/mdatp_data_connector.py +290 -0
  622. pulumi_azure_native/securityinsights/v20231001preview/metadata.py +750 -0
  623. pulumi_azure_native/securityinsights/v20231001preview/microsoft_purview_information_protection_data_connector.py +291 -0
  624. pulumi_azure_native/securityinsights/v20231001preview/microsoft_security_incident_creation_alert_rule.py +475 -0
  625. pulumi_azure_native/securityinsights/v20231001preview/ml_behavior_analytics_alert_rule.py +349 -0
  626. pulumi_azure_native/securityinsights/v20231001preview/msti_data_connector.py +291 -0
  627. pulumi_azure_native/securityinsights/v20231001preview/mtp_data_connector.py +320 -0
  628. pulumi_azure_native/securityinsights/v20231001preview/nrt_alert_rule.py +740 -0
  629. pulumi_azure_native/securityinsights/v20231001preview/office365_project_data_connector.py +291 -0
  630. pulumi_azure_native/securityinsights/v20231001preview/office_atp_data_connector.py +290 -0
  631. pulumi_azure_native/securityinsights/v20231001preview/office_data_connector.py +291 -0
  632. pulumi_azure_native/securityinsights/v20231001preview/office_irm_data_connector.py +290 -0
  633. pulumi_azure_native/securityinsights/v20231001preview/office_power_bi_data_connector.py +291 -0
  634. pulumi_azure_native/securityinsights/v20231001preview/outputs.py +7932 -0
  635. pulumi_azure_native/securityinsights/v20231001preview/scheduled_alert_rule.py +860 -0
  636. pulumi_azure_native/securityinsights/v20231001preview/sentinel_onboarding_state.py +224 -0
  637. pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_alert_rule.py +349 -0
  638. pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_indicator.py +788 -0
  639. pulumi_azure_native/securityinsights/v20231001preview/ti_data_connector.py +320 -0
  640. pulumi_azure_native/securityinsights/v20231001preview/ti_taxii_data_connector.py +524 -0
  641. pulumi_azure_native/securityinsights/v20231001preview/ueba.py +259 -0
  642. pulumi_azure_native/securityinsights/v20231001preview/watchlist.py +789 -0
  643. pulumi_azure_native/securityinsights/v20231001preview/watchlist_item.py +488 -0
  644. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_assignment.py +276 -0
  645. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_configuration.py +226 -0
  646. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_group.py +284 -0
  647. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_member.py +255 -0
  648. pulumi_azure_native/securityinsights/watchlist.py +3 -3
  649. pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
  650. pulumi_azure_native/securityinsights/workspace_manager_assignment.py +3 -3
  651. pulumi_azure_native/securityinsights/workspace_manager_configuration.py +3 -3
  652. pulumi_azure_native/securityinsights/workspace_manager_group.py +3 -3
  653. pulumi_azure_native/securityinsights/workspace_manager_member.py +3 -3
  654. {pulumi_azure_native-2.17.1a1700139642.dist-info → pulumi_azure_native-2.17.1a1700150019.dist-info}/METADATA +1 -1
  655. {pulumi_azure_native-2.17.1a1700139642.dist-info → pulumi_azure_native-2.17.1a1700150019.dist-info}/RECORD +657 -493
  656. {pulumi_azure_native-2.17.1a1700139642.dist-info → pulumi_azure_native-2.17.1a1700150019.dist-info}/WHEEL +0 -0
  657. {pulumi_azure_native-2.17.1a1700139642.dist-info → pulumi_azure_native-2.17.1a1700150019.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2989 @@
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 pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+ from ._enums import *
13
+
14
+ __all__ = [
15
+ 'AgentConfigurationResponse',
16
+ 'AgentUpgradeResponse',
17
+ 'CloudMetadataResponse',
18
+ 'ConfigurationExtensionResponse',
19
+ 'ErrorAdditionalInfoResponse',
20
+ 'ErrorDetailResponse',
21
+ 'EsuKeyResponse',
22
+ 'ExtensionsResourceStatusResponse',
23
+ 'HybridComputePrivateLinkScopePropertiesResponse',
24
+ 'IdentityResponse',
25
+ 'IpAddressResponse',
26
+ 'LicenseDetailsResponse',
27
+ 'LicenseProfileMachineInstanceViewEsuPropertiesResponse',
28
+ 'LicenseProfileMachineInstanceViewResponse',
29
+ 'LicenseResponse',
30
+ 'LocationDataResponse',
31
+ 'MachineExtensionInstanceViewResponse',
32
+ 'MachineExtensionInstanceViewResponseStatus',
33
+ 'MachineExtensionPropertiesResponse',
34
+ 'MachineExtensionResponse',
35
+ 'MachineRunCommandInstanceViewResponse',
36
+ 'MachineRunCommandScriptSourceResponse',
37
+ 'NetworkInterfaceResponse',
38
+ 'NetworkProfileResponse',
39
+ 'OSProfileResponse',
40
+ 'OSProfileResponseLinuxConfiguration',
41
+ 'OSProfileResponseWindowsConfiguration',
42
+ 'PrivateEndpointConnectionDataModelResponse',
43
+ 'PrivateEndpointConnectionPropertiesResponse',
44
+ 'PrivateEndpointPropertyResponse',
45
+ 'PrivateLinkServiceConnectionStatePropertyResponse',
46
+ 'ProductFeatureResponse',
47
+ 'RunCommandInputParameterResponse',
48
+ 'RunCommandManagedIdentityResponse',
49
+ 'ServiceStatusResponse',
50
+ 'ServiceStatusesResponse',
51
+ 'SubnetResponse',
52
+ 'SystemDataResponse',
53
+ ]
54
+
55
+ @pulumi.output_type
56
+ class AgentConfigurationResponse(dict):
57
+ """
58
+ Configurable properties that the user can set locally via the azcmagent config command, or remotely via ARM.
59
+ """
60
+ @staticmethod
61
+ def __key_warning(key: str):
62
+ suggest = None
63
+ if key == "configMode":
64
+ suggest = "config_mode"
65
+ elif key == "extensionsAllowList":
66
+ suggest = "extensions_allow_list"
67
+ elif key == "extensionsBlockList":
68
+ suggest = "extensions_block_list"
69
+ elif key == "extensionsEnabled":
70
+ suggest = "extensions_enabled"
71
+ elif key == "guestConfigurationEnabled":
72
+ suggest = "guest_configuration_enabled"
73
+ elif key == "incomingConnectionsPorts":
74
+ suggest = "incoming_connections_ports"
75
+ elif key == "proxyBypass":
76
+ suggest = "proxy_bypass"
77
+ elif key == "proxyUrl":
78
+ suggest = "proxy_url"
79
+
80
+ if suggest:
81
+ pulumi.log.warn(f"Key '{key}' not found in AgentConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
82
+
83
+ def __getitem__(self, key: str) -> Any:
84
+ AgentConfigurationResponse.__key_warning(key)
85
+ return super().__getitem__(key)
86
+
87
+ def get(self, key: str, default = None) -> Any:
88
+ AgentConfigurationResponse.__key_warning(key)
89
+ return super().get(key, default)
90
+
91
+ def __init__(__self__, *,
92
+ config_mode: str,
93
+ extensions_allow_list: Sequence['outputs.ConfigurationExtensionResponse'],
94
+ extensions_block_list: Sequence['outputs.ConfigurationExtensionResponse'],
95
+ extensions_enabled: str,
96
+ guest_configuration_enabled: str,
97
+ incoming_connections_ports: Sequence[str],
98
+ proxy_bypass: Sequence[str],
99
+ proxy_url: str):
100
+ """
101
+ Configurable properties that the user can set locally via the azcmagent config command, or remotely via ARM.
102
+ :param str config_mode: Name of configuration mode to use. Modes are pre-defined configurations of security controls, extension allowlists and guest configuration, maintained by Microsoft.
103
+ :param Sequence['ConfigurationExtensionResponse'] extensions_allow_list: Array of extensions that are allowed to be installed or updated.
104
+ :param Sequence['ConfigurationExtensionResponse'] extensions_block_list: Array of extensions that are blocked (cannot be installed or updated)
105
+ :param str extensions_enabled: Specifies whether the extension service is enabled or disabled.
106
+ :param str guest_configuration_enabled: Specified whether the guest configuration service is enabled or disabled.
107
+ :param Sequence[str] incoming_connections_ports: Specifies the list of ports that the agent will be able to listen on.
108
+ :param Sequence[str] proxy_bypass: List of service names which should not use the specified proxy server.
109
+ :param str proxy_url: Specifies the URL of the proxy to be used.
110
+ """
111
+ pulumi.set(__self__, "config_mode", config_mode)
112
+ pulumi.set(__self__, "extensions_allow_list", extensions_allow_list)
113
+ pulumi.set(__self__, "extensions_block_list", extensions_block_list)
114
+ pulumi.set(__self__, "extensions_enabled", extensions_enabled)
115
+ pulumi.set(__self__, "guest_configuration_enabled", guest_configuration_enabled)
116
+ pulumi.set(__self__, "incoming_connections_ports", incoming_connections_ports)
117
+ pulumi.set(__self__, "proxy_bypass", proxy_bypass)
118
+ pulumi.set(__self__, "proxy_url", proxy_url)
119
+
120
+ @property
121
+ @pulumi.getter(name="configMode")
122
+ def config_mode(self) -> str:
123
+ """
124
+ Name of configuration mode to use. Modes are pre-defined configurations of security controls, extension allowlists and guest configuration, maintained by Microsoft.
125
+ """
126
+ return pulumi.get(self, "config_mode")
127
+
128
+ @property
129
+ @pulumi.getter(name="extensionsAllowList")
130
+ def extensions_allow_list(self) -> Sequence['outputs.ConfigurationExtensionResponse']:
131
+ """
132
+ Array of extensions that are allowed to be installed or updated.
133
+ """
134
+ return pulumi.get(self, "extensions_allow_list")
135
+
136
+ @property
137
+ @pulumi.getter(name="extensionsBlockList")
138
+ def extensions_block_list(self) -> Sequence['outputs.ConfigurationExtensionResponse']:
139
+ """
140
+ Array of extensions that are blocked (cannot be installed or updated)
141
+ """
142
+ return pulumi.get(self, "extensions_block_list")
143
+
144
+ @property
145
+ @pulumi.getter(name="extensionsEnabled")
146
+ def extensions_enabled(self) -> str:
147
+ """
148
+ Specifies whether the extension service is enabled or disabled.
149
+ """
150
+ return pulumi.get(self, "extensions_enabled")
151
+
152
+ @property
153
+ @pulumi.getter(name="guestConfigurationEnabled")
154
+ def guest_configuration_enabled(self) -> str:
155
+ """
156
+ Specified whether the guest configuration service is enabled or disabled.
157
+ """
158
+ return pulumi.get(self, "guest_configuration_enabled")
159
+
160
+ @property
161
+ @pulumi.getter(name="incomingConnectionsPorts")
162
+ def incoming_connections_ports(self) -> Sequence[str]:
163
+ """
164
+ Specifies the list of ports that the agent will be able to listen on.
165
+ """
166
+ return pulumi.get(self, "incoming_connections_ports")
167
+
168
+ @property
169
+ @pulumi.getter(name="proxyBypass")
170
+ def proxy_bypass(self) -> Sequence[str]:
171
+ """
172
+ List of service names which should not use the specified proxy server.
173
+ """
174
+ return pulumi.get(self, "proxy_bypass")
175
+
176
+ @property
177
+ @pulumi.getter(name="proxyUrl")
178
+ def proxy_url(self) -> str:
179
+ """
180
+ Specifies the URL of the proxy to be used.
181
+ """
182
+ return pulumi.get(self, "proxy_url")
183
+
184
+
185
+ @pulumi.output_type
186
+ class AgentUpgradeResponse(dict):
187
+ """
188
+ The info w.r.t Agent Upgrade.
189
+ """
190
+ @staticmethod
191
+ def __key_warning(key: str):
192
+ suggest = None
193
+ if key == "lastAttemptDesiredVersion":
194
+ suggest = "last_attempt_desired_version"
195
+ elif key == "lastAttemptMessage":
196
+ suggest = "last_attempt_message"
197
+ elif key == "lastAttemptStatus":
198
+ suggest = "last_attempt_status"
199
+ elif key == "lastAttemptTimestamp":
200
+ suggest = "last_attempt_timestamp"
201
+ elif key == "correlationId":
202
+ suggest = "correlation_id"
203
+ elif key == "desiredVersion":
204
+ suggest = "desired_version"
205
+ elif key == "enableAutomaticUpgrade":
206
+ suggest = "enable_automatic_upgrade"
207
+
208
+ if suggest:
209
+ pulumi.log.warn(f"Key '{key}' not found in AgentUpgradeResponse. Access the value via the '{suggest}' property getter instead.")
210
+
211
+ def __getitem__(self, key: str) -> Any:
212
+ AgentUpgradeResponse.__key_warning(key)
213
+ return super().__getitem__(key)
214
+
215
+ def get(self, key: str, default = None) -> Any:
216
+ AgentUpgradeResponse.__key_warning(key)
217
+ return super().get(key, default)
218
+
219
+ def __init__(__self__, *,
220
+ last_attempt_desired_version: str,
221
+ last_attempt_message: str,
222
+ last_attempt_status: str,
223
+ last_attempt_timestamp: str,
224
+ correlation_id: Optional[str] = None,
225
+ desired_version: Optional[str] = None,
226
+ enable_automatic_upgrade: Optional[bool] = None):
227
+ """
228
+ The info w.r.t Agent Upgrade.
229
+ :param str last_attempt_desired_version: Specifies the version of the last attempt
230
+ :param str last_attempt_message: Failure message of last upgrade attempt if any.
231
+ :param str last_attempt_status: Specifies the status of Agent Upgrade.
232
+ :param str last_attempt_timestamp: Timestamp of last upgrade attempt
233
+ :param str correlation_id: The correlation ID passed in from RSM per upgrade.
234
+ :param str desired_version: Specifies the version info w.r.t AgentUpgrade for the machine.
235
+ :param bool enable_automatic_upgrade: Specifies if RSM should try to upgrade this machine
236
+ """
237
+ pulumi.set(__self__, "last_attempt_desired_version", last_attempt_desired_version)
238
+ pulumi.set(__self__, "last_attempt_message", last_attempt_message)
239
+ pulumi.set(__self__, "last_attempt_status", last_attempt_status)
240
+ pulumi.set(__self__, "last_attempt_timestamp", last_attempt_timestamp)
241
+ if correlation_id is not None:
242
+ pulumi.set(__self__, "correlation_id", correlation_id)
243
+ if desired_version is not None:
244
+ pulumi.set(__self__, "desired_version", desired_version)
245
+ if enable_automatic_upgrade is not None:
246
+ pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
247
+
248
+ @property
249
+ @pulumi.getter(name="lastAttemptDesiredVersion")
250
+ def last_attempt_desired_version(self) -> str:
251
+ """
252
+ Specifies the version of the last attempt
253
+ """
254
+ return pulumi.get(self, "last_attempt_desired_version")
255
+
256
+ @property
257
+ @pulumi.getter(name="lastAttemptMessage")
258
+ def last_attempt_message(self) -> str:
259
+ """
260
+ Failure message of last upgrade attempt if any.
261
+ """
262
+ return pulumi.get(self, "last_attempt_message")
263
+
264
+ @property
265
+ @pulumi.getter(name="lastAttemptStatus")
266
+ def last_attempt_status(self) -> str:
267
+ """
268
+ Specifies the status of Agent Upgrade.
269
+ """
270
+ return pulumi.get(self, "last_attempt_status")
271
+
272
+ @property
273
+ @pulumi.getter(name="lastAttemptTimestamp")
274
+ def last_attempt_timestamp(self) -> str:
275
+ """
276
+ Timestamp of last upgrade attempt
277
+ """
278
+ return pulumi.get(self, "last_attempt_timestamp")
279
+
280
+ @property
281
+ @pulumi.getter(name="correlationId")
282
+ def correlation_id(self) -> Optional[str]:
283
+ """
284
+ The correlation ID passed in from RSM per upgrade.
285
+ """
286
+ return pulumi.get(self, "correlation_id")
287
+
288
+ @property
289
+ @pulumi.getter(name="desiredVersion")
290
+ def desired_version(self) -> Optional[str]:
291
+ """
292
+ Specifies the version info w.r.t AgentUpgrade for the machine.
293
+ """
294
+ return pulumi.get(self, "desired_version")
295
+
296
+ @property
297
+ @pulumi.getter(name="enableAutomaticUpgrade")
298
+ def enable_automatic_upgrade(self) -> Optional[bool]:
299
+ """
300
+ Specifies if RSM should try to upgrade this machine
301
+ """
302
+ return pulumi.get(self, "enable_automatic_upgrade")
303
+
304
+
305
+ @pulumi.output_type
306
+ class CloudMetadataResponse(dict):
307
+ """
308
+ The metadata of the cloud environment (Azure/GCP/AWS/OCI...).
309
+ """
310
+ def __init__(__self__, *,
311
+ provider: str):
312
+ """
313
+ The metadata of the cloud environment (Azure/GCP/AWS/OCI...).
314
+ :param str provider: Specifies the cloud provider (Azure/AWS/GCP...).
315
+ """
316
+ pulumi.set(__self__, "provider", provider)
317
+
318
+ @property
319
+ @pulumi.getter
320
+ def provider(self) -> str:
321
+ """
322
+ Specifies the cloud provider (Azure/AWS/GCP...).
323
+ """
324
+ return pulumi.get(self, "provider")
325
+
326
+
327
+ @pulumi.output_type
328
+ class ConfigurationExtensionResponse(dict):
329
+ """
330
+ Describes properties that can identify extensions.
331
+ """
332
+ def __init__(__self__, *,
333
+ publisher: str,
334
+ type: str):
335
+ """
336
+ Describes properties that can identify extensions.
337
+ :param str publisher: Publisher of the extension.
338
+ :param str type: Type of the extension.
339
+ """
340
+ pulumi.set(__self__, "publisher", publisher)
341
+ pulumi.set(__self__, "type", type)
342
+
343
+ @property
344
+ @pulumi.getter
345
+ def publisher(self) -> str:
346
+ """
347
+ Publisher of the extension.
348
+ """
349
+ return pulumi.get(self, "publisher")
350
+
351
+ @property
352
+ @pulumi.getter
353
+ def type(self) -> str:
354
+ """
355
+ Type of the extension.
356
+ """
357
+ return pulumi.get(self, "type")
358
+
359
+
360
+ @pulumi.output_type
361
+ class ErrorAdditionalInfoResponse(dict):
362
+ """
363
+ The resource management error additional info.
364
+ """
365
+ def __init__(__self__, *,
366
+ info: Any,
367
+ type: str):
368
+ """
369
+ The resource management error additional info.
370
+ :param Any info: The additional info.
371
+ :param str type: The additional info type.
372
+ """
373
+ pulumi.set(__self__, "info", info)
374
+ pulumi.set(__self__, "type", type)
375
+
376
+ @property
377
+ @pulumi.getter
378
+ def info(self) -> Any:
379
+ """
380
+ The additional info.
381
+ """
382
+ return pulumi.get(self, "info")
383
+
384
+ @property
385
+ @pulumi.getter
386
+ def type(self) -> str:
387
+ """
388
+ The additional info type.
389
+ """
390
+ return pulumi.get(self, "type")
391
+
392
+
393
+ @pulumi.output_type
394
+ class ErrorDetailResponse(dict):
395
+ """
396
+ The error detail.
397
+ """
398
+ @staticmethod
399
+ def __key_warning(key: str):
400
+ suggest = None
401
+ if key == "additionalInfo":
402
+ suggest = "additional_info"
403
+
404
+ if suggest:
405
+ pulumi.log.warn(f"Key '{key}' not found in ErrorDetailResponse. Access the value via the '{suggest}' property getter instead.")
406
+
407
+ def __getitem__(self, key: str) -> Any:
408
+ ErrorDetailResponse.__key_warning(key)
409
+ return super().__getitem__(key)
410
+
411
+ def get(self, key: str, default = None) -> Any:
412
+ ErrorDetailResponse.__key_warning(key)
413
+ return super().get(key, default)
414
+
415
+ def __init__(__self__, *,
416
+ additional_info: Sequence['outputs.ErrorAdditionalInfoResponse'],
417
+ code: str,
418
+ details: Sequence['outputs.ErrorDetailResponse'],
419
+ message: str,
420
+ target: str):
421
+ """
422
+ The error detail.
423
+ :param Sequence['ErrorAdditionalInfoResponse'] additional_info: The error additional info.
424
+ :param str code: The error code.
425
+ :param Sequence['ErrorDetailResponse'] details: The error details.
426
+ :param str message: The error message.
427
+ :param str target: The error target.
428
+ """
429
+ pulumi.set(__self__, "additional_info", additional_info)
430
+ pulumi.set(__self__, "code", code)
431
+ pulumi.set(__self__, "details", details)
432
+ pulumi.set(__self__, "message", message)
433
+ pulumi.set(__self__, "target", target)
434
+
435
+ @property
436
+ @pulumi.getter(name="additionalInfo")
437
+ def additional_info(self) -> Sequence['outputs.ErrorAdditionalInfoResponse']:
438
+ """
439
+ The error additional info.
440
+ """
441
+ return pulumi.get(self, "additional_info")
442
+
443
+ @property
444
+ @pulumi.getter
445
+ def code(self) -> str:
446
+ """
447
+ The error code.
448
+ """
449
+ return pulumi.get(self, "code")
450
+
451
+ @property
452
+ @pulumi.getter
453
+ def details(self) -> Sequence['outputs.ErrorDetailResponse']:
454
+ """
455
+ The error details.
456
+ """
457
+ return pulumi.get(self, "details")
458
+
459
+ @property
460
+ @pulumi.getter
461
+ def message(self) -> str:
462
+ """
463
+ The error message.
464
+ """
465
+ return pulumi.get(self, "message")
466
+
467
+ @property
468
+ @pulumi.getter
469
+ def target(self) -> str:
470
+ """
471
+ The error target.
472
+ """
473
+ return pulumi.get(self, "target")
474
+
475
+
476
+ @pulumi.output_type
477
+ class EsuKeyResponse(dict):
478
+ """
479
+ ESU key
480
+ """
481
+ @staticmethod
482
+ def __key_warning(key: str):
483
+ suggest = None
484
+ if key == "licenseStatus":
485
+ suggest = "license_status"
486
+
487
+ if suggest:
488
+ pulumi.log.warn(f"Key '{key}' not found in EsuKeyResponse. Access the value via the '{suggest}' property getter instead.")
489
+
490
+ def __getitem__(self, key: str) -> Any:
491
+ EsuKeyResponse.__key_warning(key)
492
+ return super().__getitem__(key)
493
+
494
+ def get(self, key: str, default = None) -> Any:
495
+ EsuKeyResponse.__key_warning(key)
496
+ return super().get(key, default)
497
+
498
+ def __init__(__self__, *,
499
+ license_status: Optional[str] = None,
500
+ sku: Optional[str] = None):
501
+ """
502
+ ESU key
503
+ :param str license_status: The current status of the license profile key.
504
+ :param str sku: SKU number.
505
+ """
506
+ if license_status is not None:
507
+ pulumi.set(__self__, "license_status", license_status)
508
+ if sku is not None:
509
+ pulumi.set(__self__, "sku", sku)
510
+
511
+ @property
512
+ @pulumi.getter(name="licenseStatus")
513
+ def license_status(self) -> Optional[str]:
514
+ """
515
+ The current status of the license profile key.
516
+ """
517
+ return pulumi.get(self, "license_status")
518
+
519
+ @property
520
+ @pulumi.getter
521
+ def sku(self) -> Optional[str]:
522
+ """
523
+ SKU number.
524
+ """
525
+ return pulumi.get(self, "sku")
526
+
527
+
528
+ @pulumi.output_type
529
+ class ExtensionsResourceStatusResponse(dict):
530
+ """
531
+ Instance view status.
532
+ """
533
+ @staticmethod
534
+ def __key_warning(key: str):
535
+ suggest = None
536
+ if key == "displayStatus":
537
+ suggest = "display_status"
538
+
539
+ if suggest:
540
+ pulumi.log.warn(f"Key '{key}' not found in ExtensionsResourceStatusResponse. Access the value via the '{suggest}' property getter instead.")
541
+
542
+ def __getitem__(self, key: str) -> Any:
543
+ ExtensionsResourceStatusResponse.__key_warning(key)
544
+ return super().__getitem__(key)
545
+
546
+ def get(self, key: str, default = None) -> Any:
547
+ ExtensionsResourceStatusResponse.__key_warning(key)
548
+ return super().get(key, default)
549
+
550
+ def __init__(__self__, *,
551
+ code: Optional[str] = None,
552
+ display_status: Optional[str] = None,
553
+ level: Optional[str] = None,
554
+ message: Optional[str] = None,
555
+ time: Optional[str] = None):
556
+ """
557
+ Instance view status.
558
+ :param str code: The status code.
559
+ :param str display_status: The short localizable label for the status.
560
+ :param str level: The level code.
561
+ :param str message: The detailed status message, including for alerts and error messages.
562
+ :param str time: The time of the status.
563
+ """
564
+ if code is not None:
565
+ pulumi.set(__self__, "code", code)
566
+ if display_status is not None:
567
+ pulumi.set(__self__, "display_status", display_status)
568
+ if level is not None:
569
+ pulumi.set(__self__, "level", level)
570
+ if message is not None:
571
+ pulumi.set(__self__, "message", message)
572
+ if time is not None:
573
+ pulumi.set(__self__, "time", time)
574
+
575
+ @property
576
+ @pulumi.getter
577
+ def code(self) -> Optional[str]:
578
+ """
579
+ The status code.
580
+ """
581
+ return pulumi.get(self, "code")
582
+
583
+ @property
584
+ @pulumi.getter(name="displayStatus")
585
+ def display_status(self) -> Optional[str]:
586
+ """
587
+ The short localizable label for the status.
588
+ """
589
+ return pulumi.get(self, "display_status")
590
+
591
+ @property
592
+ @pulumi.getter
593
+ def level(self) -> Optional[str]:
594
+ """
595
+ The level code.
596
+ """
597
+ return pulumi.get(self, "level")
598
+
599
+ @property
600
+ @pulumi.getter
601
+ def message(self) -> Optional[str]:
602
+ """
603
+ The detailed status message, including for alerts and error messages.
604
+ """
605
+ return pulumi.get(self, "message")
606
+
607
+ @property
608
+ @pulumi.getter
609
+ def time(self) -> Optional[str]:
610
+ """
611
+ The time of the status.
612
+ """
613
+ return pulumi.get(self, "time")
614
+
615
+
616
+ @pulumi.output_type
617
+ class HybridComputePrivateLinkScopePropertiesResponse(dict):
618
+ """
619
+ Properties that define a Azure Arc PrivateLinkScope resource.
620
+ """
621
+ @staticmethod
622
+ def __key_warning(key: str):
623
+ suggest = None
624
+ if key == "privateEndpointConnections":
625
+ suggest = "private_endpoint_connections"
626
+ elif key == "privateLinkScopeId":
627
+ suggest = "private_link_scope_id"
628
+ elif key == "provisioningState":
629
+ suggest = "provisioning_state"
630
+ elif key == "publicNetworkAccess":
631
+ suggest = "public_network_access"
632
+
633
+ if suggest:
634
+ pulumi.log.warn(f"Key '{key}' not found in HybridComputePrivateLinkScopePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
635
+
636
+ def __getitem__(self, key: str) -> Any:
637
+ HybridComputePrivateLinkScopePropertiesResponse.__key_warning(key)
638
+ return super().__getitem__(key)
639
+
640
+ def get(self, key: str, default = None) -> Any:
641
+ HybridComputePrivateLinkScopePropertiesResponse.__key_warning(key)
642
+ return super().get(key, default)
643
+
644
+ def __init__(__self__, *,
645
+ private_endpoint_connections: Sequence['outputs.PrivateEndpointConnectionDataModelResponse'],
646
+ private_link_scope_id: str,
647
+ provisioning_state: str,
648
+ public_network_access: Optional[str] = None):
649
+ """
650
+ Properties that define a Azure Arc PrivateLinkScope resource.
651
+ :param Sequence['PrivateEndpointConnectionDataModelResponse'] private_endpoint_connections: The collection of associated Private Endpoint Connections.
652
+ :param str private_link_scope_id: The Guid id of the private link scope.
653
+ :param str provisioning_state: Current state of this PrivateLinkScope: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed.
654
+ :param str public_network_access: Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.
655
+ """
656
+ pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
657
+ pulumi.set(__self__, "private_link_scope_id", private_link_scope_id)
658
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
659
+ if public_network_access is not None:
660
+ pulumi.set(__self__, "public_network_access", public_network_access)
661
+
662
+ @property
663
+ @pulumi.getter(name="privateEndpointConnections")
664
+ def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionDataModelResponse']:
665
+ """
666
+ The collection of associated Private Endpoint Connections.
667
+ """
668
+ return pulumi.get(self, "private_endpoint_connections")
669
+
670
+ @property
671
+ @pulumi.getter(name="privateLinkScopeId")
672
+ def private_link_scope_id(self) -> str:
673
+ """
674
+ The Guid id of the private link scope.
675
+ """
676
+ return pulumi.get(self, "private_link_scope_id")
677
+
678
+ @property
679
+ @pulumi.getter(name="provisioningState")
680
+ def provisioning_state(self) -> str:
681
+ """
682
+ Current state of this PrivateLinkScope: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed.
683
+ """
684
+ return pulumi.get(self, "provisioning_state")
685
+
686
+ @property
687
+ @pulumi.getter(name="publicNetworkAccess")
688
+ def public_network_access(self) -> Optional[str]:
689
+ """
690
+ Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.
691
+ """
692
+ return pulumi.get(self, "public_network_access")
693
+
694
+
695
+ @pulumi.output_type
696
+ class IdentityResponse(dict):
697
+ """
698
+ Identity for the resource.
699
+ """
700
+ @staticmethod
701
+ def __key_warning(key: str):
702
+ suggest = None
703
+ if key == "principalId":
704
+ suggest = "principal_id"
705
+ elif key == "tenantId":
706
+ suggest = "tenant_id"
707
+
708
+ if suggest:
709
+ pulumi.log.warn(f"Key '{key}' not found in IdentityResponse. Access the value via the '{suggest}' property getter instead.")
710
+
711
+ def __getitem__(self, key: str) -> Any:
712
+ IdentityResponse.__key_warning(key)
713
+ return super().__getitem__(key)
714
+
715
+ def get(self, key: str, default = None) -> Any:
716
+ IdentityResponse.__key_warning(key)
717
+ return super().get(key, default)
718
+
719
+ def __init__(__self__, *,
720
+ principal_id: str,
721
+ tenant_id: str,
722
+ type: Optional[str] = None):
723
+ """
724
+ Identity for the resource.
725
+ :param str principal_id: The principal ID of resource identity.
726
+ :param str tenant_id: The tenant ID of resource.
727
+ :param str type: The identity type.
728
+ """
729
+ pulumi.set(__self__, "principal_id", principal_id)
730
+ pulumi.set(__self__, "tenant_id", tenant_id)
731
+ if type is not None:
732
+ pulumi.set(__self__, "type", type)
733
+
734
+ @property
735
+ @pulumi.getter(name="principalId")
736
+ def principal_id(self) -> str:
737
+ """
738
+ The principal ID of resource identity.
739
+ """
740
+ return pulumi.get(self, "principal_id")
741
+
742
+ @property
743
+ @pulumi.getter(name="tenantId")
744
+ def tenant_id(self) -> str:
745
+ """
746
+ The tenant ID of resource.
747
+ """
748
+ return pulumi.get(self, "tenant_id")
749
+
750
+ @property
751
+ @pulumi.getter
752
+ def type(self) -> Optional[str]:
753
+ """
754
+ The identity type.
755
+ """
756
+ return pulumi.get(self, "type")
757
+
758
+
759
+ @pulumi.output_type
760
+ class IpAddressResponse(dict):
761
+ """
762
+ Describes properties of the IP address.
763
+ """
764
+ @staticmethod
765
+ def __key_warning(key: str):
766
+ suggest = None
767
+ if key == "ipAddressVersion":
768
+ suggest = "ip_address_version"
769
+
770
+ if suggest:
771
+ pulumi.log.warn(f"Key '{key}' not found in IpAddressResponse. Access the value via the '{suggest}' property getter instead.")
772
+
773
+ def __getitem__(self, key: str) -> Any:
774
+ IpAddressResponse.__key_warning(key)
775
+ return super().__getitem__(key)
776
+
777
+ def get(self, key: str, default = None) -> Any:
778
+ IpAddressResponse.__key_warning(key)
779
+ return super().get(key, default)
780
+
781
+ def __init__(__self__, *,
782
+ subnet: 'outputs.SubnetResponse',
783
+ address: Optional[str] = None,
784
+ ip_address_version: Optional[str] = None):
785
+ """
786
+ Describes properties of the IP address.
787
+ :param 'SubnetResponse' subnet: The subnet to which this IP address belongs.
788
+ :param str address: Represents the IP Address.
789
+ :param str ip_address_version: Represents the Ip Address Version.
790
+ """
791
+ pulumi.set(__self__, "subnet", subnet)
792
+ if address is not None:
793
+ pulumi.set(__self__, "address", address)
794
+ if ip_address_version is not None:
795
+ pulumi.set(__self__, "ip_address_version", ip_address_version)
796
+
797
+ @property
798
+ @pulumi.getter
799
+ def subnet(self) -> 'outputs.SubnetResponse':
800
+ """
801
+ The subnet to which this IP address belongs.
802
+ """
803
+ return pulumi.get(self, "subnet")
804
+
805
+ @property
806
+ @pulumi.getter
807
+ def address(self) -> Optional[str]:
808
+ """
809
+ Represents the IP Address.
810
+ """
811
+ return pulumi.get(self, "address")
812
+
813
+ @property
814
+ @pulumi.getter(name="ipAddressVersion")
815
+ def ip_address_version(self) -> Optional[str]:
816
+ """
817
+ Represents the Ip Address Version.
818
+ """
819
+ return pulumi.get(self, "ip_address_version")
820
+
821
+
822
+ @pulumi.output_type
823
+ class LicenseDetailsResponse(dict):
824
+ """
825
+ Describes the properties of a License.
826
+ """
827
+ @staticmethod
828
+ def __key_warning(key: str):
829
+ suggest = None
830
+ if key == "assignedLicenses":
831
+ suggest = "assigned_licenses"
832
+ elif key == "immutableId":
833
+ suggest = "immutable_id"
834
+
835
+ if suggest:
836
+ pulumi.log.warn(f"Key '{key}' not found in LicenseDetailsResponse. Access the value via the '{suggest}' property getter instead.")
837
+
838
+ def __getitem__(self, key: str) -> Any:
839
+ LicenseDetailsResponse.__key_warning(key)
840
+ return super().__getitem__(key)
841
+
842
+ def get(self, key: str, default = None) -> Any:
843
+ LicenseDetailsResponse.__key_warning(key)
844
+ return super().get(key, default)
845
+
846
+ def __init__(__self__, *,
847
+ assigned_licenses: int,
848
+ immutable_id: str,
849
+ edition: Optional[str] = None,
850
+ processors: Optional[int] = None,
851
+ state: Optional[str] = None,
852
+ target: Optional[str] = None,
853
+ type: Optional[str] = None):
854
+ """
855
+ Describes the properties of a License.
856
+ :param int assigned_licenses: Describes the number of assigned licenses.
857
+ :param str immutable_id: Describes the immutable id.
858
+ :param str edition: Describes the edition of the license. The values are either Standard or Datacenter.
859
+ :param int processors: Describes the number of processors.
860
+ :param str state: Describes the state of the license.
861
+ :param str target: Describes the license target server.
862
+ :param str type: Describes the license core type (pCore or vCore).
863
+ """
864
+ pulumi.set(__self__, "assigned_licenses", assigned_licenses)
865
+ pulumi.set(__self__, "immutable_id", immutable_id)
866
+ if edition is not None:
867
+ pulumi.set(__self__, "edition", edition)
868
+ if processors is not None:
869
+ pulumi.set(__self__, "processors", processors)
870
+ if state is not None:
871
+ pulumi.set(__self__, "state", state)
872
+ if target is not None:
873
+ pulumi.set(__self__, "target", target)
874
+ if type is not None:
875
+ pulumi.set(__self__, "type", type)
876
+
877
+ @property
878
+ @pulumi.getter(name="assignedLicenses")
879
+ def assigned_licenses(self) -> int:
880
+ """
881
+ Describes the number of assigned licenses.
882
+ """
883
+ return pulumi.get(self, "assigned_licenses")
884
+
885
+ @property
886
+ @pulumi.getter(name="immutableId")
887
+ def immutable_id(self) -> str:
888
+ """
889
+ Describes the immutable id.
890
+ """
891
+ return pulumi.get(self, "immutable_id")
892
+
893
+ @property
894
+ @pulumi.getter
895
+ def edition(self) -> Optional[str]:
896
+ """
897
+ Describes the edition of the license. The values are either Standard or Datacenter.
898
+ """
899
+ return pulumi.get(self, "edition")
900
+
901
+ @property
902
+ @pulumi.getter
903
+ def processors(self) -> Optional[int]:
904
+ """
905
+ Describes the number of processors.
906
+ """
907
+ return pulumi.get(self, "processors")
908
+
909
+ @property
910
+ @pulumi.getter
911
+ def state(self) -> Optional[str]:
912
+ """
913
+ Describes the state of the license.
914
+ """
915
+ return pulumi.get(self, "state")
916
+
917
+ @property
918
+ @pulumi.getter
919
+ def target(self) -> Optional[str]:
920
+ """
921
+ Describes the license target server.
922
+ """
923
+ return pulumi.get(self, "target")
924
+
925
+ @property
926
+ @pulumi.getter
927
+ def type(self) -> Optional[str]:
928
+ """
929
+ Describes the license core type (pCore or vCore).
930
+ """
931
+ return pulumi.get(self, "type")
932
+
933
+
934
+ @pulumi.output_type
935
+ class LicenseProfileMachineInstanceViewEsuPropertiesResponse(dict):
936
+ """
937
+ Properties for the Machine ESU profile.
938
+ """
939
+ @staticmethod
940
+ def __key_warning(key: str):
941
+ suggest = None
942
+ if key == "assignedLicenseImmutableId":
943
+ suggest = "assigned_license_immutable_id"
944
+ elif key == "esuEligibility":
945
+ suggest = "esu_eligibility"
946
+ elif key == "esuKeyState":
947
+ suggest = "esu_key_state"
948
+ elif key == "esuKeys":
949
+ suggest = "esu_keys"
950
+ elif key == "serverType":
951
+ suggest = "server_type"
952
+ elif key == "assignedLicense":
953
+ suggest = "assigned_license"
954
+ elif key == "licenseAssignmentState":
955
+ suggest = "license_assignment_state"
956
+
957
+ if suggest:
958
+ pulumi.log.warn(f"Key '{key}' not found in LicenseProfileMachineInstanceViewEsuPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
959
+
960
+ def __getitem__(self, key: str) -> Any:
961
+ LicenseProfileMachineInstanceViewEsuPropertiesResponse.__key_warning(key)
962
+ return super().__getitem__(key)
963
+
964
+ def get(self, key: str, default = None) -> Any:
965
+ LicenseProfileMachineInstanceViewEsuPropertiesResponse.__key_warning(key)
966
+ return super().get(key, default)
967
+
968
+ def __init__(__self__, *,
969
+ assigned_license_immutable_id: str,
970
+ esu_eligibility: str,
971
+ esu_key_state: str,
972
+ esu_keys: Sequence['outputs.EsuKeyResponse'],
973
+ server_type: str,
974
+ assigned_license: Optional['outputs.LicenseResponse'] = None,
975
+ license_assignment_state: Optional[str] = None):
976
+ """
977
+ Properties for the Machine ESU profile.
978
+ :param str assigned_license_immutable_id: The guid id of the license.
979
+ :param str esu_eligibility: Indicates the eligibility state of Esu.
980
+ :param str esu_key_state: Indicates whether there is an ESU Key currently active for the machine.
981
+ :param Sequence['EsuKeyResponse'] esu_keys: The list of ESU keys.
982
+ :param str server_type: The type of the Esu servers.
983
+ :param 'LicenseResponse' assigned_license: The assigned license resource.
984
+ :param str license_assignment_state: Describes the license assignment state (Assigned or NotAssigned).
985
+ """
986
+ pulumi.set(__self__, "assigned_license_immutable_id", assigned_license_immutable_id)
987
+ pulumi.set(__self__, "esu_eligibility", esu_eligibility)
988
+ pulumi.set(__self__, "esu_key_state", esu_key_state)
989
+ pulumi.set(__self__, "esu_keys", esu_keys)
990
+ pulumi.set(__self__, "server_type", server_type)
991
+ if assigned_license is not None:
992
+ pulumi.set(__self__, "assigned_license", assigned_license)
993
+ if license_assignment_state is not None:
994
+ pulumi.set(__self__, "license_assignment_state", license_assignment_state)
995
+
996
+ @property
997
+ @pulumi.getter(name="assignedLicenseImmutableId")
998
+ def assigned_license_immutable_id(self) -> str:
999
+ """
1000
+ The guid id of the license.
1001
+ """
1002
+ return pulumi.get(self, "assigned_license_immutable_id")
1003
+
1004
+ @property
1005
+ @pulumi.getter(name="esuEligibility")
1006
+ def esu_eligibility(self) -> str:
1007
+ """
1008
+ Indicates the eligibility state of Esu.
1009
+ """
1010
+ return pulumi.get(self, "esu_eligibility")
1011
+
1012
+ @property
1013
+ @pulumi.getter(name="esuKeyState")
1014
+ def esu_key_state(self) -> str:
1015
+ """
1016
+ Indicates whether there is an ESU Key currently active for the machine.
1017
+ """
1018
+ return pulumi.get(self, "esu_key_state")
1019
+
1020
+ @property
1021
+ @pulumi.getter(name="esuKeys")
1022
+ def esu_keys(self) -> Sequence['outputs.EsuKeyResponse']:
1023
+ """
1024
+ The list of ESU keys.
1025
+ """
1026
+ return pulumi.get(self, "esu_keys")
1027
+
1028
+ @property
1029
+ @pulumi.getter(name="serverType")
1030
+ def server_type(self) -> str:
1031
+ """
1032
+ The type of the Esu servers.
1033
+ """
1034
+ return pulumi.get(self, "server_type")
1035
+
1036
+ @property
1037
+ @pulumi.getter(name="assignedLicense")
1038
+ def assigned_license(self) -> Optional['outputs.LicenseResponse']:
1039
+ """
1040
+ The assigned license resource.
1041
+ """
1042
+ return pulumi.get(self, "assigned_license")
1043
+
1044
+ @property
1045
+ @pulumi.getter(name="licenseAssignmentState")
1046
+ def license_assignment_state(self) -> Optional[str]:
1047
+ """
1048
+ Describes the license assignment state (Assigned or NotAssigned).
1049
+ """
1050
+ return pulumi.get(self, "license_assignment_state")
1051
+
1052
+
1053
+ @pulumi.output_type
1054
+ class LicenseProfileMachineInstanceViewResponse(dict):
1055
+ """
1056
+ License Profile Instance View in Machine Properties.
1057
+ """
1058
+ @staticmethod
1059
+ def __key_warning(key: str):
1060
+ suggest = None
1061
+ if key == "billingStartDate":
1062
+ suggest = "billing_start_date"
1063
+ elif key == "disenrollmentDate":
1064
+ suggest = "disenrollment_date"
1065
+ elif key == "enrollmentDate":
1066
+ suggest = "enrollment_date"
1067
+ elif key == "licenseChannel":
1068
+ suggest = "license_channel"
1069
+ elif key == "licenseStatus":
1070
+ suggest = "license_status"
1071
+ elif key == "esuProfile":
1072
+ suggest = "esu_profile"
1073
+ elif key == "productFeatures":
1074
+ suggest = "product_features"
1075
+ elif key == "productType":
1076
+ suggest = "product_type"
1077
+ elif key == "softwareAssuranceCustomer":
1078
+ suggest = "software_assurance_customer"
1079
+ elif key == "subscriptionStatus":
1080
+ suggest = "subscription_status"
1081
+
1082
+ if suggest:
1083
+ pulumi.log.warn(f"Key '{key}' not found in LicenseProfileMachineInstanceViewResponse. Access the value via the '{suggest}' property getter instead.")
1084
+
1085
+ def __getitem__(self, key: str) -> Any:
1086
+ LicenseProfileMachineInstanceViewResponse.__key_warning(key)
1087
+ return super().__getitem__(key)
1088
+
1089
+ def get(self, key: str, default = None) -> Any:
1090
+ LicenseProfileMachineInstanceViewResponse.__key_warning(key)
1091
+ return super().get(key, default)
1092
+
1093
+ def __init__(__self__, *,
1094
+ billing_start_date: str,
1095
+ disenrollment_date: str,
1096
+ enrollment_date: str,
1097
+ license_channel: str,
1098
+ license_status: str,
1099
+ esu_profile: Optional['outputs.LicenseProfileMachineInstanceViewEsuPropertiesResponse'] = None,
1100
+ product_features: Optional[Sequence['outputs.ProductFeatureResponse']] = None,
1101
+ product_type: Optional[str] = None,
1102
+ software_assurance_customer: Optional[bool] = None,
1103
+ subscription_status: Optional[str] = None):
1104
+ """
1105
+ License Profile Instance View in Machine Properties.
1106
+ :param str billing_start_date: The timestamp in UTC when the billing starts.
1107
+ :param str disenrollment_date: The timestamp in UTC when the user disenrolled the feature.
1108
+ :param str enrollment_date: The timestamp in UTC when the user enrolls the feature.
1109
+ :param str license_channel: Indicates the license channel.
1110
+ :param str license_status: Indicates the license status of the OS.
1111
+ :param 'LicenseProfileMachineInstanceViewEsuPropertiesResponse' esu_profile: Properties for the Machine ESU profile.
1112
+ :param Sequence['ProductFeatureResponse'] product_features: The list of product features.
1113
+ :param str product_type: Indicates the product type of the license.
1114
+ :param bool software_assurance_customer: Specifies if this machine is licensed as part of a Software Assurance agreement.
1115
+ :param str subscription_status: Indicates the subscription status of the product.
1116
+ """
1117
+ pulumi.set(__self__, "billing_start_date", billing_start_date)
1118
+ pulumi.set(__self__, "disenrollment_date", disenrollment_date)
1119
+ pulumi.set(__self__, "enrollment_date", enrollment_date)
1120
+ pulumi.set(__self__, "license_channel", license_channel)
1121
+ pulumi.set(__self__, "license_status", license_status)
1122
+ if esu_profile is not None:
1123
+ pulumi.set(__self__, "esu_profile", esu_profile)
1124
+ if product_features is not None:
1125
+ pulumi.set(__self__, "product_features", product_features)
1126
+ if product_type is not None:
1127
+ pulumi.set(__self__, "product_type", product_type)
1128
+ if software_assurance_customer is not None:
1129
+ pulumi.set(__self__, "software_assurance_customer", software_assurance_customer)
1130
+ if subscription_status is not None:
1131
+ pulumi.set(__self__, "subscription_status", subscription_status)
1132
+
1133
+ @property
1134
+ @pulumi.getter(name="billingStartDate")
1135
+ def billing_start_date(self) -> str:
1136
+ """
1137
+ The timestamp in UTC when the billing starts.
1138
+ """
1139
+ return pulumi.get(self, "billing_start_date")
1140
+
1141
+ @property
1142
+ @pulumi.getter(name="disenrollmentDate")
1143
+ def disenrollment_date(self) -> str:
1144
+ """
1145
+ The timestamp in UTC when the user disenrolled the feature.
1146
+ """
1147
+ return pulumi.get(self, "disenrollment_date")
1148
+
1149
+ @property
1150
+ @pulumi.getter(name="enrollmentDate")
1151
+ def enrollment_date(self) -> str:
1152
+ """
1153
+ The timestamp in UTC when the user enrolls the feature.
1154
+ """
1155
+ return pulumi.get(self, "enrollment_date")
1156
+
1157
+ @property
1158
+ @pulumi.getter(name="licenseChannel")
1159
+ def license_channel(self) -> str:
1160
+ """
1161
+ Indicates the license channel.
1162
+ """
1163
+ return pulumi.get(self, "license_channel")
1164
+
1165
+ @property
1166
+ @pulumi.getter(name="licenseStatus")
1167
+ def license_status(self) -> str:
1168
+ """
1169
+ Indicates the license status of the OS.
1170
+ """
1171
+ return pulumi.get(self, "license_status")
1172
+
1173
+ @property
1174
+ @pulumi.getter(name="esuProfile")
1175
+ def esu_profile(self) -> Optional['outputs.LicenseProfileMachineInstanceViewEsuPropertiesResponse']:
1176
+ """
1177
+ Properties for the Machine ESU profile.
1178
+ """
1179
+ return pulumi.get(self, "esu_profile")
1180
+
1181
+ @property
1182
+ @pulumi.getter(name="productFeatures")
1183
+ def product_features(self) -> Optional[Sequence['outputs.ProductFeatureResponse']]:
1184
+ """
1185
+ The list of product features.
1186
+ """
1187
+ return pulumi.get(self, "product_features")
1188
+
1189
+ @property
1190
+ @pulumi.getter(name="productType")
1191
+ def product_type(self) -> Optional[str]:
1192
+ """
1193
+ Indicates the product type of the license.
1194
+ """
1195
+ return pulumi.get(self, "product_type")
1196
+
1197
+ @property
1198
+ @pulumi.getter(name="softwareAssuranceCustomer")
1199
+ def software_assurance_customer(self) -> Optional[bool]:
1200
+ """
1201
+ Specifies if this machine is licensed as part of a Software Assurance agreement.
1202
+ """
1203
+ return pulumi.get(self, "software_assurance_customer")
1204
+
1205
+ @property
1206
+ @pulumi.getter(name="subscriptionStatus")
1207
+ def subscription_status(self) -> Optional[str]:
1208
+ """
1209
+ Indicates the subscription status of the product.
1210
+ """
1211
+ return pulumi.get(self, "subscription_status")
1212
+
1213
+
1214
+ @pulumi.output_type
1215
+ class LicenseResponse(dict):
1216
+ """
1217
+ Describes a license in a hybrid machine.
1218
+ """
1219
+ @staticmethod
1220
+ def __key_warning(key: str):
1221
+ suggest = None
1222
+ if key == "provisioningState":
1223
+ suggest = "provisioning_state"
1224
+ elif key == "systemData":
1225
+ suggest = "system_data"
1226
+ elif key == "licenseDetails":
1227
+ suggest = "license_details"
1228
+ elif key == "licenseType":
1229
+ suggest = "license_type"
1230
+ elif key == "tenantId":
1231
+ suggest = "tenant_id"
1232
+
1233
+ if suggest:
1234
+ pulumi.log.warn(f"Key '{key}' not found in LicenseResponse. Access the value via the '{suggest}' property getter instead.")
1235
+
1236
+ def __getitem__(self, key: str) -> Any:
1237
+ LicenseResponse.__key_warning(key)
1238
+ return super().__getitem__(key)
1239
+
1240
+ def get(self, key: str, default = None) -> Any:
1241
+ LicenseResponse.__key_warning(key)
1242
+ return super().get(key, default)
1243
+
1244
+ def __init__(__self__, *,
1245
+ id: str,
1246
+ location: str,
1247
+ name: str,
1248
+ provisioning_state: str,
1249
+ system_data: 'outputs.SystemDataResponse',
1250
+ type: str,
1251
+ license_details: Optional['outputs.LicenseDetailsResponse'] = None,
1252
+ license_type: Optional[str] = None,
1253
+ tags: Optional[Mapping[str, str]] = None,
1254
+ tenant_id: Optional[str] = None):
1255
+ """
1256
+ Describes a license in a hybrid machine.
1257
+ :param str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
1258
+ :param str location: The geo-location where the resource lives
1259
+ :param str name: The name of the resource
1260
+ :param str provisioning_state: The provisioning state, which only appears in the response.
1261
+ :param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
1262
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
1263
+ :param 'LicenseDetailsResponse' license_details: Describes the properties of a License.
1264
+ :param str license_type: The type of the license resource.
1265
+ :param Mapping[str, str] tags: Resource tags.
1266
+ :param str tenant_id: Describes the tenant id.
1267
+ """
1268
+ pulumi.set(__self__, "id", id)
1269
+ pulumi.set(__self__, "location", location)
1270
+ pulumi.set(__self__, "name", name)
1271
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
1272
+ pulumi.set(__self__, "system_data", system_data)
1273
+ pulumi.set(__self__, "type", type)
1274
+ if license_details is not None:
1275
+ pulumi.set(__self__, "license_details", license_details)
1276
+ if license_type is not None:
1277
+ pulumi.set(__self__, "license_type", license_type)
1278
+ if tags is not None:
1279
+ pulumi.set(__self__, "tags", tags)
1280
+ if tenant_id is not None:
1281
+ pulumi.set(__self__, "tenant_id", tenant_id)
1282
+
1283
+ @property
1284
+ @pulumi.getter
1285
+ def id(self) -> str:
1286
+ """
1287
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
1288
+ """
1289
+ return pulumi.get(self, "id")
1290
+
1291
+ @property
1292
+ @pulumi.getter
1293
+ def location(self) -> str:
1294
+ """
1295
+ The geo-location where the resource lives
1296
+ """
1297
+ return pulumi.get(self, "location")
1298
+
1299
+ @property
1300
+ @pulumi.getter
1301
+ def name(self) -> str:
1302
+ """
1303
+ The name of the resource
1304
+ """
1305
+ return pulumi.get(self, "name")
1306
+
1307
+ @property
1308
+ @pulumi.getter(name="provisioningState")
1309
+ def provisioning_state(self) -> str:
1310
+ """
1311
+ The provisioning state, which only appears in the response.
1312
+ """
1313
+ return pulumi.get(self, "provisioning_state")
1314
+
1315
+ @property
1316
+ @pulumi.getter(name="systemData")
1317
+ def system_data(self) -> 'outputs.SystemDataResponse':
1318
+ """
1319
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
1320
+ """
1321
+ return pulumi.get(self, "system_data")
1322
+
1323
+ @property
1324
+ @pulumi.getter
1325
+ def type(self) -> str:
1326
+ """
1327
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
1328
+ """
1329
+ return pulumi.get(self, "type")
1330
+
1331
+ @property
1332
+ @pulumi.getter(name="licenseDetails")
1333
+ def license_details(self) -> Optional['outputs.LicenseDetailsResponse']:
1334
+ """
1335
+ Describes the properties of a License.
1336
+ """
1337
+ return pulumi.get(self, "license_details")
1338
+
1339
+ @property
1340
+ @pulumi.getter(name="licenseType")
1341
+ def license_type(self) -> Optional[str]:
1342
+ """
1343
+ The type of the license resource.
1344
+ """
1345
+ return pulumi.get(self, "license_type")
1346
+
1347
+ @property
1348
+ @pulumi.getter
1349
+ def tags(self) -> Optional[Mapping[str, str]]:
1350
+ """
1351
+ Resource tags.
1352
+ """
1353
+ return pulumi.get(self, "tags")
1354
+
1355
+ @property
1356
+ @pulumi.getter(name="tenantId")
1357
+ def tenant_id(self) -> Optional[str]:
1358
+ """
1359
+ Describes the tenant id.
1360
+ """
1361
+ return pulumi.get(self, "tenant_id")
1362
+
1363
+
1364
+ @pulumi.output_type
1365
+ class LocationDataResponse(dict):
1366
+ """
1367
+ Metadata pertaining to the geographic location of the resource.
1368
+ """
1369
+ @staticmethod
1370
+ def __key_warning(key: str):
1371
+ suggest = None
1372
+ if key == "countryOrRegion":
1373
+ suggest = "country_or_region"
1374
+
1375
+ if suggest:
1376
+ pulumi.log.warn(f"Key '{key}' not found in LocationDataResponse. Access the value via the '{suggest}' property getter instead.")
1377
+
1378
+ def __getitem__(self, key: str) -> Any:
1379
+ LocationDataResponse.__key_warning(key)
1380
+ return super().__getitem__(key)
1381
+
1382
+ def get(self, key: str, default = None) -> Any:
1383
+ LocationDataResponse.__key_warning(key)
1384
+ return super().get(key, default)
1385
+
1386
+ def __init__(__self__, *,
1387
+ name: str,
1388
+ city: Optional[str] = None,
1389
+ country_or_region: Optional[str] = None,
1390
+ district: Optional[str] = None):
1391
+ """
1392
+ Metadata pertaining to the geographic location of the resource.
1393
+ :param str name: A canonical name for the geographic or physical location.
1394
+ :param str city: The city or locality where the resource is located.
1395
+ :param str country_or_region: The country or region where the resource is located
1396
+ :param str district: The district, state, or province where the resource is located.
1397
+ """
1398
+ pulumi.set(__self__, "name", name)
1399
+ if city is not None:
1400
+ pulumi.set(__self__, "city", city)
1401
+ if country_or_region is not None:
1402
+ pulumi.set(__self__, "country_or_region", country_or_region)
1403
+ if district is not None:
1404
+ pulumi.set(__self__, "district", district)
1405
+
1406
+ @property
1407
+ @pulumi.getter
1408
+ def name(self) -> str:
1409
+ """
1410
+ A canonical name for the geographic or physical location.
1411
+ """
1412
+ return pulumi.get(self, "name")
1413
+
1414
+ @property
1415
+ @pulumi.getter
1416
+ def city(self) -> Optional[str]:
1417
+ """
1418
+ The city or locality where the resource is located.
1419
+ """
1420
+ return pulumi.get(self, "city")
1421
+
1422
+ @property
1423
+ @pulumi.getter(name="countryOrRegion")
1424
+ def country_or_region(self) -> Optional[str]:
1425
+ """
1426
+ The country or region where the resource is located
1427
+ """
1428
+ return pulumi.get(self, "country_or_region")
1429
+
1430
+ @property
1431
+ @pulumi.getter
1432
+ def district(self) -> Optional[str]:
1433
+ """
1434
+ The district, state, or province where the resource is located.
1435
+ """
1436
+ return pulumi.get(self, "district")
1437
+
1438
+
1439
+ @pulumi.output_type
1440
+ class MachineExtensionInstanceViewResponse(dict):
1441
+ """
1442
+ Describes the Machine Extension Instance View.
1443
+ """
1444
+ @staticmethod
1445
+ def __key_warning(key: str):
1446
+ suggest = None
1447
+ if key == "typeHandlerVersion":
1448
+ suggest = "type_handler_version"
1449
+
1450
+ if suggest:
1451
+ pulumi.log.warn(f"Key '{key}' not found in MachineExtensionInstanceViewResponse. Access the value via the '{suggest}' property getter instead.")
1452
+
1453
+ def __getitem__(self, key: str) -> Any:
1454
+ MachineExtensionInstanceViewResponse.__key_warning(key)
1455
+ return super().__getitem__(key)
1456
+
1457
+ def get(self, key: str, default = None) -> Any:
1458
+ MachineExtensionInstanceViewResponse.__key_warning(key)
1459
+ return super().get(key, default)
1460
+
1461
+ def __init__(__self__, *,
1462
+ name: Optional[str] = None,
1463
+ status: Optional['outputs.MachineExtensionInstanceViewResponseStatus'] = None,
1464
+ type: Optional[str] = None,
1465
+ type_handler_version: Optional[str] = None):
1466
+ """
1467
+ Describes the Machine Extension Instance View.
1468
+ :param str name: The machine extension name.
1469
+ :param 'MachineExtensionInstanceViewResponseStatus' status: Instance view status.
1470
+ :param str type: Specifies the type of the extension; an example is "CustomScriptExtension".
1471
+ :param str type_handler_version: Specifies the version of the script handler.
1472
+ """
1473
+ if name is not None:
1474
+ pulumi.set(__self__, "name", name)
1475
+ if status is not None:
1476
+ pulumi.set(__self__, "status", status)
1477
+ if type is not None:
1478
+ pulumi.set(__self__, "type", type)
1479
+ if type_handler_version is not None:
1480
+ pulumi.set(__self__, "type_handler_version", type_handler_version)
1481
+
1482
+ @property
1483
+ @pulumi.getter
1484
+ def name(self) -> Optional[str]:
1485
+ """
1486
+ The machine extension name.
1487
+ """
1488
+ return pulumi.get(self, "name")
1489
+
1490
+ @property
1491
+ @pulumi.getter
1492
+ def status(self) -> Optional['outputs.MachineExtensionInstanceViewResponseStatus']:
1493
+ """
1494
+ Instance view status.
1495
+ """
1496
+ return pulumi.get(self, "status")
1497
+
1498
+ @property
1499
+ @pulumi.getter
1500
+ def type(self) -> Optional[str]:
1501
+ """
1502
+ Specifies the type of the extension; an example is "CustomScriptExtension".
1503
+ """
1504
+ return pulumi.get(self, "type")
1505
+
1506
+ @property
1507
+ @pulumi.getter(name="typeHandlerVersion")
1508
+ def type_handler_version(self) -> Optional[str]:
1509
+ """
1510
+ Specifies the version of the script handler.
1511
+ """
1512
+ return pulumi.get(self, "type_handler_version")
1513
+
1514
+
1515
+ @pulumi.output_type
1516
+ class MachineExtensionInstanceViewResponseStatus(dict):
1517
+ """
1518
+ Instance view status.
1519
+ """
1520
+ @staticmethod
1521
+ def __key_warning(key: str):
1522
+ suggest = None
1523
+ if key == "displayStatus":
1524
+ suggest = "display_status"
1525
+
1526
+ if suggest:
1527
+ pulumi.log.warn(f"Key '{key}' not found in MachineExtensionInstanceViewResponseStatus. Access the value via the '{suggest}' property getter instead.")
1528
+
1529
+ def __getitem__(self, key: str) -> Any:
1530
+ MachineExtensionInstanceViewResponseStatus.__key_warning(key)
1531
+ return super().__getitem__(key)
1532
+
1533
+ def get(self, key: str, default = None) -> Any:
1534
+ MachineExtensionInstanceViewResponseStatus.__key_warning(key)
1535
+ return super().get(key, default)
1536
+
1537
+ def __init__(__self__, *,
1538
+ code: Optional[str] = None,
1539
+ display_status: Optional[str] = None,
1540
+ level: Optional[str] = None,
1541
+ message: Optional[str] = None,
1542
+ time: Optional[str] = None):
1543
+ """
1544
+ Instance view status.
1545
+ :param str code: The status code.
1546
+ :param str display_status: The short localizable label for the status.
1547
+ :param str level: The level code.
1548
+ :param str message: The detailed status message, including for alerts and error messages.
1549
+ :param str time: The time of the status.
1550
+ """
1551
+ if code is not None:
1552
+ pulumi.set(__self__, "code", code)
1553
+ if display_status is not None:
1554
+ pulumi.set(__self__, "display_status", display_status)
1555
+ if level is not None:
1556
+ pulumi.set(__self__, "level", level)
1557
+ if message is not None:
1558
+ pulumi.set(__self__, "message", message)
1559
+ if time is not None:
1560
+ pulumi.set(__self__, "time", time)
1561
+
1562
+ @property
1563
+ @pulumi.getter
1564
+ def code(self) -> Optional[str]:
1565
+ """
1566
+ The status code.
1567
+ """
1568
+ return pulumi.get(self, "code")
1569
+
1570
+ @property
1571
+ @pulumi.getter(name="displayStatus")
1572
+ def display_status(self) -> Optional[str]:
1573
+ """
1574
+ The short localizable label for the status.
1575
+ """
1576
+ return pulumi.get(self, "display_status")
1577
+
1578
+ @property
1579
+ @pulumi.getter
1580
+ def level(self) -> Optional[str]:
1581
+ """
1582
+ The level code.
1583
+ """
1584
+ return pulumi.get(self, "level")
1585
+
1586
+ @property
1587
+ @pulumi.getter
1588
+ def message(self) -> Optional[str]:
1589
+ """
1590
+ The detailed status message, including for alerts and error messages.
1591
+ """
1592
+ return pulumi.get(self, "message")
1593
+
1594
+ @property
1595
+ @pulumi.getter
1596
+ def time(self) -> Optional[str]:
1597
+ """
1598
+ The time of the status.
1599
+ """
1600
+ return pulumi.get(self, "time")
1601
+
1602
+
1603
+ @pulumi.output_type
1604
+ class MachineExtensionPropertiesResponse(dict):
1605
+ """
1606
+ Describes the properties of a Machine Extension.
1607
+ """
1608
+ @staticmethod
1609
+ def __key_warning(key: str):
1610
+ suggest = None
1611
+ if key == "provisioningState":
1612
+ suggest = "provisioning_state"
1613
+ elif key == "autoUpgradeMinorVersion":
1614
+ suggest = "auto_upgrade_minor_version"
1615
+ elif key == "enableAutomaticUpgrade":
1616
+ suggest = "enable_automatic_upgrade"
1617
+ elif key == "forceUpdateTag":
1618
+ suggest = "force_update_tag"
1619
+ elif key == "instanceView":
1620
+ suggest = "instance_view"
1621
+ elif key == "protectedSettings":
1622
+ suggest = "protected_settings"
1623
+ elif key == "typeHandlerVersion":
1624
+ suggest = "type_handler_version"
1625
+
1626
+ if suggest:
1627
+ pulumi.log.warn(f"Key '{key}' not found in MachineExtensionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1628
+
1629
+ def __getitem__(self, key: str) -> Any:
1630
+ MachineExtensionPropertiesResponse.__key_warning(key)
1631
+ return super().__getitem__(key)
1632
+
1633
+ def get(self, key: str, default = None) -> Any:
1634
+ MachineExtensionPropertiesResponse.__key_warning(key)
1635
+ return super().get(key, default)
1636
+
1637
+ def __init__(__self__, *,
1638
+ provisioning_state: str,
1639
+ auto_upgrade_minor_version: Optional[bool] = None,
1640
+ enable_automatic_upgrade: Optional[bool] = None,
1641
+ force_update_tag: Optional[str] = None,
1642
+ instance_view: Optional['outputs.MachineExtensionInstanceViewResponse'] = None,
1643
+ protected_settings: Optional[Any] = None,
1644
+ publisher: Optional[str] = None,
1645
+ settings: Optional[Any] = None,
1646
+ type: Optional[str] = None,
1647
+ type_handler_version: Optional[str] = None):
1648
+ """
1649
+ Describes the properties of a Machine Extension.
1650
+ :param str provisioning_state: The provisioning state, which only appears in the response.
1651
+ :param bool auto_upgrade_minor_version: Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
1652
+ :param bool enable_automatic_upgrade: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.
1653
+ :param str force_update_tag: How the extension handler should be forced to update even if the extension configuration has not changed.
1654
+ :param 'MachineExtensionInstanceViewResponse' instance_view: The machine extension instance view.
1655
+ :param Any protected_settings: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
1656
+ :param str publisher: The name of the extension handler publisher.
1657
+ :param Any settings: Json formatted public settings for the extension.
1658
+ :param str type: Specifies the type of the extension; an example is "CustomScriptExtension".
1659
+ :param str type_handler_version: Specifies the version of the script handler.
1660
+ """
1661
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
1662
+ if auto_upgrade_minor_version is not None:
1663
+ pulumi.set(__self__, "auto_upgrade_minor_version", auto_upgrade_minor_version)
1664
+ if enable_automatic_upgrade is not None:
1665
+ pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
1666
+ if force_update_tag is not None:
1667
+ pulumi.set(__self__, "force_update_tag", force_update_tag)
1668
+ if instance_view is not None:
1669
+ pulumi.set(__self__, "instance_view", instance_view)
1670
+ if protected_settings is not None:
1671
+ pulumi.set(__self__, "protected_settings", protected_settings)
1672
+ if publisher is not None:
1673
+ pulumi.set(__self__, "publisher", publisher)
1674
+ if settings is not None:
1675
+ pulumi.set(__self__, "settings", settings)
1676
+ if type is not None:
1677
+ pulumi.set(__self__, "type", type)
1678
+ if type_handler_version is not None:
1679
+ pulumi.set(__self__, "type_handler_version", type_handler_version)
1680
+
1681
+ @property
1682
+ @pulumi.getter(name="provisioningState")
1683
+ def provisioning_state(self) -> str:
1684
+ """
1685
+ The provisioning state, which only appears in the response.
1686
+ """
1687
+ return pulumi.get(self, "provisioning_state")
1688
+
1689
+ @property
1690
+ @pulumi.getter(name="autoUpgradeMinorVersion")
1691
+ def auto_upgrade_minor_version(self) -> Optional[bool]:
1692
+ """
1693
+ Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
1694
+ """
1695
+ return pulumi.get(self, "auto_upgrade_minor_version")
1696
+
1697
+ @property
1698
+ @pulumi.getter(name="enableAutomaticUpgrade")
1699
+ def enable_automatic_upgrade(self) -> Optional[bool]:
1700
+ """
1701
+ Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.
1702
+ """
1703
+ return pulumi.get(self, "enable_automatic_upgrade")
1704
+
1705
+ @property
1706
+ @pulumi.getter(name="forceUpdateTag")
1707
+ def force_update_tag(self) -> Optional[str]:
1708
+ """
1709
+ How the extension handler should be forced to update even if the extension configuration has not changed.
1710
+ """
1711
+ return pulumi.get(self, "force_update_tag")
1712
+
1713
+ @property
1714
+ @pulumi.getter(name="instanceView")
1715
+ def instance_view(self) -> Optional['outputs.MachineExtensionInstanceViewResponse']:
1716
+ """
1717
+ The machine extension instance view.
1718
+ """
1719
+ return pulumi.get(self, "instance_view")
1720
+
1721
+ @property
1722
+ @pulumi.getter(name="protectedSettings")
1723
+ def protected_settings(self) -> Optional[Any]:
1724
+ """
1725
+ The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
1726
+ """
1727
+ return pulumi.get(self, "protected_settings")
1728
+
1729
+ @property
1730
+ @pulumi.getter
1731
+ def publisher(self) -> Optional[str]:
1732
+ """
1733
+ The name of the extension handler publisher.
1734
+ """
1735
+ return pulumi.get(self, "publisher")
1736
+
1737
+ @property
1738
+ @pulumi.getter
1739
+ def settings(self) -> Optional[Any]:
1740
+ """
1741
+ Json formatted public settings for the extension.
1742
+ """
1743
+ return pulumi.get(self, "settings")
1744
+
1745
+ @property
1746
+ @pulumi.getter
1747
+ def type(self) -> Optional[str]:
1748
+ """
1749
+ Specifies the type of the extension; an example is "CustomScriptExtension".
1750
+ """
1751
+ return pulumi.get(self, "type")
1752
+
1753
+ @property
1754
+ @pulumi.getter(name="typeHandlerVersion")
1755
+ def type_handler_version(self) -> Optional[str]:
1756
+ """
1757
+ Specifies the version of the script handler.
1758
+ """
1759
+ return pulumi.get(self, "type_handler_version")
1760
+
1761
+
1762
+ @pulumi.output_type
1763
+ class MachineExtensionResponse(dict):
1764
+ """
1765
+ Describes a Machine Extension.
1766
+ """
1767
+ @staticmethod
1768
+ def __key_warning(key: str):
1769
+ suggest = None
1770
+ if key == "systemData":
1771
+ suggest = "system_data"
1772
+
1773
+ if suggest:
1774
+ pulumi.log.warn(f"Key '{key}' not found in MachineExtensionResponse. Access the value via the '{suggest}' property getter instead.")
1775
+
1776
+ def __getitem__(self, key: str) -> Any:
1777
+ MachineExtensionResponse.__key_warning(key)
1778
+ return super().__getitem__(key)
1779
+
1780
+ def get(self, key: str, default = None) -> Any:
1781
+ MachineExtensionResponse.__key_warning(key)
1782
+ return super().get(key, default)
1783
+
1784
+ def __init__(__self__, *,
1785
+ id: str,
1786
+ location: str,
1787
+ name: str,
1788
+ system_data: 'outputs.SystemDataResponse',
1789
+ type: str,
1790
+ properties: Optional['outputs.MachineExtensionPropertiesResponse'] = None,
1791
+ tags: Optional[Mapping[str, str]] = None):
1792
+ """
1793
+ Describes a Machine Extension.
1794
+ :param str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
1795
+ :param str location: The geo-location where the resource lives
1796
+ :param str name: The name of the resource
1797
+ :param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
1798
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
1799
+ :param 'MachineExtensionPropertiesResponse' properties: Describes Machine Extension Properties.
1800
+ :param Mapping[str, str] tags: Resource tags.
1801
+ """
1802
+ pulumi.set(__self__, "id", id)
1803
+ pulumi.set(__self__, "location", location)
1804
+ pulumi.set(__self__, "name", name)
1805
+ pulumi.set(__self__, "system_data", system_data)
1806
+ pulumi.set(__self__, "type", type)
1807
+ if properties is not None:
1808
+ pulumi.set(__self__, "properties", properties)
1809
+ if tags is not None:
1810
+ pulumi.set(__self__, "tags", tags)
1811
+
1812
+ @property
1813
+ @pulumi.getter
1814
+ def id(self) -> str:
1815
+ """
1816
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
1817
+ """
1818
+ return pulumi.get(self, "id")
1819
+
1820
+ @property
1821
+ @pulumi.getter
1822
+ def location(self) -> str:
1823
+ """
1824
+ The geo-location where the resource lives
1825
+ """
1826
+ return pulumi.get(self, "location")
1827
+
1828
+ @property
1829
+ @pulumi.getter
1830
+ def name(self) -> str:
1831
+ """
1832
+ The name of the resource
1833
+ """
1834
+ return pulumi.get(self, "name")
1835
+
1836
+ @property
1837
+ @pulumi.getter(name="systemData")
1838
+ def system_data(self) -> 'outputs.SystemDataResponse':
1839
+ """
1840
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
1841
+ """
1842
+ return pulumi.get(self, "system_data")
1843
+
1844
+ @property
1845
+ @pulumi.getter
1846
+ def type(self) -> str:
1847
+ """
1848
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
1849
+ """
1850
+ return pulumi.get(self, "type")
1851
+
1852
+ @property
1853
+ @pulumi.getter
1854
+ def properties(self) -> Optional['outputs.MachineExtensionPropertiesResponse']:
1855
+ """
1856
+ Describes Machine Extension Properties.
1857
+ """
1858
+ return pulumi.get(self, "properties")
1859
+
1860
+ @property
1861
+ @pulumi.getter
1862
+ def tags(self) -> Optional[Mapping[str, str]]:
1863
+ """
1864
+ Resource tags.
1865
+ """
1866
+ return pulumi.get(self, "tags")
1867
+
1868
+
1869
+ @pulumi.output_type
1870
+ class MachineRunCommandInstanceViewResponse(dict):
1871
+ """
1872
+ The instance view of a machine run command.
1873
+ """
1874
+ @staticmethod
1875
+ def __key_warning(key: str):
1876
+ suggest = None
1877
+ if key == "endTime":
1878
+ suggest = "end_time"
1879
+ elif key == "executionMessage":
1880
+ suggest = "execution_message"
1881
+ elif key == "executionState":
1882
+ suggest = "execution_state"
1883
+ elif key == "exitCode":
1884
+ suggest = "exit_code"
1885
+ elif key == "startTime":
1886
+ suggest = "start_time"
1887
+
1888
+ if suggest:
1889
+ pulumi.log.warn(f"Key '{key}' not found in MachineRunCommandInstanceViewResponse. Access the value via the '{suggest}' property getter instead.")
1890
+
1891
+ def __getitem__(self, key: str) -> Any:
1892
+ MachineRunCommandInstanceViewResponse.__key_warning(key)
1893
+ return super().__getitem__(key)
1894
+
1895
+ def get(self, key: str, default = None) -> Any:
1896
+ MachineRunCommandInstanceViewResponse.__key_warning(key)
1897
+ return super().get(key, default)
1898
+
1899
+ def __init__(__self__, *,
1900
+ end_time: Optional[str] = None,
1901
+ error: Optional[str] = None,
1902
+ execution_message: Optional[str] = None,
1903
+ execution_state: Optional[str] = None,
1904
+ exit_code: Optional[int] = None,
1905
+ output: Optional[str] = None,
1906
+ start_time: Optional[str] = None,
1907
+ statuses: Optional[Sequence['outputs.ExtensionsResourceStatusResponse']] = None):
1908
+ """
1909
+ The instance view of a machine run command.
1910
+ :param str end_time: Script end time.
1911
+ :param str error: Script error stream.
1912
+ :param str execution_message: Communicate script configuration errors or execution messages.
1913
+ :param str execution_state: Script execution status.
1914
+ :param int exit_code: Exit code returned from script execution.
1915
+ :param str output: Script output stream.
1916
+ :param str start_time: Script start time.
1917
+ :param Sequence['ExtensionsResourceStatusResponse'] statuses: The status information.
1918
+ """
1919
+ if end_time is not None:
1920
+ pulumi.set(__self__, "end_time", end_time)
1921
+ if error is not None:
1922
+ pulumi.set(__self__, "error", error)
1923
+ if execution_message is not None:
1924
+ pulumi.set(__self__, "execution_message", execution_message)
1925
+ if execution_state is not None:
1926
+ pulumi.set(__self__, "execution_state", execution_state)
1927
+ if exit_code is not None:
1928
+ pulumi.set(__self__, "exit_code", exit_code)
1929
+ if output is not None:
1930
+ pulumi.set(__self__, "output", output)
1931
+ if start_time is not None:
1932
+ pulumi.set(__self__, "start_time", start_time)
1933
+ if statuses is not None:
1934
+ pulumi.set(__self__, "statuses", statuses)
1935
+
1936
+ @property
1937
+ @pulumi.getter(name="endTime")
1938
+ def end_time(self) -> Optional[str]:
1939
+ """
1940
+ Script end time.
1941
+ """
1942
+ return pulumi.get(self, "end_time")
1943
+
1944
+ @property
1945
+ @pulumi.getter
1946
+ def error(self) -> Optional[str]:
1947
+ """
1948
+ Script error stream.
1949
+ """
1950
+ return pulumi.get(self, "error")
1951
+
1952
+ @property
1953
+ @pulumi.getter(name="executionMessage")
1954
+ def execution_message(self) -> Optional[str]:
1955
+ """
1956
+ Communicate script configuration errors or execution messages.
1957
+ """
1958
+ return pulumi.get(self, "execution_message")
1959
+
1960
+ @property
1961
+ @pulumi.getter(name="executionState")
1962
+ def execution_state(self) -> Optional[str]:
1963
+ """
1964
+ Script execution status.
1965
+ """
1966
+ return pulumi.get(self, "execution_state")
1967
+
1968
+ @property
1969
+ @pulumi.getter(name="exitCode")
1970
+ def exit_code(self) -> Optional[int]:
1971
+ """
1972
+ Exit code returned from script execution.
1973
+ """
1974
+ return pulumi.get(self, "exit_code")
1975
+
1976
+ @property
1977
+ @pulumi.getter
1978
+ def output(self) -> Optional[str]:
1979
+ """
1980
+ Script output stream.
1981
+ """
1982
+ return pulumi.get(self, "output")
1983
+
1984
+ @property
1985
+ @pulumi.getter(name="startTime")
1986
+ def start_time(self) -> Optional[str]:
1987
+ """
1988
+ Script start time.
1989
+ """
1990
+ return pulumi.get(self, "start_time")
1991
+
1992
+ @property
1993
+ @pulumi.getter
1994
+ def statuses(self) -> Optional[Sequence['outputs.ExtensionsResourceStatusResponse']]:
1995
+ """
1996
+ The status information.
1997
+ """
1998
+ return pulumi.get(self, "statuses")
1999
+
2000
+
2001
+ @pulumi.output_type
2002
+ class MachineRunCommandScriptSourceResponse(dict):
2003
+ """
2004
+ Describes the script sources for run command. Use only one of script, scriptUri, commandId.
2005
+ """
2006
+ @staticmethod
2007
+ def __key_warning(key: str):
2008
+ suggest = None
2009
+ if key == "commandId":
2010
+ suggest = "command_id"
2011
+ elif key == "scriptUri":
2012
+ suggest = "script_uri"
2013
+ elif key == "scriptUriManagedIdentity":
2014
+ suggest = "script_uri_managed_identity"
2015
+
2016
+ if suggest:
2017
+ pulumi.log.warn(f"Key '{key}' not found in MachineRunCommandScriptSourceResponse. Access the value via the '{suggest}' property getter instead.")
2018
+
2019
+ def __getitem__(self, key: str) -> Any:
2020
+ MachineRunCommandScriptSourceResponse.__key_warning(key)
2021
+ return super().__getitem__(key)
2022
+
2023
+ def get(self, key: str, default = None) -> Any:
2024
+ MachineRunCommandScriptSourceResponse.__key_warning(key)
2025
+ return super().get(key, default)
2026
+
2027
+ def __init__(__self__, *,
2028
+ command_id: Optional[str] = None,
2029
+ script: Optional[str] = None,
2030
+ script_uri: Optional[str] = None,
2031
+ script_uri_managed_identity: Optional['outputs.RunCommandManagedIdentityResponse'] = None):
2032
+ """
2033
+ Describes the script sources for run command. Use only one of script, scriptUri, commandId.
2034
+ :param str command_id: Specifies the commandId of predefined built-in script.
2035
+ :param str script: Specifies the script content to be executed on the machine.
2036
+ :param str script_uri: Specifies the script download location. It can be either SAS URI of an Azure storage blob with read access or public URI.
2037
+ :param 'RunCommandManagedIdentityResponse' script_uri_managed_identity: User-assigned managed identity that has access to scriptUri in case of Azure storage blob. Use an empty object in case of system-assigned identity. Make sure the Azure storage blob exists, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged.
2038
+ """
2039
+ if command_id is not None:
2040
+ pulumi.set(__self__, "command_id", command_id)
2041
+ if script is not None:
2042
+ pulumi.set(__self__, "script", script)
2043
+ if script_uri is not None:
2044
+ pulumi.set(__self__, "script_uri", script_uri)
2045
+ if script_uri_managed_identity is not None:
2046
+ pulumi.set(__self__, "script_uri_managed_identity", script_uri_managed_identity)
2047
+
2048
+ @property
2049
+ @pulumi.getter(name="commandId")
2050
+ def command_id(self) -> Optional[str]:
2051
+ """
2052
+ Specifies the commandId of predefined built-in script.
2053
+ """
2054
+ return pulumi.get(self, "command_id")
2055
+
2056
+ @property
2057
+ @pulumi.getter
2058
+ def script(self) -> Optional[str]:
2059
+ """
2060
+ Specifies the script content to be executed on the machine.
2061
+ """
2062
+ return pulumi.get(self, "script")
2063
+
2064
+ @property
2065
+ @pulumi.getter(name="scriptUri")
2066
+ def script_uri(self) -> Optional[str]:
2067
+ """
2068
+ Specifies the script download location. It can be either SAS URI of an Azure storage blob with read access or public URI.
2069
+ """
2070
+ return pulumi.get(self, "script_uri")
2071
+
2072
+ @property
2073
+ @pulumi.getter(name="scriptUriManagedIdentity")
2074
+ def script_uri_managed_identity(self) -> Optional['outputs.RunCommandManagedIdentityResponse']:
2075
+ """
2076
+ User-assigned managed identity that has access to scriptUri in case of Azure storage blob. Use an empty object in case of system-assigned identity. Make sure the Azure storage blob exists, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged.
2077
+ """
2078
+ return pulumi.get(self, "script_uri_managed_identity")
2079
+
2080
+
2081
+ @pulumi.output_type
2082
+ class NetworkInterfaceResponse(dict):
2083
+ """
2084
+ Describes a network interface.
2085
+ """
2086
+ @staticmethod
2087
+ def __key_warning(key: str):
2088
+ suggest = None
2089
+ if key == "ipAddresses":
2090
+ suggest = "ip_addresses"
2091
+
2092
+ if suggest:
2093
+ pulumi.log.warn(f"Key '{key}' not found in NetworkInterfaceResponse. Access the value via the '{suggest}' property getter instead.")
2094
+
2095
+ def __getitem__(self, key: str) -> Any:
2096
+ NetworkInterfaceResponse.__key_warning(key)
2097
+ return super().__getitem__(key)
2098
+
2099
+ def get(self, key: str, default = None) -> Any:
2100
+ NetworkInterfaceResponse.__key_warning(key)
2101
+ return super().get(key, default)
2102
+
2103
+ def __init__(__self__, *,
2104
+ ip_addresses: Optional[Sequence['outputs.IpAddressResponse']] = None):
2105
+ """
2106
+ Describes a network interface.
2107
+ :param Sequence['IpAddressResponse'] ip_addresses: The list of IP addresses in this interface.
2108
+ """
2109
+ if ip_addresses is not None:
2110
+ pulumi.set(__self__, "ip_addresses", ip_addresses)
2111
+
2112
+ @property
2113
+ @pulumi.getter(name="ipAddresses")
2114
+ def ip_addresses(self) -> Optional[Sequence['outputs.IpAddressResponse']]:
2115
+ """
2116
+ The list of IP addresses in this interface.
2117
+ """
2118
+ return pulumi.get(self, "ip_addresses")
2119
+
2120
+
2121
+ @pulumi.output_type
2122
+ class NetworkProfileResponse(dict):
2123
+ """
2124
+ Describes the network information on this machine.
2125
+ """
2126
+ @staticmethod
2127
+ def __key_warning(key: str):
2128
+ suggest = None
2129
+ if key == "networkInterfaces":
2130
+ suggest = "network_interfaces"
2131
+
2132
+ if suggest:
2133
+ pulumi.log.warn(f"Key '{key}' not found in NetworkProfileResponse. Access the value via the '{suggest}' property getter instead.")
2134
+
2135
+ def __getitem__(self, key: str) -> Any:
2136
+ NetworkProfileResponse.__key_warning(key)
2137
+ return super().__getitem__(key)
2138
+
2139
+ def get(self, key: str, default = None) -> Any:
2140
+ NetworkProfileResponse.__key_warning(key)
2141
+ return super().get(key, default)
2142
+
2143
+ def __init__(__self__, *,
2144
+ network_interfaces: Optional[Sequence['outputs.NetworkInterfaceResponse']] = None):
2145
+ """
2146
+ Describes the network information on this machine.
2147
+ :param Sequence['NetworkInterfaceResponse'] network_interfaces: The list of network interfaces.
2148
+ """
2149
+ if network_interfaces is not None:
2150
+ pulumi.set(__self__, "network_interfaces", network_interfaces)
2151
+
2152
+ @property
2153
+ @pulumi.getter(name="networkInterfaces")
2154
+ def network_interfaces(self) -> Optional[Sequence['outputs.NetworkInterfaceResponse']]:
2155
+ """
2156
+ The list of network interfaces.
2157
+ """
2158
+ return pulumi.get(self, "network_interfaces")
2159
+
2160
+
2161
+ @pulumi.output_type
2162
+ class OSProfileResponse(dict):
2163
+ """
2164
+ Specifies the operating system settings for the hybrid machine.
2165
+ """
2166
+ @staticmethod
2167
+ def __key_warning(key: str):
2168
+ suggest = None
2169
+ if key == "computerName":
2170
+ suggest = "computer_name"
2171
+ elif key == "linuxConfiguration":
2172
+ suggest = "linux_configuration"
2173
+ elif key == "windowsConfiguration":
2174
+ suggest = "windows_configuration"
2175
+
2176
+ if suggest:
2177
+ pulumi.log.warn(f"Key '{key}' not found in OSProfileResponse. Access the value via the '{suggest}' property getter instead.")
2178
+
2179
+ def __getitem__(self, key: str) -> Any:
2180
+ OSProfileResponse.__key_warning(key)
2181
+ return super().__getitem__(key)
2182
+
2183
+ def get(self, key: str, default = None) -> Any:
2184
+ OSProfileResponse.__key_warning(key)
2185
+ return super().get(key, default)
2186
+
2187
+ def __init__(__self__, *,
2188
+ computer_name: str,
2189
+ linux_configuration: Optional['outputs.OSProfileResponseLinuxConfiguration'] = None,
2190
+ windows_configuration: Optional['outputs.OSProfileResponseWindowsConfiguration'] = None):
2191
+ """
2192
+ Specifies the operating system settings for the hybrid machine.
2193
+ :param str computer_name: Specifies the host OS name of the hybrid machine.
2194
+ :param 'OSProfileResponseLinuxConfiguration' linux_configuration: Specifies the linux configuration for update management.
2195
+ :param 'OSProfileResponseWindowsConfiguration' windows_configuration: Specifies the windows configuration for update management.
2196
+ """
2197
+ pulumi.set(__self__, "computer_name", computer_name)
2198
+ if linux_configuration is not None:
2199
+ pulumi.set(__self__, "linux_configuration", linux_configuration)
2200
+ if windows_configuration is not None:
2201
+ pulumi.set(__self__, "windows_configuration", windows_configuration)
2202
+
2203
+ @property
2204
+ @pulumi.getter(name="computerName")
2205
+ def computer_name(self) -> str:
2206
+ """
2207
+ Specifies the host OS name of the hybrid machine.
2208
+ """
2209
+ return pulumi.get(self, "computer_name")
2210
+
2211
+ @property
2212
+ @pulumi.getter(name="linuxConfiguration")
2213
+ def linux_configuration(self) -> Optional['outputs.OSProfileResponseLinuxConfiguration']:
2214
+ """
2215
+ Specifies the linux configuration for update management.
2216
+ """
2217
+ return pulumi.get(self, "linux_configuration")
2218
+
2219
+ @property
2220
+ @pulumi.getter(name="windowsConfiguration")
2221
+ def windows_configuration(self) -> Optional['outputs.OSProfileResponseWindowsConfiguration']:
2222
+ """
2223
+ Specifies the windows configuration for update management.
2224
+ """
2225
+ return pulumi.get(self, "windows_configuration")
2226
+
2227
+
2228
+ @pulumi.output_type
2229
+ class OSProfileResponseLinuxConfiguration(dict):
2230
+ """
2231
+ Specifies the linux configuration for update management.
2232
+ """
2233
+ @staticmethod
2234
+ def __key_warning(key: str):
2235
+ suggest = None
2236
+ if key == "assessmentMode":
2237
+ suggest = "assessment_mode"
2238
+ elif key == "patchMode":
2239
+ suggest = "patch_mode"
2240
+
2241
+ if suggest:
2242
+ pulumi.log.warn(f"Key '{key}' not found in OSProfileResponseLinuxConfiguration. Access the value via the '{suggest}' property getter instead.")
2243
+
2244
+ def __getitem__(self, key: str) -> Any:
2245
+ OSProfileResponseLinuxConfiguration.__key_warning(key)
2246
+ return super().__getitem__(key)
2247
+
2248
+ def get(self, key: str, default = None) -> Any:
2249
+ OSProfileResponseLinuxConfiguration.__key_warning(key)
2250
+ return super().get(key, default)
2251
+
2252
+ def __init__(__self__, *,
2253
+ assessment_mode: Optional[str] = None,
2254
+ patch_mode: Optional[str] = None):
2255
+ """
2256
+ Specifies the linux configuration for update management.
2257
+ :param str assessment_mode: Specifies the assessment mode.
2258
+ :param str patch_mode: Specifies the patch mode.
2259
+ """
2260
+ if assessment_mode is not None:
2261
+ pulumi.set(__self__, "assessment_mode", assessment_mode)
2262
+ if patch_mode is not None:
2263
+ pulumi.set(__self__, "patch_mode", patch_mode)
2264
+
2265
+ @property
2266
+ @pulumi.getter(name="assessmentMode")
2267
+ def assessment_mode(self) -> Optional[str]:
2268
+ """
2269
+ Specifies the assessment mode.
2270
+ """
2271
+ return pulumi.get(self, "assessment_mode")
2272
+
2273
+ @property
2274
+ @pulumi.getter(name="patchMode")
2275
+ def patch_mode(self) -> Optional[str]:
2276
+ """
2277
+ Specifies the patch mode.
2278
+ """
2279
+ return pulumi.get(self, "patch_mode")
2280
+
2281
+
2282
+ @pulumi.output_type
2283
+ class OSProfileResponseWindowsConfiguration(dict):
2284
+ """
2285
+ Specifies the windows configuration for update management.
2286
+ """
2287
+ @staticmethod
2288
+ def __key_warning(key: str):
2289
+ suggest = None
2290
+ if key == "assessmentMode":
2291
+ suggest = "assessment_mode"
2292
+ elif key == "patchMode":
2293
+ suggest = "patch_mode"
2294
+
2295
+ if suggest:
2296
+ pulumi.log.warn(f"Key '{key}' not found in OSProfileResponseWindowsConfiguration. Access the value via the '{suggest}' property getter instead.")
2297
+
2298
+ def __getitem__(self, key: str) -> Any:
2299
+ OSProfileResponseWindowsConfiguration.__key_warning(key)
2300
+ return super().__getitem__(key)
2301
+
2302
+ def get(self, key: str, default = None) -> Any:
2303
+ OSProfileResponseWindowsConfiguration.__key_warning(key)
2304
+ return super().get(key, default)
2305
+
2306
+ def __init__(__self__, *,
2307
+ assessment_mode: Optional[str] = None,
2308
+ patch_mode: Optional[str] = None):
2309
+ """
2310
+ Specifies the windows configuration for update management.
2311
+ :param str assessment_mode: Specifies the assessment mode.
2312
+ :param str patch_mode: Specifies the patch mode.
2313
+ """
2314
+ if assessment_mode is not None:
2315
+ pulumi.set(__self__, "assessment_mode", assessment_mode)
2316
+ if patch_mode is not None:
2317
+ pulumi.set(__self__, "patch_mode", patch_mode)
2318
+
2319
+ @property
2320
+ @pulumi.getter(name="assessmentMode")
2321
+ def assessment_mode(self) -> Optional[str]:
2322
+ """
2323
+ Specifies the assessment mode.
2324
+ """
2325
+ return pulumi.get(self, "assessment_mode")
2326
+
2327
+ @property
2328
+ @pulumi.getter(name="patchMode")
2329
+ def patch_mode(self) -> Optional[str]:
2330
+ """
2331
+ Specifies the patch mode.
2332
+ """
2333
+ return pulumi.get(self, "patch_mode")
2334
+
2335
+
2336
+ @pulumi.output_type
2337
+ class PrivateEndpointConnectionDataModelResponse(dict):
2338
+ """
2339
+ The Data Model for a Private Endpoint Connection associated with a Private Link Scope
2340
+ """
2341
+ def __init__(__self__, *,
2342
+ id: str,
2343
+ name: str,
2344
+ type: str,
2345
+ properties: Optional['outputs.PrivateEndpointConnectionPropertiesResponse'] = None):
2346
+ """
2347
+ The Data Model for a Private Endpoint Connection associated with a Private Link Scope
2348
+ :param str id: The ARM Resource Id of the Private Endpoint.
2349
+ :param str name: The Name of the Private Endpoint.
2350
+ :param str type: Azure resource type
2351
+ :param 'PrivateEndpointConnectionPropertiesResponse' properties: The Private Endpoint Connection properties.
2352
+ """
2353
+ pulumi.set(__self__, "id", id)
2354
+ pulumi.set(__self__, "name", name)
2355
+ pulumi.set(__self__, "type", type)
2356
+ if properties is not None:
2357
+ pulumi.set(__self__, "properties", properties)
2358
+
2359
+ @property
2360
+ @pulumi.getter
2361
+ def id(self) -> str:
2362
+ """
2363
+ The ARM Resource Id of the Private Endpoint.
2364
+ """
2365
+ return pulumi.get(self, "id")
2366
+
2367
+ @property
2368
+ @pulumi.getter
2369
+ def name(self) -> str:
2370
+ """
2371
+ The Name of the Private Endpoint.
2372
+ """
2373
+ return pulumi.get(self, "name")
2374
+
2375
+ @property
2376
+ @pulumi.getter
2377
+ def type(self) -> str:
2378
+ """
2379
+ Azure resource type
2380
+ """
2381
+ return pulumi.get(self, "type")
2382
+
2383
+ @property
2384
+ @pulumi.getter
2385
+ def properties(self) -> Optional['outputs.PrivateEndpointConnectionPropertiesResponse']:
2386
+ """
2387
+ The Private Endpoint Connection properties.
2388
+ """
2389
+ return pulumi.get(self, "properties")
2390
+
2391
+
2392
+ @pulumi.output_type
2393
+ class PrivateEndpointConnectionPropertiesResponse(dict):
2394
+ """
2395
+ Properties of a private endpoint connection.
2396
+ """
2397
+ @staticmethod
2398
+ def __key_warning(key: str):
2399
+ suggest = None
2400
+ if key == "groupIds":
2401
+ suggest = "group_ids"
2402
+ elif key == "provisioningState":
2403
+ suggest = "provisioning_state"
2404
+ elif key == "privateEndpoint":
2405
+ suggest = "private_endpoint"
2406
+ elif key == "privateLinkServiceConnectionState":
2407
+ suggest = "private_link_service_connection_state"
2408
+
2409
+ if suggest:
2410
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
2411
+
2412
+ def __getitem__(self, key: str) -> Any:
2413
+ PrivateEndpointConnectionPropertiesResponse.__key_warning(key)
2414
+ return super().__getitem__(key)
2415
+
2416
+ def get(self, key: str, default = None) -> Any:
2417
+ PrivateEndpointConnectionPropertiesResponse.__key_warning(key)
2418
+ return super().get(key, default)
2419
+
2420
+ def __init__(__self__, *,
2421
+ group_ids: Sequence[str],
2422
+ provisioning_state: str,
2423
+ private_endpoint: Optional['outputs.PrivateEndpointPropertyResponse'] = None,
2424
+ private_link_service_connection_state: Optional['outputs.PrivateLinkServiceConnectionStatePropertyResponse'] = None):
2425
+ """
2426
+ Properties of a private endpoint connection.
2427
+ :param Sequence[str] group_ids: List of group IDs.
2428
+ :param str provisioning_state: State of the private endpoint connection.
2429
+ :param 'PrivateEndpointPropertyResponse' private_endpoint: Private endpoint which the connection belongs to.
2430
+ :param 'PrivateLinkServiceConnectionStatePropertyResponse' private_link_service_connection_state: Connection state of the private endpoint connection.
2431
+ """
2432
+ pulumi.set(__self__, "group_ids", group_ids)
2433
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
2434
+ if private_endpoint is not None:
2435
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
2436
+ if private_link_service_connection_state is not None:
2437
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
2438
+
2439
+ @property
2440
+ @pulumi.getter(name="groupIds")
2441
+ def group_ids(self) -> Sequence[str]:
2442
+ """
2443
+ List of group IDs.
2444
+ """
2445
+ return pulumi.get(self, "group_ids")
2446
+
2447
+ @property
2448
+ @pulumi.getter(name="provisioningState")
2449
+ def provisioning_state(self) -> str:
2450
+ """
2451
+ State of the private endpoint connection.
2452
+ """
2453
+ return pulumi.get(self, "provisioning_state")
2454
+
2455
+ @property
2456
+ @pulumi.getter(name="privateEndpoint")
2457
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointPropertyResponse']:
2458
+ """
2459
+ Private endpoint which the connection belongs to.
2460
+ """
2461
+ return pulumi.get(self, "private_endpoint")
2462
+
2463
+ @property
2464
+ @pulumi.getter(name="privateLinkServiceConnectionState")
2465
+ def private_link_service_connection_state(self) -> Optional['outputs.PrivateLinkServiceConnectionStatePropertyResponse']:
2466
+ """
2467
+ Connection state of the private endpoint connection.
2468
+ """
2469
+ return pulumi.get(self, "private_link_service_connection_state")
2470
+
2471
+
2472
+ @pulumi.output_type
2473
+ class PrivateEndpointPropertyResponse(dict):
2474
+ """
2475
+ Private endpoint which the connection belongs to.
2476
+ """
2477
+ def __init__(__self__, *,
2478
+ id: Optional[str] = None):
2479
+ """
2480
+ Private endpoint which the connection belongs to.
2481
+ :param str id: Resource id of the private endpoint.
2482
+ """
2483
+ if id is not None:
2484
+ pulumi.set(__self__, "id", id)
2485
+
2486
+ @property
2487
+ @pulumi.getter
2488
+ def id(self) -> Optional[str]:
2489
+ """
2490
+ Resource id of the private endpoint.
2491
+ """
2492
+ return pulumi.get(self, "id")
2493
+
2494
+
2495
+ @pulumi.output_type
2496
+ class PrivateLinkServiceConnectionStatePropertyResponse(dict):
2497
+ """
2498
+ State of the private endpoint connection.
2499
+ """
2500
+ @staticmethod
2501
+ def __key_warning(key: str):
2502
+ suggest = None
2503
+ if key == "actionsRequired":
2504
+ suggest = "actions_required"
2505
+
2506
+ if suggest:
2507
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStatePropertyResponse. Access the value via the '{suggest}' property getter instead.")
2508
+
2509
+ def __getitem__(self, key: str) -> Any:
2510
+ PrivateLinkServiceConnectionStatePropertyResponse.__key_warning(key)
2511
+ return super().__getitem__(key)
2512
+
2513
+ def get(self, key: str, default = None) -> Any:
2514
+ PrivateLinkServiceConnectionStatePropertyResponse.__key_warning(key)
2515
+ return super().get(key, default)
2516
+
2517
+ def __init__(__self__, *,
2518
+ actions_required: str,
2519
+ description: str,
2520
+ status: str):
2521
+ """
2522
+ State of the private endpoint connection.
2523
+ :param str actions_required: The actions required for private link service connection.
2524
+ :param str description: The private link service connection description.
2525
+ :param str status: The private link service connection status.
2526
+ """
2527
+ pulumi.set(__self__, "actions_required", actions_required)
2528
+ pulumi.set(__self__, "description", description)
2529
+ pulumi.set(__self__, "status", status)
2530
+
2531
+ @property
2532
+ @pulumi.getter(name="actionsRequired")
2533
+ def actions_required(self) -> str:
2534
+ """
2535
+ The actions required for private link service connection.
2536
+ """
2537
+ return pulumi.get(self, "actions_required")
2538
+
2539
+ @property
2540
+ @pulumi.getter
2541
+ def description(self) -> str:
2542
+ """
2543
+ The private link service connection description.
2544
+ """
2545
+ return pulumi.get(self, "description")
2546
+
2547
+ @property
2548
+ @pulumi.getter
2549
+ def status(self) -> str:
2550
+ """
2551
+ The private link service connection status.
2552
+ """
2553
+ return pulumi.get(self, "status")
2554
+
2555
+
2556
+ @pulumi.output_type
2557
+ class ProductFeatureResponse(dict):
2558
+ """
2559
+ Product Feature
2560
+ """
2561
+ @staticmethod
2562
+ def __key_warning(key: str):
2563
+ suggest = None
2564
+ if key == "billingStartDate":
2565
+ suggest = "billing_start_date"
2566
+ elif key == "disenrollmentDate":
2567
+ suggest = "disenrollment_date"
2568
+ elif key == "enrollmentDate":
2569
+ suggest = "enrollment_date"
2570
+ elif key == "subscriptionStatus":
2571
+ suggest = "subscription_status"
2572
+
2573
+ if suggest:
2574
+ pulumi.log.warn(f"Key '{key}' not found in ProductFeatureResponse. Access the value via the '{suggest}' property getter instead.")
2575
+
2576
+ def __getitem__(self, key: str) -> Any:
2577
+ ProductFeatureResponse.__key_warning(key)
2578
+ return super().__getitem__(key)
2579
+
2580
+ def get(self, key: str, default = None) -> Any:
2581
+ ProductFeatureResponse.__key_warning(key)
2582
+ return super().get(key, default)
2583
+
2584
+ def __init__(__self__, *,
2585
+ billing_start_date: str,
2586
+ disenrollment_date: str,
2587
+ enrollment_date: str,
2588
+ name: Optional[str] = None,
2589
+ subscription_status: Optional[str] = None):
2590
+ """
2591
+ Product Feature
2592
+ :param str billing_start_date: The timestamp in UTC when the billing starts.
2593
+ :param str disenrollment_date: The timestamp in UTC when the user disenrolled the feature.
2594
+ :param str enrollment_date: The timestamp in UTC when the user enrolls the feature.
2595
+ :param str name: Product feature name.
2596
+ :param str subscription_status: Indicates the current status of the product features.
2597
+ """
2598
+ pulumi.set(__self__, "billing_start_date", billing_start_date)
2599
+ pulumi.set(__self__, "disenrollment_date", disenrollment_date)
2600
+ pulumi.set(__self__, "enrollment_date", enrollment_date)
2601
+ if name is not None:
2602
+ pulumi.set(__self__, "name", name)
2603
+ if subscription_status is not None:
2604
+ pulumi.set(__self__, "subscription_status", subscription_status)
2605
+
2606
+ @property
2607
+ @pulumi.getter(name="billingStartDate")
2608
+ def billing_start_date(self) -> str:
2609
+ """
2610
+ The timestamp in UTC when the billing starts.
2611
+ """
2612
+ return pulumi.get(self, "billing_start_date")
2613
+
2614
+ @property
2615
+ @pulumi.getter(name="disenrollmentDate")
2616
+ def disenrollment_date(self) -> str:
2617
+ """
2618
+ The timestamp in UTC when the user disenrolled the feature.
2619
+ """
2620
+ return pulumi.get(self, "disenrollment_date")
2621
+
2622
+ @property
2623
+ @pulumi.getter(name="enrollmentDate")
2624
+ def enrollment_date(self) -> str:
2625
+ """
2626
+ The timestamp in UTC when the user enrolls the feature.
2627
+ """
2628
+ return pulumi.get(self, "enrollment_date")
2629
+
2630
+ @property
2631
+ @pulumi.getter
2632
+ def name(self) -> Optional[str]:
2633
+ """
2634
+ Product feature name.
2635
+ """
2636
+ return pulumi.get(self, "name")
2637
+
2638
+ @property
2639
+ @pulumi.getter(name="subscriptionStatus")
2640
+ def subscription_status(self) -> Optional[str]:
2641
+ """
2642
+ Indicates the current status of the product features.
2643
+ """
2644
+ return pulumi.get(self, "subscription_status")
2645
+
2646
+
2647
+ @pulumi.output_type
2648
+ class RunCommandInputParameterResponse(dict):
2649
+ """
2650
+ Describes the properties of a run command parameter.
2651
+ """
2652
+ def __init__(__self__, *,
2653
+ name: str,
2654
+ value: str):
2655
+ """
2656
+ Describes the properties of a run command parameter.
2657
+ :param str name: The run command parameter name.
2658
+ :param str value: The run command parameter value.
2659
+ """
2660
+ pulumi.set(__self__, "name", name)
2661
+ pulumi.set(__self__, "value", value)
2662
+
2663
+ @property
2664
+ @pulumi.getter
2665
+ def name(self) -> str:
2666
+ """
2667
+ The run command parameter name.
2668
+ """
2669
+ return pulumi.get(self, "name")
2670
+
2671
+ @property
2672
+ @pulumi.getter
2673
+ def value(self) -> str:
2674
+ """
2675
+ The run command parameter value.
2676
+ """
2677
+ return pulumi.get(self, "value")
2678
+
2679
+
2680
+ @pulumi.output_type
2681
+ class RunCommandManagedIdentityResponse(dict):
2682
+ """
2683
+ Contains clientId or objectId (use only one, not both) of a user-assigned managed identity that has access to storage blob used in Run Command. Use an empty RunCommandManagedIdentity object in case of system-assigned identity. Make sure the Azure storage blob exists in case of scriptUri, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' role assignment with scriptUri blob and 'Storage Blob Data Contributor' for Append blobs(outputBlobUri, errorBlobUri). In case of user assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged.
2684
+ """
2685
+ @staticmethod
2686
+ def __key_warning(key: str):
2687
+ suggest = None
2688
+ if key == "clientId":
2689
+ suggest = "client_id"
2690
+ elif key == "objectId":
2691
+ suggest = "object_id"
2692
+
2693
+ if suggest:
2694
+ pulumi.log.warn(f"Key '{key}' not found in RunCommandManagedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
2695
+
2696
+ def __getitem__(self, key: str) -> Any:
2697
+ RunCommandManagedIdentityResponse.__key_warning(key)
2698
+ return super().__getitem__(key)
2699
+
2700
+ def get(self, key: str, default = None) -> Any:
2701
+ RunCommandManagedIdentityResponse.__key_warning(key)
2702
+ return super().get(key, default)
2703
+
2704
+ def __init__(__self__, *,
2705
+ client_id: Optional[str] = None,
2706
+ object_id: Optional[str] = None):
2707
+ """
2708
+ Contains clientId or objectId (use only one, not both) of a user-assigned managed identity that has access to storage blob used in Run Command. Use an empty RunCommandManagedIdentity object in case of system-assigned identity. Make sure the Azure storage blob exists in case of scriptUri, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' role assignment with scriptUri blob and 'Storage Blob Data Contributor' for Append blobs(outputBlobUri, errorBlobUri). In case of user assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged.
2709
+ :param str client_id: Client Id (GUID value) of the user-assigned managed identity. ObjectId should not be used if this is provided.
2710
+ :param str object_id: Object Id (GUID value) of the user-assigned managed identity. ClientId should not be used if this is provided.
2711
+ """
2712
+ if client_id is not None:
2713
+ pulumi.set(__self__, "client_id", client_id)
2714
+ if object_id is not None:
2715
+ pulumi.set(__self__, "object_id", object_id)
2716
+
2717
+ @property
2718
+ @pulumi.getter(name="clientId")
2719
+ def client_id(self) -> Optional[str]:
2720
+ """
2721
+ Client Id (GUID value) of the user-assigned managed identity. ObjectId should not be used if this is provided.
2722
+ """
2723
+ return pulumi.get(self, "client_id")
2724
+
2725
+ @property
2726
+ @pulumi.getter(name="objectId")
2727
+ def object_id(self) -> Optional[str]:
2728
+ """
2729
+ Object Id (GUID value) of the user-assigned managed identity. ClientId should not be used if this is provided.
2730
+ """
2731
+ return pulumi.get(self, "object_id")
2732
+
2733
+
2734
+ @pulumi.output_type
2735
+ class ServiceStatusResponse(dict):
2736
+ """
2737
+ Describes the status and behavior of a service.
2738
+ """
2739
+ @staticmethod
2740
+ def __key_warning(key: str):
2741
+ suggest = None
2742
+ if key == "startupType":
2743
+ suggest = "startup_type"
2744
+
2745
+ if suggest:
2746
+ pulumi.log.warn(f"Key '{key}' not found in ServiceStatusResponse. Access the value via the '{suggest}' property getter instead.")
2747
+
2748
+ def __getitem__(self, key: str) -> Any:
2749
+ ServiceStatusResponse.__key_warning(key)
2750
+ return super().__getitem__(key)
2751
+
2752
+ def get(self, key: str, default = None) -> Any:
2753
+ ServiceStatusResponse.__key_warning(key)
2754
+ return super().get(key, default)
2755
+
2756
+ def __init__(__self__, *,
2757
+ startup_type: Optional[str] = None,
2758
+ status: Optional[str] = None):
2759
+ """
2760
+ Describes the status and behavior of a service.
2761
+ :param str startup_type: The behavior of the service when the Arc-enabled machine starts up.
2762
+ :param str status: The current status of the service.
2763
+ """
2764
+ if startup_type is not None:
2765
+ pulumi.set(__self__, "startup_type", startup_type)
2766
+ if status is not None:
2767
+ pulumi.set(__self__, "status", status)
2768
+
2769
+ @property
2770
+ @pulumi.getter(name="startupType")
2771
+ def startup_type(self) -> Optional[str]:
2772
+ """
2773
+ The behavior of the service when the Arc-enabled machine starts up.
2774
+ """
2775
+ return pulumi.get(self, "startup_type")
2776
+
2777
+ @property
2778
+ @pulumi.getter
2779
+ def status(self) -> Optional[str]:
2780
+ """
2781
+ The current status of the service.
2782
+ """
2783
+ return pulumi.get(self, "status")
2784
+
2785
+
2786
+ @pulumi.output_type
2787
+ class ServiceStatusesResponse(dict):
2788
+ """
2789
+ Reports the state and behavior of dependent services.
2790
+ """
2791
+ @staticmethod
2792
+ def __key_warning(key: str):
2793
+ suggest = None
2794
+ if key == "extensionService":
2795
+ suggest = "extension_service"
2796
+ elif key == "guestConfigurationService":
2797
+ suggest = "guest_configuration_service"
2798
+
2799
+ if suggest:
2800
+ pulumi.log.warn(f"Key '{key}' not found in ServiceStatusesResponse. Access the value via the '{suggest}' property getter instead.")
2801
+
2802
+ def __getitem__(self, key: str) -> Any:
2803
+ ServiceStatusesResponse.__key_warning(key)
2804
+ return super().__getitem__(key)
2805
+
2806
+ def get(self, key: str, default = None) -> Any:
2807
+ ServiceStatusesResponse.__key_warning(key)
2808
+ return super().get(key, default)
2809
+
2810
+ def __init__(__self__, *,
2811
+ extension_service: Optional['outputs.ServiceStatusResponse'] = None,
2812
+ guest_configuration_service: Optional['outputs.ServiceStatusResponse'] = None):
2813
+ """
2814
+ Reports the state and behavior of dependent services.
2815
+ :param 'ServiceStatusResponse' extension_service: The state of the extension service on the Arc-enabled machine.
2816
+ :param 'ServiceStatusResponse' guest_configuration_service: The state of the guest configuration service on the Arc-enabled machine.
2817
+ """
2818
+ if extension_service is not None:
2819
+ pulumi.set(__self__, "extension_service", extension_service)
2820
+ if guest_configuration_service is not None:
2821
+ pulumi.set(__self__, "guest_configuration_service", guest_configuration_service)
2822
+
2823
+ @property
2824
+ @pulumi.getter(name="extensionService")
2825
+ def extension_service(self) -> Optional['outputs.ServiceStatusResponse']:
2826
+ """
2827
+ The state of the extension service on the Arc-enabled machine.
2828
+ """
2829
+ return pulumi.get(self, "extension_service")
2830
+
2831
+ @property
2832
+ @pulumi.getter(name="guestConfigurationService")
2833
+ def guest_configuration_service(self) -> Optional['outputs.ServiceStatusResponse']:
2834
+ """
2835
+ The state of the guest configuration service on the Arc-enabled machine.
2836
+ """
2837
+ return pulumi.get(self, "guest_configuration_service")
2838
+
2839
+
2840
+ @pulumi.output_type
2841
+ class SubnetResponse(dict):
2842
+ """
2843
+ Describes the subnet.
2844
+ """
2845
+ @staticmethod
2846
+ def __key_warning(key: str):
2847
+ suggest = None
2848
+ if key == "addressPrefix":
2849
+ suggest = "address_prefix"
2850
+
2851
+ if suggest:
2852
+ pulumi.log.warn(f"Key '{key}' not found in SubnetResponse. Access the value via the '{suggest}' property getter instead.")
2853
+
2854
+ def __getitem__(self, key: str) -> Any:
2855
+ SubnetResponse.__key_warning(key)
2856
+ return super().__getitem__(key)
2857
+
2858
+ def get(self, key: str, default = None) -> Any:
2859
+ SubnetResponse.__key_warning(key)
2860
+ return super().get(key, default)
2861
+
2862
+ def __init__(__self__, *,
2863
+ address_prefix: Optional[str] = None):
2864
+ """
2865
+ Describes the subnet.
2866
+ :param str address_prefix: Represents address prefix.
2867
+ """
2868
+ if address_prefix is not None:
2869
+ pulumi.set(__self__, "address_prefix", address_prefix)
2870
+
2871
+ @property
2872
+ @pulumi.getter(name="addressPrefix")
2873
+ def address_prefix(self) -> Optional[str]:
2874
+ """
2875
+ Represents address prefix.
2876
+ """
2877
+ return pulumi.get(self, "address_prefix")
2878
+
2879
+
2880
+ @pulumi.output_type
2881
+ class SystemDataResponse(dict):
2882
+ """
2883
+ Metadata pertaining to creation and last modification of the resource.
2884
+ """
2885
+ @staticmethod
2886
+ def __key_warning(key: str):
2887
+ suggest = None
2888
+ if key == "createdAt":
2889
+ suggest = "created_at"
2890
+ elif key == "createdBy":
2891
+ suggest = "created_by"
2892
+ elif key == "createdByType":
2893
+ suggest = "created_by_type"
2894
+ elif key == "lastModifiedAt":
2895
+ suggest = "last_modified_at"
2896
+ elif key == "lastModifiedBy":
2897
+ suggest = "last_modified_by"
2898
+ elif key == "lastModifiedByType":
2899
+ suggest = "last_modified_by_type"
2900
+
2901
+ if suggest:
2902
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
2903
+
2904
+ def __getitem__(self, key: str) -> Any:
2905
+ SystemDataResponse.__key_warning(key)
2906
+ return super().__getitem__(key)
2907
+
2908
+ def get(self, key: str, default = None) -> Any:
2909
+ SystemDataResponse.__key_warning(key)
2910
+ return super().get(key, default)
2911
+
2912
+ def __init__(__self__, *,
2913
+ created_at: Optional[str] = None,
2914
+ created_by: Optional[str] = None,
2915
+ created_by_type: Optional[str] = None,
2916
+ last_modified_at: Optional[str] = None,
2917
+ last_modified_by: Optional[str] = None,
2918
+ last_modified_by_type: Optional[str] = None):
2919
+ """
2920
+ Metadata pertaining to creation and last modification of the resource.
2921
+ :param str created_at: The timestamp of resource creation (UTC).
2922
+ :param str created_by: The identity that created the resource.
2923
+ :param str created_by_type: The type of identity that created the resource.
2924
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
2925
+ :param str last_modified_by: The identity that last modified the resource.
2926
+ :param str last_modified_by_type: The type of identity that last modified the resource.
2927
+ """
2928
+ if created_at is not None:
2929
+ pulumi.set(__self__, "created_at", created_at)
2930
+ if created_by is not None:
2931
+ pulumi.set(__self__, "created_by", created_by)
2932
+ if created_by_type is not None:
2933
+ pulumi.set(__self__, "created_by_type", created_by_type)
2934
+ if last_modified_at is not None:
2935
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
2936
+ if last_modified_by is not None:
2937
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
2938
+ if last_modified_by_type is not None:
2939
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
2940
+
2941
+ @property
2942
+ @pulumi.getter(name="createdAt")
2943
+ def created_at(self) -> Optional[str]:
2944
+ """
2945
+ The timestamp of resource creation (UTC).
2946
+ """
2947
+ return pulumi.get(self, "created_at")
2948
+
2949
+ @property
2950
+ @pulumi.getter(name="createdBy")
2951
+ def created_by(self) -> Optional[str]:
2952
+ """
2953
+ The identity that created the resource.
2954
+ """
2955
+ return pulumi.get(self, "created_by")
2956
+
2957
+ @property
2958
+ @pulumi.getter(name="createdByType")
2959
+ def created_by_type(self) -> Optional[str]:
2960
+ """
2961
+ The type of identity that created the resource.
2962
+ """
2963
+ return pulumi.get(self, "created_by_type")
2964
+
2965
+ @property
2966
+ @pulumi.getter(name="lastModifiedAt")
2967
+ def last_modified_at(self) -> Optional[str]:
2968
+ """
2969
+ The timestamp of resource last modification (UTC)
2970
+ """
2971
+ return pulumi.get(self, "last_modified_at")
2972
+
2973
+ @property
2974
+ @pulumi.getter(name="lastModifiedBy")
2975
+ def last_modified_by(self) -> Optional[str]:
2976
+ """
2977
+ The identity that last modified the resource.
2978
+ """
2979
+ return pulumi.get(self, "last_modified_by")
2980
+
2981
+ @property
2982
+ @pulumi.getter(name="lastModifiedByType")
2983
+ def last_modified_by_type(self) -> Optional[str]:
2984
+ """
2985
+ The type of identity that last modified the resource.
2986
+ """
2987
+ return pulumi.get(self, "last_modified_by_type")
2988
+
2989
+