pulumi-azure-native 2.37.1a1713770326__py3-none-any.whl → 2.38.0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (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.1a1713770326.dist-info → pulumi_azure_native-2.38.0.dist-info}/METADATA +1 -1
  1969. {pulumi_azure_native-2.37.1a1713770326.dist-info → pulumi_azure_native-2.38.0.dist-info}/RECORD +1971 -1423
  1970. {pulumi_azure_native-2.37.1a1713770326.dist-info → pulumi_azure_native-2.38.0.dist-info}/WHEEL +0 -0
  1971. {pulumi_azure_native-2.37.1a1713770326.dist-info → pulumi_azure_native-2.38.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1493 @@
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 ._enums import *
12
+
13
+ __all__ = ['WebAppAuthSettingsArgs', 'WebAppAuthSettings']
14
+
15
+ @pulumi.input_type
16
+ class WebAppAuthSettingsArgs:
17
+ def __init__(__self__, *,
18
+ name: pulumi.Input[str],
19
+ resource_group_name: pulumi.Input[str],
20
+ aad_claims_authorization: Optional[pulumi.Input[str]] = None,
21
+ additional_login_params: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
22
+ allowed_audiences: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
23
+ allowed_external_redirect_urls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
24
+ auth_file_path: Optional[pulumi.Input[str]] = None,
25
+ client_id: Optional[pulumi.Input[str]] = None,
26
+ client_secret: Optional[pulumi.Input[str]] = None,
27
+ client_secret_certificate_thumbprint: Optional[pulumi.Input[str]] = None,
28
+ client_secret_setting_name: Optional[pulumi.Input[str]] = None,
29
+ config_version: Optional[pulumi.Input[str]] = None,
30
+ default_provider: Optional[pulumi.Input['BuiltInAuthenticationProvider']] = None,
31
+ enabled: Optional[pulumi.Input[bool]] = None,
32
+ facebook_app_id: Optional[pulumi.Input[str]] = None,
33
+ facebook_app_secret: Optional[pulumi.Input[str]] = None,
34
+ facebook_app_secret_setting_name: Optional[pulumi.Input[str]] = None,
35
+ facebook_o_auth_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
36
+ git_hub_client_id: Optional[pulumi.Input[str]] = None,
37
+ git_hub_client_secret: Optional[pulumi.Input[str]] = None,
38
+ git_hub_client_secret_setting_name: Optional[pulumi.Input[str]] = None,
39
+ git_hub_o_auth_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
40
+ google_client_id: Optional[pulumi.Input[str]] = None,
41
+ google_client_secret: Optional[pulumi.Input[str]] = None,
42
+ google_client_secret_setting_name: Optional[pulumi.Input[str]] = None,
43
+ google_o_auth_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
44
+ is_auth_from_file: Optional[pulumi.Input[str]] = None,
45
+ issuer: Optional[pulumi.Input[str]] = None,
46
+ kind: Optional[pulumi.Input[str]] = None,
47
+ microsoft_account_client_id: Optional[pulumi.Input[str]] = None,
48
+ microsoft_account_client_secret: Optional[pulumi.Input[str]] = None,
49
+ microsoft_account_client_secret_setting_name: Optional[pulumi.Input[str]] = None,
50
+ microsoft_account_o_auth_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
51
+ runtime_version: Optional[pulumi.Input[str]] = None,
52
+ token_refresh_extension_hours: Optional[pulumi.Input[float]] = None,
53
+ token_store_enabled: Optional[pulumi.Input[bool]] = None,
54
+ twitter_consumer_key: Optional[pulumi.Input[str]] = None,
55
+ twitter_consumer_secret: Optional[pulumi.Input[str]] = None,
56
+ twitter_consumer_secret_setting_name: Optional[pulumi.Input[str]] = None,
57
+ unauthenticated_client_action: Optional[pulumi.Input['UnauthenticatedClientAction']] = None,
58
+ validate_issuer: Optional[pulumi.Input[bool]] = None):
59
+ """
60
+ The set of arguments for constructing a WebAppAuthSettings resource.
61
+ :param pulumi.Input[str] name: Name of web app.
62
+ :param pulumi.Input[str] resource_group_name: Name of the resource group to which the resource belongs.
63
+ :param pulumi.Input[str] aad_claims_authorization: Gets a JSON string containing the Azure AD Acl settings.
64
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] additional_login_params: Login parameters to send to the OpenID Connect authorization endpoint when
65
+ a user logs in. Each parameter must be in the form "key=value".
66
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_audiences: Allowed audience values to consider when validating JSON Web Tokens issued by
67
+ Azure Active Directory. Note that the <code>ClientID</code> value is always considered an
68
+ allowed audience, regardless of this setting.
69
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_external_redirect_urls: External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.
70
+ This is an advanced setting typically only needed by Windows Store application backends.
71
+ Note that URLs within the current domain are always implicitly allowed.
72
+ :param pulumi.Input[str] auth_file_path: The path of the config file containing auth settings.
73
+ If the path is relative, base will the site's root directory.
74
+ :param pulumi.Input[str] client_id: The Client ID of this relying party application, known as the client_id.
75
+ This setting is required for enabling OpenID Connection authentication with Azure Active Directory or
76
+ other 3rd party OpenID Connect providers.
77
+ More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
78
+ :param pulumi.Input[str] client_secret: The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key).
79
+ This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users.
80
+ Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users.
81
+ More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
82
+ :param pulumi.Input[str] client_secret_certificate_thumbprint: An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as
83
+ a replacement for the Client Secret. It is also optional.
84
+ :param pulumi.Input[str] client_secret_setting_name: The app setting name that contains the client secret of the relying party application.
85
+ :param pulumi.Input[str] config_version: The ConfigVersion of the Authentication / Authorization feature in use for the current app.
86
+ The setting in this value can control the behavior of the control plane for Authentication / Authorization.
87
+ :param pulumi.Input['BuiltInAuthenticationProvider'] default_provider: The default authentication provider to use when multiple providers are configured.
88
+ This setting is only needed if multiple providers are configured and the unauthenticated client
89
+ action is set to "RedirectToLoginPage".
90
+ :param pulumi.Input[bool] enabled: <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>.
91
+ :param pulumi.Input[str] facebook_app_id: The App ID of the Facebook app used for login.
92
+ This setting is required for enabling Facebook Login.
93
+ Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
94
+ :param pulumi.Input[str] facebook_app_secret: The App Secret of the Facebook app used for Facebook Login.
95
+ This setting is required for enabling Facebook Login.
96
+ Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
97
+ :param pulumi.Input[str] facebook_app_secret_setting_name: The app setting name that contains the app secret used for Facebook Login.
98
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] facebook_o_auth_scopes: The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication.
99
+ This setting is optional.
100
+ Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
101
+ :param pulumi.Input[str] git_hub_client_id: The Client Id of the GitHub app used for login.
102
+ This setting is required for enabling Github login
103
+ :param pulumi.Input[str] git_hub_client_secret: The Client Secret of the GitHub app used for Github Login.
104
+ This setting is required for enabling Github login.
105
+ :param pulumi.Input[str] git_hub_client_secret_setting_name: The app setting name that contains the client secret of the Github
106
+ app used for GitHub Login.
107
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] git_hub_o_auth_scopes: The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication.
108
+ This setting is optional
109
+ :param pulumi.Input[str] google_client_id: The OpenID Connect Client ID for the Google web application.
110
+ This setting is required for enabling Google Sign-In.
111
+ Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
112
+ :param pulumi.Input[str] google_client_secret: The client secret associated with the Google web application.
113
+ This setting is required for enabling Google Sign-In.
114
+ Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
115
+ :param pulumi.Input[str] google_client_secret_setting_name: The app setting name that contains the client secret associated with
116
+ the Google web application.
117
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] google_o_auth_scopes: The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication.
118
+ This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes.
119
+ Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
120
+ :param pulumi.Input[str] is_auth_from_file: "true" if the auth config settings should be read from a file,
121
+ "false" otherwise
122
+ :param pulumi.Input[str] issuer: The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
123
+ When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/.
124
+ This URI is a case-sensitive identifier for the token issuer.
125
+ More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
126
+ :param pulumi.Input[str] kind: Kind of resource.
127
+ :param pulumi.Input[str] microsoft_account_client_id: The OAuth 2.0 client ID that was created for the app used for authentication.
128
+ This setting is required for enabling Microsoft Account authentication.
129
+ Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
130
+ :param pulumi.Input[str] microsoft_account_client_secret: The OAuth 2.0 client secret that was created for the app used for authentication.
131
+ This setting is required for enabling Microsoft Account authentication.
132
+ Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
133
+ :param pulumi.Input[str] microsoft_account_client_secret_setting_name: The app setting name containing the OAuth 2.0 client secret that was created for the
134
+ app used for authentication.
135
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] microsoft_account_o_auth_scopes: The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
136
+ This setting is optional. If not specified, "wl.basic" is used as the default scope.
137
+ Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx
138
+ :param pulumi.Input[str] runtime_version: The RuntimeVersion of the Authentication / Authorization feature in use for the current app.
139
+ The setting in this value can control the behavior of certain features in the Authentication / Authorization module.
140
+ :param pulumi.Input[float] token_refresh_extension_hours: The number of hours after session token expiration that a session token can be used to
141
+ call the token refresh API. The default is 72 hours.
142
+ :param pulumi.Input[bool] token_store_enabled: <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.
143
+ The default is <code>false</code>.
144
+ :param pulumi.Input[str] twitter_consumer_key: The OAuth 1.0a consumer key of the Twitter application used for sign-in.
145
+ This setting is required for enabling Twitter Sign-In.
146
+ Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
147
+ :param pulumi.Input[str] twitter_consumer_secret: The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
148
+ This setting is required for enabling Twitter Sign-In.
149
+ Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
150
+ :param pulumi.Input[str] twitter_consumer_secret_setting_name: The app setting name that contains the OAuth 1.0a consumer secret of the Twitter
151
+ application used for sign-in.
152
+ :param pulumi.Input['UnauthenticatedClientAction'] unauthenticated_client_action: The action to take when an unauthenticated client attempts to access the app.
153
+ :param pulumi.Input[bool] validate_issuer: Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.
154
+ """
155
+ pulumi.set(__self__, "name", name)
156
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
157
+ if aad_claims_authorization is not None:
158
+ pulumi.set(__self__, "aad_claims_authorization", aad_claims_authorization)
159
+ if additional_login_params is not None:
160
+ pulumi.set(__self__, "additional_login_params", additional_login_params)
161
+ if allowed_audiences is not None:
162
+ pulumi.set(__self__, "allowed_audiences", allowed_audiences)
163
+ if allowed_external_redirect_urls is not None:
164
+ pulumi.set(__self__, "allowed_external_redirect_urls", allowed_external_redirect_urls)
165
+ if auth_file_path is not None:
166
+ pulumi.set(__self__, "auth_file_path", auth_file_path)
167
+ if client_id is not None:
168
+ pulumi.set(__self__, "client_id", client_id)
169
+ if client_secret is not None:
170
+ pulumi.set(__self__, "client_secret", client_secret)
171
+ if client_secret_certificate_thumbprint is not None:
172
+ pulumi.set(__self__, "client_secret_certificate_thumbprint", client_secret_certificate_thumbprint)
173
+ if client_secret_setting_name is not None:
174
+ pulumi.set(__self__, "client_secret_setting_name", client_secret_setting_name)
175
+ if config_version is not None:
176
+ pulumi.set(__self__, "config_version", config_version)
177
+ if default_provider is not None:
178
+ pulumi.set(__self__, "default_provider", default_provider)
179
+ if enabled is not None:
180
+ pulumi.set(__self__, "enabled", enabled)
181
+ if facebook_app_id is not None:
182
+ pulumi.set(__self__, "facebook_app_id", facebook_app_id)
183
+ if facebook_app_secret is not None:
184
+ pulumi.set(__self__, "facebook_app_secret", facebook_app_secret)
185
+ if facebook_app_secret_setting_name is not None:
186
+ pulumi.set(__self__, "facebook_app_secret_setting_name", facebook_app_secret_setting_name)
187
+ if facebook_o_auth_scopes is not None:
188
+ pulumi.set(__self__, "facebook_o_auth_scopes", facebook_o_auth_scopes)
189
+ if git_hub_client_id is not None:
190
+ pulumi.set(__self__, "git_hub_client_id", git_hub_client_id)
191
+ if git_hub_client_secret is not None:
192
+ pulumi.set(__self__, "git_hub_client_secret", git_hub_client_secret)
193
+ if git_hub_client_secret_setting_name is not None:
194
+ pulumi.set(__self__, "git_hub_client_secret_setting_name", git_hub_client_secret_setting_name)
195
+ if git_hub_o_auth_scopes is not None:
196
+ pulumi.set(__self__, "git_hub_o_auth_scopes", git_hub_o_auth_scopes)
197
+ if google_client_id is not None:
198
+ pulumi.set(__self__, "google_client_id", google_client_id)
199
+ if google_client_secret is not None:
200
+ pulumi.set(__self__, "google_client_secret", google_client_secret)
201
+ if google_client_secret_setting_name is not None:
202
+ pulumi.set(__self__, "google_client_secret_setting_name", google_client_secret_setting_name)
203
+ if google_o_auth_scopes is not None:
204
+ pulumi.set(__self__, "google_o_auth_scopes", google_o_auth_scopes)
205
+ if is_auth_from_file is not None:
206
+ pulumi.set(__self__, "is_auth_from_file", is_auth_from_file)
207
+ if issuer is not None:
208
+ pulumi.set(__self__, "issuer", issuer)
209
+ if kind is not None:
210
+ pulumi.set(__self__, "kind", kind)
211
+ if microsoft_account_client_id is not None:
212
+ pulumi.set(__self__, "microsoft_account_client_id", microsoft_account_client_id)
213
+ if microsoft_account_client_secret is not None:
214
+ pulumi.set(__self__, "microsoft_account_client_secret", microsoft_account_client_secret)
215
+ if microsoft_account_client_secret_setting_name is not None:
216
+ pulumi.set(__self__, "microsoft_account_client_secret_setting_name", microsoft_account_client_secret_setting_name)
217
+ if microsoft_account_o_auth_scopes is not None:
218
+ pulumi.set(__self__, "microsoft_account_o_auth_scopes", microsoft_account_o_auth_scopes)
219
+ if runtime_version is not None:
220
+ pulumi.set(__self__, "runtime_version", runtime_version)
221
+ if token_refresh_extension_hours is not None:
222
+ pulumi.set(__self__, "token_refresh_extension_hours", token_refresh_extension_hours)
223
+ if token_store_enabled is not None:
224
+ pulumi.set(__self__, "token_store_enabled", token_store_enabled)
225
+ if twitter_consumer_key is not None:
226
+ pulumi.set(__self__, "twitter_consumer_key", twitter_consumer_key)
227
+ if twitter_consumer_secret is not None:
228
+ pulumi.set(__self__, "twitter_consumer_secret", twitter_consumer_secret)
229
+ if twitter_consumer_secret_setting_name is not None:
230
+ pulumi.set(__self__, "twitter_consumer_secret_setting_name", twitter_consumer_secret_setting_name)
231
+ if unauthenticated_client_action is not None:
232
+ pulumi.set(__self__, "unauthenticated_client_action", unauthenticated_client_action)
233
+ if validate_issuer is not None:
234
+ pulumi.set(__self__, "validate_issuer", validate_issuer)
235
+
236
+ @property
237
+ @pulumi.getter
238
+ def name(self) -> pulumi.Input[str]:
239
+ """
240
+ Name of web app.
241
+ """
242
+ return pulumi.get(self, "name")
243
+
244
+ @name.setter
245
+ def name(self, value: pulumi.Input[str]):
246
+ pulumi.set(self, "name", value)
247
+
248
+ @property
249
+ @pulumi.getter(name="resourceGroupName")
250
+ def resource_group_name(self) -> pulumi.Input[str]:
251
+ """
252
+ Name of the resource group to which the resource belongs.
253
+ """
254
+ return pulumi.get(self, "resource_group_name")
255
+
256
+ @resource_group_name.setter
257
+ def resource_group_name(self, value: pulumi.Input[str]):
258
+ pulumi.set(self, "resource_group_name", value)
259
+
260
+ @property
261
+ @pulumi.getter(name="aadClaimsAuthorization")
262
+ def aad_claims_authorization(self) -> Optional[pulumi.Input[str]]:
263
+ """
264
+ Gets a JSON string containing the Azure AD Acl settings.
265
+ """
266
+ return pulumi.get(self, "aad_claims_authorization")
267
+
268
+ @aad_claims_authorization.setter
269
+ def aad_claims_authorization(self, value: Optional[pulumi.Input[str]]):
270
+ pulumi.set(self, "aad_claims_authorization", value)
271
+
272
+ @property
273
+ @pulumi.getter(name="additionalLoginParams")
274
+ def additional_login_params(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
275
+ """
276
+ Login parameters to send to the OpenID Connect authorization endpoint when
277
+ a user logs in. Each parameter must be in the form "key=value".
278
+ """
279
+ return pulumi.get(self, "additional_login_params")
280
+
281
+ @additional_login_params.setter
282
+ def additional_login_params(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
283
+ pulumi.set(self, "additional_login_params", value)
284
+
285
+ @property
286
+ @pulumi.getter(name="allowedAudiences")
287
+ def allowed_audiences(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
288
+ """
289
+ Allowed audience values to consider when validating JSON Web Tokens issued by
290
+ Azure Active Directory. Note that the <code>ClientID</code> value is always considered an
291
+ allowed audience, regardless of this setting.
292
+ """
293
+ return pulumi.get(self, "allowed_audiences")
294
+
295
+ @allowed_audiences.setter
296
+ def allowed_audiences(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
297
+ pulumi.set(self, "allowed_audiences", value)
298
+
299
+ @property
300
+ @pulumi.getter(name="allowedExternalRedirectUrls")
301
+ def allowed_external_redirect_urls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
302
+ """
303
+ External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.
304
+ This is an advanced setting typically only needed by Windows Store application backends.
305
+ Note that URLs within the current domain are always implicitly allowed.
306
+ """
307
+ return pulumi.get(self, "allowed_external_redirect_urls")
308
+
309
+ @allowed_external_redirect_urls.setter
310
+ def allowed_external_redirect_urls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
311
+ pulumi.set(self, "allowed_external_redirect_urls", value)
312
+
313
+ @property
314
+ @pulumi.getter(name="authFilePath")
315
+ def auth_file_path(self) -> Optional[pulumi.Input[str]]:
316
+ """
317
+ The path of the config file containing auth settings.
318
+ If the path is relative, base will the site's root directory.
319
+ """
320
+ return pulumi.get(self, "auth_file_path")
321
+
322
+ @auth_file_path.setter
323
+ def auth_file_path(self, value: Optional[pulumi.Input[str]]):
324
+ pulumi.set(self, "auth_file_path", value)
325
+
326
+ @property
327
+ @pulumi.getter(name="clientId")
328
+ def client_id(self) -> Optional[pulumi.Input[str]]:
329
+ """
330
+ The Client ID of this relying party application, known as the client_id.
331
+ This setting is required for enabling OpenID Connection authentication with Azure Active Directory or
332
+ other 3rd party OpenID Connect providers.
333
+ More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
334
+ """
335
+ return pulumi.get(self, "client_id")
336
+
337
+ @client_id.setter
338
+ def client_id(self, value: Optional[pulumi.Input[str]]):
339
+ pulumi.set(self, "client_id", value)
340
+
341
+ @property
342
+ @pulumi.getter(name="clientSecret")
343
+ def client_secret(self) -> Optional[pulumi.Input[str]]:
344
+ """
345
+ The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key).
346
+ This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users.
347
+ Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users.
348
+ More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
349
+ """
350
+ return pulumi.get(self, "client_secret")
351
+
352
+ @client_secret.setter
353
+ def client_secret(self, value: Optional[pulumi.Input[str]]):
354
+ pulumi.set(self, "client_secret", value)
355
+
356
+ @property
357
+ @pulumi.getter(name="clientSecretCertificateThumbprint")
358
+ def client_secret_certificate_thumbprint(self) -> Optional[pulumi.Input[str]]:
359
+ """
360
+ An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as
361
+ a replacement for the Client Secret. It is also optional.
362
+ """
363
+ return pulumi.get(self, "client_secret_certificate_thumbprint")
364
+
365
+ @client_secret_certificate_thumbprint.setter
366
+ def client_secret_certificate_thumbprint(self, value: Optional[pulumi.Input[str]]):
367
+ pulumi.set(self, "client_secret_certificate_thumbprint", value)
368
+
369
+ @property
370
+ @pulumi.getter(name="clientSecretSettingName")
371
+ def client_secret_setting_name(self) -> Optional[pulumi.Input[str]]:
372
+ """
373
+ The app setting name that contains the client secret of the relying party application.
374
+ """
375
+ return pulumi.get(self, "client_secret_setting_name")
376
+
377
+ @client_secret_setting_name.setter
378
+ def client_secret_setting_name(self, value: Optional[pulumi.Input[str]]):
379
+ pulumi.set(self, "client_secret_setting_name", value)
380
+
381
+ @property
382
+ @pulumi.getter(name="configVersion")
383
+ def config_version(self) -> Optional[pulumi.Input[str]]:
384
+ """
385
+ The ConfigVersion of the Authentication / Authorization feature in use for the current app.
386
+ The setting in this value can control the behavior of the control plane for Authentication / Authorization.
387
+ """
388
+ return pulumi.get(self, "config_version")
389
+
390
+ @config_version.setter
391
+ def config_version(self, value: Optional[pulumi.Input[str]]):
392
+ pulumi.set(self, "config_version", value)
393
+
394
+ @property
395
+ @pulumi.getter(name="defaultProvider")
396
+ def default_provider(self) -> Optional[pulumi.Input['BuiltInAuthenticationProvider']]:
397
+ """
398
+ The default authentication provider to use when multiple providers are configured.
399
+ This setting is only needed if multiple providers are configured and the unauthenticated client
400
+ action is set to "RedirectToLoginPage".
401
+ """
402
+ return pulumi.get(self, "default_provider")
403
+
404
+ @default_provider.setter
405
+ def default_provider(self, value: Optional[pulumi.Input['BuiltInAuthenticationProvider']]):
406
+ pulumi.set(self, "default_provider", value)
407
+
408
+ @property
409
+ @pulumi.getter
410
+ def enabled(self) -> Optional[pulumi.Input[bool]]:
411
+ """
412
+ <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>.
413
+ """
414
+ return pulumi.get(self, "enabled")
415
+
416
+ @enabled.setter
417
+ def enabled(self, value: Optional[pulumi.Input[bool]]):
418
+ pulumi.set(self, "enabled", value)
419
+
420
+ @property
421
+ @pulumi.getter(name="facebookAppId")
422
+ def facebook_app_id(self) -> Optional[pulumi.Input[str]]:
423
+ """
424
+ The App ID of the Facebook app used for login.
425
+ This setting is required for enabling Facebook Login.
426
+ Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
427
+ """
428
+ return pulumi.get(self, "facebook_app_id")
429
+
430
+ @facebook_app_id.setter
431
+ def facebook_app_id(self, value: Optional[pulumi.Input[str]]):
432
+ pulumi.set(self, "facebook_app_id", value)
433
+
434
+ @property
435
+ @pulumi.getter(name="facebookAppSecret")
436
+ def facebook_app_secret(self) -> Optional[pulumi.Input[str]]:
437
+ """
438
+ The App Secret of the Facebook app used for Facebook Login.
439
+ This setting is required for enabling Facebook Login.
440
+ Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
441
+ """
442
+ return pulumi.get(self, "facebook_app_secret")
443
+
444
+ @facebook_app_secret.setter
445
+ def facebook_app_secret(self, value: Optional[pulumi.Input[str]]):
446
+ pulumi.set(self, "facebook_app_secret", value)
447
+
448
+ @property
449
+ @pulumi.getter(name="facebookAppSecretSettingName")
450
+ def facebook_app_secret_setting_name(self) -> Optional[pulumi.Input[str]]:
451
+ """
452
+ The app setting name that contains the app secret used for Facebook Login.
453
+ """
454
+ return pulumi.get(self, "facebook_app_secret_setting_name")
455
+
456
+ @facebook_app_secret_setting_name.setter
457
+ def facebook_app_secret_setting_name(self, value: Optional[pulumi.Input[str]]):
458
+ pulumi.set(self, "facebook_app_secret_setting_name", value)
459
+
460
+ @property
461
+ @pulumi.getter(name="facebookOAuthScopes")
462
+ def facebook_o_auth_scopes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
463
+ """
464
+ The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication.
465
+ This setting is optional.
466
+ Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
467
+ """
468
+ return pulumi.get(self, "facebook_o_auth_scopes")
469
+
470
+ @facebook_o_auth_scopes.setter
471
+ def facebook_o_auth_scopes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
472
+ pulumi.set(self, "facebook_o_auth_scopes", value)
473
+
474
+ @property
475
+ @pulumi.getter(name="gitHubClientId")
476
+ def git_hub_client_id(self) -> Optional[pulumi.Input[str]]:
477
+ """
478
+ The Client Id of the GitHub app used for login.
479
+ This setting is required for enabling Github login
480
+ """
481
+ return pulumi.get(self, "git_hub_client_id")
482
+
483
+ @git_hub_client_id.setter
484
+ def git_hub_client_id(self, value: Optional[pulumi.Input[str]]):
485
+ pulumi.set(self, "git_hub_client_id", value)
486
+
487
+ @property
488
+ @pulumi.getter(name="gitHubClientSecret")
489
+ def git_hub_client_secret(self) -> Optional[pulumi.Input[str]]:
490
+ """
491
+ The Client Secret of the GitHub app used for Github Login.
492
+ This setting is required for enabling Github login.
493
+ """
494
+ return pulumi.get(self, "git_hub_client_secret")
495
+
496
+ @git_hub_client_secret.setter
497
+ def git_hub_client_secret(self, value: Optional[pulumi.Input[str]]):
498
+ pulumi.set(self, "git_hub_client_secret", value)
499
+
500
+ @property
501
+ @pulumi.getter(name="gitHubClientSecretSettingName")
502
+ def git_hub_client_secret_setting_name(self) -> Optional[pulumi.Input[str]]:
503
+ """
504
+ The app setting name that contains the client secret of the Github
505
+ app used for GitHub Login.
506
+ """
507
+ return pulumi.get(self, "git_hub_client_secret_setting_name")
508
+
509
+ @git_hub_client_secret_setting_name.setter
510
+ def git_hub_client_secret_setting_name(self, value: Optional[pulumi.Input[str]]):
511
+ pulumi.set(self, "git_hub_client_secret_setting_name", value)
512
+
513
+ @property
514
+ @pulumi.getter(name="gitHubOAuthScopes")
515
+ def git_hub_o_auth_scopes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
516
+ """
517
+ The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication.
518
+ This setting is optional
519
+ """
520
+ return pulumi.get(self, "git_hub_o_auth_scopes")
521
+
522
+ @git_hub_o_auth_scopes.setter
523
+ def git_hub_o_auth_scopes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
524
+ pulumi.set(self, "git_hub_o_auth_scopes", value)
525
+
526
+ @property
527
+ @pulumi.getter(name="googleClientId")
528
+ def google_client_id(self) -> Optional[pulumi.Input[str]]:
529
+ """
530
+ The OpenID Connect Client ID for the Google web application.
531
+ This setting is required for enabling Google Sign-In.
532
+ Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
533
+ """
534
+ return pulumi.get(self, "google_client_id")
535
+
536
+ @google_client_id.setter
537
+ def google_client_id(self, value: Optional[pulumi.Input[str]]):
538
+ pulumi.set(self, "google_client_id", value)
539
+
540
+ @property
541
+ @pulumi.getter(name="googleClientSecret")
542
+ def google_client_secret(self) -> Optional[pulumi.Input[str]]:
543
+ """
544
+ The client secret associated with the Google web application.
545
+ This setting is required for enabling Google Sign-In.
546
+ Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
547
+ """
548
+ return pulumi.get(self, "google_client_secret")
549
+
550
+ @google_client_secret.setter
551
+ def google_client_secret(self, value: Optional[pulumi.Input[str]]):
552
+ pulumi.set(self, "google_client_secret", value)
553
+
554
+ @property
555
+ @pulumi.getter(name="googleClientSecretSettingName")
556
+ def google_client_secret_setting_name(self) -> Optional[pulumi.Input[str]]:
557
+ """
558
+ The app setting name that contains the client secret associated with
559
+ the Google web application.
560
+ """
561
+ return pulumi.get(self, "google_client_secret_setting_name")
562
+
563
+ @google_client_secret_setting_name.setter
564
+ def google_client_secret_setting_name(self, value: Optional[pulumi.Input[str]]):
565
+ pulumi.set(self, "google_client_secret_setting_name", value)
566
+
567
+ @property
568
+ @pulumi.getter(name="googleOAuthScopes")
569
+ def google_o_auth_scopes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
570
+ """
571
+ The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication.
572
+ This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes.
573
+ Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
574
+ """
575
+ return pulumi.get(self, "google_o_auth_scopes")
576
+
577
+ @google_o_auth_scopes.setter
578
+ def google_o_auth_scopes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
579
+ pulumi.set(self, "google_o_auth_scopes", value)
580
+
581
+ @property
582
+ @pulumi.getter(name="isAuthFromFile")
583
+ def is_auth_from_file(self) -> Optional[pulumi.Input[str]]:
584
+ """
585
+ "true" if the auth config settings should be read from a file,
586
+ "false" otherwise
587
+ """
588
+ return pulumi.get(self, "is_auth_from_file")
589
+
590
+ @is_auth_from_file.setter
591
+ def is_auth_from_file(self, value: Optional[pulumi.Input[str]]):
592
+ pulumi.set(self, "is_auth_from_file", value)
593
+
594
+ @property
595
+ @pulumi.getter
596
+ def issuer(self) -> Optional[pulumi.Input[str]]:
597
+ """
598
+ The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
599
+ When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/.
600
+ This URI is a case-sensitive identifier for the token issuer.
601
+ More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
602
+ """
603
+ return pulumi.get(self, "issuer")
604
+
605
+ @issuer.setter
606
+ def issuer(self, value: Optional[pulumi.Input[str]]):
607
+ pulumi.set(self, "issuer", value)
608
+
609
+ @property
610
+ @pulumi.getter
611
+ def kind(self) -> Optional[pulumi.Input[str]]:
612
+ """
613
+ Kind of resource.
614
+ """
615
+ return pulumi.get(self, "kind")
616
+
617
+ @kind.setter
618
+ def kind(self, value: Optional[pulumi.Input[str]]):
619
+ pulumi.set(self, "kind", value)
620
+
621
+ @property
622
+ @pulumi.getter(name="microsoftAccountClientId")
623
+ def microsoft_account_client_id(self) -> Optional[pulumi.Input[str]]:
624
+ """
625
+ The OAuth 2.0 client ID that was created for the app used for authentication.
626
+ This setting is required for enabling Microsoft Account authentication.
627
+ Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
628
+ """
629
+ return pulumi.get(self, "microsoft_account_client_id")
630
+
631
+ @microsoft_account_client_id.setter
632
+ def microsoft_account_client_id(self, value: Optional[pulumi.Input[str]]):
633
+ pulumi.set(self, "microsoft_account_client_id", value)
634
+
635
+ @property
636
+ @pulumi.getter(name="microsoftAccountClientSecret")
637
+ def microsoft_account_client_secret(self) -> Optional[pulumi.Input[str]]:
638
+ """
639
+ The OAuth 2.0 client secret that was created for the app used for authentication.
640
+ This setting is required for enabling Microsoft Account authentication.
641
+ Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
642
+ """
643
+ return pulumi.get(self, "microsoft_account_client_secret")
644
+
645
+ @microsoft_account_client_secret.setter
646
+ def microsoft_account_client_secret(self, value: Optional[pulumi.Input[str]]):
647
+ pulumi.set(self, "microsoft_account_client_secret", value)
648
+
649
+ @property
650
+ @pulumi.getter(name="microsoftAccountClientSecretSettingName")
651
+ def microsoft_account_client_secret_setting_name(self) -> Optional[pulumi.Input[str]]:
652
+ """
653
+ The app setting name containing the OAuth 2.0 client secret that was created for the
654
+ app used for authentication.
655
+ """
656
+ return pulumi.get(self, "microsoft_account_client_secret_setting_name")
657
+
658
+ @microsoft_account_client_secret_setting_name.setter
659
+ def microsoft_account_client_secret_setting_name(self, value: Optional[pulumi.Input[str]]):
660
+ pulumi.set(self, "microsoft_account_client_secret_setting_name", value)
661
+
662
+ @property
663
+ @pulumi.getter(name="microsoftAccountOAuthScopes")
664
+ def microsoft_account_o_auth_scopes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
665
+ """
666
+ The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
667
+ This setting is optional. If not specified, "wl.basic" is used as the default scope.
668
+ Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx
669
+ """
670
+ return pulumi.get(self, "microsoft_account_o_auth_scopes")
671
+
672
+ @microsoft_account_o_auth_scopes.setter
673
+ def microsoft_account_o_auth_scopes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
674
+ pulumi.set(self, "microsoft_account_o_auth_scopes", value)
675
+
676
+ @property
677
+ @pulumi.getter(name="runtimeVersion")
678
+ def runtime_version(self) -> Optional[pulumi.Input[str]]:
679
+ """
680
+ The RuntimeVersion of the Authentication / Authorization feature in use for the current app.
681
+ The setting in this value can control the behavior of certain features in the Authentication / Authorization module.
682
+ """
683
+ return pulumi.get(self, "runtime_version")
684
+
685
+ @runtime_version.setter
686
+ def runtime_version(self, value: Optional[pulumi.Input[str]]):
687
+ pulumi.set(self, "runtime_version", value)
688
+
689
+ @property
690
+ @pulumi.getter(name="tokenRefreshExtensionHours")
691
+ def token_refresh_extension_hours(self) -> Optional[pulumi.Input[float]]:
692
+ """
693
+ The number of hours after session token expiration that a session token can be used to
694
+ call the token refresh API. The default is 72 hours.
695
+ """
696
+ return pulumi.get(self, "token_refresh_extension_hours")
697
+
698
+ @token_refresh_extension_hours.setter
699
+ def token_refresh_extension_hours(self, value: Optional[pulumi.Input[float]]):
700
+ pulumi.set(self, "token_refresh_extension_hours", value)
701
+
702
+ @property
703
+ @pulumi.getter(name="tokenStoreEnabled")
704
+ def token_store_enabled(self) -> Optional[pulumi.Input[bool]]:
705
+ """
706
+ <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.
707
+ The default is <code>false</code>.
708
+ """
709
+ return pulumi.get(self, "token_store_enabled")
710
+
711
+ @token_store_enabled.setter
712
+ def token_store_enabled(self, value: Optional[pulumi.Input[bool]]):
713
+ pulumi.set(self, "token_store_enabled", value)
714
+
715
+ @property
716
+ @pulumi.getter(name="twitterConsumerKey")
717
+ def twitter_consumer_key(self) -> Optional[pulumi.Input[str]]:
718
+ """
719
+ The OAuth 1.0a consumer key of the Twitter application used for sign-in.
720
+ This setting is required for enabling Twitter Sign-In.
721
+ Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
722
+ """
723
+ return pulumi.get(self, "twitter_consumer_key")
724
+
725
+ @twitter_consumer_key.setter
726
+ def twitter_consumer_key(self, value: Optional[pulumi.Input[str]]):
727
+ pulumi.set(self, "twitter_consumer_key", value)
728
+
729
+ @property
730
+ @pulumi.getter(name="twitterConsumerSecret")
731
+ def twitter_consumer_secret(self) -> Optional[pulumi.Input[str]]:
732
+ """
733
+ The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
734
+ This setting is required for enabling Twitter Sign-In.
735
+ Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
736
+ """
737
+ return pulumi.get(self, "twitter_consumer_secret")
738
+
739
+ @twitter_consumer_secret.setter
740
+ def twitter_consumer_secret(self, value: Optional[pulumi.Input[str]]):
741
+ pulumi.set(self, "twitter_consumer_secret", value)
742
+
743
+ @property
744
+ @pulumi.getter(name="twitterConsumerSecretSettingName")
745
+ def twitter_consumer_secret_setting_name(self) -> Optional[pulumi.Input[str]]:
746
+ """
747
+ The app setting name that contains the OAuth 1.0a consumer secret of the Twitter
748
+ application used for sign-in.
749
+ """
750
+ return pulumi.get(self, "twitter_consumer_secret_setting_name")
751
+
752
+ @twitter_consumer_secret_setting_name.setter
753
+ def twitter_consumer_secret_setting_name(self, value: Optional[pulumi.Input[str]]):
754
+ pulumi.set(self, "twitter_consumer_secret_setting_name", value)
755
+
756
+ @property
757
+ @pulumi.getter(name="unauthenticatedClientAction")
758
+ def unauthenticated_client_action(self) -> Optional[pulumi.Input['UnauthenticatedClientAction']]:
759
+ """
760
+ The action to take when an unauthenticated client attempts to access the app.
761
+ """
762
+ return pulumi.get(self, "unauthenticated_client_action")
763
+
764
+ @unauthenticated_client_action.setter
765
+ def unauthenticated_client_action(self, value: Optional[pulumi.Input['UnauthenticatedClientAction']]):
766
+ pulumi.set(self, "unauthenticated_client_action", value)
767
+
768
+ @property
769
+ @pulumi.getter(name="validateIssuer")
770
+ def validate_issuer(self) -> Optional[pulumi.Input[bool]]:
771
+ """
772
+ Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.
773
+ """
774
+ return pulumi.get(self, "validate_issuer")
775
+
776
+ @validate_issuer.setter
777
+ def validate_issuer(self, value: Optional[pulumi.Input[bool]]):
778
+ pulumi.set(self, "validate_issuer", value)
779
+
780
+
781
+ class WebAppAuthSettings(pulumi.CustomResource):
782
+ @overload
783
+ def __init__(__self__,
784
+ resource_name: str,
785
+ opts: Optional[pulumi.ResourceOptions] = None,
786
+ aad_claims_authorization: Optional[pulumi.Input[str]] = None,
787
+ additional_login_params: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
788
+ allowed_audiences: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
789
+ allowed_external_redirect_urls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
790
+ auth_file_path: Optional[pulumi.Input[str]] = None,
791
+ client_id: Optional[pulumi.Input[str]] = None,
792
+ client_secret: Optional[pulumi.Input[str]] = None,
793
+ client_secret_certificate_thumbprint: Optional[pulumi.Input[str]] = None,
794
+ client_secret_setting_name: Optional[pulumi.Input[str]] = None,
795
+ config_version: Optional[pulumi.Input[str]] = None,
796
+ default_provider: Optional[pulumi.Input['BuiltInAuthenticationProvider']] = None,
797
+ enabled: Optional[pulumi.Input[bool]] = None,
798
+ facebook_app_id: Optional[pulumi.Input[str]] = None,
799
+ facebook_app_secret: Optional[pulumi.Input[str]] = None,
800
+ facebook_app_secret_setting_name: Optional[pulumi.Input[str]] = None,
801
+ facebook_o_auth_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
802
+ git_hub_client_id: Optional[pulumi.Input[str]] = None,
803
+ git_hub_client_secret: Optional[pulumi.Input[str]] = None,
804
+ git_hub_client_secret_setting_name: Optional[pulumi.Input[str]] = None,
805
+ git_hub_o_auth_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
806
+ google_client_id: Optional[pulumi.Input[str]] = None,
807
+ google_client_secret: Optional[pulumi.Input[str]] = None,
808
+ google_client_secret_setting_name: Optional[pulumi.Input[str]] = None,
809
+ google_o_auth_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
810
+ is_auth_from_file: Optional[pulumi.Input[str]] = None,
811
+ issuer: Optional[pulumi.Input[str]] = None,
812
+ kind: Optional[pulumi.Input[str]] = None,
813
+ microsoft_account_client_id: Optional[pulumi.Input[str]] = None,
814
+ microsoft_account_client_secret: Optional[pulumi.Input[str]] = None,
815
+ microsoft_account_client_secret_setting_name: Optional[pulumi.Input[str]] = None,
816
+ microsoft_account_o_auth_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
817
+ name: Optional[pulumi.Input[str]] = None,
818
+ resource_group_name: Optional[pulumi.Input[str]] = None,
819
+ runtime_version: Optional[pulumi.Input[str]] = None,
820
+ token_refresh_extension_hours: Optional[pulumi.Input[float]] = None,
821
+ token_store_enabled: Optional[pulumi.Input[bool]] = None,
822
+ twitter_consumer_key: Optional[pulumi.Input[str]] = None,
823
+ twitter_consumer_secret: Optional[pulumi.Input[str]] = None,
824
+ twitter_consumer_secret_setting_name: Optional[pulumi.Input[str]] = None,
825
+ unauthenticated_client_action: Optional[pulumi.Input['UnauthenticatedClientAction']] = None,
826
+ validate_issuer: Optional[pulumi.Input[bool]] = None,
827
+ __props__=None):
828
+ """
829
+ Configuration settings for the Azure App Service Authentication / Authorization feature.
830
+
831
+ :param str resource_name: The name of the resource.
832
+ :param pulumi.ResourceOptions opts: Options for the resource.
833
+ :param pulumi.Input[str] aad_claims_authorization: Gets a JSON string containing the Azure AD Acl settings.
834
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] additional_login_params: Login parameters to send to the OpenID Connect authorization endpoint when
835
+ a user logs in. Each parameter must be in the form "key=value".
836
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_audiences: Allowed audience values to consider when validating JSON Web Tokens issued by
837
+ Azure Active Directory. Note that the <code>ClientID</code> value is always considered an
838
+ allowed audience, regardless of this setting.
839
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_external_redirect_urls: External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.
840
+ This is an advanced setting typically only needed by Windows Store application backends.
841
+ Note that URLs within the current domain are always implicitly allowed.
842
+ :param pulumi.Input[str] auth_file_path: The path of the config file containing auth settings.
843
+ If the path is relative, base will the site's root directory.
844
+ :param pulumi.Input[str] client_id: The Client ID of this relying party application, known as the client_id.
845
+ This setting is required for enabling OpenID Connection authentication with Azure Active Directory or
846
+ other 3rd party OpenID Connect providers.
847
+ More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
848
+ :param pulumi.Input[str] client_secret: The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key).
849
+ This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users.
850
+ Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users.
851
+ More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
852
+ :param pulumi.Input[str] client_secret_certificate_thumbprint: An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as
853
+ a replacement for the Client Secret. It is also optional.
854
+ :param pulumi.Input[str] client_secret_setting_name: The app setting name that contains the client secret of the relying party application.
855
+ :param pulumi.Input[str] config_version: The ConfigVersion of the Authentication / Authorization feature in use for the current app.
856
+ The setting in this value can control the behavior of the control plane for Authentication / Authorization.
857
+ :param pulumi.Input['BuiltInAuthenticationProvider'] default_provider: The default authentication provider to use when multiple providers are configured.
858
+ This setting is only needed if multiple providers are configured and the unauthenticated client
859
+ action is set to "RedirectToLoginPage".
860
+ :param pulumi.Input[bool] enabled: <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>.
861
+ :param pulumi.Input[str] facebook_app_id: The App ID of the Facebook app used for login.
862
+ This setting is required for enabling Facebook Login.
863
+ Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
864
+ :param pulumi.Input[str] facebook_app_secret: The App Secret of the Facebook app used for Facebook Login.
865
+ This setting is required for enabling Facebook Login.
866
+ Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
867
+ :param pulumi.Input[str] facebook_app_secret_setting_name: The app setting name that contains the app secret used for Facebook Login.
868
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] facebook_o_auth_scopes: The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication.
869
+ This setting is optional.
870
+ Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
871
+ :param pulumi.Input[str] git_hub_client_id: The Client Id of the GitHub app used for login.
872
+ This setting is required for enabling Github login
873
+ :param pulumi.Input[str] git_hub_client_secret: The Client Secret of the GitHub app used for Github Login.
874
+ This setting is required for enabling Github login.
875
+ :param pulumi.Input[str] git_hub_client_secret_setting_name: The app setting name that contains the client secret of the Github
876
+ app used for GitHub Login.
877
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] git_hub_o_auth_scopes: The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication.
878
+ This setting is optional
879
+ :param pulumi.Input[str] google_client_id: The OpenID Connect Client ID for the Google web application.
880
+ This setting is required for enabling Google Sign-In.
881
+ Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
882
+ :param pulumi.Input[str] google_client_secret: The client secret associated with the Google web application.
883
+ This setting is required for enabling Google Sign-In.
884
+ Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
885
+ :param pulumi.Input[str] google_client_secret_setting_name: The app setting name that contains the client secret associated with
886
+ the Google web application.
887
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] google_o_auth_scopes: The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication.
888
+ This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes.
889
+ Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
890
+ :param pulumi.Input[str] is_auth_from_file: "true" if the auth config settings should be read from a file,
891
+ "false" otherwise
892
+ :param pulumi.Input[str] issuer: The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
893
+ When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/.
894
+ This URI is a case-sensitive identifier for the token issuer.
895
+ More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
896
+ :param pulumi.Input[str] kind: Kind of resource.
897
+ :param pulumi.Input[str] microsoft_account_client_id: The OAuth 2.0 client ID that was created for the app used for authentication.
898
+ This setting is required for enabling Microsoft Account authentication.
899
+ Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
900
+ :param pulumi.Input[str] microsoft_account_client_secret: The OAuth 2.0 client secret that was created for the app used for authentication.
901
+ This setting is required for enabling Microsoft Account authentication.
902
+ Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
903
+ :param pulumi.Input[str] microsoft_account_client_secret_setting_name: The app setting name containing the OAuth 2.0 client secret that was created for the
904
+ app used for authentication.
905
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] microsoft_account_o_auth_scopes: The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
906
+ This setting is optional. If not specified, "wl.basic" is used as the default scope.
907
+ Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx
908
+ :param pulumi.Input[str] name: Name of web app.
909
+ :param pulumi.Input[str] resource_group_name: Name of the resource group to which the resource belongs.
910
+ :param pulumi.Input[str] runtime_version: The RuntimeVersion of the Authentication / Authorization feature in use for the current app.
911
+ The setting in this value can control the behavior of certain features in the Authentication / Authorization module.
912
+ :param pulumi.Input[float] token_refresh_extension_hours: The number of hours after session token expiration that a session token can be used to
913
+ call the token refresh API. The default is 72 hours.
914
+ :param pulumi.Input[bool] token_store_enabled: <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.
915
+ The default is <code>false</code>.
916
+ :param pulumi.Input[str] twitter_consumer_key: The OAuth 1.0a consumer key of the Twitter application used for sign-in.
917
+ This setting is required for enabling Twitter Sign-In.
918
+ Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
919
+ :param pulumi.Input[str] twitter_consumer_secret: The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
920
+ This setting is required for enabling Twitter Sign-In.
921
+ Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
922
+ :param pulumi.Input[str] twitter_consumer_secret_setting_name: The app setting name that contains the OAuth 1.0a consumer secret of the Twitter
923
+ application used for sign-in.
924
+ :param pulumi.Input['UnauthenticatedClientAction'] unauthenticated_client_action: The action to take when an unauthenticated client attempts to access the app.
925
+ :param pulumi.Input[bool] validate_issuer: Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.
926
+ """
927
+ ...
928
+ @overload
929
+ def __init__(__self__,
930
+ resource_name: str,
931
+ args: WebAppAuthSettingsArgs,
932
+ opts: Optional[pulumi.ResourceOptions] = None):
933
+ """
934
+ Configuration settings for the Azure App Service Authentication / Authorization feature.
935
+
936
+ :param str resource_name: The name of the resource.
937
+ :param WebAppAuthSettingsArgs args: The arguments to use to populate this resource's properties.
938
+ :param pulumi.ResourceOptions opts: Options for the resource.
939
+ """
940
+ ...
941
+ def __init__(__self__, resource_name: str, *args, **kwargs):
942
+ resource_args, opts = _utilities.get_resource_args_opts(WebAppAuthSettingsArgs, pulumi.ResourceOptions, *args, **kwargs)
943
+ if resource_args is not None:
944
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
945
+ else:
946
+ __self__._internal_init(resource_name, *args, **kwargs)
947
+
948
+ def _internal_init(__self__,
949
+ resource_name: str,
950
+ opts: Optional[pulumi.ResourceOptions] = None,
951
+ aad_claims_authorization: Optional[pulumi.Input[str]] = None,
952
+ additional_login_params: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
953
+ allowed_audiences: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
954
+ allowed_external_redirect_urls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
955
+ auth_file_path: Optional[pulumi.Input[str]] = None,
956
+ client_id: Optional[pulumi.Input[str]] = None,
957
+ client_secret: Optional[pulumi.Input[str]] = None,
958
+ client_secret_certificate_thumbprint: Optional[pulumi.Input[str]] = None,
959
+ client_secret_setting_name: Optional[pulumi.Input[str]] = None,
960
+ config_version: Optional[pulumi.Input[str]] = None,
961
+ default_provider: Optional[pulumi.Input['BuiltInAuthenticationProvider']] = None,
962
+ enabled: Optional[pulumi.Input[bool]] = None,
963
+ facebook_app_id: Optional[pulumi.Input[str]] = None,
964
+ facebook_app_secret: Optional[pulumi.Input[str]] = None,
965
+ facebook_app_secret_setting_name: Optional[pulumi.Input[str]] = None,
966
+ facebook_o_auth_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
967
+ git_hub_client_id: Optional[pulumi.Input[str]] = None,
968
+ git_hub_client_secret: Optional[pulumi.Input[str]] = None,
969
+ git_hub_client_secret_setting_name: Optional[pulumi.Input[str]] = None,
970
+ git_hub_o_auth_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
971
+ google_client_id: Optional[pulumi.Input[str]] = None,
972
+ google_client_secret: Optional[pulumi.Input[str]] = None,
973
+ google_client_secret_setting_name: Optional[pulumi.Input[str]] = None,
974
+ google_o_auth_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
975
+ is_auth_from_file: Optional[pulumi.Input[str]] = None,
976
+ issuer: Optional[pulumi.Input[str]] = None,
977
+ kind: Optional[pulumi.Input[str]] = None,
978
+ microsoft_account_client_id: Optional[pulumi.Input[str]] = None,
979
+ microsoft_account_client_secret: Optional[pulumi.Input[str]] = None,
980
+ microsoft_account_client_secret_setting_name: Optional[pulumi.Input[str]] = None,
981
+ microsoft_account_o_auth_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
982
+ name: Optional[pulumi.Input[str]] = None,
983
+ resource_group_name: Optional[pulumi.Input[str]] = None,
984
+ runtime_version: Optional[pulumi.Input[str]] = None,
985
+ token_refresh_extension_hours: Optional[pulumi.Input[float]] = None,
986
+ token_store_enabled: Optional[pulumi.Input[bool]] = None,
987
+ twitter_consumer_key: Optional[pulumi.Input[str]] = None,
988
+ twitter_consumer_secret: Optional[pulumi.Input[str]] = None,
989
+ twitter_consumer_secret_setting_name: Optional[pulumi.Input[str]] = None,
990
+ unauthenticated_client_action: Optional[pulumi.Input['UnauthenticatedClientAction']] = None,
991
+ validate_issuer: Optional[pulumi.Input[bool]] = None,
992
+ __props__=None):
993
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
994
+ if not isinstance(opts, pulumi.ResourceOptions):
995
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
996
+ if opts.id is None:
997
+ if __props__ is not None:
998
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
999
+ __props__ = WebAppAuthSettingsArgs.__new__(WebAppAuthSettingsArgs)
1000
+
1001
+ __props__.__dict__["aad_claims_authorization"] = aad_claims_authorization
1002
+ __props__.__dict__["additional_login_params"] = additional_login_params
1003
+ __props__.__dict__["allowed_audiences"] = allowed_audiences
1004
+ __props__.__dict__["allowed_external_redirect_urls"] = allowed_external_redirect_urls
1005
+ __props__.__dict__["auth_file_path"] = auth_file_path
1006
+ __props__.__dict__["client_id"] = client_id
1007
+ __props__.__dict__["client_secret"] = client_secret
1008
+ __props__.__dict__["client_secret_certificate_thumbprint"] = client_secret_certificate_thumbprint
1009
+ __props__.__dict__["client_secret_setting_name"] = client_secret_setting_name
1010
+ __props__.__dict__["config_version"] = config_version
1011
+ __props__.__dict__["default_provider"] = default_provider
1012
+ __props__.__dict__["enabled"] = enabled
1013
+ __props__.__dict__["facebook_app_id"] = facebook_app_id
1014
+ __props__.__dict__["facebook_app_secret"] = facebook_app_secret
1015
+ __props__.__dict__["facebook_app_secret_setting_name"] = facebook_app_secret_setting_name
1016
+ __props__.__dict__["facebook_o_auth_scopes"] = facebook_o_auth_scopes
1017
+ __props__.__dict__["git_hub_client_id"] = git_hub_client_id
1018
+ __props__.__dict__["git_hub_client_secret"] = git_hub_client_secret
1019
+ __props__.__dict__["git_hub_client_secret_setting_name"] = git_hub_client_secret_setting_name
1020
+ __props__.__dict__["git_hub_o_auth_scopes"] = git_hub_o_auth_scopes
1021
+ __props__.__dict__["google_client_id"] = google_client_id
1022
+ __props__.__dict__["google_client_secret"] = google_client_secret
1023
+ __props__.__dict__["google_client_secret_setting_name"] = google_client_secret_setting_name
1024
+ __props__.__dict__["google_o_auth_scopes"] = google_o_auth_scopes
1025
+ __props__.__dict__["is_auth_from_file"] = is_auth_from_file
1026
+ __props__.__dict__["issuer"] = issuer
1027
+ __props__.__dict__["kind"] = kind
1028
+ __props__.__dict__["microsoft_account_client_id"] = microsoft_account_client_id
1029
+ __props__.__dict__["microsoft_account_client_secret"] = microsoft_account_client_secret
1030
+ __props__.__dict__["microsoft_account_client_secret_setting_name"] = microsoft_account_client_secret_setting_name
1031
+ __props__.__dict__["microsoft_account_o_auth_scopes"] = microsoft_account_o_auth_scopes
1032
+ if name is None and not opts.urn:
1033
+ raise TypeError("Missing required property 'name'")
1034
+ __props__.__dict__["name"] = name
1035
+ if resource_group_name is None and not opts.urn:
1036
+ raise TypeError("Missing required property 'resource_group_name'")
1037
+ __props__.__dict__["resource_group_name"] = resource_group_name
1038
+ __props__.__dict__["runtime_version"] = runtime_version
1039
+ __props__.__dict__["token_refresh_extension_hours"] = token_refresh_extension_hours
1040
+ __props__.__dict__["token_store_enabled"] = token_store_enabled
1041
+ __props__.__dict__["twitter_consumer_key"] = twitter_consumer_key
1042
+ __props__.__dict__["twitter_consumer_secret"] = twitter_consumer_secret
1043
+ __props__.__dict__["twitter_consumer_secret_setting_name"] = twitter_consumer_secret_setting_name
1044
+ __props__.__dict__["unauthenticated_client_action"] = unauthenticated_client_action
1045
+ __props__.__dict__["validate_issuer"] = validate_issuer
1046
+ __props__.__dict__["type"] = None
1047
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:web:WebAppAuthSettings"), pulumi.Alias(type_="azure-native:web/v20150801:WebAppAuthSettings"), pulumi.Alias(type_="azure-native:web/v20160801:WebAppAuthSettings"), pulumi.Alias(type_="azure-native:web/v20180201:WebAppAuthSettings"), pulumi.Alias(type_="azure-native:web/v20181101:WebAppAuthSettings"), pulumi.Alias(type_="azure-native:web/v20190801:WebAppAuthSettings"), pulumi.Alias(type_="azure-native:web/v20200601:WebAppAuthSettings"), pulumi.Alias(type_="azure-native:web/v20200901:WebAppAuthSettings"), pulumi.Alias(type_="azure-native:web/v20201001:WebAppAuthSettings"), pulumi.Alias(type_="azure-native:web/v20201201:WebAppAuthSettings"), pulumi.Alias(type_="azure-native:web/v20210101:WebAppAuthSettings"), pulumi.Alias(type_="azure-native:web/v20210115:WebAppAuthSettings"), pulumi.Alias(type_="azure-native:web/v20210201:WebAppAuthSettings"), pulumi.Alias(type_="azure-native:web/v20210301:WebAppAuthSettings"), pulumi.Alias(type_="azure-native:web/v20220301:WebAppAuthSettings"), pulumi.Alias(type_="azure-native:web/v20220901:WebAppAuthSettings"), pulumi.Alias(type_="azure-native:web/v20230101:WebAppAuthSettings")])
1048
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
1049
+ super(WebAppAuthSettings, __self__).__init__(
1050
+ 'azure-native:web/v20231201:WebAppAuthSettings',
1051
+ resource_name,
1052
+ __props__,
1053
+ opts)
1054
+
1055
+ @staticmethod
1056
+ def get(resource_name: str,
1057
+ id: pulumi.Input[str],
1058
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'WebAppAuthSettings':
1059
+ """
1060
+ Get an existing WebAppAuthSettings resource's state with the given name, id, and optional extra
1061
+ properties used to qualify the lookup.
1062
+
1063
+ :param str resource_name: The unique name of the resulting resource.
1064
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1065
+ :param pulumi.ResourceOptions opts: Options for the resource.
1066
+ """
1067
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1068
+
1069
+ __props__ = WebAppAuthSettingsArgs.__new__(WebAppAuthSettingsArgs)
1070
+
1071
+ __props__.__dict__["aad_claims_authorization"] = None
1072
+ __props__.__dict__["additional_login_params"] = None
1073
+ __props__.__dict__["allowed_audiences"] = None
1074
+ __props__.__dict__["allowed_external_redirect_urls"] = None
1075
+ __props__.__dict__["auth_file_path"] = None
1076
+ __props__.__dict__["client_id"] = None
1077
+ __props__.__dict__["client_secret"] = None
1078
+ __props__.__dict__["client_secret_certificate_thumbprint"] = None
1079
+ __props__.__dict__["client_secret_setting_name"] = None
1080
+ __props__.__dict__["config_version"] = None
1081
+ __props__.__dict__["default_provider"] = None
1082
+ __props__.__dict__["enabled"] = None
1083
+ __props__.__dict__["facebook_app_id"] = None
1084
+ __props__.__dict__["facebook_app_secret"] = None
1085
+ __props__.__dict__["facebook_app_secret_setting_name"] = None
1086
+ __props__.__dict__["facebook_o_auth_scopes"] = None
1087
+ __props__.__dict__["git_hub_client_id"] = None
1088
+ __props__.__dict__["git_hub_client_secret"] = None
1089
+ __props__.__dict__["git_hub_client_secret_setting_name"] = None
1090
+ __props__.__dict__["git_hub_o_auth_scopes"] = None
1091
+ __props__.__dict__["google_client_id"] = None
1092
+ __props__.__dict__["google_client_secret"] = None
1093
+ __props__.__dict__["google_client_secret_setting_name"] = None
1094
+ __props__.__dict__["google_o_auth_scopes"] = None
1095
+ __props__.__dict__["is_auth_from_file"] = None
1096
+ __props__.__dict__["issuer"] = None
1097
+ __props__.__dict__["kind"] = None
1098
+ __props__.__dict__["microsoft_account_client_id"] = None
1099
+ __props__.__dict__["microsoft_account_client_secret"] = None
1100
+ __props__.__dict__["microsoft_account_client_secret_setting_name"] = None
1101
+ __props__.__dict__["microsoft_account_o_auth_scopes"] = None
1102
+ __props__.__dict__["name"] = None
1103
+ __props__.__dict__["runtime_version"] = None
1104
+ __props__.__dict__["token_refresh_extension_hours"] = None
1105
+ __props__.__dict__["token_store_enabled"] = None
1106
+ __props__.__dict__["twitter_consumer_key"] = None
1107
+ __props__.__dict__["twitter_consumer_secret"] = None
1108
+ __props__.__dict__["twitter_consumer_secret_setting_name"] = None
1109
+ __props__.__dict__["type"] = None
1110
+ __props__.__dict__["unauthenticated_client_action"] = None
1111
+ __props__.__dict__["validate_issuer"] = None
1112
+ return WebAppAuthSettings(resource_name, opts=opts, __props__=__props__)
1113
+
1114
+ @property
1115
+ @pulumi.getter(name="aadClaimsAuthorization")
1116
+ def aad_claims_authorization(self) -> pulumi.Output[Optional[str]]:
1117
+ """
1118
+ Gets a JSON string containing the Azure AD Acl settings.
1119
+ """
1120
+ return pulumi.get(self, "aad_claims_authorization")
1121
+
1122
+ @property
1123
+ @pulumi.getter(name="additionalLoginParams")
1124
+ def additional_login_params(self) -> pulumi.Output[Optional[Sequence[str]]]:
1125
+ """
1126
+ Login parameters to send to the OpenID Connect authorization endpoint when
1127
+ a user logs in. Each parameter must be in the form "key=value".
1128
+ """
1129
+ return pulumi.get(self, "additional_login_params")
1130
+
1131
+ @property
1132
+ @pulumi.getter(name="allowedAudiences")
1133
+ def allowed_audiences(self) -> pulumi.Output[Optional[Sequence[str]]]:
1134
+ """
1135
+ Allowed audience values to consider when validating JSON Web Tokens issued by
1136
+ Azure Active Directory. Note that the <code>ClientID</code> value is always considered an
1137
+ allowed audience, regardless of this setting.
1138
+ """
1139
+ return pulumi.get(self, "allowed_audiences")
1140
+
1141
+ @property
1142
+ @pulumi.getter(name="allowedExternalRedirectUrls")
1143
+ def allowed_external_redirect_urls(self) -> pulumi.Output[Optional[Sequence[str]]]:
1144
+ """
1145
+ External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.
1146
+ This is an advanced setting typically only needed by Windows Store application backends.
1147
+ Note that URLs within the current domain are always implicitly allowed.
1148
+ """
1149
+ return pulumi.get(self, "allowed_external_redirect_urls")
1150
+
1151
+ @property
1152
+ @pulumi.getter(name="authFilePath")
1153
+ def auth_file_path(self) -> pulumi.Output[Optional[str]]:
1154
+ """
1155
+ The path of the config file containing auth settings.
1156
+ If the path is relative, base will the site's root directory.
1157
+ """
1158
+ return pulumi.get(self, "auth_file_path")
1159
+
1160
+ @property
1161
+ @pulumi.getter(name="clientId")
1162
+ def client_id(self) -> pulumi.Output[Optional[str]]:
1163
+ """
1164
+ The Client ID of this relying party application, known as the client_id.
1165
+ This setting is required for enabling OpenID Connection authentication with Azure Active Directory or
1166
+ other 3rd party OpenID Connect providers.
1167
+ More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
1168
+ """
1169
+ return pulumi.get(self, "client_id")
1170
+
1171
+ @property
1172
+ @pulumi.getter(name="clientSecret")
1173
+ def client_secret(self) -> pulumi.Output[Optional[str]]:
1174
+ """
1175
+ The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key).
1176
+ This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users.
1177
+ Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users.
1178
+ More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
1179
+ """
1180
+ return pulumi.get(self, "client_secret")
1181
+
1182
+ @property
1183
+ @pulumi.getter(name="clientSecretCertificateThumbprint")
1184
+ def client_secret_certificate_thumbprint(self) -> pulumi.Output[Optional[str]]:
1185
+ """
1186
+ An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as
1187
+ a replacement for the Client Secret. It is also optional.
1188
+ """
1189
+ return pulumi.get(self, "client_secret_certificate_thumbprint")
1190
+
1191
+ @property
1192
+ @pulumi.getter(name="clientSecretSettingName")
1193
+ def client_secret_setting_name(self) -> pulumi.Output[Optional[str]]:
1194
+ """
1195
+ The app setting name that contains the client secret of the relying party application.
1196
+ """
1197
+ return pulumi.get(self, "client_secret_setting_name")
1198
+
1199
+ @property
1200
+ @pulumi.getter(name="configVersion")
1201
+ def config_version(self) -> pulumi.Output[Optional[str]]:
1202
+ """
1203
+ The ConfigVersion of the Authentication / Authorization feature in use for the current app.
1204
+ The setting in this value can control the behavior of the control plane for Authentication / Authorization.
1205
+ """
1206
+ return pulumi.get(self, "config_version")
1207
+
1208
+ @property
1209
+ @pulumi.getter(name="defaultProvider")
1210
+ def default_provider(self) -> pulumi.Output[Optional[str]]:
1211
+ """
1212
+ The default authentication provider to use when multiple providers are configured.
1213
+ This setting is only needed if multiple providers are configured and the unauthenticated client
1214
+ action is set to "RedirectToLoginPage".
1215
+ """
1216
+ return pulumi.get(self, "default_provider")
1217
+
1218
+ @property
1219
+ @pulumi.getter
1220
+ def enabled(self) -> pulumi.Output[Optional[bool]]:
1221
+ """
1222
+ <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>.
1223
+ """
1224
+ return pulumi.get(self, "enabled")
1225
+
1226
+ @property
1227
+ @pulumi.getter(name="facebookAppId")
1228
+ def facebook_app_id(self) -> pulumi.Output[Optional[str]]:
1229
+ """
1230
+ The App ID of the Facebook app used for login.
1231
+ This setting is required for enabling Facebook Login.
1232
+ Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
1233
+ """
1234
+ return pulumi.get(self, "facebook_app_id")
1235
+
1236
+ @property
1237
+ @pulumi.getter(name="facebookAppSecret")
1238
+ def facebook_app_secret(self) -> pulumi.Output[Optional[str]]:
1239
+ """
1240
+ The App Secret of the Facebook app used for Facebook Login.
1241
+ This setting is required for enabling Facebook Login.
1242
+ Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
1243
+ """
1244
+ return pulumi.get(self, "facebook_app_secret")
1245
+
1246
+ @property
1247
+ @pulumi.getter(name="facebookAppSecretSettingName")
1248
+ def facebook_app_secret_setting_name(self) -> pulumi.Output[Optional[str]]:
1249
+ """
1250
+ The app setting name that contains the app secret used for Facebook Login.
1251
+ """
1252
+ return pulumi.get(self, "facebook_app_secret_setting_name")
1253
+
1254
+ @property
1255
+ @pulumi.getter(name="facebookOAuthScopes")
1256
+ def facebook_o_auth_scopes(self) -> pulumi.Output[Optional[Sequence[str]]]:
1257
+ """
1258
+ The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication.
1259
+ This setting is optional.
1260
+ Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
1261
+ """
1262
+ return pulumi.get(self, "facebook_o_auth_scopes")
1263
+
1264
+ @property
1265
+ @pulumi.getter(name="gitHubClientId")
1266
+ def git_hub_client_id(self) -> pulumi.Output[Optional[str]]:
1267
+ """
1268
+ The Client Id of the GitHub app used for login.
1269
+ This setting is required for enabling Github login
1270
+ """
1271
+ return pulumi.get(self, "git_hub_client_id")
1272
+
1273
+ @property
1274
+ @pulumi.getter(name="gitHubClientSecret")
1275
+ def git_hub_client_secret(self) -> pulumi.Output[Optional[str]]:
1276
+ """
1277
+ The Client Secret of the GitHub app used for Github Login.
1278
+ This setting is required for enabling Github login.
1279
+ """
1280
+ return pulumi.get(self, "git_hub_client_secret")
1281
+
1282
+ @property
1283
+ @pulumi.getter(name="gitHubClientSecretSettingName")
1284
+ def git_hub_client_secret_setting_name(self) -> pulumi.Output[Optional[str]]:
1285
+ """
1286
+ The app setting name that contains the client secret of the Github
1287
+ app used for GitHub Login.
1288
+ """
1289
+ return pulumi.get(self, "git_hub_client_secret_setting_name")
1290
+
1291
+ @property
1292
+ @pulumi.getter(name="gitHubOAuthScopes")
1293
+ def git_hub_o_auth_scopes(self) -> pulumi.Output[Optional[Sequence[str]]]:
1294
+ """
1295
+ The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication.
1296
+ This setting is optional
1297
+ """
1298
+ return pulumi.get(self, "git_hub_o_auth_scopes")
1299
+
1300
+ @property
1301
+ @pulumi.getter(name="googleClientId")
1302
+ def google_client_id(self) -> pulumi.Output[Optional[str]]:
1303
+ """
1304
+ The OpenID Connect Client ID for the Google web application.
1305
+ This setting is required for enabling Google Sign-In.
1306
+ Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
1307
+ """
1308
+ return pulumi.get(self, "google_client_id")
1309
+
1310
+ @property
1311
+ @pulumi.getter(name="googleClientSecret")
1312
+ def google_client_secret(self) -> pulumi.Output[Optional[str]]:
1313
+ """
1314
+ The client secret associated with the Google web application.
1315
+ This setting is required for enabling Google Sign-In.
1316
+ Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
1317
+ """
1318
+ return pulumi.get(self, "google_client_secret")
1319
+
1320
+ @property
1321
+ @pulumi.getter(name="googleClientSecretSettingName")
1322
+ def google_client_secret_setting_name(self) -> pulumi.Output[Optional[str]]:
1323
+ """
1324
+ The app setting name that contains the client secret associated with
1325
+ the Google web application.
1326
+ """
1327
+ return pulumi.get(self, "google_client_secret_setting_name")
1328
+
1329
+ @property
1330
+ @pulumi.getter(name="googleOAuthScopes")
1331
+ def google_o_auth_scopes(self) -> pulumi.Output[Optional[Sequence[str]]]:
1332
+ """
1333
+ The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication.
1334
+ This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes.
1335
+ Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
1336
+ """
1337
+ return pulumi.get(self, "google_o_auth_scopes")
1338
+
1339
+ @property
1340
+ @pulumi.getter(name="isAuthFromFile")
1341
+ def is_auth_from_file(self) -> pulumi.Output[Optional[str]]:
1342
+ """
1343
+ "true" if the auth config settings should be read from a file,
1344
+ "false" otherwise
1345
+ """
1346
+ return pulumi.get(self, "is_auth_from_file")
1347
+
1348
+ @property
1349
+ @pulumi.getter
1350
+ def issuer(self) -> pulumi.Output[Optional[str]]:
1351
+ """
1352
+ The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
1353
+ When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/.
1354
+ This URI is a case-sensitive identifier for the token issuer.
1355
+ More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
1356
+ """
1357
+ return pulumi.get(self, "issuer")
1358
+
1359
+ @property
1360
+ @pulumi.getter
1361
+ def kind(self) -> pulumi.Output[Optional[str]]:
1362
+ """
1363
+ Kind of resource.
1364
+ """
1365
+ return pulumi.get(self, "kind")
1366
+
1367
+ @property
1368
+ @pulumi.getter(name="microsoftAccountClientId")
1369
+ def microsoft_account_client_id(self) -> pulumi.Output[Optional[str]]:
1370
+ """
1371
+ The OAuth 2.0 client ID that was created for the app used for authentication.
1372
+ This setting is required for enabling Microsoft Account authentication.
1373
+ Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
1374
+ """
1375
+ return pulumi.get(self, "microsoft_account_client_id")
1376
+
1377
+ @property
1378
+ @pulumi.getter(name="microsoftAccountClientSecret")
1379
+ def microsoft_account_client_secret(self) -> pulumi.Output[Optional[str]]:
1380
+ """
1381
+ The OAuth 2.0 client secret that was created for the app used for authentication.
1382
+ This setting is required for enabling Microsoft Account authentication.
1383
+ Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
1384
+ """
1385
+ return pulumi.get(self, "microsoft_account_client_secret")
1386
+
1387
+ @property
1388
+ @pulumi.getter(name="microsoftAccountClientSecretSettingName")
1389
+ def microsoft_account_client_secret_setting_name(self) -> pulumi.Output[Optional[str]]:
1390
+ """
1391
+ The app setting name containing the OAuth 2.0 client secret that was created for the
1392
+ app used for authentication.
1393
+ """
1394
+ return pulumi.get(self, "microsoft_account_client_secret_setting_name")
1395
+
1396
+ @property
1397
+ @pulumi.getter(name="microsoftAccountOAuthScopes")
1398
+ def microsoft_account_o_auth_scopes(self) -> pulumi.Output[Optional[Sequence[str]]]:
1399
+ """
1400
+ The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
1401
+ This setting is optional. If not specified, "wl.basic" is used as the default scope.
1402
+ Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx
1403
+ """
1404
+ return pulumi.get(self, "microsoft_account_o_auth_scopes")
1405
+
1406
+ @property
1407
+ @pulumi.getter
1408
+ def name(self) -> pulumi.Output[str]:
1409
+ """
1410
+ Resource Name.
1411
+ """
1412
+ return pulumi.get(self, "name")
1413
+
1414
+ @property
1415
+ @pulumi.getter(name="runtimeVersion")
1416
+ def runtime_version(self) -> pulumi.Output[Optional[str]]:
1417
+ """
1418
+ The RuntimeVersion of the Authentication / Authorization feature in use for the current app.
1419
+ The setting in this value can control the behavior of certain features in the Authentication / Authorization module.
1420
+ """
1421
+ return pulumi.get(self, "runtime_version")
1422
+
1423
+ @property
1424
+ @pulumi.getter(name="tokenRefreshExtensionHours")
1425
+ def token_refresh_extension_hours(self) -> pulumi.Output[Optional[float]]:
1426
+ """
1427
+ The number of hours after session token expiration that a session token can be used to
1428
+ call the token refresh API. The default is 72 hours.
1429
+ """
1430
+ return pulumi.get(self, "token_refresh_extension_hours")
1431
+
1432
+ @property
1433
+ @pulumi.getter(name="tokenStoreEnabled")
1434
+ def token_store_enabled(self) -> pulumi.Output[Optional[bool]]:
1435
+ """
1436
+ <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.
1437
+ The default is <code>false</code>.
1438
+ """
1439
+ return pulumi.get(self, "token_store_enabled")
1440
+
1441
+ @property
1442
+ @pulumi.getter(name="twitterConsumerKey")
1443
+ def twitter_consumer_key(self) -> pulumi.Output[Optional[str]]:
1444
+ """
1445
+ The OAuth 1.0a consumer key of the Twitter application used for sign-in.
1446
+ This setting is required for enabling Twitter Sign-In.
1447
+ Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
1448
+ """
1449
+ return pulumi.get(self, "twitter_consumer_key")
1450
+
1451
+ @property
1452
+ @pulumi.getter(name="twitterConsumerSecret")
1453
+ def twitter_consumer_secret(self) -> pulumi.Output[Optional[str]]:
1454
+ """
1455
+ The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
1456
+ This setting is required for enabling Twitter Sign-In.
1457
+ Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
1458
+ """
1459
+ return pulumi.get(self, "twitter_consumer_secret")
1460
+
1461
+ @property
1462
+ @pulumi.getter(name="twitterConsumerSecretSettingName")
1463
+ def twitter_consumer_secret_setting_name(self) -> pulumi.Output[Optional[str]]:
1464
+ """
1465
+ The app setting name that contains the OAuth 1.0a consumer secret of the Twitter
1466
+ application used for sign-in.
1467
+ """
1468
+ return pulumi.get(self, "twitter_consumer_secret_setting_name")
1469
+
1470
+ @property
1471
+ @pulumi.getter
1472
+ def type(self) -> pulumi.Output[str]:
1473
+ """
1474
+ Resource type.
1475
+ """
1476
+ return pulumi.get(self, "type")
1477
+
1478
+ @property
1479
+ @pulumi.getter(name="unauthenticatedClientAction")
1480
+ def unauthenticated_client_action(self) -> pulumi.Output[Optional[str]]:
1481
+ """
1482
+ The action to take when an unauthenticated client attempts to access the app.
1483
+ """
1484
+ return pulumi.get(self, "unauthenticated_client_action")
1485
+
1486
+ @property
1487
+ @pulumi.getter(name="validateIssuer")
1488
+ def validate_issuer(self) -> pulumi.Output[Optional[bool]]:
1489
+ """
1490
+ Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.
1491
+ """
1492
+ return pulumi.get(self, "validate_issuer")
1493
+