pulumi-azure-native 2.9.1a1696411987__py3-none-any.whl → 2.10.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (317) hide show
  1. pulumi_azure_native/__init__.py +133 -1
  2. pulumi_azure_native/baremetalinfrastructure/__init__.py +3 -0
  3. pulumi_azure_native/baremetalinfrastructure/azure_bare_metal_storage_instance.py +1 -1
  4. pulumi_azure_native/baremetalinfrastructure/v20230406/azure_bare_metal_storage_instance.py +1 -1
  5. pulumi_azure_native/baremetalinfrastructure/v20230804preview/__init__.py +12 -0
  6. pulumi_azure_native/baremetalinfrastructure/v20230804preview/_enums.py +23 -0
  7. pulumi_azure_native/baremetalinfrastructure/v20230804preview/_inputs.py +177 -0
  8. pulumi_azure_native/baremetalinfrastructure/v20230804preview/azure_bare_metal_storage_instance.py +282 -0
  9. pulumi_azure_native/baremetalinfrastructure/v20230804preview/get_azure_bare_metal_storage_instance.py +170 -0
  10. pulumi_azure_native/baremetalinfrastructure/v20230804preview/outputs.py +305 -0
  11. pulumi_azure_native/chaos/__init__.py +3 -0
  12. pulumi_azure_native/chaos/capability.py +1 -1
  13. pulumi_azure_native/chaos/experiment.py +1 -1
  14. pulumi_azure_native/chaos/target.py +1 -1
  15. pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
  16. pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
  17. pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
  18. pulumi_azure_native/chaos/v20230901preview/__init__.py +16 -0
  19. pulumi_azure_native/chaos/v20230901preview/_enums.py +43 -0
  20. pulumi_azure_native/chaos/v20230901preview/_inputs.py +689 -0
  21. pulumi_azure_native/chaos/v20230901preview/capability.py +258 -0
  22. pulumi_azure_native/chaos/v20230901preview/experiment.py +293 -0
  23. pulumi_azure_native/chaos/v20230901preview/get_capability.py +151 -0
  24. pulumi_azure_native/chaos/v20230901preview/get_experiment.py +183 -0
  25. pulumi_azure_native/chaos/v20230901preview/get_target.py +159 -0
  26. pulumi_azure_native/chaos/v20230901preview/outputs.py +931 -0
  27. pulumi_azure_native/chaos/v20230901preview/target.py +286 -0
  28. pulumi_azure_native/containerservice/__init__.py +3 -0
  29. pulumi_azure_native/containerservice/agent_pool.py +1 -1
  30. pulumi_azure_native/containerservice/maintenance_configuration.py +1 -1
  31. pulumi_azure_native/containerservice/managed_cluster.py +1 -1
  32. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +1 -1
  33. pulumi_azure_native/containerservice/private_endpoint_connection.py +1 -1
  34. pulumi_azure_native/containerservice/snapshot.py +1 -1
  35. pulumi_azure_native/containerservice/trusted_access_role_binding.py +1 -1
  36. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  37. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  38. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  39. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  40. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  41. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  42. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  43. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  44. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  45. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  46. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  47. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  48. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  49. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  50. pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
  51. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  52. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  53. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  54. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  55. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  56. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  57. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  58. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  59. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  60. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  61. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  62. pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
  63. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  64. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  65. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  66. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  67. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  68. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  69. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  70. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  71. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  72. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  73. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  74. pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
  75. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  76. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  77. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  78. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  79. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  80. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  81. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  82. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  83. pulumi_azure_native/containerservice/v20230802preview/__init__.py +27 -0
  84. pulumi_azure_native/containerservice/v20230802preview/_enums.py +741 -0
  85. pulumi_azure_native/containerservice/v20230802preview/_inputs.py +6236 -0
  86. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1473 -0
  87. pulumi_azure_native/containerservice/v20230802preview/get_agent_pool.py +708 -0
  88. pulumi_azure_native/containerservice/v20230802preview/get_maintenance_configuration.py +162 -0
  89. pulumi_azure_native/containerservice/v20230802preview/get_managed_cluster.py +768 -0
  90. pulumi_azure_native/containerservice/v20230802preview/get_managed_cluster_snapshot.py +183 -0
  91. pulumi_azure_native/containerservice/v20230802preview/get_private_endpoint_connection.py +149 -0
  92. pulumi_azure_native/containerservice/v20230802preview/get_snapshot.py +248 -0
  93. pulumi_azure_native/containerservice/v20230802preview/get_trusted_access_role_binding.py +162 -0
  94. pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_admin_credentials.py +84 -0
  95. pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_monitoring_user_credentials.py +84 -0
  96. pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_user_credentials.py +89 -0
  97. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +274 -0
  98. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1464 -0
  99. pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +292 -0
  100. pulumi_azure_native/containerservice/v20230802preview/outputs.py +7383 -0
  101. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +246 -0
  102. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +342 -0
  103. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +255 -0
  104. pulumi_azure_native/dashboard/__init__.py +5 -0
  105. pulumi_azure_native/dashboard/get_managed_private_endpoint.py +255 -0
  106. pulumi_azure_native/dashboard/grafana.py +1 -1
  107. pulumi_azure_native/dashboard/managed_private_endpoint.py +420 -0
  108. pulumi_azure_native/dashboard/outputs.py +34 -0
  109. pulumi_azure_native/dashboard/private_endpoint_connection.py +1 -1
  110. pulumi_azure_native/dashboard/v20210901preview/grafana.py +1 -1
  111. pulumi_azure_native/dashboard/v20220801/grafana.py +1 -1
  112. pulumi_azure_native/dashboard/v20220801/private_endpoint_connection.py +1 -1
  113. pulumi_azure_native/dashboard/v20221001preview/__init__.py +16 -0
  114. pulumi_azure_native/dashboard/v20221001preview/_enums.py +93 -0
  115. pulumi_azure_native/dashboard/v20221001preview/_inputs.py +560 -0
  116. pulumi_azure_native/dashboard/v20221001preview/get_grafana.py +183 -0
  117. pulumi_azure_native/dashboard/v20221001preview/get_managed_private_endpoint.py +253 -0
  118. pulumi_azure_native/dashboard/v20221001preview/get_private_endpoint_connection.py +175 -0
  119. pulumi_azure_native/dashboard/v20221001preview/grafana.py +311 -0
  120. pulumi_azure_native/dashboard/v20221001preview/managed_private_endpoint.py +418 -0
  121. pulumi_azure_native/dashboard/v20221001preview/outputs.py +1092 -0
  122. pulumi_azure_native/dashboard/v20221001preview/private_endpoint_connection.py +266 -0
  123. pulumi_azure_native/datadog/__init__.py +8 -0
  124. pulumi_azure_native/datadog/_enums.py +32 -0
  125. pulumi_azure_native/datadog/_inputs.py +326 -0
  126. pulumi_azure_native/datadog/get_monitored_subscription.py +125 -0
  127. pulumi_azure_native/datadog/monitor.py +1 -1
  128. pulumi_azure_native/datadog/monitored_subscription.py +208 -0
  129. pulumi_azure_native/datadog/outputs.py +368 -0
  130. pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
  131. pulumi_azure_native/datadog/v20220801/__init__.py +17 -0
  132. pulumi_azure_native/datadog/v20220801/_enums.py +26 -0
  133. pulumi_azure_native/datadog/v20220801/_inputs.py +329 -0
  134. pulumi_azure_native/datadog/v20220801/get_monitor.py +166 -0
  135. pulumi_azure_native/datadog/v20220801/get_monitor_default_key.py +112 -0
  136. pulumi_azure_native/datadog/v20220801/list_monitor_api_keys.py +92 -0
  137. pulumi_azure_native/datadog/v20220801/list_monitor_hosts.py +92 -0
  138. pulumi_azure_native/datadog/v20220801/list_monitor_linked_resources.py +92 -0
  139. pulumi_azure_native/datadog/v20220801/list_monitor_monitored_resources.py +92 -0
  140. pulumi_azure_native/datadog/v20220801/monitor.py +277 -0
  141. pulumi_azure_native/datadog/v20220801/outputs.py +738 -0
  142. pulumi_azure_native/datadog/v20230101/__init__.py +19 -0
  143. pulumi_azure_native/datadog/v20230101/_enums.py +58 -0
  144. pulumi_azure_native/datadog/v20230101/_inputs.py +655 -0
  145. pulumi_azure_native/datadog/v20230101/get_monitor.py +166 -0
  146. pulumi_azure_native/datadog/v20230101/get_monitor_default_key.py +112 -0
  147. pulumi_azure_native/datadog/v20230101/get_monitored_subscription.py +123 -0
  148. pulumi_azure_native/datadog/v20230101/list_monitor_api_keys.py +92 -0
  149. pulumi_azure_native/datadog/v20230101/list_monitor_hosts.py +92 -0
  150. pulumi_azure_native/datadog/v20230101/list_monitor_linked_resources.py +92 -0
  151. pulumi_azure_native/datadog/v20230101/list_monitor_monitored_resources.py +92 -0
  152. pulumi_azure_native/datadog/v20230101/monitor.py +277 -0
  153. pulumi_azure_native/datadog/v20230101/monitored_subscription.py +206 -0
  154. pulumi_azure_native/datadog/v20230101/outputs.py +1106 -0
  155. pulumi_azure_native/datafactory/_inputs.py +16 -0
  156. pulumi_azure_native/datafactory/outputs.py +12 -0
  157. pulumi_azure_native/datafactory/v20180601/_inputs.py +16 -0
  158. pulumi_azure_native/datafactory/v20180601/outputs.py +12 -0
  159. pulumi_azure_native/migrate/__init__.py +8 -0
  160. pulumi_azure_native/migrate/_enums.py +69 -5
  161. pulumi_azure_native/migrate/_inputs.py +20 -20
  162. pulumi_azure_native/migrate/get_private_endpoint_connection_proxy_controller.py +139 -0
  163. pulumi_azure_native/migrate/get_solutions_controller_config.py +85 -0
  164. pulumi_azure_native/migrate/get_solutions_controller_solution.py +138 -0
  165. pulumi_azure_native/migrate/migrate_project.py +1 -1
  166. pulumi_azure_native/migrate/migrate_projects_controller_migrate_project.py +1 -1
  167. pulumi_azure_native/migrate/outputs.py +471 -3
  168. pulumi_azure_native/migrate/private_endpoint_connection_controller_private_endpoint_connection.py +1 -1
  169. pulumi_azure_native/migrate/private_endpoint_connection_proxy_controller.py +212 -0
  170. pulumi_azure_native/migrate/solution.py +2 -1
  171. pulumi_azure_native/migrate/solutions_controller_solution.py +218 -0
  172. pulumi_azure_native/migrate/v20180901preview/migrate_project.py +1 -1
  173. pulumi_azure_native/migrate/v20180901preview/solution.py +1 -1
  174. pulumi_azure_native/migrate/v20200501/migrate_projects_controller_migrate_project.py +1 -1
  175. pulumi_azure_native/migrate/v20200501/private_endpoint_connection_controller_private_endpoint_connection.py +1 -1
  176. pulumi_azure_native/migrate/v20230101/__init__.py +19 -0
  177. pulumi_azure_native/migrate/v20230101/_enums.py +104 -0
  178. pulumi_azure_native/migrate/v20230101/_inputs.py +316 -0
  179. pulumi_azure_native/migrate/v20230101/get_migrate_projects_controller_migrate_project.py +157 -0
  180. pulumi_azure_native/migrate/v20230101/get_private_endpoint_connection_controller_private_endpoint_connection.py +149 -0
  181. pulumi_azure_native/migrate/v20230101/get_private_endpoint_connection_proxy_controller.py +137 -0
  182. pulumi_azure_native/migrate/v20230101/get_solutions_controller_config.py +83 -0
  183. pulumi_azure_native/migrate/v20230101/get_solutions_controller_solution.py +136 -0
  184. pulumi_azure_native/migrate/v20230101/migrate_projects_controller_migrate_project.py +253 -0
  185. pulumi_azure_native/migrate/v20230101/outputs.py +1240 -0
  186. pulumi_azure_native/migrate/v20230101/private_endpoint_connection_controller_private_endpoint_connection.py +226 -0
  187. pulumi_azure_native/migrate/v20230101/private_endpoint_connection_proxy_controller.py +210 -0
  188. pulumi_azure_native/migrate/v20230101/solutions_controller_solution.py +216 -0
  189. pulumi_azure_native/networkanalytics/__init__.py +23 -0
  190. pulumi_azure_native/networkanalytics/_enums.py +64 -0
  191. pulumi_azure_native/networkanalytics/_inputs.py +313 -0
  192. pulumi_azure_native/networkanalytics/data_product.py +715 -0
  193. pulumi_azure_native/networkanalytics/data_type.py +334 -0
  194. pulumi_azure_native/networkanalytics/get_data_product.py +406 -0
  195. pulumi_azure_native/networkanalytics/get_data_type.py +216 -0
  196. pulumi_azure_native/networkanalytics/list_data_product_roles_assignments.py +94 -0
  197. pulumi_azure_native/networkanalytics/outputs.py +679 -0
  198. pulumi_azure_native/networkanalytics/v20231115/__init__.py +15 -0
  199. pulumi_azure_native/networkanalytics/v20231115/_enums.py +64 -0
  200. pulumi_azure_native/networkanalytics/v20231115/_inputs.py +313 -0
  201. pulumi_azure_native/networkanalytics/v20231115/data_product.py +713 -0
  202. pulumi_azure_native/networkanalytics/v20231115/data_type.py +332 -0
  203. pulumi_azure_native/networkanalytics/v20231115/get_data_product.py +404 -0
  204. pulumi_azure_native/networkanalytics/v20231115/get_data_type.py +214 -0
  205. pulumi_azure_native/networkanalytics/v20231115/list_data_product_roles_assignments.py +92 -0
  206. pulumi_azure_native/networkanalytics/v20231115/outputs.py +679 -0
  207. pulumi_azure_native/redhatopenshift/__init__.py +3 -0
  208. pulumi_azure_native/redhatopenshift/machine_pool.py +1 -1
  209. pulumi_azure_native/redhatopenshift/open_shift_cluster.py +1 -1
  210. pulumi_azure_native/redhatopenshift/secret.py +1 -1
  211. pulumi_azure_native/redhatopenshift/sync_identity_provider.py +1 -1
  212. pulumi_azure_native/redhatopenshift/sync_set.py +1 -1
  213. pulumi_azure_native/redhatopenshift/v20220904/machine_pool.py +1 -1
  214. pulumi_azure_native/redhatopenshift/v20220904/open_shift_cluster.py +1 -1
  215. pulumi_azure_native/redhatopenshift/v20220904/secret.py +1 -1
  216. pulumi_azure_native/redhatopenshift/v20220904/sync_identity_provider.py +1 -1
  217. pulumi_azure_native/redhatopenshift/v20220904/sync_set.py +1 -1
  218. pulumi_azure_native/redhatopenshift/v20230401/machine_pool.py +1 -1
  219. pulumi_azure_native/redhatopenshift/v20230401/open_shift_cluster.py +1 -1
  220. pulumi_azure_native/redhatopenshift/v20230401/secret.py +1 -1
  221. pulumi_azure_native/redhatopenshift/v20230401/sync_identity_provider.py +1 -1
  222. pulumi_azure_native/redhatopenshift/v20230401/sync_set.py +1 -1
  223. pulumi_azure_native/redhatopenshift/v20230701preview/machine_pool.py +1 -1
  224. pulumi_azure_native/redhatopenshift/v20230701preview/open_shift_cluster.py +1 -1
  225. pulumi_azure_native/redhatopenshift/v20230701preview/secret.py +1 -1
  226. pulumi_azure_native/redhatopenshift/v20230701preview/sync_identity_provider.py +1 -1
  227. pulumi_azure_native/redhatopenshift/v20230701preview/sync_set.py +1 -1
  228. pulumi_azure_native/redhatopenshift/v20230904/__init__.py +22 -0
  229. pulumi_azure_native/redhatopenshift/v20230904/_enums.py +66 -0
  230. pulumi_azure_native/redhatopenshift/v20230904/_inputs.py +551 -0
  231. pulumi_azure_native/redhatopenshift/v20230904/get_machine_pool.py +133 -0
  232. pulumi_azure_native/redhatopenshift/v20230904/get_open_shift_cluster.py +274 -0
  233. pulumi_azure_native/redhatopenshift/v20230904/get_secret.py +136 -0
  234. pulumi_azure_native/redhatopenshift/v20230904/get_sync_identity_provider.py +133 -0
  235. pulumi_azure_native/redhatopenshift/v20230904/get_sync_set.py +136 -0
  236. pulumi_azure_native/redhatopenshift/v20230904/list_open_shift_cluster_admin_credentials.py +78 -0
  237. pulumi_azure_native/redhatopenshift/v20230904/list_open_shift_cluster_credentials.py +91 -0
  238. pulumi_azure_native/redhatopenshift/v20230904/machine_pool.py +206 -0
  239. pulumi_azure_native/redhatopenshift/v20230904/open_shift_cluster.py +495 -0
  240. pulumi_azure_native/redhatopenshift/v20230904/outputs.py +681 -0
  241. pulumi_azure_native/redhatopenshift/v20230904/secret.py +214 -0
  242. pulumi_azure_native/redhatopenshift/v20230904/sync_identity_provider.py +206 -0
  243. pulumi_azure_native/redhatopenshift/v20230904/sync_set.py +214 -0
  244. pulumi_azure_native/servicefabric/__init__.py +3 -0
  245. pulumi_azure_native/servicefabric/managed_cluster.py +1 -1
  246. pulumi_azure_native/servicefabric/managed_cluster_application.py +1 -1
  247. pulumi_azure_native/servicefabric/managed_cluster_application_type.py +1 -1
  248. pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +1 -1
  249. pulumi_azure_native/servicefabric/managed_cluster_service.py +1 -1
  250. pulumi_azure_native/servicefabric/node_type.py +1 -1
  251. pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
  252. pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
  253. pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
  254. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
  255. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
  256. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
  257. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
  258. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
  259. pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
  260. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
  261. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
  262. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
  263. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
  264. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
  265. pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
  266. pulumi_azure_native/servicefabric/v20230901preview/__init__.py +24 -0
  267. pulumi_azure_native/servicefabric/v20230901preview/_enums.py +484 -0
  268. pulumi_azure_native/servicefabric/v20230901preview/_inputs.py +3501 -0
  269. pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster.py +625 -0
  270. pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application.py +228 -0
  271. pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application_type.py +162 -0
  272. pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application_type_version.py +180 -0
  273. pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_service.py +167 -0
  274. pulumi_azure_native/servicefabric/v20230901preview/get_node_type.py +760 -0
  275. pulumi_azure_native/servicefabric/v20230901preview/getmanaged_az_resiliency_status.py +92 -0
  276. pulumi_azure_native/servicefabric/v20230901preview/getmanaged_maintenance_window_status.py +156 -0
  277. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1160 -0
  278. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +404 -0
  279. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +253 -0
  280. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +304 -0
  281. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +295 -0
  282. pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1603 -0
  283. pulumi_azure_native/servicefabric/v20230901preview/outputs.py +4039 -0
  284. pulumi_azure_native/storagemover/__init__.py +3 -0
  285. pulumi_azure_native/storagemover/agent.py +1 -1
  286. pulumi_azure_native/storagemover/endpoint.py +1 -1
  287. pulumi_azure_native/storagemover/job_definition.py +1 -1
  288. pulumi_azure_native/storagemover/project.py +1 -1
  289. pulumi_azure_native/storagemover/storage_mover.py +1 -1
  290. pulumi_azure_native/storagemover/v20230301/agent.py +1 -1
  291. pulumi_azure_native/storagemover/v20230301/endpoint.py +1 -1
  292. pulumi_azure_native/storagemover/v20230301/job_definition.py +1 -1
  293. pulumi_azure_native/storagemover/v20230301/project.py +1 -1
  294. pulumi_azure_native/storagemover/v20230301/storage_mover.py +1 -1
  295. pulumi_azure_native/storagemover/v20230701preview/agent.py +1 -1
  296. pulumi_azure_native/storagemover/v20230701preview/endpoint.py +1 -1
  297. pulumi_azure_native/storagemover/v20230701preview/job_definition.py +1 -1
  298. pulumi_azure_native/storagemover/v20230701preview/project.py +1 -1
  299. pulumi_azure_native/storagemover/v20230701preview/storage_mover.py +1 -1
  300. pulumi_azure_native/storagemover/v20231001/__init__.py +20 -0
  301. pulumi_azure_native/storagemover/v20231001/_enums.py +46 -0
  302. pulumi_azure_native/storagemover/v20231001/_inputs.py +393 -0
  303. pulumi_azure_native/storagemover/v20231001/agent.py +361 -0
  304. pulumi_azure_native/storagemover/v20231001/endpoint.py +217 -0
  305. pulumi_azure_native/storagemover/v20231001/get_agent.py +276 -0
  306. pulumi_azure_native/storagemover/v20231001/get_endpoint.py +136 -0
  307. pulumi_azure_native/storagemover/v20231001/get_job_definition.py +310 -0
  308. pulumi_azure_native/storagemover/v20231001/get_project.py +149 -0
  309. pulumi_azure_native/storagemover/v20231001/get_storage_mover.py +170 -0
  310. pulumi_azure_native/storagemover/v20231001/job_definition.py +483 -0
  311. pulumi_azure_native/storagemover/v20231001/outputs.py +619 -0
  312. pulumi_azure_native/storagemover/v20231001/project.py +224 -0
  313. pulumi_azure_native/storagemover/v20231001/storage_mover.py +261 -0
  314. {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/METADATA +1 -1
  315. {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/RECORD +317 -158
  316. {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/WHEEL +0 -0
  317. {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,420 @@
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
+
13
+ __all__ = ['ManagedPrivateEndpointArgs', 'ManagedPrivateEndpoint']
14
+
15
+ @pulumi.input_type
16
+ class ManagedPrivateEndpointArgs:
17
+ def __init__(__self__, *,
18
+ resource_group_name: pulumi.Input[str],
19
+ workspace_name: pulumi.Input[str],
20
+ group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
21
+ location: Optional[pulumi.Input[str]] = None,
22
+ managed_private_endpoint_name: Optional[pulumi.Input[str]] = None,
23
+ private_link_resource_id: Optional[pulumi.Input[str]] = None,
24
+ private_link_resource_region: Optional[pulumi.Input[str]] = None,
25
+ private_link_service_url: Optional[pulumi.Input[str]] = None,
26
+ request_message: Optional[pulumi.Input[str]] = None,
27
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
28
+ """
29
+ The set of arguments for constructing a ManagedPrivateEndpoint resource.
30
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
31
+ :param pulumi.Input[str] workspace_name: The workspace name of Azure Managed Grafana.
32
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] group_ids: The group Ids of the managed private endpoint.
33
+ :param pulumi.Input[str] location: The geo-location where the resource lives
34
+ :param pulumi.Input[str] managed_private_endpoint_name: The managed private endpoint name of Azure Managed Grafana.
35
+ :param pulumi.Input[str] private_link_resource_id: The ARM resource ID of the resource for which the managed private endpoint is pointing to.
36
+ :param pulumi.Input[str] private_link_resource_region: The region of the resource to which the managed private endpoint is pointing to.
37
+ :param pulumi.Input[str] private_link_service_url: The URL of the data store behind the private link service. It would be the URL in the Grafana data source configuration page without the protocol and port.
38
+ :param pulumi.Input[str] request_message: User input request message of the managed private endpoint.
39
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
40
+ """
41
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
42
+ pulumi.set(__self__, "workspace_name", workspace_name)
43
+ if group_ids is not None:
44
+ pulumi.set(__self__, "group_ids", group_ids)
45
+ if location is not None:
46
+ pulumi.set(__self__, "location", location)
47
+ if managed_private_endpoint_name is not None:
48
+ pulumi.set(__self__, "managed_private_endpoint_name", managed_private_endpoint_name)
49
+ if private_link_resource_id is not None:
50
+ pulumi.set(__self__, "private_link_resource_id", private_link_resource_id)
51
+ if private_link_resource_region is not None:
52
+ pulumi.set(__self__, "private_link_resource_region", private_link_resource_region)
53
+ if private_link_service_url is not None:
54
+ pulumi.set(__self__, "private_link_service_url", private_link_service_url)
55
+ if request_message is not None:
56
+ pulumi.set(__self__, "request_message", request_message)
57
+ if tags is not None:
58
+ pulumi.set(__self__, "tags", tags)
59
+
60
+ @property
61
+ @pulumi.getter(name="resourceGroupName")
62
+ def resource_group_name(self) -> pulumi.Input[str]:
63
+ """
64
+ The name of the resource group. The name is case insensitive.
65
+ """
66
+ return pulumi.get(self, "resource_group_name")
67
+
68
+ @resource_group_name.setter
69
+ def resource_group_name(self, value: pulumi.Input[str]):
70
+ pulumi.set(self, "resource_group_name", value)
71
+
72
+ @property
73
+ @pulumi.getter(name="workspaceName")
74
+ def workspace_name(self) -> pulumi.Input[str]:
75
+ """
76
+ The workspace name of Azure Managed Grafana.
77
+ """
78
+ return pulumi.get(self, "workspace_name")
79
+
80
+ @workspace_name.setter
81
+ def workspace_name(self, value: pulumi.Input[str]):
82
+ pulumi.set(self, "workspace_name", value)
83
+
84
+ @property
85
+ @pulumi.getter(name="groupIds")
86
+ def group_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
87
+ """
88
+ The group Ids of the managed private endpoint.
89
+ """
90
+ return pulumi.get(self, "group_ids")
91
+
92
+ @group_ids.setter
93
+ def group_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
94
+ pulumi.set(self, "group_ids", value)
95
+
96
+ @property
97
+ @pulumi.getter
98
+ def location(self) -> Optional[pulumi.Input[str]]:
99
+ """
100
+ The geo-location where the resource lives
101
+ """
102
+ return pulumi.get(self, "location")
103
+
104
+ @location.setter
105
+ def location(self, value: Optional[pulumi.Input[str]]):
106
+ pulumi.set(self, "location", value)
107
+
108
+ @property
109
+ @pulumi.getter(name="managedPrivateEndpointName")
110
+ def managed_private_endpoint_name(self) -> Optional[pulumi.Input[str]]:
111
+ """
112
+ The managed private endpoint name of Azure Managed Grafana.
113
+ """
114
+ return pulumi.get(self, "managed_private_endpoint_name")
115
+
116
+ @managed_private_endpoint_name.setter
117
+ def managed_private_endpoint_name(self, value: Optional[pulumi.Input[str]]):
118
+ pulumi.set(self, "managed_private_endpoint_name", value)
119
+
120
+ @property
121
+ @pulumi.getter(name="privateLinkResourceId")
122
+ def private_link_resource_id(self) -> Optional[pulumi.Input[str]]:
123
+ """
124
+ The ARM resource ID of the resource for which the managed private endpoint is pointing to.
125
+ """
126
+ return pulumi.get(self, "private_link_resource_id")
127
+
128
+ @private_link_resource_id.setter
129
+ def private_link_resource_id(self, value: Optional[pulumi.Input[str]]):
130
+ pulumi.set(self, "private_link_resource_id", value)
131
+
132
+ @property
133
+ @pulumi.getter(name="privateLinkResourceRegion")
134
+ def private_link_resource_region(self) -> Optional[pulumi.Input[str]]:
135
+ """
136
+ The region of the resource to which the managed private endpoint is pointing to.
137
+ """
138
+ return pulumi.get(self, "private_link_resource_region")
139
+
140
+ @private_link_resource_region.setter
141
+ def private_link_resource_region(self, value: Optional[pulumi.Input[str]]):
142
+ pulumi.set(self, "private_link_resource_region", value)
143
+
144
+ @property
145
+ @pulumi.getter(name="privateLinkServiceUrl")
146
+ def private_link_service_url(self) -> Optional[pulumi.Input[str]]:
147
+ """
148
+ The URL of the data store behind the private link service. It would be the URL in the Grafana data source configuration page without the protocol and port.
149
+ """
150
+ return pulumi.get(self, "private_link_service_url")
151
+
152
+ @private_link_service_url.setter
153
+ def private_link_service_url(self, value: Optional[pulumi.Input[str]]):
154
+ pulumi.set(self, "private_link_service_url", value)
155
+
156
+ @property
157
+ @pulumi.getter(name="requestMessage")
158
+ def request_message(self) -> Optional[pulumi.Input[str]]:
159
+ """
160
+ User input request message of the managed private endpoint.
161
+ """
162
+ return pulumi.get(self, "request_message")
163
+
164
+ @request_message.setter
165
+ def request_message(self, value: Optional[pulumi.Input[str]]):
166
+ pulumi.set(self, "request_message", value)
167
+
168
+ @property
169
+ @pulumi.getter
170
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
171
+ """
172
+ Resource tags.
173
+ """
174
+ return pulumi.get(self, "tags")
175
+
176
+ @tags.setter
177
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
178
+ pulumi.set(self, "tags", value)
179
+
180
+
181
+ class ManagedPrivateEndpoint(pulumi.CustomResource):
182
+ @overload
183
+ def __init__(__self__,
184
+ resource_name: str,
185
+ opts: Optional[pulumi.ResourceOptions] = None,
186
+ group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
187
+ location: Optional[pulumi.Input[str]] = None,
188
+ managed_private_endpoint_name: Optional[pulumi.Input[str]] = None,
189
+ private_link_resource_id: Optional[pulumi.Input[str]] = None,
190
+ private_link_resource_region: Optional[pulumi.Input[str]] = None,
191
+ private_link_service_url: Optional[pulumi.Input[str]] = None,
192
+ request_message: Optional[pulumi.Input[str]] = None,
193
+ resource_group_name: Optional[pulumi.Input[str]] = None,
194
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
195
+ workspace_name: Optional[pulumi.Input[str]] = None,
196
+ __props__=None):
197
+ """
198
+ The managed private endpoint resource type.
199
+ Azure REST API version: 2022-10-01-preview.
200
+
201
+ :param str resource_name: The name of the resource.
202
+ :param pulumi.ResourceOptions opts: Options for the resource.
203
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] group_ids: The group Ids of the managed private endpoint.
204
+ :param pulumi.Input[str] location: The geo-location where the resource lives
205
+ :param pulumi.Input[str] managed_private_endpoint_name: The managed private endpoint name of Azure Managed Grafana.
206
+ :param pulumi.Input[str] private_link_resource_id: The ARM resource ID of the resource for which the managed private endpoint is pointing to.
207
+ :param pulumi.Input[str] private_link_resource_region: The region of the resource to which the managed private endpoint is pointing to.
208
+ :param pulumi.Input[str] private_link_service_url: The URL of the data store behind the private link service. It would be the URL in the Grafana data source configuration page without the protocol and port.
209
+ :param pulumi.Input[str] request_message: User input request message of the managed private endpoint.
210
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
211
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
212
+ :param pulumi.Input[str] workspace_name: The workspace name of Azure Managed Grafana.
213
+ """
214
+ ...
215
+ @overload
216
+ def __init__(__self__,
217
+ resource_name: str,
218
+ args: ManagedPrivateEndpointArgs,
219
+ opts: Optional[pulumi.ResourceOptions] = None):
220
+ """
221
+ The managed private endpoint resource type.
222
+ Azure REST API version: 2022-10-01-preview.
223
+
224
+ :param str resource_name: The name of the resource.
225
+ :param ManagedPrivateEndpointArgs args: The arguments to use to populate this resource's properties.
226
+ :param pulumi.ResourceOptions opts: Options for the resource.
227
+ """
228
+ ...
229
+ def __init__(__self__, resource_name: str, *args, **kwargs):
230
+ resource_args, opts = _utilities.get_resource_args_opts(ManagedPrivateEndpointArgs, pulumi.ResourceOptions, *args, **kwargs)
231
+ if resource_args is not None:
232
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
233
+ else:
234
+ __self__._internal_init(resource_name, *args, **kwargs)
235
+
236
+ def _internal_init(__self__,
237
+ resource_name: str,
238
+ opts: Optional[pulumi.ResourceOptions] = None,
239
+ group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
240
+ location: Optional[pulumi.Input[str]] = None,
241
+ managed_private_endpoint_name: Optional[pulumi.Input[str]] = None,
242
+ private_link_resource_id: Optional[pulumi.Input[str]] = None,
243
+ private_link_resource_region: Optional[pulumi.Input[str]] = None,
244
+ private_link_service_url: Optional[pulumi.Input[str]] = None,
245
+ request_message: Optional[pulumi.Input[str]] = None,
246
+ resource_group_name: Optional[pulumi.Input[str]] = None,
247
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
248
+ workspace_name: Optional[pulumi.Input[str]] = None,
249
+ __props__=None):
250
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
251
+ if not isinstance(opts, pulumi.ResourceOptions):
252
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
253
+ if opts.id is None:
254
+ if __props__ is not None:
255
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
256
+ __props__ = ManagedPrivateEndpointArgs.__new__(ManagedPrivateEndpointArgs)
257
+
258
+ __props__.__dict__["group_ids"] = group_ids
259
+ __props__.__dict__["location"] = location
260
+ __props__.__dict__["managed_private_endpoint_name"] = managed_private_endpoint_name
261
+ __props__.__dict__["private_link_resource_id"] = private_link_resource_id
262
+ __props__.__dict__["private_link_resource_region"] = private_link_resource_region
263
+ __props__.__dict__["private_link_service_url"] = private_link_service_url
264
+ __props__.__dict__["request_message"] = request_message
265
+ if resource_group_name is None and not opts.urn:
266
+ raise TypeError("Missing required property 'resource_group_name'")
267
+ __props__.__dict__["resource_group_name"] = resource_group_name
268
+ __props__.__dict__["tags"] = tags
269
+ if workspace_name is None and not opts.urn:
270
+ raise TypeError("Missing required property 'workspace_name'")
271
+ __props__.__dict__["workspace_name"] = workspace_name
272
+ __props__.__dict__["connection_state"] = None
273
+ __props__.__dict__["name"] = None
274
+ __props__.__dict__["private_link_service_private_ip"] = None
275
+ __props__.__dict__["provisioning_state"] = None
276
+ __props__.__dict__["system_data"] = None
277
+ __props__.__dict__["type"] = None
278
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dashboard/v20221001preview:ManagedPrivateEndpoint")])
279
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
280
+ super(ManagedPrivateEndpoint, __self__).__init__(
281
+ 'azure-native:dashboard:ManagedPrivateEndpoint',
282
+ resource_name,
283
+ __props__,
284
+ opts)
285
+
286
+ @staticmethod
287
+ def get(resource_name: str,
288
+ id: pulumi.Input[str],
289
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'ManagedPrivateEndpoint':
290
+ """
291
+ Get an existing ManagedPrivateEndpoint resource's state with the given name, id, and optional extra
292
+ properties used to qualify the lookup.
293
+
294
+ :param str resource_name: The unique name of the resulting resource.
295
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
296
+ :param pulumi.ResourceOptions opts: Options for the resource.
297
+ """
298
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
299
+
300
+ __props__ = ManagedPrivateEndpointArgs.__new__(ManagedPrivateEndpointArgs)
301
+
302
+ __props__.__dict__["connection_state"] = None
303
+ __props__.__dict__["group_ids"] = None
304
+ __props__.__dict__["location"] = None
305
+ __props__.__dict__["name"] = None
306
+ __props__.__dict__["private_link_resource_id"] = None
307
+ __props__.__dict__["private_link_resource_region"] = None
308
+ __props__.__dict__["private_link_service_private_ip"] = None
309
+ __props__.__dict__["private_link_service_url"] = None
310
+ __props__.__dict__["provisioning_state"] = None
311
+ __props__.__dict__["request_message"] = None
312
+ __props__.__dict__["system_data"] = None
313
+ __props__.__dict__["tags"] = None
314
+ __props__.__dict__["type"] = None
315
+ return ManagedPrivateEndpoint(resource_name, opts=opts, __props__=__props__)
316
+
317
+ @property
318
+ @pulumi.getter(name="connectionState")
319
+ def connection_state(self) -> pulumi.Output['outputs.ManagedPrivateEndpointConnectionStateResponse']:
320
+ """
321
+ The state of managed private endpoint connection.
322
+ """
323
+ return pulumi.get(self, "connection_state")
324
+
325
+ @property
326
+ @pulumi.getter(name="groupIds")
327
+ def group_ids(self) -> pulumi.Output[Optional[Sequence[str]]]:
328
+ """
329
+ The group Ids of the managed private endpoint.
330
+ """
331
+ return pulumi.get(self, "group_ids")
332
+
333
+ @property
334
+ @pulumi.getter
335
+ def location(self) -> pulumi.Output[str]:
336
+ """
337
+ The geo-location where the resource lives
338
+ """
339
+ return pulumi.get(self, "location")
340
+
341
+ @property
342
+ @pulumi.getter
343
+ def name(self) -> pulumi.Output[str]:
344
+ """
345
+ The name of the resource
346
+ """
347
+ return pulumi.get(self, "name")
348
+
349
+ @property
350
+ @pulumi.getter(name="privateLinkResourceId")
351
+ def private_link_resource_id(self) -> pulumi.Output[Optional[str]]:
352
+ """
353
+ The ARM resource ID of the resource for which the managed private endpoint is pointing to.
354
+ """
355
+ return pulumi.get(self, "private_link_resource_id")
356
+
357
+ @property
358
+ @pulumi.getter(name="privateLinkResourceRegion")
359
+ def private_link_resource_region(self) -> pulumi.Output[Optional[str]]:
360
+ """
361
+ The region of the resource to which the managed private endpoint is pointing to.
362
+ """
363
+ return pulumi.get(self, "private_link_resource_region")
364
+
365
+ @property
366
+ @pulumi.getter(name="privateLinkServicePrivateIP")
367
+ def private_link_service_private_ip(self) -> pulumi.Output[str]:
368
+ """
369
+ The private IP of private endpoint after approval. This property is empty before connection is approved.
370
+ """
371
+ return pulumi.get(self, "private_link_service_private_ip")
372
+
373
+ @property
374
+ @pulumi.getter(name="privateLinkServiceUrl")
375
+ def private_link_service_url(self) -> pulumi.Output[Optional[str]]:
376
+ """
377
+ The URL of the data store behind the private link service. It would be the URL in the Grafana data source configuration page without the protocol and port.
378
+ """
379
+ return pulumi.get(self, "private_link_service_url")
380
+
381
+ @property
382
+ @pulumi.getter(name="provisioningState")
383
+ def provisioning_state(self) -> pulumi.Output[str]:
384
+ """
385
+ Provisioning state of the resource.
386
+ """
387
+ return pulumi.get(self, "provisioning_state")
388
+
389
+ @property
390
+ @pulumi.getter(name="requestMessage")
391
+ def request_message(self) -> pulumi.Output[Optional[str]]:
392
+ """
393
+ User input request message of the managed private endpoint.
394
+ """
395
+ return pulumi.get(self, "request_message")
396
+
397
+ @property
398
+ @pulumi.getter(name="systemData")
399
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
400
+ """
401
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
402
+ """
403
+ return pulumi.get(self, "system_data")
404
+
405
+ @property
406
+ @pulumi.getter
407
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
408
+ """
409
+ Resource tags.
410
+ """
411
+ return pulumi.get(self, "tags")
412
+
413
+ @property
414
+ @pulumi.getter
415
+ def type(self) -> pulumi.Output[str]:
416
+ """
417
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
418
+ """
419
+ return pulumi.get(self, "type")
420
+
@@ -15,6 +15,7 @@ __all__ = [
15
15
  'AzureMonitorWorkspaceIntegrationResponse',
16
16
  'GrafanaIntegrationsResponse',
17
17
  'ManagedGrafanaPropertiesResponse',
18
+ 'ManagedPrivateEndpointConnectionStateResponse',
18
19
  'ManagedServiceIdentityResponse',
19
20
  'PrivateEndpointConnectionResponse',
20
21
  'PrivateEndpointResponse',
@@ -273,6 +274,39 @@ class ManagedGrafanaPropertiesResponse(dict):
273
274
  return pulumi.get(self, "zone_redundancy")
274
275
 
275
276
 
277
+ @pulumi.output_type
278
+ class ManagedPrivateEndpointConnectionStateResponse(dict):
279
+ """
280
+ The state of managed private endpoint connection.
281
+ """
282
+ def __init__(__self__, *,
283
+ description: str,
284
+ status: str):
285
+ """
286
+ The state of managed private endpoint connection.
287
+ :param str description: Gets or sets the reason for approval/rejection of the connection.
288
+ :param str status: The approval/rejection status of managed private endpoint connection.
289
+ """
290
+ pulumi.set(__self__, "description", description)
291
+ pulumi.set(__self__, "status", status)
292
+
293
+ @property
294
+ @pulumi.getter
295
+ def description(self) -> str:
296
+ """
297
+ Gets or sets the reason for approval/rejection of the connection.
298
+ """
299
+ return pulumi.get(self, "description")
300
+
301
+ @property
302
+ @pulumi.getter
303
+ def status(self) -> str:
304
+ """
305
+ The approval/rejection status of managed private endpoint connection.
306
+ """
307
+ return pulumi.get(self, "status")
308
+
309
+
276
310
  @pulumi.output_type
277
311
  class ManagedServiceIdentityResponse(dict):
278
312
  """
@@ -177,7 +177,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
177
177
  __props__.__dict__["provisioning_state"] = None
178
178
  __props__.__dict__["system_data"] = None
179
179
  __props__.__dict__["type"] = None
180
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dashboard/v20220501preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dashboard/v20220801:PrivateEndpointConnection")])
180
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dashboard/v20220501preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dashboard/v20220801:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dashboard/v20221001preview:PrivateEndpointConnection")])
181
181
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
182
182
  super(PrivateEndpointConnection, __self__).__init__(
183
183
  'azure-native:dashboard:PrivateEndpointConnection',
@@ -211,7 +211,7 @@ class Grafana(pulumi.CustomResource):
211
211
  __props__.__dict__["name"] = None
212
212
  __props__.__dict__["system_data"] = None
213
213
  __props__.__dict__["type"] = None
214
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dashboard:Grafana"), pulumi.Alias(type_="azure-native:dashboard/v20220501preview:Grafana"), pulumi.Alias(type_="azure-native:dashboard/v20220801:Grafana")])
214
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dashboard:Grafana"), pulumi.Alias(type_="azure-native:dashboard/v20220501preview:Grafana"), pulumi.Alias(type_="azure-native:dashboard/v20220801:Grafana"), pulumi.Alias(type_="azure-native:dashboard/v20221001preview:Grafana")])
215
215
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
216
216
  super(Grafana, __self__).__init__(
217
217
  'azure-native:dashboard/v20210901preview:Grafana',
@@ -211,7 +211,7 @@ class Grafana(pulumi.CustomResource):
211
211
  __props__.__dict__["name"] = None
212
212
  __props__.__dict__["system_data"] = None
213
213
  __props__.__dict__["type"] = None
214
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dashboard:Grafana"), pulumi.Alias(type_="azure-native:dashboard/v20210901preview:Grafana"), pulumi.Alias(type_="azure-native:dashboard/v20220501preview:Grafana")])
214
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dashboard:Grafana"), pulumi.Alias(type_="azure-native:dashboard/v20210901preview:Grafana"), pulumi.Alias(type_="azure-native:dashboard/v20220501preview:Grafana"), pulumi.Alias(type_="azure-native:dashboard/v20221001preview:Grafana")])
215
215
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
216
216
  super(Grafana, __self__).__init__(
217
217
  'azure-native:dashboard/v20220801:Grafana',
@@ -175,7 +175,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
175
175
  __props__.__dict__["provisioning_state"] = None
176
176
  __props__.__dict__["system_data"] = None
177
177
  __props__.__dict__["type"] = None
178
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dashboard:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dashboard/v20220501preview:PrivateEndpointConnection")])
178
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dashboard:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dashboard/v20220501preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dashboard/v20221001preview:PrivateEndpointConnection")])
179
179
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
180
180
  super(PrivateEndpointConnection, __self__).__init__(
181
181
  'azure-native:dashboard/v20220801:PrivateEndpointConnection',
@@ -0,0 +1,16 @@
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
+ from ... import _utilities
6
+ import typing
7
+ # Export this package's modules as members:
8
+ from ._enums import *
9
+ from .get_grafana import *
10
+ from .get_managed_private_endpoint import *
11
+ from .get_private_endpoint_connection import *
12
+ from .grafana import *
13
+ from .managed_private_endpoint import *
14
+ from .private_endpoint_connection import *
15
+ from ._inputs import *
16
+ from . import outputs
@@ -0,0 +1,93 @@
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
+ from enum import Enum
6
+
7
+ __all__ = [
8
+ 'ApiKey',
9
+ 'AutoGeneratedDomainNameLabelScope',
10
+ 'DeterministicOutboundIP',
11
+ 'ManagedServiceIdentityType',
12
+ 'MarketplaceAutoRenew',
13
+ 'PrivateEndpointServiceConnectionStatus',
14
+ 'PublicNetworkAccess',
15
+ 'StartTLSPolicy',
16
+ 'ZoneRedundancy',
17
+ ]
18
+
19
+
20
+ class ApiKey(str, Enum):
21
+ """
22
+ The api key setting of the Grafana instance.
23
+ """
24
+ DISABLED = "Disabled"
25
+ ENABLED = "Enabled"
26
+
27
+
28
+ class AutoGeneratedDomainNameLabelScope(str, Enum):
29
+ """
30
+ Scope for dns deterministic name hash calculation.
31
+ """
32
+ TENANT_REUSE = "TenantReuse"
33
+
34
+
35
+ class DeterministicOutboundIP(str, Enum):
36
+ """
37
+ Whether a Grafana instance uses deterministic outbound IPs.
38
+ """
39
+ DISABLED = "Disabled"
40
+ ENABLED = "Enabled"
41
+
42
+
43
+ class ManagedServiceIdentityType(str, Enum):
44
+ """
45
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
46
+ """
47
+ NONE = "None"
48
+ SYSTEM_ASSIGNED = "SystemAssigned"
49
+ USER_ASSIGNED = "UserAssigned"
50
+ SYSTEM_ASSIGNED_USER_ASSIGNED = "SystemAssigned,UserAssigned"
51
+
52
+
53
+ class MarketplaceAutoRenew(str, Enum):
54
+ """
55
+ The AutoRenew setting of the Enterprise subscription
56
+ """
57
+ DISABLED = "Disabled"
58
+ ENABLED = "Enabled"
59
+
60
+
61
+ class PrivateEndpointServiceConnectionStatus(str, Enum):
62
+ """
63
+ Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
64
+ """
65
+ PENDING = "Pending"
66
+ APPROVED = "Approved"
67
+ REJECTED = "Rejected"
68
+
69
+
70
+ class PublicNetworkAccess(str, Enum):
71
+ """
72
+ Indicate the state for enable or disable traffic over the public interface.
73
+ """
74
+ ENABLED = "Enabled"
75
+ DISABLED = "Disabled"
76
+
77
+
78
+ class StartTLSPolicy(str, Enum):
79
+ """
80
+ The StartTLSPolicy setting of the SMTP configuration
81
+ https://pkg.go.dev/github.com/go-mail/mail#StartTLSPolicy
82
+ """
83
+ OPPORTUNISTIC_START_TLS = "OpportunisticStartTLS"
84
+ MANDATORY_START_TLS = "MandatoryStartTLS"
85
+ NO_START_TLS = "NoStartTLS"
86
+
87
+
88
+ class ZoneRedundancy(str, Enum):
89
+ """
90
+ The zone redundancy setting of the Grafana instance.
91
+ """
92
+ DISABLED = "Disabled"
93
+ ENABLED = "Enabled"