pulumi-azure-native 2.37.1a1713521428__py3-none-any.whl → 2.37.1a1713777065__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.
Files changed (1971) hide show
  1. pulumi_azure_native/__init__.py +293 -0
  2. pulumi_azure_native/app/__init__.py +3 -0
  3. pulumi_azure_native/app/certificate.py +3 -3
  4. pulumi_azure_native/app/connected_environment.py +3 -3
  5. pulumi_azure_native/app/connected_environments_certificate.py +3 -3
  6. pulumi_azure_native/app/connected_environments_dapr_component.py +3 -3
  7. pulumi_azure_native/app/connected_environments_storage.py +3 -3
  8. pulumi_azure_native/app/container_app.py +3 -3
  9. pulumi_azure_native/app/container_apps_auth_config.py +3 -3
  10. pulumi_azure_native/app/container_apps_source_control.py +3 -3
  11. pulumi_azure_native/app/dapr_component.py +3 -3
  12. pulumi_azure_native/app/get_certificate.py +2 -2
  13. pulumi_azure_native/app/get_connected_environment.py +2 -2
  14. pulumi_azure_native/app/get_connected_environments_certificate.py +2 -2
  15. pulumi_azure_native/app/get_connected_environments_dapr_component.py +2 -2
  16. pulumi_azure_native/app/get_connected_environments_storage.py +2 -2
  17. pulumi_azure_native/app/get_container_app.py +2 -2
  18. pulumi_azure_native/app/get_container_app_auth_token.py +2 -2
  19. pulumi_azure_native/app/get_container_apps_auth_config.py +2 -2
  20. pulumi_azure_native/app/get_container_apps_source_control.py +2 -2
  21. pulumi_azure_native/app/get_custom_domain_verification_id.py +2 -2
  22. pulumi_azure_native/app/get_dapr_component.py +2 -2
  23. pulumi_azure_native/app/get_job.py +2 -2
  24. pulumi_azure_native/app/get_managed_certificate.py +2 -2
  25. pulumi_azure_native/app/get_managed_environment.py +2 -2
  26. pulumi_azure_native/app/get_managed_environment_auth_token.py +2 -2
  27. pulumi_azure_native/app/get_managed_environments_storage.py +2 -2
  28. pulumi_azure_native/app/job.py +3 -3
  29. pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +2 -2
  30. pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +2 -2
  31. pulumi_azure_native/app/list_container_app_secrets.py +2 -2
  32. pulumi_azure_native/app/list_dapr_component_secrets.py +2 -2
  33. pulumi_azure_native/app/list_job_secrets.py +2 -2
  34. pulumi_azure_native/app/managed_certificate.py +3 -3
  35. pulumi_azure_native/app/managed_environment.py +3 -3
  36. pulumi_azure_native/app/managed_environments_storage.py +3 -3
  37. pulumi_azure_native/app/v20220101preview/certificate.py +1 -1
  38. pulumi_azure_native/app/v20220101preview/container_app.py +1 -1
  39. pulumi_azure_native/app/v20220101preview/container_apps_auth_config.py +1 -1
  40. pulumi_azure_native/app/v20220101preview/container_apps_source_control.py +1 -1
  41. pulumi_azure_native/app/v20220101preview/dapr_component.py +1 -1
  42. pulumi_azure_native/app/v20220101preview/managed_environment.py +1 -1
  43. pulumi_azure_native/app/v20220101preview/managed_environments_storage.py +1 -1
  44. pulumi_azure_native/app/v20221001/certificate.py +1 -1
  45. pulumi_azure_native/app/v20221001/connected_environment.py +1 -1
  46. pulumi_azure_native/app/v20221001/connected_environments_certificate.py +1 -1
  47. pulumi_azure_native/app/v20221001/connected_environments_dapr_component.py +1 -1
  48. pulumi_azure_native/app/v20221001/connected_environments_storage.py +1 -1
  49. pulumi_azure_native/app/v20221001/container_app.py +1 -1
  50. pulumi_azure_native/app/v20221001/container_apps_auth_config.py +1 -1
  51. pulumi_azure_native/app/v20221001/container_apps_source_control.py +1 -1
  52. pulumi_azure_native/app/v20221001/dapr_component.py +1 -1
  53. pulumi_azure_native/app/v20221001/managed_environment.py +1 -1
  54. pulumi_azure_native/app/v20221001/managed_environments_storage.py +1 -1
  55. pulumi_azure_native/app/v20230401preview/certificate.py +1 -1
  56. pulumi_azure_native/app/v20230401preview/connected_environment.py +1 -1
  57. pulumi_azure_native/app/v20230401preview/connected_environments_certificate.py +1 -1
  58. pulumi_azure_native/app/v20230401preview/connected_environments_dapr_component.py +1 -1
  59. pulumi_azure_native/app/v20230401preview/connected_environments_storage.py +1 -1
  60. pulumi_azure_native/app/v20230401preview/container_app.py +1 -1
  61. pulumi_azure_native/app/v20230401preview/container_apps_auth_config.py +1 -1
  62. pulumi_azure_native/app/v20230401preview/container_apps_source_control.py +1 -1
  63. pulumi_azure_native/app/v20230401preview/dapr_component.py +1 -1
  64. pulumi_azure_native/app/v20230401preview/job.py +1 -1
  65. pulumi_azure_native/app/v20230401preview/managed_certificate.py +1 -1
  66. pulumi_azure_native/app/v20230401preview/managed_environment.py +1 -1
  67. pulumi_azure_native/app/v20230401preview/managed_environments_storage.py +1 -1
  68. pulumi_azure_native/app/v20230501/certificate.py +1 -1
  69. pulumi_azure_native/app/v20230501/connected_environment.py +1 -1
  70. pulumi_azure_native/app/v20230501/connected_environments_certificate.py +1 -1
  71. pulumi_azure_native/app/v20230501/connected_environments_dapr_component.py +1 -1
  72. pulumi_azure_native/app/v20230501/connected_environments_storage.py +1 -1
  73. pulumi_azure_native/app/v20230501/container_app.py +1 -1
  74. pulumi_azure_native/app/v20230501/container_apps_auth_config.py +1 -1
  75. pulumi_azure_native/app/v20230501/container_apps_source_control.py +1 -1
  76. pulumi_azure_native/app/v20230501/dapr_component.py +1 -1
  77. pulumi_azure_native/app/v20230501/job.py +1 -1
  78. pulumi_azure_native/app/v20230501/managed_certificate.py +1 -1
  79. pulumi_azure_native/app/v20230501/managed_environment.py +1 -1
  80. pulumi_azure_native/app/v20230501/managed_environments_storage.py +1 -1
  81. pulumi_azure_native/app/v20230502preview/certificate.py +1 -1
  82. pulumi_azure_native/app/v20230502preview/connected_environment.py +1 -1
  83. pulumi_azure_native/app/v20230502preview/connected_environments_certificate.py +1 -1
  84. pulumi_azure_native/app/v20230502preview/connected_environments_dapr_component.py +1 -1
  85. pulumi_azure_native/app/v20230502preview/connected_environments_storage.py +1 -1
  86. pulumi_azure_native/app/v20230502preview/container_app.py +1 -1
  87. pulumi_azure_native/app/v20230502preview/container_apps_auth_config.py +1 -1
  88. pulumi_azure_native/app/v20230502preview/container_apps_source_control.py +1 -1
  89. pulumi_azure_native/app/v20230502preview/dapr_component.py +1 -1
  90. pulumi_azure_native/app/v20230502preview/job.py +1 -1
  91. pulumi_azure_native/app/v20230502preview/managed_certificate.py +1 -1
  92. pulumi_azure_native/app/v20230502preview/managed_environment.py +1 -1
  93. pulumi_azure_native/app/v20230502preview/managed_environments_storage.py +1 -1
  94. pulumi_azure_native/app/v20230801preview/certificate.py +1 -1
  95. pulumi_azure_native/app/v20230801preview/connected_environment.py +1 -1
  96. pulumi_azure_native/app/v20230801preview/connected_environments_certificate.py +1 -1
  97. pulumi_azure_native/app/v20230801preview/connected_environments_dapr_component.py +1 -1
  98. pulumi_azure_native/app/v20230801preview/connected_environments_storage.py +1 -1
  99. pulumi_azure_native/app/v20230801preview/container_app.py +1 -1
  100. pulumi_azure_native/app/v20230801preview/container_apps_auth_config.py +1 -1
  101. pulumi_azure_native/app/v20230801preview/container_apps_source_control.py +1 -1
  102. pulumi_azure_native/app/v20230801preview/dapr_component.py +1 -1
  103. pulumi_azure_native/app/v20230801preview/job.py +1 -1
  104. pulumi_azure_native/app/v20230801preview/managed_certificate.py +1 -1
  105. pulumi_azure_native/app/v20230801preview/managed_environment.py +1 -1
  106. pulumi_azure_native/app/v20230801preview/managed_environments_storage.py +1 -1
  107. pulumi_azure_native/app/v20231102preview/certificate.py +1 -1
  108. pulumi_azure_native/app/v20231102preview/connected_environment.py +1 -1
  109. pulumi_azure_native/app/v20231102preview/connected_environments_certificate.py +1 -1
  110. pulumi_azure_native/app/v20231102preview/connected_environments_dapr_component.py +1 -1
  111. pulumi_azure_native/app/v20231102preview/connected_environments_storage.py +1 -1
  112. pulumi_azure_native/app/v20231102preview/container_app.py +1 -1
  113. pulumi_azure_native/app/v20231102preview/container_apps_auth_config.py +1 -1
  114. pulumi_azure_native/app/v20231102preview/container_apps_source_control.py +1 -1
  115. pulumi_azure_native/app/v20231102preview/dapr_component.py +1 -1
  116. pulumi_azure_native/app/v20231102preview/job.py +1 -1
  117. pulumi_azure_native/app/v20231102preview/managed_certificate.py +1 -1
  118. pulumi_azure_native/app/v20231102preview/managed_environment.py +1 -1
  119. pulumi_azure_native/app/v20231102preview/managed_environments_storage.py +1 -1
  120. pulumi_azure_native/app/v20240301/__init__.py +44 -0
  121. pulumi_azure_native/app/v20240301/_enums.py +201 -0
  122. pulumi_azure_native/app/v20240301/_inputs.py +6033 -0
  123. pulumi_azure_native/app/v20240301/certificate.py +273 -0
  124. pulumi_azure_native/app/v20240301/connected_environment.py +370 -0
  125. pulumi_azure_native/app/v20240301/connected_environments_certificate.py +273 -0
  126. pulumi_azure_native/app/v20240301/connected_environments_dapr_component.py +422 -0
  127. pulumi_azure_native/app/v20240301/connected_environments_storage.py +216 -0
  128. pulumi_azure_native/app/v20240301/container_app.py +526 -0
  129. pulumi_azure_native/app/v20240301/container_apps_auth_config.py +361 -0
  130. pulumi_azure_native/app/v20240301/container_apps_source_control.py +291 -0
  131. pulumi_azure_native/app/v20240301/dapr_component.py +422 -0
  132. pulumi_azure_native/app/v20240301/get_certificate.py +162 -0
  133. pulumi_azure_native/app/v20240301/get_connected_environment.py +235 -0
  134. pulumi_azure_native/app/v20240301/get_connected_environments_certificate.py +162 -0
  135. pulumi_azure_native/app/v20240301/get_connected_environments_dapr_component.py +227 -0
  136. pulumi_azure_native/app/v20240301/get_connected_environments_storage.py +136 -0
  137. pulumi_azure_native/app/v20240301/get_container_app.py +339 -0
  138. pulumi_azure_native/app/v20240301/get_container_app_auth_token.py +170 -0
  139. pulumi_azure_native/app/v20240301/get_container_apps_auth_config.py +201 -0
  140. pulumi_azure_native/app/v20240301/get_container_apps_source_control.py +177 -0
  141. pulumi_azure_native/app/v20240301/get_custom_domain_verification_id.py +61 -0
  142. pulumi_azure_native/app/v20240301/get_dapr_component.py +227 -0
  143. pulumi_azure_native/app/v20240301/get_job.py +248 -0
  144. pulumi_azure_native/app/v20240301/get_managed_certificate.py +162 -0
  145. pulumi_azure_native/app/v20240301/get_managed_environment.py +380 -0
  146. pulumi_azure_native/app/v20240301/get_managed_environment_auth_token.py +170 -0
  147. pulumi_azure_native/app/v20240301/get_managed_environments_storage.py +136 -0
  148. pulumi_azure_native/app/v20240301/job.py +399 -0
  149. pulumi_azure_native/app/v20240301/list_connected_environments_dapr_component_secrets.py +84 -0
  150. pulumi_azure_native/app/v20240301/list_container_app_custom_host_name_analysis.py +227 -0
  151. pulumi_azure_native/app/v20240301/list_container_app_secrets.py +79 -0
  152. pulumi_azure_native/app/v20240301/list_dapr_component_secrets.py +84 -0
  153. pulumi_azure_native/app/v20240301/list_job_secrets.py +79 -0
  154. pulumi_azure_native/app/v20240301/managed_certificate.py +274 -0
  155. pulumi_azure_native/app/v20240301/managed_environment.py +620 -0
  156. pulumi_azure_native/app/v20240301/managed_environments_storage.py +216 -0
  157. pulumi_azure_native/app/v20240301/outputs.py +7067 -0
  158. pulumi_azure_native/appplatform/__init__.py +7 -0
  159. pulumi_azure_native/appplatform/_enums.py +8 -0
  160. pulumi_azure_native/appplatform/_inputs.py +440 -2
  161. pulumi_azure_native/appplatform/api_portal.py +3 -3
  162. pulumi_azure_native/appplatform/api_portal_custom_domain.py +3 -3
  163. pulumi_azure_native/appplatform/apm.py +3 -3
  164. pulumi_azure_native/appplatform/app.py +3 -3
  165. pulumi_azure_native/appplatform/application_accelerator.py +3 -3
  166. pulumi_azure_native/appplatform/application_live_view.py +3 -3
  167. pulumi_azure_native/appplatform/binding.py +3 -3
  168. pulumi_azure_native/appplatform/build_service_agent_pool.py +3 -3
  169. pulumi_azure_native/appplatform/build_service_build.py +3 -3
  170. pulumi_azure_native/appplatform/build_service_builder.py +3 -3
  171. pulumi_azure_native/appplatform/buildpack_binding.py +3 -3
  172. pulumi_azure_native/appplatform/certificate.py +3 -3
  173. pulumi_azure_native/appplatform/config_server.py +3 -3
  174. pulumi_azure_native/appplatform/configuration_service.py +3 -3
  175. pulumi_azure_native/appplatform/container_registry.py +3 -3
  176. pulumi_azure_native/appplatform/custom_domain.py +3 -3
  177. pulumi_azure_native/appplatform/customized_accelerator.py +3 -3
  178. pulumi_azure_native/appplatform/deployment.py +3 -3
  179. pulumi_azure_native/appplatform/dev_tool_portal.py +3 -3
  180. pulumi_azure_native/appplatform/gateway.py +3 -3
  181. pulumi_azure_native/appplatform/gateway_custom_domain.py +3 -3
  182. pulumi_azure_native/appplatform/gateway_route_config.py +3 -3
  183. pulumi_azure_native/appplatform/get_api_portal.py +2 -2
  184. pulumi_azure_native/appplatform/get_api_portal_custom_domain.py +2 -2
  185. pulumi_azure_native/appplatform/get_apm.py +2 -2
  186. pulumi_azure_native/appplatform/get_app.py +2 -2
  187. pulumi_azure_native/appplatform/get_app_resource_upload_url.py +2 -2
  188. pulumi_azure_native/appplatform/get_application_accelerator.py +2 -2
  189. pulumi_azure_native/appplatform/get_application_live_view.py +2 -2
  190. pulumi_azure_native/appplatform/get_binding.py +2 -2
  191. pulumi_azure_native/appplatform/get_build_service_agent_pool.py +2 -2
  192. pulumi_azure_native/appplatform/get_build_service_build.py +2 -2
  193. pulumi_azure_native/appplatform/get_build_service_build_result_log.py +2 -2
  194. pulumi_azure_native/appplatform/get_build_service_builder.py +2 -2
  195. pulumi_azure_native/appplatform/get_build_service_resource_upload_url.py +2 -2
  196. pulumi_azure_native/appplatform/get_buildpack_binding.py +2 -2
  197. pulumi_azure_native/appplatform/get_certificate.py +2 -2
  198. pulumi_azure_native/appplatform/get_config_server.py +2 -2
  199. pulumi_azure_native/appplatform/get_configuration_service.py +2 -2
  200. pulumi_azure_native/appplatform/get_container_registry.py +2 -2
  201. pulumi_azure_native/appplatform/get_custom_domain.py +2 -2
  202. pulumi_azure_native/appplatform/get_customized_accelerator.py +2 -2
  203. pulumi_azure_native/appplatform/get_deployment.py +2 -2
  204. pulumi_azure_native/appplatform/get_deployment_log_file_url.py +2 -2
  205. pulumi_azure_native/appplatform/get_deployment_remote_debugging_config.py +2 -2
  206. pulumi_azure_native/appplatform/get_dev_tool_portal.py +2 -2
  207. pulumi_azure_native/appplatform/get_gateway.py +2 -2
  208. pulumi_azure_native/appplatform/get_gateway_custom_domain.py +2 -2
  209. pulumi_azure_native/appplatform/get_gateway_route_config.py +2 -2
  210. pulumi_azure_native/appplatform/get_job.py +138 -0
  211. pulumi_azure_native/appplatform/get_monitoring_setting.py +2 -2
  212. pulumi_azure_native/appplatform/get_service.py +2 -2
  213. pulumi_azure_native/appplatform/get_service_registry.py +2 -2
  214. pulumi_azure_native/appplatform/get_storage.py +2 -2
  215. pulumi_azure_native/appplatform/job.py +217 -0
  216. pulumi_azure_native/appplatform/list_apm_secret_keys.py +2 -2
  217. pulumi_azure_native/appplatform/list_build_service_builder_deployments.py +2 -2
  218. pulumi_azure_native/appplatform/list_job_env_secrets.py +86 -0
  219. pulumi_azure_native/appplatform/list_job_execution_env_secrets.py +91 -0
  220. pulumi_azure_native/appplatform/list_service_globally_enabled_apms.py +2 -2
  221. pulumi_azure_native/appplatform/list_service_test_keys.py +2 -2
  222. pulumi_azure_native/appplatform/monitoring_setting.py +3 -3
  223. pulumi_azure_native/appplatform/outputs.py +498 -2
  224. pulumi_azure_native/appplatform/service.py +3 -3
  225. pulumi_azure_native/appplatform/service_registry.py +3 -3
  226. pulumi_azure_native/appplatform/storage.py +3 -3
  227. pulumi_azure_native/appplatform/v20210601preview/certificate.py +1 -1
  228. pulumi_azure_native/appplatform/v20230501preview/api_portal.py +1 -1
  229. pulumi_azure_native/appplatform/v20230501preview/api_portal_custom_domain.py +1 -1
  230. pulumi_azure_native/appplatform/v20230501preview/apm.py +1 -1
  231. pulumi_azure_native/appplatform/v20230501preview/app.py +1 -1
  232. pulumi_azure_native/appplatform/v20230501preview/application_accelerator.py +1 -1
  233. pulumi_azure_native/appplatform/v20230501preview/application_live_view.py +1 -1
  234. pulumi_azure_native/appplatform/v20230501preview/binding.py +1 -1
  235. pulumi_azure_native/appplatform/v20230501preview/build_service_agent_pool.py +1 -1
  236. pulumi_azure_native/appplatform/v20230501preview/build_service_build.py +1 -1
  237. pulumi_azure_native/appplatform/v20230501preview/build_service_builder.py +1 -1
  238. pulumi_azure_native/appplatform/v20230501preview/buildpack_binding.py +1 -1
  239. pulumi_azure_native/appplatform/v20230501preview/certificate.py +1 -1
  240. pulumi_azure_native/appplatform/v20230501preview/config_server.py +1 -1
  241. pulumi_azure_native/appplatform/v20230501preview/configuration_service.py +1 -1
  242. pulumi_azure_native/appplatform/v20230501preview/container_registry.py +1 -1
  243. pulumi_azure_native/appplatform/v20230501preview/custom_domain.py +1 -1
  244. pulumi_azure_native/appplatform/v20230501preview/customized_accelerator.py +1 -1
  245. pulumi_azure_native/appplatform/v20230501preview/deployment.py +1 -1
  246. pulumi_azure_native/appplatform/v20230501preview/dev_tool_portal.py +1 -1
  247. pulumi_azure_native/appplatform/v20230501preview/gateway.py +1 -1
  248. pulumi_azure_native/appplatform/v20230501preview/gateway_custom_domain.py +1 -1
  249. pulumi_azure_native/appplatform/v20230501preview/gateway_route_config.py +1 -1
  250. pulumi_azure_native/appplatform/v20230501preview/monitoring_setting.py +1 -1
  251. pulumi_azure_native/appplatform/v20230501preview/service.py +1 -1
  252. pulumi_azure_native/appplatform/v20230501preview/service_registry.py +1 -1
  253. pulumi_azure_native/appplatform/v20230501preview/storage.py +1 -1
  254. pulumi_azure_native/appplatform/v20230701preview/api_portal.py +1 -1
  255. pulumi_azure_native/appplatform/v20230701preview/api_portal_custom_domain.py +1 -1
  256. pulumi_azure_native/appplatform/v20230701preview/apm.py +1 -1
  257. pulumi_azure_native/appplatform/v20230701preview/app.py +1 -1
  258. pulumi_azure_native/appplatform/v20230701preview/application_accelerator.py +1 -1
  259. pulumi_azure_native/appplatform/v20230701preview/application_live_view.py +1 -1
  260. pulumi_azure_native/appplatform/v20230701preview/binding.py +1 -1
  261. pulumi_azure_native/appplatform/v20230701preview/build_service_agent_pool.py +1 -1
  262. pulumi_azure_native/appplatform/v20230701preview/build_service_build.py +1 -1
  263. pulumi_azure_native/appplatform/v20230701preview/build_service_builder.py +1 -1
  264. pulumi_azure_native/appplatform/v20230701preview/buildpack_binding.py +1 -1
  265. pulumi_azure_native/appplatform/v20230701preview/certificate.py +1 -1
  266. pulumi_azure_native/appplatform/v20230701preview/config_server.py +1 -1
  267. pulumi_azure_native/appplatform/v20230701preview/configuration_service.py +1 -1
  268. pulumi_azure_native/appplatform/v20230701preview/container_registry.py +1 -1
  269. pulumi_azure_native/appplatform/v20230701preview/custom_domain.py +1 -1
  270. pulumi_azure_native/appplatform/v20230701preview/customized_accelerator.py +1 -1
  271. pulumi_azure_native/appplatform/v20230701preview/deployment.py +1 -1
  272. pulumi_azure_native/appplatform/v20230701preview/dev_tool_portal.py +1 -1
  273. pulumi_azure_native/appplatform/v20230701preview/gateway.py +1 -1
  274. pulumi_azure_native/appplatform/v20230701preview/gateway_custom_domain.py +1 -1
  275. pulumi_azure_native/appplatform/v20230701preview/gateway_route_config.py +1 -1
  276. pulumi_azure_native/appplatform/v20230701preview/monitoring_setting.py +1 -1
  277. pulumi_azure_native/appplatform/v20230701preview/service.py +1 -1
  278. pulumi_azure_native/appplatform/v20230701preview/service_registry.py +1 -1
  279. pulumi_azure_native/appplatform/v20230701preview/storage.py +1 -1
  280. pulumi_azure_native/appplatform/v20230901preview/api_portal.py +1 -1
  281. pulumi_azure_native/appplatform/v20230901preview/api_portal_custom_domain.py +1 -1
  282. pulumi_azure_native/appplatform/v20230901preview/apm.py +1 -1
  283. pulumi_azure_native/appplatform/v20230901preview/app.py +1 -1
  284. pulumi_azure_native/appplatform/v20230901preview/application_accelerator.py +1 -1
  285. pulumi_azure_native/appplatform/v20230901preview/application_live_view.py +1 -1
  286. pulumi_azure_native/appplatform/v20230901preview/binding.py +1 -1
  287. pulumi_azure_native/appplatform/v20230901preview/build_service_agent_pool.py +1 -1
  288. pulumi_azure_native/appplatform/v20230901preview/build_service_build.py +1 -1
  289. pulumi_azure_native/appplatform/v20230901preview/build_service_builder.py +1 -1
  290. pulumi_azure_native/appplatform/v20230901preview/buildpack_binding.py +1 -1
  291. pulumi_azure_native/appplatform/v20230901preview/certificate.py +1 -1
  292. pulumi_azure_native/appplatform/v20230901preview/config_server.py +1 -1
  293. pulumi_azure_native/appplatform/v20230901preview/configuration_service.py +1 -1
  294. pulumi_azure_native/appplatform/v20230901preview/container_registry.py +1 -1
  295. pulumi_azure_native/appplatform/v20230901preview/custom_domain.py +1 -1
  296. pulumi_azure_native/appplatform/v20230901preview/customized_accelerator.py +1 -1
  297. pulumi_azure_native/appplatform/v20230901preview/deployment.py +1 -1
  298. pulumi_azure_native/appplatform/v20230901preview/dev_tool_portal.py +1 -1
  299. pulumi_azure_native/appplatform/v20230901preview/gateway.py +1 -1
  300. pulumi_azure_native/appplatform/v20230901preview/gateway_custom_domain.py +1 -1
  301. pulumi_azure_native/appplatform/v20230901preview/gateway_route_config.py +1 -1
  302. pulumi_azure_native/appplatform/v20230901preview/monitoring_setting.py +1 -1
  303. pulumi_azure_native/appplatform/v20230901preview/service.py +1 -1
  304. pulumi_azure_native/appplatform/v20230901preview/service_registry.py +1 -1
  305. pulumi_azure_native/appplatform/v20230901preview/storage.py +1 -1
  306. pulumi_azure_native/appplatform/v20231101preview/api_portal.py +1 -1
  307. pulumi_azure_native/appplatform/v20231101preview/api_portal_custom_domain.py +1 -1
  308. pulumi_azure_native/appplatform/v20231101preview/apm.py +1 -1
  309. pulumi_azure_native/appplatform/v20231101preview/app.py +1 -1
  310. pulumi_azure_native/appplatform/v20231101preview/application_accelerator.py +1 -1
  311. pulumi_azure_native/appplatform/v20231101preview/application_live_view.py +1 -1
  312. pulumi_azure_native/appplatform/v20231101preview/binding.py +1 -1
  313. pulumi_azure_native/appplatform/v20231101preview/build_service_agent_pool.py +1 -1
  314. pulumi_azure_native/appplatform/v20231101preview/build_service_build.py +1 -1
  315. pulumi_azure_native/appplatform/v20231101preview/build_service_builder.py +1 -1
  316. pulumi_azure_native/appplatform/v20231101preview/buildpack_binding.py +1 -1
  317. pulumi_azure_native/appplatform/v20231101preview/certificate.py +1 -1
  318. pulumi_azure_native/appplatform/v20231101preview/config_server.py +1 -1
  319. pulumi_azure_native/appplatform/v20231101preview/configuration_service.py +1 -1
  320. pulumi_azure_native/appplatform/v20231101preview/container_registry.py +1 -1
  321. pulumi_azure_native/appplatform/v20231101preview/custom_domain.py +1 -1
  322. pulumi_azure_native/appplatform/v20231101preview/customized_accelerator.py +1 -1
  323. pulumi_azure_native/appplatform/v20231101preview/deployment.py +1 -1
  324. pulumi_azure_native/appplatform/v20231101preview/dev_tool_portal.py +1 -1
  325. pulumi_azure_native/appplatform/v20231101preview/gateway.py +1 -1
  326. pulumi_azure_native/appplatform/v20231101preview/gateway_custom_domain.py +1 -1
  327. pulumi_azure_native/appplatform/v20231101preview/gateway_route_config.py +1 -1
  328. pulumi_azure_native/appplatform/v20231101preview/monitoring_setting.py +1 -1
  329. pulumi_azure_native/appplatform/v20231101preview/service.py +1 -1
  330. pulumi_azure_native/appplatform/v20231101preview/service_registry.py +1 -1
  331. pulumi_azure_native/appplatform/v20231101preview/storage.py +1 -1
  332. pulumi_azure_native/appplatform/v20231201/api_portal.py +1 -1
  333. pulumi_azure_native/appplatform/v20231201/api_portal_custom_domain.py +1 -1
  334. pulumi_azure_native/appplatform/v20231201/apm.py +1 -1
  335. pulumi_azure_native/appplatform/v20231201/app.py +1 -1
  336. pulumi_azure_native/appplatform/v20231201/application_accelerator.py +1 -1
  337. pulumi_azure_native/appplatform/v20231201/application_live_view.py +1 -1
  338. pulumi_azure_native/appplatform/v20231201/binding.py +1 -1
  339. pulumi_azure_native/appplatform/v20231201/build_service_agent_pool.py +1 -1
  340. pulumi_azure_native/appplatform/v20231201/build_service_build.py +1 -1
  341. pulumi_azure_native/appplatform/v20231201/build_service_builder.py +1 -1
  342. pulumi_azure_native/appplatform/v20231201/buildpack_binding.py +1 -1
  343. pulumi_azure_native/appplatform/v20231201/certificate.py +1 -1
  344. pulumi_azure_native/appplatform/v20231201/config_server.py +1 -1
  345. pulumi_azure_native/appplatform/v20231201/configuration_service.py +1 -1
  346. pulumi_azure_native/appplatform/v20231201/container_registry.py +1 -1
  347. pulumi_azure_native/appplatform/v20231201/custom_domain.py +1 -1
  348. pulumi_azure_native/appplatform/v20231201/customized_accelerator.py +1 -1
  349. pulumi_azure_native/appplatform/v20231201/deployment.py +1 -1
  350. pulumi_azure_native/appplatform/v20231201/dev_tool_portal.py +1 -1
  351. pulumi_azure_native/appplatform/v20231201/gateway.py +1 -1
  352. pulumi_azure_native/appplatform/v20231201/gateway_custom_domain.py +1 -1
  353. pulumi_azure_native/appplatform/v20231201/gateway_route_config.py +1 -1
  354. pulumi_azure_native/appplatform/v20231201/monitoring_setting.py +1 -1
  355. pulumi_azure_native/appplatform/v20231201/service.py +1 -1
  356. pulumi_azure_native/appplatform/v20231201/service_registry.py +1 -1
  357. pulumi_azure_native/appplatform/v20231201/storage.py +1 -1
  358. pulumi_azure_native/appplatform/v20240101preview/api_portal.py +1 -1
  359. pulumi_azure_native/appplatform/v20240101preview/api_portal_custom_domain.py +1 -1
  360. pulumi_azure_native/appplatform/v20240101preview/apm.py +1 -1
  361. pulumi_azure_native/appplatform/v20240101preview/app.py +1 -1
  362. pulumi_azure_native/appplatform/v20240101preview/application_accelerator.py +1 -1
  363. pulumi_azure_native/appplatform/v20240101preview/application_live_view.py +1 -1
  364. pulumi_azure_native/appplatform/v20240101preview/binding.py +1 -1
  365. pulumi_azure_native/appplatform/v20240101preview/build_service_agent_pool.py +1 -1
  366. pulumi_azure_native/appplatform/v20240101preview/build_service_build.py +1 -1
  367. pulumi_azure_native/appplatform/v20240101preview/build_service_builder.py +1 -1
  368. pulumi_azure_native/appplatform/v20240101preview/buildpack_binding.py +1 -1
  369. pulumi_azure_native/appplatform/v20240101preview/certificate.py +1 -1
  370. pulumi_azure_native/appplatform/v20240101preview/config_server.py +1 -1
  371. pulumi_azure_native/appplatform/v20240101preview/configuration_service.py +1 -1
  372. pulumi_azure_native/appplatform/v20240101preview/container_registry.py +1 -1
  373. pulumi_azure_native/appplatform/v20240101preview/custom_domain.py +1 -1
  374. pulumi_azure_native/appplatform/v20240101preview/customized_accelerator.py +1 -1
  375. pulumi_azure_native/appplatform/v20240101preview/deployment.py +1 -1
  376. pulumi_azure_native/appplatform/v20240101preview/dev_tool_portal.py +1 -1
  377. pulumi_azure_native/appplatform/v20240101preview/gateway.py +1 -1
  378. pulumi_azure_native/appplatform/v20240101preview/gateway_custom_domain.py +1 -1
  379. pulumi_azure_native/appplatform/v20240101preview/gateway_route_config.py +1 -1
  380. pulumi_azure_native/appplatform/v20240101preview/monitoring_setting.py +1 -1
  381. pulumi_azure_native/appplatform/v20240101preview/service.py +1 -1
  382. pulumi_azure_native/appplatform/v20240101preview/service_registry.py +1 -1
  383. pulumi_azure_native/appplatform/v20240101preview/storage.py +1 -1
  384. pulumi_azure_native/appplatform/v20240501preview/__init__.py +75 -0
  385. pulumi_azure_native/appplatform/v20240501preview/_enums.py +264 -0
  386. pulumi_azure_native/appplatform/v20240501preview/_inputs.py +6897 -0
  387. pulumi_azure_native/appplatform/v20240501preview/api_portal.py +245 -0
  388. pulumi_azure_native/appplatform/v20240501preview/api_portal_custom_domain.py +236 -0
  389. pulumi_azure_native/appplatform/v20240501preview/apm.py +215 -0
  390. pulumi_azure_native/appplatform/v20240501preview/app.py +274 -0
  391. pulumi_azure_native/appplatform/v20240501preview/application_accelerator.py +225 -0
  392. pulumi_azure_native/appplatform/v20240501preview/application_live_view.py +195 -0
  393. pulumi_azure_native/appplatform/v20240501preview/binding.py +236 -0
  394. pulumi_azure_native/appplatform/v20240501preview/build_service_agent_pool.py +236 -0
  395. pulumi_azure_native/appplatform/v20240501preview/build_service_build.py +236 -0
  396. pulumi_azure_native/appplatform/v20240501preview/build_service_builder.py +236 -0
  397. pulumi_azure_native/appplatform/v20240501preview/buildpack_binding.py +258 -0
  398. pulumi_azure_native/appplatform/v20240501preview/certificate.py +216 -0
  399. pulumi_azure_native/appplatform/v20240501preview/config_server.py +196 -0
  400. pulumi_azure_native/appplatform/v20240501preview/configuration_service.py +216 -0
  401. pulumi_azure_native/appplatform/v20240501preview/container_registry.py +215 -0
  402. pulumi_azure_native/appplatform/v20240501preview/custom_domain.py +236 -0
  403. pulumi_azure_native/appplatform/v20240501preview/customized_accelerator.py +266 -0
  404. pulumi_azure_native/appplatform/v20240501preview/deployment.py +266 -0
  405. pulumi_azure_native/appplatform/v20240501preview/dev_tool_portal.py +216 -0
  406. pulumi_azure_native/appplatform/v20240501preview/gateway.py +245 -0
  407. pulumi_azure_native/appplatform/v20240501preview/gateway_custom_domain.py +236 -0
  408. pulumi_azure_native/appplatform/v20240501preview/gateway_route_config.py +237 -0
  409. pulumi_azure_native/appplatform/v20240501preview/get_api_portal.py +149 -0
  410. pulumi_azure_native/appplatform/v20240501preview/get_api_portal_custom_domain.py +141 -0
  411. pulumi_azure_native/appplatform/v20240501preview/get_apm.py +136 -0
  412. pulumi_azure_native/appplatform/v20240501preview/get_app.py +167 -0
  413. pulumi_azure_native/appplatform/v20240501preview/get_app_resource_upload_url.py +96 -0
  414. pulumi_azure_native/appplatform/v20240501preview/get_application_accelerator.py +149 -0
  415. pulumi_azure_native/appplatform/v20240501preview/get_application_live_view.py +136 -0
  416. pulumi_azure_native/appplatform/v20240501preview/get_binding.py +141 -0
  417. pulumi_azure_native/appplatform/v20240501preview/get_build_service_agent_pool.py +141 -0
  418. pulumi_azure_native/appplatform/v20240501preview/get_build_service_build.py +141 -0
  419. pulumi_azure_native/appplatform/v20240501preview/get_build_service_build_result_log.py +93 -0
  420. pulumi_azure_native/appplatform/v20240501preview/get_build_service_builder.py +141 -0
  421. pulumi_azure_native/appplatform/v20240501preview/get_build_service_resource_upload_url.py +96 -0
  422. pulumi_azure_native/appplatform/v20240501preview/get_buildpack_binding.py +146 -0
  423. pulumi_azure_native/appplatform/v20240501preview/get_certificate.py +136 -0
  424. pulumi_azure_native/appplatform/v20240501preview/get_config_server.py +131 -0
  425. pulumi_azure_native/appplatform/v20240501preview/get_configuration_service.py +136 -0
  426. pulumi_azure_native/appplatform/v20240501preview/get_container_registry.py +136 -0
  427. pulumi_azure_native/appplatform/v20240501preview/get_custom_domain.py +141 -0
  428. pulumi_azure_native/appplatform/v20240501preview/get_customized_accelerator.py +154 -0
  429. pulumi_azure_native/appplatform/v20240501preview/get_deployment.py +154 -0
  430. pulumi_azure_native/appplatform/v20240501preview/get_deployment_log_file_url.py +88 -0
  431. pulumi_azure_native/appplatform/v20240501preview/get_deployment_remote_debugging_config.py +101 -0
  432. pulumi_azure_native/appplatform/v20240501preview/get_dev_tool_portal.py +136 -0
  433. pulumi_azure_native/appplatform/v20240501preview/get_gateway.py +149 -0
  434. pulumi_azure_native/appplatform/v20240501preview/get_gateway_custom_domain.py +141 -0
  435. pulumi_azure_native/appplatform/v20240501preview/get_gateway_route_config.py +141 -0
  436. pulumi_azure_native/appplatform/v20240501preview/get_job.py +136 -0
  437. pulumi_azure_native/appplatform/v20240501preview/get_monitoring_setting.py +131 -0
  438. pulumi_azure_native/appplatform/v20240501preview/get_service.py +183 -0
  439. pulumi_azure_native/appplatform/v20240501preview/get_service_registry.py +136 -0
  440. pulumi_azure_native/appplatform/v20240501preview/get_storage.py +136 -0
  441. pulumi_azure_native/appplatform/v20240501preview/job.py +215 -0
  442. pulumi_azure_native/appplatform/v20240501preview/list_apm_secret_keys.py +83 -0
  443. pulumi_azure_native/appplatform/v20240501preview/list_build_service_builder_deployments.py +88 -0
  444. pulumi_azure_native/appplatform/v20240501preview/list_job_env_secrets.py +84 -0
  445. pulumi_azure_native/appplatform/v20240501preview/list_job_execution_env_secrets.py +89 -0
  446. pulumi_azure_native/appplatform/v20240501preview/list_service_globally_enabled_apms.py +78 -0
  447. pulumi_azure_native/appplatform/v20240501preview/list_service_test_keys.py +130 -0
  448. pulumi_azure_native/appplatform/v20240501preview/monitoring_setting.py +195 -0
  449. pulumi_azure_native/appplatform/v20240501preview/outputs.py +9677 -0
  450. pulumi_azure_native/appplatform/v20240501preview/service.py +311 -0
  451. pulumi_azure_native/appplatform/v20240501preview/service_registry.py +195 -0
  452. pulumi_azure_native/appplatform/v20240501preview/storage.py +215 -0
  453. pulumi_azure_native/certificateregistration/__init__.py +3 -0
  454. pulumi_azure_native/certificateregistration/app_service_certificate_order.py +3 -3
  455. pulumi_azure_native/certificateregistration/app_service_certificate_order_certificate.py +3 -3
  456. pulumi_azure_native/certificateregistration/get_app_service_certificate_order.py +2 -2
  457. pulumi_azure_native/certificateregistration/get_app_service_certificate_order_certificate.py +2 -2
  458. pulumi_azure_native/certificateregistration/v20201001/app_service_certificate_order.py +1 -1
  459. pulumi_azure_native/certificateregistration/v20201001/app_service_certificate_order_certificate.py +1 -1
  460. pulumi_azure_native/certificateregistration/v20220901/app_service_certificate_order.py +1 -1
  461. pulumi_azure_native/certificateregistration/v20220901/app_service_certificate_order_certificate.py +1 -1
  462. pulumi_azure_native/certificateregistration/v20230101/app_service_certificate_order.py +1 -1
  463. pulumi_azure_native/certificateregistration/v20230101/app_service_certificate_order_certificate.py +1 -1
  464. pulumi_azure_native/certificateregistration/v20231201/__init__.py +14 -0
  465. pulumi_azure_native/certificateregistration/v20231201/_enums.py +17 -0
  466. pulumi_azure_native/certificateregistration/v20231201/_inputs.py +56 -0
  467. pulumi_azure_native/certificateregistration/v20231201/app_service_certificate_order.py +589 -0
  468. pulumi_azure_native/certificateregistration/v20231201/app_service_certificate_order_certificate.py +328 -0
  469. pulumi_azure_native/certificateregistration/v20231201/get_app_service_certificate_order.py +404 -0
  470. pulumi_azure_native/certificateregistration/v20231201/get_app_service_certificate_order_certificate.py +187 -0
  471. pulumi_azure_native/certificateregistration/v20231201/outputs.py +276 -0
  472. pulumi_azure_native/datafactory/_enums.py +0 -9
  473. pulumi_azure_native/datafactory/_inputs.py +22 -122
  474. pulumi_azure_native/datafactory/credential_operation.py +7 -7
  475. pulumi_azure_native/datafactory/outputs.py +34 -103
  476. pulumi_azure_native/datafactory/v20180601/_enums.py +0 -9
  477. pulumi_azure_native/datafactory/v20180601/_inputs.py +22 -122
  478. pulumi_azure_native/datafactory/v20180601/credential_operation.py +7 -7
  479. pulumi_azure_native/datafactory/v20180601/outputs.py +34 -103
  480. pulumi_azure_native/dataprotection/__init__.py +3 -0
  481. pulumi_azure_native/dataprotection/backup_instance.py +3 -3
  482. pulumi_azure_native/dataprotection/backup_policy.py +3 -3
  483. pulumi_azure_native/dataprotection/backup_vault.py +3 -3
  484. pulumi_azure_native/dataprotection/dpp_resource_guard_proxy.py +3 -3
  485. pulumi_azure_native/dataprotection/get_backup_instance.py +2 -2
  486. pulumi_azure_native/dataprotection/get_backup_policy.py +2 -2
  487. pulumi_azure_native/dataprotection/get_backup_vault.py +2 -2
  488. pulumi_azure_native/dataprotection/get_dpp_resource_guard_proxy.py +2 -2
  489. pulumi_azure_native/dataprotection/get_resource_guard.py +2 -2
  490. pulumi_azure_native/dataprotection/resource_guard.py +3 -3
  491. pulumi_azure_native/dataprotection/v20221101preview/resource_guard.py +1 -1
  492. pulumi_azure_native/dataprotection/v20230101/backup_instance.py +1 -1
  493. pulumi_azure_native/dataprotection/v20230101/backup_policy.py +1 -1
  494. pulumi_azure_native/dataprotection/v20230101/backup_vault.py +1 -1
  495. pulumi_azure_native/dataprotection/v20230101/dpp_resource_guard_proxy.py +1 -1
  496. pulumi_azure_native/dataprotection/v20230101/resource_guard.py +1 -1
  497. pulumi_azure_native/dataprotection/v20230401preview/backup_instance.py +1 -1
  498. pulumi_azure_native/dataprotection/v20230401preview/backup_policy.py +1 -1
  499. pulumi_azure_native/dataprotection/v20230401preview/backup_vault.py +1 -1
  500. pulumi_azure_native/dataprotection/v20230401preview/dpp_resource_guard_proxy.py +1 -1
  501. pulumi_azure_native/dataprotection/v20230401preview/resource_guard.py +1 -1
  502. pulumi_azure_native/dataprotection/v20230501/backup_instance.py +1 -1
  503. pulumi_azure_native/dataprotection/v20230501/backup_policy.py +1 -1
  504. pulumi_azure_native/dataprotection/v20230501/backup_vault.py +1 -1
  505. pulumi_azure_native/dataprotection/v20230501/dpp_resource_guard_proxy.py +1 -1
  506. pulumi_azure_native/dataprotection/v20230501/resource_guard.py +1 -1
  507. pulumi_azure_native/dataprotection/v20230601preview/backup_instance.py +1 -1
  508. pulumi_azure_native/dataprotection/v20230601preview/backup_policy.py +1 -1
  509. pulumi_azure_native/dataprotection/v20230601preview/backup_vault.py +1 -1
  510. pulumi_azure_native/dataprotection/v20230601preview/dpp_resource_guard_proxy.py +1 -1
  511. pulumi_azure_native/dataprotection/v20230601preview/resource_guard.py +1 -1
  512. pulumi_azure_native/dataprotection/v20230801preview/backup_instance.py +1 -1
  513. pulumi_azure_native/dataprotection/v20230801preview/backup_policy.py +1 -1
  514. pulumi_azure_native/dataprotection/v20230801preview/backup_vault.py +1 -1
  515. pulumi_azure_native/dataprotection/v20230801preview/dpp_resource_guard_proxy.py +1 -1
  516. pulumi_azure_native/dataprotection/v20230801preview/resource_guard.py +1 -1
  517. pulumi_azure_native/dataprotection/v20231101/backup_instance.py +1 -1
  518. pulumi_azure_native/dataprotection/v20231101/backup_policy.py +1 -1
  519. pulumi_azure_native/dataprotection/v20231101/backup_vault.py +1 -1
  520. pulumi_azure_native/dataprotection/v20231101/dpp_resource_guard_proxy.py +1 -1
  521. pulumi_azure_native/dataprotection/v20231101/resource_guard.py +1 -1
  522. pulumi_azure_native/dataprotection/v20231201/backup_instance.py +1 -1
  523. pulumi_azure_native/dataprotection/v20231201/backup_policy.py +1 -1
  524. pulumi_azure_native/dataprotection/v20231201/backup_vault.py +1 -1
  525. pulumi_azure_native/dataprotection/v20231201/dpp_resource_guard_proxy.py +1 -1
  526. pulumi_azure_native/dataprotection/v20231201/resource_guard.py +1 -1
  527. pulumi_azure_native/dataprotection/v20240201preview/backup_instance.py +1 -1
  528. pulumi_azure_native/dataprotection/v20240201preview/backup_policy.py +1 -1
  529. pulumi_azure_native/dataprotection/v20240201preview/backup_vault.py +1 -1
  530. pulumi_azure_native/dataprotection/v20240201preview/dpp_resource_guard_proxy.py +1 -1
  531. pulumi_azure_native/dataprotection/v20240201preview/resource_guard.py +1 -1
  532. pulumi_azure_native/dataprotection/v20240301/backup_instance.py +1 -1
  533. pulumi_azure_native/dataprotection/v20240301/backup_policy.py +1 -1
  534. pulumi_azure_native/dataprotection/v20240301/backup_vault.py +1 -1
  535. pulumi_azure_native/dataprotection/v20240301/dpp_resource_guard_proxy.py +1 -1
  536. pulumi_azure_native/dataprotection/v20240301/resource_guard.py +1 -1
  537. pulumi_azure_native/dataprotection/v20240401/__init__.py +20 -0
  538. pulumi_azure_native/dataprotection/v20240401/_enums.py +200 -0
  539. pulumi_azure_native/dataprotection/v20240401/_inputs.py +2586 -0
  540. pulumi_azure_native/dataprotection/v20240401/backup_instance.py +245 -0
  541. pulumi_azure_native/dataprotection/v20240401/backup_policy.py +216 -0
  542. pulumi_azure_native/dataprotection/v20240401/backup_vault.py +312 -0
  543. pulumi_azure_native/dataprotection/v20240401/dpp_resource_guard_proxy.py +215 -0
  544. pulumi_azure_native/dataprotection/v20240401/get_backup_instance.py +149 -0
  545. pulumi_azure_native/dataprotection/v20240401/get_backup_policy.py +134 -0
  546. pulumi_azure_native/dataprotection/v20240401/get_backup_vault.py +183 -0
  547. pulumi_azure_native/dataprotection/v20240401/get_dpp_resource_guard_proxy.py +136 -0
  548. pulumi_azure_native/dataprotection/v20240401/get_resource_guard.py +165 -0
  549. pulumi_azure_native/dataprotection/v20240401/outputs.py +3894 -0
  550. pulumi_azure_native/dataprotection/v20240401/resource_guard.py +279 -0
  551. pulumi_azure_native/devcenter/__init__.py +10 -0
  552. pulumi_azure_native/devcenter/_enums.py +18 -0
  553. pulumi_azure_native/devcenter/_inputs.py +2 -2
  554. pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
  555. pulumi_azure_native/devcenter/catalog.py +3 -3
  556. pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
  557. pulumi_azure_native/devcenter/dev_center.py +3 -3
  558. pulumi_azure_native/devcenter/encryption_set.py +344 -0
  559. pulumi_azure_native/devcenter/environment_type.py +3 -3
  560. pulumi_azure_native/devcenter/gallery.py +3 -3
  561. pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
  562. pulumi_azure_native/devcenter/get_catalog.py +2 -2
  563. pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
  564. pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
  565. pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
  566. pulumi_azure_native/devcenter/get_dev_center.py +2 -2
  567. pulumi_azure_native/devcenter/get_encryption_set.py +203 -0
  568. pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
  569. pulumi_azure_native/devcenter/get_environment_type.py +2 -2
  570. pulumi_azure_native/devcenter/get_gallery.py +2 -2
  571. pulumi_azure_native/devcenter/get_network_connection.py +2 -2
  572. pulumi_azure_native/devcenter/get_plan.py +172 -0
  573. pulumi_azure_native/devcenter/get_plan_member.py +177 -0
  574. pulumi_azure_native/devcenter/get_pool.py +2 -2
  575. pulumi_azure_native/devcenter/get_project.py +2 -2
  576. pulumi_azure_native/devcenter/get_project_catalog.py +4 -0
  577. pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +4 -0
  578. pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +4 -0
  579. pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
  580. pulumi_azure_native/devcenter/get_project_inherited_settings.py +94 -0
  581. pulumi_azure_native/devcenter/get_schedule.py +2 -2
  582. pulumi_azure_native/devcenter/network_connection.py +3 -3
  583. pulumi_azure_native/devcenter/outputs.py +49 -2
  584. pulumi_azure_native/devcenter/plan.py +265 -0
  585. pulumi_azure_native/devcenter/plan_member.py +285 -0
  586. pulumi_azure_native/devcenter/pool.py +3 -3
  587. pulumi_azure_native/devcenter/project.py +3 -3
  588. pulumi_azure_native/devcenter/project_catalog.py +5 -1
  589. pulumi_azure_native/devcenter/project_environment_type.py +3 -3
  590. pulumi_azure_native/devcenter/schedule.py +3 -3
  591. pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
  592. pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
  593. pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
  594. pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
  595. pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
  596. pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
  597. pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
  598. pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
  599. pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
  600. pulumi_azure_native/devcenter/v20230401/project.py +1 -1
  601. pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
  602. pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
  603. pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
  604. pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
  605. pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
  606. pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
  607. pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
  608. pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
  609. pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
  610. pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
  611. pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
  612. pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
  613. pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
  614. pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
  615. pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
  616. pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
  617. pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
  618. pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
  619. pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
  620. pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
  621. pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
  622. pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
  623. pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
  624. pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
  625. pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +1 -1
  626. pulumi_azure_native/devcenter/v20240201/catalog.py +1 -1
  627. pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +1 -1
  628. pulumi_azure_native/devcenter/v20240201/dev_center.py +1 -1
  629. pulumi_azure_native/devcenter/v20240201/environment_type.py +1 -1
  630. pulumi_azure_native/devcenter/v20240201/gallery.py +1 -1
  631. pulumi_azure_native/devcenter/v20240201/network_connection.py +1 -1
  632. pulumi_azure_native/devcenter/v20240201/pool.py +1 -1
  633. pulumi_azure_native/devcenter/v20240201/project.py +1 -1
  634. pulumi_azure_native/devcenter/v20240201/project_catalog.py +1 -1
  635. pulumi_azure_native/devcenter/v20240201/project_environment_type.py +1 -1
  636. pulumi_azure_native/devcenter/v20240201/schedule.py +1 -1
  637. pulumi_azure_native/devcenter/v20240501preview/__init__.py +46 -0
  638. pulumi_azure_native/devcenter/v20240501preview/_enums.py +199 -0
  639. pulumi_azure_native/devcenter/v20240501preview/_inputs.py +554 -0
  640. pulumi_azure_native/devcenter/v20240501preview/attached_network_by_dev_center.py +255 -0
  641. pulumi_azure_native/devcenter/v20240501preview/catalog.py +363 -0
  642. pulumi_azure_native/devcenter/v20240501preview/dev_box_definition.py +413 -0
  643. pulumi_azure_native/devcenter/v20240501preview/dev_center.py +447 -0
  644. pulumi_azure_native/devcenter/v20240501preview/encryption_set.py +342 -0
  645. pulumi_azure_native/devcenter/v20240501preview/environment_type.py +253 -0
  646. pulumi_azure_native/devcenter/v20240501preview/gallery.py +225 -0
  647. pulumi_azure_native/devcenter/v20240501preview/get_attached_network_by_dev_center.py +188 -0
  648. pulumi_azure_native/devcenter/v20240501preview/get_catalog.py +253 -0
  649. pulumi_azure_native/devcenter/v20240501preview/get_catalog_sync_error_details.py +110 -0
  650. pulumi_azure_native/devcenter/v20240501preview/get_customization_task_error_details.py +89 -0
  651. pulumi_azure_native/devcenter/v20240501preview/get_dev_box_definition.py +266 -0
  652. pulumi_azure_native/devcenter/v20240501preview/get_dev_center.py +261 -0
  653. pulumi_azure_native/devcenter/v20240501preview/get_encryption_set.py +201 -0
  654. pulumi_azure_native/devcenter/v20240501preview/get_environment_definition_error_details.py +89 -0
  655. pulumi_azure_native/devcenter/v20240501preview/get_environment_type.py +162 -0
  656. pulumi_azure_native/devcenter/v20240501preview/get_gallery.py +149 -0
  657. pulumi_azure_native/devcenter/v20240501preview/get_network_connection.py +261 -0
  658. pulumi_azure_native/devcenter/v20240501preview/get_plan.py +170 -0
  659. pulumi_azure_native/devcenter/v20240501preview/get_plan_member.py +175 -0
  660. pulumi_azure_native/devcenter/v20240501preview/get_pool.py +318 -0
  661. pulumi_azure_native/devcenter/v20240501preview/get_project.py +248 -0
  662. pulumi_azure_native/devcenter/v20240501preview/get_project_catalog.py +253 -0
  663. pulumi_azure_native/devcenter/v20240501preview/get_project_catalog_environment_definition_error_details.py +89 -0
  664. pulumi_azure_native/devcenter/v20240501preview/get_project_catalog_sync_error_details.py +110 -0
  665. pulumi_azure_native/devcenter/v20240501preview/get_project_environment_type.py +253 -0
  666. pulumi_azure_native/devcenter/v20240501preview/get_project_inherited_settings.py +92 -0
  667. pulumi_azure_native/devcenter/v20240501preview/get_schedule.py +224 -0
  668. pulumi_azure_native/devcenter/v20240501preview/network_connection.py +448 -0
  669. pulumi_azure_native/devcenter/v20240501preview/outputs.py +1243 -0
  670. pulumi_azure_native/devcenter/v20240501preview/plan.py +263 -0
  671. pulumi_azure_native/devcenter/v20240501preview/plan_member.py +283 -0
  672. pulumi_azure_native/devcenter/v20240501preview/pool.py +550 -0
  673. pulumi_azure_native/devcenter/v20240501preview/project.py +418 -0
  674. pulumi_azure_native/devcenter/v20240501preview/project_catalog.py +363 -0
  675. pulumi_azure_native/devcenter/v20240501preview/project_environment_type.py +439 -0
  676. pulumi_azure_native/devcenter/v20240501preview/schedule.py +434 -0
  677. pulumi_azure_native/domainregistration/__init__.py +3 -0
  678. pulumi_azure_native/domainregistration/domain.py +3 -3
  679. pulumi_azure_native/domainregistration/domain_ownership_identifier.py +3 -3
  680. pulumi_azure_native/domainregistration/get_domain.py +2 -2
  681. pulumi_azure_native/domainregistration/get_domain_ownership_identifier.py +2 -2
  682. pulumi_azure_native/domainregistration/list_domain_recommendations.py +2 -2
  683. pulumi_azure_native/domainregistration/list_top_level_domain_agreements.py +2 -2
  684. pulumi_azure_native/domainregistration/v20201001/domain.py +1 -1
  685. pulumi_azure_native/domainregistration/v20201001/domain_ownership_identifier.py +1 -1
  686. pulumi_azure_native/domainregistration/v20220901/domain.py +1 -1
  687. pulumi_azure_native/domainregistration/v20220901/domain_ownership_identifier.py +1 -1
  688. pulumi_azure_native/domainregistration/v20230101/domain.py +1 -1
  689. pulumi_azure_native/domainregistration/v20230101/domain_ownership_identifier.py +1 -1
  690. pulumi_azure_native/domainregistration/v20231201/__init__.py +16 -0
  691. pulumi_azure_native/domainregistration/v20231201/_enums.py +17 -0
  692. pulumi_azure_native/domainregistration/v20231201/_inputs.py +322 -0
  693. pulumi_azure_native/domainregistration/v20231201/domain.py +609 -0
  694. pulumi_azure_native/domainregistration/v20231201/domain_ownership_identifier.py +231 -0
  695. pulumi_azure_native/domainregistration/v20231201/get_domain.py +337 -0
  696. pulumi_azure_native/domainregistration/v20231201/get_domain_ownership_identifier.py +135 -0
  697. pulumi_azure_native/domainregistration/v20231201/list_domain_recommendations.py +92 -0
  698. pulumi_azure_native/domainregistration/v20231201/list_top_level_domain_agreements.py +97 -0
  699. pulumi_azure_native/domainregistration/v20231201/outputs.py +205 -0
  700. pulumi_azure_native/elastic/_inputs.py +33 -1
  701. pulumi_azure_native/elastic/outputs.py +18 -16
  702. pulumi_azure_native/elastic/v20240101preview/_inputs.py +33 -1
  703. pulumi_azure_native/elastic/v20240101preview/outputs.py +18 -16
  704. pulumi_azure_native/elastic/v20240301/_inputs.py +33 -1
  705. pulumi_azure_native/elastic/v20240301/outputs.py +18 -16
  706. pulumi_azure_native/eventhub/v20240101/_enums.py +0 -15
  707. pulumi_azure_native/eventhub/v20240101/_inputs.py +0 -41
  708. pulumi_azure_native/eventhub/v20240101/cluster.py +1 -30
  709. pulumi_azure_native/eventhub/v20240101/event_hub.py +30 -1
  710. pulumi_azure_native/eventhub/v20240101/get_cluster.py +3 -16
  711. pulumi_azure_native/eventhub/v20240101/get_event_hub.py +16 -3
  712. pulumi_azure_native/eventhub/v20240101/outputs.py +0 -55
  713. pulumi_azure_native/hdinsight/v20231101preview/_inputs.py +2 -2
  714. pulumi_azure_native/hdinsight/v20231101preview/outputs.py +2 -2
  715. pulumi_azure_native/hdinsight/v20240501/_inputs.py +2 -2
  716. pulumi_azure_native/hdinsight/v20240501/outputs.py +2 -2
  717. pulumi_azure_native/machinelearningservices/__init__.py +14 -0
  718. pulumi_azure_native/machinelearningservices/_enums.py +38 -0
  719. pulumi_azure_native/machinelearningservices/_inputs.py +289 -0
  720. pulumi_azure_native/machinelearningservices/batch_deployment.py +3 -3
  721. pulumi_azure_native/machinelearningservices/batch_endpoint.py +3 -3
  722. pulumi_azure_native/machinelearningservices/capacity_reservation_group.py +3 -3
  723. pulumi_azure_native/machinelearningservices/code_container.py +3 -3
  724. pulumi_azure_native/machinelearningservices/code_version.py +3 -3
  725. pulumi_azure_native/machinelearningservices/component_container.py +3 -3
  726. pulumi_azure_native/machinelearningservices/component_version.py +3 -3
  727. pulumi_azure_native/machinelearningservices/compute.py +3 -3
  728. pulumi_azure_native/machinelearningservices/connection_deployment.py +230 -0
  729. pulumi_azure_native/machinelearningservices/connection_rai_blocklist.py +258 -0
  730. pulumi_azure_native/machinelearningservices/connection_rai_blocklist_item.py +237 -0
  731. pulumi_azure_native/machinelearningservices/connection_rai_policy.py +240 -0
  732. pulumi_azure_native/machinelearningservices/data_container.py +3 -3
  733. pulumi_azure_native/machinelearningservices/data_version.py +3 -3
  734. pulumi_azure_native/machinelearningservices/datastore.py +3 -3
  735. pulumi_azure_native/machinelearningservices/endpoint_deployment.py +5 -1
  736. pulumi_azure_native/machinelearningservices/environment_container.py +3 -3
  737. pulumi_azure_native/machinelearningservices/environment_specification_version.py +1 -1
  738. pulumi_azure_native/machinelearningservices/environment_version.py +3 -3
  739. pulumi_azure_native/machinelearningservices/featureset_container_entity.py +3 -3
  740. pulumi_azure_native/machinelearningservices/featureset_version.py +3 -3
  741. pulumi_azure_native/machinelearningservices/featurestore_entity_container_entity.py +3 -3
  742. pulumi_azure_native/machinelearningservices/featurestore_entity_version.py +3 -3
  743. pulumi_azure_native/machinelearningservices/get_batch_deployment.py +2 -2
  744. pulumi_azure_native/machinelearningservices/get_batch_endpoint.py +2 -2
  745. pulumi_azure_native/machinelearningservices/get_capacity_reservation_group.py +2 -2
  746. pulumi_azure_native/machinelearningservices/get_code_container.py +2 -2
  747. pulumi_azure_native/machinelearningservices/get_code_version.py +2 -2
  748. pulumi_azure_native/machinelearningservices/get_component_container.py +2 -2
  749. pulumi_azure_native/machinelearningservices/get_component_version.py +2 -2
  750. pulumi_azure_native/machinelearningservices/get_compute.py +2 -2
  751. pulumi_azure_native/machinelearningservices/get_compute_allowed_resize_sizes.py +2 -2
  752. pulumi_azure_native/machinelearningservices/get_connection_deployment.py +135 -0
  753. pulumi_azure_native/machinelearningservices/get_connection_rai_blocklist.py +143 -0
  754. pulumi_azure_native/machinelearningservices/get_connection_rai_blocklist_item.py +138 -0
  755. pulumi_azure_native/machinelearningservices/get_connection_rai_policy.py +143 -0
  756. pulumi_azure_native/machinelearningservices/get_data_container.py +2 -2
  757. pulumi_azure_native/machinelearningservices/get_data_version.py +2 -2
  758. pulumi_azure_native/machinelearningservices/get_datastore.py +2 -2
  759. pulumi_azure_native/machinelearningservices/get_endpoint_deployment.py +4 -0
  760. pulumi_azure_native/machinelearningservices/get_environment_container.py +2 -2
  761. pulumi_azure_native/machinelearningservices/get_environment_version.py +2 -2
  762. pulumi_azure_native/machinelearningservices/get_featureset_container_entity.py +2 -2
  763. pulumi_azure_native/machinelearningservices/get_featureset_version.py +2 -2
  764. pulumi_azure_native/machinelearningservices/get_featurestore_entity_container_entity.py +2 -2
  765. pulumi_azure_native/machinelearningservices/get_featurestore_entity_version.py +2 -2
  766. pulumi_azure_native/machinelearningservices/get_inference_endpoint.py +2 -2
  767. pulumi_azure_native/machinelearningservices/get_inference_group.py +2 -2
  768. pulumi_azure_native/machinelearningservices/get_inference_group_status.py +2 -2
  769. pulumi_azure_native/machinelearningservices/get_inference_pool.py +2 -2
  770. pulumi_azure_native/machinelearningservices/get_inference_pool_status.py +2 -2
  771. pulumi_azure_native/machinelearningservices/get_job.py +2 -2
  772. pulumi_azure_native/machinelearningservices/get_labeling_job.py +2 -2
  773. pulumi_azure_native/machinelearningservices/get_managed_network_settings_rule.py +2 -2
  774. pulumi_azure_native/machinelearningservices/get_marketplace_subscription.py +4 -0
  775. pulumi_azure_native/machinelearningservices/get_model_container.py +2 -2
  776. pulumi_azure_native/machinelearningservices/get_model_version.py +2 -2
  777. pulumi_azure_native/machinelearningservices/get_online_deployment.py +2 -2
  778. pulumi_azure_native/machinelearningservices/get_online_deployment_logs.py +2 -2
  779. pulumi_azure_native/machinelearningservices/get_online_endpoint.py +2 -2
  780. pulumi_azure_native/machinelearningservices/get_online_endpoint_token.py +2 -2
  781. pulumi_azure_native/machinelearningservices/get_private_endpoint_connection.py +2 -2
  782. pulumi_azure_native/machinelearningservices/get_rai_policy.py +143 -0
  783. pulumi_azure_native/machinelearningservices/get_registry.py +2 -2
  784. pulumi_azure_native/machinelearningservices/get_registry_code_container.py +2 -2
  785. pulumi_azure_native/machinelearningservices/get_registry_code_version.py +2 -2
  786. pulumi_azure_native/machinelearningservices/get_registry_component_container.py +2 -2
  787. pulumi_azure_native/machinelearningservices/get_registry_component_version.py +2 -2
  788. pulumi_azure_native/machinelearningservices/get_registry_data_container.py +2 -2
  789. pulumi_azure_native/machinelearningservices/get_registry_data_version.py +2 -2
  790. pulumi_azure_native/machinelearningservices/get_registry_environment_container.py +2 -2
  791. pulumi_azure_native/machinelearningservices/get_registry_environment_version.py +2 -2
  792. pulumi_azure_native/machinelearningservices/get_registry_model_container.py +2 -2
  793. pulumi_azure_native/machinelearningservices/get_registry_model_version.py +2 -2
  794. pulumi_azure_native/machinelearningservices/get_schedule.py +2 -2
  795. pulumi_azure_native/machinelearningservices/get_serverless_endpoint.py +2 -2
  796. pulumi_azure_native/machinelearningservices/get_serverless_endpoint_status.py +2 -2
  797. pulumi_azure_native/machinelearningservices/get_workspace.py +2 -2
  798. pulumi_azure_native/machinelearningservices/get_workspace_connection.py +2 -2
  799. pulumi_azure_native/machinelearningservices/inference_endpoint.py +3 -3
  800. pulumi_azure_native/machinelearningservices/inference_group.py +3 -3
  801. pulumi_azure_native/machinelearningservices/inference_pool.py +3 -3
  802. pulumi_azure_native/machinelearningservices/job.py +3 -3
  803. pulumi_azure_native/machinelearningservices/labeling_job.py +3 -3
  804. pulumi_azure_native/machinelearningservices/list_batch_endpoint_keys.py +2 -2
  805. pulumi_azure_native/machinelearningservices/list_compute_keys.py +2 -2
  806. pulumi_azure_native/machinelearningservices/list_compute_nodes.py +2 -2
  807. pulumi_azure_native/machinelearningservices/list_datastore_secrets.py +2 -2
  808. pulumi_azure_native/machinelearningservices/list_endpoint_keys.py +4 -0
  809. pulumi_azure_native/machinelearningservices/list_online_endpoint_keys.py +2 -2
  810. pulumi_azure_native/machinelearningservices/list_serverless_endpoint_keys.py +2 -2
  811. pulumi_azure_native/machinelearningservices/list_workspace_connection_models.py +91 -0
  812. pulumi_azure_native/machinelearningservices/list_workspace_connection_secrets.py +2 -2
  813. pulumi_azure_native/machinelearningservices/list_workspace_keys.py +2 -2
  814. pulumi_azure_native/machinelearningservices/list_workspace_notebook_access_token.py +2 -2
  815. pulumi_azure_native/machinelearningservices/list_workspace_notebook_keys.py +2 -2
  816. pulumi_azure_native/machinelearningservices/list_workspace_storage_account_keys.py +2 -2
  817. pulumi_azure_native/machinelearningservices/machine_learning_datastore.py +1 -1
  818. pulumi_azure_native/machinelearningservices/managed_network_settings_rule.py +3 -3
  819. pulumi_azure_native/machinelearningservices/marketplace_subscription.py +5 -1
  820. pulumi_azure_native/machinelearningservices/model_container.py +3 -3
  821. pulumi_azure_native/machinelearningservices/model_version.py +3 -3
  822. pulumi_azure_native/machinelearningservices/online_deployment.py +3 -3
  823. pulumi_azure_native/machinelearningservices/online_endpoint.py +3 -3
  824. pulumi_azure_native/machinelearningservices/outputs.py +875 -0
  825. pulumi_azure_native/machinelearningservices/private_endpoint_connection.py +3 -3
  826. pulumi_azure_native/machinelearningservices/rai_policy.py +240 -0
  827. pulumi_azure_native/machinelearningservices/registry.py +3 -3
  828. pulumi_azure_native/machinelearningservices/registry_code_container.py +3 -3
  829. pulumi_azure_native/machinelearningservices/registry_code_version.py +3 -3
  830. pulumi_azure_native/machinelearningservices/registry_component_container.py +3 -3
  831. pulumi_azure_native/machinelearningservices/registry_component_version.py +3 -3
  832. pulumi_azure_native/machinelearningservices/registry_data_container.py +3 -3
  833. pulumi_azure_native/machinelearningservices/registry_data_version.py +3 -3
  834. pulumi_azure_native/machinelearningservices/registry_environment_container.py +3 -3
  835. pulumi_azure_native/machinelearningservices/registry_environment_version.py +3 -3
  836. pulumi_azure_native/machinelearningservices/registry_model_container.py +3 -3
  837. pulumi_azure_native/machinelearningservices/registry_model_version.py +3 -3
  838. pulumi_azure_native/machinelearningservices/schedule.py +3 -3
  839. pulumi_azure_native/machinelearningservices/serverless_endpoint.py +3 -3
  840. pulumi_azure_native/machinelearningservices/v20200501preview/machine_learning_datastore.py +1 -1
  841. pulumi_azure_native/machinelearningservices/v20200801/workspace.py +1 -1
  842. pulumi_azure_native/machinelearningservices/v20200901preview/labeling_job.py +1 -1
  843. pulumi_azure_native/machinelearningservices/v20200901preview/workspace.py +1 -1
  844. pulumi_azure_native/machinelearningservices/v20210301preview/batch_deployment.py +1 -1
  845. pulumi_azure_native/machinelearningservices/v20210301preview/batch_endpoint.py +1 -1
  846. pulumi_azure_native/machinelearningservices/v20210301preview/code_container.py +1 -1
  847. pulumi_azure_native/machinelearningservices/v20210301preview/code_version.py +1 -1
  848. pulumi_azure_native/machinelearningservices/v20210301preview/data_container.py +1 -1
  849. pulumi_azure_native/machinelearningservices/v20210301preview/data_version.py +1 -1
  850. pulumi_azure_native/machinelearningservices/v20210301preview/datastore.py +1 -1
  851. pulumi_azure_native/machinelearningservices/v20210301preview/environment_container.py +1 -1
  852. pulumi_azure_native/machinelearningservices/v20210301preview/environment_specification_version.py +1 -1
  853. pulumi_azure_native/machinelearningservices/v20210301preview/job.py +1 -1
  854. pulumi_azure_native/machinelearningservices/v20210301preview/labeling_job.py +1 -1
  855. pulumi_azure_native/machinelearningservices/v20210301preview/model_container.py +1 -1
  856. pulumi_azure_native/machinelearningservices/v20210301preview/model_version.py +1 -1
  857. pulumi_azure_native/machinelearningservices/v20210301preview/online_deployment.py +1 -1
  858. pulumi_azure_native/machinelearningservices/v20210301preview/online_endpoint.py +1 -1
  859. pulumi_azure_native/machinelearningservices/v20210401/machine_learning_compute.py +1 -1
  860. pulumi_azure_native/machinelearningservices/v20210401/workspace_connection.py +1 -1
  861. pulumi_azure_native/machinelearningservices/v20220101preview/compute.py +1 -1
  862. pulumi_azure_native/machinelearningservices/v20220101preview/private_endpoint_connection.py +1 -1
  863. pulumi_azure_native/machinelearningservices/v20220101preview/workspace.py +1 -1
  864. pulumi_azure_native/machinelearningservices/v20220201preview/batch_deployment.py +1 -1
  865. pulumi_azure_native/machinelearningservices/v20220201preview/batch_endpoint.py +1 -1
  866. pulumi_azure_native/machinelearningservices/v20220201preview/code_container.py +1 -1
  867. pulumi_azure_native/machinelearningservices/v20220201preview/code_version.py +1 -1
  868. pulumi_azure_native/machinelearningservices/v20220201preview/component_container.py +1 -1
  869. pulumi_azure_native/machinelearningservices/v20220201preview/component_version.py +1 -1
  870. pulumi_azure_native/machinelearningservices/v20220201preview/data_container.py +1 -1
  871. pulumi_azure_native/machinelearningservices/v20220201preview/data_version.py +1 -1
  872. pulumi_azure_native/machinelearningservices/v20220201preview/datastore.py +1 -1
  873. pulumi_azure_native/machinelearningservices/v20220201preview/environment_container.py +1 -1
  874. pulumi_azure_native/machinelearningservices/v20220201preview/environment_version.py +1 -1
  875. pulumi_azure_native/machinelearningservices/v20220201preview/job.py +1 -1
  876. pulumi_azure_native/machinelearningservices/v20220201preview/model_container.py +1 -1
  877. pulumi_azure_native/machinelearningservices/v20220201preview/model_version.py +1 -1
  878. pulumi_azure_native/machinelearningservices/v20220201preview/online_deployment.py +1 -1
  879. pulumi_azure_native/machinelearningservices/v20220201preview/online_endpoint.py +1 -1
  880. pulumi_azure_native/machinelearningservices/v20220201preview/workspace_connection.py +1 -1
  881. pulumi_azure_native/machinelearningservices/v20230401/batch_deployment.py +1 -1
  882. pulumi_azure_native/machinelearningservices/v20230401/batch_endpoint.py +1 -1
  883. pulumi_azure_native/machinelearningservices/v20230401/code_container.py +1 -1
  884. pulumi_azure_native/machinelearningservices/v20230401/code_version.py +1 -1
  885. pulumi_azure_native/machinelearningservices/v20230401/component_container.py +1 -1
  886. pulumi_azure_native/machinelearningservices/v20230401/component_version.py +1 -1
  887. pulumi_azure_native/machinelearningservices/v20230401/compute.py +1 -1
  888. pulumi_azure_native/machinelearningservices/v20230401/data_container.py +1 -1
  889. pulumi_azure_native/machinelearningservices/v20230401/data_version.py +1 -1
  890. pulumi_azure_native/machinelearningservices/v20230401/datastore.py +1 -1
  891. pulumi_azure_native/machinelearningservices/v20230401/environment_container.py +1 -1
  892. pulumi_azure_native/machinelearningservices/v20230401/environment_version.py +1 -1
  893. pulumi_azure_native/machinelearningservices/v20230401/job.py +1 -1
  894. pulumi_azure_native/machinelearningservices/v20230401/model_container.py +1 -1
  895. pulumi_azure_native/machinelearningservices/v20230401/model_version.py +1 -1
  896. pulumi_azure_native/machinelearningservices/v20230401/online_deployment.py +1 -1
  897. pulumi_azure_native/machinelearningservices/v20230401/online_endpoint.py +1 -1
  898. pulumi_azure_native/machinelearningservices/v20230401/private_endpoint_connection.py +1 -1
  899. pulumi_azure_native/machinelearningservices/v20230401/registry.py +1 -1
  900. pulumi_azure_native/machinelearningservices/v20230401/registry_code_container.py +1 -1
  901. pulumi_azure_native/machinelearningservices/v20230401/registry_code_version.py +1 -1
  902. pulumi_azure_native/machinelearningservices/v20230401/registry_component_container.py +1 -1
  903. pulumi_azure_native/machinelearningservices/v20230401/registry_component_version.py +1 -1
  904. pulumi_azure_native/machinelearningservices/v20230401/registry_data_container.py +1 -1
  905. pulumi_azure_native/machinelearningservices/v20230401/registry_data_version.py +1 -1
  906. pulumi_azure_native/machinelearningservices/v20230401/registry_environment_container.py +1 -1
  907. pulumi_azure_native/machinelearningservices/v20230401/registry_environment_version.py +1 -1
  908. pulumi_azure_native/machinelearningservices/v20230401/registry_model_container.py +1 -1
  909. pulumi_azure_native/machinelearningservices/v20230401/registry_model_version.py +1 -1
  910. pulumi_azure_native/machinelearningservices/v20230401/schedule.py +1 -1
  911. pulumi_azure_native/machinelearningservices/v20230401/workspace.py +1 -1
  912. pulumi_azure_native/machinelearningservices/v20230401/workspace_connection.py +1 -1
  913. pulumi_azure_native/machinelearningservices/v20230401preview/batch_deployment.py +1 -1
  914. pulumi_azure_native/machinelearningservices/v20230401preview/batch_endpoint.py +1 -1
  915. pulumi_azure_native/machinelearningservices/v20230401preview/code_container.py +1 -1
  916. pulumi_azure_native/machinelearningservices/v20230401preview/code_version.py +1 -1
  917. pulumi_azure_native/machinelearningservices/v20230401preview/component_container.py +1 -1
  918. pulumi_azure_native/machinelearningservices/v20230401preview/component_version.py +1 -1
  919. pulumi_azure_native/machinelearningservices/v20230401preview/compute.py +1 -1
  920. pulumi_azure_native/machinelearningservices/v20230401preview/data_container.py +1 -1
  921. pulumi_azure_native/machinelearningservices/v20230401preview/data_version.py +1 -1
  922. pulumi_azure_native/machinelearningservices/v20230401preview/datastore.py +1 -1
  923. pulumi_azure_native/machinelearningservices/v20230401preview/environment_container.py +1 -1
  924. pulumi_azure_native/machinelearningservices/v20230401preview/environment_version.py +1 -1
  925. pulumi_azure_native/machinelearningservices/v20230401preview/featureset_container_entity.py +1 -1
  926. pulumi_azure_native/machinelearningservices/v20230401preview/featureset_version.py +1 -1
  927. pulumi_azure_native/machinelearningservices/v20230401preview/featurestore_entity_container_entity.py +1 -1
  928. pulumi_azure_native/machinelearningservices/v20230401preview/featurestore_entity_version.py +1 -1
  929. pulumi_azure_native/machinelearningservices/v20230401preview/job.py +1 -1
  930. pulumi_azure_native/machinelearningservices/v20230401preview/labeling_job.py +1 -1
  931. pulumi_azure_native/machinelearningservices/v20230401preview/managed_network_settings_rule.py +1 -1
  932. pulumi_azure_native/machinelearningservices/v20230401preview/model_container.py +1 -1
  933. pulumi_azure_native/machinelearningservices/v20230401preview/model_version.py +1 -1
  934. pulumi_azure_native/machinelearningservices/v20230401preview/online_deployment.py +1 -1
  935. pulumi_azure_native/machinelearningservices/v20230401preview/online_endpoint.py +1 -1
  936. pulumi_azure_native/machinelearningservices/v20230401preview/private_endpoint_connection.py +1 -1
  937. pulumi_azure_native/machinelearningservices/v20230401preview/registry.py +1 -1
  938. pulumi_azure_native/machinelearningservices/v20230401preview/registry_code_container.py +1 -1
  939. pulumi_azure_native/machinelearningservices/v20230401preview/registry_code_version.py +1 -1
  940. pulumi_azure_native/machinelearningservices/v20230401preview/registry_component_container.py +1 -1
  941. pulumi_azure_native/machinelearningservices/v20230401preview/registry_component_version.py +1 -1
  942. pulumi_azure_native/machinelearningservices/v20230401preview/registry_data_container.py +1 -1
  943. pulumi_azure_native/machinelearningservices/v20230401preview/registry_data_version.py +1 -1
  944. pulumi_azure_native/machinelearningservices/v20230401preview/registry_environment_container.py +1 -1
  945. pulumi_azure_native/machinelearningservices/v20230401preview/registry_environment_version.py +1 -1
  946. pulumi_azure_native/machinelearningservices/v20230401preview/registry_model_container.py +1 -1
  947. pulumi_azure_native/machinelearningservices/v20230401preview/registry_model_version.py +1 -1
  948. pulumi_azure_native/machinelearningservices/v20230401preview/schedule.py +1 -1
  949. pulumi_azure_native/machinelearningservices/v20230401preview/workspace.py +1 -1
  950. pulumi_azure_native/machinelearningservices/v20230401preview/workspace_connection.py +1 -1
  951. pulumi_azure_native/machinelearningservices/v20230601preview/batch_deployment.py +1 -1
  952. pulumi_azure_native/machinelearningservices/v20230601preview/batch_endpoint.py +1 -1
  953. pulumi_azure_native/machinelearningservices/v20230601preview/code_container.py +1 -1
  954. pulumi_azure_native/machinelearningservices/v20230601preview/code_version.py +1 -1
  955. pulumi_azure_native/machinelearningservices/v20230601preview/component_container.py +1 -1
  956. pulumi_azure_native/machinelearningservices/v20230601preview/component_version.py +1 -1
  957. pulumi_azure_native/machinelearningservices/v20230601preview/compute.py +1 -1
  958. pulumi_azure_native/machinelearningservices/v20230601preview/data_container.py +1 -1
  959. pulumi_azure_native/machinelearningservices/v20230601preview/data_version.py +1 -1
  960. pulumi_azure_native/machinelearningservices/v20230601preview/datastore.py +1 -1
  961. pulumi_azure_native/machinelearningservices/v20230601preview/environment_container.py +1 -1
  962. pulumi_azure_native/machinelearningservices/v20230601preview/environment_version.py +1 -1
  963. pulumi_azure_native/machinelearningservices/v20230601preview/featureset_container_entity.py +1 -1
  964. pulumi_azure_native/machinelearningservices/v20230601preview/featureset_version.py +1 -1
  965. pulumi_azure_native/machinelearningservices/v20230601preview/featurestore_entity_container_entity.py +1 -1
  966. pulumi_azure_native/machinelearningservices/v20230601preview/featurestore_entity_version.py +1 -1
  967. pulumi_azure_native/machinelearningservices/v20230601preview/job.py +1 -1
  968. pulumi_azure_native/machinelearningservices/v20230601preview/labeling_job.py +1 -1
  969. pulumi_azure_native/machinelearningservices/v20230601preview/managed_network_settings_rule.py +1 -1
  970. pulumi_azure_native/machinelearningservices/v20230601preview/model_container.py +1 -1
  971. pulumi_azure_native/machinelearningservices/v20230601preview/model_version.py +1 -1
  972. pulumi_azure_native/machinelearningservices/v20230601preview/online_deployment.py +1 -1
  973. pulumi_azure_native/machinelearningservices/v20230601preview/online_endpoint.py +1 -1
  974. pulumi_azure_native/machinelearningservices/v20230601preview/private_endpoint_connection.py +1 -1
  975. pulumi_azure_native/machinelearningservices/v20230601preview/registry.py +1 -1
  976. pulumi_azure_native/machinelearningservices/v20230601preview/registry_code_container.py +1 -1
  977. pulumi_azure_native/machinelearningservices/v20230601preview/registry_code_version.py +1 -1
  978. pulumi_azure_native/machinelearningservices/v20230601preview/registry_component_container.py +1 -1
  979. pulumi_azure_native/machinelearningservices/v20230601preview/registry_component_version.py +1 -1
  980. pulumi_azure_native/machinelearningservices/v20230601preview/registry_data_container.py +1 -1
  981. pulumi_azure_native/machinelearningservices/v20230601preview/registry_data_version.py +1 -1
  982. pulumi_azure_native/machinelearningservices/v20230601preview/registry_environment_container.py +1 -1
  983. pulumi_azure_native/machinelearningservices/v20230601preview/registry_environment_version.py +1 -1
  984. pulumi_azure_native/machinelearningservices/v20230601preview/registry_model_container.py +1 -1
  985. pulumi_azure_native/machinelearningservices/v20230601preview/registry_model_version.py +1 -1
  986. pulumi_azure_native/machinelearningservices/v20230601preview/schedule.py +1 -1
  987. pulumi_azure_native/machinelearningservices/v20230601preview/workspace.py +1 -1
  988. pulumi_azure_native/machinelearningservices/v20230601preview/workspace_connection.py +1 -1
  989. pulumi_azure_native/machinelearningservices/v20230801preview/batch_deployment.py +1 -1
  990. pulumi_azure_native/machinelearningservices/v20230801preview/batch_endpoint.py +1 -1
  991. pulumi_azure_native/machinelearningservices/v20230801preview/capacity_reservation_group.py +1 -1
  992. pulumi_azure_native/machinelearningservices/v20230801preview/code_container.py +1 -1
  993. pulumi_azure_native/machinelearningservices/v20230801preview/code_version.py +1 -1
  994. pulumi_azure_native/machinelearningservices/v20230801preview/component_container.py +1 -1
  995. pulumi_azure_native/machinelearningservices/v20230801preview/component_version.py +1 -1
  996. pulumi_azure_native/machinelearningservices/v20230801preview/compute.py +1 -1
  997. pulumi_azure_native/machinelearningservices/v20230801preview/data_container.py +1 -1
  998. pulumi_azure_native/machinelearningservices/v20230801preview/data_version.py +1 -1
  999. pulumi_azure_native/machinelearningservices/v20230801preview/datastore.py +1 -1
  1000. pulumi_azure_native/machinelearningservices/v20230801preview/environment_container.py +1 -1
  1001. pulumi_azure_native/machinelearningservices/v20230801preview/environment_version.py +1 -1
  1002. pulumi_azure_native/machinelearningservices/v20230801preview/featureset_container_entity.py +1 -1
  1003. pulumi_azure_native/machinelearningservices/v20230801preview/featureset_version.py +1 -1
  1004. pulumi_azure_native/machinelearningservices/v20230801preview/featurestore_entity_container_entity.py +1 -1
  1005. pulumi_azure_native/machinelearningservices/v20230801preview/featurestore_entity_version.py +1 -1
  1006. pulumi_azure_native/machinelearningservices/v20230801preview/inference_endpoint.py +1 -1
  1007. pulumi_azure_native/machinelearningservices/v20230801preview/inference_group.py +1 -1
  1008. pulumi_azure_native/machinelearningservices/v20230801preview/inference_pool.py +1 -1
  1009. pulumi_azure_native/machinelearningservices/v20230801preview/job.py +1 -1
  1010. pulumi_azure_native/machinelearningservices/v20230801preview/labeling_job.py +1 -1
  1011. pulumi_azure_native/machinelearningservices/v20230801preview/managed_network_settings_rule.py +1 -1
  1012. pulumi_azure_native/machinelearningservices/v20230801preview/model_container.py +1 -1
  1013. pulumi_azure_native/machinelearningservices/v20230801preview/model_version.py +1 -1
  1014. pulumi_azure_native/machinelearningservices/v20230801preview/online_deployment.py +1 -1
  1015. pulumi_azure_native/machinelearningservices/v20230801preview/online_endpoint.py +1 -1
  1016. pulumi_azure_native/machinelearningservices/v20230801preview/private_endpoint_connection.py +1 -1
  1017. pulumi_azure_native/machinelearningservices/v20230801preview/registry.py +1 -1
  1018. pulumi_azure_native/machinelearningservices/v20230801preview/registry_code_container.py +1 -1
  1019. pulumi_azure_native/machinelearningservices/v20230801preview/registry_code_version.py +1 -1
  1020. pulumi_azure_native/machinelearningservices/v20230801preview/registry_component_container.py +1 -1
  1021. pulumi_azure_native/machinelearningservices/v20230801preview/registry_component_version.py +1 -1
  1022. pulumi_azure_native/machinelearningservices/v20230801preview/registry_data_container.py +1 -1
  1023. pulumi_azure_native/machinelearningservices/v20230801preview/registry_data_version.py +1 -1
  1024. pulumi_azure_native/machinelearningservices/v20230801preview/registry_environment_container.py +1 -1
  1025. pulumi_azure_native/machinelearningservices/v20230801preview/registry_environment_version.py +1 -1
  1026. pulumi_azure_native/machinelearningservices/v20230801preview/registry_model_container.py +1 -1
  1027. pulumi_azure_native/machinelearningservices/v20230801preview/registry_model_version.py +1 -1
  1028. pulumi_azure_native/machinelearningservices/v20230801preview/schedule.py +1 -1
  1029. pulumi_azure_native/machinelearningservices/v20230801preview/serverless_endpoint.py +1 -1
  1030. pulumi_azure_native/machinelearningservices/v20230801preview/workspace.py +1 -1
  1031. pulumi_azure_native/machinelearningservices/v20230801preview/workspace_connection.py +1 -1
  1032. pulumi_azure_native/machinelearningservices/v20231001/batch_deployment.py +1 -1
  1033. pulumi_azure_native/machinelearningservices/v20231001/batch_endpoint.py +1 -1
  1034. pulumi_azure_native/machinelearningservices/v20231001/code_container.py +1 -1
  1035. pulumi_azure_native/machinelearningservices/v20231001/code_version.py +1 -1
  1036. pulumi_azure_native/machinelearningservices/v20231001/component_container.py +1 -1
  1037. pulumi_azure_native/machinelearningservices/v20231001/component_version.py +1 -1
  1038. pulumi_azure_native/machinelearningservices/v20231001/compute.py +1 -1
  1039. pulumi_azure_native/machinelearningservices/v20231001/data_container.py +1 -1
  1040. pulumi_azure_native/machinelearningservices/v20231001/data_version.py +1 -1
  1041. pulumi_azure_native/machinelearningservices/v20231001/datastore.py +1 -1
  1042. pulumi_azure_native/machinelearningservices/v20231001/environment_container.py +1 -1
  1043. pulumi_azure_native/machinelearningservices/v20231001/environment_version.py +1 -1
  1044. pulumi_azure_native/machinelearningservices/v20231001/featureset_container_entity.py +1 -1
  1045. pulumi_azure_native/machinelearningservices/v20231001/featureset_version.py +1 -1
  1046. pulumi_azure_native/machinelearningservices/v20231001/featurestore_entity_container_entity.py +1 -1
  1047. pulumi_azure_native/machinelearningservices/v20231001/featurestore_entity_version.py +1 -1
  1048. pulumi_azure_native/machinelearningservices/v20231001/job.py +1 -1
  1049. pulumi_azure_native/machinelearningservices/v20231001/managed_network_settings_rule.py +1 -1
  1050. pulumi_azure_native/machinelearningservices/v20231001/model_container.py +1 -1
  1051. pulumi_azure_native/machinelearningservices/v20231001/model_version.py +1 -1
  1052. pulumi_azure_native/machinelearningservices/v20231001/online_deployment.py +1 -1
  1053. pulumi_azure_native/machinelearningservices/v20231001/online_endpoint.py +1 -1
  1054. pulumi_azure_native/machinelearningservices/v20231001/private_endpoint_connection.py +1 -1
  1055. pulumi_azure_native/machinelearningservices/v20231001/registry.py +1 -1
  1056. pulumi_azure_native/machinelearningservices/v20231001/registry_code_container.py +1 -1
  1057. pulumi_azure_native/machinelearningservices/v20231001/registry_code_version.py +1 -1
  1058. pulumi_azure_native/machinelearningservices/v20231001/registry_component_container.py +1 -1
  1059. pulumi_azure_native/machinelearningservices/v20231001/registry_component_version.py +1 -1
  1060. pulumi_azure_native/machinelearningservices/v20231001/registry_data_container.py +1 -1
  1061. pulumi_azure_native/machinelearningservices/v20231001/registry_data_version.py +1 -1
  1062. pulumi_azure_native/machinelearningservices/v20231001/registry_environment_container.py +1 -1
  1063. pulumi_azure_native/machinelearningservices/v20231001/registry_environment_version.py +1 -1
  1064. pulumi_azure_native/machinelearningservices/v20231001/registry_model_container.py +1 -1
  1065. pulumi_azure_native/machinelearningservices/v20231001/registry_model_version.py +1 -1
  1066. pulumi_azure_native/machinelearningservices/v20231001/schedule.py +1 -1
  1067. pulumi_azure_native/machinelearningservices/v20231001/workspace.py +1 -1
  1068. pulumi_azure_native/machinelearningservices/v20231001/workspace_connection.py +1 -1
  1069. pulumi_azure_native/machinelearningservices/v20240101preview/_inputs.py +6 -4
  1070. pulumi_azure_native/machinelearningservices/v20240101preview/batch_deployment.py +1 -1
  1071. pulumi_azure_native/machinelearningservices/v20240101preview/batch_endpoint.py +1 -1
  1072. pulumi_azure_native/machinelearningservices/v20240101preview/capacity_reservation_group.py +1 -1
  1073. pulumi_azure_native/machinelearningservices/v20240101preview/code_container.py +1 -1
  1074. pulumi_azure_native/machinelearningservices/v20240101preview/code_version.py +1 -1
  1075. pulumi_azure_native/machinelearningservices/v20240101preview/component_container.py +1 -1
  1076. pulumi_azure_native/machinelearningservices/v20240101preview/component_version.py +1 -1
  1077. pulumi_azure_native/machinelearningservices/v20240101preview/compute.py +1 -1
  1078. pulumi_azure_native/machinelearningservices/v20240101preview/data_container.py +1 -1
  1079. pulumi_azure_native/machinelearningservices/v20240101preview/data_version.py +1 -1
  1080. pulumi_azure_native/machinelearningservices/v20240101preview/datastore.py +1 -1
  1081. pulumi_azure_native/machinelearningservices/v20240101preview/endpoint_deployment.py +1 -1
  1082. pulumi_azure_native/machinelearningservices/v20240101preview/environment_container.py +1 -1
  1083. pulumi_azure_native/machinelearningservices/v20240101preview/environment_version.py +1 -1
  1084. pulumi_azure_native/machinelearningservices/v20240101preview/featureset_container_entity.py +1 -1
  1085. pulumi_azure_native/machinelearningservices/v20240101preview/featureset_version.py +1 -1
  1086. pulumi_azure_native/machinelearningservices/v20240101preview/featurestore_entity_container_entity.py +1 -1
  1087. pulumi_azure_native/machinelearningservices/v20240101preview/featurestore_entity_version.py +1 -1
  1088. pulumi_azure_native/machinelearningservices/v20240101preview/inference_endpoint.py +1 -1
  1089. pulumi_azure_native/machinelearningservices/v20240101preview/inference_group.py +1 -1
  1090. pulumi_azure_native/machinelearningservices/v20240101preview/inference_pool.py +1 -1
  1091. pulumi_azure_native/machinelearningservices/v20240101preview/job.py +1 -1
  1092. pulumi_azure_native/machinelearningservices/v20240101preview/labeling_job.py +1 -1
  1093. pulumi_azure_native/machinelearningservices/v20240101preview/managed_network_settings_rule.py +1 -1
  1094. pulumi_azure_native/machinelearningservices/v20240101preview/marketplace_subscription.py +1 -1
  1095. pulumi_azure_native/machinelearningservices/v20240101preview/model_container.py +1 -1
  1096. pulumi_azure_native/machinelearningservices/v20240101preview/model_version.py +1 -1
  1097. pulumi_azure_native/machinelearningservices/v20240101preview/online_deployment.py +1 -1
  1098. pulumi_azure_native/machinelearningservices/v20240101preview/online_endpoint.py +1 -1
  1099. pulumi_azure_native/machinelearningservices/v20240101preview/outputs.py +6 -4
  1100. pulumi_azure_native/machinelearningservices/v20240101preview/private_endpoint_connection.py +1 -1
  1101. pulumi_azure_native/machinelearningservices/v20240101preview/registry.py +1 -1
  1102. pulumi_azure_native/machinelearningservices/v20240101preview/registry_code_container.py +1 -1
  1103. pulumi_azure_native/machinelearningservices/v20240101preview/registry_code_version.py +1 -1
  1104. pulumi_azure_native/machinelearningservices/v20240101preview/registry_component_container.py +1 -1
  1105. pulumi_azure_native/machinelearningservices/v20240101preview/registry_component_version.py +1 -1
  1106. pulumi_azure_native/machinelearningservices/v20240101preview/registry_data_container.py +1 -1
  1107. pulumi_azure_native/machinelearningservices/v20240101preview/registry_data_version.py +1 -1
  1108. pulumi_azure_native/machinelearningservices/v20240101preview/registry_environment_container.py +1 -1
  1109. pulumi_azure_native/machinelearningservices/v20240101preview/registry_environment_version.py +1 -1
  1110. pulumi_azure_native/machinelearningservices/v20240101preview/registry_model_container.py +1 -1
  1111. pulumi_azure_native/machinelearningservices/v20240101preview/registry_model_version.py +1 -1
  1112. pulumi_azure_native/machinelearningservices/v20240101preview/schedule.py +1 -1
  1113. pulumi_azure_native/machinelearningservices/v20240101preview/serverless_endpoint.py +1 -1
  1114. pulumi_azure_native/machinelearningservices/v20240101preview/workspace.py +1 -1
  1115. pulumi_azure_native/machinelearningservices/v20240101preview/workspace_connection.py +1 -1
  1116. pulumi_azure_native/machinelearningservices/v20240401preview/__init__.py +129 -0
  1117. pulumi_azure_native/machinelearningservices/v20240401preview/_enums.py +2429 -0
  1118. pulumi_azure_native/machinelearningservices/v20240401preview/_inputs.py +33263 -0
  1119. pulumi_azure_native/machinelearningservices/v20240401preview/batch_deployment.py +381 -0
  1120. pulumi_azure_native/machinelearningservices/v20240401preview/batch_endpoint.py +360 -0
  1121. pulumi_azure_native/machinelearningservices/v20240401preview/capacity_reservation_group.py +339 -0
  1122. pulumi_azure_native/machinelearningservices/v20240401preview/code_container.py +215 -0
  1123. pulumi_azure_native/machinelearningservices/v20240401preview/code_version.py +237 -0
  1124. pulumi_azure_native/machinelearningservices/v20240401preview/component_container.py +215 -0
  1125. pulumi_azure_native/machinelearningservices/v20240401preview/component_version.py +237 -0
  1126. pulumi_azure_native/machinelearningservices/v20240401preview/compute.py +332 -0
  1127. pulumi_azure_native/machinelearningservices/v20240401preview/connection_deployment.py +228 -0
  1128. pulumi_azure_native/machinelearningservices/v20240401preview/connection_rai_blocklist.py +256 -0
  1129. pulumi_azure_native/machinelearningservices/v20240401preview/connection_rai_blocklist_item.py +235 -0
  1130. pulumi_azure_native/machinelearningservices/v20240401preview/connection_rai_policy.py +238 -0
  1131. pulumi_azure_native/machinelearningservices/v20240401preview/data_container.py +216 -0
  1132. pulumi_azure_native/machinelearningservices/v20240401preview/data_version.py +237 -0
  1133. pulumi_azure_native/machinelearningservices/v20240401preview/datastore.py +236 -0
  1134. pulumi_azure_native/machinelearningservices/v20240401preview/endpoint_deployment.py +228 -0
  1135. pulumi_azure_native/machinelearningservices/v20240401preview/environment_container.py +215 -0
  1136. pulumi_azure_native/machinelearningservices/v20240401preview/environment_version.py +237 -0
  1137. pulumi_azure_native/machinelearningservices/v20240401preview/featureset_container_entity.py +215 -0
  1138. pulumi_azure_native/machinelearningservices/v20240401preview/featureset_version.py +237 -0
  1139. pulumi_azure_native/machinelearningservices/v20240401preview/featurestore_entity_container_entity.py +215 -0
  1140. pulumi_azure_native/machinelearningservices/v20240401preview/featurestore_entity_version.py +237 -0
  1141. pulumi_azure_native/machinelearningservices/v20240401preview/get_batch_deployment.py +201 -0
  1142. pulumi_azure_native/machinelearningservices/v20240401preview/get_batch_endpoint.py +196 -0
  1143. pulumi_azure_native/machinelearningservices/v20240401preview/get_capacity_reservation_group.py +191 -0
  1144. pulumi_azure_native/machinelearningservices/v20240401preview/get_code_container.py +136 -0
  1145. pulumi_azure_native/machinelearningservices/v20240401preview/get_code_version.py +141 -0
  1146. pulumi_azure_native/machinelearningservices/v20240401preview/get_component_container.py +136 -0
  1147. pulumi_azure_native/machinelearningservices/v20240401preview/get_component_version.py +141 -0
  1148. pulumi_azure_native/machinelearningservices/v20240401preview/get_compute.py +188 -0
  1149. pulumi_azure_native/machinelearningservices/v20240401preview/get_compute_allowed_resize_sizes.py +84 -0
  1150. pulumi_azure_native/machinelearningservices/v20240401preview/get_connection_deployment.py +133 -0
  1151. pulumi_azure_native/machinelearningservices/v20240401preview/get_connection_rai_blocklist.py +141 -0
  1152. pulumi_azure_native/machinelearningservices/v20240401preview/get_connection_rai_blocklist_item.py +136 -0
  1153. pulumi_azure_native/machinelearningservices/v20240401preview/get_connection_rai_policy.py +141 -0
  1154. pulumi_azure_native/machinelearningservices/v20240401preview/get_data_container.py +136 -0
  1155. pulumi_azure_native/machinelearningservices/v20240401preview/get_data_version.py +141 -0
  1156. pulumi_azure_native/machinelearningservices/v20240401preview/get_datastore.py +136 -0
  1157. pulumi_azure_native/machinelearningservices/v20240401preview/get_endpoint_deployment.py +133 -0
  1158. pulumi_azure_native/machinelearningservices/v20240401preview/get_environment_container.py +136 -0
  1159. pulumi_azure_native/machinelearningservices/v20240401preview/get_environment_version.py +141 -0
  1160. pulumi_azure_native/machinelearningservices/v20240401preview/get_featureset_container_entity.py +136 -0
  1161. pulumi_azure_native/machinelearningservices/v20240401preview/get_featureset_version.py +141 -0
  1162. pulumi_azure_native/machinelearningservices/v20240401preview/get_featurestore_entity_container_entity.py +136 -0
  1163. pulumi_azure_native/machinelearningservices/v20240401preview/get_featurestore_entity_version.py +141 -0
  1164. pulumi_azure_native/machinelearningservices/v20240401preview/get_inference_endpoint.py +201 -0
  1165. pulumi_azure_native/machinelearningservices/v20240401preview/get_inference_group.py +201 -0
  1166. pulumi_azure_native/machinelearningservices/v20240401preview/get_inference_group_status.py +123 -0
  1167. pulumi_azure_native/machinelearningservices/v20240401preview/get_inference_pool.py +196 -0
  1168. pulumi_azure_native/machinelearningservices/v20240401preview/get_inference_pool_status.py +117 -0
  1169. pulumi_azure_native/machinelearningservices/v20240401preview/get_job.py +136 -0
  1170. pulumi_azure_native/machinelearningservices/v20240401preview/get_labeling_job.py +136 -0
  1171. pulumi_azure_native/machinelearningservices/v20240401preview/get_managed_network_settings_rule.py +131 -0
  1172. pulumi_azure_native/machinelearningservices/v20240401preview/get_marketplace_subscription.py +136 -0
  1173. pulumi_azure_native/machinelearningservices/v20240401preview/get_model_container.py +136 -0
  1174. pulumi_azure_native/machinelearningservices/v20240401preview/get_model_version.py +141 -0
  1175. pulumi_azure_native/machinelearningservices/v20240401preview/get_online_deployment.py +201 -0
  1176. pulumi_azure_native/machinelearningservices/v20240401preview/get_online_deployment_logs.py +94 -0
  1177. pulumi_azure_native/machinelearningservices/v20240401preview/get_online_endpoint.py +196 -0
  1178. pulumi_azure_native/machinelearningservices/v20240401preview/get_online_endpoint_token.py +122 -0
  1179. pulumi_azure_native/machinelearningservices/v20240401preview/get_private_endpoint_connection.py +211 -0
  1180. pulumi_azure_native/machinelearningservices/v20240401preview/get_rai_policy.py +141 -0
  1181. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry.py +191 -0
  1182. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_code_container.py +136 -0
  1183. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_code_version.py +141 -0
  1184. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_component_container.py +136 -0
  1185. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_component_version.py +141 -0
  1186. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_data_container.py +136 -0
  1187. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_data_version.py +141 -0
  1188. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_environment_container.py +136 -0
  1189. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_environment_version.py +141 -0
  1190. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_model_container.py +136 -0
  1191. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_model_version.py +141 -0
  1192. pulumi_azure_native/machinelearningservices/v20240401preview/get_schedule.py +136 -0
  1193. pulumi_azure_native/machinelearningservices/v20240401preview/get_serverless_endpoint.py +196 -0
  1194. pulumi_azure_native/machinelearningservices/v20240401preview/get_serverless_endpoint_status.py +78 -0
  1195. pulumi_azure_native/machinelearningservices/v20240401preview/get_workspace.py +670 -0
  1196. pulumi_azure_native/machinelearningservices/v20240401preview/get_workspace_connection.py +128 -0
  1197. pulumi_azure_native/machinelearningservices/v20240401preview/inference_endpoint.py +381 -0
  1198. pulumi_azure_native/machinelearningservices/v20240401preview/inference_group.py +381 -0
  1199. pulumi_azure_native/machinelearningservices/v20240401preview/inference_pool.py +360 -0
  1200. pulumi_azure_native/machinelearningservices/v20240401preview/job.py +217 -0
  1201. pulumi_azure_native/machinelearningservices/v20240401preview/labeling_job.py +217 -0
  1202. pulumi_azure_native/machinelearningservices/v20240401preview/list_batch_endpoint_keys.py +96 -0
  1203. pulumi_azure_native/machinelearningservices/v20240401preview/list_compute_keys.py +83 -0
  1204. pulumi_azure_native/machinelearningservices/v20240401preview/list_compute_nodes.py +97 -0
  1205. pulumi_azure_native/machinelearningservices/v20240401preview/list_datastore_secrets.py +83 -0
  1206. pulumi_azure_native/machinelearningservices/v20240401preview/list_endpoint_keys.py +79 -0
  1207. pulumi_azure_native/machinelearningservices/v20240401preview/list_online_endpoint_keys.py +96 -0
  1208. pulumi_azure_native/machinelearningservices/v20240401preview/list_serverless_endpoint_keys.py +96 -0
  1209. pulumi_azure_native/machinelearningservices/v20240401preview/list_workspace_connection_models.py +89 -0
  1210. pulumi_azure_native/machinelearningservices/v20240401preview/list_workspace_connection_secrets.py +128 -0
  1211. pulumi_azure_native/machinelearningservices/v20240401preview/list_workspace_keys.py +120 -0
  1212. pulumi_azure_native/machinelearningservices/v20240401preview/list_workspace_notebook_access_token.py +140 -0
  1213. pulumi_azure_native/machinelearningservices/v20240401preview/list_workspace_notebook_keys.py +86 -0
  1214. pulumi_azure_native/machinelearningservices/v20240401preview/list_workspace_storage_account_keys.py +73 -0
  1215. pulumi_azure_native/machinelearningservices/v20240401preview/managed_network_settings_rule.py +215 -0
  1216. pulumi_azure_native/machinelearningservices/v20240401preview/marketplace_subscription.py +215 -0
  1217. pulumi_azure_native/machinelearningservices/v20240401preview/model_container.py +215 -0
  1218. pulumi_azure_native/machinelearningservices/v20240401preview/model_version.py +237 -0
  1219. pulumi_azure_native/machinelearningservices/v20240401preview/online_deployment.py +381 -0
  1220. pulumi_azure_native/machinelearningservices/v20240401preview/online_endpoint.py +360 -0
  1221. pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py +38272 -0
  1222. pulumi_azure_native/machinelearningservices/v20240401preview/private_endpoint_connection.py +363 -0
  1223. pulumi_azure_native/machinelearningservices/v20240401preview/rai_policy.py +238 -0
  1224. pulumi_azure_native/machinelearningservices/v20240401preview/registry.py +339 -0
  1225. pulumi_azure_native/machinelearningservices/v20240401preview/registry_code_container.py +216 -0
  1226. pulumi_azure_native/machinelearningservices/v20240401preview/registry_code_version.py +238 -0
  1227. pulumi_azure_native/machinelearningservices/v20240401preview/registry_component_container.py +216 -0
  1228. pulumi_azure_native/machinelearningservices/v20240401preview/registry_component_version.py +238 -0
  1229. pulumi_azure_native/machinelearningservices/v20240401preview/registry_data_container.py +216 -0
  1230. pulumi_azure_native/machinelearningservices/v20240401preview/registry_data_version.py +237 -0
  1231. pulumi_azure_native/machinelearningservices/v20240401preview/registry_environment_container.py +216 -0
  1232. pulumi_azure_native/machinelearningservices/v20240401preview/registry_environment_version.py +238 -0
  1233. pulumi_azure_native/machinelearningservices/v20240401preview/registry_model_container.py +216 -0
  1234. pulumi_azure_native/machinelearningservices/v20240401preview/registry_model_version.py +238 -0
  1235. pulumi_azure_native/machinelearningservices/v20240401preview/schedule.py +216 -0
  1236. pulumi_azure_native/machinelearningservices/v20240401preview/serverless_endpoint.py +359 -0
  1237. pulumi_azure_native/machinelearningservices/v20240401preview/workspace.py +1212 -0
  1238. pulumi_azure_native/machinelearningservices/v20240401preview/workspace_connection.py +207 -0
  1239. pulumi_azure_native/machinelearningservices/workspace.py +3 -3
  1240. pulumi_azure_native/machinelearningservices/workspace_connection.py +3 -3
  1241. pulumi_azure_native/recoveryservices/__init__.py +3 -0
  1242. pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
  1243. pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
  1244. pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
  1245. pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
  1246. pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
  1247. pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
  1248. pulumi_azure_native/recoveryservices/get_vault.py +2 -2
  1249. pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
  1250. pulumi_azure_native/recoveryservices/protected_item.py +3 -3
  1251. pulumi_azure_native/recoveryservices/protection_container.py +3 -3
  1252. pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
  1253. pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
  1254. pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
  1255. pulumi_azure_native/recoveryservices/v20200202/vault.py +1 -1
  1256. pulumi_azure_native/recoveryservices/v20230401/private_endpoint_connection.py +1 -1
  1257. pulumi_azure_native/recoveryservices/v20230401/protected_item.py +1 -1
  1258. pulumi_azure_native/recoveryservices/v20230401/protection_container.py +1 -1
  1259. pulumi_azure_native/recoveryservices/v20230401/protection_intent.py +1 -1
  1260. pulumi_azure_native/recoveryservices/v20230401/protection_policy.py +1 -1
  1261. pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py +1 -1
  1262. pulumi_azure_native/recoveryservices/v20230401/vault.py +1 -1
  1263. pulumi_azure_native/recoveryservices/v20230601/private_endpoint_connection.py +1 -1
  1264. pulumi_azure_native/recoveryservices/v20230601/protected_item.py +1 -1
  1265. pulumi_azure_native/recoveryservices/v20230601/protection_container.py +1 -1
  1266. pulumi_azure_native/recoveryservices/v20230601/protection_intent.py +1 -1
  1267. pulumi_azure_native/recoveryservices/v20230601/protection_policy.py +1 -1
  1268. pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py +1 -1
  1269. pulumi_azure_native/recoveryservices/v20230601/vault.py +1 -1
  1270. pulumi_azure_native/recoveryservices/v20230801/private_endpoint_connection.py +1 -1
  1271. pulumi_azure_native/recoveryservices/v20230801/protected_item.py +1 -1
  1272. pulumi_azure_native/recoveryservices/v20230801/protection_container.py +1 -1
  1273. pulumi_azure_native/recoveryservices/v20230801/protection_intent.py +1 -1
  1274. pulumi_azure_native/recoveryservices/v20230801/protection_policy.py +1 -1
  1275. pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py +1 -1
  1276. pulumi_azure_native/recoveryservices/v20230801/vault.py +1 -1
  1277. pulumi_azure_native/recoveryservices/v20240101/private_endpoint_connection.py +1 -1
  1278. pulumi_azure_native/recoveryservices/v20240101/protected_item.py +1 -1
  1279. pulumi_azure_native/recoveryservices/v20240101/protection_container.py +1 -1
  1280. pulumi_azure_native/recoveryservices/v20240101/protection_intent.py +1 -1
  1281. pulumi_azure_native/recoveryservices/v20240101/protection_policy.py +1 -1
  1282. pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py +1 -1
  1283. pulumi_azure_native/recoveryservices/v20240101/vault.py +1 -1
  1284. pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py +1 -1
  1285. pulumi_azure_native/recoveryservices/v20240201/protected_item.py +1 -1
  1286. pulumi_azure_native/recoveryservices/v20240201/protection_container.py +1 -1
  1287. pulumi_azure_native/recoveryservices/v20240201/protection_intent.py +1 -1
  1288. pulumi_azure_native/recoveryservices/v20240201/protection_policy.py +1 -1
  1289. pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py +1 -1
  1290. pulumi_azure_native/recoveryservices/v20240201/vault.py +1 -1
  1291. pulumi_azure_native/recoveryservices/v20240401/__init__.py +24 -0
  1292. pulumi_azure_native/recoveryservices/v20240401/_enums.py +470 -0
  1293. pulumi_azure_native/recoveryservices/v20240401/_inputs.py +12162 -0
  1294. pulumi_azure_native/recoveryservices/v20240401/get_private_endpoint_connection.py +162 -0
  1295. pulumi_azure_native/recoveryservices/v20240401/get_protected_item.py +179 -0
  1296. pulumi_azure_native/recoveryservices/v20240401/get_protection_container.py +167 -0
  1297. pulumi_azure_native/recoveryservices/v20240401/get_protection_intent.py +169 -0
  1298. pulumi_azure_native/recoveryservices/v20240401/get_protection_policy.py +164 -0
  1299. pulumi_azure_native/recoveryservices/v20240401/get_resource_guard_proxy.py +157 -0
  1300. pulumi_azure_native/recoveryservices/v20240401/get_vault.py +196 -0
  1301. pulumi_azure_native/recoveryservices/v20240401/outputs.py +14409 -0
  1302. pulumi_azure_native/recoveryservices/v20240401/private_endpoint_connection.py +293 -0
  1303. pulumi_azure_native/recoveryservices/v20240401/protected_item.py +335 -0
  1304. pulumi_azure_native/recoveryservices/v20240401/protection_container.py +314 -0
  1305. pulumi_azure_native/recoveryservices/v20240401/protection_intent.py +314 -0
  1306. pulumi_azure_native/recoveryservices/v20240401/protection_policy.py +293 -0
  1307. pulumi_azure_native/recoveryservices/v20240401/resource_guard_proxy.py +285 -0
  1308. pulumi_azure_native/recoveryservices/v20240401/vault.py +321 -0
  1309. pulumi_azure_native/recoveryservices/vault.py +3 -3
  1310. pulumi_azure_native/servicefabric/__init__.py +3 -0
  1311. pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
  1312. pulumi_azure_native/servicefabric/get_managed_cluster_application.py +2 -2
  1313. pulumi_azure_native/servicefabric/get_managed_cluster_application_type.py +2 -2
  1314. pulumi_azure_native/servicefabric/get_managed_cluster_application_type_version.py +2 -2
  1315. pulumi_azure_native/servicefabric/get_managed_cluster_service.py +2 -2
  1316. pulumi_azure_native/servicefabric/get_node_type.py +2 -2
  1317. pulumi_azure_native/servicefabric/getmanaged_az_resiliency_status.py +2 -2
  1318. pulumi_azure_native/servicefabric/getmanaged_maintenance_window_status.py +2 -2
  1319. pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
  1320. pulumi_azure_native/servicefabric/managed_cluster_application.py +3 -3
  1321. pulumi_azure_native/servicefabric/managed_cluster_application_type.py +3 -3
  1322. pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +3 -3
  1323. pulumi_azure_native/servicefabric/managed_cluster_service.py +3 -3
  1324. pulumi_azure_native/servicefabric/node_type.py +3 -3
  1325. pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
  1326. pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
  1327. pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
  1328. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
  1329. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
  1330. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
  1331. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
  1332. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
  1333. pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
  1334. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
  1335. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
  1336. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
  1337. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
  1338. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
  1339. pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
  1340. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1 -1
  1341. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +1 -1
  1342. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +1 -1
  1343. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +1 -1
  1344. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +1 -1
  1345. pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1 -1
  1346. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster.py +1 -1
  1347. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application.py +1 -1
  1348. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type.py +1 -1
  1349. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type_version.py +1 -1
  1350. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_service.py +1 -1
  1351. pulumi_azure_native/servicefabric/v20231101preview/node_type.py +1 -1
  1352. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster.py +1 -1
  1353. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application.py +1 -1
  1354. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type.py +1 -1
  1355. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type_version.py +1 -1
  1356. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_service.py +1 -1
  1357. pulumi_azure_native/servicefabric/v20231201preview/node_type.py +1 -1
  1358. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster.py +1 -1
  1359. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application.py +1 -1
  1360. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type.py +1 -1
  1361. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type_version.py +1 -1
  1362. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_service.py +1 -1
  1363. pulumi_azure_native/servicefabric/v20240201preview/node_type.py +1 -1
  1364. pulumi_azure_native/servicefabric/v20240401/__init__.py +24 -0
  1365. pulumi_azure_native/servicefabric/v20240401/_enums.py +488 -0
  1366. pulumi_azure_native/servicefabric/v20240401/_inputs.py +3875 -0
  1367. pulumi_azure_native/servicefabric/v20240401/get_managed_cluster.py +677 -0
  1368. pulumi_azure_native/servicefabric/v20240401/get_managed_cluster_application.py +228 -0
  1369. pulumi_azure_native/servicefabric/v20240401/get_managed_cluster_application_type.py +162 -0
  1370. pulumi_azure_native/servicefabric/v20240401/get_managed_cluster_application_type_version.py +180 -0
  1371. pulumi_azure_native/servicefabric/v20240401/get_managed_cluster_service.py +167 -0
  1372. pulumi_azure_native/servicefabric/v20240401/get_node_type.py +786 -0
  1373. pulumi_azure_native/servicefabric/v20240401/getmanaged_az_resiliency_status.py +92 -0
  1374. pulumi_azure_native/servicefabric/v20240401/getmanaged_maintenance_window_status.py +156 -0
  1375. pulumi_azure_native/servicefabric/v20240401/managed_cluster.py +1276 -0
  1376. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application.py +404 -0
  1377. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type.py +253 -0
  1378. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type_version.py +304 -0
  1379. pulumi_azure_native/servicefabric/v20240401/managed_cluster_service.py +295 -0
  1380. pulumi_azure_native/servicefabric/v20240401/node_type.py +1661 -0
  1381. pulumi_azure_native/servicefabric/v20240401/outputs.py +4478 -0
  1382. pulumi_azure_native/solutions/__init__.py +3 -0
  1383. pulumi_azure_native/solutions/application.py +3 -3
  1384. pulumi_azure_native/solutions/application_definition.py +3 -3
  1385. pulumi_azure_native/solutions/get_application.py +2 -2
  1386. pulumi_azure_native/solutions/get_application_definition.py +2 -2
  1387. pulumi_azure_native/solutions/get_jit_request.py +4 -0
  1388. pulumi_azure_native/solutions/jit_request.py +5 -1
  1389. pulumi_azure_native/solutions/list_application_allowed_upgrade_plans.py +4 -0
  1390. pulumi_azure_native/solutions/list_application_tokens.py +2 -2
  1391. pulumi_azure_native/solutions/v20210701/application.py +1 -1
  1392. pulumi_azure_native/solutions/v20210701/application_definition.py +1 -1
  1393. pulumi_azure_native/solutions/v20210701/jit_request.py +1 -1
  1394. pulumi_azure_native/solutions/v20231201preview/__init__.py +18 -0
  1395. pulumi_azure_native/solutions/v20231201preview/_enums.py +99 -0
  1396. pulumi_azure_native/solutions/v20231201preview/_inputs.py +750 -0
  1397. pulumi_azure_native/solutions/v20231201preview/application.py +596 -0
  1398. pulumi_azure_native/solutions/v20231201preview/application_definition.py +718 -0
  1399. pulumi_azure_native/solutions/v20231201preview/get_application.py +404 -0
  1400. pulumi_azure_native/solutions/v20231201preview/get_application_definition.py +365 -0
  1401. pulumi_azure_native/solutions/v20231201preview/get_jit_request.py +248 -0
  1402. pulumi_azure_native/solutions/v20231201preview/jit_request.py +364 -0
  1403. pulumi_azure_native/solutions/v20231201preview/list_application_allowed_upgrade_plans.py +79 -0
  1404. pulumi_azure_native/solutions/v20231201preview/list_application_tokens.py +89 -0
  1405. pulumi_azure_native/solutions/v20231201preview/outputs.py +1394 -0
  1406. pulumi_azure_native/sqlvirtualmachine/__init__.py +3 -0
  1407. pulumi_azure_native/sqlvirtualmachine/availability_group_listener.py +3 -3
  1408. pulumi_azure_native/sqlvirtualmachine/get_availability_group_listener.py +2 -2
  1409. pulumi_azure_native/sqlvirtualmachine/get_sql_virtual_machine.py +2 -2
  1410. pulumi_azure_native/sqlvirtualmachine/get_sql_virtual_machine_group.py +2 -2
  1411. pulumi_azure_native/sqlvirtualmachine/sql_virtual_machine.py +3 -3
  1412. pulumi_azure_native/sqlvirtualmachine/sql_virtual_machine_group.py +3 -3
  1413. pulumi_azure_native/sqlvirtualmachine/v20220201/availability_group_listener.py +1 -1
  1414. pulumi_azure_native/sqlvirtualmachine/v20220201/sql_virtual_machine.py +1 -1
  1415. pulumi_azure_native/sqlvirtualmachine/v20220201/sql_virtual_machine_group.py +1 -1
  1416. pulumi_azure_native/sqlvirtualmachine/v20230101preview/availability_group_listener.py +1 -1
  1417. pulumi_azure_native/sqlvirtualmachine/v20230101preview/sql_virtual_machine.py +1 -1
  1418. pulumi_azure_native/sqlvirtualmachine/v20230101preview/sql_virtual_machine_group.py +1 -1
  1419. pulumi_azure_native/sqlvirtualmachine/v20231001/__init__.py +16 -0
  1420. pulumi_azure_native/sqlvirtualmachine/v20231001/_enums.py +232 -0
  1421. pulumi_azure_native/sqlvirtualmachine/v20231001/_inputs.py +1929 -0
  1422. pulumi_azure_native/sqlvirtualmachine/v20231001/availability_group_listener.py +371 -0
  1423. pulumi_azure_native/sqlvirtualmachine/v20231001/get_availability_group_listener.py +219 -0
  1424. pulumi_azure_native/sqlvirtualmachine/v20231001/get_sql_virtual_machine.py +435 -0
  1425. pulumi_azure_native/sqlvirtualmachine/v20231001/get_sql_virtual_machine_group.py +235 -0
  1426. pulumi_azure_native/sqlvirtualmachine/v20231001/outputs.py +2327 -0
  1427. pulumi_azure_native/sqlvirtualmachine/v20231001/sql_virtual_machine.py +794 -0
  1428. pulumi_azure_native/sqlvirtualmachine/v20231001/sql_virtual_machine_group.py +351 -0
  1429. pulumi_azure_native/web/__init__.py +7 -0
  1430. pulumi_azure_native/web/_enums.py +11 -0
  1431. pulumi_azure_native/web/_inputs.py +108 -0
  1432. pulumi_azure_native/web/app_service_environment.py +3 -3
  1433. pulumi_azure_native/web/app_service_environment_ase_custom_dns_suffix_configuration.py +3 -3
  1434. pulumi_azure_native/web/app_service_environment_private_endpoint_connection.py +3 -3
  1435. pulumi_azure_native/web/app_service_plan.py +3 -3
  1436. pulumi_azure_native/web/app_service_plan_route_for_vnet.py +3 -3
  1437. pulumi_azure_native/web/certificate.py +3 -3
  1438. pulumi_azure_native/web/container_app.py +5 -1
  1439. pulumi_azure_native/web/get_app_service_environment.py +2 -2
  1440. pulumi_azure_native/web/get_app_service_environment_ase_custom_dns_suffix_configuration.py +2 -2
  1441. pulumi_azure_native/web/get_app_service_environment_private_endpoint_connection.py +2 -2
  1442. pulumi_azure_native/web/get_app_service_plan.py +2 -2
  1443. pulumi_azure_native/web/get_certificate.py +2 -2
  1444. pulumi_azure_native/web/get_container_app.py +4 -0
  1445. pulumi_azure_native/web/get_kube_environment.py +2 -2
  1446. pulumi_azure_native/web/get_static_site.py +2 -2
  1447. pulumi_azure_native/web/get_static_site_build_database_connection.py +2 -2
  1448. pulumi_azure_native/web/get_static_site_custom_domain.py +2 -2
  1449. pulumi_azure_native/web/get_static_site_database_connection.py +2 -2
  1450. pulumi_azure_native/web/get_static_site_linked_backend.py +2 -2
  1451. pulumi_azure_native/web/get_static_site_linked_backend_for_build.py +2 -2
  1452. pulumi_azure_native/web/get_static_site_private_endpoint_connection.py +2 -2
  1453. pulumi_azure_native/web/get_static_site_user_provided_function_app_for_static_site.py +2 -2
  1454. pulumi_azure_native/web/get_static_site_user_provided_function_app_for_static_site_build.py +2 -2
  1455. pulumi_azure_native/web/get_web_app.py +2 -2
  1456. pulumi_azure_native/web/get_web_app_deployment.py +2 -2
  1457. pulumi_azure_native/web/get_web_app_deployment_slot.py +2 -2
  1458. pulumi_azure_native/web/get_web_app_diagnostic_logs_configuration.py +2 -2
  1459. pulumi_azure_native/web/get_web_app_domain_ownership_identifier.py +2 -2
  1460. pulumi_azure_native/web/get_web_app_domain_ownership_identifier_slot.py +2 -2
  1461. pulumi_azure_native/web/get_web_app_ftp_allowed.py +2 -2
  1462. pulumi_azure_native/web/get_web_app_function.py +2 -2
  1463. pulumi_azure_native/web/get_web_app_host_name_binding.py +2 -2
  1464. pulumi_azure_native/web/get_web_app_host_name_binding_slot.py +2 -2
  1465. pulumi_azure_native/web/get_web_app_hybrid_connection.py +2 -2
  1466. pulumi_azure_native/web/get_web_app_hybrid_connection_slot.py +2 -2
  1467. pulumi_azure_native/web/get_web_app_instance_function_slot.py +2 -2
  1468. pulumi_azure_native/web/get_web_app_premier_add_on.py +2 -2
  1469. pulumi_azure_native/web/get_web_app_premier_add_on_slot.py +2 -2
  1470. pulumi_azure_native/web/get_web_app_private_endpoint_connection.py +2 -2
  1471. pulumi_azure_native/web/get_web_app_private_endpoint_connection_slot.py +2 -2
  1472. pulumi_azure_native/web/get_web_app_public_certificate.py +2 -2
  1473. pulumi_azure_native/web/get_web_app_public_certificate_slot.py +2 -2
  1474. pulumi_azure_native/web/get_web_app_relay_service_connection.py +2 -2
  1475. pulumi_azure_native/web/get_web_app_relay_service_connection_slot.py +2 -2
  1476. pulumi_azure_native/web/get_web_app_scm_allowed.py +2 -2
  1477. pulumi_azure_native/web/get_web_app_site_container.py +281 -0
  1478. pulumi_azure_native/web/get_web_app_site_container_slot.py +286 -0
  1479. pulumi_azure_native/web/get_web_app_site_extension.py +2 -2
  1480. pulumi_azure_native/web/get_web_app_site_extension_slot.py +2 -2
  1481. pulumi_azure_native/web/get_web_app_slot.py +2 -2
  1482. pulumi_azure_native/web/get_web_app_slot_configuration_names.py +2 -2
  1483. pulumi_azure_native/web/get_web_app_source_control.py +2 -2
  1484. pulumi_azure_native/web/get_web_app_source_control_slot.py +2 -2
  1485. pulumi_azure_native/web/get_web_app_swift_virtual_network_connection.py +2 -2
  1486. pulumi_azure_native/web/get_web_app_swift_virtual_network_connection_slot.py +2 -2
  1487. pulumi_azure_native/web/get_web_app_vnet_connection.py +2 -2
  1488. pulumi_azure_native/web/get_web_app_vnet_connection_slot.py +2 -2
  1489. pulumi_azure_native/web/kube_environment.py +3 -3
  1490. pulumi_azure_native/web/list_app_service_plan_hybrid_connection_keys.py +2 -2
  1491. pulumi_azure_native/web/list_container_app_secrets.py +4 -0
  1492. pulumi_azure_native/web/list_site_identifiers_assigned_to_host_name.py +2 -2
  1493. pulumi_azure_native/web/list_static_site_app_settings.py +2 -2
  1494. pulumi_azure_native/web/list_static_site_build_app_settings.py +2 -2
  1495. pulumi_azure_native/web/list_static_site_build_function_app_settings.py +2 -2
  1496. pulumi_azure_native/web/list_static_site_configured_roles.py +2 -2
  1497. pulumi_azure_native/web/list_static_site_function_app_settings.py +2 -2
  1498. pulumi_azure_native/web/list_static_site_secrets.py +2 -2
  1499. pulumi_azure_native/web/list_static_site_users.py +2 -2
  1500. pulumi_azure_native/web/list_web_app_application_settings.py +2 -2
  1501. pulumi_azure_native/web/list_web_app_application_settings_slot.py +2 -2
  1502. pulumi_azure_native/web/list_web_app_auth_settings.py +2 -2
  1503. pulumi_azure_native/web/list_web_app_auth_settings_slot.py +2 -2
  1504. pulumi_azure_native/web/list_web_app_azure_storage_accounts.py +2 -2
  1505. pulumi_azure_native/web/list_web_app_azure_storage_accounts_slot.py +2 -2
  1506. pulumi_azure_native/web/list_web_app_backup_configuration.py +2 -2
  1507. pulumi_azure_native/web/list_web_app_backup_configuration_slot.py +2 -2
  1508. pulumi_azure_native/web/list_web_app_backup_status_secrets.py +2 -2
  1509. pulumi_azure_native/web/list_web_app_backup_status_secrets_slot.py +2 -2
  1510. pulumi_azure_native/web/list_web_app_connection_strings.py +2 -2
  1511. pulumi_azure_native/web/list_web_app_connection_strings_slot.py +2 -2
  1512. pulumi_azure_native/web/list_web_app_function_keys.py +2 -2
  1513. pulumi_azure_native/web/list_web_app_function_keys_slot.py +2 -2
  1514. pulumi_azure_native/web/list_web_app_function_secrets.py +2 -2
  1515. pulumi_azure_native/web/list_web_app_function_secrets_slot.py +2 -2
  1516. pulumi_azure_native/web/list_web_app_host_keys.py +2 -2
  1517. pulumi_azure_native/web/list_web_app_host_keys_slot.py +2 -2
  1518. pulumi_azure_native/web/list_web_app_metadata.py +2 -2
  1519. pulumi_azure_native/web/list_web_app_metadata_slot.py +2 -2
  1520. pulumi_azure_native/web/list_web_app_publishing_credentials.py +2 -2
  1521. pulumi_azure_native/web/list_web_app_publishing_credentials_slot.py +2 -2
  1522. pulumi_azure_native/web/list_web_app_site_backups.py +2 -2
  1523. pulumi_azure_native/web/list_web_app_site_backups_slot.py +2 -2
  1524. pulumi_azure_native/web/list_web_app_site_push_settings.py +2 -2
  1525. pulumi_azure_native/web/list_web_app_site_push_settings_slot.py +2 -2
  1526. pulumi_azure_native/web/list_web_app_sync_function_triggers.py +2 -2
  1527. pulumi_azure_native/web/list_web_app_sync_function_triggers_slot.py +2 -2
  1528. pulumi_azure_native/web/list_web_app_workflows_connections.py +2 -2
  1529. pulumi_azure_native/web/list_web_app_workflows_connections_slot.py +2 -2
  1530. pulumi_azure_native/web/list_workflow_run_action_expression_traces.py +2 -2
  1531. pulumi_azure_native/web/list_workflow_run_action_repetition_expression_traces.py +2 -2
  1532. pulumi_azure_native/web/list_workflow_trigger_callback_url.py +2 -2
  1533. pulumi_azure_native/web/outputs.py +105 -0
  1534. pulumi_azure_native/web/static_site.py +3 -3
  1535. pulumi_azure_native/web/static_site_build_database_connection.py +3 -3
  1536. pulumi_azure_native/web/static_site_custom_domain.py +3 -3
  1537. pulumi_azure_native/web/static_site_database_connection.py +3 -3
  1538. pulumi_azure_native/web/static_site_linked_backend.py +3 -3
  1539. pulumi_azure_native/web/static_site_linked_backend_for_build.py +3 -3
  1540. pulumi_azure_native/web/static_site_private_endpoint_connection.py +3 -3
  1541. pulumi_azure_native/web/static_site_user_provided_function_app_for_static_site.py +3 -3
  1542. pulumi_azure_native/web/static_site_user_provided_function_app_for_static_site_build.py +3 -3
  1543. pulumi_azure_native/web/v20160301/certificate.py +1 -1
  1544. pulumi_azure_native/web/v20160801/web_app.py +1 -1
  1545. pulumi_azure_native/web/v20160801/web_app_backup_configuration.py +1 -1
  1546. pulumi_azure_native/web/v20160801/web_app_backup_configuration_slot.py +1 -1
  1547. pulumi_azure_native/web/v20160801/web_app_function.py +1 -1
  1548. pulumi_azure_native/web/v20160801/web_app_instance_function_slot.py +1 -1
  1549. pulumi_azure_native/web/v20160801/web_app_premier_add_on.py +1 -1
  1550. pulumi_azure_native/web/v20160801/web_app_premier_add_on_slot.py +1 -1
  1551. pulumi_azure_native/web/v20160801/web_app_site_extension.py +1 -1
  1552. pulumi_azure_native/web/v20160801/web_app_site_extension_slot.py +1 -1
  1553. pulumi_azure_native/web/v20160801/web_app_slot.py +1 -1
  1554. pulumi_azure_native/web/v20160901/app_service_plan.py +1 -1
  1555. pulumi_azure_native/web/v20160901/app_service_plan_route_for_vnet.py +1 -1
  1556. pulumi_azure_native/web/v20181101/web_app.py +1 -1
  1557. pulumi_azure_native/web/v20181101/web_app_domain_ownership_identifier.py +1 -1
  1558. pulumi_azure_native/web/v20181101/web_app_domain_ownership_identifier_slot.py +1 -1
  1559. pulumi_azure_native/web/v20181101/web_app_slot.py +1 -1
  1560. pulumi_azure_native/web/v20190801/app_service_environment.py +1 -1
  1561. pulumi_azure_native/web/v20190801/web_app_ftp_allowed.py +1 -1
  1562. pulumi_azure_native/web/v20190801/web_app_scm_allowed.py +1 -1
  1563. pulumi_azure_native/web/v20200601/web_app_ftp_allowed.py +1 -1
  1564. pulumi_azure_native/web/v20200601/web_app_scm_allowed.py +1 -1
  1565. pulumi_azure_native/web/v20200901/web_app_ftp_allowed.py +1 -1
  1566. pulumi_azure_native/web/v20200901/web_app_scm_allowed.py +1 -1
  1567. pulumi_azure_native/web/v20201001/app_service_environment.py +1 -1
  1568. pulumi_azure_native/web/v20201001/app_service_plan.py +1 -1
  1569. pulumi_azure_native/web/v20201001/app_service_plan_route_for_vnet.py +1 -1
  1570. pulumi_azure_native/web/v20201001/certificate.py +1 -1
  1571. pulumi_azure_native/web/v20201001/static_site.py +1 -1
  1572. pulumi_azure_native/web/v20201001/web_app.py +1 -1
  1573. pulumi_azure_native/web/v20201001/web_app_application_settings.py +1 -1
  1574. pulumi_azure_native/web/v20201001/web_app_application_settings_slot.py +1 -1
  1575. pulumi_azure_native/web/v20201001/web_app_auth_settings.py +1 -1
  1576. pulumi_azure_native/web/v20201001/web_app_auth_settings_slot.py +1 -1
  1577. pulumi_azure_native/web/v20201001/web_app_azure_storage_accounts.py +1 -1
  1578. pulumi_azure_native/web/v20201001/web_app_azure_storage_accounts_slot.py +1 -1
  1579. pulumi_azure_native/web/v20201001/web_app_backup_configuration.py +1 -1
  1580. pulumi_azure_native/web/v20201001/web_app_backup_configuration_slot.py +1 -1
  1581. pulumi_azure_native/web/v20201001/web_app_connection_strings.py +1 -1
  1582. pulumi_azure_native/web/v20201001/web_app_connection_strings_slot.py +1 -1
  1583. pulumi_azure_native/web/v20201001/web_app_deployment.py +1 -1
  1584. pulumi_azure_native/web/v20201001/web_app_deployment_slot.py +1 -1
  1585. pulumi_azure_native/web/v20201001/web_app_diagnostic_logs_configuration.py +1 -1
  1586. pulumi_azure_native/web/v20201001/web_app_domain_ownership_identifier.py +1 -1
  1587. pulumi_azure_native/web/v20201001/web_app_domain_ownership_identifier_slot.py +1 -1
  1588. pulumi_azure_native/web/v20201001/web_app_ftp_allowed.py +1 -1
  1589. pulumi_azure_native/web/v20201001/web_app_function.py +1 -1
  1590. pulumi_azure_native/web/v20201001/web_app_host_name_binding.py +1 -1
  1591. pulumi_azure_native/web/v20201001/web_app_host_name_binding_slot.py +1 -1
  1592. pulumi_azure_native/web/v20201001/web_app_hybrid_connection.py +1 -1
  1593. pulumi_azure_native/web/v20201001/web_app_hybrid_connection_slot.py +1 -1
  1594. pulumi_azure_native/web/v20201001/web_app_instance_function_slot.py +1 -1
  1595. pulumi_azure_native/web/v20201001/web_app_metadata.py +1 -1
  1596. pulumi_azure_native/web/v20201001/web_app_metadata_slot.py +1 -1
  1597. pulumi_azure_native/web/v20201001/web_app_premier_add_on.py +1 -1
  1598. pulumi_azure_native/web/v20201001/web_app_premier_add_on_slot.py +1 -1
  1599. pulumi_azure_native/web/v20201001/web_app_private_endpoint_connection.py +1 -1
  1600. pulumi_azure_native/web/v20201001/web_app_public_certificate.py +1 -1
  1601. pulumi_azure_native/web/v20201001/web_app_public_certificate_slot.py +1 -1
  1602. pulumi_azure_native/web/v20201001/web_app_relay_service_connection.py +1 -1
  1603. pulumi_azure_native/web/v20201001/web_app_relay_service_connection_slot.py +1 -1
  1604. pulumi_azure_native/web/v20201001/web_app_scm_allowed.py +1 -1
  1605. pulumi_azure_native/web/v20201001/web_app_site_extension.py +1 -1
  1606. pulumi_azure_native/web/v20201001/web_app_site_extension_slot.py +1 -1
  1607. pulumi_azure_native/web/v20201001/web_app_site_push_settings.py +1 -1
  1608. pulumi_azure_native/web/v20201001/web_app_site_push_settings_slot.py +1 -1
  1609. pulumi_azure_native/web/v20201001/web_app_slot.py +1 -1
  1610. pulumi_azure_native/web/v20201001/web_app_slot_configuration_names.py +1 -1
  1611. pulumi_azure_native/web/v20201001/web_app_source_control.py +1 -1
  1612. pulumi_azure_native/web/v20201001/web_app_source_control_slot.py +1 -1
  1613. pulumi_azure_native/web/v20201001/web_app_swift_virtual_network_connection.py +1 -1
  1614. pulumi_azure_native/web/v20201001/web_app_swift_virtual_network_connection_slot.py +1 -1
  1615. pulumi_azure_native/web/v20201001/web_app_vnet_connection.py +1 -1
  1616. pulumi_azure_native/web/v20201001/web_app_vnet_connection_slot.py +1 -1
  1617. pulumi_azure_native/web/v20201201/web_app_ftp_allowed.py +1 -1
  1618. pulumi_azure_native/web/v20201201/web_app_scm_allowed.py +1 -1
  1619. pulumi_azure_native/web/v20210101/web_app_ftp_allowed.py +1 -1
  1620. pulumi_azure_native/web/v20210101/web_app_scm_allowed.py +1 -1
  1621. pulumi_azure_native/web/v20210115/app_service_environment.py +1 -1
  1622. pulumi_azure_native/web/v20210115/web_app_ftp_allowed.py +1 -1
  1623. pulumi_azure_native/web/v20210115/web_app_scm_allowed.py +1 -1
  1624. pulumi_azure_native/web/v20210201/static_site.py +1 -1
  1625. pulumi_azure_native/web/v20210201/web_app_ftp_allowed.py +1 -1
  1626. pulumi_azure_native/web/v20210201/web_app_scm_allowed.py +1 -1
  1627. pulumi_azure_native/web/v20210301/web_app_ftp_allowed.py +1 -1
  1628. pulumi_azure_native/web/v20210301/web_app_scm_allowed.py +1 -1
  1629. pulumi_azure_native/web/v20220301/web_app_ftp_allowed.py +1 -1
  1630. pulumi_azure_native/web/v20220301/web_app_scm_allowed.py +1 -1
  1631. pulumi_azure_native/web/v20220901/app_service_environment.py +1 -1
  1632. pulumi_azure_native/web/v20220901/app_service_environment_ase_custom_dns_suffix_configuration.py +1 -1
  1633. pulumi_azure_native/web/v20220901/app_service_environment_private_endpoint_connection.py +1 -1
  1634. pulumi_azure_native/web/v20220901/app_service_plan.py +1 -1
  1635. pulumi_azure_native/web/v20220901/app_service_plan_route_for_vnet.py +1 -1
  1636. pulumi_azure_native/web/v20220901/certificate.py +1 -1
  1637. pulumi_azure_native/web/v20220901/kube_environment.py +1 -1
  1638. pulumi_azure_native/web/v20220901/static_site.py +1 -1
  1639. pulumi_azure_native/web/v20220901/static_site_build_database_connection.py +1 -1
  1640. pulumi_azure_native/web/v20220901/static_site_custom_domain.py +1 -1
  1641. pulumi_azure_native/web/v20220901/static_site_database_connection.py +1 -1
  1642. pulumi_azure_native/web/v20220901/static_site_linked_backend.py +1 -1
  1643. pulumi_azure_native/web/v20220901/static_site_linked_backend_for_build.py +1 -1
  1644. pulumi_azure_native/web/v20220901/static_site_private_endpoint_connection.py +1 -1
  1645. pulumi_azure_native/web/v20220901/static_site_user_provided_function_app_for_static_site.py +1 -1
  1646. pulumi_azure_native/web/v20220901/static_site_user_provided_function_app_for_static_site_build.py +1 -1
  1647. pulumi_azure_native/web/v20220901/web_app.py +1 -1
  1648. pulumi_azure_native/web/v20220901/web_app_application_settings.py +1 -1
  1649. pulumi_azure_native/web/v20220901/web_app_application_settings_slot.py +1 -1
  1650. pulumi_azure_native/web/v20220901/web_app_auth_settings.py +1 -1
  1651. pulumi_azure_native/web/v20220901/web_app_auth_settings_slot.py +1 -1
  1652. pulumi_azure_native/web/v20220901/web_app_azure_storage_accounts.py +1 -1
  1653. pulumi_azure_native/web/v20220901/web_app_azure_storage_accounts_slot.py +1 -1
  1654. pulumi_azure_native/web/v20220901/web_app_backup_configuration.py +1 -1
  1655. pulumi_azure_native/web/v20220901/web_app_backup_configuration_slot.py +1 -1
  1656. pulumi_azure_native/web/v20220901/web_app_connection_strings.py +1 -1
  1657. pulumi_azure_native/web/v20220901/web_app_connection_strings_slot.py +1 -1
  1658. pulumi_azure_native/web/v20220901/web_app_deployment.py +1 -1
  1659. pulumi_azure_native/web/v20220901/web_app_deployment_slot.py +1 -1
  1660. pulumi_azure_native/web/v20220901/web_app_diagnostic_logs_configuration.py +1 -1
  1661. pulumi_azure_native/web/v20220901/web_app_domain_ownership_identifier.py +1 -1
  1662. pulumi_azure_native/web/v20220901/web_app_domain_ownership_identifier_slot.py +1 -1
  1663. pulumi_azure_native/web/v20220901/web_app_ftp_allowed.py +1 -1
  1664. pulumi_azure_native/web/v20220901/web_app_function.py +1 -1
  1665. pulumi_azure_native/web/v20220901/web_app_host_name_binding.py +1 -1
  1666. pulumi_azure_native/web/v20220901/web_app_host_name_binding_slot.py +1 -1
  1667. pulumi_azure_native/web/v20220901/web_app_hybrid_connection.py +1 -1
  1668. pulumi_azure_native/web/v20220901/web_app_hybrid_connection_slot.py +1 -1
  1669. pulumi_azure_native/web/v20220901/web_app_instance_function_slot.py +1 -1
  1670. pulumi_azure_native/web/v20220901/web_app_metadata.py +1 -1
  1671. pulumi_azure_native/web/v20220901/web_app_metadata_slot.py +1 -1
  1672. pulumi_azure_native/web/v20220901/web_app_premier_add_on.py +1 -1
  1673. pulumi_azure_native/web/v20220901/web_app_premier_add_on_slot.py +1 -1
  1674. pulumi_azure_native/web/v20220901/web_app_private_endpoint_connection.py +1 -1
  1675. pulumi_azure_native/web/v20220901/web_app_private_endpoint_connection_slot.py +1 -1
  1676. pulumi_azure_native/web/v20220901/web_app_public_certificate.py +1 -1
  1677. pulumi_azure_native/web/v20220901/web_app_public_certificate_slot.py +1 -1
  1678. pulumi_azure_native/web/v20220901/web_app_relay_service_connection.py +1 -1
  1679. pulumi_azure_native/web/v20220901/web_app_relay_service_connection_slot.py +1 -1
  1680. pulumi_azure_native/web/v20220901/web_app_scm_allowed.py +1 -1
  1681. pulumi_azure_native/web/v20220901/web_app_site_extension.py +1 -1
  1682. pulumi_azure_native/web/v20220901/web_app_site_extension_slot.py +1 -1
  1683. pulumi_azure_native/web/v20220901/web_app_site_push_settings.py +1 -1
  1684. pulumi_azure_native/web/v20220901/web_app_site_push_settings_slot.py +1 -1
  1685. pulumi_azure_native/web/v20220901/web_app_slot.py +1 -1
  1686. pulumi_azure_native/web/v20220901/web_app_slot_configuration_names.py +1 -1
  1687. pulumi_azure_native/web/v20220901/web_app_source_control.py +1 -1
  1688. pulumi_azure_native/web/v20220901/web_app_source_control_slot.py +1 -1
  1689. pulumi_azure_native/web/v20220901/web_app_swift_virtual_network_connection.py +1 -1
  1690. pulumi_azure_native/web/v20220901/web_app_swift_virtual_network_connection_slot.py +1 -1
  1691. pulumi_azure_native/web/v20220901/web_app_vnet_connection.py +1 -1
  1692. pulumi_azure_native/web/v20220901/web_app_vnet_connection_slot.py +1 -1
  1693. pulumi_azure_native/web/v20230101/app_service_environment.py +1 -1
  1694. pulumi_azure_native/web/v20230101/app_service_environment_ase_custom_dns_suffix_configuration.py +1 -1
  1695. pulumi_azure_native/web/v20230101/app_service_environment_private_endpoint_connection.py +1 -1
  1696. pulumi_azure_native/web/v20230101/app_service_plan.py +1 -1
  1697. pulumi_azure_native/web/v20230101/app_service_plan_route_for_vnet.py +1 -1
  1698. pulumi_azure_native/web/v20230101/certificate.py +1 -1
  1699. pulumi_azure_native/web/v20230101/container_app.py +1 -1
  1700. pulumi_azure_native/web/v20230101/get_web_app.py +14 -1
  1701. pulumi_azure_native/web/v20230101/get_web_app_slot.py +14 -1
  1702. pulumi_azure_native/web/v20230101/kube_environment.py +1 -1
  1703. pulumi_azure_native/web/v20230101/static_site.py +1 -1
  1704. pulumi_azure_native/web/v20230101/static_site_build_database_connection.py +1 -1
  1705. pulumi_azure_native/web/v20230101/static_site_custom_domain.py +1 -1
  1706. pulumi_azure_native/web/v20230101/static_site_database_connection.py +1 -1
  1707. pulumi_azure_native/web/v20230101/static_site_linked_backend.py +1 -1
  1708. pulumi_azure_native/web/v20230101/static_site_linked_backend_for_build.py +1 -1
  1709. pulumi_azure_native/web/v20230101/static_site_private_endpoint_connection.py +1 -1
  1710. pulumi_azure_native/web/v20230101/static_site_user_provided_function_app_for_static_site.py +1 -1
  1711. pulumi_azure_native/web/v20230101/static_site_user_provided_function_app_for_static_site_build.py +1 -1
  1712. pulumi_azure_native/web/v20230101/web_app.py +30 -1
  1713. pulumi_azure_native/web/v20230101/web_app_application_settings.py +1 -1
  1714. pulumi_azure_native/web/v20230101/web_app_application_settings_slot.py +1 -1
  1715. pulumi_azure_native/web/v20230101/web_app_auth_settings.py +1 -1
  1716. pulumi_azure_native/web/v20230101/web_app_auth_settings_slot.py +1 -1
  1717. pulumi_azure_native/web/v20230101/web_app_azure_storage_accounts.py +1 -1
  1718. pulumi_azure_native/web/v20230101/web_app_azure_storage_accounts_slot.py +1 -1
  1719. pulumi_azure_native/web/v20230101/web_app_backup_configuration.py +1 -1
  1720. pulumi_azure_native/web/v20230101/web_app_backup_configuration_slot.py +1 -1
  1721. pulumi_azure_native/web/v20230101/web_app_connection_strings.py +1 -1
  1722. pulumi_azure_native/web/v20230101/web_app_connection_strings_slot.py +1 -1
  1723. pulumi_azure_native/web/v20230101/web_app_deployment.py +1 -1
  1724. pulumi_azure_native/web/v20230101/web_app_deployment_slot.py +1 -1
  1725. pulumi_azure_native/web/v20230101/web_app_diagnostic_logs_configuration.py +1 -1
  1726. pulumi_azure_native/web/v20230101/web_app_domain_ownership_identifier.py +1 -1
  1727. pulumi_azure_native/web/v20230101/web_app_domain_ownership_identifier_slot.py +1 -1
  1728. pulumi_azure_native/web/v20230101/web_app_ftp_allowed.py +1 -1
  1729. pulumi_azure_native/web/v20230101/web_app_function.py +1 -1
  1730. pulumi_azure_native/web/v20230101/web_app_host_name_binding.py +1 -1
  1731. pulumi_azure_native/web/v20230101/web_app_host_name_binding_slot.py +1 -1
  1732. pulumi_azure_native/web/v20230101/web_app_hybrid_connection.py +1 -1
  1733. pulumi_azure_native/web/v20230101/web_app_hybrid_connection_slot.py +1 -1
  1734. pulumi_azure_native/web/v20230101/web_app_instance_function_slot.py +1 -1
  1735. pulumi_azure_native/web/v20230101/web_app_metadata.py +1 -1
  1736. pulumi_azure_native/web/v20230101/web_app_metadata_slot.py +1 -1
  1737. pulumi_azure_native/web/v20230101/web_app_premier_add_on.py +1 -1
  1738. pulumi_azure_native/web/v20230101/web_app_premier_add_on_slot.py +1 -1
  1739. pulumi_azure_native/web/v20230101/web_app_private_endpoint_connection.py +1 -1
  1740. pulumi_azure_native/web/v20230101/web_app_private_endpoint_connection_slot.py +1 -1
  1741. pulumi_azure_native/web/v20230101/web_app_public_certificate.py +1 -1
  1742. pulumi_azure_native/web/v20230101/web_app_public_certificate_slot.py +1 -1
  1743. pulumi_azure_native/web/v20230101/web_app_relay_service_connection.py +1 -1
  1744. pulumi_azure_native/web/v20230101/web_app_relay_service_connection_slot.py +1 -1
  1745. pulumi_azure_native/web/v20230101/web_app_scm_allowed.py +1 -1
  1746. pulumi_azure_native/web/v20230101/web_app_site_extension.py +1 -1
  1747. pulumi_azure_native/web/v20230101/web_app_site_extension_slot.py +1 -1
  1748. pulumi_azure_native/web/v20230101/web_app_site_push_settings.py +1 -1
  1749. pulumi_azure_native/web/v20230101/web_app_site_push_settings_slot.py +1 -1
  1750. pulumi_azure_native/web/v20230101/web_app_slot.py +30 -1
  1751. pulumi_azure_native/web/v20230101/web_app_slot_configuration_names.py +1 -1
  1752. pulumi_azure_native/web/v20230101/web_app_source_control.py +1 -1
  1753. pulumi_azure_native/web/v20230101/web_app_source_control_slot.py +1 -1
  1754. pulumi_azure_native/web/v20230101/web_app_swift_virtual_network_connection.py +1 -1
  1755. pulumi_azure_native/web/v20230101/web_app_swift_virtual_network_connection_slot.py +1 -1
  1756. pulumi_azure_native/web/v20230101/web_app_vnet_connection.py +1 -1
  1757. pulumi_azure_native/web/v20230101/web_app_vnet_connection_slot.py +1 -1
  1758. pulumi_azure_native/web/v20231201/__init__.py +168 -0
  1759. pulumi_azure_native/web/v20231201/_enums.py +458 -0
  1760. pulumi_azure_native/web/v20231201/_inputs.py +6998 -0
  1761. pulumi_azure_native/web/v20231201/app_service_environment.py +695 -0
  1762. pulumi_azure_native/web/v20231201/app_service_environment_ase_custom_dns_suffix_configuration.py +283 -0
  1763. pulumi_azure_native/web/v20231201/app_service_environment_private_endpoint_connection.py +274 -0
  1764. pulumi_azure_native/web/v20231201/app_service_plan.py +842 -0
  1765. pulumi_azure_native/web/v20231201/app_service_plan_route_for_vnet.py +331 -0
  1766. pulumi_azure_native/web/v20231201/certificate.py +593 -0
  1767. pulumi_azure_native/web/v20231201/container_app.py +359 -0
  1768. pulumi_azure_native/web/v20231201/get_app_service_environment.py +405 -0
  1769. pulumi_azure_native/web/v20231201/get_app_service_environment_ase_custom_dns_suffix_configuration.py +176 -0
  1770. pulumi_azure_native/web/v20231201/get_app_service_environment_private_endpoint_connection.py +172 -0
  1771. pulumi_azure_native/web/v20231201/get_app_service_plan.py +471 -0
  1772. pulumi_azure_native/web/v20231201/get_certificate.py +404 -0
  1773. pulumi_azure_native/web/v20231201/get_container_app.py +222 -0
  1774. pulumi_azure_native/web/v20231201/get_kube_environment.py +288 -0
  1775. pulumi_azure_native/web/v20231201/get_static_site.py +404 -0
  1776. pulumi_azure_native/web/v20231201/get_static_site_build_database_connection.py +193 -0
  1777. pulumi_azure_native/web/v20231201/get_static_site_custom_domain.py +184 -0
  1778. pulumi_azure_native/web/v20231201/get_static_site_database_connection.py +188 -0
  1779. pulumi_azure_native/web/v20231201/get_static_site_linked_backend.py +174 -0
  1780. pulumi_azure_native/web/v20231201/get_static_site_linked_backend_for_build.py +179 -0
  1781. pulumi_azure_native/web/v20231201/get_static_site_private_endpoint_connection.py +172 -0
  1782. pulumi_azure_native/web/v20231201/get_static_site_user_provided_function_app_for_static_site.py +161 -0
  1783. pulumi_azure_native/web/v20231201/get_static_site_user_provided_function_app_for_static_site_build.py +166 -0
  1784. pulumi_azure_native/web/v20231201/get_web_app.py +841 -0
  1785. pulumi_azure_native/web/v20231201/get_web_app_deployment.py +239 -0
  1786. pulumi_azure_native/web/v20231201/get_web_app_deployment_slot.py +244 -0
  1787. pulumi_azure_native/web/v20231201/get_web_app_diagnostic_logs_configuration.py +170 -0
  1788. pulumi_azure_native/web/v20231201/get_web_app_domain_ownership_identifier.py +135 -0
  1789. pulumi_azure_native/web/v20231201/get_web_app_domain_ownership_identifier_slot.py +140 -0
  1790. pulumi_azure_native/web/v20231201/get_web_app_ftp_allowed.py +130 -0
  1791. pulumi_azure_native/web/v20231201/get_web_app_function.py +291 -0
  1792. pulumi_azure_native/web/v20231201/get_web_app_host_name_binding.py +239 -0
  1793. pulumi_azure_native/web/v20231201/get_web_app_host_name_binding_slot.py +244 -0
  1794. pulumi_azure_native/web/v20231201/get_web_app_hybrid_connection.py +232 -0
  1795. pulumi_azure_native/web/v20231201/get_web_app_hybrid_connection_slot.py +237 -0
  1796. pulumi_azure_native/web/v20231201/get_web_app_instance_function_slot.py +296 -0
  1797. pulumi_azure_native/web/v20231201/get_web_app_premier_add_on.py +213 -0
  1798. pulumi_azure_native/web/v20231201/get_web_app_premier_add_on_slot.py +218 -0
  1799. pulumi_azure_native/web/v20231201/get_web_app_private_endpoint_connection.py +172 -0
  1800. pulumi_azure_native/web/v20231201/get_web_app_private_endpoint_connection_slot.py +177 -0
  1801. pulumi_azure_native/web/v20231201/get_web_app_public_certificate.py +161 -0
  1802. pulumi_azure_native/web/v20231201/get_web_app_public_certificate_slot.py +166 -0
  1803. pulumi_azure_native/web/v20231201/get_web_app_relay_service_connection.py +192 -0
  1804. pulumi_azure_native/web/v20231201/get_web_app_relay_service_connection_slot.py +197 -0
  1805. pulumi_azure_native/web/v20231201/get_web_app_scm_allowed.py +130 -0
  1806. pulumi_azure_native/web/v20231201/get_web_app_site_container.py +279 -0
  1807. pulumi_azure_native/web/v20231201/get_web_app_site_container_slot.py +284 -0
  1808. pulumi_azure_native/web/v20231201/get_web_app_site_extension.py +379 -0
  1809. pulumi_azure_native/web/v20231201/get_web_app_site_extension_slot.py +384 -0
  1810. pulumi_azure_native/web/v20231201/get_web_app_slot.py +846 -0
  1811. pulumi_azure_native/web/v20231201/get_web_app_slot_configuration_names.py +156 -0
  1812. pulumi_azure_native/web/v20231201/get_web_app_source_control.py +209 -0
  1813. pulumi_azure_native/web/v20231201/get_web_app_source_control_slot.py +214 -0
  1814. pulumi_azure_native/web/v20231201/get_web_app_swift_virtual_network_connection.py +143 -0
  1815. pulumi_azure_native/web/v20231201/get_web_app_swift_virtual_network_connection_slot.py +148 -0
  1816. pulumi_azure_native/web/v20231201/get_web_app_vnet_connection.py +215 -0
  1817. pulumi_azure_native/web/v20231201/get_web_app_vnet_connection_slot.py +220 -0
  1818. pulumi_azure_native/web/v20231201/kube_environment.py +512 -0
  1819. pulumi_azure_native/web/v20231201/list_app_service_plan_hybrid_connection_keys.py +153 -0
  1820. pulumi_azure_native/web/v20231201/list_container_app_secrets.py +74 -0
  1821. pulumi_azure_native/web/v20231201/list_site_identifiers_assigned_to_host_name.py +87 -0
  1822. pulumi_azure_native/web/v20231201/list_static_site_app_settings.py +130 -0
  1823. pulumi_azure_native/web/v20231201/list_static_site_build_app_settings.py +135 -0
  1824. pulumi_azure_native/web/v20231201/list_static_site_build_function_app_settings.py +135 -0
  1825. pulumi_azure_native/web/v20231201/list_static_site_configured_roles.py +130 -0
  1826. pulumi_azure_native/web/v20231201/list_static_site_function_app_settings.py +130 -0
  1827. pulumi_azure_native/web/v20231201/list_static_site_secrets.py +130 -0
  1828. pulumi_azure_native/web/v20231201/list_static_site_users.py +97 -0
  1829. pulumi_azure_native/web/v20231201/list_web_app_application_settings.py +130 -0
  1830. pulumi_azure_native/web/v20231201/list_web_app_application_settings_slot.py +135 -0
  1831. pulumi_azure_native/web/v20231201/list_web_app_auth_settings.py +663 -0
  1832. pulumi_azure_native/web/v20231201/list_web_app_auth_settings_slot.py +668 -0
  1833. pulumi_azure_native/web/v20231201/list_web_app_azure_storage_accounts.py +131 -0
  1834. pulumi_azure_native/web/v20231201/list_web_app_azure_storage_accounts_slot.py +136 -0
  1835. pulumi_azure_native/web/v20231201/list_web_app_backup_configuration.py +183 -0
  1836. pulumi_azure_native/web/v20231201/list_web_app_backup_configuration_slot.py +188 -0
  1837. pulumi_azure_native/web/v20231201/list_web_app_backup_status_secrets.py +324 -0
  1838. pulumi_azure_native/web/v20231201/list_web_app_backup_status_secrets_slot.py +329 -0
  1839. pulumi_azure_native/web/v20231201/list_web_app_connection_strings.py +131 -0
  1840. pulumi_azure_native/web/v20231201/list_web_app_connection_strings_slot.py +136 -0
  1841. pulumi_azure_native/web/v20231201/list_web_app_function_keys.py +135 -0
  1842. pulumi_azure_native/web/v20231201/list_web_app_function_keys_slot.py +140 -0
  1843. pulumi_azure_native/web/v20231201/list_web_app_function_secrets.py +96 -0
  1844. pulumi_azure_native/web/v20231201/list_web_app_function_secrets_slot.py +101 -0
  1845. pulumi_azure_native/web/v20231201/list_web_app_host_keys.py +104 -0
  1846. pulumi_azure_native/web/v20231201/list_web_app_host_keys_slot.py +109 -0
  1847. pulumi_azure_native/web/v20231201/list_web_app_metadata.py +130 -0
  1848. pulumi_azure_native/web/v20231201/list_web_app_metadata_slot.py +135 -0
  1849. pulumi_azure_native/web/v20231201/list_web_app_publishing_credentials.py +182 -0
  1850. pulumi_azure_native/web/v20231201/list_web_app_publishing_credentials_slot.py +187 -0
  1851. pulumi_azure_native/web/v20231201/list_web_app_site_backups.py +92 -0
  1852. pulumi_azure_native/web/v20231201/list_web_app_site_backups_slot.py +97 -0
  1853. pulumi_azure_native/web/v20231201/list_web_app_site_push_settings.py +172 -0
  1854. pulumi_azure_native/web/v20231201/list_web_app_site_push_settings_slot.py +177 -0
  1855. pulumi_azure_native/web/v20231201/list_web_app_sync_function_triggers.py +91 -0
  1856. pulumi_azure_native/web/v20231201/list_web_app_sync_function_triggers_slot.py +96 -0
  1857. pulumi_azure_native/web/v20231201/list_web_app_workflows_connections.py +144 -0
  1858. pulumi_azure_native/web/v20231201/list_web_app_workflows_connections_slot.py +149 -0
  1859. pulumi_azure_native/web/v20231201/list_workflow_run_action_expression_traces.py +114 -0
  1860. pulumi_azure_native/web/v20231201/list_workflow_run_action_repetition_expression_traces.py +119 -0
  1861. pulumi_azure_native/web/v20231201/list_workflow_trigger_callback_url.py +154 -0
  1862. pulumi_azure_native/web/v20231201/outputs.py +9005 -0
  1863. pulumi_azure_native/web/v20231201/static_site.py +670 -0
  1864. pulumi_azure_native/web/v20231201/static_site_build_database_connection.py +352 -0
  1865. pulumi_azure_native/web/v20231201/static_site_custom_domain.py +272 -0
  1866. pulumi_azure_native/web/v20231201/static_site_database_connection.py +331 -0
  1867. pulumi_azure_native/web/v20231201/static_site_linked_backend.py +280 -0
  1868. pulumi_azure_native/web/v20231201/static_site_linked_backend_for_build.py +301 -0
  1869. pulumi_azure_native/web/v20231201/static_site_private_endpoint_connection.py +279 -0
  1870. pulumi_azure_native/web/v20231201/static_site_user_provided_function_app_for_static_site.py +290 -0
  1871. pulumi_azure_native/web/v20231201/static_site_user_provided_function_app_for_static_site_build.py +311 -0
  1872. pulumi_azure_native/web/v20231201/web_app.py +1499 -0
  1873. pulumi_azure_native/web/v20231201/web_app_application_settings.py +211 -0
  1874. pulumi_azure_native/web/v20231201/web_app_application_settings_slot.py +232 -0
  1875. pulumi_azure_native/web/v20231201/web_app_auth_settings.py +1493 -0
  1876. pulumi_azure_native/web/v20231201/web_app_auth_settings_slot.py +1514 -0
  1877. pulumi_azure_native/web/v20231201/web_app_azure_storage_accounts.py +214 -0
  1878. pulumi_azure_native/web/v20231201/web_app_azure_storage_accounts_slot.py +235 -0
  1879. pulumi_azure_native/web/v20231201/web_app_backup_configuration.py +331 -0
  1880. pulumi_azure_native/web/v20231201/web_app_backup_configuration_slot.py +352 -0
  1881. pulumi_azure_native/web/v20231201/web_app_connection_strings.py +214 -0
  1882. pulumi_azure_native/web/v20231201/web_app_connection_strings_slot.py +235 -0
  1883. pulumi_azure_native/web/v20231201/web_app_deployment.py +463 -0
  1884. pulumi_azure_native/web/v20231201/web_app_deployment_slot.py +484 -0
  1885. pulumi_azure_native/web/v20231201/web_app_diagnostic_logs_configuration.py +301 -0
  1886. pulumi_azure_native/web/v20231201/web_app_domain_ownership_identifier.py +231 -0
  1887. pulumi_azure_native/web/v20231201/web_app_domain_ownership_identifier_slot.py +252 -0
  1888. pulumi_azure_native/web/v20231201/web_app_ftp_allowed.py +212 -0
  1889. pulumi_azure_native/web/v20231201/web_app_function.py +579 -0
  1890. pulumi_azure_native/web/v20231201/web_app_host_name_binding.py +445 -0
  1891. pulumi_azure_native/web/v20231201/web_app_host_name_binding_slot.py +466 -0
  1892. pulumi_azure_native/web/v20231201/web_app_hybrid_connection.py +439 -0
  1893. pulumi_azure_native/web/v20231201/web_app_hybrid_connection_slot.py +460 -0
  1894. pulumi_azure_native/web/v20231201/web_app_instance_function_slot.py +600 -0
  1895. pulumi_azure_native/web/v20231201/web_app_metadata.py +211 -0
  1896. pulumi_azure_native/web/v20231201/web_app_metadata_slot.py +232 -0
  1897. pulumi_azure_native/web/v20231201/web_app_premier_add_on.py +405 -0
  1898. pulumi_azure_native/web/v20231201/web_app_premier_add_on_slot.py +426 -0
  1899. pulumi_azure_native/web/v20231201/web_app_private_endpoint_connection.py +274 -0
  1900. pulumi_azure_native/web/v20231201/web_app_private_endpoint_connection_slot.py +290 -0
  1901. pulumi_azure_native/web/v20231201/web_app_public_certificate.py +271 -0
  1902. pulumi_azure_native/web/v20231201/web_app_public_certificate_slot.py +292 -0
  1903. pulumi_azure_native/web/v20231201/web_app_relay_service_connection.py +329 -0
  1904. pulumi_azure_native/web/v20231201/web_app_relay_service_connection_slot.py +350 -0
  1905. pulumi_azure_native/web/v20231201/web_app_scm_allowed.py +212 -0
  1906. pulumi_azure_native/web/v20231201/web_app_site_container.py +517 -0
  1907. pulumi_azure_native/web/v20231201/web_app_site_container_slot.py +538 -0
  1908. pulumi_azure_native/web/v20231201/web_app_site_extension.py +380 -0
  1909. pulumi_azure_native/web/v20231201/web_app_site_extension_slot.py +401 -0
  1910. pulumi_azure_native/web/v20231201/web_app_site_push_settings.py +311 -0
  1911. pulumi_azure_native/web/v20231201/web_app_site_push_settings_slot.py +332 -0
  1912. pulumi_azure_native/web/v20231201/web_app_slot.py +1520 -0
  1913. pulumi_azure_native/web/v20231201/web_app_slot_configuration_names.py +269 -0
  1914. pulumi_azure_native/web/v20231201/web_app_source_control.py +387 -0
  1915. pulumi_azure_native/web/v20231201/web_app_source_control_slot.py +408 -0
  1916. pulumi_azure_native/web/v20231201/web_app_swift_virtual_network_connection.py +240 -0
  1917. pulumi_azure_native/web/v20231201/web_app_swift_virtual_network_connection_slot.py +261 -0
  1918. pulumi_azure_native/web/v20231201/web_app_vnet_connection.py +353 -0
  1919. pulumi_azure_native/web/v20231201/web_app_vnet_connection_slot.py +374 -0
  1920. pulumi_azure_native/web/web_app.py +3 -3
  1921. pulumi_azure_native/web/web_app_application_settings.py +3 -3
  1922. pulumi_azure_native/web/web_app_application_settings_slot.py +3 -3
  1923. pulumi_azure_native/web/web_app_auth_settings.py +3 -3
  1924. pulumi_azure_native/web/web_app_auth_settings_slot.py +3 -3
  1925. pulumi_azure_native/web/web_app_azure_storage_accounts.py +3 -3
  1926. pulumi_azure_native/web/web_app_azure_storage_accounts_slot.py +3 -3
  1927. pulumi_azure_native/web/web_app_backup_configuration.py +3 -3
  1928. pulumi_azure_native/web/web_app_backup_configuration_slot.py +3 -3
  1929. pulumi_azure_native/web/web_app_connection_strings.py +3 -3
  1930. pulumi_azure_native/web/web_app_connection_strings_slot.py +3 -3
  1931. pulumi_azure_native/web/web_app_deployment.py +3 -3
  1932. pulumi_azure_native/web/web_app_deployment_slot.py +3 -3
  1933. pulumi_azure_native/web/web_app_diagnostic_logs_configuration.py +3 -3
  1934. pulumi_azure_native/web/web_app_domain_ownership_identifier.py +3 -3
  1935. pulumi_azure_native/web/web_app_domain_ownership_identifier_slot.py +3 -3
  1936. pulumi_azure_native/web/web_app_ftp_allowed.py +3 -3
  1937. pulumi_azure_native/web/web_app_function.py +3 -3
  1938. pulumi_azure_native/web/web_app_host_name_binding.py +3 -3
  1939. pulumi_azure_native/web/web_app_host_name_binding_slot.py +3 -3
  1940. pulumi_azure_native/web/web_app_hybrid_connection.py +3 -3
  1941. pulumi_azure_native/web/web_app_hybrid_connection_slot.py +3 -3
  1942. pulumi_azure_native/web/web_app_instance_function_slot.py +3 -3
  1943. pulumi_azure_native/web/web_app_metadata.py +3 -3
  1944. pulumi_azure_native/web/web_app_metadata_slot.py +3 -3
  1945. pulumi_azure_native/web/web_app_premier_add_on.py +3 -3
  1946. pulumi_azure_native/web/web_app_premier_add_on_slot.py +3 -3
  1947. pulumi_azure_native/web/web_app_private_endpoint_connection.py +3 -3
  1948. pulumi_azure_native/web/web_app_private_endpoint_connection_slot.py +3 -3
  1949. pulumi_azure_native/web/web_app_public_certificate.py +3 -3
  1950. pulumi_azure_native/web/web_app_public_certificate_slot.py +3 -3
  1951. pulumi_azure_native/web/web_app_relay_service_connection.py +3 -3
  1952. pulumi_azure_native/web/web_app_relay_service_connection_slot.py +3 -3
  1953. pulumi_azure_native/web/web_app_scm_allowed.py +3 -3
  1954. pulumi_azure_native/web/web_app_site_container.py +519 -0
  1955. pulumi_azure_native/web/web_app_site_container_slot.py +540 -0
  1956. pulumi_azure_native/web/web_app_site_extension.py +3 -3
  1957. pulumi_azure_native/web/web_app_site_extension_slot.py +3 -3
  1958. pulumi_azure_native/web/web_app_site_push_settings.py +3 -3
  1959. pulumi_azure_native/web/web_app_site_push_settings_slot.py +3 -3
  1960. pulumi_azure_native/web/web_app_slot.py +3 -3
  1961. pulumi_azure_native/web/web_app_slot_configuration_names.py +3 -3
  1962. pulumi_azure_native/web/web_app_source_control.py +3 -3
  1963. pulumi_azure_native/web/web_app_source_control_slot.py +3 -3
  1964. pulumi_azure_native/web/web_app_swift_virtual_network_connection.py +3 -3
  1965. pulumi_azure_native/web/web_app_swift_virtual_network_connection_slot.py +3 -3
  1966. pulumi_azure_native/web/web_app_vnet_connection.py +3 -3
  1967. pulumi_azure_native/web/web_app_vnet_connection_slot.py +3 -3
  1968. {pulumi_azure_native-2.37.1a1713521428.dist-info → pulumi_azure_native-2.37.1a1713777065.dist-info}/METADATA +1 -1
  1969. {pulumi_azure_native-2.37.1a1713521428.dist-info → pulumi_azure_native-2.37.1a1713777065.dist-info}/RECORD +1971 -1423
  1970. {pulumi_azure_native-2.37.1a1713521428.dist-info → pulumi_azure_native-2.37.1a1713777065.dist-info}/WHEEL +0 -0
  1971. {pulumi_azure_native-2.37.1a1713521428.dist-info → pulumi_azure_native-2.37.1a1713777065.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3894 @@
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
+ 'AbsoluteDeleteOptionResponse',
16
+ 'AdhocBasedTaggingCriteriaResponse',
17
+ 'AdhocBasedTriggerContextResponse',
18
+ 'AzureBackupParamsResponse',
19
+ 'AzureBackupRuleResponse',
20
+ 'AzureMonitorAlertSettingsResponse',
21
+ 'AzureOperationalStoreParametersResponse',
22
+ 'AzureRetentionRuleResponse',
23
+ 'BackupInstanceResponse',
24
+ 'BackupPolicyResponse',
25
+ 'BackupScheduleResponse',
26
+ 'BackupVaultResponse',
27
+ 'BlobBackupDatasourceParametersResponse',
28
+ 'CmkKekIdentityResponse',
29
+ 'CmkKeyVaultPropertiesResponse',
30
+ 'CopyOnExpiryOptionResponse',
31
+ 'CrossRegionRestoreSettingsResponse',
32
+ 'CrossSubscriptionRestoreSettingsResponse',
33
+ 'CustomCopyOptionResponse',
34
+ 'DataStoreInfoBaseResponse',
35
+ 'DatasourceResponse',
36
+ 'DatasourceSetResponse',
37
+ 'DayResponse',
38
+ 'DefaultResourcePropertiesResponse',
39
+ 'DppIdentityDetailsResponse',
40
+ 'EncryptionSettingsResponse',
41
+ 'FeatureSettingsResponse',
42
+ 'IdentityDetailsResponse',
43
+ 'ImmediateCopyOptionResponse',
44
+ 'ImmutabilitySettingsResponse',
45
+ 'InnerErrorResponse',
46
+ 'KubernetesClusterBackupDatasourceParametersResponse',
47
+ 'MonitoringSettingsResponse',
48
+ 'NamespacedNameResourceResponse',
49
+ 'PolicyInfoResponse',
50
+ 'PolicyParametersResponse',
51
+ 'ProtectionStatusDetailsResponse',
52
+ 'ResourceGuardOperationDetailResponse',
53
+ 'ResourceGuardOperationResponse',
54
+ 'ResourceGuardProxyBaseResponse',
55
+ 'ResourceGuardResponse',
56
+ 'ResourceMoveDetailsResponse',
57
+ 'RetentionTagResponse',
58
+ 'ScheduleBasedBackupCriteriaResponse',
59
+ 'ScheduleBasedTriggerContextResponse',
60
+ 'SecretStoreBasedAuthCredentialsResponse',
61
+ 'SecretStoreResourceResponse',
62
+ 'SecuritySettingsResponse',
63
+ 'SoftDeleteSettingsResponse',
64
+ 'SourceLifeCycleResponse',
65
+ 'StorageSettingResponse',
66
+ 'SystemDataResponse',
67
+ 'TaggingCriteriaResponse',
68
+ 'TargetCopySettingResponse',
69
+ 'UserAssignedIdentityResponse',
70
+ 'UserFacingErrorResponse',
71
+ ]
72
+
73
+ @pulumi.output_type
74
+ class AbsoluteDeleteOptionResponse(dict):
75
+ """
76
+ Delete option with duration
77
+ """
78
+ @staticmethod
79
+ def __key_warning(key: str):
80
+ suggest = None
81
+ if key == "objectType":
82
+ suggest = "object_type"
83
+
84
+ if suggest:
85
+ pulumi.log.warn(f"Key '{key}' not found in AbsoluteDeleteOptionResponse. Access the value via the '{suggest}' property getter instead.")
86
+
87
+ def __getitem__(self, key: str) -> Any:
88
+ AbsoluteDeleteOptionResponse.__key_warning(key)
89
+ return super().__getitem__(key)
90
+
91
+ def get(self, key: str, default = None) -> Any:
92
+ AbsoluteDeleteOptionResponse.__key_warning(key)
93
+ return super().get(key, default)
94
+
95
+ def __init__(__self__, *,
96
+ duration: str,
97
+ object_type: str):
98
+ """
99
+ Delete option with duration
100
+ :param str duration: Duration of deletion after given timespan
101
+ :param str object_type: Type of the specific object - used for deserializing
102
+ Expected value is 'AbsoluteDeleteOption'.
103
+ """
104
+ pulumi.set(__self__, "duration", duration)
105
+ pulumi.set(__self__, "object_type", 'AbsoluteDeleteOption')
106
+
107
+ @property
108
+ @pulumi.getter
109
+ def duration(self) -> str:
110
+ """
111
+ Duration of deletion after given timespan
112
+ """
113
+ return pulumi.get(self, "duration")
114
+
115
+ @property
116
+ @pulumi.getter(name="objectType")
117
+ def object_type(self) -> str:
118
+ """
119
+ Type of the specific object - used for deserializing
120
+ Expected value is 'AbsoluteDeleteOption'.
121
+ """
122
+ return pulumi.get(self, "object_type")
123
+
124
+
125
+ @pulumi.output_type
126
+ class AdhocBasedTaggingCriteriaResponse(dict):
127
+ """
128
+ Adhoc backup tagging criteria
129
+ """
130
+ @staticmethod
131
+ def __key_warning(key: str):
132
+ suggest = None
133
+ if key == "tagInfo":
134
+ suggest = "tag_info"
135
+
136
+ if suggest:
137
+ pulumi.log.warn(f"Key '{key}' not found in AdhocBasedTaggingCriteriaResponse. Access the value via the '{suggest}' property getter instead.")
138
+
139
+ def __getitem__(self, key: str) -> Any:
140
+ AdhocBasedTaggingCriteriaResponse.__key_warning(key)
141
+ return super().__getitem__(key)
142
+
143
+ def get(self, key: str, default = None) -> Any:
144
+ AdhocBasedTaggingCriteriaResponse.__key_warning(key)
145
+ return super().get(key, default)
146
+
147
+ def __init__(__self__, *,
148
+ tag_info: Optional['outputs.RetentionTagResponse'] = None):
149
+ """
150
+ Adhoc backup tagging criteria
151
+ :param 'RetentionTagResponse' tag_info: Retention tag information
152
+ """
153
+ if tag_info is not None:
154
+ pulumi.set(__self__, "tag_info", tag_info)
155
+
156
+ @property
157
+ @pulumi.getter(name="tagInfo")
158
+ def tag_info(self) -> Optional['outputs.RetentionTagResponse']:
159
+ """
160
+ Retention tag information
161
+ """
162
+ return pulumi.get(self, "tag_info")
163
+
164
+
165
+ @pulumi.output_type
166
+ class AdhocBasedTriggerContextResponse(dict):
167
+ """
168
+ Adhoc trigger context
169
+ """
170
+ @staticmethod
171
+ def __key_warning(key: str):
172
+ suggest = None
173
+ if key == "objectType":
174
+ suggest = "object_type"
175
+ elif key == "taggingCriteria":
176
+ suggest = "tagging_criteria"
177
+
178
+ if suggest:
179
+ pulumi.log.warn(f"Key '{key}' not found in AdhocBasedTriggerContextResponse. Access the value via the '{suggest}' property getter instead.")
180
+
181
+ def __getitem__(self, key: str) -> Any:
182
+ AdhocBasedTriggerContextResponse.__key_warning(key)
183
+ return super().__getitem__(key)
184
+
185
+ def get(self, key: str, default = None) -> Any:
186
+ AdhocBasedTriggerContextResponse.__key_warning(key)
187
+ return super().get(key, default)
188
+
189
+ def __init__(__self__, *,
190
+ object_type: str,
191
+ tagging_criteria: 'outputs.AdhocBasedTaggingCriteriaResponse'):
192
+ """
193
+ Adhoc trigger context
194
+ :param str object_type: Type of the specific object - used for deserializing
195
+ Expected value is 'AdhocBasedTriggerContext'.
196
+ :param 'AdhocBasedTaggingCriteriaResponse' tagging_criteria: Tagging Criteria containing retention tag for adhoc backup.
197
+ """
198
+ pulumi.set(__self__, "object_type", 'AdhocBasedTriggerContext')
199
+ pulumi.set(__self__, "tagging_criteria", tagging_criteria)
200
+
201
+ @property
202
+ @pulumi.getter(name="objectType")
203
+ def object_type(self) -> str:
204
+ """
205
+ Type of the specific object - used for deserializing
206
+ Expected value is 'AdhocBasedTriggerContext'.
207
+ """
208
+ return pulumi.get(self, "object_type")
209
+
210
+ @property
211
+ @pulumi.getter(name="taggingCriteria")
212
+ def tagging_criteria(self) -> 'outputs.AdhocBasedTaggingCriteriaResponse':
213
+ """
214
+ Tagging Criteria containing retention tag for adhoc backup.
215
+ """
216
+ return pulumi.get(self, "tagging_criteria")
217
+
218
+
219
+ @pulumi.output_type
220
+ class AzureBackupParamsResponse(dict):
221
+ """
222
+ Azure backup parameters
223
+ """
224
+ @staticmethod
225
+ def __key_warning(key: str):
226
+ suggest = None
227
+ if key == "backupType":
228
+ suggest = "backup_type"
229
+ elif key == "objectType":
230
+ suggest = "object_type"
231
+
232
+ if suggest:
233
+ pulumi.log.warn(f"Key '{key}' not found in AzureBackupParamsResponse. Access the value via the '{suggest}' property getter instead.")
234
+
235
+ def __getitem__(self, key: str) -> Any:
236
+ AzureBackupParamsResponse.__key_warning(key)
237
+ return super().__getitem__(key)
238
+
239
+ def get(self, key: str, default = None) -> Any:
240
+ AzureBackupParamsResponse.__key_warning(key)
241
+ return super().get(key, default)
242
+
243
+ def __init__(__self__, *,
244
+ backup_type: str,
245
+ object_type: str):
246
+ """
247
+ Azure backup parameters
248
+ :param str backup_type: BackupType ; Full/Incremental etc
249
+ :param str object_type: Type of the specific object - used for deserializing
250
+ Expected value is 'AzureBackupParams'.
251
+ """
252
+ pulumi.set(__self__, "backup_type", backup_type)
253
+ pulumi.set(__self__, "object_type", 'AzureBackupParams')
254
+
255
+ @property
256
+ @pulumi.getter(name="backupType")
257
+ def backup_type(self) -> str:
258
+ """
259
+ BackupType ; Full/Incremental etc
260
+ """
261
+ return pulumi.get(self, "backup_type")
262
+
263
+ @property
264
+ @pulumi.getter(name="objectType")
265
+ def object_type(self) -> str:
266
+ """
267
+ Type of the specific object - used for deserializing
268
+ Expected value is 'AzureBackupParams'.
269
+ """
270
+ return pulumi.get(self, "object_type")
271
+
272
+
273
+ @pulumi.output_type
274
+ class AzureBackupRuleResponse(dict):
275
+ """
276
+ Azure backup rule
277
+ """
278
+ @staticmethod
279
+ def __key_warning(key: str):
280
+ suggest = None
281
+ if key == "dataStore":
282
+ suggest = "data_store"
283
+ elif key == "objectType":
284
+ suggest = "object_type"
285
+ elif key == "backupParameters":
286
+ suggest = "backup_parameters"
287
+
288
+ if suggest:
289
+ pulumi.log.warn(f"Key '{key}' not found in AzureBackupRuleResponse. Access the value via the '{suggest}' property getter instead.")
290
+
291
+ def __getitem__(self, key: str) -> Any:
292
+ AzureBackupRuleResponse.__key_warning(key)
293
+ return super().__getitem__(key)
294
+
295
+ def get(self, key: str, default = None) -> Any:
296
+ AzureBackupRuleResponse.__key_warning(key)
297
+ return super().get(key, default)
298
+
299
+ def __init__(__self__, *,
300
+ data_store: 'outputs.DataStoreInfoBaseResponse',
301
+ name: str,
302
+ object_type: str,
303
+ trigger: Any,
304
+ backup_parameters: Optional['outputs.AzureBackupParamsResponse'] = None):
305
+ """
306
+ Azure backup rule
307
+ :param 'DataStoreInfoBaseResponse' data_store: DataStoreInfo base
308
+ :param str object_type:
309
+ Expected value is 'AzureBackupRule'.
310
+ :param Union['AdhocBasedTriggerContextResponse', 'ScheduleBasedTriggerContextResponse'] trigger: Trigger context
311
+ :param 'AzureBackupParamsResponse' backup_parameters: BackupParameters base
312
+ """
313
+ pulumi.set(__self__, "data_store", data_store)
314
+ pulumi.set(__self__, "name", name)
315
+ pulumi.set(__self__, "object_type", 'AzureBackupRule')
316
+ pulumi.set(__self__, "trigger", trigger)
317
+ if backup_parameters is not None:
318
+ pulumi.set(__self__, "backup_parameters", backup_parameters)
319
+
320
+ @property
321
+ @pulumi.getter(name="dataStore")
322
+ def data_store(self) -> 'outputs.DataStoreInfoBaseResponse':
323
+ """
324
+ DataStoreInfo base
325
+ """
326
+ return pulumi.get(self, "data_store")
327
+
328
+ @property
329
+ @pulumi.getter
330
+ def name(self) -> str:
331
+ return pulumi.get(self, "name")
332
+
333
+ @property
334
+ @pulumi.getter(name="objectType")
335
+ def object_type(self) -> str:
336
+ """
337
+
338
+ Expected value is 'AzureBackupRule'.
339
+ """
340
+ return pulumi.get(self, "object_type")
341
+
342
+ @property
343
+ @pulumi.getter
344
+ def trigger(self) -> Any:
345
+ """
346
+ Trigger context
347
+ """
348
+ return pulumi.get(self, "trigger")
349
+
350
+ @property
351
+ @pulumi.getter(name="backupParameters")
352
+ def backup_parameters(self) -> Optional['outputs.AzureBackupParamsResponse']:
353
+ """
354
+ BackupParameters base
355
+ """
356
+ return pulumi.get(self, "backup_parameters")
357
+
358
+
359
+ @pulumi.output_type
360
+ class AzureMonitorAlertSettingsResponse(dict):
361
+ """
362
+ Settings for Azure Monitor based alerts
363
+ """
364
+ @staticmethod
365
+ def __key_warning(key: str):
366
+ suggest = None
367
+ if key == "alertsForAllJobFailures":
368
+ suggest = "alerts_for_all_job_failures"
369
+
370
+ if suggest:
371
+ pulumi.log.warn(f"Key '{key}' not found in AzureMonitorAlertSettingsResponse. Access the value via the '{suggest}' property getter instead.")
372
+
373
+ def __getitem__(self, key: str) -> Any:
374
+ AzureMonitorAlertSettingsResponse.__key_warning(key)
375
+ return super().__getitem__(key)
376
+
377
+ def get(self, key: str, default = None) -> Any:
378
+ AzureMonitorAlertSettingsResponse.__key_warning(key)
379
+ return super().get(key, default)
380
+
381
+ def __init__(__self__, *,
382
+ alerts_for_all_job_failures: Optional[str] = None):
383
+ """
384
+ Settings for Azure Monitor based alerts
385
+ """
386
+ if alerts_for_all_job_failures is not None:
387
+ pulumi.set(__self__, "alerts_for_all_job_failures", alerts_for_all_job_failures)
388
+
389
+ @property
390
+ @pulumi.getter(name="alertsForAllJobFailures")
391
+ def alerts_for_all_job_failures(self) -> Optional[str]:
392
+ return pulumi.get(self, "alerts_for_all_job_failures")
393
+
394
+
395
+ @pulumi.output_type
396
+ class AzureOperationalStoreParametersResponse(dict):
397
+ """
398
+ Parameters for Operational-Tier DataStore
399
+ """
400
+ @staticmethod
401
+ def __key_warning(key: str):
402
+ suggest = None
403
+ if key == "dataStoreType":
404
+ suggest = "data_store_type"
405
+ elif key == "objectType":
406
+ suggest = "object_type"
407
+ elif key == "resourceGroupId":
408
+ suggest = "resource_group_id"
409
+
410
+ if suggest:
411
+ pulumi.log.warn(f"Key '{key}' not found in AzureOperationalStoreParametersResponse. Access the value via the '{suggest}' property getter instead.")
412
+
413
+ def __getitem__(self, key: str) -> Any:
414
+ AzureOperationalStoreParametersResponse.__key_warning(key)
415
+ return super().__getitem__(key)
416
+
417
+ def get(self, key: str, default = None) -> Any:
418
+ AzureOperationalStoreParametersResponse.__key_warning(key)
419
+ return super().get(key, default)
420
+
421
+ def __init__(__self__, *,
422
+ data_store_type: str,
423
+ object_type: str,
424
+ resource_group_id: Optional[str] = None):
425
+ """
426
+ Parameters for Operational-Tier DataStore
427
+ :param str data_store_type: type of datastore; Operational/Vault/Archive
428
+ :param str object_type: Type of the specific object - used for deserializing
429
+ Expected value is 'AzureOperationalStoreParameters'.
430
+ :param str resource_group_id: Gets or sets the Snapshot Resource Group Uri.
431
+ """
432
+ pulumi.set(__self__, "data_store_type", data_store_type)
433
+ pulumi.set(__self__, "object_type", 'AzureOperationalStoreParameters')
434
+ if resource_group_id is not None:
435
+ pulumi.set(__self__, "resource_group_id", resource_group_id)
436
+
437
+ @property
438
+ @pulumi.getter(name="dataStoreType")
439
+ def data_store_type(self) -> str:
440
+ """
441
+ type of datastore; Operational/Vault/Archive
442
+ """
443
+ return pulumi.get(self, "data_store_type")
444
+
445
+ @property
446
+ @pulumi.getter(name="objectType")
447
+ def object_type(self) -> str:
448
+ """
449
+ Type of the specific object - used for deserializing
450
+ Expected value is 'AzureOperationalStoreParameters'.
451
+ """
452
+ return pulumi.get(self, "object_type")
453
+
454
+ @property
455
+ @pulumi.getter(name="resourceGroupId")
456
+ def resource_group_id(self) -> Optional[str]:
457
+ """
458
+ Gets or sets the Snapshot Resource Group Uri.
459
+ """
460
+ return pulumi.get(self, "resource_group_id")
461
+
462
+
463
+ @pulumi.output_type
464
+ class AzureRetentionRuleResponse(dict):
465
+ """
466
+ Azure retention rule
467
+ """
468
+ @staticmethod
469
+ def __key_warning(key: str):
470
+ suggest = None
471
+ if key == "objectType":
472
+ suggest = "object_type"
473
+ elif key == "isDefault":
474
+ suggest = "is_default"
475
+
476
+ if suggest:
477
+ pulumi.log.warn(f"Key '{key}' not found in AzureRetentionRuleResponse. Access the value via the '{suggest}' property getter instead.")
478
+
479
+ def __getitem__(self, key: str) -> Any:
480
+ AzureRetentionRuleResponse.__key_warning(key)
481
+ return super().__getitem__(key)
482
+
483
+ def get(self, key: str, default = None) -> Any:
484
+ AzureRetentionRuleResponse.__key_warning(key)
485
+ return super().get(key, default)
486
+
487
+ def __init__(__self__, *,
488
+ lifecycles: Sequence['outputs.SourceLifeCycleResponse'],
489
+ name: str,
490
+ object_type: str,
491
+ is_default: Optional[bool] = None):
492
+ """
493
+ Azure retention rule
494
+ :param str object_type:
495
+ Expected value is 'AzureRetentionRule'.
496
+ """
497
+ pulumi.set(__self__, "lifecycles", lifecycles)
498
+ pulumi.set(__self__, "name", name)
499
+ pulumi.set(__self__, "object_type", 'AzureRetentionRule')
500
+ if is_default is not None:
501
+ pulumi.set(__self__, "is_default", is_default)
502
+
503
+ @property
504
+ @pulumi.getter
505
+ def lifecycles(self) -> Sequence['outputs.SourceLifeCycleResponse']:
506
+ return pulumi.get(self, "lifecycles")
507
+
508
+ @property
509
+ @pulumi.getter
510
+ def name(self) -> str:
511
+ return pulumi.get(self, "name")
512
+
513
+ @property
514
+ @pulumi.getter(name="objectType")
515
+ def object_type(self) -> str:
516
+ """
517
+
518
+ Expected value is 'AzureRetentionRule'.
519
+ """
520
+ return pulumi.get(self, "object_type")
521
+
522
+ @property
523
+ @pulumi.getter(name="isDefault")
524
+ def is_default(self) -> Optional[bool]:
525
+ return pulumi.get(self, "is_default")
526
+
527
+
528
+ @pulumi.output_type
529
+ class BackupInstanceResponse(dict):
530
+ """
531
+ Backup Instance
532
+ """
533
+ @staticmethod
534
+ def __key_warning(key: str):
535
+ suggest = None
536
+ if key == "currentProtectionState":
537
+ suggest = "current_protection_state"
538
+ elif key == "dataSourceInfo":
539
+ suggest = "data_source_info"
540
+ elif key == "objectType":
541
+ suggest = "object_type"
542
+ elif key == "policyInfo":
543
+ suggest = "policy_info"
544
+ elif key == "protectionErrorDetails":
545
+ suggest = "protection_error_details"
546
+ elif key == "protectionStatus":
547
+ suggest = "protection_status"
548
+ elif key == "provisioningState":
549
+ suggest = "provisioning_state"
550
+ elif key == "dataSourceSetInfo":
551
+ suggest = "data_source_set_info"
552
+ elif key == "datasourceAuthCredentials":
553
+ suggest = "datasource_auth_credentials"
554
+ elif key == "friendlyName":
555
+ suggest = "friendly_name"
556
+ elif key == "identityDetails":
557
+ suggest = "identity_details"
558
+ elif key == "resourceGuardOperationRequests":
559
+ suggest = "resource_guard_operation_requests"
560
+ elif key == "validationType":
561
+ suggest = "validation_type"
562
+
563
+ if suggest:
564
+ pulumi.log.warn(f"Key '{key}' not found in BackupInstanceResponse. Access the value via the '{suggest}' property getter instead.")
565
+
566
+ def __getitem__(self, key: str) -> Any:
567
+ BackupInstanceResponse.__key_warning(key)
568
+ return super().__getitem__(key)
569
+
570
+ def get(self, key: str, default = None) -> Any:
571
+ BackupInstanceResponse.__key_warning(key)
572
+ return super().get(key, default)
573
+
574
+ def __init__(__self__, *,
575
+ current_protection_state: str,
576
+ data_source_info: 'outputs.DatasourceResponse',
577
+ object_type: str,
578
+ policy_info: 'outputs.PolicyInfoResponse',
579
+ protection_error_details: 'outputs.UserFacingErrorResponse',
580
+ protection_status: 'outputs.ProtectionStatusDetailsResponse',
581
+ provisioning_state: str,
582
+ data_source_set_info: Optional['outputs.DatasourceSetResponse'] = None,
583
+ datasource_auth_credentials: Optional['outputs.SecretStoreBasedAuthCredentialsResponse'] = None,
584
+ friendly_name: Optional[str] = None,
585
+ identity_details: Optional['outputs.IdentityDetailsResponse'] = None,
586
+ resource_guard_operation_requests: Optional[Sequence[str]] = None,
587
+ validation_type: Optional[str] = None):
588
+ """
589
+ Backup Instance
590
+ :param str current_protection_state: Specifies the current protection state of the resource
591
+ :param 'DatasourceResponse' data_source_info: Gets or sets the data source information.
592
+ :param 'PolicyInfoResponse' policy_info: Gets or sets the policy information.
593
+ :param 'UserFacingErrorResponse' protection_error_details: Specifies the protection error of the resource
594
+ :param 'ProtectionStatusDetailsResponse' protection_status: Specifies the protection status of the resource
595
+ :param str provisioning_state: Specifies the provisioning state of the resource i.e. provisioning/updating/Succeeded/Failed
596
+ :param 'DatasourceSetResponse' data_source_set_info: Gets or sets the data source set information.
597
+ :param 'SecretStoreBasedAuthCredentialsResponse' datasource_auth_credentials: Credentials to use to authenticate with data source provider.
598
+ :param str friendly_name: Gets or sets the Backup Instance friendly name.
599
+ :param 'IdentityDetailsResponse' identity_details: Contains information of the Identity Details for the BI.
600
+ If it is null, default will be considered as System Assigned.
601
+ :param Sequence[str] resource_guard_operation_requests: ResourceGuardOperationRequests on which LAC check will be performed
602
+ :param str validation_type: Specifies the type of validation. In case of DeepValidation, all validations from /validateForBackup API will run again.
603
+ """
604
+ pulumi.set(__self__, "current_protection_state", current_protection_state)
605
+ pulumi.set(__self__, "data_source_info", data_source_info)
606
+ pulumi.set(__self__, "object_type", object_type)
607
+ pulumi.set(__self__, "policy_info", policy_info)
608
+ pulumi.set(__self__, "protection_error_details", protection_error_details)
609
+ pulumi.set(__self__, "protection_status", protection_status)
610
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
611
+ if data_source_set_info is not None:
612
+ pulumi.set(__self__, "data_source_set_info", data_source_set_info)
613
+ if datasource_auth_credentials is not None:
614
+ pulumi.set(__self__, "datasource_auth_credentials", datasource_auth_credentials)
615
+ if friendly_name is not None:
616
+ pulumi.set(__self__, "friendly_name", friendly_name)
617
+ if identity_details is not None:
618
+ pulumi.set(__self__, "identity_details", identity_details)
619
+ if resource_guard_operation_requests is not None:
620
+ pulumi.set(__self__, "resource_guard_operation_requests", resource_guard_operation_requests)
621
+ if validation_type is not None:
622
+ pulumi.set(__self__, "validation_type", validation_type)
623
+
624
+ @property
625
+ @pulumi.getter(name="currentProtectionState")
626
+ def current_protection_state(self) -> str:
627
+ """
628
+ Specifies the current protection state of the resource
629
+ """
630
+ return pulumi.get(self, "current_protection_state")
631
+
632
+ @property
633
+ @pulumi.getter(name="dataSourceInfo")
634
+ def data_source_info(self) -> 'outputs.DatasourceResponse':
635
+ """
636
+ Gets or sets the data source information.
637
+ """
638
+ return pulumi.get(self, "data_source_info")
639
+
640
+ @property
641
+ @pulumi.getter(name="objectType")
642
+ def object_type(self) -> str:
643
+ return pulumi.get(self, "object_type")
644
+
645
+ @property
646
+ @pulumi.getter(name="policyInfo")
647
+ def policy_info(self) -> 'outputs.PolicyInfoResponse':
648
+ """
649
+ Gets or sets the policy information.
650
+ """
651
+ return pulumi.get(self, "policy_info")
652
+
653
+ @property
654
+ @pulumi.getter(name="protectionErrorDetails")
655
+ def protection_error_details(self) -> 'outputs.UserFacingErrorResponse':
656
+ """
657
+ Specifies the protection error of the resource
658
+ """
659
+ return pulumi.get(self, "protection_error_details")
660
+
661
+ @property
662
+ @pulumi.getter(name="protectionStatus")
663
+ def protection_status(self) -> 'outputs.ProtectionStatusDetailsResponse':
664
+ """
665
+ Specifies the protection status of the resource
666
+ """
667
+ return pulumi.get(self, "protection_status")
668
+
669
+ @property
670
+ @pulumi.getter(name="provisioningState")
671
+ def provisioning_state(self) -> str:
672
+ """
673
+ Specifies the provisioning state of the resource i.e. provisioning/updating/Succeeded/Failed
674
+ """
675
+ return pulumi.get(self, "provisioning_state")
676
+
677
+ @property
678
+ @pulumi.getter(name="dataSourceSetInfo")
679
+ def data_source_set_info(self) -> Optional['outputs.DatasourceSetResponse']:
680
+ """
681
+ Gets or sets the data source set information.
682
+ """
683
+ return pulumi.get(self, "data_source_set_info")
684
+
685
+ @property
686
+ @pulumi.getter(name="datasourceAuthCredentials")
687
+ def datasource_auth_credentials(self) -> Optional['outputs.SecretStoreBasedAuthCredentialsResponse']:
688
+ """
689
+ Credentials to use to authenticate with data source provider.
690
+ """
691
+ return pulumi.get(self, "datasource_auth_credentials")
692
+
693
+ @property
694
+ @pulumi.getter(name="friendlyName")
695
+ def friendly_name(self) -> Optional[str]:
696
+ """
697
+ Gets or sets the Backup Instance friendly name.
698
+ """
699
+ return pulumi.get(self, "friendly_name")
700
+
701
+ @property
702
+ @pulumi.getter(name="identityDetails")
703
+ def identity_details(self) -> Optional['outputs.IdentityDetailsResponse']:
704
+ """
705
+ Contains information of the Identity Details for the BI.
706
+ If it is null, default will be considered as System Assigned.
707
+ """
708
+ return pulumi.get(self, "identity_details")
709
+
710
+ @property
711
+ @pulumi.getter(name="resourceGuardOperationRequests")
712
+ def resource_guard_operation_requests(self) -> Optional[Sequence[str]]:
713
+ """
714
+ ResourceGuardOperationRequests on which LAC check will be performed
715
+ """
716
+ return pulumi.get(self, "resource_guard_operation_requests")
717
+
718
+ @property
719
+ @pulumi.getter(name="validationType")
720
+ def validation_type(self) -> Optional[str]:
721
+ """
722
+ Specifies the type of validation. In case of DeepValidation, all validations from /validateForBackup API will run again.
723
+ """
724
+ return pulumi.get(self, "validation_type")
725
+
726
+
727
+ @pulumi.output_type
728
+ class BackupPolicyResponse(dict):
729
+ """
730
+ Rule based backup policy
731
+ """
732
+ @staticmethod
733
+ def __key_warning(key: str):
734
+ suggest = None
735
+ if key == "datasourceTypes":
736
+ suggest = "datasource_types"
737
+ elif key == "objectType":
738
+ suggest = "object_type"
739
+ elif key == "policyRules":
740
+ suggest = "policy_rules"
741
+
742
+ if suggest:
743
+ pulumi.log.warn(f"Key '{key}' not found in BackupPolicyResponse. Access the value via the '{suggest}' property getter instead.")
744
+
745
+ def __getitem__(self, key: str) -> Any:
746
+ BackupPolicyResponse.__key_warning(key)
747
+ return super().__getitem__(key)
748
+
749
+ def get(self, key: str, default = None) -> Any:
750
+ BackupPolicyResponse.__key_warning(key)
751
+ return super().get(key, default)
752
+
753
+ def __init__(__self__, *,
754
+ datasource_types: Sequence[str],
755
+ object_type: str,
756
+ policy_rules: Sequence[Any]):
757
+ """
758
+ Rule based backup policy
759
+ :param Sequence[str] datasource_types: Type of datasource for the backup management
760
+ :param str object_type:
761
+ Expected value is 'BackupPolicy'.
762
+ :param Sequence[Union['AzureBackupRuleResponse', 'AzureRetentionRuleResponse']] policy_rules: Policy rule dictionary that contains rules for each backuptype i.e Full/Incremental/Logs etc
763
+ """
764
+ pulumi.set(__self__, "datasource_types", datasource_types)
765
+ pulumi.set(__self__, "object_type", 'BackupPolicy')
766
+ pulumi.set(__self__, "policy_rules", policy_rules)
767
+
768
+ @property
769
+ @pulumi.getter(name="datasourceTypes")
770
+ def datasource_types(self) -> Sequence[str]:
771
+ """
772
+ Type of datasource for the backup management
773
+ """
774
+ return pulumi.get(self, "datasource_types")
775
+
776
+ @property
777
+ @pulumi.getter(name="objectType")
778
+ def object_type(self) -> str:
779
+ """
780
+
781
+ Expected value is 'BackupPolicy'.
782
+ """
783
+ return pulumi.get(self, "object_type")
784
+
785
+ @property
786
+ @pulumi.getter(name="policyRules")
787
+ def policy_rules(self) -> Sequence[Any]:
788
+ """
789
+ Policy rule dictionary that contains rules for each backuptype i.e Full/Incremental/Logs etc
790
+ """
791
+ return pulumi.get(self, "policy_rules")
792
+
793
+
794
+ @pulumi.output_type
795
+ class BackupScheduleResponse(dict):
796
+ """
797
+ Schedule for backup
798
+ """
799
+ @staticmethod
800
+ def __key_warning(key: str):
801
+ suggest = None
802
+ if key == "repeatingTimeIntervals":
803
+ suggest = "repeating_time_intervals"
804
+ elif key == "timeZone":
805
+ suggest = "time_zone"
806
+
807
+ if suggest:
808
+ pulumi.log.warn(f"Key '{key}' not found in BackupScheduleResponse. Access the value via the '{suggest}' property getter instead.")
809
+
810
+ def __getitem__(self, key: str) -> Any:
811
+ BackupScheduleResponse.__key_warning(key)
812
+ return super().__getitem__(key)
813
+
814
+ def get(self, key: str, default = None) -> Any:
815
+ BackupScheduleResponse.__key_warning(key)
816
+ return super().get(key, default)
817
+
818
+ def __init__(__self__, *,
819
+ repeating_time_intervals: Sequence[str],
820
+ time_zone: Optional[str] = None):
821
+ """
822
+ Schedule for backup
823
+ :param Sequence[str] repeating_time_intervals: ISO 8601 repeating time interval format
824
+ :param str time_zone: Time zone for a schedule. Example: Pacific Standard Time
825
+ """
826
+ pulumi.set(__self__, "repeating_time_intervals", repeating_time_intervals)
827
+ if time_zone is not None:
828
+ pulumi.set(__self__, "time_zone", time_zone)
829
+
830
+ @property
831
+ @pulumi.getter(name="repeatingTimeIntervals")
832
+ def repeating_time_intervals(self) -> Sequence[str]:
833
+ """
834
+ ISO 8601 repeating time interval format
835
+ """
836
+ return pulumi.get(self, "repeating_time_intervals")
837
+
838
+ @property
839
+ @pulumi.getter(name="timeZone")
840
+ def time_zone(self) -> Optional[str]:
841
+ """
842
+ Time zone for a schedule. Example: Pacific Standard Time
843
+ """
844
+ return pulumi.get(self, "time_zone")
845
+
846
+
847
+ @pulumi.output_type
848
+ class BackupVaultResponse(dict):
849
+ """
850
+ Backup Vault
851
+ """
852
+ @staticmethod
853
+ def __key_warning(key: str):
854
+ suggest = None
855
+ if key == "bcdrSecurityLevel":
856
+ suggest = "bcdr_security_level"
857
+ elif key == "isVaultProtectedByResourceGuard":
858
+ suggest = "is_vault_protected_by_resource_guard"
859
+ elif key == "provisioningState":
860
+ suggest = "provisioning_state"
861
+ elif key == "resourceMoveDetails":
862
+ suggest = "resource_move_details"
863
+ elif key == "resourceMoveState":
864
+ suggest = "resource_move_state"
865
+ elif key == "secureScore":
866
+ suggest = "secure_score"
867
+ elif key == "storageSettings":
868
+ suggest = "storage_settings"
869
+ elif key == "featureSettings":
870
+ suggest = "feature_settings"
871
+ elif key == "monitoringSettings":
872
+ suggest = "monitoring_settings"
873
+ elif key == "replicatedRegions":
874
+ suggest = "replicated_regions"
875
+ elif key == "resourceGuardOperationRequests":
876
+ suggest = "resource_guard_operation_requests"
877
+ elif key == "securitySettings":
878
+ suggest = "security_settings"
879
+
880
+ if suggest:
881
+ pulumi.log.warn(f"Key '{key}' not found in BackupVaultResponse. Access the value via the '{suggest}' property getter instead.")
882
+
883
+ def __getitem__(self, key: str) -> Any:
884
+ BackupVaultResponse.__key_warning(key)
885
+ return super().__getitem__(key)
886
+
887
+ def get(self, key: str, default = None) -> Any:
888
+ BackupVaultResponse.__key_warning(key)
889
+ return super().get(key, default)
890
+
891
+ def __init__(__self__, *,
892
+ bcdr_security_level: str,
893
+ is_vault_protected_by_resource_guard: bool,
894
+ provisioning_state: str,
895
+ resource_move_details: 'outputs.ResourceMoveDetailsResponse',
896
+ resource_move_state: str,
897
+ secure_score: str,
898
+ storage_settings: Sequence['outputs.StorageSettingResponse'],
899
+ feature_settings: Optional['outputs.FeatureSettingsResponse'] = None,
900
+ monitoring_settings: Optional['outputs.MonitoringSettingsResponse'] = None,
901
+ replicated_regions: Optional[Sequence[str]] = None,
902
+ resource_guard_operation_requests: Optional[Sequence[str]] = None,
903
+ security_settings: Optional['outputs.SecuritySettingsResponse'] = None):
904
+ """
905
+ Backup Vault
906
+ :param str bcdr_security_level: Security Level of Backup Vault
907
+ :param bool is_vault_protected_by_resource_guard: Is vault protected by resource guard
908
+ :param str provisioning_state: Provisioning state of the BackupVault resource
909
+ :param 'ResourceMoveDetailsResponse' resource_move_details: Resource move details for backup vault
910
+ :param str resource_move_state: Resource move state for backup vault
911
+ :param str secure_score: Secure Score of Backup Vault
912
+ :param Sequence['StorageSettingResponse'] storage_settings: Storage Settings
913
+ :param 'FeatureSettingsResponse' feature_settings: Feature Settings
914
+ :param 'MonitoringSettingsResponse' monitoring_settings: Monitoring Settings
915
+ :param Sequence[str] replicated_regions: List of replicated regions for Backup Vault
916
+ :param Sequence[str] resource_guard_operation_requests: ResourceGuardOperationRequests on which LAC check will be performed
917
+ :param 'SecuritySettingsResponse' security_settings: Security Settings
918
+ """
919
+ pulumi.set(__self__, "bcdr_security_level", bcdr_security_level)
920
+ pulumi.set(__self__, "is_vault_protected_by_resource_guard", is_vault_protected_by_resource_guard)
921
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
922
+ pulumi.set(__self__, "resource_move_details", resource_move_details)
923
+ pulumi.set(__self__, "resource_move_state", resource_move_state)
924
+ pulumi.set(__self__, "secure_score", secure_score)
925
+ pulumi.set(__self__, "storage_settings", storage_settings)
926
+ if feature_settings is not None:
927
+ pulumi.set(__self__, "feature_settings", feature_settings)
928
+ if monitoring_settings is not None:
929
+ pulumi.set(__self__, "monitoring_settings", monitoring_settings)
930
+ if replicated_regions is not None:
931
+ pulumi.set(__self__, "replicated_regions", replicated_regions)
932
+ if resource_guard_operation_requests is not None:
933
+ pulumi.set(__self__, "resource_guard_operation_requests", resource_guard_operation_requests)
934
+ if security_settings is not None:
935
+ pulumi.set(__self__, "security_settings", security_settings)
936
+
937
+ @property
938
+ @pulumi.getter(name="bcdrSecurityLevel")
939
+ def bcdr_security_level(self) -> str:
940
+ """
941
+ Security Level of Backup Vault
942
+ """
943
+ return pulumi.get(self, "bcdr_security_level")
944
+
945
+ @property
946
+ @pulumi.getter(name="isVaultProtectedByResourceGuard")
947
+ def is_vault_protected_by_resource_guard(self) -> bool:
948
+ """
949
+ Is vault protected by resource guard
950
+ """
951
+ return pulumi.get(self, "is_vault_protected_by_resource_guard")
952
+
953
+ @property
954
+ @pulumi.getter(name="provisioningState")
955
+ def provisioning_state(self) -> str:
956
+ """
957
+ Provisioning state of the BackupVault resource
958
+ """
959
+ return pulumi.get(self, "provisioning_state")
960
+
961
+ @property
962
+ @pulumi.getter(name="resourceMoveDetails")
963
+ def resource_move_details(self) -> 'outputs.ResourceMoveDetailsResponse':
964
+ """
965
+ Resource move details for backup vault
966
+ """
967
+ return pulumi.get(self, "resource_move_details")
968
+
969
+ @property
970
+ @pulumi.getter(name="resourceMoveState")
971
+ def resource_move_state(self) -> str:
972
+ """
973
+ Resource move state for backup vault
974
+ """
975
+ return pulumi.get(self, "resource_move_state")
976
+
977
+ @property
978
+ @pulumi.getter(name="secureScore")
979
+ def secure_score(self) -> str:
980
+ """
981
+ Secure Score of Backup Vault
982
+ """
983
+ return pulumi.get(self, "secure_score")
984
+
985
+ @property
986
+ @pulumi.getter(name="storageSettings")
987
+ def storage_settings(self) -> Sequence['outputs.StorageSettingResponse']:
988
+ """
989
+ Storage Settings
990
+ """
991
+ return pulumi.get(self, "storage_settings")
992
+
993
+ @property
994
+ @pulumi.getter(name="featureSettings")
995
+ def feature_settings(self) -> Optional['outputs.FeatureSettingsResponse']:
996
+ """
997
+ Feature Settings
998
+ """
999
+ return pulumi.get(self, "feature_settings")
1000
+
1001
+ @property
1002
+ @pulumi.getter(name="monitoringSettings")
1003
+ def monitoring_settings(self) -> Optional['outputs.MonitoringSettingsResponse']:
1004
+ """
1005
+ Monitoring Settings
1006
+ """
1007
+ return pulumi.get(self, "monitoring_settings")
1008
+
1009
+ @property
1010
+ @pulumi.getter(name="replicatedRegions")
1011
+ def replicated_regions(self) -> Optional[Sequence[str]]:
1012
+ """
1013
+ List of replicated regions for Backup Vault
1014
+ """
1015
+ return pulumi.get(self, "replicated_regions")
1016
+
1017
+ @property
1018
+ @pulumi.getter(name="resourceGuardOperationRequests")
1019
+ def resource_guard_operation_requests(self) -> Optional[Sequence[str]]:
1020
+ """
1021
+ ResourceGuardOperationRequests on which LAC check will be performed
1022
+ """
1023
+ return pulumi.get(self, "resource_guard_operation_requests")
1024
+
1025
+ @property
1026
+ @pulumi.getter(name="securitySettings")
1027
+ def security_settings(self) -> Optional['outputs.SecuritySettingsResponse']:
1028
+ """
1029
+ Security Settings
1030
+ """
1031
+ return pulumi.get(self, "security_settings")
1032
+
1033
+
1034
+ @pulumi.output_type
1035
+ class BlobBackupDatasourceParametersResponse(dict):
1036
+ """
1037
+ Parameters to be used during configuration of backup of blobs
1038
+ """
1039
+ @staticmethod
1040
+ def __key_warning(key: str):
1041
+ suggest = None
1042
+ if key == "containersList":
1043
+ suggest = "containers_list"
1044
+ elif key == "objectType":
1045
+ suggest = "object_type"
1046
+
1047
+ if suggest:
1048
+ pulumi.log.warn(f"Key '{key}' not found in BlobBackupDatasourceParametersResponse. Access the value via the '{suggest}' property getter instead.")
1049
+
1050
+ def __getitem__(self, key: str) -> Any:
1051
+ BlobBackupDatasourceParametersResponse.__key_warning(key)
1052
+ return super().__getitem__(key)
1053
+
1054
+ def get(self, key: str, default = None) -> Any:
1055
+ BlobBackupDatasourceParametersResponse.__key_warning(key)
1056
+ return super().get(key, default)
1057
+
1058
+ def __init__(__self__, *,
1059
+ containers_list: Sequence[str],
1060
+ object_type: str):
1061
+ """
1062
+ Parameters to be used during configuration of backup of blobs
1063
+ :param Sequence[str] containers_list: List of containers to be backed up during configuration of backup of blobs
1064
+ :param str object_type: Type of the specific object - used for deserializing
1065
+ Expected value is 'BlobBackupDatasourceParameters'.
1066
+ """
1067
+ pulumi.set(__self__, "containers_list", containers_list)
1068
+ pulumi.set(__self__, "object_type", 'BlobBackupDatasourceParameters')
1069
+
1070
+ @property
1071
+ @pulumi.getter(name="containersList")
1072
+ def containers_list(self) -> Sequence[str]:
1073
+ """
1074
+ List of containers to be backed up during configuration of backup of blobs
1075
+ """
1076
+ return pulumi.get(self, "containers_list")
1077
+
1078
+ @property
1079
+ @pulumi.getter(name="objectType")
1080
+ def object_type(self) -> str:
1081
+ """
1082
+ Type of the specific object - used for deserializing
1083
+ Expected value is 'BlobBackupDatasourceParameters'.
1084
+ """
1085
+ return pulumi.get(self, "object_type")
1086
+
1087
+
1088
+ @pulumi.output_type
1089
+ class CmkKekIdentityResponse(dict):
1090
+ """
1091
+ The details of the managed identity used for CMK
1092
+ """
1093
+ @staticmethod
1094
+ def __key_warning(key: str):
1095
+ suggest = None
1096
+ if key == "identityId":
1097
+ suggest = "identity_id"
1098
+ elif key == "identityType":
1099
+ suggest = "identity_type"
1100
+
1101
+ if suggest:
1102
+ pulumi.log.warn(f"Key '{key}' not found in CmkKekIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1103
+
1104
+ def __getitem__(self, key: str) -> Any:
1105
+ CmkKekIdentityResponse.__key_warning(key)
1106
+ return super().__getitem__(key)
1107
+
1108
+ def get(self, key: str, default = None) -> Any:
1109
+ CmkKekIdentityResponse.__key_warning(key)
1110
+ return super().get(key, default)
1111
+
1112
+ def __init__(__self__, *,
1113
+ identity_id: Optional[str] = None,
1114
+ identity_type: Optional[str] = None):
1115
+ """
1116
+ The details of the managed identity used for CMK
1117
+ :param str identity_id: The managed identity to be used which has access permissions to the Key Vault. Provide a value here in case identity types: 'UserAssigned' only.
1118
+ :param str identity_type: The identity type. 'SystemAssigned' and 'UserAssigned' are mutually exclusive. 'SystemAssigned' will use implicitly created managed identity.
1119
+ """
1120
+ if identity_id is not None:
1121
+ pulumi.set(__self__, "identity_id", identity_id)
1122
+ if identity_type is not None:
1123
+ pulumi.set(__self__, "identity_type", identity_type)
1124
+
1125
+ @property
1126
+ @pulumi.getter(name="identityId")
1127
+ def identity_id(self) -> Optional[str]:
1128
+ """
1129
+ The managed identity to be used which has access permissions to the Key Vault. Provide a value here in case identity types: 'UserAssigned' only.
1130
+ """
1131
+ return pulumi.get(self, "identity_id")
1132
+
1133
+ @property
1134
+ @pulumi.getter(name="identityType")
1135
+ def identity_type(self) -> Optional[str]:
1136
+ """
1137
+ The identity type. 'SystemAssigned' and 'UserAssigned' are mutually exclusive. 'SystemAssigned' will use implicitly created managed identity.
1138
+ """
1139
+ return pulumi.get(self, "identity_type")
1140
+
1141
+
1142
+ @pulumi.output_type
1143
+ class CmkKeyVaultPropertiesResponse(dict):
1144
+ """
1145
+ The properties of the Key Vault which hosts CMK
1146
+ """
1147
+ @staticmethod
1148
+ def __key_warning(key: str):
1149
+ suggest = None
1150
+ if key == "keyUri":
1151
+ suggest = "key_uri"
1152
+
1153
+ if suggest:
1154
+ pulumi.log.warn(f"Key '{key}' not found in CmkKeyVaultPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1155
+
1156
+ def __getitem__(self, key: str) -> Any:
1157
+ CmkKeyVaultPropertiesResponse.__key_warning(key)
1158
+ return super().__getitem__(key)
1159
+
1160
+ def get(self, key: str, default = None) -> Any:
1161
+ CmkKeyVaultPropertiesResponse.__key_warning(key)
1162
+ return super().get(key, default)
1163
+
1164
+ def __init__(__self__, *,
1165
+ key_uri: Optional[str] = None):
1166
+ """
1167
+ The properties of the Key Vault which hosts CMK
1168
+ :param str key_uri: The key uri of the Customer Managed Key
1169
+ """
1170
+ if key_uri is not None:
1171
+ pulumi.set(__self__, "key_uri", key_uri)
1172
+
1173
+ @property
1174
+ @pulumi.getter(name="keyUri")
1175
+ def key_uri(self) -> Optional[str]:
1176
+ """
1177
+ The key uri of the Customer Managed Key
1178
+ """
1179
+ return pulumi.get(self, "key_uri")
1180
+
1181
+
1182
+ @pulumi.output_type
1183
+ class CopyOnExpiryOptionResponse(dict):
1184
+ """
1185
+ Copy on Expiry Option
1186
+ """
1187
+ @staticmethod
1188
+ def __key_warning(key: str):
1189
+ suggest = None
1190
+ if key == "objectType":
1191
+ suggest = "object_type"
1192
+
1193
+ if suggest:
1194
+ pulumi.log.warn(f"Key '{key}' not found in CopyOnExpiryOptionResponse. Access the value via the '{suggest}' property getter instead.")
1195
+
1196
+ def __getitem__(self, key: str) -> Any:
1197
+ CopyOnExpiryOptionResponse.__key_warning(key)
1198
+ return super().__getitem__(key)
1199
+
1200
+ def get(self, key: str, default = None) -> Any:
1201
+ CopyOnExpiryOptionResponse.__key_warning(key)
1202
+ return super().get(key, default)
1203
+
1204
+ def __init__(__self__, *,
1205
+ object_type: str):
1206
+ """
1207
+ Copy on Expiry Option
1208
+ :param str object_type: Type of the specific object - used for deserializing
1209
+ Expected value is 'CopyOnExpiryOption'.
1210
+ """
1211
+ pulumi.set(__self__, "object_type", 'CopyOnExpiryOption')
1212
+
1213
+ @property
1214
+ @pulumi.getter(name="objectType")
1215
+ def object_type(self) -> str:
1216
+ """
1217
+ Type of the specific object - used for deserializing
1218
+ Expected value is 'CopyOnExpiryOption'.
1219
+ """
1220
+ return pulumi.get(self, "object_type")
1221
+
1222
+
1223
+ @pulumi.output_type
1224
+ class CrossRegionRestoreSettingsResponse(dict):
1225
+ def __init__(__self__, *,
1226
+ state: Optional[str] = None):
1227
+ """
1228
+ :param str state: CrossRegionRestore state
1229
+ """
1230
+ if state is not None:
1231
+ pulumi.set(__self__, "state", state)
1232
+
1233
+ @property
1234
+ @pulumi.getter
1235
+ def state(self) -> Optional[str]:
1236
+ """
1237
+ CrossRegionRestore state
1238
+ """
1239
+ return pulumi.get(self, "state")
1240
+
1241
+
1242
+ @pulumi.output_type
1243
+ class CrossSubscriptionRestoreSettingsResponse(dict):
1244
+ """
1245
+ CrossSubscriptionRestore Settings
1246
+ """
1247
+ def __init__(__self__, *,
1248
+ state: Optional[str] = None):
1249
+ """
1250
+ CrossSubscriptionRestore Settings
1251
+ :param str state: CrossSubscriptionRestore state
1252
+ """
1253
+ if state is not None:
1254
+ pulumi.set(__self__, "state", state)
1255
+
1256
+ @property
1257
+ @pulumi.getter
1258
+ def state(self) -> Optional[str]:
1259
+ """
1260
+ CrossSubscriptionRestore state
1261
+ """
1262
+ return pulumi.get(self, "state")
1263
+
1264
+
1265
+ @pulumi.output_type
1266
+ class CustomCopyOptionResponse(dict):
1267
+ """
1268
+ Duration based custom options to copy
1269
+ """
1270
+ @staticmethod
1271
+ def __key_warning(key: str):
1272
+ suggest = None
1273
+ if key == "objectType":
1274
+ suggest = "object_type"
1275
+
1276
+ if suggest:
1277
+ pulumi.log.warn(f"Key '{key}' not found in CustomCopyOptionResponse. Access the value via the '{suggest}' property getter instead.")
1278
+
1279
+ def __getitem__(self, key: str) -> Any:
1280
+ CustomCopyOptionResponse.__key_warning(key)
1281
+ return super().__getitem__(key)
1282
+
1283
+ def get(self, key: str, default = None) -> Any:
1284
+ CustomCopyOptionResponse.__key_warning(key)
1285
+ return super().get(key, default)
1286
+
1287
+ def __init__(__self__, *,
1288
+ object_type: str,
1289
+ duration: Optional[str] = None):
1290
+ """
1291
+ Duration based custom options to copy
1292
+ :param str object_type: Type of the specific object - used for deserializing
1293
+ Expected value is 'CustomCopyOption'.
1294
+ :param str duration: Data copied after given timespan
1295
+ """
1296
+ pulumi.set(__self__, "object_type", 'CustomCopyOption')
1297
+ if duration is not None:
1298
+ pulumi.set(__self__, "duration", duration)
1299
+
1300
+ @property
1301
+ @pulumi.getter(name="objectType")
1302
+ def object_type(self) -> str:
1303
+ """
1304
+ Type of the specific object - used for deserializing
1305
+ Expected value is 'CustomCopyOption'.
1306
+ """
1307
+ return pulumi.get(self, "object_type")
1308
+
1309
+ @property
1310
+ @pulumi.getter
1311
+ def duration(self) -> Optional[str]:
1312
+ """
1313
+ Data copied after given timespan
1314
+ """
1315
+ return pulumi.get(self, "duration")
1316
+
1317
+
1318
+ @pulumi.output_type
1319
+ class DataStoreInfoBaseResponse(dict):
1320
+ """
1321
+ DataStoreInfo base
1322
+ """
1323
+ @staticmethod
1324
+ def __key_warning(key: str):
1325
+ suggest = None
1326
+ if key == "dataStoreType":
1327
+ suggest = "data_store_type"
1328
+ elif key == "objectType":
1329
+ suggest = "object_type"
1330
+
1331
+ if suggest:
1332
+ pulumi.log.warn(f"Key '{key}' not found in DataStoreInfoBaseResponse. Access the value via the '{suggest}' property getter instead.")
1333
+
1334
+ def __getitem__(self, key: str) -> Any:
1335
+ DataStoreInfoBaseResponse.__key_warning(key)
1336
+ return super().__getitem__(key)
1337
+
1338
+ def get(self, key: str, default = None) -> Any:
1339
+ DataStoreInfoBaseResponse.__key_warning(key)
1340
+ return super().get(key, default)
1341
+
1342
+ def __init__(__self__, *,
1343
+ data_store_type: str,
1344
+ object_type: str):
1345
+ """
1346
+ DataStoreInfo base
1347
+ :param str data_store_type: type of datastore; Operational/Vault/Archive
1348
+ :param str object_type: Type of Datasource object, used to initialize the right inherited type
1349
+ """
1350
+ pulumi.set(__self__, "data_store_type", data_store_type)
1351
+ pulumi.set(__self__, "object_type", object_type)
1352
+
1353
+ @property
1354
+ @pulumi.getter(name="dataStoreType")
1355
+ def data_store_type(self) -> str:
1356
+ """
1357
+ type of datastore; Operational/Vault/Archive
1358
+ """
1359
+ return pulumi.get(self, "data_store_type")
1360
+
1361
+ @property
1362
+ @pulumi.getter(name="objectType")
1363
+ def object_type(self) -> str:
1364
+ """
1365
+ Type of Datasource object, used to initialize the right inherited type
1366
+ """
1367
+ return pulumi.get(self, "object_type")
1368
+
1369
+
1370
+ @pulumi.output_type
1371
+ class DatasourceResponse(dict):
1372
+ """
1373
+ Datasource to be backed up
1374
+ """
1375
+ @staticmethod
1376
+ def __key_warning(key: str):
1377
+ suggest = None
1378
+ if key == "resourceID":
1379
+ suggest = "resource_id"
1380
+ elif key == "datasourceType":
1381
+ suggest = "datasource_type"
1382
+ elif key == "objectType":
1383
+ suggest = "object_type"
1384
+ elif key == "resourceLocation":
1385
+ suggest = "resource_location"
1386
+ elif key == "resourceName":
1387
+ suggest = "resource_name"
1388
+ elif key == "resourceProperties":
1389
+ suggest = "resource_properties"
1390
+ elif key == "resourceType":
1391
+ suggest = "resource_type"
1392
+ elif key == "resourceUri":
1393
+ suggest = "resource_uri"
1394
+
1395
+ if suggest:
1396
+ pulumi.log.warn(f"Key '{key}' not found in DatasourceResponse. Access the value via the '{suggest}' property getter instead.")
1397
+
1398
+ def __getitem__(self, key: str) -> Any:
1399
+ DatasourceResponse.__key_warning(key)
1400
+ return super().__getitem__(key)
1401
+
1402
+ def get(self, key: str, default = None) -> Any:
1403
+ DatasourceResponse.__key_warning(key)
1404
+ return super().get(key, default)
1405
+
1406
+ def __init__(__self__, *,
1407
+ resource_id: str,
1408
+ datasource_type: Optional[str] = None,
1409
+ object_type: Optional[str] = None,
1410
+ resource_location: Optional[str] = None,
1411
+ resource_name: Optional[str] = None,
1412
+ resource_properties: Optional['outputs.DefaultResourcePropertiesResponse'] = None,
1413
+ resource_type: Optional[str] = None,
1414
+ resource_uri: Optional[str] = None):
1415
+ """
1416
+ Datasource to be backed up
1417
+ :param str resource_id: Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault.
1418
+ :param str datasource_type: DatasourceType of the resource.
1419
+ :param str object_type: Type of Datasource object, used to initialize the right inherited type
1420
+ :param str resource_location: Location of datasource.
1421
+ :param str resource_name: Unique identifier of the resource in the context of parent.
1422
+ :param 'DefaultResourcePropertiesResponse' resource_properties: Properties specific to data source
1423
+ :param str resource_type: Resource Type of Datasource.
1424
+ :param str resource_uri: Uri of the resource.
1425
+ """
1426
+ pulumi.set(__self__, "resource_id", resource_id)
1427
+ if datasource_type is not None:
1428
+ pulumi.set(__self__, "datasource_type", datasource_type)
1429
+ if object_type is not None:
1430
+ pulumi.set(__self__, "object_type", object_type)
1431
+ if resource_location is not None:
1432
+ pulumi.set(__self__, "resource_location", resource_location)
1433
+ if resource_name is not None:
1434
+ pulumi.set(__self__, "resource_name", resource_name)
1435
+ if resource_properties is not None:
1436
+ pulumi.set(__self__, "resource_properties", resource_properties)
1437
+ if resource_type is not None:
1438
+ pulumi.set(__self__, "resource_type", resource_type)
1439
+ if resource_uri is not None:
1440
+ pulumi.set(__self__, "resource_uri", resource_uri)
1441
+
1442
+ @property
1443
+ @pulumi.getter(name="resourceID")
1444
+ def resource_id(self) -> str:
1445
+ """
1446
+ Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault.
1447
+ """
1448
+ return pulumi.get(self, "resource_id")
1449
+
1450
+ @property
1451
+ @pulumi.getter(name="datasourceType")
1452
+ def datasource_type(self) -> Optional[str]:
1453
+ """
1454
+ DatasourceType of the resource.
1455
+ """
1456
+ return pulumi.get(self, "datasource_type")
1457
+
1458
+ @property
1459
+ @pulumi.getter(name="objectType")
1460
+ def object_type(self) -> Optional[str]:
1461
+ """
1462
+ Type of Datasource object, used to initialize the right inherited type
1463
+ """
1464
+ return pulumi.get(self, "object_type")
1465
+
1466
+ @property
1467
+ @pulumi.getter(name="resourceLocation")
1468
+ def resource_location(self) -> Optional[str]:
1469
+ """
1470
+ Location of datasource.
1471
+ """
1472
+ return pulumi.get(self, "resource_location")
1473
+
1474
+ @property
1475
+ @pulumi.getter(name="resourceName")
1476
+ def resource_name(self) -> Optional[str]:
1477
+ """
1478
+ Unique identifier of the resource in the context of parent.
1479
+ """
1480
+ return pulumi.get(self, "resource_name")
1481
+
1482
+ @property
1483
+ @pulumi.getter(name="resourceProperties")
1484
+ def resource_properties(self) -> Optional['outputs.DefaultResourcePropertiesResponse']:
1485
+ """
1486
+ Properties specific to data source
1487
+ """
1488
+ return pulumi.get(self, "resource_properties")
1489
+
1490
+ @property
1491
+ @pulumi.getter(name="resourceType")
1492
+ def resource_type(self) -> Optional[str]:
1493
+ """
1494
+ Resource Type of Datasource.
1495
+ """
1496
+ return pulumi.get(self, "resource_type")
1497
+
1498
+ @property
1499
+ @pulumi.getter(name="resourceUri")
1500
+ def resource_uri(self) -> Optional[str]:
1501
+ """
1502
+ Uri of the resource.
1503
+ """
1504
+ return pulumi.get(self, "resource_uri")
1505
+
1506
+
1507
+ @pulumi.output_type
1508
+ class DatasourceSetResponse(dict):
1509
+ """
1510
+ DatasourceSet details of datasource to be backed up
1511
+ """
1512
+ @staticmethod
1513
+ def __key_warning(key: str):
1514
+ suggest = None
1515
+ if key == "resourceID":
1516
+ suggest = "resource_id"
1517
+ elif key == "datasourceType":
1518
+ suggest = "datasource_type"
1519
+ elif key == "objectType":
1520
+ suggest = "object_type"
1521
+ elif key == "resourceLocation":
1522
+ suggest = "resource_location"
1523
+ elif key == "resourceName":
1524
+ suggest = "resource_name"
1525
+ elif key == "resourceProperties":
1526
+ suggest = "resource_properties"
1527
+ elif key == "resourceType":
1528
+ suggest = "resource_type"
1529
+ elif key == "resourceUri":
1530
+ suggest = "resource_uri"
1531
+
1532
+ if suggest:
1533
+ pulumi.log.warn(f"Key '{key}' not found in DatasourceSetResponse. Access the value via the '{suggest}' property getter instead.")
1534
+
1535
+ def __getitem__(self, key: str) -> Any:
1536
+ DatasourceSetResponse.__key_warning(key)
1537
+ return super().__getitem__(key)
1538
+
1539
+ def get(self, key: str, default = None) -> Any:
1540
+ DatasourceSetResponse.__key_warning(key)
1541
+ return super().get(key, default)
1542
+
1543
+ def __init__(__self__, *,
1544
+ resource_id: str,
1545
+ datasource_type: Optional[str] = None,
1546
+ object_type: Optional[str] = None,
1547
+ resource_location: Optional[str] = None,
1548
+ resource_name: Optional[str] = None,
1549
+ resource_properties: Optional['outputs.DefaultResourcePropertiesResponse'] = None,
1550
+ resource_type: Optional[str] = None,
1551
+ resource_uri: Optional[str] = None):
1552
+ """
1553
+ DatasourceSet details of datasource to be backed up
1554
+ :param str resource_id: Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault.
1555
+ :param str datasource_type: DatasourceType of the resource.
1556
+ :param str object_type: Type of Datasource object, used to initialize the right inherited type
1557
+ :param str resource_location: Location of datasource.
1558
+ :param str resource_name: Unique identifier of the resource in the context of parent.
1559
+ :param 'DefaultResourcePropertiesResponse' resource_properties: Properties specific to data source set
1560
+ :param str resource_type: Resource Type of Datasource.
1561
+ :param str resource_uri: Uri of the resource.
1562
+ """
1563
+ pulumi.set(__self__, "resource_id", resource_id)
1564
+ if datasource_type is not None:
1565
+ pulumi.set(__self__, "datasource_type", datasource_type)
1566
+ if object_type is not None:
1567
+ pulumi.set(__self__, "object_type", object_type)
1568
+ if resource_location is not None:
1569
+ pulumi.set(__self__, "resource_location", resource_location)
1570
+ if resource_name is not None:
1571
+ pulumi.set(__self__, "resource_name", resource_name)
1572
+ if resource_properties is not None:
1573
+ pulumi.set(__self__, "resource_properties", resource_properties)
1574
+ if resource_type is not None:
1575
+ pulumi.set(__self__, "resource_type", resource_type)
1576
+ if resource_uri is not None:
1577
+ pulumi.set(__self__, "resource_uri", resource_uri)
1578
+
1579
+ @property
1580
+ @pulumi.getter(name="resourceID")
1581
+ def resource_id(self) -> str:
1582
+ """
1583
+ Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault.
1584
+ """
1585
+ return pulumi.get(self, "resource_id")
1586
+
1587
+ @property
1588
+ @pulumi.getter(name="datasourceType")
1589
+ def datasource_type(self) -> Optional[str]:
1590
+ """
1591
+ DatasourceType of the resource.
1592
+ """
1593
+ return pulumi.get(self, "datasource_type")
1594
+
1595
+ @property
1596
+ @pulumi.getter(name="objectType")
1597
+ def object_type(self) -> Optional[str]:
1598
+ """
1599
+ Type of Datasource object, used to initialize the right inherited type
1600
+ """
1601
+ return pulumi.get(self, "object_type")
1602
+
1603
+ @property
1604
+ @pulumi.getter(name="resourceLocation")
1605
+ def resource_location(self) -> Optional[str]:
1606
+ """
1607
+ Location of datasource.
1608
+ """
1609
+ return pulumi.get(self, "resource_location")
1610
+
1611
+ @property
1612
+ @pulumi.getter(name="resourceName")
1613
+ def resource_name(self) -> Optional[str]:
1614
+ """
1615
+ Unique identifier of the resource in the context of parent.
1616
+ """
1617
+ return pulumi.get(self, "resource_name")
1618
+
1619
+ @property
1620
+ @pulumi.getter(name="resourceProperties")
1621
+ def resource_properties(self) -> Optional['outputs.DefaultResourcePropertiesResponse']:
1622
+ """
1623
+ Properties specific to data source set
1624
+ """
1625
+ return pulumi.get(self, "resource_properties")
1626
+
1627
+ @property
1628
+ @pulumi.getter(name="resourceType")
1629
+ def resource_type(self) -> Optional[str]:
1630
+ """
1631
+ Resource Type of Datasource.
1632
+ """
1633
+ return pulumi.get(self, "resource_type")
1634
+
1635
+ @property
1636
+ @pulumi.getter(name="resourceUri")
1637
+ def resource_uri(self) -> Optional[str]:
1638
+ """
1639
+ Uri of the resource.
1640
+ """
1641
+ return pulumi.get(self, "resource_uri")
1642
+
1643
+
1644
+ @pulumi.output_type
1645
+ class DayResponse(dict):
1646
+ """
1647
+ Day of the week
1648
+ """
1649
+ @staticmethod
1650
+ def __key_warning(key: str):
1651
+ suggest = None
1652
+ if key == "isLast":
1653
+ suggest = "is_last"
1654
+
1655
+ if suggest:
1656
+ pulumi.log.warn(f"Key '{key}' not found in DayResponse. Access the value via the '{suggest}' property getter instead.")
1657
+
1658
+ def __getitem__(self, key: str) -> Any:
1659
+ DayResponse.__key_warning(key)
1660
+ return super().__getitem__(key)
1661
+
1662
+ def get(self, key: str, default = None) -> Any:
1663
+ DayResponse.__key_warning(key)
1664
+ return super().get(key, default)
1665
+
1666
+ def __init__(__self__, *,
1667
+ date: Optional[int] = None,
1668
+ is_last: Optional[bool] = None):
1669
+ """
1670
+ Day of the week
1671
+ :param int date: Date of the month
1672
+ :param bool is_last: Whether Date is last date of month
1673
+ """
1674
+ if date is not None:
1675
+ pulumi.set(__self__, "date", date)
1676
+ if is_last is not None:
1677
+ pulumi.set(__self__, "is_last", is_last)
1678
+
1679
+ @property
1680
+ @pulumi.getter
1681
+ def date(self) -> Optional[int]:
1682
+ """
1683
+ Date of the month
1684
+ """
1685
+ return pulumi.get(self, "date")
1686
+
1687
+ @property
1688
+ @pulumi.getter(name="isLast")
1689
+ def is_last(self) -> Optional[bool]:
1690
+ """
1691
+ Whether Date is last date of month
1692
+ """
1693
+ return pulumi.get(self, "is_last")
1694
+
1695
+
1696
+ @pulumi.output_type
1697
+ class DefaultResourcePropertiesResponse(dict):
1698
+ """
1699
+ Default source properties
1700
+ """
1701
+ @staticmethod
1702
+ def __key_warning(key: str):
1703
+ suggest = None
1704
+ if key == "objectType":
1705
+ suggest = "object_type"
1706
+
1707
+ if suggest:
1708
+ pulumi.log.warn(f"Key '{key}' not found in DefaultResourcePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1709
+
1710
+ def __getitem__(self, key: str) -> Any:
1711
+ DefaultResourcePropertiesResponse.__key_warning(key)
1712
+ return super().__getitem__(key)
1713
+
1714
+ def get(self, key: str, default = None) -> Any:
1715
+ DefaultResourcePropertiesResponse.__key_warning(key)
1716
+ return super().get(key, default)
1717
+
1718
+ def __init__(__self__, *,
1719
+ object_type: str):
1720
+ """
1721
+ Default source properties
1722
+ :param str object_type: Type of the specific object - used for deserializing
1723
+ Expected value is 'DefaultResourceProperties'.
1724
+ """
1725
+ pulumi.set(__self__, "object_type", 'DefaultResourceProperties')
1726
+
1727
+ @property
1728
+ @pulumi.getter(name="objectType")
1729
+ def object_type(self) -> str:
1730
+ """
1731
+ Type of the specific object - used for deserializing
1732
+ Expected value is 'DefaultResourceProperties'.
1733
+ """
1734
+ return pulumi.get(self, "object_type")
1735
+
1736
+
1737
+ @pulumi.output_type
1738
+ class DppIdentityDetailsResponse(dict):
1739
+ """
1740
+ Identity details
1741
+ """
1742
+ @staticmethod
1743
+ def __key_warning(key: str):
1744
+ suggest = None
1745
+ if key == "principalId":
1746
+ suggest = "principal_id"
1747
+ elif key == "tenantId":
1748
+ suggest = "tenant_id"
1749
+ elif key == "userAssignedIdentities":
1750
+ suggest = "user_assigned_identities"
1751
+
1752
+ if suggest:
1753
+ pulumi.log.warn(f"Key '{key}' not found in DppIdentityDetailsResponse. Access the value via the '{suggest}' property getter instead.")
1754
+
1755
+ def __getitem__(self, key: str) -> Any:
1756
+ DppIdentityDetailsResponse.__key_warning(key)
1757
+ return super().__getitem__(key)
1758
+
1759
+ def get(self, key: str, default = None) -> Any:
1760
+ DppIdentityDetailsResponse.__key_warning(key)
1761
+ return super().get(key, default)
1762
+
1763
+ def __init__(__self__, *,
1764
+ principal_id: str,
1765
+ tenant_id: str,
1766
+ type: Optional[str] = None,
1767
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
1768
+ """
1769
+ Identity details
1770
+ :param str principal_id: The object ID of the service principal object for the managed identity that is used to grant role-based access to an Azure resource.
1771
+ :param str tenant_id: A Globally Unique Identifier (GUID) that represents the Azure AD tenant where the resource is now a member.
1772
+ :param str type: The identityType which can be either SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' or None
1773
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: Gets or sets the user assigned identities.
1774
+ """
1775
+ pulumi.set(__self__, "principal_id", principal_id)
1776
+ pulumi.set(__self__, "tenant_id", tenant_id)
1777
+ if type is not None:
1778
+ pulumi.set(__self__, "type", type)
1779
+ if user_assigned_identities is not None:
1780
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
1781
+
1782
+ @property
1783
+ @pulumi.getter(name="principalId")
1784
+ def principal_id(self) -> str:
1785
+ """
1786
+ The object ID of the service principal object for the managed identity that is used to grant role-based access to an Azure resource.
1787
+ """
1788
+ return pulumi.get(self, "principal_id")
1789
+
1790
+ @property
1791
+ @pulumi.getter(name="tenantId")
1792
+ def tenant_id(self) -> str:
1793
+ """
1794
+ A Globally Unique Identifier (GUID) that represents the Azure AD tenant where the resource is now a member.
1795
+ """
1796
+ return pulumi.get(self, "tenant_id")
1797
+
1798
+ @property
1799
+ @pulumi.getter
1800
+ def type(self) -> Optional[str]:
1801
+ """
1802
+ The identityType which can be either SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' or None
1803
+ """
1804
+ return pulumi.get(self, "type")
1805
+
1806
+ @property
1807
+ @pulumi.getter(name="userAssignedIdentities")
1808
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
1809
+ """
1810
+ Gets or sets the user assigned identities.
1811
+ """
1812
+ return pulumi.get(self, "user_assigned_identities")
1813
+
1814
+
1815
+ @pulumi.output_type
1816
+ class EncryptionSettingsResponse(dict):
1817
+ """
1818
+ Customer Managed Key details of the resource.
1819
+ """
1820
+ @staticmethod
1821
+ def __key_warning(key: str):
1822
+ suggest = None
1823
+ if key == "infrastructureEncryption":
1824
+ suggest = "infrastructure_encryption"
1825
+ elif key == "kekIdentity":
1826
+ suggest = "kek_identity"
1827
+ elif key == "keyVaultProperties":
1828
+ suggest = "key_vault_properties"
1829
+
1830
+ if suggest:
1831
+ pulumi.log.warn(f"Key '{key}' not found in EncryptionSettingsResponse. Access the value via the '{suggest}' property getter instead.")
1832
+
1833
+ def __getitem__(self, key: str) -> Any:
1834
+ EncryptionSettingsResponse.__key_warning(key)
1835
+ return super().__getitem__(key)
1836
+
1837
+ def get(self, key: str, default = None) -> Any:
1838
+ EncryptionSettingsResponse.__key_warning(key)
1839
+ return super().get(key, default)
1840
+
1841
+ def __init__(__self__, *,
1842
+ infrastructure_encryption: Optional[str] = None,
1843
+ kek_identity: Optional['outputs.CmkKekIdentityResponse'] = None,
1844
+ key_vault_properties: Optional['outputs.CmkKeyVaultPropertiesResponse'] = None,
1845
+ state: Optional[str] = None):
1846
+ """
1847
+ Customer Managed Key details of the resource.
1848
+ :param str infrastructure_encryption: Enabling/Disabling the Double Encryption state
1849
+ :param 'CmkKekIdentityResponse' kek_identity: The details of the managed identity used for CMK
1850
+ :param 'CmkKeyVaultPropertiesResponse' key_vault_properties: The properties of the Key Vault which hosts CMK
1851
+ :param str state: Encryption state of the Backup Vault.
1852
+ """
1853
+ if infrastructure_encryption is not None:
1854
+ pulumi.set(__self__, "infrastructure_encryption", infrastructure_encryption)
1855
+ if kek_identity is not None:
1856
+ pulumi.set(__self__, "kek_identity", kek_identity)
1857
+ if key_vault_properties is not None:
1858
+ pulumi.set(__self__, "key_vault_properties", key_vault_properties)
1859
+ if state is not None:
1860
+ pulumi.set(__self__, "state", state)
1861
+
1862
+ @property
1863
+ @pulumi.getter(name="infrastructureEncryption")
1864
+ def infrastructure_encryption(self) -> Optional[str]:
1865
+ """
1866
+ Enabling/Disabling the Double Encryption state
1867
+ """
1868
+ return pulumi.get(self, "infrastructure_encryption")
1869
+
1870
+ @property
1871
+ @pulumi.getter(name="kekIdentity")
1872
+ def kek_identity(self) -> Optional['outputs.CmkKekIdentityResponse']:
1873
+ """
1874
+ The details of the managed identity used for CMK
1875
+ """
1876
+ return pulumi.get(self, "kek_identity")
1877
+
1878
+ @property
1879
+ @pulumi.getter(name="keyVaultProperties")
1880
+ def key_vault_properties(self) -> Optional['outputs.CmkKeyVaultPropertiesResponse']:
1881
+ """
1882
+ The properties of the Key Vault which hosts CMK
1883
+ """
1884
+ return pulumi.get(self, "key_vault_properties")
1885
+
1886
+ @property
1887
+ @pulumi.getter
1888
+ def state(self) -> Optional[str]:
1889
+ """
1890
+ Encryption state of the Backup Vault.
1891
+ """
1892
+ return pulumi.get(self, "state")
1893
+
1894
+
1895
+ @pulumi.output_type
1896
+ class FeatureSettingsResponse(dict):
1897
+ """
1898
+ Class containing feature settings of vault
1899
+ """
1900
+ @staticmethod
1901
+ def __key_warning(key: str):
1902
+ suggest = None
1903
+ if key == "crossRegionRestoreSettings":
1904
+ suggest = "cross_region_restore_settings"
1905
+ elif key == "crossSubscriptionRestoreSettings":
1906
+ suggest = "cross_subscription_restore_settings"
1907
+
1908
+ if suggest:
1909
+ pulumi.log.warn(f"Key '{key}' not found in FeatureSettingsResponse. Access the value via the '{suggest}' property getter instead.")
1910
+
1911
+ def __getitem__(self, key: str) -> Any:
1912
+ FeatureSettingsResponse.__key_warning(key)
1913
+ return super().__getitem__(key)
1914
+
1915
+ def get(self, key: str, default = None) -> Any:
1916
+ FeatureSettingsResponse.__key_warning(key)
1917
+ return super().get(key, default)
1918
+
1919
+ def __init__(__self__, *,
1920
+ cross_region_restore_settings: Optional['outputs.CrossRegionRestoreSettingsResponse'] = None,
1921
+ cross_subscription_restore_settings: Optional['outputs.CrossSubscriptionRestoreSettingsResponse'] = None):
1922
+ """
1923
+ Class containing feature settings of vault
1924
+ :param 'CrossSubscriptionRestoreSettingsResponse' cross_subscription_restore_settings: CrossSubscriptionRestore Settings
1925
+ """
1926
+ if cross_region_restore_settings is not None:
1927
+ pulumi.set(__self__, "cross_region_restore_settings", cross_region_restore_settings)
1928
+ if cross_subscription_restore_settings is not None:
1929
+ pulumi.set(__self__, "cross_subscription_restore_settings", cross_subscription_restore_settings)
1930
+
1931
+ @property
1932
+ @pulumi.getter(name="crossRegionRestoreSettings")
1933
+ def cross_region_restore_settings(self) -> Optional['outputs.CrossRegionRestoreSettingsResponse']:
1934
+ return pulumi.get(self, "cross_region_restore_settings")
1935
+
1936
+ @property
1937
+ @pulumi.getter(name="crossSubscriptionRestoreSettings")
1938
+ def cross_subscription_restore_settings(self) -> Optional['outputs.CrossSubscriptionRestoreSettingsResponse']:
1939
+ """
1940
+ CrossSubscriptionRestore Settings
1941
+ """
1942
+ return pulumi.get(self, "cross_subscription_restore_settings")
1943
+
1944
+
1945
+ @pulumi.output_type
1946
+ class IdentityDetailsResponse(dict):
1947
+ @staticmethod
1948
+ def __key_warning(key: str):
1949
+ suggest = None
1950
+ if key == "useSystemAssignedIdentity":
1951
+ suggest = "use_system_assigned_identity"
1952
+ elif key == "userAssignedIdentityArmUrl":
1953
+ suggest = "user_assigned_identity_arm_url"
1954
+
1955
+ if suggest:
1956
+ pulumi.log.warn(f"Key '{key}' not found in IdentityDetailsResponse. Access the value via the '{suggest}' property getter instead.")
1957
+
1958
+ def __getitem__(self, key: str) -> Any:
1959
+ IdentityDetailsResponse.__key_warning(key)
1960
+ return super().__getitem__(key)
1961
+
1962
+ def get(self, key: str, default = None) -> Any:
1963
+ IdentityDetailsResponse.__key_warning(key)
1964
+ return super().get(key, default)
1965
+
1966
+ def __init__(__self__, *,
1967
+ use_system_assigned_identity: Optional[bool] = None,
1968
+ user_assigned_identity_arm_url: Optional[str] = None):
1969
+ """
1970
+ :param bool use_system_assigned_identity: Specifies if the BI is protected by System Identity.
1971
+ :param str user_assigned_identity_arm_url: ARM URL for User Assigned Identity.
1972
+ """
1973
+ if use_system_assigned_identity is not None:
1974
+ pulumi.set(__self__, "use_system_assigned_identity", use_system_assigned_identity)
1975
+ if user_assigned_identity_arm_url is not None:
1976
+ pulumi.set(__self__, "user_assigned_identity_arm_url", user_assigned_identity_arm_url)
1977
+
1978
+ @property
1979
+ @pulumi.getter(name="useSystemAssignedIdentity")
1980
+ def use_system_assigned_identity(self) -> Optional[bool]:
1981
+ """
1982
+ Specifies if the BI is protected by System Identity.
1983
+ """
1984
+ return pulumi.get(self, "use_system_assigned_identity")
1985
+
1986
+ @property
1987
+ @pulumi.getter(name="userAssignedIdentityArmUrl")
1988
+ def user_assigned_identity_arm_url(self) -> Optional[str]:
1989
+ """
1990
+ ARM URL for User Assigned Identity.
1991
+ """
1992
+ return pulumi.get(self, "user_assigned_identity_arm_url")
1993
+
1994
+
1995
+ @pulumi.output_type
1996
+ class ImmediateCopyOptionResponse(dict):
1997
+ """
1998
+ Immediate copy Option
1999
+ """
2000
+ @staticmethod
2001
+ def __key_warning(key: str):
2002
+ suggest = None
2003
+ if key == "objectType":
2004
+ suggest = "object_type"
2005
+
2006
+ if suggest:
2007
+ pulumi.log.warn(f"Key '{key}' not found in ImmediateCopyOptionResponse. Access the value via the '{suggest}' property getter instead.")
2008
+
2009
+ def __getitem__(self, key: str) -> Any:
2010
+ ImmediateCopyOptionResponse.__key_warning(key)
2011
+ return super().__getitem__(key)
2012
+
2013
+ def get(self, key: str, default = None) -> Any:
2014
+ ImmediateCopyOptionResponse.__key_warning(key)
2015
+ return super().get(key, default)
2016
+
2017
+ def __init__(__self__, *,
2018
+ object_type: str):
2019
+ """
2020
+ Immediate copy Option
2021
+ :param str object_type: Type of the specific object - used for deserializing
2022
+ Expected value is 'ImmediateCopyOption'.
2023
+ """
2024
+ pulumi.set(__self__, "object_type", 'ImmediateCopyOption')
2025
+
2026
+ @property
2027
+ @pulumi.getter(name="objectType")
2028
+ def object_type(self) -> str:
2029
+ """
2030
+ Type of the specific object - used for deserializing
2031
+ Expected value is 'ImmediateCopyOption'.
2032
+ """
2033
+ return pulumi.get(self, "object_type")
2034
+
2035
+
2036
+ @pulumi.output_type
2037
+ class ImmutabilitySettingsResponse(dict):
2038
+ """
2039
+ Immutability Settings at vault level
2040
+ """
2041
+ def __init__(__self__, *,
2042
+ state: Optional[str] = None):
2043
+ """
2044
+ Immutability Settings at vault level
2045
+ :param str state: Immutability state
2046
+ """
2047
+ if state is not None:
2048
+ pulumi.set(__self__, "state", state)
2049
+
2050
+ @property
2051
+ @pulumi.getter
2052
+ def state(self) -> Optional[str]:
2053
+ """
2054
+ Immutability state
2055
+ """
2056
+ return pulumi.get(self, "state")
2057
+
2058
+
2059
+ @pulumi.output_type
2060
+ class InnerErrorResponse(dict):
2061
+ """
2062
+ Inner Error
2063
+ """
2064
+ @staticmethod
2065
+ def __key_warning(key: str):
2066
+ suggest = None
2067
+ if key == "additionalInfo":
2068
+ suggest = "additional_info"
2069
+ elif key == "embeddedInnerError":
2070
+ suggest = "embedded_inner_error"
2071
+
2072
+ if suggest:
2073
+ pulumi.log.warn(f"Key '{key}' not found in InnerErrorResponse. Access the value via the '{suggest}' property getter instead.")
2074
+
2075
+ def __getitem__(self, key: str) -> Any:
2076
+ InnerErrorResponse.__key_warning(key)
2077
+ return super().__getitem__(key)
2078
+
2079
+ def get(self, key: str, default = None) -> Any:
2080
+ InnerErrorResponse.__key_warning(key)
2081
+ return super().get(key, default)
2082
+
2083
+ def __init__(__self__, *,
2084
+ additional_info: Optional[Mapping[str, str]] = None,
2085
+ code: Optional[str] = None,
2086
+ embedded_inner_error: Optional['outputs.InnerErrorResponse'] = None):
2087
+ """
2088
+ Inner Error
2089
+ :param Mapping[str, str] additional_info: Any Key value pairs that can be provided to the client for additional verbose information.
2090
+ :param str code: Unique code for this error
2091
+ :param 'InnerErrorResponse' embedded_inner_error: Child Inner Error, to allow Nesting.
2092
+ """
2093
+ if additional_info is not None:
2094
+ pulumi.set(__self__, "additional_info", additional_info)
2095
+ if code is not None:
2096
+ pulumi.set(__self__, "code", code)
2097
+ if embedded_inner_error is not None:
2098
+ pulumi.set(__self__, "embedded_inner_error", embedded_inner_error)
2099
+
2100
+ @property
2101
+ @pulumi.getter(name="additionalInfo")
2102
+ def additional_info(self) -> Optional[Mapping[str, str]]:
2103
+ """
2104
+ Any Key value pairs that can be provided to the client for additional verbose information.
2105
+ """
2106
+ return pulumi.get(self, "additional_info")
2107
+
2108
+ @property
2109
+ @pulumi.getter
2110
+ def code(self) -> Optional[str]:
2111
+ """
2112
+ Unique code for this error
2113
+ """
2114
+ return pulumi.get(self, "code")
2115
+
2116
+ @property
2117
+ @pulumi.getter(name="embeddedInnerError")
2118
+ def embedded_inner_error(self) -> Optional['outputs.InnerErrorResponse']:
2119
+ """
2120
+ Child Inner Error, to allow Nesting.
2121
+ """
2122
+ return pulumi.get(self, "embedded_inner_error")
2123
+
2124
+
2125
+ @pulumi.output_type
2126
+ class KubernetesClusterBackupDatasourceParametersResponse(dict):
2127
+ """
2128
+ Parameters for Kubernetes Cluster Backup Datasource
2129
+ """
2130
+ @staticmethod
2131
+ def __key_warning(key: str):
2132
+ suggest = None
2133
+ if key == "includeClusterScopeResources":
2134
+ suggest = "include_cluster_scope_resources"
2135
+ elif key == "objectType":
2136
+ suggest = "object_type"
2137
+ elif key == "snapshotVolumes":
2138
+ suggest = "snapshot_volumes"
2139
+ elif key == "backupHookReferences":
2140
+ suggest = "backup_hook_references"
2141
+ elif key == "excludedNamespaces":
2142
+ suggest = "excluded_namespaces"
2143
+ elif key == "excludedResourceTypes":
2144
+ suggest = "excluded_resource_types"
2145
+ elif key == "includedNamespaces":
2146
+ suggest = "included_namespaces"
2147
+ elif key == "includedResourceTypes":
2148
+ suggest = "included_resource_types"
2149
+ elif key == "labelSelectors":
2150
+ suggest = "label_selectors"
2151
+
2152
+ if suggest:
2153
+ pulumi.log.warn(f"Key '{key}' not found in KubernetesClusterBackupDatasourceParametersResponse. Access the value via the '{suggest}' property getter instead.")
2154
+
2155
+ def __getitem__(self, key: str) -> Any:
2156
+ KubernetesClusterBackupDatasourceParametersResponse.__key_warning(key)
2157
+ return super().__getitem__(key)
2158
+
2159
+ def get(self, key: str, default = None) -> Any:
2160
+ KubernetesClusterBackupDatasourceParametersResponse.__key_warning(key)
2161
+ return super().get(key, default)
2162
+
2163
+ def __init__(__self__, *,
2164
+ include_cluster_scope_resources: bool,
2165
+ object_type: str,
2166
+ snapshot_volumes: bool,
2167
+ backup_hook_references: Optional[Sequence['outputs.NamespacedNameResourceResponse']] = None,
2168
+ excluded_namespaces: Optional[Sequence[str]] = None,
2169
+ excluded_resource_types: Optional[Sequence[str]] = None,
2170
+ included_namespaces: Optional[Sequence[str]] = None,
2171
+ included_resource_types: Optional[Sequence[str]] = None,
2172
+ label_selectors: Optional[Sequence[str]] = None):
2173
+ """
2174
+ Parameters for Kubernetes Cluster Backup Datasource
2175
+ :param bool include_cluster_scope_resources: Gets or sets the include cluster resources property. This property if enabled will include cluster scope resources during backup.
2176
+ :param str object_type: Type of the specific object - used for deserializing
2177
+ Expected value is 'KubernetesClusterBackupDatasourceParameters'.
2178
+ :param bool snapshot_volumes: Gets or sets the volume snapshot property. This property if enabled will take volume snapshots during backup.
2179
+ :param Sequence['NamespacedNameResourceResponse'] backup_hook_references: Gets or sets the backup hook references. This property sets the hook reference to be executed during backup.
2180
+ :param Sequence[str] excluded_namespaces: Gets or sets the exclude namespaces property. This property sets the namespaces to be excluded during backup.
2181
+ :param Sequence[str] excluded_resource_types: Gets or sets the exclude resource types property. This property sets the resource types to be excluded during backup.
2182
+ :param Sequence[str] included_namespaces: Gets or sets the include namespaces property. This property sets the namespaces to be included during backup.
2183
+ :param Sequence[str] included_resource_types: Gets or sets the include resource types property. This property sets the resource types to be included during backup.
2184
+ :param Sequence[str] label_selectors: Gets or sets the LabelSelectors property. This property sets the resource with such label selectors to be included during backup.
2185
+ """
2186
+ pulumi.set(__self__, "include_cluster_scope_resources", include_cluster_scope_resources)
2187
+ pulumi.set(__self__, "object_type", 'KubernetesClusterBackupDatasourceParameters')
2188
+ pulumi.set(__self__, "snapshot_volumes", snapshot_volumes)
2189
+ if backup_hook_references is not None:
2190
+ pulumi.set(__self__, "backup_hook_references", backup_hook_references)
2191
+ if excluded_namespaces is not None:
2192
+ pulumi.set(__self__, "excluded_namespaces", excluded_namespaces)
2193
+ if excluded_resource_types is not None:
2194
+ pulumi.set(__self__, "excluded_resource_types", excluded_resource_types)
2195
+ if included_namespaces is not None:
2196
+ pulumi.set(__self__, "included_namespaces", included_namespaces)
2197
+ if included_resource_types is not None:
2198
+ pulumi.set(__self__, "included_resource_types", included_resource_types)
2199
+ if label_selectors is not None:
2200
+ pulumi.set(__self__, "label_selectors", label_selectors)
2201
+
2202
+ @property
2203
+ @pulumi.getter(name="includeClusterScopeResources")
2204
+ def include_cluster_scope_resources(self) -> bool:
2205
+ """
2206
+ Gets or sets the include cluster resources property. This property if enabled will include cluster scope resources during backup.
2207
+ """
2208
+ return pulumi.get(self, "include_cluster_scope_resources")
2209
+
2210
+ @property
2211
+ @pulumi.getter(name="objectType")
2212
+ def object_type(self) -> str:
2213
+ """
2214
+ Type of the specific object - used for deserializing
2215
+ Expected value is 'KubernetesClusterBackupDatasourceParameters'.
2216
+ """
2217
+ return pulumi.get(self, "object_type")
2218
+
2219
+ @property
2220
+ @pulumi.getter(name="snapshotVolumes")
2221
+ def snapshot_volumes(self) -> bool:
2222
+ """
2223
+ Gets or sets the volume snapshot property. This property if enabled will take volume snapshots during backup.
2224
+ """
2225
+ return pulumi.get(self, "snapshot_volumes")
2226
+
2227
+ @property
2228
+ @pulumi.getter(name="backupHookReferences")
2229
+ def backup_hook_references(self) -> Optional[Sequence['outputs.NamespacedNameResourceResponse']]:
2230
+ """
2231
+ Gets or sets the backup hook references. This property sets the hook reference to be executed during backup.
2232
+ """
2233
+ return pulumi.get(self, "backup_hook_references")
2234
+
2235
+ @property
2236
+ @pulumi.getter(name="excludedNamespaces")
2237
+ def excluded_namespaces(self) -> Optional[Sequence[str]]:
2238
+ """
2239
+ Gets or sets the exclude namespaces property. This property sets the namespaces to be excluded during backup.
2240
+ """
2241
+ return pulumi.get(self, "excluded_namespaces")
2242
+
2243
+ @property
2244
+ @pulumi.getter(name="excludedResourceTypes")
2245
+ def excluded_resource_types(self) -> Optional[Sequence[str]]:
2246
+ """
2247
+ Gets or sets the exclude resource types property. This property sets the resource types to be excluded during backup.
2248
+ """
2249
+ return pulumi.get(self, "excluded_resource_types")
2250
+
2251
+ @property
2252
+ @pulumi.getter(name="includedNamespaces")
2253
+ def included_namespaces(self) -> Optional[Sequence[str]]:
2254
+ """
2255
+ Gets or sets the include namespaces property. This property sets the namespaces to be included during backup.
2256
+ """
2257
+ return pulumi.get(self, "included_namespaces")
2258
+
2259
+ @property
2260
+ @pulumi.getter(name="includedResourceTypes")
2261
+ def included_resource_types(self) -> Optional[Sequence[str]]:
2262
+ """
2263
+ Gets or sets the include resource types property. This property sets the resource types to be included during backup.
2264
+ """
2265
+ return pulumi.get(self, "included_resource_types")
2266
+
2267
+ @property
2268
+ @pulumi.getter(name="labelSelectors")
2269
+ def label_selectors(self) -> Optional[Sequence[str]]:
2270
+ """
2271
+ Gets or sets the LabelSelectors property. This property sets the resource with such label selectors to be included during backup.
2272
+ """
2273
+ return pulumi.get(self, "label_selectors")
2274
+
2275
+
2276
+ @pulumi.output_type
2277
+ class MonitoringSettingsResponse(dict):
2278
+ """
2279
+ Monitoring Settings
2280
+ """
2281
+ @staticmethod
2282
+ def __key_warning(key: str):
2283
+ suggest = None
2284
+ if key == "azureMonitorAlertSettings":
2285
+ suggest = "azure_monitor_alert_settings"
2286
+
2287
+ if suggest:
2288
+ pulumi.log.warn(f"Key '{key}' not found in MonitoringSettingsResponse. Access the value via the '{suggest}' property getter instead.")
2289
+
2290
+ def __getitem__(self, key: str) -> Any:
2291
+ MonitoringSettingsResponse.__key_warning(key)
2292
+ return super().__getitem__(key)
2293
+
2294
+ def get(self, key: str, default = None) -> Any:
2295
+ MonitoringSettingsResponse.__key_warning(key)
2296
+ return super().get(key, default)
2297
+
2298
+ def __init__(__self__, *,
2299
+ azure_monitor_alert_settings: Optional['outputs.AzureMonitorAlertSettingsResponse'] = None):
2300
+ """
2301
+ Monitoring Settings
2302
+ :param 'AzureMonitorAlertSettingsResponse' azure_monitor_alert_settings: Settings for Azure Monitor based alerts
2303
+ """
2304
+ if azure_monitor_alert_settings is not None:
2305
+ pulumi.set(__self__, "azure_monitor_alert_settings", azure_monitor_alert_settings)
2306
+
2307
+ @property
2308
+ @pulumi.getter(name="azureMonitorAlertSettings")
2309
+ def azure_monitor_alert_settings(self) -> Optional['outputs.AzureMonitorAlertSettingsResponse']:
2310
+ """
2311
+ Settings for Azure Monitor based alerts
2312
+ """
2313
+ return pulumi.get(self, "azure_monitor_alert_settings")
2314
+
2315
+
2316
+ @pulumi.output_type
2317
+ class NamespacedNameResourceResponse(dict):
2318
+ """
2319
+ Class to refer resources which contains namespace and name
2320
+ """
2321
+ def __init__(__self__, *,
2322
+ name: Optional[str] = None,
2323
+ namespace: Optional[str] = None):
2324
+ """
2325
+ Class to refer resources which contains namespace and name
2326
+ :param str name: Name of the resource
2327
+ :param str namespace: Namespace in which the resource exists
2328
+ """
2329
+ if name is not None:
2330
+ pulumi.set(__self__, "name", name)
2331
+ if namespace is not None:
2332
+ pulumi.set(__self__, "namespace", namespace)
2333
+
2334
+ @property
2335
+ @pulumi.getter
2336
+ def name(self) -> Optional[str]:
2337
+ """
2338
+ Name of the resource
2339
+ """
2340
+ return pulumi.get(self, "name")
2341
+
2342
+ @property
2343
+ @pulumi.getter
2344
+ def namespace(self) -> Optional[str]:
2345
+ """
2346
+ Namespace in which the resource exists
2347
+ """
2348
+ return pulumi.get(self, "namespace")
2349
+
2350
+
2351
+ @pulumi.output_type
2352
+ class PolicyInfoResponse(dict):
2353
+ """
2354
+ Policy Info in backupInstance
2355
+ """
2356
+ @staticmethod
2357
+ def __key_warning(key: str):
2358
+ suggest = None
2359
+ if key == "policyId":
2360
+ suggest = "policy_id"
2361
+ elif key == "policyVersion":
2362
+ suggest = "policy_version"
2363
+ elif key == "policyParameters":
2364
+ suggest = "policy_parameters"
2365
+
2366
+ if suggest:
2367
+ pulumi.log.warn(f"Key '{key}' not found in PolicyInfoResponse. Access the value via the '{suggest}' property getter instead.")
2368
+
2369
+ def __getitem__(self, key: str) -> Any:
2370
+ PolicyInfoResponse.__key_warning(key)
2371
+ return super().__getitem__(key)
2372
+
2373
+ def get(self, key: str, default = None) -> Any:
2374
+ PolicyInfoResponse.__key_warning(key)
2375
+ return super().get(key, default)
2376
+
2377
+ def __init__(__self__, *,
2378
+ policy_id: str,
2379
+ policy_version: str,
2380
+ policy_parameters: Optional['outputs.PolicyParametersResponse'] = None):
2381
+ """
2382
+ Policy Info in backupInstance
2383
+ :param 'PolicyParametersResponse' policy_parameters: Policy parameters for the backup instance
2384
+ """
2385
+ pulumi.set(__self__, "policy_id", policy_id)
2386
+ pulumi.set(__self__, "policy_version", policy_version)
2387
+ if policy_parameters is not None:
2388
+ pulumi.set(__self__, "policy_parameters", policy_parameters)
2389
+
2390
+ @property
2391
+ @pulumi.getter(name="policyId")
2392
+ def policy_id(self) -> str:
2393
+ return pulumi.get(self, "policy_id")
2394
+
2395
+ @property
2396
+ @pulumi.getter(name="policyVersion")
2397
+ def policy_version(self) -> str:
2398
+ return pulumi.get(self, "policy_version")
2399
+
2400
+ @property
2401
+ @pulumi.getter(name="policyParameters")
2402
+ def policy_parameters(self) -> Optional['outputs.PolicyParametersResponse']:
2403
+ """
2404
+ Policy parameters for the backup instance
2405
+ """
2406
+ return pulumi.get(self, "policy_parameters")
2407
+
2408
+
2409
+ @pulumi.output_type
2410
+ class PolicyParametersResponse(dict):
2411
+ """
2412
+ Parameters in Policy
2413
+ """
2414
+ @staticmethod
2415
+ def __key_warning(key: str):
2416
+ suggest = None
2417
+ if key == "backupDatasourceParametersList":
2418
+ suggest = "backup_datasource_parameters_list"
2419
+ elif key == "dataStoreParametersList":
2420
+ suggest = "data_store_parameters_list"
2421
+
2422
+ if suggest:
2423
+ pulumi.log.warn(f"Key '{key}' not found in PolicyParametersResponse. Access the value via the '{suggest}' property getter instead.")
2424
+
2425
+ def __getitem__(self, key: str) -> Any:
2426
+ PolicyParametersResponse.__key_warning(key)
2427
+ return super().__getitem__(key)
2428
+
2429
+ def get(self, key: str, default = None) -> Any:
2430
+ PolicyParametersResponse.__key_warning(key)
2431
+ return super().get(key, default)
2432
+
2433
+ def __init__(__self__, *,
2434
+ backup_datasource_parameters_list: Optional[Sequence[Any]] = None,
2435
+ data_store_parameters_list: Optional[Sequence['outputs.AzureOperationalStoreParametersResponse']] = None):
2436
+ """
2437
+ Parameters in Policy
2438
+ :param Sequence[Union['BlobBackupDatasourceParametersResponse', 'KubernetesClusterBackupDatasourceParametersResponse']] backup_datasource_parameters_list: Gets or sets the Backup Data Source Parameters
2439
+ :param Sequence['AzureOperationalStoreParametersResponse'] data_store_parameters_list: Gets or sets the DataStore Parameters
2440
+ """
2441
+ if backup_datasource_parameters_list is not None:
2442
+ pulumi.set(__self__, "backup_datasource_parameters_list", backup_datasource_parameters_list)
2443
+ if data_store_parameters_list is not None:
2444
+ pulumi.set(__self__, "data_store_parameters_list", data_store_parameters_list)
2445
+
2446
+ @property
2447
+ @pulumi.getter(name="backupDatasourceParametersList")
2448
+ def backup_datasource_parameters_list(self) -> Optional[Sequence[Any]]:
2449
+ """
2450
+ Gets or sets the Backup Data Source Parameters
2451
+ """
2452
+ return pulumi.get(self, "backup_datasource_parameters_list")
2453
+
2454
+ @property
2455
+ @pulumi.getter(name="dataStoreParametersList")
2456
+ def data_store_parameters_list(self) -> Optional[Sequence['outputs.AzureOperationalStoreParametersResponse']]:
2457
+ """
2458
+ Gets or sets the DataStore Parameters
2459
+ """
2460
+ return pulumi.get(self, "data_store_parameters_list")
2461
+
2462
+
2463
+ @pulumi.output_type
2464
+ class ProtectionStatusDetailsResponse(dict):
2465
+ """
2466
+ Protection status details
2467
+ """
2468
+ @staticmethod
2469
+ def __key_warning(key: str):
2470
+ suggest = None
2471
+ if key == "errorDetails":
2472
+ suggest = "error_details"
2473
+
2474
+ if suggest:
2475
+ pulumi.log.warn(f"Key '{key}' not found in ProtectionStatusDetailsResponse. Access the value via the '{suggest}' property getter instead.")
2476
+
2477
+ def __getitem__(self, key: str) -> Any:
2478
+ ProtectionStatusDetailsResponse.__key_warning(key)
2479
+ return super().__getitem__(key)
2480
+
2481
+ def get(self, key: str, default = None) -> Any:
2482
+ ProtectionStatusDetailsResponse.__key_warning(key)
2483
+ return super().get(key, default)
2484
+
2485
+ def __init__(__self__, *,
2486
+ error_details: Optional['outputs.UserFacingErrorResponse'] = None,
2487
+ status: Optional[str] = None):
2488
+ """
2489
+ Protection status details
2490
+ :param 'UserFacingErrorResponse' error_details: Specifies the protection status error of the resource
2491
+ :param str status: Specifies the protection status of the resource
2492
+ """
2493
+ if error_details is not None:
2494
+ pulumi.set(__self__, "error_details", error_details)
2495
+ if status is not None:
2496
+ pulumi.set(__self__, "status", status)
2497
+
2498
+ @property
2499
+ @pulumi.getter(name="errorDetails")
2500
+ def error_details(self) -> Optional['outputs.UserFacingErrorResponse']:
2501
+ """
2502
+ Specifies the protection status error of the resource
2503
+ """
2504
+ return pulumi.get(self, "error_details")
2505
+
2506
+ @property
2507
+ @pulumi.getter
2508
+ def status(self) -> Optional[str]:
2509
+ """
2510
+ Specifies the protection status of the resource
2511
+ """
2512
+ return pulumi.get(self, "status")
2513
+
2514
+
2515
+ @pulumi.output_type
2516
+ class ResourceGuardOperationDetailResponse(dict):
2517
+ """
2518
+ VaultCritical Operation protected by a resource guard
2519
+ """
2520
+ @staticmethod
2521
+ def __key_warning(key: str):
2522
+ suggest = None
2523
+ if key == "defaultResourceRequest":
2524
+ suggest = "default_resource_request"
2525
+ elif key == "vaultCriticalOperation":
2526
+ suggest = "vault_critical_operation"
2527
+
2528
+ if suggest:
2529
+ pulumi.log.warn(f"Key '{key}' not found in ResourceGuardOperationDetailResponse. Access the value via the '{suggest}' property getter instead.")
2530
+
2531
+ def __getitem__(self, key: str) -> Any:
2532
+ ResourceGuardOperationDetailResponse.__key_warning(key)
2533
+ return super().__getitem__(key)
2534
+
2535
+ def get(self, key: str, default = None) -> Any:
2536
+ ResourceGuardOperationDetailResponse.__key_warning(key)
2537
+ return super().get(key, default)
2538
+
2539
+ def __init__(__self__, *,
2540
+ default_resource_request: Optional[str] = None,
2541
+ vault_critical_operation: Optional[str] = None):
2542
+ """
2543
+ VaultCritical Operation protected by a resource guard
2544
+ """
2545
+ if default_resource_request is not None:
2546
+ pulumi.set(__self__, "default_resource_request", default_resource_request)
2547
+ if vault_critical_operation is not None:
2548
+ pulumi.set(__self__, "vault_critical_operation", vault_critical_operation)
2549
+
2550
+ @property
2551
+ @pulumi.getter(name="defaultResourceRequest")
2552
+ def default_resource_request(self) -> Optional[str]:
2553
+ return pulumi.get(self, "default_resource_request")
2554
+
2555
+ @property
2556
+ @pulumi.getter(name="vaultCriticalOperation")
2557
+ def vault_critical_operation(self) -> Optional[str]:
2558
+ return pulumi.get(self, "vault_critical_operation")
2559
+
2560
+
2561
+ @pulumi.output_type
2562
+ class ResourceGuardOperationResponse(dict):
2563
+ """
2564
+ This class contains all the details about a critical operation.
2565
+ """
2566
+ @staticmethod
2567
+ def __key_warning(key: str):
2568
+ suggest = None
2569
+ if key == "requestResourceType":
2570
+ suggest = "request_resource_type"
2571
+ elif key == "vaultCriticalOperation":
2572
+ suggest = "vault_critical_operation"
2573
+
2574
+ if suggest:
2575
+ pulumi.log.warn(f"Key '{key}' not found in ResourceGuardOperationResponse. Access the value via the '{suggest}' property getter instead.")
2576
+
2577
+ def __getitem__(self, key: str) -> Any:
2578
+ ResourceGuardOperationResponse.__key_warning(key)
2579
+ return super().__getitem__(key)
2580
+
2581
+ def get(self, key: str, default = None) -> Any:
2582
+ ResourceGuardOperationResponse.__key_warning(key)
2583
+ return super().get(key, default)
2584
+
2585
+ def __init__(__self__, *,
2586
+ request_resource_type: str,
2587
+ vault_critical_operation: str):
2588
+ """
2589
+ This class contains all the details about a critical operation.
2590
+ :param str request_resource_type: Type of resource request.
2591
+ :param str vault_critical_operation: Name of the critical operation.
2592
+ """
2593
+ pulumi.set(__self__, "request_resource_type", request_resource_type)
2594
+ pulumi.set(__self__, "vault_critical_operation", vault_critical_operation)
2595
+
2596
+ @property
2597
+ @pulumi.getter(name="requestResourceType")
2598
+ def request_resource_type(self) -> str:
2599
+ """
2600
+ Type of resource request.
2601
+ """
2602
+ return pulumi.get(self, "request_resource_type")
2603
+
2604
+ @property
2605
+ @pulumi.getter(name="vaultCriticalOperation")
2606
+ def vault_critical_operation(self) -> str:
2607
+ """
2608
+ Name of the critical operation.
2609
+ """
2610
+ return pulumi.get(self, "vault_critical_operation")
2611
+
2612
+
2613
+ @pulumi.output_type
2614
+ class ResourceGuardProxyBaseResponse(dict):
2615
+ """
2616
+ ResourceGuardProxyBase object, used in ResourceGuardProxyBaseResource
2617
+ """
2618
+ @staticmethod
2619
+ def __key_warning(key: str):
2620
+ suggest = None
2621
+ if key == "lastUpdatedTime":
2622
+ suggest = "last_updated_time"
2623
+ elif key == "resourceGuardOperationDetails":
2624
+ suggest = "resource_guard_operation_details"
2625
+ elif key == "resourceGuardResourceId":
2626
+ suggest = "resource_guard_resource_id"
2627
+
2628
+ if suggest:
2629
+ pulumi.log.warn(f"Key '{key}' not found in ResourceGuardProxyBaseResponse. Access the value via the '{suggest}' property getter instead.")
2630
+
2631
+ def __getitem__(self, key: str) -> Any:
2632
+ ResourceGuardProxyBaseResponse.__key_warning(key)
2633
+ return super().__getitem__(key)
2634
+
2635
+ def get(self, key: str, default = None) -> Any:
2636
+ ResourceGuardProxyBaseResponse.__key_warning(key)
2637
+ return super().get(key, default)
2638
+
2639
+ def __init__(__self__, *,
2640
+ description: Optional[str] = None,
2641
+ last_updated_time: Optional[str] = None,
2642
+ resource_guard_operation_details: Optional[Sequence['outputs.ResourceGuardOperationDetailResponse']] = None,
2643
+ resource_guard_resource_id: Optional[str] = None):
2644
+ """
2645
+ ResourceGuardProxyBase object, used in ResourceGuardProxyBaseResource
2646
+ """
2647
+ if description is not None:
2648
+ pulumi.set(__self__, "description", description)
2649
+ if last_updated_time is not None:
2650
+ pulumi.set(__self__, "last_updated_time", last_updated_time)
2651
+ if resource_guard_operation_details is not None:
2652
+ pulumi.set(__self__, "resource_guard_operation_details", resource_guard_operation_details)
2653
+ if resource_guard_resource_id is not None:
2654
+ pulumi.set(__self__, "resource_guard_resource_id", resource_guard_resource_id)
2655
+
2656
+ @property
2657
+ @pulumi.getter
2658
+ def description(self) -> Optional[str]:
2659
+ return pulumi.get(self, "description")
2660
+
2661
+ @property
2662
+ @pulumi.getter(name="lastUpdatedTime")
2663
+ def last_updated_time(self) -> Optional[str]:
2664
+ return pulumi.get(self, "last_updated_time")
2665
+
2666
+ @property
2667
+ @pulumi.getter(name="resourceGuardOperationDetails")
2668
+ def resource_guard_operation_details(self) -> Optional[Sequence['outputs.ResourceGuardOperationDetailResponse']]:
2669
+ return pulumi.get(self, "resource_guard_operation_details")
2670
+
2671
+ @property
2672
+ @pulumi.getter(name="resourceGuardResourceId")
2673
+ def resource_guard_resource_id(self) -> Optional[str]:
2674
+ return pulumi.get(self, "resource_guard_resource_id")
2675
+
2676
+
2677
+ @pulumi.output_type
2678
+ class ResourceGuardResponse(dict):
2679
+ @staticmethod
2680
+ def __key_warning(key: str):
2681
+ suggest = None
2682
+ if key == "allowAutoApprovals":
2683
+ suggest = "allow_auto_approvals"
2684
+ elif key == "provisioningState":
2685
+ suggest = "provisioning_state"
2686
+ elif key == "resourceGuardOperations":
2687
+ suggest = "resource_guard_operations"
2688
+ elif key == "vaultCriticalOperationExclusionList":
2689
+ suggest = "vault_critical_operation_exclusion_list"
2690
+
2691
+ if suggest:
2692
+ pulumi.log.warn(f"Key '{key}' not found in ResourceGuardResponse. Access the value via the '{suggest}' property getter instead.")
2693
+
2694
+ def __getitem__(self, key: str) -> Any:
2695
+ ResourceGuardResponse.__key_warning(key)
2696
+ return super().__getitem__(key)
2697
+
2698
+ def get(self, key: str, default = None) -> Any:
2699
+ ResourceGuardResponse.__key_warning(key)
2700
+ return super().get(key, default)
2701
+
2702
+ def __init__(__self__, *,
2703
+ allow_auto_approvals: bool,
2704
+ description: str,
2705
+ provisioning_state: str,
2706
+ resource_guard_operations: Sequence['outputs.ResourceGuardOperationResponse'],
2707
+ vault_critical_operation_exclusion_list: Optional[Sequence[str]] = None):
2708
+ """
2709
+ :param bool allow_auto_approvals: This flag indicates whether auto approval is allowed or not.
2710
+ :param str description: Description about the pre-req steps to perform all the critical operations.
2711
+ :param str provisioning_state: Provisioning state of the BackupVault resource
2712
+ :param Sequence['ResourceGuardOperationResponse'] resource_guard_operations: {readonly} List of operation details those are protected by the ResourceGuard resource
2713
+ :param Sequence[str] vault_critical_operation_exclusion_list: List of critical operations which are not protected by this resourceGuard
2714
+ """
2715
+ pulumi.set(__self__, "allow_auto_approvals", allow_auto_approvals)
2716
+ pulumi.set(__self__, "description", description)
2717
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
2718
+ pulumi.set(__self__, "resource_guard_operations", resource_guard_operations)
2719
+ if vault_critical_operation_exclusion_list is not None:
2720
+ pulumi.set(__self__, "vault_critical_operation_exclusion_list", vault_critical_operation_exclusion_list)
2721
+
2722
+ @property
2723
+ @pulumi.getter(name="allowAutoApprovals")
2724
+ def allow_auto_approvals(self) -> bool:
2725
+ """
2726
+ This flag indicates whether auto approval is allowed or not.
2727
+ """
2728
+ return pulumi.get(self, "allow_auto_approvals")
2729
+
2730
+ @property
2731
+ @pulumi.getter
2732
+ def description(self) -> str:
2733
+ """
2734
+ Description about the pre-req steps to perform all the critical operations.
2735
+ """
2736
+ return pulumi.get(self, "description")
2737
+
2738
+ @property
2739
+ @pulumi.getter(name="provisioningState")
2740
+ def provisioning_state(self) -> str:
2741
+ """
2742
+ Provisioning state of the BackupVault resource
2743
+ """
2744
+ return pulumi.get(self, "provisioning_state")
2745
+
2746
+ @property
2747
+ @pulumi.getter(name="resourceGuardOperations")
2748
+ def resource_guard_operations(self) -> Sequence['outputs.ResourceGuardOperationResponse']:
2749
+ """
2750
+ {readonly} List of operation details those are protected by the ResourceGuard resource
2751
+ """
2752
+ return pulumi.get(self, "resource_guard_operations")
2753
+
2754
+ @property
2755
+ @pulumi.getter(name="vaultCriticalOperationExclusionList")
2756
+ def vault_critical_operation_exclusion_list(self) -> Optional[Sequence[str]]:
2757
+ """
2758
+ List of critical operations which are not protected by this resourceGuard
2759
+ """
2760
+ return pulumi.get(self, "vault_critical_operation_exclusion_list")
2761
+
2762
+
2763
+ @pulumi.output_type
2764
+ class ResourceMoveDetailsResponse(dict):
2765
+ """
2766
+ ResourceMoveDetails will be returned in response to GetResource call from ARM
2767
+ """
2768
+ @staticmethod
2769
+ def __key_warning(key: str):
2770
+ suggest = None
2771
+ if key == "completionTimeUtc":
2772
+ suggest = "completion_time_utc"
2773
+ elif key == "operationId":
2774
+ suggest = "operation_id"
2775
+ elif key == "sourceResourcePath":
2776
+ suggest = "source_resource_path"
2777
+ elif key == "startTimeUtc":
2778
+ suggest = "start_time_utc"
2779
+ elif key == "targetResourcePath":
2780
+ suggest = "target_resource_path"
2781
+
2782
+ if suggest:
2783
+ pulumi.log.warn(f"Key '{key}' not found in ResourceMoveDetailsResponse. Access the value via the '{suggest}' property getter instead.")
2784
+
2785
+ def __getitem__(self, key: str) -> Any:
2786
+ ResourceMoveDetailsResponse.__key_warning(key)
2787
+ return super().__getitem__(key)
2788
+
2789
+ def get(self, key: str, default = None) -> Any:
2790
+ ResourceMoveDetailsResponse.__key_warning(key)
2791
+ return super().get(key, default)
2792
+
2793
+ def __init__(__self__, *,
2794
+ completion_time_utc: Optional[str] = None,
2795
+ operation_id: Optional[str] = None,
2796
+ source_resource_path: Optional[str] = None,
2797
+ start_time_utc: Optional[str] = None,
2798
+ target_resource_path: Optional[str] = None):
2799
+ """
2800
+ ResourceMoveDetails will be returned in response to GetResource call from ARM
2801
+ :param str completion_time_utc: Completion time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
2802
+ :param str operation_id: CorrelationId of latest ResourceMove operation attempted
2803
+ :param str source_resource_path: ARM resource path of source resource
2804
+ :param str start_time_utc: Start time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
2805
+ :param str target_resource_path: ARM resource path of target resource used in latest ResourceMove operation
2806
+ """
2807
+ if completion_time_utc is not None:
2808
+ pulumi.set(__self__, "completion_time_utc", completion_time_utc)
2809
+ if operation_id is not None:
2810
+ pulumi.set(__self__, "operation_id", operation_id)
2811
+ if source_resource_path is not None:
2812
+ pulumi.set(__self__, "source_resource_path", source_resource_path)
2813
+ if start_time_utc is not None:
2814
+ pulumi.set(__self__, "start_time_utc", start_time_utc)
2815
+ if target_resource_path is not None:
2816
+ pulumi.set(__self__, "target_resource_path", target_resource_path)
2817
+
2818
+ @property
2819
+ @pulumi.getter(name="completionTimeUtc")
2820
+ def completion_time_utc(self) -> Optional[str]:
2821
+ """
2822
+ Completion time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
2823
+ """
2824
+ return pulumi.get(self, "completion_time_utc")
2825
+
2826
+ @property
2827
+ @pulumi.getter(name="operationId")
2828
+ def operation_id(self) -> Optional[str]:
2829
+ """
2830
+ CorrelationId of latest ResourceMove operation attempted
2831
+ """
2832
+ return pulumi.get(self, "operation_id")
2833
+
2834
+ @property
2835
+ @pulumi.getter(name="sourceResourcePath")
2836
+ def source_resource_path(self) -> Optional[str]:
2837
+ """
2838
+ ARM resource path of source resource
2839
+ """
2840
+ return pulumi.get(self, "source_resource_path")
2841
+
2842
+ @property
2843
+ @pulumi.getter(name="startTimeUtc")
2844
+ def start_time_utc(self) -> Optional[str]:
2845
+ """
2846
+ Start time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
2847
+ """
2848
+ return pulumi.get(self, "start_time_utc")
2849
+
2850
+ @property
2851
+ @pulumi.getter(name="targetResourcePath")
2852
+ def target_resource_path(self) -> Optional[str]:
2853
+ """
2854
+ ARM resource path of target resource used in latest ResourceMove operation
2855
+ """
2856
+ return pulumi.get(self, "target_resource_path")
2857
+
2858
+
2859
+ @pulumi.output_type
2860
+ class RetentionTagResponse(dict):
2861
+ """
2862
+ Retention tag
2863
+ """
2864
+ @staticmethod
2865
+ def __key_warning(key: str):
2866
+ suggest = None
2867
+ if key == "eTag":
2868
+ suggest = "e_tag"
2869
+ elif key == "tagName":
2870
+ suggest = "tag_name"
2871
+
2872
+ if suggest:
2873
+ pulumi.log.warn(f"Key '{key}' not found in RetentionTagResponse. Access the value via the '{suggest}' property getter instead.")
2874
+
2875
+ def __getitem__(self, key: str) -> Any:
2876
+ RetentionTagResponse.__key_warning(key)
2877
+ return super().__getitem__(key)
2878
+
2879
+ def get(self, key: str, default = None) -> Any:
2880
+ RetentionTagResponse.__key_warning(key)
2881
+ return super().get(key, default)
2882
+
2883
+ def __init__(__self__, *,
2884
+ e_tag: str,
2885
+ id: str,
2886
+ tag_name: str):
2887
+ """
2888
+ Retention tag
2889
+ :param str e_tag: Retention Tag version.
2890
+ :param str id: Retention Tag version.
2891
+ :param str tag_name: Retention Tag Name to relate it to retention rule.
2892
+ """
2893
+ pulumi.set(__self__, "e_tag", e_tag)
2894
+ pulumi.set(__self__, "id", id)
2895
+ pulumi.set(__self__, "tag_name", tag_name)
2896
+
2897
+ @property
2898
+ @pulumi.getter(name="eTag")
2899
+ def e_tag(self) -> str:
2900
+ """
2901
+ Retention Tag version.
2902
+ """
2903
+ return pulumi.get(self, "e_tag")
2904
+
2905
+ @property
2906
+ @pulumi.getter
2907
+ def id(self) -> str:
2908
+ """
2909
+ Retention Tag version.
2910
+ """
2911
+ return pulumi.get(self, "id")
2912
+
2913
+ @property
2914
+ @pulumi.getter(name="tagName")
2915
+ def tag_name(self) -> str:
2916
+ """
2917
+ Retention Tag Name to relate it to retention rule.
2918
+ """
2919
+ return pulumi.get(self, "tag_name")
2920
+
2921
+
2922
+ @pulumi.output_type
2923
+ class ScheduleBasedBackupCriteriaResponse(dict):
2924
+ """
2925
+ Schedule based backup criteria
2926
+ """
2927
+ @staticmethod
2928
+ def __key_warning(key: str):
2929
+ suggest = None
2930
+ if key == "objectType":
2931
+ suggest = "object_type"
2932
+ elif key == "absoluteCriteria":
2933
+ suggest = "absolute_criteria"
2934
+ elif key == "daysOfMonth":
2935
+ suggest = "days_of_month"
2936
+ elif key == "daysOfTheWeek":
2937
+ suggest = "days_of_the_week"
2938
+ elif key == "monthsOfYear":
2939
+ suggest = "months_of_year"
2940
+ elif key == "scheduleTimes":
2941
+ suggest = "schedule_times"
2942
+ elif key == "weeksOfTheMonth":
2943
+ suggest = "weeks_of_the_month"
2944
+
2945
+ if suggest:
2946
+ pulumi.log.warn(f"Key '{key}' not found in ScheduleBasedBackupCriteriaResponse. Access the value via the '{suggest}' property getter instead.")
2947
+
2948
+ def __getitem__(self, key: str) -> Any:
2949
+ ScheduleBasedBackupCriteriaResponse.__key_warning(key)
2950
+ return super().__getitem__(key)
2951
+
2952
+ def get(self, key: str, default = None) -> Any:
2953
+ ScheduleBasedBackupCriteriaResponse.__key_warning(key)
2954
+ return super().get(key, default)
2955
+
2956
+ def __init__(__self__, *,
2957
+ object_type: str,
2958
+ absolute_criteria: Optional[Sequence[str]] = None,
2959
+ days_of_month: Optional[Sequence['outputs.DayResponse']] = None,
2960
+ days_of_the_week: Optional[Sequence[str]] = None,
2961
+ months_of_year: Optional[Sequence[str]] = None,
2962
+ schedule_times: Optional[Sequence[str]] = None,
2963
+ weeks_of_the_month: Optional[Sequence[str]] = None):
2964
+ """
2965
+ Schedule based backup criteria
2966
+ :param str object_type: Type of the specific object - used for deserializing
2967
+ Expected value is 'ScheduleBasedBackupCriteria'.
2968
+ :param Sequence[str] absolute_criteria: it contains absolute values like "AllBackup" / "FirstOfDay" / "FirstOfWeek" / "FirstOfMonth"
2969
+ and should be part of AbsoluteMarker enum
2970
+ :param Sequence['DayResponse'] days_of_month: This is day of the month from 1 to 28 other wise last of month
2971
+ :param Sequence[str] days_of_the_week: It should be Sunday/Monday/T..../Saturday
2972
+ :param Sequence[str] months_of_year: It should be January/February/....../December
2973
+ :param Sequence[str] schedule_times: List of schedule times for backup
2974
+ :param Sequence[str] weeks_of_the_month: It should be First/Second/Third/Fourth/Last
2975
+ """
2976
+ pulumi.set(__self__, "object_type", 'ScheduleBasedBackupCriteria')
2977
+ if absolute_criteria is not None:
2978
+ pulumi.set(__self__, "absolute_criteria", absolute_criteria)
2979
+ if days_of_month is not None:
2980
+ pulumi.set(__self__, "days_of_month", days_of_month)
2981
+ if days_of_the_week is not None:
2982
+ pulumi.set(__self__, "days_of_the_week", days_of_the_week)
2983
+ if months_of_year is not None:
2984
+ pulumi.set(__self__, "months_of_year", months_of_year)
2985
+ if schedule_times is not None:
2986
+ pulumi.set(__self__, "schedule_times", schedule_times)
2987
+ if weeks_of_the_month is not None:
2988
+ pulumi.set(__self__, "weeks_of_the_month", weeks_of_the_month)
2989
+
2990
+ @property
2991
+ @pulumi.getter(name="objectType")
2992
+ def object_type(self) -> str:
2993
+ """
2994
+ Type of the specific object - used for deserializing
2995
+ Expected value is 'ScheduleBasedBackupCriteria'.
2996
+ """
2997
+ return pulumi.get(self, "object_type")
2998
+
2999
+ @property
3000
+ @pulumi.getter(name="absoluteCriteria")
3001
+ def absolute_criteria(self) -> Optional[Sequence[str]]:
3002
+ """
3003
+ it contains absolute values like "AllBackup" / "FirstOfDay" / "FirstOfWeek" / "FirstOfMonth"
3004
+ and should be part of AbsoluteMarker enum
3005
+ """
3006
+ return pulumi.get(self, "absolute_criteria")
3007
+
3008
+ @property
3009
+ @pulumi.getter(name="daysOfMonth")
3010
+ def days_of_month(self) -> Optional[Sequence['outputs.DayResponse']]:
3011
+ """
3012
+ This is day of the month from 1 to 28 other wise last of month
3013
+ """
3014
+ return pulumi.get(self, "days_of_month")
3015
+
3016
+ @property
3017
+ @pulumi.getter(name="daysOfTheWeek")
3018
+ def days_of_the_week(self) -> Optional[Sequence[str]]:
3019
+ """
3020
+ It should be Sunday/Monday/T..../Saturday
3021
+ """
3022
+ return pulumi.get(self, "days_of_the_week")
3023
+
3024
+ @property
3025
+ @pulumi.getter(name="monthsOfYear")
3026
+ def months_of_year(self) -> Optional[Sequence[str]]:
3027
+ """
3028
+ It should be January/February/....../December
3029
+ """
3030
+ return pulumi.get(self, "months_of_year")
3031
+
3032
+ @property
3033
+ @pulumi.getter(name="scheduleTimes")
3034
+ def schedule_times(self) -> Optional[Sequence[str]]:
3035
+ """
3036
+ List of schedule times for backup
3037
+ """
3038
+ return pulumi.get(self, "schedule_times")
3039
+
3040
+ @property
3041
+ @pulumi.getter(name="weeksOfTheMonth")
3042
+ def weeks_of_the_month(self) -> Optional[Sequence[str]]:
3043
+ """
3044
+ It should be First/Second/Third/Fourth/Last
3045
+ """
3046
+ return pulumi.get(self, "weeks_of_the_month")
3047
+
3048
+
3049
+ @pulumi.output_type
3050
+ class ScheduleBasedTriggerContextResponse(dict):
3051
+ """
3052
+ Schedule based trigger context
3053
+ """
3054
+ @staticmethod
3055
+ def __key_warning(key: str):
3056
+ suggest = None
3057
+ if key == "objectType":
3058
+ suggest = "object_type"
3059
+ elif key == "taggingCriteria":
3060
+ suggest = "tagging_criteria"
3061
+
3062
+ if suggest:
3063
+ pulumi.log.warn(f"Key '{key}' not found in ScheduleBasedTriggerContextResponse. Access the value via the '{suggest}' property getter instead.")
3064
+
3065
+ def __getitem__(self, key: str) -> Any:
3066
+ ScheduleBasedTriggerContextResponse.__key_warning(key)
3067
+ return super().__getitem__(key)
3068
+
3069
+ def get(self, key: str, default = None) -> Any:
3070
+ ScheduleBasedTriggerContextResponse.__key_warning(key)
3071
+ return super().get(key, default)
3072
+
3073
+ def __init__(__self__, *,
3074
+ object_type: str,
3075
+ schedule: 'outputs.BackupScheduleResponse',
3076
+ tagging_criteria: Sequence['outputs.TaggingCriteriaResponse']):
3077
+ """
3078
+ Schedule based trigger context
3079
+ :param str object_type: Type of the specific object - used for deserializing
3080
+ Expected value is 'ScheduleBasedTriggerContext'.
3081
+ :param 'BackupScheduleResponse' schedule: Schedule for this backup
3082
+ :param Sequence['TaggingCriteriaResponse'] tagging_criteria: List of tags that can be applicable for given schedule.
3083
+ """
3084
+ pulumi.set(__self__, "object_type", 'ScheduleBasedTriggerContext')
3085
+ pulumi.set(__self__, "schedule", schedule)
3086
+ pulumi.set(__self__, "tagging_criteria", tagging_criteria)
3087
+
3088
+ @property
3089
+ @pulumi.getter(name="objectType")
3090
+ def object_type(self) -> str:
3091
+ """
3092
+ Type of the specific object - used for deserializing
3093
+ Expected value is 'ScheduleBasedTriggerContext'.
3094
+ """
3095
+ return pulumi.get(self, "object_type")
3096
+
3097
+ @property
3098
+ @pulumi.getter
3099
+ def schedule(self) -> 'outputs.BackupScheduleResponse':
3100
+ """
3101
+ Schedule for this backup
3102
+ """
3103
+ return pulumi.get(self, "schedule")
3104
+
3105
+ @property
3106
+ @pulumi.getter(name="taggingCriteria")
3107
+ def tagging_criteria(self) -> Sequence['outputs.TaggingCriteriaResponse']:
3108
+ """
3109
+ List of tags that can be applicable for given schedule.
3110
+ """
3111
+ return pulumi.get(self, "tagging_criteria")
3112
+
3113
+
3114
+ @pulumi.output_type
3115
+ class SecretStoreBasedAuthCredentialsResponse(dict):
3116
+ """
3117
+ Secret store based authentication credentials.
3118
+ """
3119
+ @staticmethod
3120
+ def __key_warning(key: str):
3121
+ suggest = None
3122
+ if key == "objectType":
3123
+ suggest = "object_type"
3124
+ elif key == "secretStoreResource":
3125
+ suggest = "secret_store_resource"
3126
+
3127
+ if suggest:
3128
+ pulumi.log.warn(f"Key '{key}' not found in SecretStoreBasedAuthCredentialsResponse. Access the value via the '{suggest}' property getter instead.")
3129
+
3130
+ def __getitem__(self, key: str) -> Any:
3131
+ SecretStoreBasedAuthCredentialsResponse.__key_warning(key)
3132
+ return super().__getitem__(key)
3133
+
3134
+ def get(self, key: str, default = None) -> Any:
3135
+ SecretStoreBasedAuthCredentialsResponse.__key_warning(key)
3136
+ return super().get(key, default)
3137
+
3138
+ def __init__(__self__, *,
3139
+ object_type: str,
3140
+ secret_store_resource: Optional['outputs.SecretStoreResourceResponse'] = None):
3141
+ """
3142
+ Secret store based authentication credentials.
3143
+ :param str object_type: Type of the specific object - used for deserializing
3144
+ Expected value is 'SecretStoreBasedAuthCredentials'.
3145
+ :param 'SecretStoreResourceResponse' secret_store_resource: Secret store resource
3146
+ """
3147
+ pulumi.set(__self__, "object_type", 'SecretStoreBasedAuthCredentials')
3148
+ if secret_store_resource is not None:
3149
+ pulumi.set(__self__, "secret_store_resource", secret_store_resource)
3150
+
3151
+ @property
3152
+ @pulumi.getter(name="objectType")
3153
+ def object_type(self) -> str:
3154
+ """
3155
+ Type of the specific object - used for deserializing
3156
+ Expected value is 'SecretStoreBasedAuthCredentials'.
3157
+ """
3158
+ return pulumi.get(self, "object_type")
3159
+
3160
+ @property
3161
+ @pulumi.getter(name="secretStoreResource")
3162
+ def secret_store_resource(self) -> Optional['outputs.SecretStoreResourceResponse']:
3163
+ """
3164
+ Secret store resource
3165
+ """
3166
+ return pulumi.get(self, "secret_store_resource")
3167
+
3168
+
3169
+ @pulumi.output_type
3170
+ class SecretStoreResourceResponse(dict):
3171
+ """
3172
+ Class representing a secret store resource.
3173
+ """
3174
+ @staticmethod
3175
+ def __key_warning(key: str):
3176
+ suggest = None
3177
+ if key == "secretStoreType":
3178
+ suggest = "secret_store_type"
3179
+
3180
+ if suggest:
3181
+ pulumi.log.warn(f"Key '{key}' not found in SecretStoreResourceResponse. Access the value via the '{suggest}' property getter instead.")
3182
+
3183
+ def __getitem__(self, key: str) -> Any:
3184
+ SecretStoreResourceResponse.__key_warning(key)
3185
+ return super().__getitem__(key)
3186
+
3187
+ def get(self, key: str, default = None) -> Any:
3188
+ SecretStoreResourceResponse.__key_warning(key)
3189
+ return super().get(key, default)
3190
+
3191
+ def __init__(__self__, *,
3192
+ secret_store_type: str,
3193
+ uri: Optional[str] = None,
3194
+ value: Optional[str] = None):
3195
+ """
3196
+ Class representing a secret store resource.
3197
+ :param str secret_store_type: Gets or sets the type of secret store
3198
+ :param str uri: Uri to get to the resource
3199
+ :param str value: Gets or sets value stored in secret store resource
3200
+ """
3201
+ pulumi.set(__self__, "secret_store_type", secret_store_type)
3202
+ if uri is not None:
3203
+ pulumi.set(__self__, "uri", uri)
3204
+ if value is not None:
3205
+ pulumi.set(__self__, "value", value)
3206
+
3207
+ @property
3208
+ @pulumi.getter(name="secretStoreType")
3209
+ def secret_store_type(self) -> str:
3210
+ """
3211
+ Gets or sets the type of secret store
3212
+ """
3213
+ return pulumi.get(self, "secret_store_type")
3214
+
3215
+ @property
3216
+ @pulumi.getter
3217
+ def uri(self) -> Optional[str]:
3218
+ """
3219
+ Uri to get to the resource
3220
+ """
3221
+ return pulumi.get(self, "uri")
3222
+
3223
+ @property
3224
+ @pulumi.getter
3225
+ def value(self) -> Optional[str]:
3226
+ """
3227
+ Gets or sets value stored in secret store resource
3228
+ """
3229
+ return pulumi.get(self, "value")
3230
+
3231
+
3232
+ @pulumi.output_type
3233
+ class SecuritySettingsResponse(dict):
3234
+ """
3235
+ Class containing security settings of vault
3236
+ """
3237
+ @staticmethod
3238
+ def __key_warning(key: str):
3239
+ suggest = None
3240
+ if key == "encryptionSettings":
3241
+ suggest = "encryption_settings"
3242
+ elif key == "immutabilitySettings":
3243
+ suggest = "immutability_settings"
3244
+ elif key == "softDeleteSettings":
3245
+ suggest = "soft_delete_settings"
3246
+
3247
+ if suggest:
3248
+ pulumi.log.warn(f"Key '{key}' not found in SecuritySettingsResponse. Access the value via the '{suggest}' property getter instead.")
3249
+
3250
+ def __getitem__(self, key: str) -> Any:
3251
+ SecuritySettingsResponse.__key_warning(key)
3252
+ return super().__getitem__(key)
3253
+
3254
+ def get(self, key: str, default = None) -> Any:
3255
+ SecuritySettingsResponse.__key_warning(key)
3256
+ return super().get(key, default)
3257
+
3258
+ def __init__(__self__, *,
3259
+ encryption_settings: Optional['outputs.EncryptionSettingsResponse'] = None,
3260
+ immutability_settings: Optional['outputs.ImmutabilitySettingsResponse'] = None,
3261
+ soft_delete_settings: Optional['outputs.SoftDeleteSettingsResponse'] = None):
3262
+ """
3263
+ Class containing security settings of vault
3264
+ :param 'EncryptionSettingsResponse' encryption_settings: Customer Managed Key details of the resource.
3265
+ :param 'ImmutabilitySettingsResponse' immutability_settings: Immutability Settings at vault level
3266
+ :param 'SoftDeleteSettingsResponse' soft_delete_settings: Soft delete related settings
3267
+ """
3268
+ if encryption_settings is not None:
3269
+ pulumi.set(__self__, "encryption_settings", encryption_settings)
3270
+ if immutability_settings is not None:
3271
+ pulumi.set(__self__, "immutability_settings", immutability_settings)
3272
+ if soft_delete_settings is not None:
3273
+ pulumi.set(__self__, "soft_delete_settings", soft_delete_settings)
3274
+
3275
+ @property
3276
+ @pulumi.getter(name="encryptionSettings")
3277
+ def encryption_settings(self) -> Optional['outputs.EncryptionSettingsResponse']:
3278
+ """
3279
+ Customer Managed Key details of the resource.
3280
+ """
3281
+ return pulumi.get(self, "encryption_settings")
3282
+
3283
+ @property
3284
+ @pulumi.getter(name="immutabilitySettings")
3285
+ def immutability_settings(self) -> Optional['outputs.ImmutabilitySettingsResponse']:
3286
+ """
3287
+ Immutability Settings at vault level
3288
+ """
3289
+ return pulumi.get(self, "immutability_settings")
3290
+
3291
+ @property
3292
+ @pulumi.getter(name="softDeleteSettings")
3293
+ def soft_delete_settings(self) -> Optional['outputs.SoftDeleteSettingsResponse']:
3294
+ """
3295
+ Soft delete related settings
3296
+ """
3297
+ return pulumi.get(self, "soft_delete_settings")
3298
+
3299
+
3300
+ @pulumi.output_type
3301
+ class SoftDeleteSettingsResponse(dict):
3302
+ """
3303
+ Soft delete related settings
3304
+ """
3305
+ @staticmethod
3306
+ def __key_warning(key: str):
3307
+ suggest = None
3308
+ if key == "retentionDurationInDays":
3309
+ suggest = "retention_duration_in_days"
3310
+
3311
+ if suggest:
3312
+ pulumi.log.warn(f"Key '{key}' not found in SoftDeleteSettingsResponse. Access the value via the '{suggest}' property getter instead.")
3313
+
3314
+ def __getitem__(self, key: str) -> Any:
3315
+ SoftDeleteSettingsResponse.__key_warning(key)
3316
+ return super().__getitem__(key)
3317
+
3318
+ def get(self, key: str, default = None) -> Any:
3319
+ SoftDeleteSettingsResponse.__key_warning(key)
3320
+ return super().get(key, default)
3321
+
3322
+ def __init__(__self__, *,
3323
+ retention_duration_in_days: Optional[float] = None,
3324
+ state: Optional[str] = None):
3325
+ """
3326
+ Soft delete related settings
3327
+ :param float retention_duration_in_days: Soft delete retention duration
3328
+ :param str state: State of soft delete
3329
+ """
3330
+ if retention_duration_in_days is not None:
3331
+ pulumi.set(__self__, "retention_duration_in_days", retention_duration_in_days)
3332
+ if state is not None:
3333
+ pulumi.set(__self__, "state", state)
3334
+
3335
+ @property
3336
+ @pulumi.getter(name="retentionDurationInDays")
3337
+ def retention_duration_in_days(self) -> Optional[float]:
3338
+ """
3339
+ Soft delete retention duration
3340
+ """
3341
+ return pulumi.get(self, "retention_duration_in_days")
3342
+
3343
+ @property
3344
+ @pulumi.getter
3345
+ def state(self) -> Optional[str]:
3346
+ """
3347
+ State of soft delete
3348
+ """
3349
+ return pulumi.get(self, "state")
3350
+
3351
+
3352
+ @pulumi.output_type
3353
+ class SourceLifeCycleResponse(dict):
3354
+ """
3355
+ Source LifeCycle
3356
+ """
3357
+ @staticmethod
3358
+ def __key_warning(key: str):
3359
+ suggest = None
3360
+ if key == "deleteAfter":
3361
+ suggest = "delete_after"
3362
+ elif key == "sourceDataStore":
3363
+ suggest = "source_data_store"
3364
+ elif key == "targetDataStoreCopySettings":
3365
+ suggest = "target_data_store_copy_settings"
3366
+
3367
+ if suggest:
3368
+ pulumi.log.warn(f"Key '{key}' not found in SourceLifeCycleResponse. Access the value via the '{suggest}' property getter instead.")
3369
+
3370
+ def __getitem__(self, key: str) -> Any:
3371
+ SourceLifeCycleResponse.__key_warning(key)
3372
+ return super().__getitem__(key)
3373
+
3374
+ def get(self, key: str, default = None) -> Any:
3375
+ SourceLifeCycleResponse.__key_warning(key)
3376
+ return super().get(key, default)
3377
+
3378
+ def __init__(__self__, *,
3379
+ delete_after: 'outputs.AbsoluteDeleteOptionResponse',
3380
+ source_data_store: 'outputs.DataStoreInfoBaseResponse',
3381
+ target_data_store_copy_settings: Optional[Sequence['outputs.TargetCopySettingResponse']] = None):
3382
+ """
3383
+ Source LifeCycle
3384
+ :param 'AbsoluteDeleteOptionResponse' delete_after: Delete Option
3385
+ :param 'DataStoreInfoBaseResponse' source_data_store: DataStoreInfo base
3386
+ """
3387
+ pulumi.set(__self__, "delete_after", delete_after)
3388
+ pulumi.set(__self__, "source_data_store", source_data_store)
3389
+ if target_data_store_copy_settings is not None:
3390
+ pulumi.set(__self__, "target_data_store_copy_settings", target_data_store_copy_settings)
3391
+
3392
+ @property
3393
+ @pulumi.getter(name="deleteAfter")
3394
+ def delete_after(self) -> 'outputs.AbsoluteDeleteOptionResponse':
3395
+ """
3396
+ Delete Option
3397
+ """
3398
+ return pulumi.get(self, "delete_after")
3399
+
3400
+ @property
3401
+ @pulumi.getter(name="sourceDataStore")
3402
+ def source_data_store(self) -> 'outputs.DataStoreInfoBaseResponse':
3403
+ """
3404
+ DataStoreInfo base
3405
+ """
3406
+ return pulumi.get(self, "source_data_store")
3407
+
3408
+ @property
3409
+ @pulumi.getter(name="targetDataStoreCopySettings")
3410
+ def target_data_store_copy_settings(self) -> Optional[Sequence['outputs.TargetCopySettingResponse']]:
3411
+ return pulumi.get(self, "target_data_store_copy_settings")
3412
+
3413
+
3414
+ @pulumi.output_type
3415
+ class StorageSettingResponse(dict):
3416
+ """
3417
+ Storage setting
3418
+ """
3419
+ @staticmethod
3420
+ def __key_warning(key: str):
3421
+ suggest = None
3422
+ if key == "datastoreType":
3423
+ suggest = "datastore_type"
3424
+
3425
+ if suggest:
3426
+ pulumi.log.warn(f"Key '{key}' not found in StorageSettingResponse. Access the value via the '{suggest}' property getter instead.")
3427
+
3428
+ def __getitem__(self, key: str) -> Any:
3429
+ StorageSettingResponse.__key_warning(key)
3430
+ return super().__getitem__(key)
3431
+
3432
+ def get(self, key: str, default = None) -> Any:
3433
+ StorageSettingResponse.__key_warning(key)
3434
+ return super().get(key, default)
3435
+
3436
+ def __init__(__self__, *,
3437
+ datastore_type: Optional[str] = None,
3438
+ type: Optional[str] = None):
3439
+ """
3440
+ Storage setting
3441
+ :param str datastore_type: Gets or sets the type of the datastore.
3442
+ :param str type: Gets or sets the type.
3443
+ """
3444
+ if datastore_type is not None:
3445
+ pulumi.set(__self__, "datastore_type", datastore_type)
3446
+ if type is not None:
3447
+ pulumi.set(__self__, "type", type)
3448
+
3449
+ @property
3450
+ @pulumi.getter(name="datastoreType")
3451
+ def datastore_type(self) -> Optional[str]:
3452
+ """
3453
+ Gets or sets the type of the datastore.
3454
+ """
3455
+ return pulumi.get(self, "datastore_type")
3456
+
3457
+ @property
3458
+ @pulumi.getter
3459
+ def type(self) -> Optional[str]:
3460
+ """
3461
+ Gets or sets the type.
3462
+ """
3463
+ return pulumi.get(self, "type")
3464
+
3465
+
3466
+ @pulumi.output_type
3467
+ class SystemDataResponse(dict):
3468
+ """
3469
+ Metadata pertaining to creation and last modification of the resource.
3470
+ """
3471
+ @staticmethod
3472
+ def __key_warning(key: str):
3473
+ suggest = None
3474
+ if key == "createdAt":
3475
+ suggest = "created_at"
3476
+ elif key == "createdBy":
3477
+ suggest = "created_by"
3478
+ elif key == "createdByType":
3479
+ suggest = "created_by_type"
3480
+ elif key == "lastModifiedAt":
3481
+ suggest = "last_modified_at"
3482
+ elif key == "lastModifiedBy":
3483
+ suggest = "last_modified_by"
3484
+ elif key == "lastModifiedByType":
3485
+ suggest = "last_modified_by_type"
3486
+
3487
+ if suggest:
3488
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
3489
+
3490
+ def __getitem__(self, key: str) -> Any:
3491
+ SystemDataResponse.__key_warning(key)
3492
+ return super().__getitem__(key)
3493
+
3494
+ def get(self, key: str, default = None) -> Any:
3495
+ SystemDataResponse.__key_warning(key)
3496
+ return super().get(key, default)
3497
+
3498
+ def __init__(__self__, *,
3499
+ created_at: Optional[str] = None,
3500
+ created_by: Optional[str] = None,
3501
+ created_by_type: Optional[str] = None,
3502
+ last_modified_at: Optional[str] = None,
3503
+ last_modified_by: Optional[str] = None,
3504
+ last_modified_by_type: Optional[str] = None):
3505
+ """
3506
+ Metadata pertaining to creation and last modification of the resource.
3507
+ :param str created_at: The timestamp of resource creation (UTC).
3508
+ :param str created_by: The identity that created the resource.
3509
+ :param str created_by_type: The type of identity that created the resource.
3510
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
3511
+ :param str last_modified_by: The identity that last modified the resource.
3512
+ :param str last_modified_by_type: The type of identity that last modified the resource.
3513
+ """
3514
+ if created_at is not None:
3515
+ pulumi.set(__self__, "created_at", created_at)
3516
+ if created_by is not None:
3517
+ pulumi.set(__self__, "created_by", created_by)
3518
+ if created_by_type is not None:
3519
+ pulumi.set(__self__, "created_by_type", created_by_type)
3520
+ if last_modified_at is not None:
3521
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
3522
+ if last_modified_by is not None:
3523
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
3524
+ if last_modified_by_type is not None:
3525
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
3526
+
3527
+ @property
3528
+ @pulumi.getter(name="createdAt")
3529
+ def created_at(self) -> Optional[str]:
3530
+ """
3531
+ The timestamp of resource creation (UTC).
3532
+ """
3533
+ return pulumi.get(self, "created_at")
3534
+
3535
+ @property
3536
+ @pulumi.getter(name="createdBy")
3537
+ def created_by(self) -> Optional[str]:
3538
+ """
3539
+ The identity that created the resource.
3540
+ """
3541
+ return pulumi.get(self, "created_by")
3542
+
3543
+ @property
3544
+ @pulumi.getter(name="createdByType")
3545
+ def created_by_type(self) -> Optional[str]:
3546
+ """
3547
+ The type of identity that created the resource.
3548
+ """
3549
+ return pulumi.get(self, "created_by_type")
3550
+
3551
+ @property
3552
+ @pulumi.getter(name="lastModifiedAt")
3553
+ def last_modified_at(self) -> Optional[str]:
3554
+ """
3555
+ The timestamp of resource last modification (UTC)
3556
+ """
3557
+ return pulumi.get(self, "last_modified_at")
3558
+
3559
+ @property
3560
+ @pulumi.getter(name="lastModifiedBy")
3561
+ def last_modified_by(self) -> Optional[str]:
3562
+ """
3563
+ The identity that last modified the resource.
3564
+ """
3565
+ return pulumi.get(self, "last_modified_by")
3566
+
3567
+ @property
3568
+ @pulumi.getter(name="lastModifiedByType")
3569
+ def last_modified_by_type(self) -> Optional[str]:
3570
+ """
3571
+ The type of identity that last modified the resource.
3572
+ """
3573
+ return pulumi.get(self, "last_modified_by_type")
3574
+
3575
+
3576
+ @pulumi.output_type
3577
+ class TaggingCriteriaResponse(dict):
3578
+ """
3579
+ Tagging criteria
3580
+ """
3581
+ @staticmethod
3582
+ def __key_warning(key: str):
3583
+ suggest = None
3584
+ if key == "isDefault":
3585
+ suggest = "is_default"
3586
+ elif key == "tagInfo":
3587
+ suggest = "tag_info"
3588
+ elif key == "taggingPriority":
3589
+ suggest = "tagging_priority"
3590
+
3591
+ if suggest:
3592
+ pulumi.log.warn(f"Key '{key}' not found in TaggingCriteriaResponse. Access the value via the '{suggest}' property getter instead.")
3593
+
3594
+ def __getitem__(self, key: str) -> Any:
3595
+ TaggingCriteriaResponse.__key_warning(key)
3596
+ return super().__getitem__(key)
3597
+
3598
+ def get(self, key: str, default = None) -> Any:
3599
+ TaggingCriteriaResponse.__key_warning(key)
3600
+ return super().get(key, default)
3601
+
3602
+ def __init__(__self__, *,
3603
+ is_default: bool,
3604
+ tag_info: 'outputs.RetentionTagResponse',
3605
+ tagging_priority: float,
3606
+ criteria: Optional[Sequence['outputs.ScheduleBasedBackupCriteriaResponse']] = None):
3607
+ """
3608
+ Tagging criteria
3609
+ :param bool is_default: Specifies if tag is default.
3610
+ :param 'RetentionTagResponse' tag_info: Retention tag information
3611
+ :param float tagging_priority: Retention Tag priority.
3612
+ :param Sequence['ScheduleBasedBackupCriteriaResponse'] criteria: Criteria which decides whether the tag can be applied to a triggered backup.
3613
+ """
3614
+ pulumi.set(__self__, "is_default", is_default)
3615
+ pulumi.set(__self__, "tag_info", tag_info)
3616
+ pulumi.set(__self__, "tagging_priority", tagging_priority)
3617
+ if criteria is not None:
3618
+ pulumi.set(__self__, "criteria", criteria)
3619
+
3620
+ @property
3621
+ @pulumi.getter(name="isDefault")
3622
+ def is_default(self) -> bool:
3623
+ """
3624
+ Specifies if tag is default.
3625
+ """
3626
+ return pulumi.get(self, "is_default")
3627
+
3628
+ @property
3629
+ @pulumi.getter(name="tagInfo")
3630
+ def tag_info(self) -> 'outputs.RetentionTagResponse':
3631
+ """
3632
+ Retention tag information
3633
+ """
3634
+ return pulumi.get(self, "tag_info")
3635
+
3636
+ @property
3637
+ @pulumi.getter(name="taggingPriority")
3638
+ def tagging_priority(self) -> float:
3639
+ """
3640
+ Retention Tag priority.
3641
+ """
3642
+ return pulumi.get(self, "tagging_priority")
3643
+
3644
+ @property
3645
+ @pulumi.getter
3646
+ def criteria(self) -> Optional[Sequence['outputs.ScheduleBasedBackupCriteriaResponse']]:
3647
+ """
3648
+ Criteria which decides whether the tag can be applied to a triggered backup.
3649
+ """
3650
+ return pulumi.get(self, "criteria")
3651
+
3652
+
3653
+ @pulumi.output_type
3654
+ class TargetCopySettingResponse(dict):
3655
+ """
3656
+ Target copy settings
3657
+ """
3658
+ @staticmethod
3659
+ def __key_warning(key: str):
3660
+ suggest = None
3661
+ if key == "copyAfter":
3662
+ suggest = "copy_after"
3663
+ elif key == "dataStore":
3664
+ suggest = "data_store"
3665
+
3666
+ if suggest:
3667
+ pulumi.log.warn(f"Key '{key}' not found in TargetCopySettingResponse. Access the value via the '{suggest}' property getter instead.")
3668
+
3669
+ def __getitem__(self, key: str) -> Any:
3670
+ TargetCopySettingResponse.__key_warning(key)
3671
+ return super().__getitem__(key)
3672
+
3673
+ def get(self, key: str, default = None) -> Any:
3674
+ TargetCopySettingResponse.__key_warning(key)
3675
+ return super().get(key, default)
3676
+
3677
+ def __init__(__self__, *,
3678
+ copy_after: Any,
3679
+ data_store: 'outputs.DataStoreInfoBaseResponse'):
3680
+ """
3681
+ Target copy settings
3682
+ :param Union['CopyOnExpiryOptionResponse', 'CustomCopyOptionResponse', 'ImmediateCopyOptionResponse'] copy_after: It can be CustomCopyOption or ImmediateCopyOption.
3683
+ :param 'DataStoreInfoBaseResponse' data_store: Info of target datastore
3684
+ """
3685
+ pulumi.set(__self__, "copy_after", copy_after)
3686
+ pulumi.set(__self__, "data_store", data_store)
3687
+
3688
+ @property
3689
+ @pulumi.getter(name="copyAfter")
3690
+ def copy_after(self) -> Any:
3691
+ """
3692
+ It can be CustomCopyOption or ImmediateCopyOption.
3693
+ """
3694
+ return pulumi.get(self, "copy_after")
3695
+
3696
+ @property
3697
+ @pulumi.getter(name="dataStore")
3698
+ def data_store(self) -> 'outputs.DataStoreInfoBaseResponse':
3699
+ """
3700
+ Info of target datastore
3701
+ """
3702
+ return pulumi.get(self, "data_store")
3703
+
3704
+
3705
+ @pulumi.output_type
3706
+ class UserAssignedIdentityResponse(dict):
3707
+ """
3708
+ User assigned identity properties
3709
+ """
3710
+ @staticmethod
3711
+ def __key_warning(key: str):
3712
+ suggest = None
3713
+ if key == "clientId":
3714
+ suggest = "client_id"
3715
+ elif key == "principalId":
3716
+ suggest = "principal_id"
3717
+
3718
+ if suggest:
3719
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
3720
+
3721
+ def __getitem__(self, key: str) -> Any:
3722
+ UserAssignedIdentityResponse.__key_warning(key)
3723
+ return super().__getitem__(key)
3724
+
3725
+ def get(self, key: str, default = None) -> Any:
3726
+ UserAssignedIdentityResponse.__key_warning(key)
3727
+ return super().get(key, default)
3728
+
3729
+ def __init__(__self__, *,
3730
+ client_id: str,
3731
+ principal_id: str):
3732
+ """
3733
+ User assigned identity properties
3734
+ :param str client_id: The client ID of the assigned identity.
3735
+ :param str principal_id: The principal ID of the assigned identity.
3736
+ """
3737
+ pulumi.set(__self__, "client_id", client_id)
3738
+ pulumi.set(__self__, "principal_id", principal_id)
3739
+
3740
+ @property
3741
+ @pulumi.getter(name="clientId")
3742
+ def client_id(self) -> str:
3743
+ """
3744
+ The client ID of the assigned identity.
3745
+ """
3746
+ return pulumi.get(self, "client_id")
3747
+
3748
+ @property
3749
+ @pulumi.getter(name="principalId")
3750
+ def principal_id(self) -> str:
3751
+ """
3752
+ The principal ID of the assigned identity.
3753
+ """
3754
+ return pulumi.get(self, "principal_id")
3755
+
3756
+
3757
+ @pulumi.output_type
3758
+ class UserFacingErrorResponse(dict):
3759
+ """
3760
+ Error object used by layers that have access to localized content, and propagate that to user
3761
+ """
3762
+ @staticmethod
3763
+ def __key_warning(key: str):
3764
+ suggest = None
3765
+ if key == "innerError":
3766
+ suggest = "inner_error"
3767
+ elif key == "isRetryable":
3768
+ suggest = "is_retryable"
3769
+ elif key == "isUserError":
3770
+ suggest = "is_user_error"
3771
+ elif key == "recommendedAction":
3772
+ suggest = "recommended_action"
3773
+
3774
+ if suggest:
3775
+ pulumi.log.warn(f"Key '{key}' not found in UserFacingErrorResponse. Access the value via the '{suggest}' property getter instead.")
3776
+
3777
+ def __getitem__(self, key: str) -> Any:
3778
+ UserFacingErrorResponse.__key_warning(key)
3779
+ return super().__getitem__(key)
3780
+
3781
+ def get(self, key: str, default = None) -> Any:
3782
+ UserFacingErrorResponse.__key_warning(key)
3783
+ return super().get(key, default)
3784
+
3785
+ def __init__(__self__, *,
3786
+ code: Optional[str] = None,
3787
+ details: Optional[Sequence['outputs.UserFacingErrorResponse']] = None,
3788
+ inner_error: Optional['outputs.InnerErrorResponse'] = None,
3789
+ is_retryable: Optional[bool] = None,
3790
+ is_user_error: Optional[bool] = None,
3791
+ message: Optional[str] = None,
3792
+ properties: Optional[Mapping[str, str]] = None,
3793
+ recommended_action: Optional[Sequence[str]] = None,
3794
+ target: Optional[str] = None):
3795
+ """
3796
+ Error object used by layers that have access to localized content, and propagate that to user
3797
+ :param str code: Unique code for this error
3798
+ :param Sequence['UserFacingErrorResponse'] details: Additional related Errors
3799
+ :param 'InnerErrorResponse' inner_error: Inner Error
3800
+ :param bool is_retryable: Whether the operation will be retryable or not
3801
+ :param bool is_user_error: Whether the operation is due to a user error or service error
3802
+ :param Mapping[str, str] properties: Any key value pairs that can be injected inside error object
3803
+ :param Sequence[str] recommended_action: RecommendedAction � localized.
3804
+ :param str target: Target of the error.
3805
+ """
3806
+ if code is not None:
3807
+ pulumi.set(__self__, "code", code)
3808
+ if details is not None:
3809
+ pulumi.set(__self__, "details", details)
3810
+ if inner_error is not None:
3811
+ pulumi.set(__self__, "inner_error", inner_error)
3812
+ if is_retryable is not None:
3813
+ pulumi.set(__self__, "is_retryable", is_retryable)
3814
+ if is_user_error is not None:
3815
+ pulumi.set(__self__, "is_user_error", is_user_error)
3816
+ if message is not None:
3817
+ pulumi.set(__self__, "message", message)
3818
+ if properties is not None:
3819
+ pulumi.set(__self__, "properties", properties)
3820
+ if recommended_action is not None:
3821
+ pulumi.set(__self__, "recommended_action", recommended_action)
3822
+ if target is not None:
3823
+ pulumi.set(__self__, "target", target)
3824
+
3825
+ @property
3826
+ @pulumi.getter
3827
+ def code(self) -> Optional[str]:
3828
+ """
3829
+ Unique code for this error
3830
+ """
3831
+ return pulumi.get(self, "code")
3832
+
3833
+ @property
3834
+ @pulumi.getter
3835
+ def details(self) -> Optional[Sequence['outputs.UserFacingErrorResponse']]:
3836
+ """
3837
+ Additional related Errors
3838
+ """
3839
+ return pulumi.get(self, "details")
3840
+
3841
+ @property
3842
+ @pulumi.getter(name="innerError")
3843
+ def inner_error(self) -> Optional['outputs.InnerErrorResponse']:
3844
+ """
3845
+ Inner Error
3846
+ """
3847
+ return pulumi.get(self, "inner_error")
3848
+
3849
+ @property
3850
+ @pulumi.getter(name="isRetryable")
3851
+ def is_retryable(self) -> Optional[bool]:
3852
+ """
3853
+ Whether the operation will be retryable or not
3854
+ """
3855
+ return pulumi.get(self, "is_retryable")
3856
+
3857
+ @property
3858
+ @pulumi.getter(name="isUserError")
3859
+ def is_user_error(self) -> Optional[bool]:
3860
+ """
3861
+ Whether the operation is due to a user error or service error
3862
+ """
3863
+ return pulumi.get(self, "is_user_error")
3864
+
3865
+ @property
3866
+ @pulumi.getter
3867
+ def message(self) -> Optional[str]:
3868
+ return pulumi.get(self, "message")
3869
+
3870
+ @property
3871
+ @pulumi.getter
3872
+ def properties(self) -> Optional[Mapping[str, str]]:
3873
+ """
3874
+ Any key value pairs that can be injected inside error object
3875
+ """
3876
+ return pulumi.get(self, "properties")
3877
+
3878
+ @property
3879
+ @pulumi.getter(name="recommendedAction")
3880
+ def recommended_action(self) -> Optional[Sequence[str]]:
3881
+ """
3882
+ RecommendedAction � localized.
3883
+ """
3884
+ return pulumi.get(self, "recommended_action")
3885
+
3886
+ @property
3887
+ @pulumi.getter
3888
+ def target(self) -> Optional[str]:
3889
+ """
3890
+ Target of the error.
3891
+ """
3892
+ return pulumi.get(self, "target")
3893
+
3894
+