pulumi-azure-native 2.40.0a1714979708__py3-none-any.whl → 2.41.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 (746) hide show
  1. pulumi_azure_native/__init__.py +153 -0
  2. pulumi_azure_native/chaos/__init__.py +3 -0
  3. pulumi_azure_native/chaos/capability.py +3 -3
  4. pulumi_azure_native/chaos/experiment.py +3 -3
  5. pulumi_azure_native/chaos/get_capability.py +2 -2
  6. pulumi_azure_native/chaos/get_experiment.py +2 -2
  7. pulumi_azure_native/chaos/get_experiment_execution_details.py +2 -2
  8. pulumi_azure_native/chaos/get_private_access.py +4 -0
  9. pulumi_azure_native/chaos/get_target.py +2 -2
  10. pulumi_azure_native/chaos/private_access.py +5 -1
  11. pulumi_azure_native/chaos/target.py +3 -3
  12. pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
  13. pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
  14. pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
  15. pulumi_azure_native/chaos/v20230901preview/capability.py +1 -1
  16. pulumi_azure_native/chaos/v20230901preview/experiment.py +1 -1
  17. pulumi_azure_native/chaos/v20230901preview/target.py +1 -1
  18. pulumi_azure_native/chaos/v20231027preview/capability.py +1 -1
  19. pulumi_azure_native/chaos/v20231027preview/experiment.py +1 -1
  20. pulumi_azure_native/chaos/v20231027preview/private_access.py +1 -1
  21. pulumi_azure_native/chaos/v20231027preview/target.py +1 -1
  22. pulumi_azure_native/chaos/v20231101/capability.py +1 -1
  23. pulumi_azure_native/chaos/v20231101/experiment.py +1 -1
  24. pulumi_azure_native/chaos/v20231101/target.py +1 -1
  25. pulumi_azure_native/chaos/v20240101/capability.py +1 -1
  26. pulumi_azure_native/chaos/v20240101/experiment.py +1 -1
  27. pulumi_azure_native/chaos/v20240101/target.py +1 -1
  28. pulumi_azure_native/chaos/v20240322preview/__init__.py +19 -0
  29. pulumi_azure_native/chaos/v20240322preview/_enums.py +53 -0
  30. pulumi_azure_native/chaos/v20240322preview/_inputs.py +746 -0
  31. pulumi_azure_native/chaos/v20240322preview/capability.py +258 -0
  32. pulumi_azure_native/chaos/v20240322preview/experiment.py +283 -0
  33. pulumi_azure_native/chaos/v20240322preview/get_capability.py +151 -0
  34. pulumi_azure_native/chaos/v20240322preview/get_experiment.py +170 -0
  35. pulumi_azure_native/chaos/v20240322preview/get_experiment_execution_details.py +188 -0
  36. pulumi_azure_native/chaos/v20240322preview/get_private_access.py +183 -0
  37. pulumi_azure_native/chaos/v20240322preview/get_target.py +159 -0
  38. pulumi_azure_native/chaos/v20240322preview/outputs.py +1556 -0
  39. pulumi_azure_native/chaos/v20240322preview/private_access.py +272 -0
  40. pulumi_azure_native/chaos/v20240322preview/target.py +286 -0
  41. pulumi_azure_native/cognitiveservices/__init__.py +3 -0
  42. pulumi_azure_native/cognitiveservices/account.py +3 -3
  43. pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
  44. pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
  45. pulumi_azure_native/cognitiveservices/deployment.py +3 -3
  46. pulumi_azure_native/cognitiveservices/encryption_scope.py +5 -1
  47. pulumi_azure_native/cognitiveservices/get_account.py +2 -2
  48. pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
  49. pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
  50. pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
  51. pulumi_azure_native/cognitiveservices/get_encryption_scope.py +4 -0
  52. pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
  53. pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +4 -0
  54. pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +4 -0
  55. pulumi_azure_native/cognitiveservices/get_rai_policy.py +4 -0
  56. pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
  57. pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
  58. pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
  59. pulumi_azure_native/cognitiveservices/rai_blocklist.py +5 -1
  60. pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +5 -1
  61. pulumi_azure_native/cognitiveservices/rai_policy.py +5 -1
  62. pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
  63. pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
  64. pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
  65. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
  66. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
  67. pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
  68. pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
  69. pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
  70. pulumi_azure_native/cognitiveservices/v20231001preview/account.py +1 -1
  71. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +1 -1
  72. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +1 -1
  73. pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +1 -1
  74. pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +1 -1
  75. pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +1 -1
  76. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +1 -1
  77. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +1 -1
  78. pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +1 -1
  79. pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +1 -1
  80. pulumi_azure_native/cognitiveservices/v20240401preview/__init__.py +31 -0
  81. pulumi_azure_native/cognitiveservices/v20240401preview/_enums.py +155 -0
  82. pulumi_azure_native/cognitiveservices/v20240401preview/_inputs.py +1871 -0
  83. pulumi_azure_native/cognitiveservices/v20240401preview/account.py +350 -0
  84. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan.py +342 -0
  85. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan_association.py +253 -0
  86. pulumi_azure_native/cognitiveservices/v20240401preview/deployment.py +284 -0
  87. pulumi_azure_native/cognitiveservices/v20240401preview/encryption_scope.py +255 -0
  88. pulumi_azure_native/cognitiveservices/v20240401preview/get_account.py +209 -0
  89. pulumi_azure_native/cognitiveservices/v20240401preview/get_commitment_plan.py +201 -0
  90. pulumi_azure_native/cognitiveservices/v20240401preview/get_commitment_plan_association.py +162 -0
  91. pulumi_azure_native/cognitiveservices/v20240401preview/get_deployment.py +175 -0
  92. pulumi_azure_native/cognitiveservices/v20240401preview/get_encryption_scope.py +162 -0
  93. pulumi_azure_native/cognitiveservices/v20240401preview/get_private_endpoint_connection.py +162 -0
  94. pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_blocklist.py +162 -0
  95. pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_blocklist_item.py +167 -0
  96. pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_policy.py +162 -0
  97. pulumi_azure_native/cognitiveservices/v20240401preview/get_shared_commitment_plan.py +196 -0
  98. pulumi_azure_native/cognitiveservices/v20240401preview/list_account_keys.py +91 -0
  99. pulumi_azure_native/cognitiveservices/v20240401preview/outputs.py +3208 -0
  100. pulumi_azure_native/cognitiveservices/v20240401preview/private_endpoint_connection.py +255 -0
  101. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist.py +254 -0
  102. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist_item.py +275 -0
  103. pulumi_azure_native/cognitiveservices/v20240401preview/rai_policy.py +255 -0
  104. pulumi_azure_native/cognitiveservices/v20240401preview/shared_commitment_plan.py +321 -0
  105. pulumi_azure_native/communication/domain.py +4 -0
  106. pulumi_azure_native/databricks/__init__.py +3 -0
  107. pulumi_azure_native/databricks/access_connector.py +3 -3
  108. pulumi_azure_native/databricks/get_access_connector.py +2 -2
  109. pulumi_azure_native/databricks/get_private_endpoint_connection.py +2 -2
  110. pulumi_azure_native/databricks/get_workspace.py +2 -2
  111. pulumi_azure_native/databricks/private_endpoint_connection.py +3 -3
  112. pulumi_azure_native/databricks/v20220401preview/access_connector.py +1 -1
  113. pulumi_azure_native/databricks/v20230201/private_endpoint_connection.py +1 -1
  114. pulumi_azure_native/databricks/v20230201/v_net_peering.py +1 -1
  115. pulumi_azure_native/databricks/v20230201/workspace.py +1 -1
  116. pulumi_azure_native/databricks/v20230501/access_connector.py +1 -1
  117. pulumi_azure_native/databricks/v20230915preview/private_endpoint_connection.py +1 -1
  118. pulumi_azure_native/databricks/v20230915preview/v_net_peering.py +1 -1
  119. pulumi_azure_native/databricks/v20230915preview/workspace.py +1 -1
  120. pulumi_azure_native/databricks/v20240501/__init__.py +18 -0
  121. pulumi_azure_native/databricks/v20240501/_enums.py +121 -0
  122. pulumi_azure_native/databricks/v20240501/_inputs.py +1228 -0
  123. pulumi_azure_native/databricks/v20240501/access_connector.py +263 -0
  124. pulumi_azure_native/databricks/v20240501/get_access_connector.py +170 -0
  125. pulumi_azure_native/databricks/v20240501/get_private_endpoint_connection.py +123 -0
  126. pulumi_azure_native/databricks/v20240501/get_v_net_peering.py +240 -0
  127. pulumi_azure_native/databricks/v20240501/get_workspace.py +443 -0
  128. pulumi_azure_native/databricks/v20240501/outputs.py +1949 -0
  129. pulumi_azure_native/databricks/v20240501/private_endpoint_connection.py +207 -0
  130. pulumi_azure_native/databricks/v20240501/v_net_peering.py +429 -0
  131. pulumi_azure_native/databricks/v20240501/workspace.py +683 -0
  132. pulumi_azure_native/databricks/v_net_peering.py +1 -1
  133. pulumi_azure_native/databricks/workspace.py +3 -3
  134. pulumi_azure_native/datafactory/_enums.py +1 -0
  135. pulumi_azure_native/datafactory/_inputs.py +46 -14
  136. pulumi_azure_native/datafactory/outputs.py +35 -11
  137. pulumi_azure_native/datafactory/v20180601/_enums.py +1 -0
  138. pulumi_azure_native/datafactory/v20180601/_inputs.py +46 -14
  139. pulumi_azure_native/datafactory/v20180601/outputs.py +35 -11
  140. pulumi_azure_native/dbforpostgresql/v20230302preview/_enums.py +12 -0
  141. pulumi_azure_native/dbforpostgresql/v20230302preview/_inputs.py +90 -0
  142. pulumi_azure_native/dbforpostgresql/v20230302preview/cluster.py +78 -0
  143. pulumi_azure_native/dbforpostgresql/v20230302preview/get_cluster.py +53 -1
  144. pulumi_azure_native/dbforpostgresql/v20230302preview/outputs.py +165 -0
  145. pulumi_azure_native/desktopvirtualization/__init__.py +3 -0
  146. pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
  147. pulumi_azure_native/desktopvirtualization/application.py +3 -3
  148. pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
  149. pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
  150. pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
  151. pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
  152. pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
  153. pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
  154. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
  155. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
  156. pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
  157. pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
  158. pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
  159. pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
  160. pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
  161. pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
  162. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
  163. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
  164. pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
  165. pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
  166. pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
  167. pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
  168. pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
  169. pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
  170. pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
  171. pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
  172. pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
  173. pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
  174. pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
  175. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
  176. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
  177. pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
  178. pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
  179. pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
  180. pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
  181. pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
  182. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
  183. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
  184. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
  185. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
  186. pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
  187. pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
  188. pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
  189. pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
  190. pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
  191. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
  192. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
  193. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
  194. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
  195. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
  196. pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
  197. pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
  198. pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
  199. pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
  200. pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
  201. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
  202. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
  203. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
  204. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
  205. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
  206. pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
  207. pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
  208. pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
  209. pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
  210. pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
  211. pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
  212. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
  213. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
  214. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
  215. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
  216. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
  217. pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
  218. pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
  219. pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
  220. pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
  221. pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
  222. pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
  223. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
  224. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
  225. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
  226. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
  227. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
  228. pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
  229. pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +1 -1
  230. pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +1 -1
  231. pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +1 -1
  232. pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1 -1
  233. pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +1 -1
  234. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +1 -1
  235. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +1 -1
  236. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +1 -1
  237. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +1 -1
  238. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +1 -1
  239. pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +1 -1
  240. pulumi_azure_native/desktopvirtualization/v20240306preview/app_attach_package.py +1 -1
  241. pulumi_azure_native/desktopvirtualization/v20240306preview/application.py +1 -1
  242. pulumi_azure_native/desktopvirtualization/v20240306preview/application_group.py +1 -1
  243. pulumi_azure_native/desktopvirtualization/v20240306preview/host_pool.py +1 -1
  244. pulumi_azure_native/desktopvirtualization/v20240306preview/msix_package.py +1 -1
  245. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_host_pool.py +1 -1
  246. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_workspace.py +1 -1
  247. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan.py +1 -1
  248. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_personal_schedule.py +1 -1
  249. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_pooled_schedule.py +1 -1
  250. pulumi_azure_native/desktopvirtualization/v20240306preview/workspace.py +1 -1
  251. pulumi_azure_native/desktopvirtualization/v20240403/__init__.py +32 -0
  252. pulumi_azure_native/desktopvirtualization/v20240403/_enums.py +265 -0
  253. pulumi_azure_native/desktopvirtualization/v20240403/_inputs.py +1332 -0
  254. pulumi_azure_native/desktopvirtualization/v20240403/app_attach_package.py +254 -0
  255. pulumi_azure_native/desktopvirtualization/v20240403/application.py +536 -0
  256. pulumi_azure_native/desktopvirtualization/v20240403/application_group.py +532 -0
  257. pulumi_azure_native/desktopvirtualization/v20240403/get_app_attach_package.py +157 -0
  258. pulumi_azure_native/desktopvirtualization/v20240403/get_application.py +305 -0
  259. pulumi_azure_native/desktopvirtualization/v20240403/get_application_group.py +317 -0
  260. pulumi_azure_native/desktopvirtualization/v20240403/get_host_pool.py +525 -0
  261. pulumi_azure_native/desktopvirtualization/v20240403/get_msix_package.py +266 -0
  262. pulumi_azure_native/desktopvirtualization/v20240403/get_private_endpoint_connection_by_host_pool.py +175 -0
  263. pulumi_azure_native/desktopvirtualization/v20240403/get_private_endpoint_connection_by_workspace.py +175 -0
  264. pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan.py +317 -0
  265. pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan_personal_schedule.py +461 -0
  266. pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan_pooled_schedule.py +344 -0
  267. pulumi_azure_native/desktopvirtualization/v20240403/get_workspace.py +304 -0
  268. pulumi_azure_native/desktopvirtualization/v20240403/host_pool.py +959 -0
  269. pulumi_azure_native/desktopvirtualization/v20240403/msix_package.py +505 -0
  270. pulumi_azure_native/desktopvirtualization/v20240403/outputs.py +1651 -0
  271. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_host_pool.py +247 -0
  272. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_workspace.py +247 -0
  273. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan.py +573 -0
  274. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_personal_schedule.py +957 -0
  275. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_pooled_schedule.py +680 -0
  276. pulumi_azure_native/desktopvirtualization/v20240403/workspace.py +501 -0
  277. pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
  278. pulumi_azure_native/documentdb/__init__.py +5 -0
  279. pulumi_azure_native/documentdb/firewall_rule.py +257 -0
  280. pulumi_azure_native/documentdb/get_firewall_rule.py +164 -0
  281. pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
  282. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  283. pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
  284. pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
  285. pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
  286. pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
  287. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
  288. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
  289. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
  290. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
  291. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
  292. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
  293. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
  294. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
  295. pulumi_azure_native/documentdb/v20240301preview/__init__.py +17 -0
  296. pulumi_azure_native/documentdb/v20240301preview/_enums.py +59 -0
  297. pulumi_azure_native/documentdb/v20240301preview/_inputs.py +202 -0
  298. pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +255 -0
  299. pulumi_azure_native/documentdb/v20240301preview/get_firewall_rule.py +162 -0
  300. pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +261 -0
  301. pulumi_azure_native/documentdb/v20240301preview/get_private_endpoint_connection.py +175 -0
  302. pulumi_azure_native/documentdb/v20240301preview/list_mongo_cluster_connection_strings.py +79 -0
  303. pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +450 -0
  304. pulumi_azure_native/documentdb/v20240301preview/outputs.py +507 -0
  305. pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +245 -0
  306. pulumi_azure_native/hybridcompute/__init__.py +5 -0
  307. pulumi_azure_native/hybridcompute/_enums.py +8 -0
  308. pulumi_azure_native/hybridcompute/gateway.py +313 -0
  309. pulumi_azure_native/hybridcompute/get_gateway.py +211 -0
  310. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  311. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  312. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  313. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  314. pulumi_azure_native/hybridcompute/get_machine_run_command.py +4 -0
  315. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  316. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  317. pulumi_azure_native/hybridcompute/license.py +3 -3
  318. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  319. pulumi_azure_native/hybridcompute/machine.py +3 -3
  320. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  321. pulumi_azure_native/hybridcompute/machine_run_command.py +5 -1
  322. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  323. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  324. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  325. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  326. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  327. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  328. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  329. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  330. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  331. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  332. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  333. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  334. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  335. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  336. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  337. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  338. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  339. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  340. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  341. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  342. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  343. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  344. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  345. pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
  346. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  347. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  348. pulumi_azure_native/hybridcompute/v20240331preview/__init__.py +26 -0
  349. pulumi_azure_native/hybridcompute/v20240331preview/_enums.py +170 -0
  350. pulumi_azure_native/hybridcompute/v20240331preview/_inputs.py +1376 -0
  351. pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +311 -0
  352. pulumi_azure_native/hybridcompute/v20240331preview/get_gateway.py +209 -0
  353. pulumi_azure_native/hybridcompute/v20240331preview/get_license.py +196 -0
  354. pulumi_azure_native/hybridcompute/v20240331preview/get_license_profile.py +331 -0
  355. pulumi_azure_native/hybridcompute/v20240331preview/get_machine.py +591 -0
  356. pulumi_azure_native/hybridcompute/v20240331preview/get_machine_extension.py +162 -0
  357. pulumi_azure_native/hybridcompute/v20240331preview/get_machine_run_command.py +318 -0
  358. pulumi_azure_native/hybridcompute/v20240331preview/get_private_endpoint_connection.py +136 -0
  359. pulumi_azure_native/hybridcompute/v20240331preview/get_private_link_scope.py +157 -0
  360. pulumi_azure_native/hybridcompute/v20240331preview/license.py +321 -0
  361. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +480 -0
  362. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +850 -0
  363. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +274 -0
  364. pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +587 -0
  365. pulumi_azure_native/hybridcompute/v20240331preview/outputs.py +3054 -0
  366. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +215 -0
  367. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +253 -0
  368. pulumi_azure_native/mobilenetwork/__init__.py +4 -0
  369. pulumi_azure_native/mobilenetwork/attached_data_network.py +3 -3
  370. pulumi_azure_native/mobilenetwork/data_network.py +3 -3
  371. pulumi_azure_native/mobilenetwork/diagnostics_package.py +3 -3
  372. pulumi_azure_native/mobilenetwork/get_attached_data_network.py +2 -2
  373. pulumi_azure_native/mobilenetwork/get_data_network.py +2 -2
  374. pulumi_azure_native/mobilenetwork/get_diagnostics_package.py +2 -2
  375. pulumi_azure_native/mobilenetwork/get_mobile_network.py +2 -2
  376. pulumi_azure_native/mobilenetwork/get_packet_capture.py +2 -2
  377. pulumi_azure_native/mobilenetwork/get_packet_core_control_plane.py +2 -2
  378. pulumi_azure_native/mobilenetwork/get_packet_core_data_plane.py +2 -2
  379. pulumi_azure_native/mobilenetwork/get_service.py +2 -2
  380. pulumi_azure_native/mobilenetwork/get_sim.py +2 -2
  381. pulumi_azure_native/mobilenetwork/get_sim_group.py +2 -2
  382. pulumi_azure_native/mobilenetwork/get_sim_policy.py +2 -2
  383. pulumi_azure_native/mobilenetwork/get_site.py +2 -2
  384. pulumi_azure_native/mobilenetwork/get_slice.py +2 -2
  385. pulumi_azure_native/mobilenetwork/list_mobile_network_sim_groups.py +94 -0
  386. pulumi_azure_native/mobilenetwork/mobile_network.py +3 -3
  387. pulumi_azure_native/mobilenetwork/outputs.py +126 -0
  388. pulumi_azure_native/mobilenetwork/packet_capture.py +3 -3
  389. pulumi_azure_native/mobilenetwork/packet_core_control_plane.py +3 -3
  390. pulumi_azure_native/mobilenetwork/packet_core_data_plane.py +3 -3
  391. pulumi_azure_native/mobilenetwork/service.py +3 -3
  392. pulumi_azure_native/mobilenetwork/sim.py +3 -3
  393. pulumi_azure_native/mobilenetwork/sim_group.py +3 -3
  394. pulumi_azure_native/mobilenetwork/sim_policy.py +3 -3
  395. pulumi_azure_native/mobilenetwork/site.py +3 -3
  396. pulumi_azure_native/mobilenetwork/slice.py +3 -3
  397. pulumi_azure_native/mobilenetwork/v20220301preview/packet_core_control_plane.py +1 -1
  398. pulumi_azure_native/mobilenetwork/v20220401preview/attached_data_network.py +1 -1
  399. pulumi_azure_native/mobilenetwork/v20220401preview/data_network.py +1 -1
  400. pulumi_azure_native/mobilenetwork/v20220401preview/mobile_network.py +1 -1
  401. pulumi_azure_native/mobilenetwork/v20220401preview/packet_core_control_plane.py +1 -1
  402. pulumi_azure_native/mobilenetwork/v20220401preview/packet_core_data_plane.py +1 -1
  403. pulumi_azure_native/mobilenetwork/v20220401preview/service.py +1 -1
  404. pulumi_azure_native/mobilenetwork/v20220401preview/sim.py +1 -1
  405. pulumi_azure_native/mobilenetwork/v20220401preview/sim_group.py +1 -1
  406. pulumi_azure_native/mobilenetwork/v20220401preview/sim_policy.py +1 -1
  407. pulumi_azure_native/mobilenetwork/v20220401preview/site.py +1 -1
  408. pulumi_azure_native/mobilenetwork/v20220401preview/slice.py +1 -1
  409. pulumi_azure_native/mobilenetwork/v20221101/attached_data_network.py +1 -1
  410. pulumi_azure_native/mobilenetwork/v20221101/data_network.py +1 -1
  411. pulumi_azure_native/mobilenetwork/v20221101/mobile_network.py +1 -1
  412. pulumi_azure_native/mobilenetwork/v20221101/packet_core_control_plane.py +1 -1
  413. pulumi_azure_native/mobilenetwork/v20221101/packet_core_data_plane.py +1 -1
  414. pulumi_azure_native/mobilenetwork/v20221101/service.py +1 -1
  415. pulumi_azure_native/mobilenetwork/v20221101/sim.py +1 -1
  416. pulumi_azure_native/mobilenetwork/v20221101/sim_group.py +1 -1
  417. pulumi_azure_native/mobilenetwork/v20221101/sim_policy.py +1 -1
  418. pulumi_azure_native/mobilenetwork/v20221101/site.py +1 -1
  419. pulumi_azure_native/mobilenetwork/v20221101/slice.py +1 -1
  420. pulumi_azure_native/mobilenetwork/v20230601/attached_data_network.py +1 -1
  421. pulumi_azure_native/mobilenetwork/v20230601/data_network.py +1 -1
  422. pulumi_azure_native/mobilenetwork/v20230601/diagnostics_package.py +1 -1
  423. pulumi_azure_native/mobilenetwork/v20230601/mobile_network.py +1 -1
  424. pulumi_azure_native/mobilenetwork/v20230601/packet_capture.py +1 -1
  425. pulumi_azure_native/mobilenetwork/v20230601/packet_core_control_plane.py +1 -1
  426. pulumi_azure_native/mobilenetwork/v20230601/packet_core_data_plane.py +1 -1
  427. pulumi_azure_native/mobilenetwork/v20230601/service.py +1 -1
  428. pulumi_azure_native/mobilenetwork/v20230601/sim.py +1 -1
  429. pulumi_azure_native/mobilenetwork/v20230601/sim_group.py +1 -1
  430. pulumi_azure_native/mobilenetwork/v20230601/sim_policy.py +1 -1
  431. pulumi_azure_native/mobilenetwork/v20230601/site.py +1 -1
  432. pulumi_azure_native/mobilenetwork/v20230601/slice.py +1 -1
  433. pulumi_azure_native/mobilenetwork/v20230901/attached_data_network.py +1 -1
  434. pulumi_azure_native/mobilenetwork/v20230901/data_network.py +1 -1
  435. pulumi_azure_native/mobilenetwork/v20230901/diagnostics_package.py +1 -1
  436. pulumi_azure_native/mobilenetwork/v20230901/mobile_network.py +1 -1
  437. pulumi_azure_native/mobilenetwork/v20230901/packet_capture.py +1 -1
  438. pulumi_azure_native/mobilenetwork/v20230901/packet_core_control_plane.py +1 -1
  439. pulumi_azure_native/mobilenetwork/v20230901/packet_core_data_plane.py +1 -1
  440. pulumi_azure_native/mobilenetwork/v20230901/service.py +1 -1
  441. pulumi_azure_native/mobilenetwork/v20230901/sim.py +1 -1
  442. pulumi_azure_native/mobilenetwork/v20230901/sim_group.py +1 -1
  443. pulumi_azure_native/mobilenetwork/v20230901/sim_policy.py +1 -1
  444. pulumi_azure_native/mobilenetwork/v20230901/site.py +1 -1
  445. pulumi_azure_native/mobilenetwork/v20230901/slice.py +1 -1
  446. pulumi_azure_native/mobilenetwork/v20240201/attached_data_network.py +1 -1
  447. pulumi_azure_native/mobilenetwork/v20240201/data_network.py +1 -1
  448. pulumi_azure_native/mobilenetwork/v20240201/diagnostics_package.py +1 -1
  449. pulumi_azure_native/mobilenetwork/v20240201/mobile_network.py +1 -1
  450. pulumi_azure_native/mobilenetwork/v20240201/packet_capture.py +1 -1
  451. pulumi_azure_native/mobilenetwork/v20240201/packet_core_control_plane.py +1 -1
  452. pulumi_azure_native/mobilenetwork/v20240201/packet_core_data_plane.py +1 -1
  453. pulumi_azure_native/mobilenetwork/v20240201/service.py +1 -1
  454. pulumi_azure_native/mobilenetwork/v20240201/sim.py +1 -1
  455. pulumi_azure_native/mobilenetwork/v20240201/sim_group.py +1 -1
  456. pulumi_azure_native/mobilenetwork/v20240201/sim_policy.py +1 -1
  457. pulumi_azure_native/mobilenetwork/v20240201/site.py +1 -1
  458. pulumi_azure_native/mobilenetwork/v20240201/slice.py +1 -1
  459. pulumi_azure_native/mobilenetwork/v20240401/__init__.py +37 -0
  460. pulumi_azure_native/mobilenetwork/v20240401/_enums.py +215 -0
  461. pulumi_azure_native/mobilenetwork/v20240401/_inputs.py +1998 -0
  462. pulumi_azure_native/mobilenetwork/v20240401/attached_data_network.py +443 -0
  463. pulumi_azure_native/mobilenetwork/v20240401/data_network.py +282 -0
  464. pulumi_azure_native/mobilenetwork/v20240401/diagnostics_package.py +215 -0
  465. pulumi_azure_native/mobilenetwork/v20240401/get_attached_data_network.py +237 -0
  466. pulumi_azure_native/mobilenetwork/v20240401/get_data_network.py +175 -0
  467. pulumi_azure_native/mobilenetwork/v20240401/get_diagnostics_package.py +162 -0
  468. pulumi_azure_native/mobilenetwork/v20240401/get_mobile_network.py +209 -0
  469. pulumi_azure_native/mobilenetwork/v20240401/get_packet_capture.py +240 -0
  470. pulumi_azure_native/mobilenetwork/v20240401/get_packet_core_control_plane.py +404 -0
  471. pulumi_azure_native/mobilenetwork/v20240401/get_packet_core_data_plane.py +188 -0
  472. pulumi_azure_native/mobilenetwork/v20240401/get_service.py +201 -0
  473. pulumi_azure_native/mobilenetwork/v20240401/get_sim.py +253 -0
  474. pulumi_azure_native/mobilenetwork/v20240401/get_sim_group.py +196 -0
  475. pulumi_azure_native/mobilenetwork/v20240401/get_sim_policy.py +240 -0
  476. pulumi_azure_native/mobilenetwork/v20240401/get_site.py +175 -0
  477. pulumi_azure_native/mobilenetwork/v20240401/get_slice.py +188 -0
  478. pulumi_azure_native/mobilenetwork/v20240401/list_mobile_network_sim_groups.py +92 -0
  479. pulumi_azure_native/mobilenetwork/v20240401/mobile_network.py +332 -0
  480. pulumi_azure_native/mobilenetwork/v20240401/outputs.py +2668 -0
  481. pulumi_azure_native/mobilenetwork/v20240401/packet_capture.py +363 -0
  482. pulumi_azure_native/mobilenetwork/v20240401/packet_core_control_plane.py +737 -0
  483. pulumi_azure_native/mobilenetwork/v20240401/packet_core_data_plane.py +313 -0
  484. pulumi_azure_native/mobilenetwork/v20240401/service.py +344 -0
  485. pulumi_azure_native/mobilenetwork/v20240401/sim.py +422 -0
  486. pulumi_azure_native/mobilenetwork/v20240401/sim_group.py +321 -0
  487. pulumi_azure_native/mobilenetwork/v20240401/sim_policy.py +417 -0
  488. pulumi_azure_native/mobilenetwork/v20240401/site.py +263 -0
  489. pulumi_azure_native/mobilenetwork/v20240401/slice.py +313 -0
  490. pulumi_azure_native/monitor/_enums.py +9 -0
  491. pulumi_azure_native/monitor/azure_monitor_workspace.py +22 -2
  492. pulumi_azure_native/monitor/get_azure_monitor_workspace.py +1 -1
  493. pulumi_azure_native/monitor/v20230403/__init__.py +1 -0
  494. pulumi_azure_native/monitor/v20230403/_enums.py +17 -0
  495. pulumi_azure_native/monitor/v20230403/azure_monitor_workspace.py +22 -2
  496. pulumi_azure_native/monitor/v20230403/get_azure_monitor_workspace.py +1 -1
  497. pulumi_azure_native/monitor/v20230403/outputs.py +1 -0
  498. pulumi_azure_native/network/v20231101/flow_log.py +0 -29
  499. pulumi_azure_native/network/v20231101/get_flow_log.py +1 -14
  500. pulumi_azure_native/network/v20231101/outputs.py +0 -12
  501. pulumi_azure_native/recoveryservices/__init__.py +3 -0
  502. pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
  503. pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
  504. pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
  505. pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
  506. pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
  507. pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
  508. pulumi_azure_native/recoveryservices/get_vault.py +2 -2
  509. pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
  510. pulumi_azure_native/recoveryservices/protected_item.py +3 -3
  511. pulumi_azure_native/recoveryservices/protection_container.py +3 -3
  512. pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
  513. pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
  514. pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
  515. pulumi_azure_native/recoveryservices/v20200202/vault.py +1 -1
  516. pulumi_azure_native/recoveryservices/v20230401/private_endpoint_connection.py +1 -1
  517. pulumi_azure_native/recoveryservices/v20230401/protected_item.py +1 -1
  518. pulumi_azure_native/recoveryservices/v20230401/protection_container.py +1 -1
  519. pulumi_azure_native/recoveryservices/v20230401/protection_intent.py +1 -1
  520. pulumi_azure_native/recoveryservices/v20230401/protection_policy.py +1 -1
  521. pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py +1 -1
  522. pulumi_azure_native/recoveryservices/v20230401/vault.py +1 -1
  523. pulumi_azure_native/recoveryservices/v20230601/private_endpoint_connection.py +1 -1
  524. pulumi_azure_native/recoveryservices/v20230601/protected_item.py +1 -1
  525. pulumi_azure_native/recoveryservices/v20230601/protection_container.py +1 -1
  526. pulumi_azure_native/recoveryservices/v20230601/protection_intent.py +1 -1
  527. pulumi_azure_native/recoveryservices/v20230601/protection_policy.py +1 -1
  528. pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py +1 -1
  529. pulumi_azure_native/recoveryservices/v20230601/vault.py +1 -1
  530. pulumi_azure_native/recoveryservices/v20230801/private_endpoint_connection.py +1 -1
  531. pulumi_azure_native/recoveryservices/v20230801/protected_item.py +1 -1
  532. pulumi_azure_native/recoveryservices/v20230801/protection_container.py +1 -1
  533. pulumi_azure_native/recoveryservices/v20230801/protection_intent.py +1 -1
  534. pulumi_azure_native/recoveryservices/v20230801/protection_policy.py +1 -1
  535. pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py +1 -1
  536. pulumi_azure_native/recoveryservices/v20230801/vault.py +1 -1
  537. pulumi_azure_native/recoveryservices/v20240101/private_endpoint_connection.py +1 -1
  538. pulumi_azure_native/recoveryservices/v20240101/protected_item.py +1 -1
  539. pulumi_azure_native/recoveryservices/v20240101/protection_container.py +1 -1
  540. pulumi_azure_native/recoveryservices/v20240101/protection_intent.py +1 -1
  541. pulumi_azure_native/recoveryservices/v20240101/protection_policy.py +1 -1
  542. pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py +1 -1
  543. pulumi_azure_native/recoveryservices/v20240101/vault.py +1 -1
  544. pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py +1 -1
  545. pulumi_azure_native/recoveryservices/v20240201/protected_item.py +1 -1
  546. pulumi_azure_native/recoveryservices/v20240201/protection_container.py +1 -1
  547. pulumi_azure_native/recoveryservices/v20240201/protection_intent.py +1 -1
  548. pulumi_azure_native/recoveryservices/v20240201/protection_policy.py +1 -1
  549. pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py +1 -1
  550. pulumi_azure_native/recoveryservices/v20240201/vault.py +1 -1
  551. pulumi_azure_native/recoveryservices/v20240401/private_endpoint_connection.py +1 -1
  552. pulumi_azure_native/recoveryservices/v20240401/protected_item.py +1 -1
  553. pulumi_azure_native/recoveryservices/v20240401/protection_container.py +1 -1
  554. pulumi_azure_native/recoveryservices/v20240401/protection_intent.py +1 -1
  555. pulumi_azure_native/recoveryservices/v20240401/protection_policy.py +1 -1
  556. pulumi_azure_native/recoveryservices/v20240401/resource_guard_proxy.py +1 -1
  557. pulumi_azure_native/recoveryservices/v20240401/vault.py +1 -1
  558. pulumi_azure_native/recoveryservices/v20240430preview/__init__.py +24 -0
  559. pulumi_azure_native/recoveryservices/v20240430preview/_enums.py +470 -0
  560. pulumi_azure_native/recoveryservices/v20240430preview/_inputs.py +12162 -0
  561. pulumi_azure_native/recoveryservices/v20240430preview/get_private_endpoint_connection.py +162 -0
  562. pulumi_azure_native/recoveryservices/v20240430preview/get_protected_item.py +179 -0
  563. pulumi_azure_native/recoveryservices/v20240430preview/get_protection_container.py +167 -0
  564. pulumi_azure_native/recoveryservices/v20240430preview/get_protection_intent.py +169 -0
  565. pulumi_azure_native/recoveryservices/v20240430preview/get_protection_policy.py +164 -0
  566. pulumi_azure_native/recoveryservices/v20240430preview/get_resource_guard_proxy.py +157 -0
  567. pulumi_azure_native/recoveryservices/v20240430preview/get_vault.py +196 -0
  568. pulumi_azure_native/recoveryservices/v20240430preview/outputs.py +14409 -0
  569. pulumi_azure_native/recoveryservices/v20240430preview/private_endpoint_connection.py +293 -0
  570. pulumi_azure_native/recoveryservices/v20240430preview/protected_item.py +335 -0
  571. pulumi_azure_native/recoveryservices/v20240430preview/protection_container.py +314 -0
  572. pulumi_azure_native/recoveryservices/v20240430preview/protection_intent.py +314 -0
  573. pulumi_azure_native/recoveryservices/v20240430preview/protection_policy.py +293 -0
  574. pulumi_azure_native/recoveryservices/v20240430preview/resource_guard_proxy.py +285 -0
  575. pulumi_azure_native/recoveryservices/v20240430preview/vault.py +321 -0
  576. pulumi_azure_native/recoveryservices/vault.py +3 -3
  577. pulumi_azure_native/security/v20231201preview/_inputs.py +1 -1
  578. pulumi_azure_native/security/v20231201preview/outputs.py +2 -2
  579. pulumi_azure_native/storage/__init__.py +5 -0
  580. pulumi_azure_native/storage/_enums.py +17 -0
  581. pulumi_azure_native/storage/_inputs.py +315 -0
  582. pulumi_azure_native/storage/blob_container.py +3 -3
  583. pulumi_azure_native/storage/blob_container_immutability_policy.py +3 -3
  584. pulumi_azure_native/storage/blob_inventory_policy.py +3 -3
  585. pulumi_azure_native/storage/blob_service_properties.py +3 -3
  586. pulumi_azure_native/storage/encryption_scope.py +3 -3
  587. pulumi_azure_native/storage/file_service_properties.py +3 -3
  588. pulumi_azure_native/storage/file_share.py +3 -3
  589. pulumi_azure_native/storage/get_blob_container.py +2 -2
  590. pulumi_azure_native/storage/get_blob_container_immutability_policy.py +2 -2
  591. pulumi_azure_native/storage/get_blob_inventory_policy.py +2 -2
  592. pulumi_azure_native/storage/get_blob_service_properties.py +2 -2
  593. pulumi_azure_native/storage/get_encryption_scope.py +2 -2
  594. pulumi_azure_native/storage/get_file_service_properties.py +2 -2
  595. pulumi_azure_native/storage/get_file_share.py +2 -2
  596. pulumi_azure_native/storage/get_local_user.py +2 -2
  597. pulumi_azure_native/storage/get_management_policy.py +2 -2
  598. pulumi_azure_native/storage/get_object_replication_policy.py +2 -2
  599. pulumi_azure_native/storage/get_private_endpoint_connection.py +2 -2
  600. pulumi_azure_native/storage/get_queue.py +2 -2
  601. pulumi_azure_native/storage/get_queue_service_properties.py +2 -2
  602. pulumi_azure_native/storage/get_storage_account.py +2 -2
  603. pulumi_azure_native/storage/get_storage_task_assignment.py +138 -0
  604. pulumi_azure_native/storage/get_table.py +2 -2
  605. pulumi_azure_native/storage/get_table_service_properties.py +2 -2
  606. pulumi_azure_native/storage/list_local_user_keys.py +2 -2
  607. pulumi_azure_native/storage/list_storage_account_keys.py +2 -2
  608. pulumi_azure_native/storage/list_storage_account_sas.py +2 -2
  609. pulumi_azure_native/storage/list_storage_account_service_sas.py +2 -2
  610. pulumi_azure_native/storage/local_user.py +3 -3
  611. pulumi_azure_native/storage/management_policy.py +3 -3
  612. pulumi_azure_native/storage/object_replication_policy.py +3 -3
  613. pulumi_azure_native/storage/outputs.py +560 -0
  614. pulumi_azure_native/storage/private_endpoint_connection.py +3 -3
  615. pulumi_azure_native/storage/queue.py +3 -3
  616. pulumi_azure_native/storage/queue_service_properties.py +3 -3
  617. pulumi_azure_native/storage/storage_account.py +3 -3
  618. pulumi_azure_native/storage/storage_task_assignment.py +218 -0
  619. pulumi_azure_native/storage/table.py +3 -3
  620. pulumi_azure_native/storage/table_service_properties.py +3 -3
  621. pulumi_azure_native/storage/v20220901/blob_container.py +1 -1
  622. pulumi_azure_native/storage/v20220901/blob_container_immutability_policy.py +1 -1
  623. pulumi_azure_native/storage/v20220901/blob_inventory_policy.py +1 -1
  624. pulumi_azure_native/storage/v20220901/blob_service_properties.py +1 -1
  625. pulumi_azure_native/storage/v20220901/encryption_scope.py +1 -1
  626. pulumi_azure_native/storage/v20220901/file_service_properties.py +1 -1
  627. pulumi_azure_native/storage/v20220901/file_share.py +1 -1
  628. pulumi_azure_native/storage/v20220901/local_user.py +1 -1
  629. pulumi_azure_native/storage/v20220901/management_policy.py +1 -1
  630. pulumi_azure_native/storage/v20220901/object_replication_policy.py +1 -1
  631. pulumi_azure_native/storage/v20220901/private_endpoint_connection.py +1 -1
  632. pulumi_azure_native/storage/v20220901/queue.py +1 -1
  633. pulumi_azure_native/storage/v20220901/queue_service_properties.py +1 -1
  634. pulumi_azure_native/storage/v20220901/storage_account.py +1 -1
  635. pulumi_azure_native/storage/v20220901/table.py +1 -1
  636. pulumi_azure_native/storage/v20220901/table_service_properties.py +1 -1
  637. pulumi_azure_native/storage/v20230101/blob_container.py +1 -1
  638. pulumi_azure_native/storage/v20230101/blob_container_immutability_policy.py +1 -1
  639. pulumi_azure_native/storage/v20230101/blob_inventory_policy.py +1 -1
  640. pulumi_azure_native/storage/v20230101/blob_service_properties.py +1 -1
  641. pulumi_azure_native/storage/v20230101/encryption_scope.py +1 -1
  642. pulumi_azure_native/storage/v20230101/file_service_properties.py +1 -1
  643. pulumi_azure_native/storage/v20230101/file_share.py +1 -1
  644. pulumi_azure_native/storage/v20230101/local_user.py +1 -1
  645. pulumi_azure_native/storage/v20230101/management_policy.py +1 -1
  646. pulumi_azure_native/storage/v20230101/object_replication_policy.py +1 -1
  647. pulumi_azure_native/storage/v20230101/private_endpoint_connection.py +1 -1
  648. pulumi_azure_native/storage/v20230101/queue.py +1 -1
  649. pulumi_azure_native/storage/v20230101/queue_service_properties.py +1 -1
  650. pulumi_azure_native/storage/v20230101/storage_account.py +1 -1
  651. pulumi_azure_native/storage/v20230101/table.py +1 -1
  652. pulumi_azure_native/storage/v20230101/table_service_properties.py +1 -1
  653. pulumi_azure_native/storage/v20230401/blob_container.py +1 -1
  654. pulumi_azure_native/storage/v20230401/blob_container_immutability_policy.py +1 -1
  655. pulumi_azure_native/storage/v20230401/blob_inventory_policy.py +1 -1
  656. pulumi_azure_native/storage/v20230401/blob_service_properties.py +1 -1
  657. pulumi_azure_native/storage/v20230401/encryption_scope.py +1 -1
  658. pulumi_azure_native/storage/v20230401/file_service_properties.py +1 -1
  659. pulumi_azure_native/storage/v20230401/file_share.py +1 -1
  660. pulumi_azure_native/storage/v20230401/local_user.py +1 -1
  661. pulumi_azure_native/storage/v20230401/management_policy.py +1 -1
  662. pulumi_azure_native/storage/v20230401/object_replication_policy.py +1 -1
  663. pulumi_azure_native/storage/v20230401/private_endpoint_connection.py +1 -1
  664. pulumi_azure_native/storage/v20230401/queue.py +1 -1
  665. pulumi_azure_native/storage/v20230401/queue_service_properties.py +1 -1
  666. pulumi_azure_native/storage/v20230401/storage_account.py +1 -1
  667. pulumi_azure_native/storage/v20230401/table.py +1 -1
  668. pulumi_azure_native/storage/v20230401/table_service_properties.py +1 -1
  669. pulumi_azure_native/storage/v20230501/__init__.py +48 -0
  670. pulumi_azure_native/storage/v20230501/_enums.py +434 -0
  671. pulumi_azure_native/storage/v20230501/_inputs.py +3435 -0
  672. pulumi_azure_native/storage/v20230501/blob_container.py +510 -0
  673. pulumi_azure_native/storage/v20230501/blob_container_immutability_policy.py +302 -0
  674. pulumi_azure_native/storage/v20230501/blob_inventory_policy.py +227 -0
  675. pulumi_azure_native/storage/v20230501/blob_service_properties.py +448 -0
  676. pulumi_azure_native/storage/v20230501/encryption_scope.py +313 -0
  677. pulumi_azure_native/storage/v20230501/file_service_properties.py +274 -0
  678. pulumi_azure_native/storage/v20230501/file_share.py +501 -0
  679. pulumi_azure_native/storage/v20230501/get_blob_container.py +370 -0
  680. pulumi_azure_native/storage/v20230501/get_blob_container_immutability_policy.py +179 -0
  681. pulumi_azure_native/storage/v20230501/get_blob_inventory_policy.py +149 -0
  682. pulumi_azure_native/storage/v20230501/get_blob_service_properties.py +240 -0
  683. pulumi_azure_native/storage/v20230501/get_encryption_scope.py +188 -0
  684. pulumi_azure_native/storage/v20230501/get_file_service_properties.py +162 -0
  685. pulumi_azure_native/storage/v20230501/get_file_share.py +362 -0
  686. pulumi_azure_native/storage/v20230501/get_local_user.py +279 -0
  687. pulumi_azure_native/storage/v20230501/get_management_policy.py +136 -0
  688. pulumi_azure_native/storage/v20230501/get_object_replication_policy.py +175 -0
  689. pulumi_azure_native/storage/v20230501/get_private_endpoint_connection.py +149 -0
  690. pulumi_azure_native/storage/v20230501/get_queue.py +132 -0
  691. pulumi_azure_native/storage/v20230501/get_queue_service_properties.py +123 -0
  692. pulumi_azure_native/storage/v20230501/get_storage_account.py +708 -0
  693. pulumi_azure_native/storage/v20230501/get_storage_task_assignment.py +136 -0
  694. pulumi_azure_native/storage/v20230501/get_table.py +136 -0
  695. pulumi_azure_native/storage/v20230501/get_table_service_properties.py +123 -0
  696. pulumi_azure_native/storage/v20230501/list_local_user_keys.py +97 -0
  697. pulumi_azure_native/storage/v20230501/list_storage_account_keys.py +84 -0
  698. pulumi_azure_native/storage/v20230501/list_storage_account_sas.py +119 -0
  699. pulumi_azure_native/storage/v20230501/list_storage_account_service_sas.py +169 -0
  700. pulumi_azure_native/storage/v20230501/local_user.py +496 -0
  701. pulumi_azure_native/storage/v20230501/management_policy.py +217 -0
  702. pulumi_azure_native/storage/v20230501/object_replication_policy.py +285 -0
  703. pulumi_azure_native/storage/v20230501/outputs.py +5640 -0
  704. pulumi_azure_native/storage/v20230501/private_endpoint_connection.py +227 -0
  705. pulumi_azure_native/storage/v20230501/queue.py +211 -0
  706. pulumi_azure_native/storage/v20230501/queue_service_properties.py +206 -0
  707. pulumi_azure_native/storage/v20230501/storage_account.py +1169 -0
  708. pulumi_azure_native/storage/v20230501/storage_task_assignment.py +216 -0
  709. pulumi_azure_native/storage/v20230501/table.py +214 -0
  710. pulumi_azure_native/storage/v20230501/table_service_properties.py +206 -0
  711. pulumi_azure_native/storageactions/_inputs.py +2 -2
  712. pulumi_azure_native/storageactions/get_storage_task.py +1 -1
  713. pulumi_azure_native/storageactions/outputs.py +2 -2
  714. pulumi_azure_native/storageactions/storage_task.py +18 -17
  715. pulumi_azure_native/storageactions/v20230101/_inputs.py +2 -2
  716. pulumi_azure_native/storageactions/v20230101/get_storage_task.py +1 -1
  717. pulumi_azure_native/storageactions/v20230101/outputs.py +2 -2
  718. pulumi_azure_native/storageactions/v20230101/storage_task.py +18 -17
  719. pulumi_azure_native/workloads/__init__.py +3 -0
  720. pulumi_azure_native/workloads/_enums.py +15 -0
  721. pulumi_azure_native/workloads/get_monitor.py +4 -0
  722. pulumi_azure_native/workloads/get_provider_instance.py +2 -2
  723. pulumi_azure_native/workloads/get_sap_landscape_monitor.py +2 -2
  724. pulumi_azure_native/workloads/monitor.py +5 -1
  725. pulumi_azure_native/workloads/provider_instance.py +3 -3
  726. pulumi_azure_native/workloads/sap_landscape_monitor.py +3 -3
  727. pulumi_azure_native/workloads/v20230401/monitor.py +1 -1
  728. pulumi_azure_native/workloads/v20230401/provider_instance.py +1 -1
  729. pulumi_azure_native/workloads/v20230401/sap_landscape_monitor.py +1 -1
  730. pulumi_azure_native/workloads/v20231001preview/monitor.py +1 -1
  731. pulumi_azure_native/workloads/v20231001preview/provider_instance.py +1 -1
  732. pulumi_azure_native/workloads/v20231001preview/sap_landscape_monitor.py +1 -1
  733. pulumi_azure_native/workloads/v20231201preview/__init__.py +16 -0
  734. pulumi_azure_native/workloads/v20231201preview/_enums.py +68 -0
  735. pulumi_azure_native/workloads/v20231201preview/_inputs.py +1216 -0
  736. pulumi_azure_native/workloads/v20231201preview/get_monitor.py +300 -0
  737. pulumi_azure_native/workloads/v20231201preview/get_provider_instance.py +175 -0
  738. pulumi_azure_native/workloads/v20231201preview/get_sap_landscape_monitor.py +157 -0
  739. pulumi_azure_native/workloads/v20231201preview/monitor.py +496 -0
  740. pulumi_azure_native/workloads/v20231201preview/outputs.py +1583 -0
  741. pulumi_azure_native/workloads/v20231201preview/provider_instance.py +246 -0
  742. pulumi_azure_native/workloads/v20231201preview/sap_landscape_monitor.py +234 -0
  743. {pulumi_azure_native-2.40.0a1714979708.dist-info → pulumi_azure_native-2.41.0.dist-info}/METADATA +1 -1
  744. {pulumi_azure_native-2.40.0a1714979708.dist-info → pulumi_azure_native-2.41.0.dist-info}/RECORD +746 -530
  745. {pulumi_azure_native-2.40.0a1714979708.dist-info → pulumi_azure_native-2.41.0.dist-info}/WHEEL +0 -0
  746. {pulumi_azure_native-2.40.0a1714979708.dist-info → pulumi_azure_native-2.41.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1949 @@
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
+ 'AccessConnectorPropertiesResponse',
16
+ 'AddressSpaceResponse',
17
+ 'AutomaticClusterUpdateDefinitionResponse',
18
+ 'ComplianceSecurityProfileDefinitionResponse',
19
+ 'CreatedByResponse',
20
+ 'DefaultCatalogPropertiesResponse',
21
+ 'EncryptionEntitiesDefinitionResponse',
22
+ 'EncryptionResponse',
23
+ 'EncryptionV2Response',
24
+ 'EncryptionV2ResponseKeyVaultProperties',
25
+ 'EnhancedSecurityComplianceDefinitionResponse',
26
+ 'EnhancedSecurityMonitoringDefinitionResponse',
27
+ 'ManagedDiskEncryptionResponse',
28
+ 'ManagedDiskEncryptionResponseKeyVaultProperties',
29
+ 'ManagedIdentityConfigurationResponse',
30
+ 'ManagedServiceIdentityResponse',
31
+ 'PrivateEndpointConnectionPropertiesResponse',
32
+ 'PrivateEndpointConnectionResponse',
33
+ 'PrivateEndpointResponse',
34
+ 'PrivateLinkServiceConnectionStateResponse',
35
+ 'SkuResponse',
36
+ 'SystemDataResponse',
37
+ 'UserAssignedIdentityResponse',
38
+ 'VirtualNetworkPeeringPropertiesFormatResponseDatabricksVirtualNetwork',
39
+ 'VirtualNetworkPeeringPropertiesFormatResponseRemoteVirtualNetwork',
40
+ 'WorkspaceCustomBooleanParameterResponse',
41
+ 'WorkspaceCustomObjectParameterResponse',
42
+ 'WorkspaceCustomParametersResponse',
43
+ 'WorkspaceCustomStringParameterResponse',
44
+ 'WorkspaceEncryptionParameterResponse',
45
+ 'WorkspaceNoPublicIPBooleanParameterResponse',
46
+ 'WorkspacePropertiesResponseAccessConnector',
47
+ 'WorkspacePropertiesResponseEncryption',
48
+ 'WorkspaceProviderAuthorizationResponse',
49
+ ]
50
+
51
+ @pulumi.output_type
52
+ class AccessConnectorPropertiesResponse(dict):
53
+ @staticmethod
54
+ def __key_warning(key: str):
55
+ suggest = None
56
+ if key == "provisioningState":
57
+ suggest = "provisioning_state"
58
+ elif key == "referedBy":
59
+ suggest = "refered_by"
60
+
61
+ if suggest:
62
+ pulumi.log.warn(f"Key '{key}' not found in AccessConnectorPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
63
+
64
+ def __getitem__(self, key: str) -> Any:
65
+ AccessConnectorPropertiesResponse.__key_warning(key)
66
+ return super().__getitem__(key)
67
+
68
+ def get(self, key: str, default = None) -> Any:
69
+ AccessConnectorPropertiesResponse.__key_warning(key)
70
+ return super().get(key, default)
71
+
72
+ def __init__(__self__, *,
73
+ provisioning_state: str,
74
+ refered_by: Sequence[str]):
75
+ """
76
+ :param str provisioning_state: Provisioning status of the Access Connector.
77
+ :param Sequence[str] refered_by: List of workspaces referring this Access Connector.
78
+ """
79
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
80
+ pulumi.set(__self__, "refered_by", refered_by)
81
+
82
+ @property
83
+ @pulumi.getter(name="provisioningState")
84
+ def provisioning_state(self) -> str:
85
+ """
86
+ Provisioning status of the Access Connector.
87
+ """
88
+ return pulumi.get(self, "provisioning_state")
89
+
90
+ @property
91
+ @pulumi.getter(name="referedBy")
92
+ def refered_by(self) -> Sequence[str]:
93
+ """
94
+ List of workspaces referring this Access Connector.
95
+ """
96
+ return pulumi.get(self, "refered_by")
97
+
98
+
99
+ @pulumi.output_type
100
+ class AddressSpaceResponse(dict):
101
+ """
102
+ AddressSpace contains an array of IP address ranges that can be used by subnets of the virtual network.
103
+ """
104
+ @staticmethod
105
+ def __key_warning(key: str):
106
+ suggest = None
107
+ if key == "addressPrefixes":
108
+ suggest = "address_prefixes"
109
+
110
+ if suggest:
111
+ pulumi.log.warn(f"Key '{key}' not found in AddressSpaceResponse. Access the value via the '{suggest}' property getter instead.")
112
+
113
+ def __getitem__(self, key: str) -> Any:
114
+ AddressSpaceResponse.__key_warning(key)
115
+ return super().__getitem__(key)
116
+
117
+ def get(self, key: str, default = None) -> Any:
118
+ AddressSpaceResponse.__key_warning(key)
119
+ return super().get(key, default)
120
+
121
+ def __init__(__self__, *,
122
+ address_prefixes: Optional[Sequence[str]] = None):
123
+ """
124
+ AddressSpace contains an array of IP address ranges that can be used by subnets of the virtual network.
125
+ :param Sequence[str] address_prefixes: A list of address blocks reserved for this virtual network in CIDR notation.
126
+ """
127
+ if address_prefixes is not None:
128
+ pulumi.set(__self__, "address_prefixes", address_prefixes)
129
+
130
+ @property
131
+ @pulumi.getter(name="addressPrefixes")
132
+ def address_prefixes(self) -> Optional[Sequence[str]]:
133
+ """
134
+ A list of address blocks reserved for this virtual network in CIDR notation.
135
+ """
136
+ return pulumi.get(self, "address_prefixes")
137
+
138
+
139
+ @pulumi.output_type
140
+ class AutomaticClusterUpdateDefinitionResponse(dict):
141
+ """
142
+ Status of automated cluster updates feature.
143
+ """
144
+ def __init__(__self__, *,
145
+ value: Optional[str] = None):
146
+ """
147
+ Status of automated cluster updates feature.
148
+ """
149
+ if value is not None:
150
+ pulumi.set(__self__, "value", value)
151
+
152
+ @property
153
+ @pulumi.getter
154
+ def value(self) -> Optional[str]:
155
+ return pulumi.get(self, "value")
156
+
157
+
158
+ @pulumi.output_type
159
+ class ComplianceSecurityProfileDefinitionResponse(dict):
160
+ """
161
+ Status of Compliance Security Profile feature.
162
+ """
163
+ @staticmethod
164
+ def __key_warning(key: str):
165
+ suggest = None
166
+ if key == "complianceStandards":
167
+ suggest = "compliance_standards"
168
+
169
+ if suggest:
170
+ pulumi.log.warn(f"Key '{key}' not found in ComplianceSecurityProfileDefinitionResponse. Access the value via the '{suggest}' property getter instead.")
171
+
172
+ def __getitem__(self, key: str) -> Any:
173
+ ComplianceSecurityProfileDefinitionResponse.__key_warning(key)
174
+ return super().__getitem__(key)
175
+
176
+ def get(self, key: str, default = None) -> Any:
177
+ ComplianceSecurityProfileDefinitionResponse.__key_warning(key)
178
+ return super().get(key, default)
179
+
180
+ def __init__(__self__, *,
181
+ compliance_standards: Optional[Sequence[str]] = None,
182
+ value: Optional[str] = None):
183
+ """
184
+ Status of Compliance Security Profile feature.
185
+ :param Sequence[str] compliance_standards: Compliance standards associated with the workspace.
186
+ """
187
+ if compliance_standards is not None:
188
+ pulumi.set(__self__, "compliance_standards", compliance_standards)
189
+ if value is not None:
190
+ pulumi.set(__self__, "value", value)
191
+
192
+ @property
193
+ @pulumi.getter(name="complianceStandards")
194
+ def compliance_standards(self) -> Optional[Sequence[str]]:
195
+ """
196
+ Compliance standards associated with the workspace.
197
+ """
198
+ return pulumi.get(self, "compliance_standards")
199
+
200
+ @property
201
+ @pulumi.getter
202
+ def value(self) -> Optional[str]:
203
+ return pulumi.get(self, "value")
204
+
205
+
206
+ @pulumi.output_type
207
+ class CreatedByResponse(dict):
208
+ """
209
+ Provides details of the entity that created/updated the workspace.
210
+ """
211
+ @staticmethod
212
+ def __key_warning(key: str):
213
+ suggest = None
214
+ if key == "applicationId":
215
+ suggest = "application_id"
216
+
217
+ if suggest:
218
+ pulumi.log.warn(f"Key '{key}' not found in CreatedByResponse. Access the value via the '{suggest}' property getter instead.")
219
+
220
+ def __getitem__(self, key: str) -> Any:
221
+ CreatedByResponse.__key_warning(key)
222
+ return super().__getitem__(key)
223
+
224
+ def get(self, key: str, default = None) -> Any:
225
+ CreatedByResponse.__key_warning(key)
226
+ return super().get(key, default)
227
+
228
+ def __init__(__self__, *,
229
+ application_id: str,
230
+ oid: str,
231
+ puid: str):
232
+ """
233
+ Provides details of the entity that created/updated the workspace.
234
+ :param str application_id: The application ID of the application that initiated the creation of the workspace. For example, Azure Portal.
235
+ :param str oid: The Object ID that created the workspace.
236
+ :param str puid: The Personal Object ID corresponding to the object ID above
237
+ """
238
+ pulumi.set(__self__, "application_id", application_id)
239
+ pulumi.set(__self__, "oid", oid)
240
+ pulumi.set(__self__, "puid", puid)
241
+
242
+ @property
243
+ @pulumi.getter(name="applicationId")
244
+ def application_id(self) -> str:
245
+ """
246
+ The application ID of the application that initiated the creation of the workspace. For example, Azure Portal.
247
+ """
248
+ return pulumi.get(self, "application_id")
249
+
250
+ @property
251
+ @pulumi.getter
252
+ def oid(self) -> str:
253
+ """
254
+ The Object ID that created the workspace.
255
+ """
256
+ return pulumi.get(self, "oid")
257
+
258
+ @property
259
+ @pulumi.getter
260
+ def puid(self) -> str:
261
+ """
262
+ The Personal Object ID corresponding to the object ID above
263
+ """
264
+ return pulumi.get(self, "puid")
265
+
266
+
267
+ @pulumi.output_type
268
+ class DefaultCatalogPropertiesResponse(dict):
269
+ """
270
+ These properties lets user specify default catalog properties during workspace creation.
271
+ """
272
+ @staticmethod
273
+ def __key_warning(key: str):
274
+ suggest = None
275
+ if key == "initialName":
276
+ suggest = "initial_name"
277
+ elif key == "initialType":
278
+ suggest = "initial_type"
279
+
280
+ if suggest:
281
+ pulumi.log.warn(f"Key '{key}' not found in DefaultCatalogPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
282
+
283
+ def __getitem__(self, key: str) -> Any:
284
+ DefaultCatalogPropertiesResponse.__key_warning(key)
285
+ return super().__getitem__(key)
286
+
287
+ def get(self, key: str, default = None) -> Any:
288
+ DefaultCatalogPropertiesResponse.__key_warning(key)
289
+ return super().get(key, default)
290
+
291
+ def __init__(__self__, *,
292
+ initial_name: Optional[str] = None,
293
+ initial_type: Optional[str] = None):
294
+ """
295
+ These properties lets user specify default catalog properties during workspace creation.
296
+ :param str initial_name: Specifies the initial Name of default catalog. If not specified, the name of the workspace will be used.
297
+ :param str initial_type: Defines the initial type of the default catalog. Possible values (case-insensitive): HiveMetastore, UnityCatalog
298
+ """
299
+ if initial_name is not None:
300
+ pulumi.set(__self__, "initial_name", initial_name)
301
+ if initial_type is None:
302
+ initial_type = 'HiveMetastore'
303
+ if initial_type is not None:
304
+ pulumi.set(__self__, "initial_type", initial_type)
305
+
306
+ @property
307
+ @pulumi.getter(name="initialName")
308
+ def initial_name(self) -> Optional[str]:
309
+ """
310
+ Specifies the initial Name of default catalog. If not specified, the name of the workspace will be used.
311
+ """
312
+ return pulumi.get(self, "initial_name")
313
+
314
+ @property
315
+ @pulumi.getter(name="initialType")
316
+ def initial_type(self) -> Optional[str]:
317
+ """
318
+ Defines the initial type of the default catalog. Possible values (case-insensitive): HiveMetastore, UnityCatalog
319
+ """
320
+ return pulumi.get(self, "initial_type")
321
+
322
+
323
+ @pulumi.output_type
324
+ class EncryptionEntitiesDefinitionResponse(dict):
325
+ """
326
+ Encryption entities for databricks workspace resource.
327
+ """
328
+ @staticmethod
329
+ def __key_warning(key: str):
330
+ suggest = None
331
+ if key == "managedDisk":
332
+ suggest = "managed_disk"
333
+ elif key == "managedServices":
334
+ suggest = "managed_services"
335
+
336
+ if suggest:
337
+ pulumi.log.warn(f"Key '{key}' not found in EncryptionEntitiesDefinitionResponse. Access the value via the '{suggest}' property getter instead.")
338
+
339
+ def __getitem__(self, key: str) -> Any:
340
+ EncryptionEntitiesDefinitionResponse.__key_warning(key)
341
+ return super().__getitem__(key)
342
+
343
+ def get(self, key: str, default = None) -> Any:
344
+ EncryptionEntitiesDefinitionResponse.__key_warning(key)
345
+ return super().get(key, default)
346
+
347
+ def __init__(__self__, *,
348
+ managed_disk: Optional['outputs.ManagedDiskEncryptionResponse'] = None,
349
+ managed_services: Optional['outputs.EncryptionV2Response'] = None):
350
+ """
351
+ Encryption entities for databricks workspace resource.
352
+ :param 'ManagedDiskEncryptionResponse' managed_disk: Encryption properties for the databricks managed disks.
353
+ :param 'EncryptionV2Response' managed_services: Encryption properties for the databricks managed services.
354
+ """
355
+ if managed_disk is not None:
356
+ pulumi.set(__self__, "managed_disk", managed_disk)
357
+ if managed_services is not None:
358
+ pulumi.set(__self__, "managed_services", managed_services)
359
+
360
+ @property
361
+ @pulumi.getter(name="managedDisk")
362
+ def managed_disk(self) -> Optional['outputs.ManagedDiskEncryptionResponse']:
363
+ """
364
+ Encryption properties for the databricks managed disks.
365
+ """
366
+ return pulumi.get(self, "managed_disk")
367
+
368
+ @property
369
+ @pulumi.getter(name="managedServices")
370
+ def managed_services(self) -> Optional['outputs.EncryptionV2Response']:
371
+ """
372
+ Encryption properties for the databricks managed services.
373
+ """
374
+ return pulumi.get(self, "managed_services")
375
+
376
+
377
+ @pulumi.output_type
378
+ class EncryptionResponse(dict):
379
+ """
380
+ The object that contains details of encryption used on the workspace.
381
+ """
382
+ @staticmethod
383
+ def __key_warning(key: str):
384
+ suggest = None
385
+ if key == "keyName":
386
+ suggest = "key_name"
387
+ elif key == "keySource":
388
+ suggest = "key_source"
389
+ elif key == "keyVaultUri":
390
+ suggest = "key_vault_uri"
391
+ elif key == "keyVersion":
392
+ suggest = "key_version"
393
+
394
+ if suggest:
395
+ pulumi.log.warn(f"Key '{key}' not found in EncryptionResponse. Access the value via the '{suggest}' property getter instead.")
396
+
397
+ def __getitem__(self, key: str) -> Any:
398
+ EncryptionResponse.__key_warning(key)
399
+ return super().__getitem__(key)
400
+
401
+ def get(self, key: str, default = None) -> Any:
402
+ EncryptionResponse.__key_warning(key)
403
+ return super().get(key, default)
404
+
405
+ def __init__(__self__, *,
406
+ key_name: Optional[str] = None,
407
+ key_source: Optional[str] = None,
408
+ key_vault_uri: Optional[str] = None,
409
+ key_version: Optional[str] = None):
410
+ """
411
+ The object that contains details of encryption used on the workspace.
412
+ :param str key_name: The name of KeyVault key.
413
+ :param str key_source: The encryption keySource (provider). Possible values (case-insensitive): Default, Microsoft.Keyvault
414
+ :param str key_vault_uri: The Uri of KeyVault.
415
+ :param str key_version: The version of KeyVault key.
416
+ """
417
+ if key_name is not None:
418
+ pulumi.set(__self__, "key_name", key_name)
419
+ if key_source is None:
420
+ key_source = 'Default'
421
+ if key_source is not None:
422
+ pulumi.set(__self__, "key_source", key_source)
423
+ if key_vault_uri is not None:
424
+ pulumi.set(__self__, "key_vault_uri", key_vault_uri)
425
+ if key_version is not None:
426
+ pulumi.set(__self__, "key_version", key_version)
427
+
428
+ @property
429
+ @pulumi.getter(name="keyName")
430
+ def key_name(self) -> Optional[str]:
431
+ """
432
+ The name of KeyVault key.
433
+ """
434
+ return pulumi.get(self, "key_name")
435
+
436
+ @property
437
+ @pulumi.getter(name="keySource")
438
+ def key_source(self) -> Optional[str]:
439
+ """
440
+ The encryption keySource (provider). Possible values (case-insensitive): Default, Microsoft.Keyvault
441
+ """
442
+ return pulumi.get(self, "key_source")
443
+
444
+ @property
445
+ @pulumi.getter(name="keyVaultUri")
446
+ def key_vault_uri(self) -> Optional[str]:
447
+ """
448
+ The Uri of KeyVault.
449
+ """
450
+ return pulumi.get(self, "key_vault_uri")
451
+
452
+ @property
453
+ @pulumi.getter(name="keyVersion")
454
+ def key_version(self) -> Optional[str]:
455
+ """
456
+ The version of KeyVault key.
457
+ """
458
+ return pulumi.get(self, "key_version")
459
+
460
+
461
+ @pulumi.output_type
462
+ class EncryptionV2Response(dict):
463
+ """
464
+ The object that contains details of encryption used on the workspace.
465
+ """
466
+ @staticmethod
467
+ def __key_warning(key: str):
468
+ suggest = None
469
+ if key == "keySource":
470
+ suggest = "key_source"
471
+ elif key == "keyVaultProperties":
472
+ suggest = "key_vault_properties"
473
+
474
+ if suggest:
475
+ pulumi.log.warn(f"Key '{key}' not found in EncryptionV2Response. Access the value via the '{suggest}' property getter instead.")
476
+
477
+ def __getitem__(self, key: str) -> Any:
478
+ EncryptionV2Response.__key_warning(key)
479
+ return super().__getitem__(key)
480
+
481
+ def get(self, key: str, default = None) -> Any:
482
+ EncryptionV2Response.__key_warning(key)
483
+ return super().get(key, default)
484
+
485
+ def __init__(__self__, *,
486
+ key_source: str,
487
+ key_vault_properties: Optional['outputs.EncryptionV2ResponseKeyVaultProperties'] = None):
488
+ """
489
+ The object that contains details of encryption used on the workspace.
490
+ :param str key_source: The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
491
+ :param 'EncryptionV2ResponseKeyVaultProperties' key_vault_properties: Key Vault input properties for encryption.
492
+ """
493
+ pulumi.set(__self__, "key_source", key_source)
494
+ if key_vault_properties is not None:
495
+ pulumi.set(__self__, "key_vault_properties", key_vault_properties)
496
+
497
+ @property
498
+ @pulumi.getter(name="keySource")
499
+ def key_source(self) -> str:
500
+ """
501
+ The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
502
+ """
503
+ return pulumi.get(self, "key_source")
504
+
505
+ @property
506
+ @pulumi.getter(name="keyVaultProperties")
507
+ def key_vault_properties(self) -> Optional['outputs.EncryptionV2ResponseKeyVaultProperties']:
508
+ """
509
+ Key Vault input properties for encryption.
510
+ """
511
+ return pulumi.get(self, "key_vault_properties")
512
+
513
+
514
+ @pulumi.output_type
515
+ class EncryptionV2ResponseKeyVaultProperties(dict):
516
+ """
517
+ Key Vault input properties for encryption.
518
+ """
519
+ @staticmethod
520
+ def __key_warning(key: str):
521
+ suggest = None
522
+ if key == "keyName":
523
+ suggest = "key_name"
524
+ elif key == "keyVaultUri":
525
+ suggest = "key_vault_uri"
526
+ elif key == "keyVersion":
527
+ suggest = "key_version"
528
+
529
+ if suggest:
530
+ pulumi.log.warn(f"Key '{key}' not found in EncryptionV2ResponseKeyVaultProperties. Access the value via the '{suggest}' property getter instead.")
531
+
532
+ def __getitem__(self, key: str) -> Any:
533
+ EncryptionV2ResponseKeyVaultProperties.__key_warning(key)
534
+ return super().__getitem__(key)
535
+
536
+ def get(self, key: str, default = None) -> Any:
537
+ EncryptionV2ResponseKeyVaultProperties.__key_warning(key)
538
+ return super().get(key, default)
539
+
540
+ def __init__(__self__, *,
541
+ key_name: str,
542
+ key_vault_uri: str,
543
+ key_version: str):
544
+ """
545
+ Key Vault input properties for encryption.
546
+ :param str key_name: The name of KeyVault key.
547
+ :param str key_vault_uri: The Uri of KeyVault.
548
+ :param str key_version: The version of KeyVault key.
549
+ """
550
+ pulumi.set(__self__, "key_name", key_name)
551
+ pulumi.set(__self__, "key_vault_uri", key_vault_uri)
552
+ pulumi.set(__self__, "key_version", key_version)
553
+
554
+ @property
555
+ @pulumi.getter(name="keyName")
556
+ def key_name(self) -> str:
557
+ """
558
+ The name of KeyVault key.
559
+ """
560
+ return pulumi.get(self, "key_name")
561
+
562
+ @property
563
+ @pulumi.getter(name="keyVaultUri")
564
+ def key_vault_uri(self) -> str:
565
+ """
566
+ The Uri of KeyVault.
567
+ """
568
+ return pulumi.get(self, "key_vault_uri")
569
+
570
+ @property
571
+ @pulumi.getter(name="keyVersion")
572
+ def key_version(self) -> str:
573
+ """
574
+ The version of KeyVault key.
575
+ """
576
+ return pulumi.get(self, "key_version")
577
+
578
+
579
+ @pulumi.output_type
580
+ class EnhancedSecurityComplianceDefinitionResponse(dict):
581
+ """
582
+ Status of settings related to the Enhanced Security and Compliance Add-On.
583
+ """
584
+ @staticmethod
585
+ def __key_warning(key: str):
586
+ suggest = None
587
+ if key == "automaticClusterUpdate":
588
+ suggest = "automatic_cluster_update"
589
+ elif key == "complianceSecurityProfile":
590
+ suggest = "compliance_security_profile"
591
+ elif key == "enhancedSecurityMonitoring":
592
+ suggest = "enhanced_security_monitoring"
593
+
594
+ if suggest:
595
+ pulumi.log.warn(f"Key '{key}' not found in EnhancedSecurityComplianceDefinitionResponse. Access the value via the '{suggest}' property getter instead.")
596
+
597
+ def __getitem__(self, key: str) -> Any:
598
+ EnhancedSecurityComplianceDefinitionResponse.__key_warning(key)
599
+ return super().__getitem__(key)
600
+
601
+ def get(self, key: str, default = None) -> Any:
602
+ EnhancedSecurityComplianceDefinitionResponse.__key_warning(key)
603
+ return super().get(key, default)
604
+
605
+ def __init__(__self__, *,
606
+ automatic_cluster_update: Optional['outputs.AutomaticClusterUpdateDefinitionResponse'] = None,
607
+ compliance_security_profile: Optional['outputs.ComplianceSecurityProfileDefinitionResponse'] = None,
608
+ enhanced_security_monitoring: Optional['outputs.EnhancedSecurityMonitoringDefinitionResponse'] = None):
609
+ """
610
+ Status of settings related to the Enhanced Security and Compliance Add-On.
611
+ :param 'AutomaticClusterUpdateDefinitionResponse' automatic_cluster_update: Status of automated cluster updates feature.
612
+ :param 'ComplianceSecurityProfileDefinitionResponse' compliance_security_profile: Status of Compliance Security Profile feature.
613
+ :param 'EnhancedSecurityMonitoringDefinitionResponse' enhanced_security_monitoring: Status of Enhanced Security Monitoring feature.
614
+ """
615
+ if automatic_cluster_update is not None:
616
+ pulumi.set(__self__, "automatic_cluster_update", automatic_cluster_update)
617
+ if compliance_security_profile is not None:
618
+ pulumi.set(__self__, "compliance_security_profile", compliance_security_profile)
619
+ if enhanced_security_monitoring is not None:
620
+ pulumi.set(__self__, "enhanced_security_monitoring", enhanced_security_monitoring)
621
+
622
+ @property
623
+ @pulumi.getter(name="automaticClusterUpdate")
624
+ def automatic_cluster_update(self) -> Optional['outputs.AutomaticClusterUpdateDefinitionResponse']:
625
+ """
626
+ Status of automated cluster updates feature.
627
+ """
628
+ return pulumi.get(self, "automatic_cluster_update")
629
+
630
+ @property
631
+ @pulumi.getter(name="complianceSecurityProfile")
632
+ def compliance_security_profile(self) -> Optional['outputs.ComplianceSecurityProfileDefinitionResponse']:
633
+ """
634
+ Status of Compliance Security Profile feature.
635
+ """
636
+ return pulumi.get(self, "compliance_security_profile")
637
+
638
+ @property
639
+ @pulumi.getter(name="enhancedSecurityMonitoring")
640
+ def enhanced_security_monitoring(self) -> Optional['outputs.EnhancedSecurityMonitoringDefinitionResponse']:
641
+ """
642
+ Status of Enhanced Security Monitoring feature.
643
+ """
644
+ return pulumi.get(self, "enhanced_security_monitoring")
645
+
646
+
647
+ @pulumi.output_type
648
+ class EnhancedSecurityMonitoringDefinitionResponse(dict):
649
+ """
650
+ Status of Enhanced Security Monitoring feature.
651
+ """
652
+ def __init__(__self__, *,
653
+ value: Optional[str] = None):
654
+ """
655
+ Status of Enhanced Security Monitoring feature.
656
+ """
657
+ if value is not None:
658
+ pulumi.set(__self__, "value", value)
659
+
660
+ @property
661
+ @pulumi.getter
662
+ def value(self) -> Optional[str]:
663
+ return pulumi.get(self, "value")
664
+
665
+
666
+ @pulumi.output_type
667
+ class ManagedDiskEncryptionResponse(dict):
668
+ """
669
+ The object that contains details of encryption used on the workspace.
670
+ """
671
+ @staticmethod
672
+ def __key_warning(key: str):
673
+ suggest = None
674
+ if key == "keySource":
675
+ suggest = "key_source"
676
+ elif key == "keyVaultProperties":
677
+ suggest = "key_vault_properties"
678
+ elif key == "rotationToLatestKeyVersionEnabled":
679
+ suggest = "rotation_to_latest_key_version_enabled"
680
+
681
+ if suggest:
682
+ pulumi.log.warn(f"Key '{key}' not found in ManagedDiskEncryptionResponse. Access the value via the '{suggest}' property getter instead.")
683
+
684
+ def __getitem__(self, key: str) -> Any:
685
+ ManagedDiskEncryptionResponse.__key_warning(key)
686
+ return super().__getitem__(key)
687
+
688
+ def get(self, key: str, default = None) -> Any:
689
+ ManagedDiskEncryptionResponse.__key_warning(key)
690
+ return super().get(key, default)
691
+
692
+ def __init__(__self__, *,
693
+ key_source: str,
694
+ key_vault_properties: 'outputs.ManagedDiskEncryptionResponseKeyVaultProperties',
695
+ rotation_to_latest_key_version_enabled: Optional[bool] = None):
696
+ """
697
+ The object that contains details of encryption used on the workspace.
698
+ :param str key_source: The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
699
+ :param 'ManagedDiskEncryptionResponseKeyVaultProperties' key_vault_properties: Key Vault input properties for encryption.
700
+ :param bool rotation_to_latest_key_version_enabled: Indicate whether the latest key version should be automatically used for Managed Disk Encryption.
701
+ """
702
+ pulumi.set(__self__, "key_source", key_source)
703
+ pulumi.set(__self__, "key_vault_properties", key_vault_properties)
704
+ if rotation_to_latest_key_version_enabled is not None:
705
+ pulumi.set(__self__, "rotation_to_latest_key_version_enabled", rotation_to_latest_key_version_enabled)
706
+
707
+ @property
708
+ @pulumi.getter(name="keySource")
709
+ def key_source(self) -> str:
710
+ """
711
+ The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
712
+ """
713
+ return pulumi.get(self, "key_source")
714
+
715
+ @property
716
+ @pulumi.getter(name="keyVaultProperties")
717
+ def key_vault_properties(self) -> 'outputs.ManagedDiskEncryptionResponseKeyVaultProperties':
718
+ """
719
+ Key Vault input properties for encryption.
720
+ """
721
+ return pulumi.get(self, "key_vault_properties")
722
+
723
+ @property
724
+ @pulumi.getter(name="rotationToLatestKeyVersionEnabled")
725
+ def rotation_to_latest_key_version_enabled(self) -> Optional[bool]:
726
+ """
727
+ Indicate whether the latest key version should be automatically used for Managed Disk Encryption.
728
+ """
729
+ return pulumi.get(self, "rotation_to_latest_key_version_enabled")
730
+
731
+
732
+ @pulumi.output_type
733
+ class ManagedDiskEncryptionResponseKeyVaultProperties(dict):
734
+ """
735
+ Key Vault input properties for encryption.
736
+ """
737
+ @staticmethod
738
+ def __key_warning(key: str):
739
+ suggest = None
740
+ if key == "keyName":
741
+ suggest = "key_name"
742
+ elif key == "keyVaultUri":
743
+ suggest = "key_vault_uri"
744
+ elif key == "keyVersion":
745
+ suggest = "key_version"
746
+
747
+ if suggest:
748
+ pulumi.log.warn(f"Key '{key}' not found in ManagedDiskEncryptionResponseKeyVaultProperties. Access the value via the '{suggest}' property getter instead.")
749
+
750
+ def __getitem__(self, key: str) -> Any:
751
+ ManagedDiskEncryptionResponseKeyVaultProperties.__key_warning(key)
752
+ return super().__getitem__(key)
753
+
754
+ def get(self, key: str, default = None) -> Any:
755
+ ManagedDiskEncryptionResponseKeyVaultProperties.__key_warning(key)
756
+ return super().get(key, default)
757
+
758
+ def __init__(__self__, *,
759
+ key_name: str,
760
+ key_vault_uri: str,
761
+ key_version: str):
762
+ """
763
+ Key Vault input properties for encryption.
764
+ :param str key_name: The name of KeyVault key.
765
+ :param str key_vault_uri: The URI of KeyVault.
766
+ :param str key_version: The version of KeyVault key.
767
+ """
768
+ pulumi.set(__self__, "key_name", key_name)
769
+ pulumi.set(__self__, "key_vault_uri", key_vault_uri)
770
+ pulumi.set(__self__, "key_version", key_version)
771
+
772
+ @property
773
+ @pulumi.getter(name="keyName")
774
+ def key_name(self) -> str:
775
+ """
776
+ The name of KeyVault key.
777
+ """
778
+ return pulumi.get(self, "key_name")
779
+
780
+ @property
781
+ @pulumi.getter(name="keyVaultUri")
782
+ def key_vault_uri(self) -> str:
783
+ """
784
+ The URI of KeyVault.
785
+ """
786
+ return pulumi.get(self, "key_vault_uri")
787
+
788
+ @property
789
+ @pulumi.getter(name="keyVersion")
790
+ def key_version(self) -> str:
791
+ """
792
+ The version of KeyVault key.
793
+ """
794
+ return pulumi.get(self, "key_version")
795
+
796
+
797
+ @pulumi.output_type
798
+ class ManagedIdentityConfigurationResponse(dict):
799
+ """
800
+ The Managed Identity details for storage account.
801
+ """
802
+ @staticmethod
803
+ def __key_warning(key: str):
804
+ suggest = None
805
+ if key == "principalId":
806
+ suggest = "principal_id"
807
+ elif key == "tenantId":
808
+ suggest = "tenant_id"
809
+
810
+ if suggest:
811
+ pulumi.log.warn(f"Key '{key}' not found in ManagedIdentityConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
812
+
813
+ def __getitem__(self, key: str) -> Any:
814
+ ManagedIdentityConfigurationResponse.__key_warning(key)
815
+ return super().__getitem__(key)
816
+
817
+ def get(self, key: str, default = None) -> Any:
818
+ ManagedIdentityConfigurationResponse.__key_warning(key)
819
+ return super().get(key, default)
820
+
821
+ def __init__(__self__, *,
822
+ principal_id: str,
823
+ tenant_id: str,
824
+ type: str):
825
+ """
826
+ The Managed Identity details for storage account.
827
+ :param str principal_id: The objectId of the Managed Identity that is linked to the Managed Storage account.
828
+ :param str tenant_id: The tenant Id where the Managed Identity is created.
829
+ :param str type: The type of Identity created. It can be either SystemAssigned or UserAssigned.
830
+ """
831
+ pulumi.set(__self__, "principal_id", principal_id)
832
+ pulumi.set(__self__, "tenant_id", tenant_id)
833
+ pulumi.set(__self__, "type", type)
834
+
835
+ @property
836
+ @pulumi.getter(name="principalId")
837
+ def principal_id(self) -> str:
838
+ """
839
+ The objectId of the Managed Identity that is linked to the Managed Storage account.
840
+ """
841
+ return pulumi.get(self, "principal_id")
842
+
843
+ @property
844
+ @pulumi.getter(name="tenantId")
845
+ def tenant_id(self) -> str:
846
+ """
847
+ The tenant Id where the Managed Identity is created.
848
+ """
849
+ return pulumi.get(self, "tenant_id")
850
+
851
+ @property
852
+ @pulumi.getter
853
+ def type(self) -> str:
854
+ """
855
+ The type of Identity created. It can be either SystemAssigned or UserAssigned.
856
+ """
857
+ return pulumi.get(self, "type")
858
+
859
+
860
+ @pulumi.output_type
861
+ class ManagedServiceIdentityResponse(dict):
862
+ """
863
+ Managed service identity (system assigned and/or user assigned identities)
864
+ """
865
+ @staticmethod
866
+ def __key_warning(key: str):
867
+ suggest = None
868
+ if key == "principalId":
869
+ suggest = "principal_id"
870
+ elif key == "tenantId":
871
+ suggest = "tenant_id"
872
+ elif key == "userAssignedIdentities":
873
+ suggest = "user_assigned_identities"
874
+
875
+ if suggest:
876
+ pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
877
+
878
+ def __getitem__(self, key: str) -> Any:
879
+ ManagedServiceIdentityResponse.__key_warning(key)
880
+ return super().__getitem__(key)
881
+
882
+ def get(self, key: str, default = None) -> Any:
883
+ ManagedServiceIdentityResponse.__key_warning(key)
884
+ return super().get(key, default)
885
+
886
+ def __init__(__self__, *,
887
+ principal_id: str,
888
+ tenant_id: str,
889
+ type: str,
890
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
891
+ """
892
+ Managed service identity (system assigned and/or user assigned identities)
893
+ :param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
894
+ :param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
895
+ :param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
896
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
897
+ """
898
+ pulumi.set(__self__, "principal_id", principal_id)
899
+ pulumi.set(__self__, "tenant_id", tenant_id)
900
+ pulumi.set(__self__, "type", type)
901
+ if user_assigned_identities is not None:
902
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
903
+
904
+ @property
905
+ @pulumi.getter(name="principalId")
906
+ def principal_id(self) -> str:
907
+ """
908
+ The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
909
+ """
910
+ return pulumi.get(self, "principal_id")
911
+
912
+ @property
913
+ @pulumi.getter(name="tenantId")
914
+ def tenant_id(self) -> str:
915
+ """
916
+ The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
917
+ """
918
+ return pulumi.get(self, "tenant_id")
919
+
920
+ @property
921
+ @pulumi.getter
922
+ def type(self) -> str:
923
+ """
924
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
925
+ """
926
+ return pulumi.get(self, "type")
927
+
928
+ @property
929
+ @pulumi.getter(name="userAssignedIdentities")
930
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
931
+ """
932
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
933
+ """
934
+ return pulumi.get(self, "user_assigned_identities")
935
+
936
+
937
+ @pulumi.output_type
938
+ class PrivateEndpointConnectionPropertiesResponse(dict):
939
+ """
940
+ The properties of a private endpoint connection
941
+ """
942
+ @staticmethod
943
+ def __key_warning(key: str):
944
+ suggest = None
945
+ if key == "privateLinkServiceConnectionState":
946
+ suggest = "private_link_service_connection_state"
947
+ elif key == "provisioningState":
948
+ suggest = "provisioning_state"
949
+ elif key == "groupIds":
950
+ suggest = "group_ids"
951
+ elif key == "privateEndpoint":
952
+ suggest = "private_endpoint"
953
+
954
+ if suggest:
955
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
956
+
957
+ def __getitem__(self, key: str) -> Any:
958
+ PrivateEndpointConnectionPropertiesResponse.__key_warning(key)
959
+ return super().__getitem__(key)
960
+
961
+ def get(self, key: str, default = None) -> Any:
962
+ PrivateEndpointConnectionPropertiesResponse.__key_warning(key)
963
+ return super().get(key, default)
964
+
965
+ def __init__(__self__, *,
966
+ private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
967
+ provisioning_state: str,
968
+ group_ids: Optional[Sequence[str]] = None,
969
+ private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None):
970
+ """
971
+ The properties of a private endpoint connection
972
+ :param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: Private endpoint connection state
973
+ :param str provisioning_state: Provisioning state of the private endpoint connection.
974
+ :param Sequence[str] group_ids: GroupIds from the private link service resource.
975
+ :param 'PrivateEndpointResponse' private_endpoint: Private endpoint
976
+ """
977
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
978
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
979
+ if group_ids is not None:
980
+ pulumi.set(__self__, "group_ids", group_ids)
981
+ if private_endpoint is not None:
982
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
983
+
984
+ @property
985
+ @pulumi.getter(name="privateLinkServiceConnectionState")
986
+ def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
987
+ """
988
+ Private endpoint connection state
989
+ """
990
+ return pulumi.get(self, "private_link_service_connection_state")
991
+
992
+ @property
993
+ @pulumi.getter(name="provisioningState")
994
+ def provisioning_state(self) -> str:
995
+ """
996
+ Provisioning state of the private endpoint connection.
997
+ """
998
+ return pulumi.get(self, "provisioning_state")
999
+
1000
+ @property
1001
+ @pulumi.getter(name="groupIds")
1002
+ def group_ids(self) -> Optional[Sequence[str]]:
1003
+ """
1004
+ GroupIds from the private link service resource.
1005
+ """
1006
+ return pulumi.get(self, "group_ids")
1007
+
1008
+ @property
1009
+ @pulumi.getter(name="privateEndpoint")
1010
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
1011
+ """
1012
+ Private endpoint
1013
+ """
1014
+ return pulumi.get(self, "private_endpoint")
1015
+
1016
+
1017
+ @pulumi.output_type
1018
+ class PrivateEndpointConnectionResponse(dict):
1019
+ """
1020
+ The private endpoint connection of a workspace
1021
+ """
1022
+ def __init__(__self__, *,
1023
+ id: str,
1024
+ name: str,
1025
+ properties: 'outputs.PrivateEndpointConnectionPropertiesResponse',
1026
+ type: str):
1027
+ """
1028
+ The private endpoint connection of a workspace
1029
+ :param str id: The resource identifier.
1030
+ :param str name: The resource name.
1031
+ :param 'PrivateEndpointConnectionPropertiesResponse' properties: The private endpoint connection properties.
1032
+ :param str type: The resource type.
1033
+ """
1034
+ pulumi.set(__self__, "id", id)
1035
+ pulumi.set(__self__, "name", name)
1036
+ pulumi.set(__self__, "properties", properties)
1037
+ pulumi.set(__self__, "type", type)
1038
+
1039
+ @property
1040
+ @pulumi.getter
1041
+ def id(self) -> str:
1042
+ """
1043
+ The resource identifier.
1044
+ """
1045
+ return pulumi.get(self, "id")
1046
+
1047
+ @property
1048
+ @pulumi.getter
1049
+ def name(self) -> str:
1050
+ """
1051
+ The resource name.
1052
+ """
1053
+ return pulumi.get(self, "name")
1054
+
1055
+ @property
1056
+ @pulumi.getter
1057
+ def properties(self) -> 'outputs.PrivateEndpointConnectionPropertiesResponse':
1058
+ """
1059
+ The private endpoint connection properties.
1060
+ """
1061
+ return pulumi.get(self, "properties")
1062
+
1063
+ @property
1064
+ @pulumi.getter
1065
+ def type(self) -> str:
1066
+ """
1067
+ The resource type.
1068
+ """
1069
+ return pulumi.get(self, "type")
1070
+
1071
+
1072
+ @pulumi.output_type
1073
+ class PrivateEndpointResponse(dict):
1074
+ """
1075
+ The private endpoint property of a private endpoint connection
1076
+ """
1077
+ def __init__(__self__, *,
1078
+ id: str):
1079
+ """
1080
+ The private endpoint property of a private endpoint connection
1081
+ :param str id: The resource identifier.
1082
+ """
1083
+ pulumi.set(__self__, "id", id)
1084
+
1085
+ @property
1086
+ @pulumi.getter
1087
+ def id(self) -> str:
1088
+ """
1089
+ The resource identifier.
1090
+ """
1091
+ return pulumi.get(self, "id")
1092
+
1093
+
1094
+ @pulumi.output_type
1095
+ class PrivateLinkServiceConnectionStateResponse(dict):
1096
+ """
1097
+ The current state of a private endpoint connection
1098
+ """
1099
+ @staticmethod
1100
+ def __key_warning(key: str):
1101
+ suggest = None
1102
+ if key == "actionsRequired":
1103
+ suggest = "actions_required"
1104
+
1105
+ if suggest:
1106
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
1107
+
1108
+ def __getitem__(self, key: str) -> Any:
1109
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
1110
+ return super().__getitem__(key)
1111
+
1112
+ def get(self, key: str, default = None) -> Any:
1113
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
1114
+ return super().get(key, default)
1115
+
1116
+ def __init__(__self__, *,
1117
+ status: str,
1118
+ actions_required: Optional[str] = None,
1119
+ description: Optional[str] = None):
1120
+ """
1121
+ The current state of a private endpoint connection
1122
+ :param str status: The status of a private endpoint connection
1123
+ :param str actions_required: Actions required for a private endpoint connection
1124
+ :param str description: The description for the current state of a private endpoint connection
1125
+ """
1126
+ pulumi.set(__self__, "status", status)
1127
+ if actions_required is not None:
1128
+ pulumi.set(__self__, "actions_required", actions_required)
1129
+ if description is not None:
1130
+ pulumi.set(__self__, "description", description)
1131
+
1132
+ @property
1133
+ @pulumi.getter
1134
+ def status(self) -> str:
1135
+ """
1136
+ The status of a private endpoint connection
1137
+ """
1138
+ return pulumi.get(self, "status")
1139
+
1140
+ @property
1141
+ @pulumi.getter(name="actionsRequired")
1142
+ def actions_required(self) -> Optional[str]:
1143
+ """
1144
+ Actions required for a private endpoint connection
1145
+ """
1146
+ return pulumi.get(self, "actions_required")
1147
+
1148
+ @property
1149
+ @pulumi.getter
1150
+ def description(self) -> Optional[str]:
1151
+ """
1152
+ The description for the current state of a private endpoint connection
1153
+ """
1154
+ return pulumi.get(self, "description")
1155
+
1156
+
1157
+ @pulumi.output_type
1158
+ class SkuResponse(dict):
1159
+ """
1160
+ SKU for the resource.
1161
+ """
1162
+ def __init__(__self__, *,
1163
+ name: str,
1164
+ tier: Optional[str] = None):
1165
+ """
1166
+ SKU for the resource.
1167
+ :param str name: The SKU name.
1168
+ :param str tier: The SKU tier.
1169
+ """
1170
+ pulumi.set(__self__, "name", name)
1171
+ if tier is not None:
1172
+ pulumi.set(__self__, "tier", tier)
1173
+
1174
+ @property
1175
+ @pulumi.getter
1176
+ def name(self) -> str:
1177
+ """
1178
+ The SKU name.
1179
+ """
1180
+ return pulumi.get(self, "name")
1181
+
1182
+ @property
1183
+ @pulumi.getter
1184
+ def tier(self) -> Optional[str]:
1185
+ """
1186
+ The SKU tier.
1187
+ """
1188
+ return pulumi.get(self, "tier")
1189
+
1190
+
1191
+ @pulumi.output_type
1192
+ class SystemDataResponse(dict):
1193
+ """
1194
+ Metadata pertaining to creation and last modification of the resource.
1195
+ """
1196
+ @staticmethod
1197
+ def __key_warning(key: str):
1198
+ suggest = None
1199
+ if key == "createdAt":
1200
+ suggest = "created_at"
1201
+ elif key == "createdBy":
1202
+ suggest = "created_by"
1203
+ elif key == "createdByType":
1204
+ suggest = "created_by_type"
1205
+ elif key == "lastModifiedAt":
1206
+ suggest = "last_modified_at"
1207
+ elif key == "lastModifiedBy":
1208
+ suggest = "last_modified_by"
1209
+ elif key == "lastModifiedByType":
1210
+ suggest = "last_modified_by_type"
1211
+
1212
+ if suggest:
1213
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
1214
+
1215
+ def __getitem__(self, key: str) -> Any:
1216
+ SystemDataResponse.__key_warning(key)
1217
+ return super().__getitem__(key)
1218
+
1219
+ def get(self, key: str, default = None) -> Any:
1220
+ SystemDataResponse.__key_warning(key)
1221
+ return super().get(key, default)
1222
+
1223
+ def __init__(__self__, *,
1224
+ created_at: Optional[str] = None,
1225
+ created_by: Optional[str] = None,
1226
+ created_by_type: Optional[str] = None,
1227
+ last_modified_at: Optional[str] = None,
1228
+ last_modified_by: Optional[str] = None,
1229
+ last_modified_by_type: Optional[str] = None):
1230
+ """
1231
+ Metadata pertaining to creation and last modification of the resource.
1232
+ :param str created_at: The timestamp of resource creation (UTC).
1233
+ :param str created_by: The identity that created the resource.
1234
+ :param str created_by_type: The type of identity that created the resource.
1235
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
1236
+ :param str last_modified_by: The identity that last modified the resource.
1237
+ :param str last_modified_by_type: The type of identity that last modified the resource.
1238
+ """
1239
+ if created_at is not None:
1240
+ pulumi.set(__self__, "created_at", created_at)
1241
+ if created_by is not None:
1242
+ pulumi.set(__self__, "created_by", created_by)
1243
+ if created_by_type is not None:
1244
+ pulumi.set(__self__, "created_by_type", created_by_type)
1245
+ if last_modified_at is not None:
1246
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
1247
+ if last_modified_by is not None:
1248
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
1249
+ if last_modified_by_type is not None:
1250
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
1251
+
1252
+ @property
1253
+ @pulumi.getter(name="createdAt")
1254
+ def created_at(self) -> Optional[str]:
1255
+ """
1256
+ The timestamp of resource creation (UTC).
1257
+ """
1258
+ return pulumi.get(self, "created_at")
1259
+
1260
+ @property
1261
+ @pulumi.getter(name="createdBy")
1262
+ def created_by(self) -> Optional[str]:
1263
+ """
1264
+ The identity that created the resource.
1265
+ """
1266
+ return pulumi.get(self, "created_by")
1267
+
1268
+ @property
1269
+ @pulumi.getter(name="createdByType")
1270
+ def created_by_type(self) -> Optional[str]:
1271
+ """
1272
+ The type of identity that created the resource.
1273
+ """
1274
+ return pulumi.get(self, "created_by_type")
1275
+
1276
+ @property
1277
+ @pulumi.getter(name="lastModifiedAt")
1278
+ def last_modified_at(self) -> Optional[str]:
1279
+ """
1280
+ The timestamp of resource last modification (UTC)
1281
+ """
1282
+ return pulumi.get(self, "last_modified_at")
1283
+
1284
+ @property
1285
+ @pulumi.getter(name="lastModifiedBy")
1286
+ def last_modified_by(self) -> Optional[str]:
1287
+ """
1288
+ The identity that last modified the resource.
1289
+ """
1290
+ return pulumi.get(self, "last_modified_by")
1291
+
1292
+ @property
1293
+ @pulumi.getter(name="lastModifiedByType")
1294
+ def last_modified_by_type(self) -> Optional[str]:
1295
+ """
1296
+ The type of identity that last modified the resource.
1297
+ """
1298
+ return pulumi.get(self, "last_modified_by_type")
1299
+
1300
+
1301
+ @pulumi.output_type
1302
+ class UserAssignedIdentityResponse(dict):
1303
+ """
1304
+ User assigned identity properties
1305
+ """
1306
+ @staticmethod
1307
+ def __key_warning(key: str):
1308
+ suggest = None
1309
+ if key == "clientId":
1310
+ suggest = "client_id"
1311
+ elif key == "principalId":
1312
+ suggest = "principal_id"
1313
+
1314
+ if suggest:
1315
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1316
+
1317
+ def __getitem__(self, key: str) -> Any:
1318
+ UserAssignedIdentityResponse.__key_warning(key)
1319
+ return super().__getitem__(key)
1320
+
1321
+ def get(self, key: str, default = None) -> Any:
1322
+ UserAssignedIdentityResponse.__key_warning(key)
1323
+ return super().get(key, default)
1324
+
1325
+ def __init__(__self__, *,
1326
+ client_id: str,
1327
+ principal_id: str):
1328
+ """
1329
+ User assigned identity properties
1330
+ :param str client_id: The client ID of the assigned identity.
1331
+ :param str principal_id: The principal ID of the assigned identity.
1332
+ """
1333
+ pulumi.set(__self__, "client_id", client_id)
1334
+ pulumi.set(__self__, "principal_id", principal_id)
1335
+
1336
+ @property
1337
+ @pulumi.getter(name="clientId")
1338
+ def client_id(self) -> str:
1339
+ """
1340
+ The client ID of the assigned identity.
1341
+ """
1342
+ return pulumi.get(self, "client_id")
1343
+
1344
+ @property
1345
+ @pulumi.getter(name="principalId")
1346
+ def principal_id(self) -> str:
1347
+ """
1348
+ The principal ID of the assigned identity.
1349
+ """
1350
+ return pulumi.get(self, "principal_id")
1351
+
1352
+
1353
+ @pulumi.output_type
1354
+ class VirtualNetworkPeeringPropertiesFormatResponseDatabricksVirtualNetwork(dict):
1355
+ """
1356
+ The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
1357
+ """
1358
+ def __init__(__self__, *,
1359
+ id: Optional[str] = None):
1360
+ """
1361
+ The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
1362
+ :param str id: The Id of the databricks virtual network.
1363
+ """
1364
+ if id is not None:
1365
+ pulumi.set(__self__, "id", id)
1366
+
1367
+ @property
1368
+ @pulumi.getter
1369
+ def id(self) -> Optional[str]:
1370
+ """
1371
+ The Id of the databricks virtual network.
1372
+ """
1373
+ return pulumi.get(self, "id")
1374
+
1375
+
1376
+ @pulumi.output_type
1377
+ class VirtualNetworkPeeringPropertiesFormatResponseRemoteVirtualNetwork(dict):
1378
+ """
1379
+ The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
1380
+ """
1381
+ def __init__(__self__, *,
1382
+ id: Optional[str] = None):
1383
+ """
1384
+ The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
1385
+ :param str id: The Id of the remote virtual network.
1386
+ """
1387
+ if id is not None:
1388
+ pulumi.set(__self__, "id", id)
1389
+
1390
+ @property
1391
+ @pulumi.getter
1392
+ def id(self) -> Optional[str]:
1393
+ """
1394
+ The Id of the remote virtual network.
1395
+ """
1396
+ return pulumi.get(self, "id")
1397
+
1398
+
1399
+ @pulumi.output_type
1400
+ class WorkspaceCustomBooleanParameterResponse(dict):
1401
+ """
1402
+ The value which should be used for this field.
1403
+ """
1404
+ def __init__(__self__, *,
1405
+ type: str,
1406
+ value: bool):
1407
+ """
1408
+ The value which should be used for this field.
1409
+ :param str type: The type of variable that this is
1410
+ :param bool value: The value which should be used for this field.
1411
+ """
1412
+ pulumi.set(__self__, "type", type)
1413
+ pulumi.set(__self__, "value", value)
1414
+
1415
+ @property
1416
+ @pulumi.getter
1417
+ def type(self) -> str:
1418
+ """
1419
+ The type of variable that this is
1420
+ """
1421
+ return pulumi.get(self, "type")
1422
+
1423
+ @property
1424
+ @pulumi.getter
1425
+ def value(self) -> bool:
1426
+ """
1427
+ The value which should be used for this field.
1428
+ """
1429
+ return pulumi.get(self, "value")
1430
+
1431
+
1432
+ @pulumi.output_type
1433
+ class WorkspaceCustomObjectParameterResponse(dict):
1434
+ """
1435
+ The value which should be used for this field.
1436
+ """
1437
+ def __init__(__self__, *,
1438
+ type: str,
1439
+ value: Any):
1440
+ """
1441
+ The value which should be used for this field.
1442
+ :param str type: The type of variable that this is
1443
+ :param Any value: The value which should be used for this field.
1444
+ """
1445
+ pulumi.set(__self__, "type", type)
1446
+ pulumi.set(__self__, "value", value)
1447
+
1448
+ @property
1449
+ @pulumi.getter
1450
+ def type(self) -> str:
1451
+ """
1452
+ The type of variable that this is
1453
+ """
1454
+ return pulumi.get(self, "type")
1455
+
1456
+ @property
1457
+ @pulumi.getter
1458
+ def value(self) -> Any:
1459
+ """
1460
+ The value which should be used for this field.
1461
+ """
1462
+ return pulumi.get(self, "value")
1463
+
1464
+
1465
+ @pulumi.output_type
1466
+ class WorkspaceCustomParametersResponse(dict):
1467
+ """
1468
+ Custom Parameters used for Cluster Creation.
1469
+ """
1470
+ @staticmethod
1471
+ def __key_warning(key: str):
1472
+ suggest = None
1473
+ if key == "resourceTags":
1474
+ suggest = "resource_tags"
1475
+ elif key == "amlWorkspaceId":
1476
+ suggest = "aml_workspace_id"
1477
+ elif key == "customPrivateSubnetName":
1478
+ suggest = "custom_private_subnet_name"
1479
+ elif key == "customPublicSubnetName":
1480
+ suggest = "custom_public_subnet_name"
1481
+ elif key == "customVirtualNetworkId":
1482
+ suggest = "custom_virtual_network_id"
1483
+ elif key == "enableNoPublicIp":
1484
+ suggest = "enable_no_public_ip"
1485
+ elif key == "loadBalancerBackendPoolName":
1486
+ suggest = "load_balancer_backend_pool_name"
1487
+ elif key == "loadBalancerId":
1488
+ suggest = "load_balancer_id"
1489
+ elif key == "natGatewayName":
1490
+ suggest = "nat_gateway_name"
1491
+ elif key == "prepareEncryption":
1492
+ suggest = "prepare_encryption"
1493
+ elif key == "publicIpName":
1494
+ suggest = "public_ip_name"
1495
+ elif key == "requireInfrastructureEncryption":
1496
+ suggest = "require_infrastructure_encryption"
1497
+ elif key == "storageAccountName":
1498
+ suggest = "storage_account_name"
1499
+ elif key == "storageAccountSkuName":
1500
+ suggest = "storage_account_sku_name"
1501
+ elif key == "vnetAddressPrefix":
1502
+ suggest = "vnet_address_prefix"
1503
+
1504
+ if suggest:
1505
+ pulumi.log.warn(f"Key '{key}' not found in WorkspaceCustomParametersResponse. Access the value via the '{suggest}' property getter instead.")
1506
+
1507
+ def __getitem__(self, key: str) -> Any:
1508
+ WorkspaceCustomParametersResponse.__key_warning(key)
1509
+ return super().__getitem__(key)
1510
+
1511
+ def get(self, key: str, default = None) -> Any:
1512
+ WorkspaceCustomParametersResponse.__key_warning(key)
1513
+ return super().get(key, default)
1514
+
1515
+ def __init__(__self__, *,
1516
+ resource_tags: 'outputs.WorkspaceCustomObjectParameterResponse',
1517
+ aml_workspace_id: Optional['outputs.WorkspaceCustomStringParameterResponse'] = None,
1518
+ custom_private_subnet_name: Optional['outputs.WorkspaceCustomStringParameterResponse'] = None,
1519
+ custom_public_subnet_name: Optional['outputs.WorkspaceCustomStringParameterResponse'] = None,
1520
+ custom_virtual_network_id: Optional['outputs.WorkspaceCustomStringParameterResponse'] = None,
1521
+ enable_no_public_ip: Optional['outputs.WorkspaceNoPublicIPBooleanParameterResponse'] = None,
1522
+ encryption: Optional['outputs.WorkspaceEncryptionParameterResponse'] = None,
1523
+ load_balancer_backend_pool_name: Optional['outputs.WorkspaceCustomStringParameterResponse'] = None,
1524
+ load_balancer_id: Optional['outputs.WorkspaceCustomStringParameterResponse'] = None,
1525
+ nat_gateway_name: Optional['outputs.WorkspaceCustomStringParameterResponse'] = None,
1526
+ prepare_encryption: Optional['outputs.WorkspaceCustomBooleanParameterResponse'] = None,
1527
+ public_ip_name: Optional['outputs.WorkspaceCustomStringParameterResponse'] = None,
1528
+ require_infrastructure_encryption: Optional['outputs.WorkspaceCustomBooleanParameterResponse'] = None,
1529
+ storage_account_name: Optional['outputs.WorkspaceCustomStringParameterResponse'] = None,
1530
+ storage_account_sku_name: Optional['outputs.WorkspaceCustomStringParameterResponse'] = None,
1531
+ vnet_address_prefix: Optional['outputs.WorkspaceCustomStringParameterResponse'] = None):
1532
+ """
1533
+ Custom Parameters used for Cluster Creation.
1534
+ :param 'WorkspaceCustomObjectParameterResponse' resource_tags: Tags applied to resources under Managed resource group. These can be updated by updating tags at workspace level.
1535
+ :param 'WorkspaceCustomStringParameterResponse' aml_workspace_id: The ID of a Azure Machine Learning workspace to link with Databricks workspace
1536
+ :param 'WorkspaceCustomStringParameterResponse' custom_private_subnet_name: The name of the Private Subnet within the Virtual Network
1537
+ :param 'WorkspaceCustomStringParameterResponse' custom_public_subnet_name: The name of a Public Subnet within the Virtual Network
1538
+ :param 'WorkspaceCustomStringParameterResponse' custom_virtual_network_id: The ID of a Virtual Network where this Databricks Cluster should be created
1539
+ :param 'WorkspaceNoPublicIPBooleanParameterResponse' enable_no_public_ip: Boolean indicating whether the public IP should be disabled. Default value is true
1540
+ :param 'WorkspaceEncryptionParameterResponse' encryption: Contains the encryption details for Customer-Managed Key (CMK) enabled workspace.
1541
+ :param 'WorkspaceCustomStringParameterResponse' load_balancer_backend_pool_name: Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP).
1542
+ :param 'WorkspaceCustomStringParameterResponse' load_balancer_id: Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace.
1543
+ :param 'WorkspaceCustomStringParameterResponse' nat_gateway_name: Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets.
1544
+ :param 'WorkspaceCustomBooleanParameterResponse' prepare_encryption: Prepare the workspace for encryption. Enables the Managed Identity for managed storage account.
1545
+ :param 'WorkspaceCustomStringParameterResponse' public_ip_name: Name of the Public IP for No Public IP workspace with managed vNet.
1546
+ :param 'WorkspaceCustomBooleanParameterResponse' require_infrastructure_encryption: A boolean indicating whether or not the DBFS root file system will be enabled with secondary layer of encryption with platform managed keys for data at rest.
1547
+ :param 'WorkspaceCustomStringParameterResponse' storage_account_name: Default DBFS storage account name.
1548
+ :param 'WorkspaceCustomStringParameterResponse' storage_account_sku_name: Storage account SKU name, ex: Standard_GRS, Standard_LRS. Refer https://aka.ms/storageskus for valid inputs.
1549
+ :param 'WorkspaceCustomStringParameterResponse' vnet_address_prefix: Address prefix for Managed virtual network. Default value for this input is 10.139.
1550
+ """
1551
+ pulumi.set(__self__, "resource_tags", resource_tags)
1552
+ if aml_workspace_id is not None:
1553
+ pulumi.set(__self__, "aml_workspace_id", aml_workspace_id)
1554
+ if custom_private_subnet_name is not None:
1555
+ pulumi.set(__self__, "custom_private_subnet_name", custom_private_subnet_name)
1556
+ if custom_public_subnet_name is not None:
1557
+ pulumi.set(__self__, "custom_public_subnet_name", custom_public_subnet_name)
1558
+ if custom_virtual_network_id is not None:
1559
+ pulumi.set(__self__, "custom_virtual_network_id", custom_virtual_network_id)
1560
+ if enable_no_public_ip is not None:
1561
+ pulumi.set(__self__, "enable_no_public_ip", enable_no_public_ip)
1562
+ if encryption is not None:
1563
+ pulumi.set(__self__, "encryption", encryption)
1564
+ if load_balancer_backend_pool_name is not None:
1565
+ pulumi.set(__self__, "load_balancer_backend_pool_name", load_balancer_backend_pool_name)
1566
+ if load_balancer_id is not None:
1567
+ pulumi.set(__self__, "load_balancer_id", load_balancer_id)
1568
+ if nat_gateway_name is not None:
1569
+ pulumi.set(__self__, "nat_gateway_name", nat_gateway_name)
1570
+ if prepare_encryption is not None:
1571
+ pulumi.set(__self__, "prepare_encryption", prepare_encryption)
1572
+ if public_ip_name is not None:
1573
+ pulumi.set(__self__, "public_ip_name", public_ip_name)
1574
+ if require_infrastructure_encryption is not None:
1575
+ pulumi.set(__self__, "require_infrastructure_encryption", require_infrastructure_encryption)
1576
+ if storage_account_name is not None:
1577
+ pulumi.set(__self__, "storage_account_name", storage_account_name)
1578
+ if storage_account_sku_name is not None:
1579
+ pulumi.set(__self__, "storage_account_sku_name", storage_account_sku_name)
1580
+ if vnet_address_prefix is not None:
1581
+ pulumi.set(__self__, "vnet_address_prefix", vnet_address_prefix)
1582
+
1583
+ @property
1584
+ @pulumi.getter(name="resourceTags")
1585
+ def resource_tags(self) -> 'outputs.WorkspaceCustomObjectParameterResponse':
1586
+ """
1587
+ Tags applied to resources under Managed resource group. These can be updated by updating tags at workspace level.
1588
+ """
1589
+ return pulumi.get(self, "resource_tags")
1590
+
1591
+ @property
1592
+ @pulumi.getter(name="amlWorkspaceId")
1593
+ def aml_workspace_id(self) -> Optional['outputs.WorkspaceCustomStringParameterResponse']:
1594
+ """
1595
+ The ID of a Azure Machine Learning workspace to link with Databricks workspace
1596
+ """
1597
+ return pulumi.get(self, "aml_workspace_id")
1598
+
1599
+ @property
1600
+ @pulumi.getter(name="customPrivateSubnetName")
1601
+ def custom_private_subnet_name(self) -> Optional['outputs.WorkspaceCustomStringParameterResponse']:
1602
+ """
1603
+ The name of the Private Subnet within the Virtual Network
1604
+ """
1605
+ return pulumi.get(self, "custom_private_subnet_name")
1606
+
1607
+ @property
1608
+ @pulumi.getter(name="customPublicSubnetName")
1609
+ def custom_public_subnet_name(self) -> Optional['outputs.WorkspaceCustomStringParameterResponse']:
1610
+ """
1611
+ The name of a Public Subnet within the Virtual Network
1612
+ """
1613
+ return pulumi.get(self, "custom_public_subnet_name")
1614
+
1615
+ @property
1616
+ @pulumi.getter(name="customVirtualNetworkId")
1617
+ def custom_virtual_network_id(self) -> Optional['outputs.WorkspaceCustomStringParameterResponse']:
1618
+ """
1619
+ The ID of a Virtual Network where this Databricks Cluster should be created
1620
+ """
1621
+ return pulumi.get(self, "custom_virtual_network_id")
1622
+
1623
+ @property
1624
+ @pulumi.getter(name="enableNoPublicIp")
1625
+ def enable_no_public_ip(self) -> Optional['outputs.WorkspaceNoPublicIPBooleanParameterResponse']:
1626
+ """
1627
+ Boolean indicating whether the public IP should be disabled. Default value is true
1628
+ """
1629
+ return pulumi.get(self, "enable_no_public_ip")
1630
+
1631
+ @property
1632
+ @pulumi.getter
1633
+ def encryption(self) -> Optional['outputs.WorkspaceEncryptionParameterResponse']:
1634
+ """
1635
+ Contains the encryption details for Customer-Managed Key (CMK) enabled workspace.
1636
+ """
1637
+ return pulumi.get(self, "encryption")
1638
+
1639
+ @property
1640
+ @pulumi.getter(name="loadBalancerBackendPoolName")
1641
+ def load_balancer_backend_pool_name(self) -> Optional['outputs.WorkspaceCustomStringParameterResponse']:
1642
+ """
1643
+ Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP).
1644
+ """
1645
+ return pulumi.get(self, "load_balancer_backend_pool_name")
1646
+
1647
+ @property
1648
+ @pulumi.getter(name="loadBalancerId")
1649
+ def load_balancer_id(self) -> Optional['outputs.WorkspaceCustomStringParameterResponse']:
1650
+ """
1651
+ Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace.
1652
+ """
1653
+ return pulumi.get(self, "load_balancer_id")
1654
+
1655
+ @property
1656
+ @pulumi.getter(name="natGatewayName")
1657
+ def nat_gateway_name(self) -> Optional['outputs.WorkspaceCustomStringParameterResponse']:
1658
+ """
1659
+ Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets.
1660
+ """
1661
+ return pulumi.get(self, "nat_gateway_name")
1662
+
1663
+ @property
1664
+ @pulumi.getter(name="prepareEncryption")
1665
+ def prepare_encryption(self) -> Optional['outputs.WorkspaceCustomBooleanParameterResponse']:
1666
+ """
1667
+ Prepare the workspace for encryption. Enables the Managed Identity for managed storage account.
1668
+ """
1669
+ return pulumi.get(self, "prepare_encryption")
1670
+
1671
+ @property
1672
+ @pulumi.getter(name="publicIpName")
1673
+ def public_ip_name(self) -> Optional['outputs.WorkspaceCustomStringParameterResponse']:
1674
+ """
1675
+ Name of the Public IP for No Public IP workspace with managed vNet.
1676
+ """
1677
+ return pulumi.get(self, "public_ip_name")
1678
+
1679
+ @property
1680
+ @pulumi.getter(name="requireInfrastructureEncryption")
1681
+ def require_infrastructure_encryption(self) -> Optional['outputs.WorkspaceCustomBooleanParameterResponse']:
1682
+ """
1683
+ A boolean indicating whether or not the DBFS root file system will be enabled with secondary layer of encryption with platform managed keys for data at rest.
1684
+ """
1685
+ return pulumi.get(self, "require_infrastructure_encryption")
1686
+
1687
+ @property
1688
+ @pulumi.getter(name="storageAccountName")
1689
+ def storage_account_name(self) -> Optional['outputs.WorkspaceCustomStringParameterResponse']:
1690
+ """
1691
+ Default DBFS storage account name.
1692
+ """
1693
+ return pulumi.get(self, "storage_account_name")
1694
+
1695
+ @property
1696
+ @pulumi.getter(name="storageAccountSkuName")
1697
+ def storage_account_sku_name(self) -> Optional['outputs.WorkspaceCustomStringParameterResponse']:
1698
+ """
1699
+ Storage account SKU name, ex: Standard_GRS, Standard_LRS. Refer https://aka.ms/storageskus for valid inputs.
1700
+ """
1701
+ return pulumi.get(self, "storage_account_sku_name")
1702
+
1703
+ @property
1704
+ @pulumi.getter(name="vnetAddressPrefix")
1705
+ def vnet_address_prefix(self) -> Optional['outputs.WorkspaceCustomStringParameterResponse']:
1706
+ """
1707
+ Address prefix for Managed virtual network. Default value for this input is 10.139.
1708
+ """
1709
+ return pulumi.get(self, "vnet_address_prefix")
1710
+
1711
+
1712
+ @pulumi.output_type
1713
+ class WorkspaceCustomStringParameterResponse(dict):
1714
+ """
1715
+ The Value.
1716
+ """
1717
+ def __init__(__self__, *,
1718
+ type: str,
1719
+ value: str):
1720
+ """
1721
+ The Value.
1722
+ :param str type: The type of variable that this is
1723
+ :param str value: The value which should be used for this field.
1724
+ """
1725
+ pulumi.set(__self__, "type", type)
1726
+ pulumi.set(__self__, "value", value)
1727
+
1728
+ @property
1729
+ @pulumi.getter
1730
+ def type(self) -> str:
1731
+ """
1732
+ The type of variable that this is
1733
+ """
1734
+ return pulumi.get(self, "type")
1735
+
1736
+ @property
1737
+ @pulumi.getter
1738
+ def value(self) -> str:
1739
+ """
1740
+ The value which should be used for this field.
1741
+ """
1742
+ return pulumi.get(self, "value")
1743
+
1744
+
1745
+ @pulumi.output_type
1746
+ class WorkspaceEncryptionParameterResponse(dict):
1747
+ """
1748
+ The object that contains details of encryption used on the workspace.
1749
+ """
1750
+ def __init__(__self__, *,
1751
+ type: str,
1752
+ value: Optional['outputs.EncryptionResponse'] = None):
1753
+ """
1754
+ The object that contains details of encryption used on the workspace.
1755
+ :param str type: The type of variable that this is
1756
+ :param 'EncryptionResponse' value: The value which should be used for this field.
1757
+ """
1758
+ pulumi.set(__self__, "type", type)
1759
+ if value is not None:
1760
+ pulumi.set(__self__, "value", value)
1761
+
1762
+ @property
1763
+ @pulumi.getter
1764
+ def type(self) -> str:
1765
+ """
1766
+ The type of variable that this is
1767
+ """
1768
+ return pulumi.get(self, "type")
1769
+
1770
+ @property
1771
+ @pulumi.getter
1772
+ def value(self) -> Optional['outputs.EncryptionResponse']:
1773
+ """
1774
+ The value which should be used for this field.
1775
+ """
1776
+ return pulumi.get(self, "value")
1777
+
1778
+
1779
+ @pulumi.output_type
1780
+ class WorkspaceNoPublicIPBooleanParameterResponse(dict):
1781
+ """
1782
+ The value which should be used for this field.
1783
+ """
1784
+ def __init__(__self__, *,
1785
+ type: str,
1786
+ value: bool):
1787
+ """
1788
+ The value which should be used for this field.
1789
+ :param str type: The type of variable that this is
1790
+ :param bool value: The value which should be used for this field.
1791
+ """
1792
+ pulumi.set(__self__, "type", type)
1793
+ pulumi.set(__self__, "value", value)
1794
+
1795
+ @property
1796
+ @pulumi.getter
1797
+ def type(self) -> str:
1798
+ """
1799
+ The type of variable that this is
1800
+ """
1801
+ return pulumi.get(self, "type")
1802
+
1803
+ @property
1804
+ @pulumi.getter
1805
+ def value(self) -> bool:
1806
+ """
1807
+ The value which should be used for this field.
1808
+ """
1809
+ return pulumi.get(self, "value")
1810
+
1811
+
1812
+ @pulumi.output_type
1813
+ class WorkspacePropertiesResponseAccessConnector(dict):
1814
+ """
1815
+ Access Connector Resource that is going to be associated with Databricks Workspace
1816
+ """
1817
+ @staticmethod
1818
+ def __key_warning(key: str):
1819
+ suggest = None
1820
+ if key == "identityType":
1821
+ suggest = "identity_type"
1822
+ elif key == "userAssignedIdentityId":
1823
+ suggest = "user_assigned_identity_id"
1824
+
1825
+ if suggest:
1826
+ pulumi.log.warn(f"Key '{key}' not found in WorkspacePropertiesResponseAccessConnector. Access the value via the '{suggest}' property getter instead.")
1827
+
1828
+ def __getitem__(self, key: str) -> Any:
1829
+ WorkspacePropertiesResponseAccessConnector.__key_warning(key)
1830
+ return super().__getitem__(key)
1831
+
1832
+ def get(self, key: str, default = None) -> Any:
1833
+ WorkspacePropertiesResponseAccessConnector.__key_warning(key)
1834
+ return super().get(key, default)
1835
+
1836
+ def __init__(__self__, *,
1837
+ id: str,
1838
+ identity_type: str,
1839
+ user_assigned_identity_id: Optional[str] = None):
1840
+ """
1841
+ Access Connector Resource that is going to be associated with Databricks Workspace
1842
+ :param str id: The resource ID of Azure Databricks Access Connector Resource.
1843
+ :param str identity_type: The identity type of the Access Connector Resource.
1844
+ :param str user_assigned_identity_id: The resource ID of the User Assigned Identity associated with the Access Connector Resource. This is required for type 'UserAssigned' and not valid for type 'SystemAssigned'.
1845
+ """
1846
+ pulumi.set(__self__, "id", id)
1847
+ pulumi.set(__self__, "identity_type", identity_type)
1848
+ if user_assigned_identity_id is not None:
1849
+ pulumi.set(__self__, "user_assigned_identity_id", user_assigned_identity_id)
1850
+
1851
+ @property
1852
+ @pulumi.getter
1853
+ def id(self) -> str:
1854
+ """
1855
+ The resource ID of Azure Databricks Access Connector Resource.
1856
+ """
1857
+ return pulumi.get(self, "id")
1858
+
1859
+ @property
1860
+ @pulumi.getter(name="identityType")
1861
+ def identity_type(self) -> str:
1862
+ """
1863
+ The identity type of the Access Connector Resource.
1864
+ """
1865
+ return pulumi.get(self, "identity_type")
1866
+
1867
+ @property
1868
+ @pulumi.getter(name="userAssignedIdentityId")
1869
+ def user_assigned_identity_id(self) -> Optional[str]:
1870
+ """
1871
+ The resource ID of the User Assigned Identity associated with the Access Connector Resource. This is required for type 'UserAssigned' and not valid for type 'SystemAssigned'.
1872
+ """
1873
+ return pulumi.get(self, "user_assigned_identity_id")
1874
+
1875
+
1876
+ @pulumi.output_type
1877
+ class WorkspacePropertiesResponseEncryption(dict):
1878
+ """
1879
+ Encryption properties for databricks workspace
1880
+ """
1881
+ def __init__(__self__, *,
1882
+ entities: 'outputs.EncryptionEntitiesDefinitionResponse'):
1883
+ """
1884
+ Encryption properties for databricks workspace
1885
+ :param 'EncryptionEntitiesDefinitionResponse' entities: Encryption entities definition for the workspace.
1886
+ """
1887
+ pulumi.set(__self__, "entities", entities)
1888
+
1889
+ @property
1890
+ @pulumi.getter
1891
+ def entities(self) -> 'outputs.EncryptionEntitiesDefinitionResponse':
1892
+ """
1893
+ Encryption entities definition for the workspace.
1894
+ """
1895
+ return pulumi.get(self, "entities")
1896
+
1897
+
1898
+ @pulumi.output_type
1899
+ class WorkspaceProviderAuthorizationResponse(dict):
1900
+ """
1901
+ The workspace provider authorization.
1902
+ """
1903
+ @staticmethod
1904
+ def __key_warning(key: str):
1905
+ suggest = None
1906
+ if key == "principalId":
1907
+ suggest = "principal_id"
1908
+ elif key == "roleDefinitionId":
1909
+ suggest = "role_definition_id"
1910
+
1911
+ if suggest:
1912
+ pulumi.log.warn(f"Key '{key}' not found in WorkspaceProviderAuthorizationResponse. Access the value via the '{suggest}' property getter instead.")
1913
+
1914
+ def __getitem__(self, key: str) -> Any:
1915
+ WorkspaceProviderAuthorizationResponse.__key_warning(key)
1916
+ return super().__getitem__(key)
1917
+
1918
+ def get(self, key: str, default = None) -> Any:
1919
+ WorkspaceProviderAuthorizationResponse.__key_warning(key)
1920
+ return super().get(key, default)
1921
+
1922
+ def __init__(__self__, *,
1923
+ principal_id: str,
1924
+ role_definition_id: str):
1925
+ """
1926
+ The workspace provider authorization.
1927
+ :param str principal_id: The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the workspace resources.
1928
+ :param str role_definition_id: The provider's role definition identifier. This role will define all the permissions that the provider must have on the workspace's container resource group. This role definition cannot have permission to delete the resource group.
1929
+ """
1930
+ pulumi.set(__self__, "principal_id", principal_id)
1931
+ pulumi.set(__self__, "role_definition_id", role_definition_id)
1932
+
1933
+ @property
1934
+ @pulumi.getter(name="principalId")
1935
+ def principal_id(self) -> str:
1936
+ """
1937
+ The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the workspace resources.
1938
+ """
1939
+ return pulumi.get(self, "principal_id")
1940
+
1941
+ @property
1942
+ @pulumi.getter(name="roleDefinitionId")
1943
+ def role_definition_id(self) -> str:
1944
+ """
1945
+ The provider's role definition identifier. This role will define all the permissions that the provider must have on the workspace's container resource group. This role definition cannot have permission to delete the resource group.
1946
+ """
1947
+ return pulumi.get(self, "role_definition_id")
1948
+
1949
+