pulumi-azure-native 2.37.1a1713770326__py3-none-any.whl → 2.37.1a1713777065__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1971) hide show
  1. pulumi_azure_native/__init__.py +293 -0
  2. pulumi_azure_native/app/__init__.py +3 -0
  3. pulumi_azure_native/app/certificate.py +3 -3
  4. pulumi_azure_native/app/connected_environment.py +3 -3
  5. pulumi_azure_native/app/connected_environments_certificate.py +3 -3
  6. pulumi_azure_native/app/connected_environments_dapr_component.py +3 -3
  7. pulumi_azure_native/app/connected_environments_storage.py +3 -3
  8. pulumi_azure_native/app/container_app.py +3 -3
  9. pulumi_azure_native/app/container_apps_auth_config.py +3 -3
  10. pulumi_azure_native/app/container_apps_source_control.py +3 -3
  11. pulumi_azure_native/app/dapr_component.py +3 -3
  12. pulumi_azure_native/app/get_certificate.py +2 -2
  13. pulumi_azure_native/app/get_connected_environment.py +2 -2
  14. pulumi_azure_native/app/get_connected_environments_certificate.py +2 -2
  15. pulumi_azure_native/app/get_connected_environments_dapr_component.py +2 -2
  16. pulumi_azure_native/app/get_connected_environments_storage.py +2 -2
  17. pulumi_azure_native/app/get_container_app.py +2 -2
  18. pulumi_azure_native/app/get_container_app_auth_token.py +2 -2
  19. pulumi_azure_native/app/get_container_apps_auth_config.py +2 -2
  20. pulumi_azure_native/app/get_container_apps_source_control.py +2 -2
  21. pulumi_azure_native/app/get_custom_domain_verification_id.py +2 -2
  22. pulumi_azure_native/app/get_dapr_component.py +2 -2
  23. pulumi_azure_native/app/get_job.py +2 -2
  24. pulumi_azure_native/app/get_managed_certificate.py +2 -2
  25. pulumi_azure_native/app/get_managed_environment.py +2 -2
  26. pulumi_azure_native/app/get_managed_environment_auth_token.py +2 -2
  27. pulumi_azure_native/app/get_managed_environments_storage.py +2 -2
  28. pulumi_azure_native/app/job.py +3 -3
  29. pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +2 -2
  30. pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +2 -2
  31. pulumi_azure_native/app/list_container_app_secrets.py +2 -2
  32. pulumi_azure_native/app/list_dapr_component_secrets.py +2 -2
  33. pulumi_azure_native/app/list_job_secrets.py +2 -2
  34. pulumi_azure_native/app/managed_certificate.py +3 -3
  35. pulumi_azure_native/app/managed_environment.py +3 -3
  36. pulumi_azure_native/app/managed_environments_storage.py +3 -3
  37. pulumi_azure_native/app/v20220101preview/certificate.py +1 -1
  38. pulumi_azure_native/app/v20220101preview/container_app.py +1 -1
  39. pulumi_azure_native/app/v20220101preview/container_apps_auth_config.py +1 -1
  40. pulumi_azure_native/app/v20220101preview/container_apps_source_control.py +1 -1
  41. pulumi_azure_native/app/v20220101preview/dapr_component.py +1 -1
  42. pulumi_azure_native/app/v20220101preview/managed_environment.py +1 -1
  43. pulumi_azure_native/app/v20220101preview/managed_environments_storage.py +1 -1
  44. pulumi_azure_native/app/v20221001/certificate.py +1 -1
  45. pulumi_azure_native/app/v20221001/connected_environment.py +1 -1
  46. pulumi_azure_native/app/v20221001/connected_environments_certificate.py +1 -1
  47. pulumi_azure_native/app/v20221001/connected_environments_dapr_component.py +1 -1
  48. pulumi_azure_native/app/v20221001/connected_environments_storage.py +1 -1
  49. pulumi_azure_native/app/v20221001/container_app.py +1 -1
  50. pulumi_azure_native/app/v20221001/container_apps_auth_config.py +1 -1
  51. pulumi_azure_native/app/v20221001/container_apps_source_control.py +1 -1
  52. pulumi_azure_native/app/v20221001/dapr_component.py +1 -1
  53. pulumi_azure_native/app/v20221001/managed_environment.py +1 -1
  54. pulumi_azure_native/app/v20221001/managed_environments_storage.py +1 -1
  55. pulumi_azure_native/app/v20230401preview/certificate.py +1 -1
  56. pulumi_azure_native/app/v20230401preview/connected_environment.py +1 -1
  57. pulumi_azure_native/app/v20230401preview/connected_environments_certificate.py +1 -1
  58. pulumi_azure_native/app/v20230401preview/connected_environments_dapr_component.py +1 -1
  59. pulumi_azure_native/app/v20230401preview/connected_environments_storage.py +1 -1
  60. pulumi_azure_native/app/v20230401preview/container_app.py +1 -1
  61. pulumi_azure_native/app/v20230401preview/container_apps_auth_config.py +1 -1
  62. pulumi_azure_native/app/v20230401preview/container_apps_source_control.py +1 -1
  63. pulumi_azure_native/app/v20230401preview/dapr_component.py +1 -1
  64. pulumi_azure_native/app/v20230401preview/job.py +1 -1
  65. pulumi_azure_native/app/v20230401preview/managed_certificate.py +1 -1
  66. pulumi_azure_native/app/v20230401preview/managed_environment.py +1 -1
  67. pulumi_azure_native/app/v20230401preview/managed_environments_storage.py +1 -1
  68. pulumi_azure_native/app/v20230501/certificate.py +1 -1
  69. pulumi_azure_native/app/v20230501/connected_environment.py +1 -1
  70. pulumi_azure_native/app/v20230501/connected_environments_certificate.py +1 -1
  71. pulumi_azure_native/app/v20230501/connected_environments_dapr_component.py +1 -1
  72. pulumi_azure_native/app/v20230501/connected_environments_storage.py +1 -1
  73. pulumi_azure_native/app/v20230501/container_app.py +1 -1
  74. pulumi_azure_native/app/v20230501/container_apps_auth_config.py +1 -1
  75. pulumi_azure_native/app/v20230501/container_apps_source_control.py +1 -1
  76. pulumi_azure_native/app/v20230501/dapr_component.py +1 -1
  77. pulumi_azure_native/app/v20230501/job.py +1 -1
  78. pulumi_azure_native/app/v20230501/managed_certificate.py +1 -1
  79. pulumi_azure_native/app/v20230501/managed_environment.py +1 -1
  80. pulumi_azure_native/app/v20230501/managed_environments_storage.py +1 -1
  81. pulumi_azure_native/app/v20230502preview/certificate.py +1 -1
  82. pulumi_azure_native/app/v20230502preview/connected_environment.py +1 -1
  83. pulumi_azure_native/app/v20230502preview/connected_environments_certificate.py +1 -1
  84. pulumi_azure_native/app/v20230502preview/connected_environments_dapr_component.py +1 -1
  85. pulumi_azure_native/app/v20230502preview/connected_environments_storage.py +1 -1
  86. pulumi_azure_native/app/v20230502preview/container_app.py +1 -1
  87. pulumi_azure_native/app/v20230502preview/container_apps_auth_config.py +1 -1
  88. pulumi_azure_native/app/v20230502preview/container_apps_source_control.py +1 -1
  89. pulumi_azure_native/app/v20230502preview/dapr_component.py +1 -1
  90. pulumi_azure_native/app/v20230502preview/job.py +1 -1
  91. pulumi_azure_native/app/v20230502preview/managed_certificate.py +1 -1
  92. pulumi_azure_native/app/v20230502preview/managed_environment.py +1 -1
  93. pulumi_azure_native/app/v20230502preview/managed_environments_storage.py +1 -1
  94. pulumi_azure_native/app/v20230801preview/certificate.py +1 -1
  95. pulumi_azure_native/app/v20230801preview/connected_environment.py +1 -1
  96. pulumi_azure_native/app/v20230801preview/connected_environments_certificate.py +1 -1
  97. pulumi_azure_native/app/v20230801preview/connected_environments_dapr_component.py +1 -1
  98. pulumi_azure_native/app/v20230801preview/connected_environments_storage.py +1 -1
  99. pulumi_azure_native/app/v20230801preview/container_app.py +1 -1
  100. pulumi_azure_native/app/v20230801preview/container_apps_auth_config.py +1 -1
  101. pulumi_azure_native/app/v20230801preview/container_apps_source_control.py +1 -1
  102. pulumi_azure_native/app/v20230801preview/dapr_component.py +1 -1
  103. pulumi_azure_native/app/v20230801preview/job.py +1 -1
  104. pulumi_azure_native/app/v20230801preview/managed_certificate.py +1 -1
  105. pulumi_azure_native/app/v20230801preview/managed_environment.py +1 -1
  106. pulumi_azure_native/app/v20230801preview/managed_environments_storage.py +1 -1
  107. pulumi_azure_native/app/v20231102preview/certificate.py +1 -1
  108. pulumi_azure_native/app/v20231102preview/connected_environment.py +1 -1
  109. pulumi_azure_native/app/v20231102preview/connected_environments_certificate.py +1 -1
  110. pulumi_azure_native/app/v20231102preview/connected_environments_dapr_component.py +1 -1
  111. pulumi_azure_native/app/v20231102preview/connected_environments_storage.py +1 -1
  112. pulumi_azure_native/app/v20231102preview/container_app.py +1 -1
  113. pulumi_azure_native/app/v20231102preview/container_apps_auth_config.py +1 -1
  114. pulumi_azure_native/app/v20231102preview/container_apps_source_control.py +1 -1
  115. pulumi_azure_native/app/v20231102preview/dapr_component.py +1 -1
  116. pulumi_azure_native/app/v20231102preview/job.py +1 -1
  117. pulumi_azure_native/app/v20231102preview/managed_certificate.py +1 -1
  118. pulumi_azure_native/app/v20231102preview/managed_environment.py +1 -1
  119. pulumi_azure_native/app/v20231102preview/managed_environments_storage.py +1 -1
  120. pulumi_azure_native/app/v20240301/__init__.py +44 -0
  121. pulumi_azure_native/app/v20240301/_enums.py +201 -0
  122. pulumi_azure_native/app/v20240301/_inputs.py +6033 -0
  123. pulumi_azure_native/app/v20240301/certificate.py +273 -0
  124. pulumi_azure_native/app/v20240301/connected_environment.py +370 -0
  125. pulumi_azure_native/app/v20240301/connected_environments_certificate.py +273 -0
  126. pulumi_azure_native/app/v20240301/connected_environments_dapr_component.py +422 -0
  127. pulumi_azure_native/app/v20240301/connected_environments_storage.py +216 -0
  128. pulumi_azure_native/app/v20240301/container_app.py +526 -0
  129. pulumi_azure_native/app/v20240301/container_apps_auth_config.py +361 -0
  130. pulumi_azure_native/app/v20240301/container_apps_source_control.py +291 -0
  131. pulumi_azure_native/app/v20240301/dapr_component.py +422 -0
  132. pulumi_azure_native/app/v20240301/get_certificate.py +162 -0
  133. pulumi_azure_native/app/v20240301/get_connected_environment.py +235 -0
  134. pulumi_azure_native/app/v20240301/get_connected_environments_certificate.py +162 -0
  135. pulumi_azure_native/app/v20240301/get_connected_environments_dapr_component.py +227 -0
  136. pulumi_azure_native/app/v20240301/get_connected_environments_storage.py +136 -0
  137. pulumi_azure_native/app/v20240301/get_container_app.py +339 -0
  138. pulumi_azure_native/app/v20240301/get_container_app_auth_token.py +170 -0
  139. pulumi_azure_native/app/v20240301/get_container_apps_auth_config.py +201 -0
  140. pulumi_azure_native/app/v20240301/get_container_apps_source_control.py +177 -0
  141. pulumi_azure_native/app/v20240301/get_custom_domain_verification_id.py +61 -0
  142. pulumi_azure_native/app/v20240301/get_dapr_component.py +227 -0
  143. pulumi_azure_native/app/v20240301/get_job.py +248 -0
  144. pulumi_azure_native/app/v20240301/get_managed_certificate.py +162 -0
  145. pulumi_azure_native/app/v20240301/get_managed_environment.py +380 -0
  146. pulumi_azure_native/app/v20240301/get_managed_environment_auth_token.py +170 -0
  147. pulumi_azure_native/app/v20240301/get_managed_environments_storage.py +136 -0
  148. pulumi_azure_native/app/v20240301/job.py +399 -0
  149. pulumi_azure_native/app/v20240301/list_connected_environments_dapr_component_secrets.py +84 -0
  150. pulumi_azure_native/app/v20240301/list_container_app_custom_host_name_analysis.py +227 -0
  151. pulumi_azure_native/app/v20240301/list_container_app_secrets.py +79 -0
  152. pulumi_azure_native/app/v20240301/list_dapr_component_secrets.py +84 -0
  153. pulumi_azure_native/app/v20240301/list_job_secrets.py +79 -0
  154. pulumi_azure_native/app/v20240301/managed_certificate.py +274 -0
  155. pulumi_azure_native/app/v20240301/managed_environment.py +620 -0
  156. pulumi_azure_native/app/v20240301/managed_environments_storage.py +216 -0
  157. pulumi_azure_native/app/v20240301/outputs.py +7067 -0
  158. pulumi_azure_native/appplatform/__init__.py +7 -0
  159. pulumi_azure_native/appplatform/_enums.py +8 -0
  160. pulumi_azure_native/appplatform/_inputs.py +440 -2
  161. pulumi_azure_native/appplatform/api_portal.py +3 -3
  162. pulumi_azure_native/appplatform/api_portal_custom_domain.py +3 -3
  163. pulumi_azure_native/appplatform/apm.py +3 -3
  164. pulumi_azure_native/appplatform/app.py +3 -3
  165. pulumi_azure_native/appplatform/application_accelerator.py +3 -3
  166. pulumi_azure_native/appplatform/application_live_view.py +3 -3
  167. pulumi_azure_native/appplatform/binding.py +3 -3
  168. pulumi_azure_native/appplatform/build_service_agent_pool.py +3 -3
  169. pulumi_azure_native/appplatform/build_service_build.py +3 -3
  170. pulumi_azure_native/appplatform/build_service_builder.py +3 -3
  171. pulumi_azure_native/appplatform/buildpack_binding.py +3 -3
  172. pulumi_azure_native/appplatform/certificate.py +3 -3
  173. pulumi_azure_native/appplatform/config_server.py +3 -3
  174. pulumi_azure_native/appplatform/configuration_service.py +3 -3
  175. pulumi_azure_native/appplatform/container_registry.py +3 -3
  176. pulumi_azure_native/appplatform/custom_domain.py +3 -3
  177. pulumi_azure_native/appplatform/customized_accelerator.py +3 -3
  178. pulumi_azure_native/appplatform/deployment.py +3 -3
  179. pulumi_azure_native/appplatform/dev_tool_portal.py +3 -3
  180. pulumi_azure_native/appplatform/gateway.py +3 -3
  181. pulumi_azure_native/appplatform/gateway_custom_domain.py +3 -3
  182. pulumi_azure_native/appplatform/gateway_route_config.py +3 -3
  183. pulumi_azure_native/appplatform/get_api_portal.py +2 -2
  184. pulumi_azure_native/appplatform/get_api_portal_custom_domain.py +2 -2
  185. pulumi_azure_native/appplatform/get_apm.py +2 -2
  186. pulumi_azure_native/appplatform/get_app.py +2 -2
  187. pulumi_azure_native/appplatform/get_app_resource_upload_url.py +2 -2
  188. pulumi_azure_native/appplatform/get_application_accelerator.py +2 -2
  189. pulumi_azure_native/appplatform/get_application_live_view.py +2 -2
  190. pulumi_azure_native/appplatform/get_binding.py +2 -2
  191. pulumi_azure_native/appplatform/get_build_service_agent_pool.py +2 -2
  192. pulumi_azure_native/appplatform/get_build_service_build.py +2 -2
  193. pulumi_azure_native/appplatform/get_build_service_build_result_log.py +2 -2
  194. pulumi_azure_native/appplatform/get_build_service_builder.py +2 -2
  195. pulumi_azure_native/appplatform/get_build_service_resource_upload_url.py +2 -2
  196. pulumi_azure_native/appplatform/get_buildpack_binding.py +2 -2
  197. pulumi_azure_native/appplatform/get_certificate.py +2 -2
  198. pulumi_azure_native/appplatform/get_config_server.py +2 -2
  199. pulumi_azure_native/appplatform/get_configuration_service.py +2 -2
  200. pulumi_azure_native/appplatform/get_container_registry.py +2 -2
  201. pulumi_azure_native/appplatform/get_custom_domain.py +2 -2
  202. pulumi_azure_native/appplatform/get_customized_accelerator.py +2 -2
  203. pulumi_azure_native/appplatform/get_deployment.py +2 -2
  204. pulumi_azure_native/appplatform/get_deployment_log_file_url.py +2 -2
  205. pulumi_azure_native/appplatform/get_deployment_remote_debugging_config.py +2 -2
  206. pulumi_azure_native/appplatform/get_dev_tool_portal.py +2 -2
  207. pulumi_azure_native/appplatform/get_gateway.py +2 -2
  208. pulumi_azure_native/appplatform/get_gateway_custom_domain.py +2 -2
  209. pulumi_azure_native/appplatform/get_gateway_route_config.py +2 -2
  210. pulumi_azure_native/appplatform/get_job.py +138 -0
  211. pulumi_azure_native/appplatform/get_monitoring_setting.py +2 -2
  212. pulumi_azure_native/appplatform/get_service.py +2 -2
  213. pulumi_azure_native/appplatform/get_service_registry.py +2 -2
  214. pulumi_azure_native/appplatform/get_storage.py +2 -2
  215. pulumi_azure_native/appplatform/job.py +217 -0
  216. pulumi_azure_native/appplatform/list_apm_secret_keys.py +2 -2
  217. pulumi_azure_native/appplatform/list_build_service_builder_deployments.py +2 -2
  218. pulumi_azure_native/appplatform/list_job_env_secrets.py +86 -0
  219. pulumi_azure_native/appplatform/list_job_execution_env_secrets.py +91 -0
  220. pulumi_azure_native/appplatform/list_service_globally_enabled_apms.py +2 -2
  221. pulumi_azure_native/appplatform/list_service_test_keys.py +2 -2
  222. pulumi_azure_native/appplatform/monitoring_setting.py +3 -3
  223. pulumi_azure_native/appplatform/outputs.py +498 -2
  224. pulumi_azure_native/appplatform/service.py +3 -3
  225. pulumi_azure_native/appplatform/service_registry.py +3 -3
  226. pulumi_azure_native/appplatform/storage.py +3 -3
  227. pulumi_azure_native/appplatform/v20210601preview/certificate.py +1 -1
  228. pulumi_azure_native/appplatform/v20230501preview/api_portal.py +1 -1
  229. pulumi_azure_native/appplatform/v20230501preview/api_portal_custom_domain.py +1 -1
  230. pulumi_azure_native/appplatform/v20230501preview/apm.py +1 -1
  231. pulumi_azure_native/appplatform/v20230501preview/app.py +1 -1
  232. pulumi_azure_native/appplatform/v20230501preview/application_accelerator.py +1 -1
  233. pulumi_azure_native/appplatform/v20230501preview/application_live_view.py +1 -1
  234. pulumi_azure_native/appplatform/v20230501preview/binding.py +1 -1
  235. pulumi_azure_native/appplatform/v20230501preview/build_service_agent_pool.py +1 -1
  236. pulumi_azure_native/appplatform/v20230501preview/build_service_build.py +1 -1
  237. pulumi_azure_native/appplatform/v20230501preview/build_service_builder.py +1 -1
  238. pulumi_azure_native/appplatform/v20230501preview/buildpack_binding.py +1 -1
  239. pulumi_azure_native/appplatform/v20230501preview/certificate.py +1 -1
  240. pulumi_azure_native/appplatform/v20230501preview/config_server.py +1 -1
  241. pulumi_azure_native/appplatform/v20230501preview/configuration_service.py +1 -1
  242. pulumi_azure_native/appplatform/v20230501preview/container_registry.py +1 -1
  243. pulumi_azure_native/appplatform/v20230501preview/custom_domain.py +1 -1
  244. pulumi_azure_native/appplatform/v20230501preview/customized_accelerator.py +1 -1
  245. pulumi_azure_native/appplatform/v20230501preview/deployment.py +1 -1
  246. pulumi_azure_native/appplatform/v20230501preview/dev_tool_portal.py +1 -1
  247. pulumi_azure_native/appplatform/v20230501preview/gateway.py +1 -1
  248. pulumi_azure_native/appplatform/v20230501preview/gateway_custom_domain.py +1 -1
  249. pulumi_azure_native/appplatform/v20230501preview/gateway_route_config.py +1 -1
  250. pulumi_azure_native/appplatform/v20230501preview/monitoring_setting.py +1 -1
  251. pulumi_azure_native/appplatform/v20230501preview/service.py +1 -1
  252. pulumi_azure_native/appplatform/v20230501preview/service_registry.py +1 -1
  253. pulumi_azure_native/appplatform/v20230501preview/storage.py +1 -1
  254. pulumi_azure_native/appplatform/v20230701preview/api_portal.py +1 -1
  255. pulumi_azure_native/appplatform/v20230701preview/api_portal_custom_domain.py +1 -1
  256. pulumi_azure_native/appplatform/v20230701preview/apm.py +1 -1
  257. pulumi_azure_native/appplatform/v20230701preview/app.py +1 -1
  258. pulumi_azure_native/appplatform/v20230701preview/application_accelerator.py +1 -1
  259. pulumi_azure_native/appplatform/v20230701preview/application_live_view.py +1 -1
  260. pulumi_azure_native/appplatform/v20230701preview/binding.py +1 -1
  261. pulumi_azure_native/appplatform/v20230701preview/build_service_agent_pool.py +1 -1
  262. pulumi_azure_native/appplatform/v20230701preview/build_service_build.py +1 -1
  263. pulumi_azure_native/appplatform/v20230701preview/build_service_builder.py +1 -1
  264. pulumi_azure_native/appplatform/v20230701preview/buildpack_binding.py +1 -1
  265. pulumi_azure_native/appplatform/v20230701preview/certificate.py +1 -1
  266. pulumi_azure_native/appplatform/v20230701preview/config_server.py +1 -1
  267. pulumi_azure_native/appplatform/v20230701preview/configuration_service.py +1 -1
  268. pulumi_azure_native/appplatform/v20230701preview/container_registry.py +1 -1
  269. pulumi_azure_native/appplatform/v20230701preview/custom_domain.py +1 -1
  270. pulumi_azure_native/appplatform/v20230701preview/customized_accelerator.py +1 -1
  271. pulumi_azure_native/appplatform/v20230701preview/deployment.py +1 -1
  272. pulumi_azure_native/appplatform/v20230701preview/dev_tool_portal.py +1 -1
  273. pulumi_azure_native/appplatform/v20230701preview/gateway.py +1 -1
  274. pulumi_azure_native/appplatform/v20230701preview/gateway_custom_domain.py +1 -1
  275. pulumi_azure_native/appplatform/v20230701preview/gateway_route_config.py +1 -1
  276. pulumi_azure_native/appplatform/v20230701preview/monitoring_setting.py +1 -1
  277. pulumi_azure_native/appplatform/v20230701preview/service.py +1 -1
  278. pulumi_azure_native/appplatform/v20230701preview/service_registry.py +1 -1
  279. pulumi_azure_native/appplatform/v20230701preview/storage.py +1 -1
  280. pulumi_azure_native/appplatform/v20230901preview/api_portal.py +1 -1
  281. pulumi_azure_native/appplatform/v20230901preview/api_portal_custom_domain.py +1 -1
  282. pulumi_azure_native/appplatform/v20230901preview/apm.py +1 -1
  283. pulumi_azure_native/appplatform/v20230901preview/app.py +1 -1
  284. pulumi_azure_native/appplatform/v20230901preview/application_accelerator.py +1 -1
  285. pulumi_azure_native/appplatform/v20230901preview/application_live_view.py +1 -1
  286. pulumi_azure_native/appplatform/v20230901preview/binding.py +1 -1
  287. pulumi_azure_native/appplatform/v20230901preview/build_service_agent_pool.py +1 -1
  288. pulumi_azure_native/appplatform/v20230901preview/build_service_build.py +1 -1
  289. pulumi_azure_native/appplatform/v20230901preview/build_service_builder.py +1 -1
  290. pulumi_azure_native/appplatform/v20230901preview/buildpack_binding.py +1 -1
  291. pulumi_azure_native/appplatform/v20230901preview/certificate.py +1 -1
  292. pulumi_azure_native/appplatform/v20230901preview/config_server.py +1 -1
  293. pulumi_azure_native/appplatform/v20230901preview/configuration_service.py +1 -1
  294. pulumi_azure_native/appplatform/v20230901preview/container_registry.py +1 -1
  295. pulumi_azure_native/appplatform/v20230901preview/custom_domain.py +1 -1
  296. pulumi_azure_native/appplatform/v20230901preview/customized_accelerator.py +1 -1
  297. pulumi_azure_native/appplatform/v20230901preview/deployment.py +1 -1
  298. pulumi_azure_native/appplatform/v20230901preview/dev_tool_portal.py +1 -1
  299. pulumi_azure_native/appplatform/v20230901preview/gateway.py +1 -1
  300. pulumi_azure_native/appplatform/v20230901preview/gateway_custom_domain.py +1 -1
  301. pulumi_azure_native/appplatform/v20230901preview/gateway_route_config.py +1 -1
  302. pulumi_azure_native/appplatform/v20230901preview/monitoring_setting.py +1 -1
  303. pulumi_azure_native/appplatform/v20230901preview/service.py +1 -1
  304. pulumi_azure_native/appplatform/v20230901preview/service_registry.py +1 -1
  305. pulumi_azure_native/appplatform/v20230901preview/storage.py +1 -1
  306. pulumi_azure_native/appplatform/v20231101preview/api_portal.py +1 -1
  307. pulumi_azure_native/appplatform/v20231101preview/api_portal_custom_domain.py +1 -1
  308. pulumi_azure_native/appplatform/v20231101preview/apm.py +1 -1
  309. pulumi_azure_native/appplatform/v20231101preview/app.py +1 -1
  310. pulumi_azure_native/appplatform/v20231101preview/application_accelerator.py +1 -1
  311. pulumi_azure_native/appplatform/v20231101preview/application_live_view.py +1 -1
  312. pulumi_azure_native/appplatform/v20231101preview/binding.py +1 -1
  313. pulumi_azure_native/appplatform/v20231101preview/build_service_agent_pool.py +1 -1
  314. pulumi_azure_native/appplatform/v20231101preview/build_service_build.py +1 -1
  315. pulumi_azure_native/appplatform/v20231101preview/build_service_builder.py +1 -1
  316. pulumi_azure_native/appplatform/v20231101preview/buildpack_binding.py +1 -1
  317. pulumi_azure_native/appplatform/v20231101preview/certificate.py +1 -1
  318. pulumi_azure_native/appplatform/v20231101preview/config_server.py +1 -1
  319. pulumi_azure_native/appplatform/v20231101preview/configuration_service.py +1 -1
  320. pulumi_azure_native/appplatform/v20231101preview/container_registry.py +1 -1
  321. pulumi_azure_native/appplatform/v20231101preview/custom_domain.py +1 -1
  322. pulumi_azure_native/appplatform/v20231101preview/customized_accelerator.py +1 -1
  323. pulumi_azure_native/appplatform/v20231101preview/deployment.py +1 -1
  324. pulumi_azure_native/appplatform/v20231101preview/dev_tool_portal.py +1 -1
  325. pulumi_azure_native/appplatform/v20231101preview/gateway.py +1 -1
  326. pulumi_azure_native/appplatform/v20231101preview/gateway_custom_domain.py +1 -1
  327. pulumi_azure_native/appplatform/v20231101preview/gateway_route_config.py +1 -1
  328. pulumi_azure_native/appplatform/v20231101preview/monitoring_setting.py +1 -1
  329. pulumi_azure_native/appplatform/v20231101preview/service.py +1 -1
  330. pulumi_azure_native/appplatform/v20231101preview/service_registry.py +1 -1
  331. pulumi_azure_native/appplatform/v20231101preview/storage.py +1 -1
  332. pulumi_azure_native/appplatform/v20231201/api_portal.py +1 -1
  333. pulumi_azure_native/appplatform/v20231201/api_portal_custom_domain.py +1 -1
  334. pulumi_azure_native/appplatform/v20231201/apm.py +1 -1
  335. pulumi_azure_native/appplatform/v20231201/app.py +1 -1
  336. pulumi_azure_native/appplatform/v20231201/application_accelerator.py +1 -1
  337. pulumi_azure_native/appplatform/v20231201/application_live_view.py +1 -1
  338. pulumi_azure_native/appplatform/v20231201/binding.py +1 -1
  339. pulumi_azure_native/appplatform/v20231201/build_service_agent_pool.py +1 -1
  340. pulumi_azure_native/appplatform/v20231201/build_service_build.py +1 -1
  341. pulumi_azure_native/appplatform/v20231201/build_service_builder.py +1 -1
  342. pulumi_azure_native/appplatform/v20231201/buildpack_binding.py +1 -1
  343. pulumi_azure_native/appplatform/v20231201/certificate.py +1 -1
  344. pulumi_azure_native/appplatform/v20231201/config_server.py +1 -1
  345. pulumi_azure_native/appplatform/v20231201/configuration_service.py +1 -1
  346. pulumi_azure_native/appplatform/v20231201/container_registry.py +1 -1
  347. pulumi_azure_native/appplatform/v20231201/custom_domain.py +1 -1
  348. pulumi_azure_native/appplatform/v20231201/customized_accelerator.py +1 -1
  349. pulumi_azure_native/appplatform/v20231201/deployment.py +1 -1
  350. pulumi_azure_native/appplatform/v20231201/dev_tool_portal.py +1 -1
  351. pulumi_azure_native/appplatform/v20231201/gateway.py +1 -1
  352. pulumi_azure_native/appplatform/v20231201/gateway_custom_domain.py +1 -1
  353. pulumi_azure_native/appplatform/v20231201/gateway_route_config.py +1 -1
  354. pulumi_azure_native/appplatform/v20231201/monitoring_setting.py +1 -1
  355. pulumi_azure_native/appplatform/v20231201/service.py +1 -1
  356. pulumi_azure_native/appplatform/v20231201/service_registry.py +1 -1
  357. pulumi_azure_native/appplatform/v20231201/storage.py +1 -1
  358. pulumi_azure_native/appplatform/v20240101preview/api_portal.py +1 -1
  359. pulumi_azure_native/appplatform/v20240101preview/api_portal_custom_domain.py +1 -1
  360. pulumi_azure_native/appplatform/v20240101preview/apm.py +1 -1
  361. pulumi_azure_native/appplatform/v20240101preview/app.py +1 -1
  362. pulumi_azure_native/appplatform/v20240101preview/application_accelerator.py +1 -1
  363. pulumi_azure_native/appplatform/v20240101preview/application_live_view.py +1 -1
  364. pulumi_azure_native/appplatform/v20240101preview/binding.py +1 -1
  365. pulumi_azure_native/appplatform/v20240101preview/build_service_agent_pool.py +1 -1
  366. pulumi_azure_native/appplatform/v20240101preview/build_service_build.py +1 -1
  367. pulumi_azure_native/appplatform/v20240101preview/build_service_builder.py +1 -1
  368. pulumi_azure_native/appplatform/v20240101preview/buildpack_binding.py +1 -1
  369. pulumi_azure_native/appplatform/v20240101preview/certificate.py +1 -1
  370. pulumi_azure_native/appplatform/v20240101preview/config_server.py +1 -1
  371. pulumi_azure_native/appplatform/v20240101preview/configuration_service.py +1 -1
  372. pulumi_azure_native/appplatform/v20240101preview/container_registry.py +1 -1
  373. pulumi_azure_native/appplatform/v20240101preview/custom_domain.py +1 -1
  374. pulumi_azure_native/appplatform/v20240101preview/customized_accelerator.py +1 -1
  375. pulumi_azure_native/appplatform/v20240101preview/deployment.py +1 -1
  376. pulumi_azure_native/appplatform/v20240101preview/dev_tool_portal.py +1 -1
  377. pulumi_azure_native/appplatform/v20240101preview/gateway.py +1 -1
  378. pulumi_azure_native/appplatform/v20240101preview/gateway_custom_domain.py +1 -1
  379. pulumi_azure_native/appplatform/v20240101preview/gateway_route_config.py +1 -1
  380. pulumi_azure_native/appplatform/v20240101preview/monitoring_setting.py +1 -1
  381. pulumi_azure_native/appplatform/v20240101preview/service.py +1 -1
  382. pulumi_azure_native/appplatform/v20240101preview/service_registry.py +1 -1
  383. pulumi_azure_native/appplatform/v20240101preview/storage.py +1 -1
  384. pulumi_azure_native/appplatform/v20240501preview/__init__.py +75 -0
  385. pulumi_azure_native/appplatform/v20240501preview/_enums.py +264 -0
  386. pulumi_azure_native/appplatform/v20240501preview/_inputs.py +6897 -0
  387. pulumi_azure_native/appplatform/v20240501preview/api_portal.py +245 -0
  388. pulumi_azure_native/appplatform/v20240501preview/api_portal_custom_domain.py +236 -0
  389. pulumi_azure_native/appplatform/v20240501preview/apm.py +215 -0
  390. pulumi_azure_native/appplatform/v20240501preview/app.py +274 -0
  391. pulumi_azure_native/appplatform/v20240501preview/application_accelerator.py +225 -0
  392. pulumi_azure_native/appplatform/v20240501preview/application_live_view.py +195 -0
  393. pulumi_azure_native/appplatform/v20240501preview/binding.py +236 -0
  394. pulumi_azure_native/appplatform/v20240501preview/build_service_agent_pool.py +236 -0
  395. pulumi_azure_native/appplatform/v20240501preview/build_service_build.py +236 -0
  396. pulumi_azure_native/appplatform/v20240501preview/build_service_builder.py +236 -0
  397. pulumi_azure_native/appplatform/v20240501preview/buildpack_binding.py +258 -0
  398. pulumi_azure_native/appplatform/v20240501preview/certificate.py +216 -0
  399. pulumi_azure_native/appplatform/v20240501preview/config_server.py +196 -0
  400. pulumi_azure_native/appplatform/v20240501preview/configuration_service.py +216 -0
  401. pulumi_azure_native/appplatform/v20240501preview/container_registry.py +215 -0
  402. pulumi_azure_native/appplatform/v20240501preview/custom_domain.py +236 -0
  403. pulumi_azure_native/appplatform/v20240501preview/customized_accelerator.py +266 -0
  404. pulumi_azure_native/appplatform/v20240501preview/deployment.py +266 -0
  405. pulumi_azure_native/appplatform/v20240501preview/dev_tool_portal.py +216 -0
  406. pulumi_azure_native/appplatform/v20240501preview/gateway.py +245 -0
  407. pulumi_azure_native/appplatform/v20240501preview/gateway_custom_domain.py +236 -0
  408. pulumi_azure_native/appplatform/v20240501preview/gateway_route_config.py +237 -0
  409. pulumi_azure_native/appplatform/v20240501preview/get_api_portal.py +149 -0
  410. pulumi_azure_native/appplatform/v20240501preview/get_api_portal_custom_domain.py +141 -0
  411. pulumi_azure_native/appplatform/v20240501preview/get_apm.py +136 -0
  412. pulumi_azure_native/appplatform/v20240501preview/get_app.py +167 -0
  413. pulumi_azure_native/appplatform/v20240501preview/get_app_resource_upload_url.py +96 -0
  414. pulumi_azure_native/appplatform/v20240501preview/get_application_accelerator.py +149 -0
  415. pulumi_azure_native/appplatform/v20240501preview/get_application_live_view.py +136 -0
  416. pulumi_azure_native/appplatform/v20240501preview/get_binding.py +141 -0
  417. pulumi_azure_native/appplatform/v20240501preview/get_build_service_agent_pool.py +141 -0
  418. pulumi_azure_native/appplatform/v20240501preview/get_build_service_build.py +141 -0
  419. pulumi_azure_native/appplatform/v20240501preview/get_build_service_build_result_log.py +93 -0
  420. pulumi_azure_native/appplatform/v20240501preview/get_build_service_builder.py +141 -0
  421. pulumi_azure_native/appplatform/v20240501preview/get_build_service_resource_upload_url.py +96 -0
  422. pulumi_azure_native/appplatform/v20240501preview/get_buildpack_binding.py +146 -0
  423. pulumi_azure_native/appplatform/v20240501preview/get_certificate.py +136 -0
  424. pulumi_azure_native/appplatform/v20240501preview/get_config_server.py +131 -0
  425. pulumi_azure_native/appplatform/v20240501preview/get_configuration_service.py +136 -0
  426. pulumi_azure_native/appplatform/v20240501preview/get_container_registry.py +136 -0
  427. pulumi_azure_native/appplatform/v20240501preview/get_custom_domain.py +141 -0
  428. pulumi_azure_native/appplatform/v20240501preview/get_customized_accelerator.py +154 -0
  429. pulumi_azure_native/appplatform/v20240501preview/get_deployment.py +154 -0
  430. pulumi_azure_native/appplatform/v20240501preview/get_deployment_log_file_url.py +88 -0
  431. pulumi_azure_native/appplatform/v20240501preview/get_deployment_remote_debugging_config.py +101 -0
  432. pulumi_azure_native/appplatform/v20240501preview/get_dev_tool_portal.py +136 -0
  433. pulumi_azure_native/appplatform/v20240501preview/get_gateway.py +149 -0
  434. pulumi_azure_native/appplatform/v20240501preview/get_gateway_custom_domain.py +141 -0
  435. pulumi_azure_native/appplatform/v20240501preview/get_gateway_route_config.py +141 -0
  436. pulumi_azure_native/appplatform/v20240501preview/get_job.py +136 -0
  437. pulumi_azure_native/appplatform/v20240501preview/get_monitoring_setting.py +131 -0
  438. pulumi_azure_native/appplatform/v20240501preview/get_service.py +183 -0
  439. pulumi_azure_native/appplatform/v20240501preview/get_service_registry.py +136 -0
  440. pulumi_azure_native/appplatform/v20240501preview/get_storage.py +136 -0
  441. pulumi_azure_native/appplatform/v20240501preview/job.py +215 -0
  442. pulumi_azure_native/appplatform/v20240501preview/list_apm_secret_keys.py +83 -0
  443. pulumi_azure_native/appplatform/v20240501preview/list_build_service_builder_deployments.py +88 -0
  444. pulumi_azure_native/appplatform/v20240501preview/list_job_env_secrets.py +84 -0
  445. pulumi_azure_native/appplatform/v20240501preview/list_job_execution_env_secrets.py +89 -0
  446. pulumi_azure_native/appplatform/v20240501preview/list_service_globally_enabled_apms.py +78 -0
  447. pulumi_azure_native/appplatform/v20240501preview/list_service_test_keys.py +130 -0
  448. pulumi_azure_native/appplatform/v20240501preview/monitoring_setting.py +195 -0
  449. pulumi_azure_native/appplatform/v20240501preview/outputs.py +9677 -0
  450. pulumi_azure_native/appplatform/v20240501preview/service.py +311 -0
  451. pulumi_azure_native/appplatform/v20240501preview/service_registry.py +195 -0
  452. pulumi_azure_native/appplatform/v20240501preview/storage.py +215 -0
  453. pulumi_azure_native/certificateregistration/__init__.py +3 -0
  454. pulumi_azure_native/certificateregistration/app_service_certificate_order.py +3 -3
  455. pulumi_azure_native/certificateregistration/app_service_certificate_order_certificate.py +3 -3
  456. pulumi_azure_native/certificateregistration/get_app_service_certificate_order.py +2 -2
  457. pulumi_azure_native/certificateregistration/get_app_service_certificate_order_certificate.py +2 -2
  458. pulumi_azure_native/certificateregistration/v20201001/app_service_certificate_order.py +1 -1
  459. pulumi_azure_native/certificateregistration/v20201001/app_service_certificate_order_certificate.py +1 -1
  460. pulumi_azure_native/certificateregistration/v20220901/app_service_certificate_order.py +1 -1
  461. pulumi_azure_native/certificateregistration/v20220901/app_service_certificate_order_certificate.py +1 -1
  462. pulumi_azure_native/certificateregistration/v20230101/app_service_certificate_order.py +1 -1
  463. pulumi_azure_native/certificateregistration/v20230101/app_service_certificate_order_certificate.py +1 -1
  464. pulumi_azure_native/certificateregistration/v20231201/__init__.py +14 -0
  465. pulumi_azure_native/certificateregistration/v20231201/_enums.py +17 -0
  466. pulumi_azure_native/certificateregistration/v20231201/_inputs.py +56 -0
  467. pulumi_azure_native/certificateregistration/v20231201/app_service_certificate_order.py +589 -0
  468. pulumi_azure_native/certificateregistration/v20231201/app_service_certificate_order_certificate.py +328 -0
  469. pulumi_azure_native/certificateregistration/v20231201/get_app_service_certificate_order.py +404 -0
  470. pulumi_azure_native/certificateregistration/v20231201/get_app_service_certificate_order_certificate.py +187 -0
  471. pulumi_azure_native/certificateregistration/v20231201/outputs.py +276 -0
  472. pulumi_azure_native/datafactory/_enums.py +0 -9
  473. pulumi_azure_native/datafactory/_inputs.py +22 -122
  474. pulumi_azure_native/datafactory/credential_operation.py +7 -7
  475. pulumi_azure_native/datafactory/outputs.py +34 -103
  476. pulumi_azure_native/datafactory/v20180601/_enums.py +0 -9
  477. pulumi_azure_native/datafactory/v20180601/_inputs.py +22 -122
  478. pulumi_azure_native/datafactory/v20180601/credential_operation.py +7 -7
  479. pulumi_azure_native/datafactory/v20180601/outputs.py +34 -103
  480. pulumi_azure_native/dataprotection/__init__.py +3 -0
  481. pulumi_azure_native/dataprotection/backup_instance.py +3 -3
  482. pulumi_azure_native/dataprotection/backup_policy.py +3 -3
  483. pulumi_azure_native/dataprotection/backup_vault.py +3 -3
  484. pulumi_azure_native/dataprotection/dpp_resource_guard_proxy.py +3 -3
  485. pulumi_azure_native/dataprotection/get_backup_instance.py +2 -2
  486. pulumi_azure_native/dataprotection/get_backup_policy.py +2 -2
  487. pulumi_azure_native/dataprotection/get_backup_vault.py +2 -2
  488. pulumi_azure_native/dataprotection/get_dpp_resource_guard_proxy.py +2 -2
  489. pulumi_azure_native/dataprotection/get_resource_guard.py +2 -2
  490. pulumi_azure_native/dataprotection/resource_guard.py +3 -3
  491. pulumi_azure_native/dataprotection/v20221101preview/resource_guard.py +1 -1
  492. pulumi_azure_native/dataprotection/v20230101/backup_instance.py +1 -1
  493. pulumi_azure_native/dataprotection/v20230101/backup_policy.py +1 -1
  494. pulumi_azure_native/dataprotection/v20230101/backup_vault.py +1 -1
  495. pulumi_azure_native/dataprotection/v20230101/dpp_resource_guard_proxy.py +1 -1
  496. pulumi_azure_native/dataprotection/v20230101/resource_guard.py +1 -1
  497. pulumi_azure_native/dataprotection/v20230401preview/backup_instance.py +1 -1
  498. pulumi_azure_native/dataprotection/v20230401preview/backup_policy.py +1 -1
  499. pulumi_azure_native/dataprotection/v20230401preview/backup_vault.py +1 -1
  500. pulumi_azure_native/dataprotection/v20230401preview/dpp_resource_guard_proxy.py +1 -1
  501. pulumi_azure_native/dataprotection/v20230401preview/resource_guard.py +1 -1
  502. pulumi_azure_native/dataprotection/v20230501/backup_instance.py +1 -1
  503. pulumi_azure_native/dataprotection/v20230501/backup_policy.py +1 -1
  504. pulumi_azure_native/dataprotection/v20230501/backup_vault.py +1 -1
  505. pulumi_azure_native/dataprotection/v20230501/dpp_resource_guard_proxy.py +1 -1
  506. pulumi_azure_native/dataprotection/v20230501/resource_guard.py +1 -1
  507. pulumi_azure_native/dataprotection/v20230601preview/backup_instance.py +1 -1
  508. pulumi_azure_native/dataprotection/v20230601preview/backup_policy.py +1 -1
  509. pulumi_azure_native/dataprotection/v20230601preview/backup_vault.py +1 -1
  510. pulumi_azure_native/dataprotection/v20230601preview/dpp_resource_guard_proxy.py +1 -1
  511. pulumi_azure_native/dataprotection/v20230601preview/resource_guard.py +1 -1
  512. pulumi_azure_native/dataprotection/v20230801preview/backup_instance.py +1 -1
  513. pulumi_azure_native/dataprotection/v20230801preview/backup_policy.py +1 -1
  514. pulumi_azure_native/dataprotection/v20230801preview/backup_vault.py +1 -1
  515. pulumi_azure_native/dataprotection/v20230801preview/dpp_resource_guard_proxy.py +1 -1
  516. pulumi_azure_native/dataprotection/v20230801preview/resource_guard.py +1 -1
  517. pulumi_azure_native/dataprotection/v20231101/backup_instance.py +1 -1
  518. pulumi_azure_native/dataprotection/v20231101/backup_policy.py +1 -1
  519. pulumi_azure_native/dataprotection/v20231101/backup_vault.py +1 -1
  520. pulumi_azure_native/dataprotection/v20231101/dpp_resource_guard_proxy.py +1 -1
  521. pulumi_azure_native/dataprotection/v20231101/resource_guard.py +1 -1
  522. pulumi_azure_native/dataprotection/v20231201/backup_instance.py +1 -1
  523. pulumi_azure_native/dataprotection/v20231201/backup_policy.py +1 -1
  524. pulumi_azure_native/dataprotection/v20231201/backup_vault.py +1 -1
  525. pulumi_azure_native/dataprotection/v20231201/dpp_resource_guard_proxy.py +1 -1
  526. pulumi_azure_native/dataprotection/v20231201/resource_guard.py +1 -1
  527. pulumi_azure_native/dataprotection/v20240201preview/backup_instance.py +1 -1
  528. pulumi_azure_native/dataprotection/v20240201preview/backup_policy.py +1 -1
  529. pulumi_azure_native/dataprotection/v20240201preview/backup_vault.py +1 -1
  530. pulumi_azure_native/dataprotection/v20240201preview/dpp_resource_guard_proxy.py +1 -1
  531. pulumi_azure_native/dataprotection/v20240201preview/resource_guard.py +1 -1
  532. pulumi_azure_native/dataprotection/v20240301/backup_instance.py +1 -1
  533. pulumi_azure_native/dataprotection/v20240301/backup_policy.py +1 -1
  534. pulumi_azure_native/dataprotection/v20240301/backup_vault.py +1 -1
  535. pulumi_azure_native/dataprotection/v20240301/dpp_resource_guard_proxy.py +1 -1
  536. pulumi_azure_native/dataprotection/v20240301/resource_guard.py +1 -1
  537. pulumi_azure_native/dataprotection/v20240401/__init__.py +20 -0
  538. pulumi_azure_native/dataprotection/v20240401/_enums.py +200 -0
  539. pulumi_azure_native/dataprotection/v20240401/_inputs.py +2586 -0
  540. pulumi_azure_native/dataprotection/v20240401/backup_instance.py +245 -0
  541. pulumi_azure_native/dataprotection/v20240401/backup_policy.py +216 -0
  542. pulumi_azure_native/dataprotection/v20240401/backup_vault.py +312 -0
  543. pulumi_azure_native/dataprotection/v20240401/dpp_resource_guard_proxy.py +215 -0
  544. pulumi_azure_native/dataprotection/v20240401/get_backup_instance.py +149 -0
  545. pulumi_azure_native/dataprotection/v20240401/get_backup_policy.py +134 -0
  546. pulumi_azure_native/dataprotection/v20240401/get_backup_vault.py +183 -0
  547. pulumi_azure_native/dataprotection/v20240401/get_dpp_resource_guard_proxy.py +136 -0
  548. pulumi_azure_native/dataprotection/v20240401/get_resource_guard.py +165 -0
  549. pulumi_azure_native/dataprotection/v20240401/outputs.py +3894 -0
  550. pulumi_azure_native/dataprotection/v20240401/resource_guard.py +279 -0
  551. pulumi_azure_native/devcenter/__init__.py +10 -0
  552. pulumi_azure_native/devcenter/_enums.py +18 -0
  553. pulumi_azure_native/devcenter/_inputs.py +2 -2
  554. pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
  555. pulumi_azure_native/devcenter/catalog.py +3 -3
  556. pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
  557. pulumi_azure_native/devcenter/dev_center.py +3 -3
  558. pulumi_azure_native/devcenter/encryption_set.py +344 -0
  559. pulumi_azure_native/devcenter/environment_type.py +3 -3
  560. pulumi_azure_native/devcenter/gallery.py +3 -3
  561. pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
  562. pulumi_azure_native/devcenter/get_catalog.py +2 -2
  563. pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
  564. pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
  565. pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
  566. pulumi_azure_native/devcenter/get_dev_center.py +2 -2
  567. pulumi_azure_native/devcenter/get_encryption_set.py +203 -0
  568. pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
  569. pulumi_azure_native/devcenter/get_environment_type.py +2 -2
  570. pulumi_azure_native/devcenter/get_gallery.py +2 -2
  571. pulumi_azure_native/devcenter/get_network_connection.py +2 -2
  572. pulumi_azure_native/devcenter/get_plan.py +172 -0
  573. pulumi_azure_native/devcenter/get_plan_member.py +177 -0
  574. pulumi_azure_native/devcenter/get_pool.py +2 -2
  575. pulumi_azure_native/devcenter/get_project.py +2 -2
  576. pulumi_azure_native/devcenter/get_project_catalog.py +4 -0
  577. pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +4 -0
  578. pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +4 -0
  579. pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
  580. pulumi_azure_native/devcenter/get_project_inherited_settings.py +94 -0
  581. pulumi_azure_native/devcenter/get_schedule.py +2 -2
  582. pulumi_azure_native/devcenter/network_connection.py +3 -3
  583. pulumi_azure_native/devcenter/outputs.py +49 -2
  584. pulumi_azure_native/devcenter/plan.py +265 -0
  585. pulumi_azure_native/devcenter/plan_member.py +285 -0
  586. pulumi_azure_native/devcenter/pool.py +3 -3
  587. pulumi_azure_native/devcenter/project.py +3 -3
  588. pulumi_azure_native/devcenter/project_catalog.py +5 -1
  589. pulumi_azure_native/devcenter/project_environment_type.py +3 -3
  590. pulumi_azure_native/devcenter/schedule.py +3 -3
  591. pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
  592. pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
  593. pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
  594. pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
  595. pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
  596. pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
  597. pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
  598. pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
  599. pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
  600. pulumi_azure_native/devcenter/v20230401/project.py +1 -1
  601. pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
  602. pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
  603. pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
  604. pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
  605. pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
  606. pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
  607. pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
  608. pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
  609. pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
  610. pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
  611. pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
  612. pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
  613. pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
  614. pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
  615. pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
  616. pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
  617. pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
  618. pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
  619. pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
  620. pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
  621. pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
  622. pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
  623. pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
  624. pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
  625. pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +1 -1
  626. pulumi_azure_native/devcenter/v20240201/catalog.py +1 -1
  627. pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +1 -1
  628. pulumi_azure_native/devcenter/v20240201/dev_center.py +1 -1
  629. pulumi_azure_native/devcenter/v20240201/environment_type.py +1 -1
  630. pulumi_azure_native/devcenter/v20240201/gallery.py +1 -1
  631. pulumi_azure_native/devcenter/v20240201/network_connection.py +1 -1
  632. pulumi_azure_native/devcenter/v20240201/pool.py +1 -1
  633. pulumi_azure_native/devcenter/v20240201/project.py +1 -1
  634. pulumi_azure_native/devcenter/v20240201/project_catalog.py +1 -1
  635. pulumi_azure_native/devcenter/v20240201/project_environment_type.py +1 -1
  636. pulumi_azure_native/devcenter/v20240201/schedule.py +1 -1
  637. pulumi_azure_native/devcenter/v20240501preview/__init__.py +46 -0
  638. pulumi_azure_native/devcenter/v20240501preview/_enums.py +199 -0
  639. pulumi_azure_native/devcenter/v20240501preview/_inputs.py +554 -0
  640. pulumi_azure_native/devcenter/v20240501preview/attached_network_by_dev_center.py +255 -0
  641. pulumi_azure_native/devcenter/v20240501preview/catalog.py +363 -0
  642. pulumi_azure_native/devcenter/v20240501preview/dev_box_definition.py +413 -0
  643. pulumi_azure_native/devcenter/v20240501preview/dev_center.py +447 -0
  644. pulumi_azure_native/devcenter/v20240501preview/encryption_set.py +342 -0
  645. pulumi_azure_native/devcenter/v20240501preview/environment_type.py +253 -0
  646. pulumi_azure_native/devcenter/v20240501preview/gallery.py +225 -0
  647. pulumi_azure_native/devcenter/v20240501preview/get_attached_network_by_dev_center.py +188 -0
  648. pulumi_azure_native/devcenter/v20240501preview/get_catalog.py +253 -0
  649. pulumi_azure_native/devcenter/v20240501preview/get_catalog_sync_error_details.py +110 -0
  650. pulumi_azure_native/devcenter/v20240501preview/get_customization_task_error_details.py +89 -0
  651. pulumi_azure_native/devcenter/v20240501preview/get_dev_box_definition.py +266 -0
  652. pulumi_azure_native/devcenter/v20240501preview/get_dev_center.py +261 -0
  653. pulumi_azure_native/devcenter/v20240501preview/get_encryption_set.py +201 -0
  654. pulumi_azure_native/devcenter/v20240501preview/get_environment_definition_error_details.py +89 -0
  655. pulumi_azure_native/devcenter/v20240501preview/get_environment_type.py +162 -0
  656. pulumi_azure_native/devcenter/v20240501preview/get_gallery.py +149 -0
  657. pulumi_azure_native/devcenter/v20240501preview/get_network_connection.py +261 -0
  658. pulumi_azure_native/devcenter/v20240501preview/get_plan.py +170 -0
  659. pulumi_azure_native/devcenter/v20240501preview/get_plan_member.py +175 -0
  660. pulumi_azure_native/devcenter/v20240501preview/get_pool.py +318 -0
  661. pulumi_azure_native/devcenter/v20240501preview/get_project.py +248 -0
  662. pulumi_azure_native/devcenter/v20240501preview/get_project_catalog.py +253 -0
  663. pulumi_azure_native/devcenter/v20240501preview/get_project_catalog_environment_definition_error_details.py +89 -0
  664. pulumi_azure_native/devcenter/v20240501preview/get_project_catalog_sync_error_details.py +110 -0
  665. pulumi_azure_native/devcenter/v20240501preview/get_project_environment_type.py +253 -0
  666. pulumi_azure_native/devcenter/v20240501preview/get_project_inherited_settings.py +92 -0
  667. pulumi_azure_native/devcenter/v20240501preview/get_schedule.py +224 -0
  668. pulumi_azure_native/devcenter/v20240501preview/network_connection.py +448 -0
  669. pulumi_azure_native/devcenter/v20240501preview/outputs.py +1243 -0
  670. pulumi_azure_native/devcenter/v20240501preview/plan.py +263 -0
  671. pulumi_azure_native/devcenter/v20240501preview/plan_member.py +283 -0
  672. pulumi_azure_native/devcenter/v20240501preview/pool.py +550 -0
  673. pulumi_azure_native/devcenter/v20240501preview/project.py +418 -0
  674. pulumi_azure_native/devcenter/v20240501preview/project_catalog.py +363 -0
  675. pulumi_azure_native/devcenter/v20240501preview/project_environment_type.py +439 -0
  676. pulumi_azure_native/devcenter/v20240501preview/schedule.py +434 -0
  677. pulumi_azure_native/domainregistration/__init__.py +3 -0
  678. pulumi_azure_native/domainregistration/domain.py +3 -3
  679. pulumi_azure_native/domainregistration/domain_ownership_identifier.py +3 -3
  680. pulumi_azure_native/domainregistration/get_domain.py +2 -2
  681. pulumi_azure_native/domainregistration/get_domain_ownership_identifier.py +2 -2
  682. pulumi_azure_native/domainregistration/list_domain_recommendations.py +2 -2
  683. pulumi_azure_native/domainregistration/list_top_level_domain_agreements.py +2 -2
  684. pulumi_azure_native/domainregistration/v20201001/domain.py +1 -1
  685. pulumi_azure_native/domainregistration/v20201001/domain_ownership_identifier.py +1 -1
  686. pulumi_azure_native/domainregistration/v20220901/domain.py +1 -1
  687. pulumi_azure_native/domainregistration/v20220901/domain_ownership_identifier.py +1 -1
  688. pulumi_azure_native/domainregistration/v20230101/domain.py +1 -1
  689. pulumi_azure_native/domainregistration/v20230101/domain_ownership_identifier.py +1 -1
  690. pulumi_azure_native/domainregistration/v20231201/__init__.py +16 -0
  691. pulumi_azure_native/domainregistration/v20231201/_enums.py +17 -0
  692. pulumi_azure_native/domainregistration/v20231201/_inputs.py +322 -0
  693. pulumi_azure_native/domainregistration/v20231201/domain.py +609 -0
  694. pulumi_azure_native/domainregistration/v20231201/domain_ownership_identifier.py +231 -0
  695. pulumi_azure_native/domainregistration/v20231201/get_domain.py +337 -0
  696. pulumi_azure_native/domainregistration/v20231201/get_domain_ownership_identifier.py +135 -0
  697. pulumi_azure_native/domainregistration/v20231201/list_domain_recommendations.py +92 -0
  698. pulumi_azure_native/domainregistration/v20231201/list_top_level_domain_agreements.py +97 -0
  699. pulumi_azure_native/domainregistration/v20231201/outputs.py +205 -0
  700. pulumi_azure_native/elastic/_inputs.py +33 -1
  701. pulumi_azure_native/elastic/outputs.py +18 -16
  702. pulumi_azure_native/elastic/v20240101preview/_inputs.py +33 -1
  703. pulumi_azure_native/elastic/v20240101preview/outputs.py +18 -16
  704. pulumi_azure_native/elastic/v20240301/_inputs.py +33 -1
  705. pulumi_azure_native/elastic/v20240301/outputs.py +18 -16
  706. pulumi_azure_native/eventhub/v20240101/_enums.py +0 -15
  707. pulumi_azure_native/eventhub/v20240101/_inputs.py +0 -41
  708. pulumi_azure_native/eventhub/v20240101/cluster.py +1 -30
  709. pulumi_azure_native/eventhub/v20240101/event_hub.py +30 -1
  710. pulumi_azure_native/eventhub/v20240101/get_cluster.py +3 -16
  711. pulumi_azure_native/eventhub/v20240101/get_event_hub.py +16 -3
  712. pulumi_azure_native/eventhub/v20240101/outputs.py +0 -55
  713. pulumi_azure_native/hdinsight/v20231101preview/_inputs.py +2 -2
  714. pulumi_azure_native/hdinsight/v20231101preview/outputs.py +2 -2
  715. pulumi_azure_native/hdinsight/v20240501/_inputs.py +2 -2
  716. pulumi_azure_native/hdinsight/v20240501/outputs.py +2 -2
  717. pulumi_azure_native/machinelearningservices/__init__.py +14 -0
  718. pulumi_azure_native/machinelearningservices/_enums.py +38 -0
  719. pulumi_azure_native/machinelearningservices/_inputs.py +289 -0
  720. pulumi_azure_native/machinelearningservices/batch_deployment.py +3 -3
  721. pulumi_azure_native/machinelearningservices/batch_endpoint.py +3 -3
  722. pulumi_azure_native/machinelearningservices/capacity_reservation_group.py +3 -3
  723. pulumi_azure_native/machinelearningservices/code_container.py +3 -3
  724. pulumi_azure_native/machinelearningservices/code_version.py +3 -3
  725. pulumi_azure_native/machinelearningservices/component_container.py +3 -3
  726. pulumi_azure_native/machinelearningservices/component_version.py +3 -3
  727. pulumi_azure_native/machinelearningservices/compute.py +3 -3
  728. pulumi_azure_native/machinelearningservices/connection_deployment.py +230 -0
  729. pulumi_azure_native/machinelearningservices/connection_rai_blocklist.py +258 -0
  730. pulumi_azure_native/machinelearningservices/connection_rai_blocklist_item.py +237 -0
  731. pulumi_azure_native/machinelearningservices/connection_rai_policy.py +240 -0
  732. pulumi_azure_native/machinelearningservices/data_container.py +3 -3
  733. pulumi_azure_native/machinelearningservices/data_version.py +3 -3
  734. pulumi_azure_native/machinelearningservices/datastore.py +3 -3
  735. pulumi_azure_native/machinelearningservices/endpoint_deployment.py +5 -1
  736. pulumi_azure_native/machinelearningservices/environment_container.py +3 -3
  737. pulumi_azure_native/machinelearningservices/environment_specification_version.py +1 -1
  738. pulumi_azure_native/machinelearningservices/environment_version.py +3 -3
  739. pulumi_azure_native/machinelearningservices/featureset_container_entity.py +3 -3
  740. pulumi_azure_native/machinelearningservices/featureset_version.py +3 -3
  741. pulumi_azure_native/machinelearningservices/featurestore_entity_container_entity.py +3 -3
  742. pulumi_azure_native/machinelearningservices/featurestore_entity_version.py +3 -3
  743. pulumi_azure_native/machinelearningservices/get_batch_deployment.py +2 -2
  744. pulumi_azure_native/machinelearningservices/get_batch_endpoint.py +2 -2
  745. pulumi_azure_native/machinelearningservices/get_capacity_reservation_group.py +2 -2
  746. pulumi_azure_native/machinelearningservices/get_code_container.py +2 -2
  747. pulumi_azure_native/machinelearningservices/get_code_version.py +2 -2
  748. pulumi_azure_native/machinelearningservices/get_component_container.py +2 -2
  749. pulumi_azure_native/machinelearningservices/get_component_version.py +2 -2
  750. pulumi_azure_native/machinelearningservices/get_compute.py +2 -2
  751. pulumi_azure_native/machinelearningservices/get_compute_allowed_resize_sizes.py +2 -2
  752. pulumi_azure_native/machinelearningservices/get_connection_deployment.py +135 -0
  753. pulumi_azure_native/machinelearningservices/get_connection_rai_blocklist.py +143 -0
  754. pulumi_azure_native/machinelearningservices/get_connection_rai_blocklist_item.py +138 -0
  755. pulumi_azure_native/machinelearningservices/get_connection_rai_policy.py +143 -0
  756. pulumi_azure_native/machinelearningservices/get_data_container.py +2 -2
  757. pulumi_azure_native/machinelearningservices/get_data_version.py +2 -2
  758. pulumi_azure_native/machinelearningservices/get_datastore.py +2 -2
  759. pulumi_azure_native/machinelearningservices/get_endpoint_deployment.py +4 -0
  760. pulumi_azure_native/machinelearningservices/get_environment_container.py +2 -2
  761. pulumi_azure_native/machinelearningservices/get_environment_version.py +2 -2
  762. pulumi_azure_native/machinelearningservices/get_featureset_container_entity.py +2 -2
  763. pulumi_azure_native/machinelearningservices/get_featureset_version.py +2 -2
  764. pulumi_azure_native/machinelearningservices/get_featurestore_entity_container_entity.py +2 -2
  765. pulumi_azure_native/machinelearningservices/get_featurestore_entity_version.py +2 -2
  766. pulumi_azure_native/machinelearningservices/get_inference_endpoint.py +2 -2
  767. pulumi_azure_native/machinelearningservices/get_inference_group.py +2 -2
  768. pulumi_azure_native/machinelearningservices/get_inference_group_status.py +2 -2
  769. pulumi_azure_native/machinelearningservices/get_inference_pool.py +2 -2
  770. pulumi_azure_native/machinelearningservices/get_inference_pool_status.py +2 -2
  771. pulumi_azure_native/machinelearningservices/get_job.py +2 -2
  772. pulumi_azure_native/machinelearningservices/get_labeling_job.py +2 -2
  773. pulumi_azure_native/machinelearningservices/get_managed_network_settings_rule.py +2 -2
  774. pulumi_azure_native/machinelearningservices/get_marketplace_subscription.py +4 -0
  775. pulumi_azure_native/machinelearningservices/get_model_container.py +2 -2
  776. pulumi_azure_native/machinelearningservices/get_model_version.py +2 -2
  777. pulumi_azure_native/machinelearningservices/get_online_deployment.py +2 -2
  778. pulumi_azure_native/machinelearningservices/get_online_deployment_logs.py +2 -2
  779. pulumi_azure_native/machinelearningservices/get_online_endpoint.py +2 -2
  780. pulumi_azure_native/machinelearningservices/get_online_endpoint_token.py +2 -2
  781. pulumi_azure_native/machinelearningservices/get_private_endpoint_connection.py +2 -2
  782. pulumi_azure_native/machinelearningservices/get_rai_policy.py +143 -0
  783. pulumi_azure_native/machinelearningservices/get_registry.py +2 -2
  784. pulumi_azure_native/machinelearningservices/get_registry_code_container.py +2 -2
  785. pulumi_azure_native/machinelearningservices/get_registry_code_version.py +2 -2
  786. pulumi_azure_native/machinelearningservices/get_registry_component_container.py +2 -2
  787. pulumi_azure_native/machinelearningservices/get_registry_component_version.py +2 -2
  788. pulumi_azure_native/machinelearningservices/get_registry_data_container.py +2 -2
  789. pulumi_azure_native/machinelearningservices/get_registry_data_version.py +2 -2
  790. pulumi_azure_native/machinelearningservices/get_registry_environment_container.py +2 -2
  791. pulumi_azure_native/machinelearningservices/get_registry_environment_version.py +2 -2
  792. pulumi_azure_native/machinelearningservices/get_registry_model_container.py +2 -2
  793. pulumi_azure_native/machinelearningservices/get_registry_model_version.py +2 -2
  794. pulumi_azure_native/machinelearningservices/get_schedule.py +2 -2
  795. pulumi_azure_native/machinelearningservices/get_serverless_endpoint.py +2 -2
  796. pulumi_azure_native/machinelearningservices/get_serverless_endpoint_status.py +2 -2
  797. pulumi_azure_native/machinelearningservices/get_workspace.py +2 -2
  798. pulumi_azure_native/machinelearningservices/get_workspace_connection.py +2 -2
  799. pulumi_azure_native/machinelearningservices/inference_endpoint.py +3 -3
  800. pulumi_azure_native/machinelearningservices/inference_group.py +3 -3
  801. pulumi_azure_native/machinelearningservices/inference_pool.py +3 -3
  802. pulumi_azure_native/machinelearningservices/job.py +3 -3
  803. pulumi_azure_native/machinelearningservices/labeling_job.py +3 -3
  804. pulumi_azure_native/machinelearningservices/list_batch_endpoint_keys.py +2 -2
  805. pulumi_azure_native/machinelearningservices/list_compute_keys.py +2 -2
  806. pulumi_azure_native/machinelearningservices/list_compute_nodes.py +2 -2
  807. pulumi_azure_native/machinelearningservices/list_datastore_secrets.py +2 -2
  808. pulumi_azure_native/machinelearningservices/list_endpoint_keys.py +4 -0
  809. pulumi_azure_native/machinelearningservices/list_online_endpoint_keys.py +2 -2
  810. pulumi_azure_native/machinelearningservices/list_serverless_endpoint_keys.py +2 -2
  811. pulumi_azure_native/machinelearningservices/list_workspace_connection_models.py +91 -0
  812. pulumi_azure_native/machinelearningservices/list_workspace_connection_secrets.py +2 -2
  813. pulumi_azure_native/machinelearningservices/list_workspace_keys.py +2 -2
  814. pulumi_azure_native/machinelearningservices/list_workspace_notebook_access_token.py +2 -2
  815. pulumi_azure_native/machinelearningservices/list_workspace_notebook_keys.py +2 -2
  816. pulumi_azure_native/machinelearningservices/list_workspace_storage_account_keys.py +2 -2
  817. pulumi_azure_native/machinelearningservices/machine_learning_datastore.py +1 -1
  818. pulumi_azure_native/machinelearningservices/managed_network_settings_rule.py +3 -3
  819. pulumi_azure_native/machinelearningservices/marketplace_subscription.py +5 -1
  820. pulumi_azure_native/machinelearningservices/model_container.py +3 -3
  821. pulumi_azure_native/machinelearningservices/model_version.py +3 -3
  822. pulumi_azure_native/machinelearningservices/online_deployment.py +3 -3
  823. pulumi_azure_native/machinelearningservices/online_endpoint.py +3 -3
  824. pulumi_azure_native/machinelearningservices/outputs.py +875 -0
  825. pulumi_azure_native/machinelearningservices/private_endpoint_connection.py +3 -3
  826. pulumi_azure_native/machinelearningservices/rai_policy.py +240 -0
  827. pulumi_azure_native/machinelearningservices/registry.py +3 -3
  828. pulumi_azure_native/machinelearningservices/registry_code_container.py +3 -3
  829. pulumi_azure_native/machinelearningservices/registry_code_version.py +3 -3
  830. pulumi_azure_native/machinelearningservices/registry_component_container.py +3 -3
  831. pulumi_azure_native/machinelearningservices/registry_component_version.py +3 -3
  832. pulumi_azure_native/machinelearningservices/registry_data_container.py +3 -3
  833. pulumi_azure_native/machinelearningservices/registry_data_version.py +3 -3
  834. pulumi_azure_native/machinelearningservices/registry_environment_container.py +3 -3
  835. pulumi_azure_native/machinelearningservices/registry_environment_version.py +3 -3
  836. pulumi_azure_native/machinelearningservices/registry_model_container.py +3 -3
  837. pulumi_azure_native/machinelearningservices/registry_model_version.py +3 -3
  838. pulumi_azure_native/machinelearningservices/schedule.py +3 -3
  839. pulumi_azure_native/machinelearningservices/serverless_endpoint.py +3 -3
  840. pulumi_azure_native/machinelearningservices/v20200501preview/machine_learning_datastore.py +1 -1
  841. pulumi_azure_native/machinelearningservices/v20200801/workspace.py +1 -1
  842. pulumi_azure_native/machinelearningservices/v20200901preview/labeling_job.py +1 -1
  843. pulumi_azure_native/machinelearningservices/v20200901preview/workspace.py +1 -1
  844. pulumi_azure_native/machinelearningservices/v20210301preview/batch_deployment.py +1 -1
  845. pulumi_azure_native/machinelearningservices/v20210301preview/batch_endpoint.py +1 -1
  846. pulumi_azure_native/machinelearningservices/v20210301preview/code_container.py +1 -1
  847. pulumi_azure_native/machinelearningservices/v20210301preview/code_version.py +1 -1
  848. pulumi_azure_native/machinelearningservices/v20210301preview/data_container.py +1 -1
  849. pulumi_azure_native/machinelearningservices/v20210301preview/data_version.py +1 -1
  850. pulumi_azure_native/machinelearningservices/v20210301preview/datastore.py +1 -1
  851. pulumi_azure_native/machinelearningservices/v20210301preview/environment_container.py +1 -1
  852. pulumi_azure_native/machinelearningservices/v20210301preview/environment_specification_version.py +1 -1
  853. pulumi_azure_native/machinelearningservices/v20210301preview/job.py +1 -1
  854. pulumi_azure_native/machinelearningservices/v20210301preview/labeling_job.py +1 -1
  855. pulumi_azure_native/machinelearningservices/v20210301preview/model_container.py +1 -1
  856. pulumi_azure_native/machinelearningservices/v20210301preview/model_version.py +1 -1
  857. pulumi_azure_native/machinelearningservices/v20210301preview/online_deployment.py +1 -1
  858. pulumi_azure_native/machinelearningservices/v20210301preview/online_endpoint.py +1 -1
  859. pulumi_azure_native/machinelearningservices/v20210401/machine_learning_compute.py +1 -1
  860. pulumi_azure_native/machinelearningservices/v20210401/workspace_connection.py +1 -1
  861. pulumi_azure_native/machinelearningservices/v20220101preview/compute.py +1 -1
  862. pulumi_azure_native/machinelearningservices/v20220101preview/private_endpoint_connection.py +1 -1
  863. pulumi_azure_native/machinelearningservices/v20220101preview/workspace.py +1 -1
  864. pulumi_azure_native/machinelearningservices/v20220201preview/batch_deployment.py +1 -1
  865. pulumi_azure_native/machinelearningservices/v20220201preview/batch_endpoint.py +1 -1
  866. pulumi_azure_native/machinelearningservices/v20220201preview/code_container.py +1 -1
  867. pulumi_azure_native/machinelearningservices/v20220201preview/code_version.py +1 -1
  868. pulumi_azure_native/machinelearningservices/v20220201preview/component_container.py +1 -1
  869. pulumi_azure_native/machinelearningservices/v20220201preview/component_version.py +1 -1
  870. pulumi_azure_native/machinelearningservices/v20220201preview/data_container.py +1 -1
  871. pulumi_azure_native/machinelearningservices/v20220201preview/data_version.py +1 -1
  872. pulumi_azure_native/machinelearningservices/v20220201preview/datastore.py +1 -1
  873. pulumi_azure_native/machinelearningservices/v20220201preview/environment_container.py +1 -1
  874. pulumi_azure_native/machinelearningservices/v20220201preview/environment_version.py +1 -1
  875. pulumi_azure_native/machinelearningservices/v20220201preview/job.py +1 -1
  876. pulumi_azure_native/machinelearningservices/v20220201preview/model_container.py +1 -1
  877. pulumi_azure_native/machinelearningservices/v20220201preview/model_version.py +1 -1
  878. pulumi_azure_native/machinelearningservices/v20220201preview/online_deployment.py +1 -1
  879. pulumi_azure_native/machinelearningservices/v20220201preview/online_endpoint.py +1 -1
  880. pulumi_azure_native/machinelearningservices/v20220201preview/workspace_connection.py +1 -1
  881. pulumi_azure_native/machinelearningservices/v20230401/batch_deployment.py +1 -1
  882. pulumi_azure_native/machinelearningservices/v20230401/batch_endpoint.py +1 -1
  883. pulumi_azure_native/machinelearningservices/v20230401/code_container.py +1 -1
  884. pulumi_azure_native/machinelearningservices/v20230401/code_version.py +1 -1
  885. pulumi_azure_native/machinelearningservices/v20230401/component_container.py +1 -1
  886. pulumi_azure_native/machinelearningservices/v20230401/component_version.py +1 -1
  887. pulumi_azure_native/machinelearningservices/v20230401/compute.py +1 -1
  888. pulumi_azure_native/machinelearningservices/v20230401/data_container.py +1 -1
  889. pulumi_azure_native/machinelearningservices/v20230401/data_version.py +1 -1
  890. pulumi_azure_native/machinelearningservices/v20230401/datastore.py +1 -1
  891. pulumi_azure_native/machinelearningservices/v20230401/environment_container.py +1 -1
  892. pulumi_azure_native/machinelearningservices/v20230401/environment_version.py +1 -1
  893. pulumi_azure_native/machinelearningservices/v20230401/job.py +1 -1
  894. pulumi_azure_native/machinelearningservices/v20230401/model_container.py +1 -1
  895. pulumi_azure_native/machinelearningservices/v20230401/model_version.py +1 -1
  896. pulumi_azure_native/machinelearningservices/v20230401/online_deployment.py +1 -1
  897. pulumi_azure_native/machinelearningservices/v20230401/online_endpoint.py +1 -1
  898. pulumi_azure_native/machinelearningservices/v20230401/private_endpoint_connection.py +1 -1
  899. pulumi_azure_native/machinelearningservices/v20230401/registry.py +1 -1
  900. pulumi_azure_native/machinelearningservices/v20230401/registry_code_container.py +1 -1
  901. pulumi_azure_native/machinelearningservices/v20230401/registry_code_version.py +1 -1
  902. pulumi_azure_native/machinelearningservices/v20230401/registry_component_container.py +1 -1
  903. pulumi_azure_native/machinelearningservices/v20230401/registry_component_version.py +1 -1
  904. pulumi_azure_native/machinelearningservices/v20230401/registry_data_container.py +1 -1
  905. pulumi_azure_native/machinelearningservices/v20230401/registry_data_version.py +1 -1
  906. pulumi_azure_native/machinelearningservices/v20230401/registry_environment_container.py +1 -1
  907. pulumi_azure_native/machinelearningservices/v20230401/registry_environment_version.py +1 -1
  908. pulumi_azure_native/machinelearningservices/v20230401/registry_model_container.py +1 -1
  909. pulumi_azure_native/machinelearningservices/v20230401/registry_model_version.py +1 -1
  910. pulumi_azure_native/machinelearningservices/v20230401/schedule.py +1 -1
  911. pulumi_azure_native/machinelearningservices/v20230401/workspace.py +1 -1
  912. pulumi_azure_native/machinelearningservices/v20230401/workspace_connection.py +1 -1
  913. pulumi_azure_native/machinelearningservices/v20230401preview/batch_deployment.py +1 -1
  914. pulumi_azure_native/machinelearningservices/v20230401preview/batch_endpoint.py +1 -1
  915. pulumi_azure_native/machinelearningservices/v20230401preview/code_container.py +1 -1
  916. pulumi_azure_native/machinelearningservices/v20230401preview/code_version.py +1 -1
  917. pulumi_azure_native/machinelearningservices/v20230401preview/component_container.py +1 -1
  918. pulumi_azure_native/machinelearningservices/v20230401preview/component_version.py +1 -1
  919. pulumi_azure_native/machinelearningservices/v20230401preview/compute.py +1 -1
  920. pulumi_azure_native/machinelearningservices/v20230401preview/data_container.py +1 -1
  921. pulumi_azure_native/machinelearningservices/v20230401preview/data_version.py +1 -1
  922. pulumi_azure_native/machinelearningservices/v20230401preview/datastore.py +1 -1
  923. pulumi_azure_native/machinelearningservices/v20230401preview/environment_container.py +1 -1
  924. pulumi_azure_native/machinelearningservices/v20230401preview/environment_version.py +1 -1
  925. pulumi_azure_native/machinelearningservices/v20230401preview/featureset_container_entity.py +1 -1
  926. pulumi_azure_native/machinelearningservices/v20230401preview/featureset_version.py +1 -1
  927. pulumi_azure_native/machinelearningservices/v20230401preview/featurestore_entity_container_entity.py +1 -1
  928. pulumi_azure_native/machinelearningservices/v20230401preview/featurestore_entity_version.py +1 -1
  929. pulumi_azure_native/machinelearningservices/v20230401preview/job.py +1 -1
  930. pulumi_azure_native/machinelearningservices/v20230401preview/labeling_job.py +1 -1
  931. pulumi_azure_native/machinelearningservices/v20230401preview/managed_network_settings_rule.py +1 -1
  932. pulumi_azure_native/machinelearningservices/v20230401preview/model_container.py +1 -1
  933. pulumi_azure_native/machinelearningservices/v20230401preview/model_version.py +1 -1
  934. pulumi_azure_native/machinelearningservices/v20230401preview/online_deployment.py +1 -1
  935. pulumi_azure_native/machinelearningservices/v20230401preview/online_endpoint.py +1 -1
  936. pulumi_azure_native/machinelearningservices/v20230401preview/private_endpoint_connection.py +1 -1
  937. pulumi_azure_native/machinelearningservices/v20230401preview/registry.py +1 -1
  938. pulumi_azure_native/machinelearningservices/v20230401preview/registry_code_container.py +1 -1
  939. pulumi_azure_native/machinelearningservices/v20230401preview/registry_code_version.py +1 -1
  940. pulumi_azure_native/machinelearningservices/v20230401preview/registry_component_container.py +1 -1
  941. pulumi_azure_native/machinelearningservices/v20230401preview/registry_component_version.py +1 -1
  942. pulumi_azure_native/machinelearningservices/v20230401preview/registry_data_container.py +1 -1
  943. pulumi_azure_native/machinelearningservices/v20230401preview/registry_data_version.py +1 -1
  944. pulumi_azure_native/machinelearningservices/v20230401preview/registry_environment_container.py +1 -1
  945. pulumi_azure_native/machinelearningservices/v20230401preview/registry_environment_version.py +1 -1
  946. pulumi_azure_native/machinelearningservices/v20230401preview/registry_model_container.py +1 -1
  947. pulumi_azure_native/machinelearningservices/v20230401preview/registry_model_version.py +1 -1
  948. pulumi_azure_native/machinelearningservices/v20230401preview/schedule.py +1 -1
  949. pulumi_azure_native/machinelearningservices/v20230401preview/workspace.py +1 -1
  950. pulumi_azure_native/machinelearningservices/v20230401preview/workspace_connection.py +1 -1
  951. pulumi_azure_native/machinelearningservices/v20230601preview/batch_deployment.py +1 -1
  952. pulumi_azure_native/machinelearningservices/v20230601preview/batch_endpoint.py +1 -1
  953. pulumi_azure_native/machinelearningservices/v20230601preview/code_container.py +1 -1
  954. pulumi_azure_native/machinelearningservices/v20230601preview/code_version.py +1 -1
  955. pulumi_azure_native/machinelearningservices/v20230601preview/component_container.py +1 -1
  956. pulumi_azure_native/machinelearningservices/v20230601preview/component_version.py +1 -1
  957. pulumi_azure_native/machinelearningservices/v20230601preview/compute.py +1 -1
  958. pulumi_azure_native/machinelearningservices/v20230601preview/data_container.py +1 -1
  959. pulumi_azure_native/machinelearningservices/v20230601preview/data_version.py +1 -1
  960. pulumi_azure_native/machinelearningservices/v20230601preview/datastore.py +1 -1
  961. pulumi_azure_native/machinelearningservices/v20230601preview/environment_container.py +1 -1
  962. pulumi_azure_native/machinelearningservices/v20230601preview/environment_version.py +1 -1
  963. pulumi_azure_native/machinelearningservices/v20230601preview/featureset_container_entity.py +1 -1
  964. pulumi_azure_native/machinelearningservices/v20230601preview/featureset_version.py +1 -1
  965. pulumi_azure_native/machinelearningservices/v20230601preview/featurestore_entity_container_entity.py +1 -1
  966. pulumi_azure_native/machinelearningservices/v20230601preview/featurestore_entity_version.py +1 -1
  967. pulumi_azure_native/machinelearningservices/v20230601preview/job.py +1 -1
  968. pulumi_azure_native/machinelearningservices/v20230601preview/labeling_job.py +1 -1
  969. pulumi_azure_native/machinelearningservices/v20230601preview/managed_network_settings_rule.py +1 -1
  970. pulumi_azure_native/machinelearningservices/v20230601preview/model_container.py +1 -1
  971. pulumi_azure_native/machinelearningservices/v20230601preview/model_version.py +1 -1
  972. pulumi_azure_native/machinelearningservices/v20230601preview/online_deployment.py +1 -1
  973. pulumi_azure_native/machinelearningservices/v20230601preview/online_endpoint.py +1 -1
  974. pulumi_azure_native/machinelearningservices/v20230601preview/private_endpoint_connection.py +1 -1
  975. pulumi_azure_native/machinelearningservices/v20230601preview/registry.py +1 -1
  976. pulumi_azure_native/machinelearningservices/v20230601preview/registry_code_container.py +1 -1
  977. pulumi_azure_native/machinelearningservices/v20230601preview/registry_code_version.py +1 -1
  978. pulumi_azure_native/machinelearningservices/v20230601preview/registry_component_container.py +1 -1
  979. pulumi_azure_native/machinelearningservices/v20230601preview/registry_component_version.py +1 -1
  980. pulumi_azure_native/machinelearningservices/v20230601preview/registry_data_container.py +1 -1
  981. pulumi_azure_native/machinelearningservices/v20230601preview/registry_data_version.py +1 -1
  982. pulumi_azure_native/machinelearningservices/v20230601preview/registry_environment_container.py +1 -1
  983. pulumi_azure_native/machinelearningservices/v20230601preview/registry_environment_version.py +1 -1
  984. pulumi_azure_native/machinelearningservices/v20230601preview/registry_model_container.py +1 -1
  985. pulumi_azure_native/machinelearningservices/v20230601preview/registry_model_version.py +1 -1
  986. pulumi_azure_native/machinelearningservices/v20230601preview/schedule.py +1 -1
  987. pulumi_azure_native/machinelearningservices/v20230601preview/workspace.py +1 -1
  988. pulumi_azure_native/machinelearningservices/v20230601preview/workspace_connection.py +1 -1
  989. pulumi_azure_native/machinelearningservices/v20230801preview/batch_deployment.py +1 -1
  990. pulumi_azure_native/machinelearningservices/v20230801preview/batch_endpoint.py +1 -1
  991. pulumi_azure_native/machinelearningservices/v20230801preview/capacity_reservation_group.py +1 -1
  992. pulumi_azure_native/machinelearningservices/v20230801preview/code_container.py +1 -1
  993. pulumi_azure_native/machinelearningservices/v20230801preview/code_version.py +1 -1
  994. pulumi_azure_native/machinelearningservices/v20230801preview/component_container.py +1 -1
  995. pulumi_azure_native/machinelearningservices/v20230801preview/component_version.py +1 -1
  996. pulumi_azure_native/machinelearningservices/v20230801preview/compute.py +1 -1
  997. pulumi_azure_native/machinelearningservices/v20230801preview/data_container.py +1 -1
  998. pulumi_azure_native/machinelearningservices/v20230801preview/data_version.py +1 -1
  999. pulumi_azure_native/machinelearningservices/v20230801preview/datastore.py +1 -1
  1000. pulumi_azure_native/machinelearningservices/v20230801preview/environment_container.py +1 -1
  1001. pulumi_azure_native/machinelearningservices/v20230801preview/environment_version.py +1 -1
  1002. pulumi_azure_native/machinelearningservices/v20230801preview/featureset_container_entity.py +1 -1
  1003. pulumi_azure_native/machinelearningservices/v20230801preview/featureset_version.py +1 -1
  1004. pulumi_azure_native/machinelearningservices/v20230801preview/featurestore_entity_container_entity.py +1 -1
  1005. pulumi_azure_native/machinelearningservices/v20230801preview/featurestore_entity_version.py +1 -1
  1006. pulumi_azure_native/machinelearningservices/v20230801preview/inference_endpoint.py +1 -1
  1007. pulumi_azure_native/machinelearningservices/v20230801preview/inference_group.py +1 -1
  1008. pulumi_azure_native/machinelearningservices/v20230801preview/inference_pool.py +1 -1
  1009. pulumi_azure_native/machinelearningservices/v20230801preview/job.py +1 -1
  1010. pulumi_azure_native/machinelearningservices/v20230801preview/labeling_job.py +1 -1
  1011. pulumi_azure_native/machinelearningservices/v20230801preview/managed_network_settings_rule.py +1 -1
  1012. pulumi_azure_native/machinelearningservices/v20230801preview/model_container.py +1 -1
  1013. pulumi_azure_native/machinelearningservices/v20230801preview/model_version.py +1 -1
  1014. pulumi_azure_native/machinelearningservices/v20230801preview/online_deployment.py +1 -1
  1015. pulumi_azure_native/machinelearningservices/v20230801preview/online_endpoint.py +1 -1
  1016. pulumi_azure_native/machinelearningservices/v20230801preview/private_endpoint_connection.py +1 -1
  1017. pulumi_azure_native/machinelearningservices/v20230801preview/registry.py +1 -1
  1018. pulumi_azure_native/machinelearningservices/v20230801preview/registry_code_container.py +1 -1
  1019. pulumi_azure_native/machinelearningservices/v20230801preview/registry_code_version.py +1 -1
  1020. pulumi_azure_native/machinelearningservices/v20230801preview/registry_component_container.py +1 -1
  1021. pulumi_azure_native/machinelearningservices/v20230801preview/registry_component_version.py +1 -1
  1022. pulumi_azure_native/machinelearningservices/v20230801preview/registry_data_container.py +1 -1
  1023. pulumi_azure_native/machinelearningservices/v20230801preview/registry_data_version.py +1 -1
  1024. pulumi_azure_native/machinelearningservices/v20230801preview/registry_environment_container.py +1 -1
  1025. pulumi_azure_native/machinelearningservices/v20230801preview/registry_environment_version.py +1 -1
  1026. pulumi_azure_native/machinelearningservices/v20230801preview/registry_model_container.py +1 -1
  1027. pulumi_azure_native/machinelearningservices/v20230801preview/registry_model_version.py +1 -1
  1028. pulumi_azure_native/machinelearningservices/v20230801preview/schedule.py +1 -1
  1029. pulumi_azure_native/machinelearningservices/v20230801preview/serverless_endpoint.py +1 -1
  1030. pulumi_azure_native/machinelearningservices/v20230801preview/workspace.py +1 -1
  1031. pulumi_azure_native/machinelearningservices/v20230801preview/workspace_connection.py +1 -1
  1032. pulumi_azure_native/machinelearningservices/v20231001/batch_deployment.py +1 -1
  1033. pulumi_azure_native/machinelearningservices/v20231001/batch_endpoint.py +1 -1
  1034. pulumi_azure_native/machinelearningservices/v20231001/code_container.py +1 -1
  1035. pulumi_azure_native/machinelearningservices/v20231001/code_version.py +1 -1
  1036. pulumi_azure_native/machinelearningservices/v20231001/component_container.py +1 -1
  1037. pulumi_azure_native/machinelearningservices/v20231001/component_version.py +1 -1
  1038. pulumi_azure_native/machinelearningservices/v20231001/compute.py +1 -1
  1039. pulumi_azure_native/machinelearningservices/v20231001/data_container.py +1 -1
  1040. pulumi_azure_native/machinelearningservices/v20231001/data_version.py +1 -1
  1041. pulumi_azure_native/machinelearningservices/v20231001/datastore.py +1 -1
  1042. pulumi_azure_native/machinelearningservices/v20231001/environment_container.py +1 -1
  1043. pulumi_azure_native/machinelearningservices/v20231001/environment_version.py +1 -1
  1044. pulumi_azure_native/machinelearningservices/v20231001/featureset_container_entity.py +1 -1
  1045. pulumi_azure_native/machinelearningservices/v20231001/featureset_version.py +1 -1
  1046. pulumi_azure_native/machinelearningservices/v20231001/featurestore_entity_container_entity.py +1 -1
  1047. pulumi_azure_native/machinelearningservices/v20231001/featurestore_entity_version.py +1 -1
  1048. pulumi_azure_native/machinelearningservices/v20231001/job.py +1 -1
  1049. pulumi_azure_native/machinelearningservices/v20231001/managed_network_settings_rule.py +1 -1
  1050. pulumi_azure_native/machinelearningservices/v20231001/model_container.py +1 -1
  1051. pulumi_azure_native/machinelearningservices/v20231001/model_version.py +1 -1
  1052. pulumi_azure_native/machinelearningservices/v20231001/online_deployment.py +1 -1
  1053. pulumi_azure_native/machinelearningservices/v20231001/online_endpoint.py +1 -1
  1054. pulumi_azure_native/machinelearningservices/v20231001/private_endpoint_connection.py +1 -1
  1055. pulumi_azure_native/machinelearningservices/v20231001/registry.py +1 -1
  1056. pulumi_azure_native/machinelearningservices/v20231001/registry_code_container.py +1 -1
  1057. pulumi_azure_native/machinelearningservices/v20231001/registry_code_version.py +1 -1
  1058. pulumi_azure_native/machinelearningservices/v20231001/registry_component_container.py +1 -1
  1059. pulumi_azure_native/machinelearningservices/v20231001/registry_component_version.py +1 -1
  1060. pulumi_azure_native/machinelearningservices/v20231001/registry_data_container.py +1 -1
  1061. pulumi_azure_native/machinelearningservices/v20231001/registry_data_version.py +1 -1
  1062. pulumi_azure_native/machinelearningservices/v20231001/registry_environment_container.py +1 -1
  1063. pulumi_azure_native/machinelearningservices/v20231001/registry_environment_version.py +1 -1
  1064. pulumi_azure_native/machinelearningservices/v20231001/registry_model_container.py +1 -1
  1065. pulumi_azure_native/machinelearningservices/v20231001/registry_model_version.py +1 -1
  1066. pulumi_azure_native/machinelearningservices/v20231001/schedule.py +1 -1
  1067. pulumi_azure_native/machinelearningservices/v20231001/workspace.py +1 -1
  1068. pulumi_azure_native/machinelearningservices/v20231001/workspace_connection.py +1 -1
  1069. pulumi_azure_native/machinelearningservices/v20240101preview/_inputs.py +6 -4
  1070. pulumi_azure_native/machinelearningservices/v20240101preview/batch_deployment.py +1 -1
  1071. pulumi_azure_native/machinelearningservices/v20240101preview/batch_endpoint.py +1 -1
  1072. pulumi_azure_native/machinelearningservices/v20240101preview/capacity_reservation_group.py +1 -1
  1073. pulumi_azure_native/machinelearningservices/v20240101preview/code_container.py +1 -1
  1074. pulumi_azure_native/machinelearningservices/v20240101preview/code_version.py +1 -1
  1075. pulumi_azure_native/machinelearningservices/v20240101preview/component_container.py +1 -1
  1076. pulumi_azure_native/machinelearningservices/v20240101preview/component_version.py +1 -1
  1077. pulumi_azure_native/machinelearningservices/v20240101preview/compute.py +1 -1
  1078. pulumi_azure_native/machinelearningservices/v20240101preview/data_container.py +1 -1
  1079. pulumi_azure_native/machinelearningservices/v20240101preview/data_version.py +1 -1
  1080. pulumi_azure_native/machinelearningservices/v20240101preview/datastore.py +1 -1
  1081. pulumi_azure_native/machinelearningservices/v20240101preview/endpoint_deployment.py +1 -1
  1082. pulumi_azure_native/machinelearningservices/v20240101preview/environment_container.py +1 -1
  1083. pulumi_azure_native/machinelearningservices/v20240101preview/environment_version.py +1 -1
  1084. pulumi_azure_native/machinelearningservices/v20240101preview/featureset_container_entity.py +1 -1
  1085. pulumi_azure_native/machinelearningservices/v20240101preview/featureset_version.py +1 -1
  1086. pulumi_azure_native/machinelearningservices/v20240101preview/featurestore_entity_container_entity.py +1 -1
  1087. pulumi_azure_native/machinelearningservices/v20240101preview/featurestore_entity_version.py +1 -1
  1088. pulumi_azure_native/machinelearningservices/v20240101preview/inference_endpoint.py +1 -1
  1089. pulumi_azure_native/machinelearningservices/v20240101preview/inference_group.py +1 -1
  1090. pulumi_azure_native/machinelearningservices/v20240101preview/inference_pool.py +1 -1
  1091. pulumi_azure_native/machinelearningservices/v20240101preview/job.py +1 -1
  1092. pulumi_azure_native/machinelearningservices/v20240101preview/labeling_job.py +1 -1
  1093. pulumi_azure_native/machinelearningservices/v20240101preview/managed_network_settings_rule.py +1 -1
  1094. pulumi_azure_native/machinelearningservices/v20240101preview/marketplace_subscription.py +1 -1
  1095. pulumi_azure_native/machinelearningservices/v20240101preview/model_container.py +1 -1
  1096. pulumi_azure_native/machinelearningservices/v20240101preview/model_version.py +1 -1
  1097. pulumi_azure_native/machinelearningservices/v20240101preview/online_deployment.py +1 -1
  1098. pulumi_azure_native/machinelearningservices/v20240101preview/online_endpoint.py +1 -1
  1099. pulumi_azure_native/machinelearningservices/v20240101preview/outputs.py +6 -4
  1100. pulumi_azure_native/machinelearningservices/v20240101preview/private_endpoint_connection.py +1 -1
  1101. pulumi_azure_native/machinelearningservices/v20240101preview/registry.py +1 -1
  1102. pulumi_azure_native/machinelearningservices/v20240101preview/registry_code_container.py +1 -1
  1103. pulumi_azure_native/machinelearningservices/v20240101preview/registry_code_version.py +1 -1
  1104. pulumi_azure_native/machinelearningservices/v20240101preview/registry_component_container.py +1 -1
  1105. pulumi_azure_native/machinelearningservices/v20240101preview/registry_component_version.py +1 -1
  1106. pulumi_azure_native/machinelearningservices/v20240101preview/registry_data_container.py +1 -1
  1107. pulumi_azure_native/machinelearningservices/v20240101preview/registry_data_version.py +1 -1
  1108. pulumi_azure_native/machinelearningservices/v20240101preview/registry_environment_container.py +1 -1
  1109. pulumi_azure_native/machinelearningservices/v20240101preview/registry_environment_version.py +1 -1
  1110. pulumi_azure_native/machinelearningservices/v20240101preview/registry_model_container.py +1 -1
  1111. pulumi_azure_native/machinelearningservices/v20240101preview/registry_model_version.py +1 -1
  1112. pulumi_azure_native/machinelearningservices/v20240101preview/schedule.py +1 -1
  1113. pulumi_azure_native/machinelearningservices/v20240101preview/serverless_endpoint.py +1 -1
  1114. pulumi_azure_native/machinelearningservices/v20240101preview/workspace.py +1 -1
  1115. pulumi_azure_native/machinelearningservices/v20240101preview/workspace_connection.py +1 -1
  1116. pulumi_azure_native/machinelearningservices/v20240401preview/__init__.py +129 -0
  1117. pulumi_azure_native/machinelearningservices/v20240401preview/_enums.py +2429 -0
  1118. pulumi_azure_native/machinelearningservices/v20240401preview/_inputs.py +33263 -0
  1119. pulumi_azure_native/machinelearningservices/v20240401preview/batch_deployment.py +381 -0
  1120. pulumi_azure_native/machinelearningservices/v20240401preview/batch_endpoint.py +360 -0
  1121. pulumi_azure_native/machinelearningservices/v20240401preview/capacity_reservation_group.py +339 -0
  1122. pulumi_azure_native/machinelearningservices/v20240401preview/code_container.py +215 -0
  1123. pulumi_azure_native/machinelearningservices/v20240401preview/code_version.py +237 -0
  1124. pulumi_azure_native/machinelearningservices/v20240401preview/component_container.py +215 -0
  1125. pulumi_azure_native/machinelearningservices/v20240401preview/component_version.py +237 -0
  1126. pulumi_azure_native/machinelearningservices/v20240401preview/compute.py +332 -0
  1127. pulumi_azure_native/machinelearningservices/v20240401preview/connection_deployment.py +228 -0
  1128. pulumi_azure_native/machinelearningservices/v20240401preview/connection_rai_blocklist.py +256 -0
  1129. pulumi_azure_native/machinelearningservices/v20240401preview/connection_rai_blocklist_item.py +235 -0
  1130. pulumi_azure_native/machinelearningservices/v20240401preview/connection_rai_policy.py +238 -0
  1131. pulumi_azure_native/machinelearningservices/v20240401preview/data_container.py +216 -0
  1132. pulumi_azure_native/machinelearningservices/v20240401preview/data_version.py +237 -0
  1133. pulumi_azure_native/machinelearningservices/v20240401preview/datastore.py +236 -0
  1134. pulumi_azure_native/machinelearningservices/v20240401preview/endpoint_deployment.py +228 -0
  1135. pulumi_azure_native/machinelearningservices/v20240401preview/environment_container.py +215 -0
  1136. pulumi_azure_native/machinelearningservices/v20240401preview/environment_version.py +237 -0
  1137. pulumi_azure_native/machinelearningservices/v20240401preview/featureset_container_entity.py +215 -0
  1138. pulumi_azure_native/machinelearningservices/v20240401preview/featureset_version.py +237 -0
  1139. pulumi_azure_native/machinelearningservices/v20240401preview/featurestore_entity_container_entity.py +215 -0
  1140. pulumi_azure_native/machinelearningservices/v20240401preview/featurestore_entity_version.py +237 -0
  1141. pulumi_azure_native/machinelearningservices/v20240401preview/get_batch_deployment.py +201 -0
  1142. pulumi_azure_native/machinelearningservices/v20240401preview/get_batch_endpoint.py +196 -0
  1143. pulumi_azure_native/machinelearningservices/v20240401preview/get_capacity_reservation_group.py +191 -0
  1144. pulumi_azure_native/machinelearningservices/v20240401preview/get_code_container.py +136 -0
  1145. pulumi_azure_native/machinelearningservices/v20240401preview/get_code_version.py +141 -0
  1146. pulumi_azure_native/machinelearningservices/v20240401preview/get_component_container.py +136 -0
  1147. pulumi_azure_native/machinelearningservices/v20240401preview/get_component_version.py +141 -0
  1148. pulumi_azure_native/machinelearningservices/v20240401preview/get_compute.py +188 -0
  1149. pulumi_azure_native/machinelearningservices/v20240401preview/get_compute_allowed_resize_sizes.py +84 -0
  1150. pulumi_azure_native/machinelearningservices/v20240401preview/get_connection_deployment.py +133 -0
  1151. pulumi_azure_native/machinelearningservices/v20240401preview/get_connection_rai_blocklist.py +141 -0
  1152. pulumi_azure_native/machinelearningservices/v20240401preview/get_connection_rai_blocklist_item.py +136 -0
  1153. pulumi_azure_native/machinelearningservices/v20240401preview/get_connection_rai_policy.py +141 -0
  1154. pulumi_azure_native/machinelearningservices/v20240401preview/get_data_container.py +136 -0
  1155. pulumi_azure_native/machinelearningservices/v20240401preview/get_data_version.py +141 -0
  1156. pulumi_azure_native/machinelearningservices/v20240401preview/get_datastore.py +136 -0
  1157. pulumi_azure_native/machinelearningservices/v20240401preview/get_endpoint_deployment.py +133 -0
  1158. pulumi_azure_native/machinelearningservices/v20240401preview/get_environment_container.py +136 -0
  1159. pulumi_azure_native/machinelearningservices/v20240401preview/get_environment_version.py +141 -0
  1160. pulumi_azure_native/machinelearningservices/v20240401preview/get_featureset_container_entity.py +136 -0
  1161. pulumi_azure_native/machinelearningservices/v20240401preview/get_featureset_version.py +141 -0
  1162. pulumi_azure_native/machinelearningservices/v20240401preview/get_featurestore_entity_container_entity.py +136 -0
  1163. pulumi_azure_native/machinelearningservices/v20240401preview/get_featurestore_entity_version.py +141 -0
  1164. pulumi_azure_native/machinelearningservices/v20240401preview/get_inference_endpoint.py +201 -0
  1165. pulumi_azure_native/machinelearningservices/v20240401preview/get_inference_group.py +201 -0
  1166. pulumi_azure_native/machinelearningservices/v20240401preview/get_inference_group_status.py +123 -0
  1167. pulumi_azure_native/machinelearningservices/v20240401preview/get_inference_pool.py +196 -0
  1168. pulumi_azure_native/machinelearningservices/v20240401preview/get_inference_pool_status.py +117 -0
  1169. pulumi_azure_native/machinelearningservices/v20240401preview/get_job.py +136 -0
  1170. pulumi_azure_native/machinelearningservices/v20240401preview/get_labeling_job.py +136 -0
  1171. pulumi_azure_native/machinelearningservices/v20240401preview/get_managed_network_settings_rule.py +131 -0
  1172. pulumi_azure_native/machinelearningservices/v20240401preview/get_marketplace_subscription.py +136 -0
  1173. pulumi_azure_native/machinelearningservices/v20240401preview/get_model_container.py +136 -0
  1174. pulumi_azure_native/machinelearningservices/v20240401preview/get_model_version.py +141 -0
  1175. pulumi_azure_native/machinelearningservices/v20240401preview/get_online_deployment.py +201 -0
  1176. pulumi_azure_native/machinelearningservices/v20240401preview/get_online_deployment_logs.py +94 -0
  1177. pulumi_azure_native/machinelearningservices/v20240401preview/get_online_endpoint.py +196 -0
  1178. pulumi_azure_native/machinelearningservices/v20240401preview/get_online_endpoint_token.py +122 -0
  1179. pulumi_azure_native/machinelearningservices/v20240401preview/get_private_endpoint_connection.py +211 -0
  1180. pulumi_azure_native/machinelearningservices/v20240401preview/get_rai_policy.py +141 -0
  1181. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry.py +191 -0
  1182. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_code_container.py +136 -0
  1183. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_code_version.py +141 -0
  1184. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_component_container.py +136 -0
  1185. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_component_version.py +141 -0
  1186. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_data_container.py +136 -0
  1187. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_data_version.py +141 -0
  1188. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_environment_container.py +136 -0
  1189. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_environment_version.py +141 -0
  1190. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_model_container.py +136 -0
  1191. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_model_version.py +141 -0
  1192. pulumi_azure_native/machinelearningservices/v20240401preview/get_schedule.py +136 -0
  1193. pulumi_azure_native/machinelearningservices/v20240401preview/get_serverless_endpoint.py +196 -0
  1194. pulumi_azure_native/machinelearningservices/v20240401preview/get_serverless_endpoint_status.py +78 -0
  1195. pulumi_azure_native/machinelearningservices/v20240401preview/get_workspace.py +670 -0
  1196. pulumi_azure_native/machinelearningservices/v20240401preview/get_workspace_connection.py +128 -0
  1197. pulumi_azure_native/machinelearningservices/v20240401preview/inference_endpoint.py +381 -0
  1198. pulumi_azure_native/machinelearningservices/v20240401preview/inference_group.py +381 -0
  1199. pulumi_azure_native/machinelearningservices/v20240401preview/inference_pool.py +360 -0
  1200. pulumi_azure_native/machinelearningservices/v20240401preview/job.py +217 -0
  1201. pulumi_azure_native/machinelearningservices/v20240401preview/labeling_job.py +217 -0
  1202. pulumi_azure_native/machinelearningservices/v20240401preview/list_batch_endpoint_keys.py +96 -0
  1203. pulumi_azure_native/machinelearningservices/v20240401preview/list_compute_keys.py +83 -0
  1204. pulumi_azure_native/machinelearningservices/v20240401preview/list_compute_nodes.py +97 -0
  1205. pulumi_azure_native/machinelearningservices/v20240401preview/list_datastore_secrets.py +83 -0
  1206. pulumi_azure_native/machinelearningservices/v20240401preview/list_endpoint_keys.py +79 -0
  1207. pulumi_azure_native/machinelearningservices/v20240401preview/list_online_endpoint_keys.py +96 -0
  1208. pulumi_azure_native/machinelearningservices/v20240401preview/list_serverless_endpoint_keys.py +96 -0
  1209. pulumi_azure_native/machinelearningservices/v20240401preview/list_workspace_connection_models.py +89 -0
  1210. pulumi_azure_native/machinelearningservices/v20240401preview/list_workspace_connection_secrets.py +128 -0
  1211. pulumi_azure_native/machinelearningservices/v20240401preview/list_workspace_keys.py +120 -0
  1212. pulumi_azure_native/machinelearningservices/v20240401preview/list_workspace_notebook_access_token.py +140 -0
  1213. pulumi_azure_native/machinelearningservices/v20240401preview/list_workspace_notebook_keys.py +86 -0
  1214. pulumi_azure_native/machinelearningservices/v20240401preview/list_workspace_storage_account_keys.py +73 -0
  1215. pulumi_azure_native/machinelearningservices/v20240401preview/managed_network_settings_rule.py +215 -0
  1216. pulumi_azure_native/machinelearningservices/v20240401preview/marketplace_subscription.py +215 -0
  1217. pulumi_azure_native/machinelearningservices/v20240401preview/model_container.py +215 -0
  1218. pulumi_azure_native/machinelearningservices/v20240401preview/model_version.py +237 -0
  1219. pulumi_azure_native/machinelearningservices/v20240401preview/online_deployment.py +381 -0
  1220. pulumi_azure_native/machinelearningservices/v20240401preview/online_endpoint.py +360 -0
  1221. pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py +38272 -0
  1222. pulumi_azure_native/machinelearningservices/v20240401preview/private_endpoint_connection.py +363 -0
  1223. pulumi_azure_native/machinelearningservices/v20240401preview/rai_policy.py +238 -0
  1224. pulumi_azure_native/machinelearningservices/v20240401preview/registry.py +339 -0
  1225. pulumi_azure_native/machinelearningservices/v20240401preview/registry_code_container.py +216 -0
  1226. pulumi_azure_native/machinelearningservices/v20240401preview/registry_code_version.py +238 -0
  1227. pulumi_azure_native/machinelearningservices/v20240401preview/registry_component_container.py +216 -0
  1228. pulumi_azure_native/machinelearningservices/v20240401preview/registry_component_version.py +238 -0
  1229. pulumi_azure_native/machinelearningservices/v20240401preview/registry_data_container.py +216 -0
  1230. pulumi_azure_native/machinelearningservices/v20240401preview/registry_data_version.py +237 -0
  1231. pulumi_azure_native/machinelearningservices/v20240401preview/registry_environment_container.py +216 -0
  1232. pulumi_azure_native/machinelearningservices/v20240401preview/registry_environment_version.py +238 -0
  1233. pulumi_azure_native/machinelearningservices/v20240401preview/registry_model_container.py +216 -0
  1234. pulumi_azure_native/machinelearningservices/v20240401preview/registry_model_version.py +238 -0
  1235. pulumi_azure_native/machinelearningservices/v20240401preview/schedule.py +216 -0
  1236. pulumi_azure_native/machinelearningservices/v20240401preview/serverless_endpoint.py +359 -0
  1237. pulumi_azure_native/machinelearningservices/v20240401preview/workspace.py +1212 -0
  1238. pulumi_azure_native/machinelearningservices/v20240401preview/workspace_connection.py +207 -0
  1239. pulumi_azure_native/machinelearningservices/workspace.py +3 -3
  1240. pulumi_azure_native/machinelearningservices/workspace_connection.py +3 -3
  1241. pulumi_azure_native/recoveryservices/__init__.py +3 -0
  1242. pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
  1243. pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
  1244. pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
  1245. pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
  1246. pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
  1247. pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
  1248. pulumi_azure_native/recoveryservices/get_vault.py +2 -2
  1249. pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
  1250. pulumi_azure_native/recoveryservices/protected_item.py +3 -3
  1251. pulumi_azure_native/recoveryservices/protection_container.py +3 -3
  1252. pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
  1253. pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
  1254. pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
  1255. pulumi_azure_native/recoveryservices/v20200202/vault.py +1 -1
  1256. pulumi_azure_native/recoveryservices/v20230401/private_endpoint_connection.py +1 -1
  1257. pulumi_azure_native/recoveryservices/v20230401/protected_item.py +1 -1
  1258. pulumi_azure_native/recoveryservices/v20230401/protection_container.py +1 -1
  1259. pulumi_azure_native/recoveryservices/v20230401/protection_intent.py +1 -1
  1260. pulumi_azure_native/recoveryservices/v20230401/protection_policy.py +1 -1
  1261. pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py +1 -1
  1262. pulumi_azure_native/recoveryservices/v20230401/vault.py +1 -1
  1263. pulumi_azure_native/recoveryservices/v20230601/private_endpoint_connection.py +1 -1
  1264. pulumi_azure_native/recoveryservices/v20230601/protected_item.py +1 -1
  1265. pulumi_azure_native/recoveryservices/v20230601/protection_container.py +1 -1
  1266. pulumi_azure_native/recoveryservices/v20230601/protection_intent.py +1 -1
  1267. pulumi_azure_native/recoveryservices/v20230601/protection_policy.py +1 -1
  1268. pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py +1 -1
  1269. pulumi_azure_native/recoveryservices/v20230601/vault.py +1 -1
  1270. pulumi_azure_native/recoveryservices/v20230801/private_endpoint_connection.py +1 -1
  1271. pulumi_azure_native/recoveryservices/v20230801/protected_item.py +1 -1
  1272. pulumi_azure_native/recoveryservices/v20230801/protection_container.py +1 -1
  1273. pulumi_azure_native/recoveryservices/v20230801/protection_intent.py +1 -1
  1274. pulumi_azure_native/recoveryservices/v20230801/protection_policy.py +1 -1
  1275. pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py +1 -1
  1276. pulumi_azure_native/recoveryservices/v20230801/vault.py +1 -1
  1277. pulumi_azure_native/recoveryservices/v20240101/private_endpoint_connection.py +1 -1
  1278. pulumi_azure_native/recoveryservices/v20240101/protected_item.py +1 -1
  1279. pulumi_azure_native/recoveryservices/v20240101/protection_container.py +1 -1
  1280. pulumi_azure_native/recoveryservices/v20240101/protection_intent.py +1 -1
  1281. pulumi_azure_native/recoveryservices/v20240101/protection_policy.py +1 -1
  1282. pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py +1 -1
  1283. pulumi_azure_native/recoveryservices/v20240101/vault.py +1 -1
  1284. pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py +1 -1
  1285. pulumi_azure_native/recoveryservices/v20240201/protected_item.py +1 -1
  1286. pulumi_azure_native/recoveryservices/v20240201/protection_container.py +1 -1
  1287. pulumi_azure_native/recoveryservices/v20240201/protection_intent.py +1 -1
  1288. pulumi_azure_native/recoveryservices/v20240201/protection_policy.py +1 -1
  1289. pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py +1 -1
  1290. pulumi_azure_native/recoveryservices/v20240201/vault.py +1 -1
  1291. pulumi_azure_native/recoveryservices/v20240401/__init__.py +24 -0
  1292. pulumi_azure_native/recoveryservices/v20240401/_enums.py +470 -0
  1293. pulumi_azure_native/recoveryservices/v20240401/_inputs.py +12162 -0
  1294. pulumi_azure_native/recoveryservices/v20240401/get_private_endpoint_connection.py +162 -0
  1295. pulumi_azure_native/recoveryservices/v20240401/get_protected_item.py +179 -0
  1296. pulumi_azure_native/recoveryservices/v20240401/get_protection_container.py +167 -0
  1297. pulumi_azure_native/recoveryservices/v20240401/get_protection_intent.py +169 -0
  1298. pulumi_azure_native/recoveryservices/v20240401/get_protection_policy.py +164 -0
  1299. pulumi_azure_native/recoveryservices/v20240401/get_resource_guard_proxy.py +157 -0
  1300. pulumi_azure_native/recoveryservices/v20240401/get_vault.py +196 -0
  1301. pulumi_azure_native/recoveryservices/v20240401/outputs.py +14409 -0
  1302. pulumi_azure_native/recoveryservices/v20240401/private_endpoint_connection.py +293 -0
  1303. pulumi_azure_native/recoveryservices/v20240401/protected_item.py +335 -0
  1304. pulumi_azure_native/recoveryservices/v20240401/protection_container.py +314 -0
  1305. pulumi_azure_native/recoveryservices/v20240401/protection_intent.py +314 -0
  1306. pulumi_azure_native/recoveryservices/v20240401/protection_policy.py +293 -0
  1307. pulumi_azure_native/recoveryservices/v20240401/resource_guard_proxy.py +285 -0
  1308. pulumi_azure_native/recoveryservices/v20240401/vault.py +321 -0
  1309. pulumi_azure_native/recoveryservices/vault.py +3 -3
  1310. pulumi_azure_native/servicefabric/__init__.py +3 -0
  1311. pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
  1312. pulumi_azure_native/servicefabric/get_managed_cluster_application.py +2 -2
  1313. pulumi_azure_native/servicefabric/get_managed_cluster_application_type.py +2 -2
  1314. pulumi_azure_native/servicefabric/get_managed_cluster_application_type_version.py +2 -2
  1315. pulumi_azure_native/servicefabric/get_managed_cluster_service.py +2 -2
  1316. pulumi_azure_native/servicefabric/get_node_type.py +2 -2
  1317. pulumi_azure_native/servicefabric/getmanaged_az_resiliency_status.py +2 -2
  1318. pulumi_azure_native/servicefabric/getmanaged_maintenance_window_status.py +2 -2
  1319. pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
  1320. pulumi_azure_native/servicefabric/managed_cluster_application.py +3 -3
  1321. pulumi_azure_native/servicefabric/managed_cluster_application_type.py +3 -3
  1322. pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +3 -3
  1323. pulumi_azure_native/servicefabric/managed_cluster_service.py +3 -3
  1324. pulumi_azure_native/servicefabric/node_type.py +3 -3
  1325. pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
  1326. pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
  1327. pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
  1328. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
  1329. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
  1330. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
  1331. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
  1332. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
  1333. pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
  1334. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
  1335. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
  1336. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
  1337. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
  1338. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
  1339. pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
  1340. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1 -1
  1341. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +1 -1
  1342. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +1 -1
  1343. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +1 -1
  1344. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +1 -1
  1345. pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1 -1
  1346. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster.py +1 -1
  1347. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application.py +1 -1
  1348. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type.py +1 -1
  1349. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type_version.py +1 -1
  1350. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_service.py +1 -1
  1351. pulumi_azure_native/servicefabric/v20231101preview/node_type.py +1 -1
  1352. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster.py +1 -1
  1353. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application.py +1 -1
  1354. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type.py +1 -1
  1355. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type_version.py +1 -1
  1356. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_service.py +1 -1
  1357. pulumi_azure_native/servicefabric/v20231201preview/node_type.py +1 -1
  1358. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster.py +1 -1
  1359. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application.py +1 -1
  1360. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type.py +1 -1
  1361. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type_version.py +1 -1
  1362. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_service.py +1 -1
  1363. pulumi_azure_native/servicefabric/v20240201preview/node_type.py +1 -1
  1364. pulumi_azure_native/servicefabric/v20240401/__init__.py +24 -0
  1365. pulumi_azure_native/servicefabric/v20240401/_enums.py +488 -0
  1366. pulumi_azure_native/servicefabric/v20240401/_inputs.py +3875 -0
  1367. pulumi_azure_native/servicefabric/v20240401/get_managed_cluster.py +677 -0
  1368. pulumi_azure_native/servicefabric/v20240401/get_managed_cluster_application.py +228 -0
  1369. pulumi_azure_native/servicefabric/v20240401/get_managed_cluster_application_type.py +162 -0
  1370. pulumi_azure_native/servicefabric/v20240401/get_managed_cluster_application_type_version.py +180 -0
  1371. pulumi_azure_native/servicefabric/v20240401/get_managed_cluster_service.py +167 -0
  1372. pulumi_azure_native/servicefabric/v20240401/get_node_type.py +786 -0
  1373. pulumi_azure_native/servicefabric/v20240401/getmanaged_az_resiliency_status.py +92 -0
  1374. pulumi_azure_native/servicefabric/v20240401/getmanaged_maintenance_window_status.py +156 -0
  1375. pulumi_azure_native/servicefabric/v20240401/managed_cluster.py +1276 -0
  1376. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application.py +404 -0
  1377. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type.py +253 -0
  1378. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type_version.py +304 -0
  1379. pulumi_azure_native/servicefabric/v20240401/managed_cluster_service.py +295 -0
  1380. pulumi_azure_native/servicefabric/v20240401/node_type.py +1661 -0
  1381. pulumi_azure_native/servicefabric/v20240401/outputs.py +4478 -0
  1382. pulumi_azure_native/solutions/__init__.py +3 -0
  1383. pulumi_azure_native/solutions/application.py +3 -3
  1384. pulumi_azure_native/solutions/application_definition.py +3 -3
  1385. pulumi_azure_native/solutions/get_application.py +2 -2
  1386. pulumi_azure_native/solutions/get_application_definition.py +2 -2
  1387. pulumi_azure_native/solutions/get_jit_request.py +4 -0
  1388. pulumi_azure_native/solutions/jit_request.py +5 -1
  1389. pulumi_azure_native/solutions/list_application_allowed_upgrade_plans.py +4 -0
  1390. pulumi_azure_native/solutions/list_application_tokens.py +2 -2
  1391. pulumi_azure_native/solutions/v20210701/application.py +1 -1
  1392. pulumi_azure_native/solutions/v20210701/application_definition.py +1 -1
  1393. pulumi_azure_native/solutions/v20210701/jit_request.py +1 -1
  1394. pulumi_azure_native/solutions/v20231201preview/__init__.py +18 -0
  1395. pulumi_azure_native/solutions/v20231201preview/_enums.py +99 -0
  1396. pulumi_azure_native/solutions/v20231201preview/_inputs.py +750 -0
  1397. pulumi_azure_native/solutions/v20231201preview/application.py +596 -0
  1398. pulumi_azure_native/solutions/v20231201preview/application_definition.py +718 -0
  1399. pulumi_azure_native/solutions/v20231201preview/get_application.py +404 -0
  1400. pulumi_azure_native/solutions/v20231201preview/get_application_definition.py +365 -0
  1401. pulumi_azure_native/solutions/v20231201preview/get_jit_request.py +248 -0
  1402. pulumi_azure_native/solutions/v20231201preview/jit_request.py +364 -0
  1403. pulumi_azure_native/solutions/v20231201preview/list_application_allowed_upgrade_plans.py +79 -0
  1404. pulumi_azure_native/solutions/v20231201preview/list_application_tokens.py +89 -0
  1405. pulumi_azure_native/solutions/v20231201preview/outputs.py +1394 -0
  1406. pulumi_azure_native/sqlvirtualmachine/__init__.py +3 -0
  1407. pulumi_azure_native/sqlvirtualmachine/availability_group_listener.py +3 -3
  1408. pulumi_azure_native/sqlvirtualmachine/get_availability_group_listener.py +2 -2
  1409. pulumi_azure_native/sqlvirtualmachine/get_sql_virtual_machine.py +2 -2
  1410. pulumi_azure_native/sqlvirtualmachine/get_sql_virtual_machine_group.py +2 -2
  1411. pulumi_azure_native/sqlvirtualmachine/sql_virtual_machine.py +3 -3
  1412. pulumi_azure_native/sqlvirtualmachine/sql_virtual_machine_group.py +3 -3
  1413. pulumi_azure_native/sqlvirtualmachine/v20220201/availability_group_listener.py +1 -1
  1414. pulumi_azure_native/sqlvirtualmachine/v20220201/sql_virtual_machine.py +1 -1
  1415. pulumi_azure_native/sqlvirtualmachine/v20220201/sql_virtual_machine_group.py +1 -1
  1416. pulumi_azure_native/sqlvirtualmachine/v20230101preview/availability_group_listener.py +1 -1
  1417. pulumi_azure_native/sqlvirtualmachine/v20230101preview/sql_virtual_machine.py +1 -1
  1418. pulumi_azure_native/sqlvirtualmachine/v20230101preview/sql_virtual_machine_group.py +1 -1
  1419. pulumi_azure_native/sqlvirtualmachine/v20231001/__init__.py +16 -0
  1420. pulumi_azure_native/sqlvirtualmachine/v20231001/_enums.py +232 -0
  1421. pulumi_azure_native/sqlvirtualmachine/v20231001/_inputs.py +1929 -0
  1422. pulumi_azure_native/sqlvirtualmachine/v20231001/availability_group_listener.py +371 -0
  1423. pulumi_azure_native/sqlvirtualmachine/v20231001/get_availability_group_listener.py +219 -0
  1424. pulumi_azure_native/sqlvirtualmachine/v20231001/get_sql_virtual_machine.py +435 -0
  1425. pulumi_azure_native/sqlvirtualmachine/v20231001/get_sql_virtual_machine_group.py +235 -0
  1426. pulumi_azure_native/sqlvirtualmachine/v20231001/outputs.py +2327 -0
  1427. pulumi_azure_native/sqlvirtualmachine/v20231001/sql_virtual_machine.py +794 -0
  1428. pulumi_azure_native/sqlvirtualmachine/v20231001/sql_virtual_machine_group.py +351 -0
  1429. pulumi_azure_native/web/__init__.py +7 -0
  1430. pulumi_azure_native/web/_enums.py +11 -0
  1431. pulumi_azure_native/web/_inputs.py +108 -0
  1432. pulumi_azure_native/web/app_service_environment.py +3 -3
  1433. pulumi_azure_native/web/app_service_environment_ase_custom_dns_suffix_configuration.py +3 -3
  1434. pulumi_azure_native/web/app_service_environment_private_endpoint_connection.py +3 -3
  1435. pulumi_azure_native/web/app_service_plan.py +3 -3
  1436. pulumi_azure_native/web/app_service_plan_route_for_vnet.py +3 -3
  1437. pulumi_azure_native/web/certificate.py +3 -3
  1438. pulumi_azure_native/web/container_app.py +5 -1
  1439. pulumi_azure_native/web/get_app_service_environment.py +2 -2
  1440. pulumi_azure_native/web/get_app_service_environment_ase_custom_dns_suffix_configuration.py +2 -2
  1441. pulumi_azure_native/web/get_app_service_environment_private_endpoint_connection.py +2 -2
  1442. pulumi_azure_native/web/get_app_service_plan.py +2 -2
  1443. pulumi_azure_native/web/get_certificate.py +2 -2
  1444. pulumi_azure_native/web/get_container_app.py +4 -0
  1445. pulumi_azure_native/web/get_kube_environment.py +2 -2
  1446. pulumi_azure_native/web/get_static_site.py +2 -2
  1447. pulumi_azure_native/web/get_static_site_build_database_connection.py +2 -2
  1448. pulumi_azure_native/web/get_static_site_custom_domain.py +2 -2
  1449. pulumi_azure_native/web/get_static_site_database_connection.py +2 -2
  1450. pulumi_azure_native/web/get_static_site_linked_backend.py +2 -2
  1451. pulumi_azure_native/web/get_static_site_linked_backend_for_build.py +2 -2
  1452. pulumi_azure_native/web/get_static_site_private_endpoint_connection.py +2 -2
  1453. pulumi_azure_native/web/get_static_site_user_provided_function_app_for_static_site.py +2 -2
  1454. pulumi_azure_native/web/get_static_site_user_provided_function_app_for_static_site_build.py +2 -2
  1455. pulumi_azure_native/web/get_web_app.py +2 -2
  1456. pulumi_azure_native/web/get_web_app_deployment.py +2 -2
  1457. pulumi_azure_native/web/get_web_app_deployment_slot.py +2 -2
  1458. pulumi_azure_native/web/get_web_app_diagnostic_logs_configuration.py +2 -2
  1459. pulumi_azure_native/web/get_web_app_domain_ownership_identifier.py +2 -2
  1460. pulumi_azure_native/web/get_web_app_domain_ownership_identifier_slot.py +2 -2
  1461. pulumi_azure_native/web/get_web_app_ftp_allowed.py +2 -2
  1462. pulumi_azure_native/web/get_web_app_function.py +2 -2
  1463. pulumi_azure_native/web/get_web_app_host_name_binding.py +2 -2
  1464. pulumi_azure_native/web/get_web_app_host_name_binding_slot.py +2 -2
  1465. pulumi_azure_native/web/get_web_app_hybrid_connection.py +2 -2
  1466. pulumi_azure_native/web/get_web_app_hybrid_connection_slot.py +2 -2
  1467. pulumi_azure_native/web/get_web_app_instance_function_slot.py +2 -2
  1468. pulumi_azure_native/web/get_web_app_premier_add_on.py +2 -2
  1469. pulumi_azure_native/web/get_web_app_premier_add_on_slot.py +2 -2
  1470. pulumi_azure_native/web/get_web_app_private_endpoint_connection.py +2 -2
  1471. pulumi_azure_native/web/get_web_app_private_endpoint_connection_slot.py +2 -2
  1472. pulumi_azure_native/web/get_web_app_public_certificate.py +2 -2
  1473. pulumi_azure_native/web/get_web_app_public_certificate_slot.py +2 -2
  1474. pulumi_azure_native/web/get_web_app_relay_service_connection.py +2 -2
  1475. pulumi_azure_native/web/get_web_app_relay_service_connection_slot.py +2 -2
  1476. pulumi_azure_native/web/get_web_app_scm_allowed.py +2 -2
  1477. pulumi_azure_native/web/get_web_app_site_container.py +281 -0
  1478. pulumi_azure_native/web/get_web_app_site_container_slot.py +286 -0
  1479. pulumi_azure_native/web/get_web_app_site_extension.py +2 -2
  1480. pulumi_azure_native/web/get_web_app_site_extension_slot.py +2 -2
  1481. pulumi_azure_native/web/get_web_app_slot.py +2 -2
  1482. pulumi_azure_native/web/get_web_app_slot_configuration_names.py +2 -2
  1483. pulumi_azure_native/web/get_web_app_source_control.py +2 -2
  1484. pulumi_azure_native/web/get_web_app_source_control_slot.py +2 -2
  1485. pulumi_azure_native/web/get_web_app_swift_virtual_network_connection.py +2 -2
  1486. pulumi_azure_native/web/get_web_app_swift_virtual_network_connection_slot.py +2 -2
  1487. pulumi_azure_native/web/get_web_app_vnet_connection.py +2 -2
  1488. pulumi_azure_native/web/get_web_app_vnet_connection_slot.py +2 -2
  1489. pulumi_azure_native/web/kube_environment.py +3 -3
  1490. pulumi_azure_native/web/list_app_service_plan_hybrid_connection_keys.py +2 -2
  1491. pulumi_azure_native/web/list_container_app_secrets.py +4 -0
  1492. pulumi_azure_native/web/list_site_identifiers_assigned_to_host_name.py +2 -2
  1493. pulumi_azure_native/web/list_static_site_app_settings.py +2 -2
  1494. pulumi_azure_native/web/list_static_site_build_app_settings.py +2 -2
  1495. pulumi_azure_native/web/list_static_site_build_function_app_settings.py +2 -2
  1496. pulumi_azure_native/web/list_static_site_configured_roles.py +2 -2
  1497. pulumi_azure_native/web/list_static_site_function_app_settings.py +2 -2
  1498. pulumi_azure_native/web/list_static_site_secrets.py +2 -2
  1499. pulumi_azure_native/web/list_static_site_users.py +2 -2
  1500. pulumi_azure_native/web/list_web_app_application_settings.py +2 -2
  1501. pulumi_azure_native/web/list_web_app_application_settings_slot.py +2 -2
  1502. pulumi_azure_native/web/list_web_app_auth_settings.py +2 -2
  1503. pulumi_azure_native/web/list_web_app_auth_settings_slot.py +2 -2
  1504. pulumi_azure_native/web/list_web_app_azure_storage_accounts.py +2 -2
  1505. pulumi_azure_native/web/list_web_app_azure_storage_accounts_slot.py +2 -2
  1506. pulumi_azure_native/web/list_web_app_backup_configuration.py +2 -2
  1507. pulumi_azure_native/web/list_web_app_backup_configuration_slot.py +2 -2
  1508. pulumi_azure_native/web/list_web_app_backup_status_secrets.py +2 -2
  1509. pulumi_azure_native/web/list_web_app_backup_status_secrets_slot.py +2 -2
  1510. pulumi_azure_native/web/list_web_app_connection_strings.py +2 -2
  1511. pulumi_azure_native/web/list_web_app_connection_strings_slot.py +2 -2
  1512. pulumi_azure_native/web/list_web_app_function_keys.py +2 -2
  1513. pulumi_azure_native/web/list_web_app_function_keys_slot.py +2 -2
  1514. pulumi_azure_native/web/list_web_app_function_secrets.py +2 -2
  1515. pulumi_azure_native/web/list_web_app_function_secrets_slot.py +2 -2
  1516. pulumi_azure_native/web/list_web_app_host_keys.py +2 -2
  1517. pulumi_azure_native/web/list_web_app_host_keys_slot.py +2 -2
  1518. pulumi_azure_native/web/list_web_app_metadata.py +2 -2
  1519. pulumi_azure_native/web/list_web_app_metadata_slot.py +2 -2
  1520. pulumi_azure_native/web/list_web_app_publishing_credentials.py +2 -2
  1521. pulumi_azure_native/web/list_web_app_publishing_credentials_slot.py +2 -2
  1522. pulumi_azure_native/web/list_web_app_site_backups.py +2 -2
  1523. pulumi_azure_native/web/list_web_app_site_backups_slot.py +2 -2
  1524. pulumi_azure_native/web/list_web_app_site_push_settings.py +2 -2
  1525. pulumi_azure_native/web/list_web_app_site_push_settings_slot.py +2 -2
  1526. pulumi_azure_native/web/list_web_app_sync_function_triggers.py +2 -2
  1527. pulumi_azure_native/web/list_web_app_sync_function_triggers_slot.py +2 -2
  1528. pulumi_azure_native/web/list_web_app_workflows_connections.py +2 -2
  1529. pulumi_azure_native/web/list_web_app_workflows_connections_slot.py +2 -2
  1530. pulumi_azure_native/web/list_workflow_run_action_expression_traces.py +2 -2
  1531. pulumi_azure_native/web/list_workflow_run_action_repetition_expression_traces.py +2 -2
  1532. pulumi_azure_native/web/list_workflow_trigger_callback_url.py +2 -2
  1533. pulumi_azure_native/web/outputs.py +105 -0
  1534. pulumi_azure_native/web/static_site.py +3 -3
  1535. pulumi_azure_native/web/static_site_build_database_connection.py +3 -3
  1536. pulumi_azure_native/web/static_site_custom_domain.py +3 -3
  1537. pulumi_azure_native/web/static_site_database_connection.py +3 -3
  1538. pulumi_azure_native/web/static_site_linked_backend.py +3 -3
  1539. pulumi_azure_native/web/static_site_linked_backend_for_build.py +3 -3
  1540. pulumi_azure_native/web/static_site_private_endpoint_connection.py +3 -3
  1541. pulumi_azure_native/web/static_site_user_provided_function_app_for_static_site.py +3 -3
  1542. pulumi_azure_native/web/static_site_user_provided_function_app_for_static_site_build.py +3 -3
  1543. pulumi_azure_native/web/v20160301/certificate.py +1 -1
  1544. pulumi_azure_native/web/v20160801/web_app.py +1 -1
  1545. pulumi_azure_native/web/v20160801/web_app_backup_configuration.py +1 -1
  1546. pulumi_azure_native/web/v20160801/web_app_backup_configuration_slot.py +1 -1
  1547. pulumi_azure_native/web/v20160801/web_app_function.py +1 -1
  1548. pulumi_azure_native/web/v20160801/web_app_instance_function_slot.py +1 -1
  1549. pulumi_azure_native/web/v20160801/web_app_premier_add_on.py +1 -1
  1550. pulumi_azure_native/web/v20160801/web_app_premier_add_on_slot.py +1 -1
  1551. pulumi_azure_native/web/v20160801/web_app_site_extension.py +1 -1
  1552. pulumi_azure_native/web/v20160801/web_app_site_extension_slot.py +1 -1
  1553. pulumi_azure_native/web/v20160801/web_app_slot.py +1 -1
  1554. pulumi_azure_native/web/v20160901/app_service_plan.py +1 -1
  1555. pulumi_azure_native/web/v20160901/app_service_plan_route_for_vnet.py +1 -1
  1556. pulumi_azure_native/web/v20181101/web_app.py +1 -1
  1557. pulumi_azure_native/web/v20181101/web_app_domain_ownership_identifier.py +1 -1
  1558. pulumi_azure_native/web/v20181101/web_app_domain_ownership_identifier_slot.py +1 -1
  1559. pulumi_azure_native/web/v20181101/web_app_slot.py +1 -1
  1560. pulumi_azure_native/web/v20190801/app_service_environment.py +1 -1
  1561. pulumi_azure_native/web/v20190801/web_app_ftp_allowed.py +1 -1
  1562. pulumi_azure_native/web/v20190801/web_app_scm_allowed.py +1 -1
  1563. pulumi_azure_native/web/v20200601/web_app_ftp_allowed.py +1 -1
  1564. pulumi_azure_native/web/v20200601/web_app_scm_allowed.py +1 -1
  1565. pulumi_azure_native/web/v20200901/web_app_ftp_allowed.py +1 -1
  1566. pulumi_azure_native/web/v20200901/web_app_scm_allowed.py +1 -1
  1567. pulumi_azure_native/web/v20201001/app_service_environment.py +1 -1
  1568. pulumi_azure_native/web/v20201001/app_service_plan.py +1 -1
  1569. pulumi_azure_native/web/v20201001/app_service_plan_route_for_vnet.py +1 -1
  1570. pulumi_azure_native/web/v20201001/certificate.py +1 -1
  1571. pulumi_azure_native/web/v20201001/static_site.py +1 -1
  1572. pulumi_azure_native/web/v20201001/web_app.py +1 -1
  1573. pulumi_azure_native/web/v20201001/web_app_application_settings.py +1 -1
  1574. pulumi_azure_native/web/v20201001/web_app_application_settings_slot.py +1 -1
  1575. pulumi_azure_native/web/v20201001/web_app_auth_settings.py +1 -1
  1576. pulumi_azure_native/web/v20201001/web_app_auth_settings_slot.py +1 -1
  1577. pulumi_azure_native/web/v20201001/web_app_azure_storage_accounts.py +1 -1
  1578. pulumi_azure_native/web/v20201001/web_app_azure_storage_accounts_slot.py +1 -1
  1579. pulumi_azure_native/web/v20201001/web_app_backup_configuration.py +1 -1
  1580. pulumi_azure_native/web/v20201001/web_app_backup_configuration_slot.py +1 -1
  1581. pulumi_azure_native/web/v20201001/web_app_connection_strings.py +1 -1
  1582. pulumi_azure_native/web/v20201001/web_app_connection_strings_slot.py +1 -1
  1583. pulumi_azure_native/web/v20201001/web_app_deployment.py +1 -1
  1584. pulumi_azure_native/web/v20201001/web_app_deployment_slot.py +1 -1
  1585. pulumi_azure_native/web/v20201001/web_app_diagnostic_logs_configuration.py +1 -1
  1586. pulumi_azure_native/web/v20201001/web_app_domain_ownership_identifier.py +1 -1
  1587. pulumi_azure_native/web/v20201001/web_app_domain_ownership_identifier_slot.py +1 -1
  1588. pulumi_azure_native/web/v20201001/web_app_ftp_allowed.py +1 -1
  1589. pulumi_azure_native/web/v20201001/web_app_function.py +1 -1
  1590. pulumi_azure_native/web/v20201001/web_app_host_name_binding.py +1 -1
  1591. pulumi_azure_native/web/v20201001/web_app_host_name_binding_slot.py +1 -1
  1592. pulumi_azure_native/web/v20201001/web_app_hybrid_connection.py +1 -1
  1593. pulumi_azure_native/web/v20201001/web_app_hybrid_connection_slot.py +1 -1
  1594. pulumi_azure_native/web/v20201001/web_app_instance_function_slot.py +1 -1
  1595. pulumi_azure_native/web/v20201001/web_app_metadata.py +1 -1
  1596. pulumi_azure_native/web/v20201001/web_app_metadata_slot.py +1 -1
  1597. pulumi_azure_native/web/v20201001/web_app_premier_add_on.py +1 -1
  1598. pulumi_azure_native/web/v20201001/web_app_premier_add_on_slot.py +1 -1
  1599. pulumi_azure_native/web/v20201001/web_app_private_endpoint_connection.py +1 -1
  1600. pulumi_azure_native/web/v20201001/web_app_public_certificate.py +1 -1
  1601. pulumi_azure_native/web/v20201001/web_app_public_certificate_slot.py +1 -1
  1602. pulumi_azure_native/web/v20201001/web_app_relay_service_connection.py +1 -1
  1603. pulumi_azure_native/web/v20201001/web_app_relay_service_connection_slot.py +1 -1
  1604. pulumi_azure_native/web/v20201001/web_app_scm_allowed.py +1 -1
  1605. pulumi_azure_native/web/v20201001/web_app_site_extension.py +1 -1
  1606. pulumi_azure_native/web/v20201001/web_app_site_extension_slot.py +1 -1
  1607. pulumi_azure_native/web/v20201001/web_app_site_push_settings.py +1 -1
  1608. pulumi_azure_native/web/v20201001/web_app_site_push_settings_slot.py +1 -1
  1609. pulumi_azure_native/web/v20201001/web_app_slot.py +1 -1
  1610. pulumi_azure_native/web/v20201001/web_app_slot_configuration_names.py +1 -1
  1611. pulumi_azure_native/web/v20201001/web_app_source_control.py +1 -1
  1612. pulumi_azure_native/web/v20201001/web_app_source_control_slot.py +1 -1
  1613. pulumi_azure_native/web/v20201001/web_app_swift_virtual_network_connection.py +1 -1
  1614. pulumi_azure_native/web/v20201001/web_app_swift_virtual_network_connection_slot.py +1 -1
  1615. pulumi_azure_native/web/v20201001/web_app_vnet_connection.py +1 -1
  1616. pulumi_azure_native/web/v20201001/web_app_vnet_connection_slot.py +1 -1
  1617. pulumi_azure_native/web/v20201201/web_app_ftp_allowed.py +1 -1
  1618. pulumi_azure_native/web/v20201201/web_app_scm_allowed.py +1 -1
  1619. pulumi_azure_native/web/v20210101/web_app_ftp_allowed.py +1 -1
  1620. pulumi_azure_native/web/v20210101/web_app_scm_allowed.py +1 -1
  1621. pulumi_azure_native/web/v20210115/app_service_environment.py +1 -1
  1622. pulumi_azure_native/web/v20210115/web_app_ftp_allowed.py +1 -1
  1623. pulumi_azure_native/web/v20210115/web_app_scm_allowed.py +1 -1
  1624. pulumi_azure_native/web/v20210201/static_site.py +1 -1
  1625. pulumi_azure_native/web/v20210201/web_app_ftp_allowed.py +1 -1
  1626. pulumi_azure_native/web/v20210201/web_app_scm_allowed.py +1 -1
  1627. pulumi_azure_native/web/v20210301/web_app_ftp_allowed.py +1 -1
  1628. pulumi_azure_native/web/v20210301/web_app_scm_allowed.py +1 -1
  1629. pulumi_azure_native/web/v20220301/web_app_ftp_allowed.py +1 -1
  1630. pulumi_azure_native/web/v20220301/web_app_scm_allowed.py +1 -1
  1631. pulumi_azure_native/web/v20220901/app_service_environment.py +1 -1
  1632. pulumi_azure_native/web/v20220901/app_service_environment_ase_custom_dns_suffix_configuration.py +1 -1
  1633. pulumi_azure_native/web/v20220901/app_service_environment_private_endpoint_connection.py +1 -1
  1634. pulumi_azure_native/web/v20220901/app_service_plan.py +1 -1
  1635. pulumi_azure_native/web/v20220901/app_service_plan_route_for_vnet.py +1 -1
  1636. pulumi_azure_native/web/v20220901/certificate.py +1 -1
  1637. pulumi_azure_native/web/v20220901/kube_environment.py +1 -1
  1638. pulumi_azure_native/web/v20220901/static_site.py +1 -1
  1639. pulumi_azure_native/web/v20220901/static_site_build_database_connection.py +1 -1
  1640. pulumi_azure_native/web/v20220901/static_site_custom_domain.py +1 -1
  1641. pulumi_azure_native/web/v20220901/static_site_database_connection.py +1 -1
  1642. pulumi_azure_native/web/v20220901/static_site_linked_backend.py +1 -1
  1643. pulumi_azure_native/web/v20220901/static_site_linked_backend_for_build.py +1 -1
  1644. pulumi_azure_native/web/v20220901/static_site_private_endpoint_connection.py +1 -1
  1645. pulumi_azure_native/web/v20220901/static_site_user_provided_function_app_for_static_site.py +1 -1
  1646. pulumi_azure_native/web/v20220901/static_site_user_provided_function_app_for_static_site_build.py +1 -1
  1647. pulumi_azure_native/web/v20220901/web_app.py +1 -1
  1648. pulumi_azure_native/web/v20220901/web_app_application_settings.py +1 -1
  1649. pulumi_azure_native/web/v20220901/web_app_application_settings_slot.py +1 -1
  1650. pulumi_azure_native/web/v20220901/web_app_auth_settings.py +1 -1
  1651. pulumi_azure_native/web/v20220901/web_app_auth_settings_slot.py +1 -1
  1652. pulumi_azure_native/web/v20220901/web_app_azure_storage_accounts.py +1 -1
  1653. pulumi_azure_native/web/v20220901/web_app_azure_storage_accounts_slot.py +1 -1
  1654. pulumi_azure_native/web/v20220901/web_app_backup_configuration.py +1 -1
  1655. pulumi_azure_native/web/v20220901/web_app_backup_configuration_slot.py +1 -1
  1656. pulumi_azure_native/web/v20220901/web_app_connection_strings.py +1 -1
  1657. pulumi_azure_native/web/v20220901/web_app_connection_strings_slot.py +1 -1
  1658. pulumi_azure_native/web/v20220901/web_app_deployment.py +1 -1
  1659. pulumi_azure_native/web/v20220901/web_app_deployment_slot.py +1 -1
  1660. pulumi_azure_native/web/v20220901/web_app_diagnostic_logs_configuration.py +1 -1
  1661. pulumi_azure_native/web/v20220901/web_app_domain_ownership_identifier.py +1 -1
  1662. pulumi_azure_native/web/v20220901/web_app_domain_ownership_identifier_slot.py +1 -1
  1663. pulumi_azure_native/web/v20220901/web_app_ftp_allowed.py +1 -1
  1664. pulumi_azure_native/web/v20220901/web_app_function.py +1 -1
  1665. pulumi_azure_native/web/v20220901/web_app_host_name_binding.py +1 -1
  1666. pulumi_azure_native/web/v20220901/web_app_host_name_binding_slot.py +1 -1
  1667. pulumi_azure_native/web/v20220901/web_app_hybrid_connection.py +1 -1
  1668. pulumi_azure_native/web/v20220901/web_app_hybrid_connection_slot.py +1 -1
  1669. pulumi_azure_native/web/v20220901/web_app_instance_function_slot.py +1 -1
  1670. pulumi_azure_native/web/v20220901/web_app_metadata.py +1 -1
  1671. pulumi_azure_native/web/v20220901/web_app_metadata_slot.py +1 -1
  1672. pulumi_azure_native/web/v20220901/web_app_premier_add_on.py +1 -1
  1673. pulumi_azure_native/web/v20220901/web_app_premier_add_on_slot.py +1 -1
  1674. pulumi_azure_native/web/v20220901/web_app_private_endpoint_connection.py +1 -1
  1675. pulumi_azure_native/web/v20220901/web_app_private_endpoint_connection_slot.py +1 -1
  1676. pulumi_azure_native/web/v20220901/web_app_public_certificate.py +1 -1
  1677. pulumi_azure_native/web/v20220901/web_app_public_certificate_slot.py +1 -1
  1678. pulumi_azure_native/web/v20220901/web_app_relay_service_connection.py +1 -1
  1679. pulumi_azure_native/web/v20220901/web_app_relay_service_connection_slot.py +1 -1
  1680. pulumi_azure_native/web/v20220901/web_app_scm_allowed.py +1 -1
  1681. pulumi_azure_native/web/v20220901/web_app_site_extension.py +1 -1
  1682. pulumi_azure_native/web/v20220901/web_app_site_extension_slot.py +1 -1
  1683. pulumi_azure_native/web/v20220901/web_app_site_push_settings.py +1 -1
  1684. pulumi_azure_native/web/v20220901/web_app_site_push_settings_slot.py +1 -1
  1685. pulumi_azure_native/web/v20220901/web_app_slot.py +1 -1
  1686. pulumi_azure_native/web/v20220901/web_app_slot_configuration_names.py +1 -1
  1687. pulumi_azure_native/web/v20220901/web_app_source_control.py +1 -1
  1688. pulumi_azure_native/web/v20220901/web_app_source_control_slot.py +1 -1
  1689. pulumi_azure_native/web/v20220901/web_app_swift_virtual_network_connection.py +1 -1
  1690. pulumi_azure_native/web/v20220901/web_app_swift_virtual_network_connection_slot.py +1 -1
  1691. pulumi_azure_native/web/v20220901/web_app_vnet_connection.py +1 -1
  1692. pulumi_azure_native/web/v20220901/web_app_vnet_connection_slot.py +1 -1
  1693. pulumi_azure_native/web/v20230101/app_service_environment.py +1 -1
  1694. pulumi_azure_native/web/v20230101/app_service_environment_ase_custom_dns_suffix_configuration.py +1 -1
  1695. pulumi_azure_native/web/v20230101/app_service_environment_private_endpoint_connection.py +1 -1
  1696. pulumi_azure_native/web/v20230101/app_service_plan.py +1 -1
  1697. pulumi_azure_native/web/v20230101/app_service_plan_route_for_vnet.py +1 -1
  1698. pulumi_azure_native/web/v20230101/certificate.py +1 -1
  1699. pulumi_azure_native/web/v20230101/container_app.py +1 -1
  1700. pulumi_azure_native/web/v20230101/get_web_app.py +14 -1
  1701. pulumi_azure_native/web/v20230101/get_web_app_slot.py +14 -1
  1702. pulumi_azure_native/web/v20230101/kube_environment.py +1 -1
  1703. pulumi_azure_native/web/v20230101/static_site.py +1 -1
  1704. pulumi_azure_native/web/v20230101/static_site_build_database_connection.py +1 -1
  1705. pulumi_azure_native/web/v20230101/static_site_custom_domain.py +1 -1
  1706. pulumi_azure_native/web/v20230101/static_site_database_connection.py +1 -1
  1707. pulumi_azure_native/web/v20230101/static_site_linked_backend.py +1 -1
  1708. pulumi_azure_native/web/v20230101/static_site_linked_backend_for_build.py +1 -1
  1709. pulumi_azure_native/web/v20230101/static_site_private_endpoint_connection.py +1 -1
  1710. pulumi_azure_native/web/v20230101/static_site_user_provided_function_app_for_static_site.py +1 -1
  1711. pulumi_azure_native/web/v20230101/static_site_user_provided_function_app_for_static_site_build.py +1 -1
  1712. pulumi_azure_native/web/v20230101/web_app.py +30 -1
  1713. pulumi_azure_native/web/v20230101/web_app_application_settings.py +1 -1
  1714. pulumi_azure_native/web/v20230101/web_app_application_settings_slot.py +1 -1
  1715. pulumi_azure_native/web/v20230101/web_app_auth_settings.py +1 -1
  1716. pulumi_azure_native/web/v20230101/web_app_auth_settings_slot.py +1 -1
  1717. pulumi_azure_native/web/v20230101/web_app_azure_storage_accounts.py +1 -1
  1718. pulumi_azure_native/web/v20230101/web_app_azure_storage_accounts_slot.py +1 -1
  1719. pulumi_azure_native/web/v20230101/web_app_backup_configuration.py +1 -1
  1720. pulumi_azure_native/web/v20230101/web_app_backup_configuration_slot.py +1 -1
  1721. pulumi_azure_native/web/v20230101/web_app_connection_strings.py +1 -1
  1722. pulumi_azure_native/web/v20230101/web_app_connection_strings_slot.py +1 -1
  1723. pulumi_azure_native/web/v20230101/web_app_deployment.py +1 -1
  1724. pulumi_azure_native/web/v20230101/web_app_deployment_slot.py +1 -1
  1725. pulumi_azure_native/web/v20230101/web_app_diagnostic_logs_configuration.py +1 -1
  1726. pulumi_azure_native/web/v20230101/web_app_domain_ownership_identifier.py +1 -1
  1727. pulumi_azure_native/web/v20230101/web_app_domain_ownership_identifier_slot.py +1 -1
  1728. pulumi_azure_native/web/v20230101/web_app_ftp_allowed.py +1 -1
  1729. pulumi_azure_native/web/v20230101/web_app_function.py +1 -1
  1730. pulumi_azure_native/web/v20230101/web_app_host_name_binding.py +1 -1
  1731. pulumi_azure_native/web/v20230101/web_app_host_name_binding_slot.py +1 -1
  1732. pulumi_azure_native/web/v20230101/web_app_hybrid_connection.py +1 -1
  1733. pulumi_azure_native/web/v20230101/web_app_hybrid_connection_slot.py +1 -1
  1734. pulumi_azure_native/web/v20230101/web_app_instance_function_slot.py +1 -1
  1735. pulumi_azure_native/web/v20230101/web_app_metadata.py +1 -1
  1736. pulumi_azure_native/web/v20230101/web_app_metadata_slot.py +1 -1
  1737. pulumi_azure_native/web/v20230101/web_app_premier_add_on.py +1 -1
  1738. pulumi_azure_native/web/v20230101/web_app_premier_add_on_slot.py +1 -1
  1739. pulumi_azure_native/web/v20230101/web_app_private_endpoint_connection.py +1 -1
  1740. pulumi_azure_native/web/v20230101/web_app_private_endpoint_connection_slot.py +1 -1
  1741. pulumi_azure_native/web/v20230101/web_app_public_certificate.py +1 -1
  1742. pulumi_azure_native/web/v20230101/web_app_public_certificate_slot.py +1 -1
  1743. pulumi_azure_native/web/v20230101/web_app_relay_service_connection.py +1 -1
  1744. pulumi_azure_native/web/v20230101/web_app_relay_service_connection_slot.py +1 -1
  1745. pulumi_azure_native/web/v20230101/web_app_scm_allowed.py +1 -1
  1746. pulumi_azure_native/web/v20230101/web_app_site_extension.py +1 -1
  1747. pulumi_azure_native/web/v20230101/web_app_site_extension_slot.py +1 -1
  1748. pulumi_azure_native/web/v20230101/web_app_site_push_settings.py +1 -1
  1749. pulumi_azure_native/web/v20230101/web_app_site_push_settings_slot.py +1 -1
  1750. pulumi_azure_native/web/v20230101/web_app_slot.py +30 -1
  1751. pulumi_azure_native/web/v20230101/web_app_slot_configuration_names.py +1 -1
  1752. pulumi_azure_native/web/v20230101/web_app_source_control.py +1 -1
  1753. pulumi_azure_native/web/v20230101/web_app_source_control_slot.py +1 -1
  1754. pulumi_azure_native/web/v20230101/web_app_swift_virtual_network_connection.py +1 -1
  1755. pulumi_azure_native/web/v20230101/web_app_swift_virtual_network_connection_slot.py +1 -1
  1756. pulumi_azure_native/web/v20230101/web_app_vnet_connection.py +1 -1
  1757. pulumi_azure_native/web/v20230101/web_app_vnet_connection_slot.py +1 -1
  1758. pulumi_azure_native/web/v20231201/__init__.py +168 -0
  1759. pulumi_azure_native/web/v20231201/_enums.py +458 -0
  1760. pulumi_azure_native/web/v20231201/_inputs.py +6998 -0
  1761. pulumi_azure_native/web/v20231201/app_service_environment.py +695 -0
  1762. pulumi_azure_native/web/v20231201/app_service_environment_ase_custom_dns_suffix_configuration.py +283 -0
  1763. pulumi_azure_native/web/v20231201/app_service_environment_private_endpoint_connection.py +274 -0
  1764. pulumi_azure_native/web/v20231201/app_service_plan.py +842 -0
  1765. pulumi_azure_native/web/v20231201/app_service_plan_route_for_vnet.py +331 -0
  1766. pulumi_azure_native/web/v20231201/certificate.py +593 -0
  1767. pulumi_azure_native/web/v20231201/container_app.py +359 -0
  1768. pulumi_azure_native/web/v20231201/get_app_service_environment.py +405 -0
  1769. pulumi_azure_native/web/v20231201/get_app_service_environment_ase_custom_dns_suffix_configuration.py +176 -0
  1770. pulumi_azure_native/web/v20231201/get_app_service_environment_private_endpoint_connection.py +172 -0
  1771. pulumi_azure_native/web/v20231201/get_app_service_plan.py +471 -0
  1772. pulumi_azure_native/web/v20231201/get_certificate.py +404 -0
  1773. pulumi_azure_native/web/v20231201/get_container_app.py +222 -0
  1774. pulumi_azure_native/web/v20231201/get_kube_environment.py +288 -0
  1775. pulumi_azure_native/web/v20231201/get_static_site.py +404 -0
  1776. pulumi_azure_native/web/v20231201/get_static_site_build_database_connection.py +193 -0
  1777. pulumi_azure_native/web/v20231201/get_static_site_custom_domain.py +184 -0
  1778. pulumi_azure_native/web/v20231201/get_static_site_database_connection.py +188 -0
  1779. pulumi_azure_native/web/v20231201/get_static_site_linked_backend.py +174 -0
  1780. pulumi_azure_native/web/v20231201/get_static_site_linked_backend_for_build.py +179 -0
  1781. pulumi_azure_native/web/v20231201/get_static_site_private_endpoint_connection.py +172 -0
  1782. pulumi_azure_native/web/v20231201/get_static_site_user_provided_function_app_for_static_site.py +161 -0
  1783. pulumi_azure_native/web/v20231201/get_static_site_user_provided_function_app_for_static_site_build.py +166 -0
  1784. pulumi_azure_native/web/v20231201/get_web_app.py +841 -0
  1785. pulumi_azure_native/web/v20231201/get_web_app_deployment.py +239 -0
  1786. pulumi_azure_native/web/v20231201/get_web_app_deployment_slot.py +244 -0
  1787. pulumi_azure_native/web/v20231201/get_web_app_diagnostic_logs_configuration.py +170 -0
  1788. pulumi_azure_native/web/v20231201/get_web_app_domain_ownership_identifier.py +135 -0
  1789. pulumi_azure_native/web/v20231201/get_web_app_domain_ownership_identifier_slot.py +140 -0
  1790. pulumi_azure_native/web/v20231201/get_web_app_ftp_allowed.py +130 -0
  1791. pulumi_azure_native/web/v20231201/get_web_app_function.py +291 -0
  1792. pulumi_azure_native/web/v20231201/get_web_app_host_name_binding.py +239 -0
  1793. pulumi_azure_native/web/v20231201/get_web_app_host_name_binding_slot.py +244 -0
  1794. pulumi_azure_native/web/v20231201/get_web_app_hybrid_connection.py +232 -0
  1795. pulumi_azure_native/web/v20231201/get_web_app_hybrid_connection_slot.py +237 -0
  1796. pulumi_azure_native/web/v20231201/get_web_app_instance_function_slot.py +296 -0
  1797. pulumi_azure_native/web/v20231201/get_web_app_premier_add_on.py +213 -0
  1798. pulumi_azure_native/web/v20231201/get_web_app_premier_add_on_slot.py +218 -0
  1799. pulumi_azure_native/web/v20231201/get_web_app_private_endpoint_connection.py +172 -0
  1800. pulumi_azure_native/web/v20231201/get_web_app_private_endpoint_connection_slot.py +177 -0
  1801. pulumi_azure_native/web/v20231201/get_web_app_public_certificate.py +161 -0
  1802. pulumi_azure_native/web/v20231201/get_web_app_public_certificate_slot.py +166 -0
  1803. pulumi_azure_native/web/v20231201/get_web_app_relay_service_connection.py +192 -0
  1804. pulumi_azure_native/web/v20231201/get_web_app_relay_service_connection_slot.py +197 -0
  1805. pulumi_azure_native/web/v20231201/get_web_app_scm_allowed.py +130 -0
  1806. pulumi_azure_native/web/v20231201/get_web_app_site_container.py +279 -0
  1807. pulumi_azure_native/web/v20231201/get_web_app_site_container_slot.py +284 -0
  1808. pulumi_azure_native/web/v20231201/get_web_app_site_extension.py +379 -0
  1809. pulumi_azure_native/web/v20231201/get_web_app_site_extension_slot.py +384 -0
  1810. pulumi_azure_native/web/v20231201/get_web_app_slot.py +846 -0
  1811. pulumi_azure_native/web/v20231201/get_web_app_slot_configuration_names.py +156 -0
  1812. pulumi_azure_native/web/v20231201/get_web_app_source_control.py +209 -0
  1813. pulumi_azure_native/web/v20231201/get_web_app_source_control_slot.py +214 -0
  1814. pulumi_azure_native/web/v20231201/get_web_app_swift_virtual_network_connection.py +143 -0
  1815. pulumi_azure_native/web/v20231201/get_web_app_swift_virtual_network_connection_slot.py +148 -0
  1816. pulumi_azure_native/web/v20231201/get_web_app_vnet_connection.py +215 -0
  1817. pulumi_azure_native/web/v20231201/get_web_app_vnet_connection_slot.py +220 -0
  1818. pulumi_azure_native/web/v20231201/kube_environment.py +512 -0
  1819. pulumi_azure_native/web/v20231201/list_app_service_plan_hybrid_connection_keys.py +153 -0
  1820. pulumi_azure_native/web/v20231201/list_container_app_secrets.py +74 -0
  1821. pulumi_azure_native/web/v20231201/list_site_identifiers_assigned_to_host_name.py +87 -0
  1822. pulumi_azure_native/web/v20231201/list_static_site_app_settings.py +130 -0
  1823. pulumi_azure_native/web/v20231201/list_static_site_build_app_settings.py +135 -0
  1824. pulumi_azure_native/web/v20231201/list_static_site_build_function_app_settings.py +135 -0
  1825. pulumi_azure_native/web/v20231201/list_static_site_configured_roles.py +130 -0
  1826. pulumi_azure_native/web/v20231201/list_static_site_function_app_settings.py +130 -0
  1827. pulumi_azure_native/web/v20231201/list_static_site_secrets.py +130 -0
  1828. pulumi_azure_native/web/v20231201/list_static_site_users.py +97 -0
  1829. pulumi_azure_native/web/v20231201/list_web_app_application_settings.py +130 -0
  1830. pulumi_azure_native/web/v20231201/list_web_app_application_settings_slot.py +135 -0
  1831. pulumi_azure_native/web/v20231201/list_web_app_auth_settings.py +663 -0
  1832. pulumi_azure_native/web/v20231201/list_web_app_auth_settings_slot.py +668 -0
  1833. pulumi_azure_native/web/v20231201/list_web_app_azure_storage_accounts.py +131 -0
  1834. pulumi_azure_native/web/v20231201/list_web_app_azure_storage_accounts_slot.py +136 -0
  1835. pulumi_azure_native/web/v20231201/list_web_app_backup_configuration.py +183 -0
  1836. pulumi_azure_native/web/v20231201/list_web_app_backup_configuration_slot.py +188 -0
  1837. pulumi_azure_native/web/v20231201/list_web_app_backup_status_secrets.py +324 -0
  1838. pulumi_azure_native/web/v20231201/list_web_app_backup_status_secrets_slot.py +329 -0
  1839. pulumi_azure_native/web/v20231201/list_web_app_connection_strings.py +131 -0
  1840. pulumi_azure_native/web/v20231201/list_web_app_connection_strings_slot.py +136 -0
  1841. pulumi_azure_native/web/v20231201/list_web_app_function_keys.py +135 -0
  1842. pulumi_azure_native/web/v20231201/list_web_app_function_keys_slot.py +140 -0
  1843. pulumi_azure_native/web/v20231201/list_web_app_function_secrets.py +96 -0
  1844. pulumi_azure_native/web/v20231201/list_web_app_function_secrets_slot.py +101 -0
  1845. pulumi_azure_native/web/v20231201/list_web_app_host_keys.py +104 -0
  1846. pulumi_azure_native/web/v20231201/list_web_app_host_keys_slot.py +109 -0
  1847. pulumi_azure_native/web/v20231201/list_web_app_metadata.py +130 -0
  1848. pulumi_azure_native/web/v20231201/list_web_app_metadata_slot.py +135 -0
  1849. pulumi_azure_native/web/v20231201/list_web_app_publishing_credentials.py +182 -0
  1850. pulumi_azure_native/web/v20231201/list_web_app_publishing_credentials_slot.py +187 -0
  1851. pulumi_azure_native/web/v20231201/list_web_app_site_backups.py +92 -0
  1852. pulumi_azure_native/web/v20231201/list_web_app_site_backups_slot.py +97 -0
  1853. pulumi_azure_native/web/v20231201/list_web_app_site_push_settings.py +172 -0
  1854. pulumi_azure_native/web/v20231201/list_web_app_site_push_settings_slot.py +177 -0
  1855. pulumi_azure_native/web/v20231201/list_web_app_sync_function_triggers.py +91 -0
  1856. pulumi_azure_native/web/v20231201/list_web_app_sync_function_triggers_slot.py +96 -0
  1857. pulumi_azure_native/web/v20231201/list_web_app_workflows_connections.py +144 -0
  1858. pulumi_azure_native/web/v20231201/list_web_app_workflows_connections_slot.py +149 -0
  1859. pulumi_azure_native/web/v20231201/list_workflow_run_action_expression_traces.py +114 -0
  1860. pulumi_azure_native/web/v20231201/list_workflow_run_action_repetition_expression_traces.py +119 -0
  1861. pulumi_azure_native/web/v20231201/list_workflow_trigger_callback_url.py +154 -0
  1862. pulumi_azure_native/web/v20231201/outputs.py +9005 -0
  1863. pulumi_azure_native/web/v20231201/static_site.py +670 -0
  1864. pulumi_azure_native/web/v20231201/static_site_build_database_connection.py +352 -0
  1865. pulumi_azure_native/web/v20231201/static_site_custom_domain.py +272 -0
  1866. pulumi_azure_native/web/v20231201/static_site_database_connection.py +331 -0
  1867. pulumi_azure_native/web/v20231201/static_site_linked_backend.py +280 -0
  1868. pulumi_azure_native/web/v20231201/static_site_linked_backend_for_build.py +301 -0
  1869. pulumi_azure_native/web/v20231201/static_site_private_endpoint_connection.py +279 -0
  1870. pulumi_azure_native/web/v20231201/static_site_user_provided_function_app_for_static_site.py +290 -0
  1871. pulumi_azure_native/web/v20231201/static_site_user_provided_function_app_for_static_site_build.py +311 -0
  1872. pulumi_azure_native/web/v20231201/web_app.py +1499 -0
  1873. pulumi_azure_native/web/v20231201/web_app_application_settings.py +211 -0
  1874. pulumi_azure_native/web/v20231201/web_app_application_settings_slot.py +232 -0
  1875. pulumi_azure_native/web/v20231201/web_app_auth_settings.py +1493 -0
  1876. pulumi_azure_native/web/v20231201/web_app_auth_settings_slot.py +1514 -0
  1877. pulumi_azure_native/web/v20231201/web_app_azure_storage_accounts.py +214 -0
  1878. pulumi_azure_native/web/v20231201/web_app_azure_storage_accounts_slot.py +235 -0
  1879. pulumi_azure_native/web/v20231201/web_app_backup_configuration.py +331 -0
  1880. pulumi_azure_native/web/v20231201/web_app_backup_configuration_slot.py +352 -0
  1881. pulumi_azure_native/web/v20231201/web_app_connection_strings.py +214 -0
  1882. pulumi_azure_native/web/v20231201/web_app_connection_strings_slot.py +235 -0
  1883. pulumi_azure_native/web/v20231201/web_app_deployment.py +463 -0
  1884. pulumi_azure_native/web/v20231201/web_app_deployment_slot.py +484 -0
  1885. pulumi_azure_native/web/v20231201/web_app_diagnostic_logs_configuration.py +301 -0
  1886. pulumi_azure_native/web/v20231201/web_app_domain_ownership_identifier.py +231 -0
  1887. pulumi_azure_native/web/v20231201/web_app_domain_ownership_identifier_slot.py +252 -0
  1888. pulumi_azure_native/web/v20231201/web_app_ftp_allowed.py +212 -0
  1889. pulumi_azure_native/web/v20231201/web_app_function.py +579 -0
  1890. pulumi_azure_native/web/v20231201/web_app_host_name_binding.py +445 -0
  1891. pulumi_azure_native/web/v20231201/web_app_host_name_binding_slot.py +466 -0
  1892. pulumi_azure_native/web/v20231201/web_app_hybrid_connection.py +439 -0
  1893. pulumi_azure_native/web/v20231201/web_app_hybrid_connection_slot.py +460 -0
  1894. pulumi_azure_native/web/v20231201/web_app_instance_function_slot.py +600 -0
  1895. pulumi_azure_native/web/v20231201/web_app_metadata.py +211 -0
  1896. pulumi_azure_native/web/v20231201/web_app_metadata_slot.py +232 -0
  1897. pulumi_azure_native/web/v20231201/web_app_premier_add_on.py +405 -0
  1898. pulumi_azure_native/web/v20231201/web_app_premier_add_on_slot.py +426 -0
  1899. pulumi_azure_native/web/v20231201/web_app_private_endpoint_connection.py +274 -0
  1900. pulumi_azure_native/web/v20231201/web_app_private_endpoint_connection_slot.py +290 -0
  1901. pulumi_azure_native/web/v20231201/web_app_public_certificate.py +271 -0
  1902. pulumi_azure_native/web/v20231201/web_app_public_certificate_slot.py +292 -0
  1903. pulumi_azure_native/web/v20231201/web_app_relay_service_connection.py +329 -0
  1904. pulumi_azure_native/web/v20231201/web_app_relay_service_connection_slot.py +350 -0
  1905. pulumi_azure_native/web/v20231201/web_app_scm_allowed.py +212 -0
  1906. pulumi_azure_native/web/v20231201/web_app_site_container.py +517 -0
  1907. pulumi_azure_native/web/v20231201/web_app_site_container_slot.py +538 -0
  1908. pulumi_azure_native/web/v20231201/web_app_site_extension.py +380 -0
  1909. pulumi_azure_native/web/v20231201/web_app_site_extension_slot.py +401 -0
  1910. pulumi_azure_native/web/v20231201/web_app_site_push_settings.py +311 -0
  1911. pulumi_azure_native/web/v20231201/web_app_site_push_settings_slot.py +332 -0
  1912. pulumi_azure_native/web/v20231201/web_app_slot.py +1520 -0
  1913. pulumi_azure_native/web/v20231201/web_app_slot_configuration_names.py +269 -0
  1914. pulumi_azure_native/web/v20231201/web_app_source_control.py +387 -0
  1915. pulumi_azure_native/web/v20231201/web_app_source_control_slot.py +408 -0
  1916. pulumi_azure_native/web/v20231201/web_app_swift_virtual_network_connection.py +240 -0
  1917. pulumi_azure_native/web/v20231201/web_app_swift_virtual_network_connection_slot.py +261 -0
  1918. pulumi_azure_native/web/v20231201/web_app_vnet_connection.py +353 -0
  1919. pulumi_azure_native/web/v20231201/web_app_vnet_connection_slot.py +374 -0
  1920. pulumi_azure_native/web/web_app.py +3 -3
  1921. pulumi_azure_native/web/web_app_application_settings.py +3 -3
  1922. pulumi_azure_native/web/web_app_application_settings_slot.py +3 -3
  1923. pulumi_azure_native/web/web_app_auth_settings.py +3 -3
  1924. pulumi_azure_native/web/web_app_auth_settings_slot.py +3 -3
  1925. pulumi_azure_native/web/web_app_azure_storage_accounts.py +3 -3
  1926. pulumi_azure_native/web/web_app_azure_storage_accounts_slot.py +3 -3
  1927. pulumi_azure_native/web/web_app_backup_configuration.py +3 -3
  1928. pulumi_azure_native/web/web_app_backup_configuration_slot.py +3 -3
  1929. pulumi_azure_native/web/web_app_connection_strings.py +3 -3
  1930. pulumi_azure_native/web/web_app_connection_strings_slot.py +3 -3
  1931. pulumi_azure_native/web/web_app_deployment.py +3 -3
  1932. pulumi_azure_native/web/web_app_deployment_slot.py +3 -3
  1933. pulumi_azure_native/web/web_app_diagnostic_logs_configuration.py +3 -3
  1934. pulumi_azure_native/web/web_app_domain_ownership_identifier.py +3 -3
  1935. pulumi_azure_native/web/web_app_domain_ownership_identifier_slot.py +3 -3
  1936. pulumi_azure_native/web/web_app_ftp_allowed.py +3 -3
  1937. pulumi_azure_native/web/web_app_function.py +3 -3
  1938. pulumi_azure_native/web/web_app_host_name_binding.py +3 -3
  1939. pulumi_azure_native/web/web_app_host_name_binding_slot.py +3 -3
  1940. pulumi_azure_native/web/web_app_hybrid_connection.py +3 -3
  1941. pulumi_azure_native/web/web_app_hybrid_connection_slot.py +3 -3
  1942. pulumi_azure_native/web/web_app_instance_function_slot.py +3 -3
  1943. pulumi_azure_native/web/web_app_metadata.py +3 -3
  1944. pulumi_azure_native/web/web_app_metadata_slot.py +3 -3
  1945. pulumi_azure_native/web/web_app_premier_add_on.py +3 -3
  1946. pulumi_azure_native/web/web_app_premier_add_on_slot.py +3 -3
  1947. pulumi_azure_native/web/web_app_private_endpoint_connection.py +3 -3
  1948. pulumi_azure_native/web/web_app_private_endpoint_connection_slot.py +3 -3
  1949. pulumi_azure_native/web/web_app_public_certificate.py +3 -3
  1950. pulumi_azure_native/web/web_app_public_certificate_slot.py +3 -3
  1951. pulumi_azure_native/web/web_app_relay_service_connection.py +3 -3
  1952. pulumi_azure_native/web/web_app_relay_service_connection_slot.py +3 -3
  1953. pulumi_azure_native/web/web_app_scm_allowed.py +3 -3
  1954. pulumi_azure_native/web/web_app_site_container.py +519 -0
  1955. pulumi_azure_native/web/web_app_site_container_slot.py +540 -0
  1956. pulumi_azure_native/web/web_app_site_extension.py +3 -3
  1957. pulumi_azure_native/web/web_app_site_extension_slot.py +3 -3
  1958. pulumi_azure_native/web/web_app_site_push_settings.py +3 -3
  1959. pulumi_azure_native/web/web_app_site_push_settings_slot.py +3 -3
  1960. pulumi_azure_native/web/web_app_slot.py +3 -3
  1961. pulumi_azure_native/web/web_app_slot_configuration_names.py +3 -3
  1962. pulumi_azure_native/web/web_app_source_control.py +3 -3
  1963. pulumi_azure_native/web/web_app_source_control_slot.py +3 -3
  1964. pulumi_azure_native/web/web_app_swift_virtual_network_connection.py +3 -3
  1965. pulumi_azure_native/web/web_app_swift_virtual_network_connection_slot.py +3 -3
  1966. pulumi_azure_native/web/web_app_vnet_connection.py +3 -3
  1967. pulumi_azure_native/web/web_app_vnet_connection_slot.py +3 -3
  1968. {pulumi_azure_native-2.37.1a1713770326.dist-info → pulumi_azure_native-2.37.1a1713777065.dist-info}/METADATA +1 -1
  1969. {pulumi_azure_native-2.37.1a1713770326.dist-info → pulumi_azure_native-2.37.1a1713777065.dist-info}/RECORD +1971 -1423
  1970. {pulumi_azure_native-2.37.1a1713770326.dist-info → pulumi_azure_native-2.37.1a1713777065.dist-info}/WHEEL +0 -0
  1971. {pulumi_azure_native-2.37.1a1713770326.dist-info → pulumi_azure_native-2.37.1a1713777065.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1514 @@
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__ = ['WebAppAuthSettingsSlotArgs', 'WebAppAuthSettingsSlot']
14
+
15
+ @pulumi.input_type
16
+ class WebAppAuthSettingsSlotArgs:
17
+ def __init__(__self__, *,
18
+ name: pulumi.Input[str],
19
+ resource_group_name: pulumi.Input[str],
20
+ slot: pulumi.Input[str],
21
+ aad_claims_authorization: Optional[pulumi.Input[str]] = None,
22
+ additional_login_params: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
23
+ allowed_audiences: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
24
+ allowed_external_redirect_urls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
25
+ auth_file_path: Optional[pulumi.Input[str]] = None,
26
+ client_id: Optional[pulumi.Input[str]] = None,
27
+ client_secret: Optional[pulumi.Input[str]] = None,
28
+ client_secret_certificate_thumbprint: Optional[pulumi.Input[str]] = None,
29
+ client_secret_setting_name: Optional[pulumi.Input[str]] = None,
30
+ config_version: Optional[pulumi.Input[str]] = None,
31
+ default_provider: Optional[pulumi.Input['BuiltInAuthenticationProvider']] = None,
32
+ enabled: Optional[pulumi.Input[bool]] = None,
33
+ facebook_app_id: Optional[pulumi.Input[str]] = None,
34
+ facebook_app_secret: Optional[pulumi.Input[str]] = None,
35
+ facebook_app_secret_setting_name: Optional[pulumi.Input[str]] = None,
36
+ facebook_o_auth_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
37
+ git_hub_client_id: Optional[pulumi.Input[str]] = None,
38
+ git_hub_client_secret: Optional[pulumi.Input[str]] = None,
39
+ git_hub_client_secret_setting_name: Optional[pulumi.Input[str]] = None,
40
+ git_hub_o_auth_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
41
+ google_client_id: Optional[pulumi.Input[str]] = None,
42
+ google_client_secret: Optional[pulumi.Input[str]] = None,
43
+ google_client_secret_setting_name: Optional[pulumi.Input[str]] = None,
44
+ google_o_auth_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
45
+ is_auth_from_file: Optional[pulumi.Input[str]] = None,
46
+ issuer: Optional[pulumi.Input[str]] = None,
47
+ kind: Optional[pulumi.Input[str]] = None,
48
+ microsoft_account_client_id: Optional[pulumi.Input[str]] = None,
49
+ microsoft_account_client_secret: Optional[pulumi.Input[str]] = None,
50
+ microsoft_account_client_secret_setting_name: Optional[pulumi.Input[str]] = None,
51
+ microsoft_account_o_auth_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
52
+ runtime_version: Optional[pulumi.Input[str]] = None,
53
+ token_refresh_extension_hours: Optional[pulumi.Input[float]] = None,
54
+ token_store_enabled: Optional[pulumi.Input[bool]] = None,
55
+ twitter_consumer_key: Optional[pulumi.Input[str]] = None,
56
+ twitter_consumer_secret: Optional[pulumi.Input[str]] = None,
57
+ twitter_consumer_secret_setting_name: Optional[pulumi.Input[str]] = None,
58
+ unauthenticated_client_action: Optional[pulumi.Input['UnauthenticatedClientAction']] = None,
59
+ validate_issuer: Optional[pulumi.Input[bool]] = None):
60
+ """
61
+ The set of arguments for constructing a WebAppAuthSettingsSlot resource.
62
+ :param pulumi.Input[str] name: Name of web app.
63
+ :param pulumi.Input[str] resource_group_name: Name of the resource group to which the resource belongs.
64
+ :param pulumi.Input[str] slot: Name of web app slot. If not specified then will default to production slot.
65
+ :param pulumi.Input[str] aad_claims_authorization: Gets a JSON string containing the Azure AD Acl settings.
66
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] additional_login_params: Login parameters to send to the OpenID Connect authorization endpoint when
67
+ a user logs in. Each parameter must be in the form "key=value".
68
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_audiences: Allowed audience values to consider when validating JSON Web Tokens issued by
69
+ Azure Active Directory. Note that the <code>ClientID</code> value is always considered an
70
+ allowed audience, regardless of this setting.
71
+ :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.
72
+ This is an advanced setting typically only needed by Windows Store application backends.
73
+ Note that URLs within the current domain are always implicitly allowed.
74
+ :param pulumi.Input[str] auth_file_path: The path of the config file containing auth settings.
75
+ If the path is relative, base will the site's root directory.
76
+ :param pulumi.Input[str] client_id: The Client ID of this relying party application, known as the client_id.
77
+ This setting is required for enabling OpenID Connection authentication with Azure Active Directory or
78
+ other 3rd party OpenID Connect providers.
79
+ More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
80
+ :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).
81
+ This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users.
82
+ Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users.
83
+ More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
84
+ :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
85
+ a replacement for the Client Secret. It is also optional.
86
+ :param pulumi.Input[str] client_secret_setting_name: The app setting name that contains the client secret of the relying party application.
87
+ :param pulumi.Input[str] config_version: The ConfigVersion of the Authentication / Authorization feature in use for the current app.
88
+ The setting in this value can control the behavior of the control plane for Authentication / Authorization.
89
+ :param pulumi.Input['BuiltInAuthenticationProvider'] default_provider: The default authentication provider to use when multiple providers are configured.
90
+ This setting is only needed if multiple providers are configured and the unauthenticated client
91
+ action is set to "RedirectToLoginPage".
92
+ :param pulumi.Input[bool] enabled: <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>.
93
+ :param pulumi.Input[str] facebook_app_id: The App ID of the Facebook app used for login.
94
+ This setting is required for enabling Facebook Login.
95
+ Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
96
+ :param pulumi.Input[str] facebook_app_secret: The App Secret of the Facebook app used for Facebook Login.
97
+ This setting is required for enabling Facebook Login.
98
+ Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
99
+ :param pulumi.Input[str] facebook_app_secret_setting_name: The app setting name that contains the app secret used for Facebook Login.
100
+ :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.
101
+ This setting is optional.
102
+ Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
103
+ :param pulumi.Input[str] git_hub_client_id: The Client Id of the GitHub app used for login.
104
+ This setting is required for enabling Github login
105
+ :param pulumi.Input[str] git_hub_client_secret: The Client Secret of the GitHub app used for Github Login.
106
+ This setting is required for enabling Github login.
107
+ :param pulumi.Input[str] git_hub_client_secret_setting_name: The app setting name that contains the client secret of the Github
108
+ app used for GitHub Login.
109
+ :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.
110
+ This setting is optional
111
+ :param pulumi.Input[str] google_client_id: The OpenID Connect Client ID for the Google web application.
112
+ This setting is required for enabling Google Sign-In.
113
+ Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
114
+ :param pulumi.Input[str] google_client_secret: The client secret associated with the Google web application.
115
+ This setting is required for enabling Google Sign-In.
116
+ Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
117
+ :param pulumi.Input[str] google_client_secret_setting_name: The app setting name that contains the client secret associated with
118
+ the Google web application.
119
+ :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.
120
+ This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes.
121
+ Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
122
+ :param pulumi.Input[str] is_auth_from_file: "true" if the auth config settings should be read from a file,
123
+ "false" otherwise
124
+ :param pulumi.Input[str] issuer: The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
125
+ When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/.
126
+ This URI is a case-sensitive identifier for the token issuer.
127
+ More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
128
+ :param pulumi.Input[str] kind: Kind of resource.
129
+ :param pulumi.Input[str] microsoft_account_client_id: The OAuth 2.0 client ID that was created for the app used for authentication.
130
+ This setting is required for enabling Microsoft Account authentication.
131
+ Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
132
+ :param pulumi.Input[str] microsoft_account_client_secret: The OAuth 2.0 client secret that was created for the app used for authentication.
133
+ This setting is required for enabling Microsoft Account authentication.
134
+ Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
135
+ :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
136
+ app used for authentication.
137
+ :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.
138
+ This setting is optional. If not specified, "wl.basic" is used as the default scope.
139
+ Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx
140
+ :param pulumi.Input[str] runtime_version: The RuntimeVersion of the Authentication / Authorization feature in use for the current app.
141
+ The setting in this value can control the behavior of certain features in the Authentication / Authorization module.
142
+ :param pulumi.Input[float] token_refresh_extension_hours: The number of hours after session token expiration that a session token can be used to
143
+ call the token refresh API. The default is 72 hours.
144
+ :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>.
145
+ The default is <code>false</code>.
146
+ :param pulumi.Input[str] twitter_consumer_key: The OAuth 1.0a consumer key of the Twitter application used for sign-in.
147
+ This setting is required for enabling Twitter Sign-In.
148
+ Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
149
+ :param pulumi.Input[str] twitter_consumer_secret: The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
150
+ This setting is required for enabling Twitter Sign-In.
151
+ Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
152
+ :param pulumi.Input[str] twitter_consumer_secret_setting_name: The app setting name that contains the OAuth 1.0a consumer secret of the Twitter
153
+ application used for sign-in.
154
+ :param pulumi.Input['UnauthenticatedClientAction'] unauthenticated_client_action: The action to take when an unauthenticated client attempts to access the app.
155
+ :param pulumi.Input[bool] validate_issuer: Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.
156
+ """
157
+ pulumi.set(__self__, "name", name)
158
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
159
+ pulumi.set(__self__, "slot", slot)
160
+ if aad_claims_authorization is not None:
161
+ pulumi.set(__self__, "aad_claims_authorization", aad_claims_authorization)
162
+ if additional_login_params is not None:
163
+ pulumi.set(__self__, "additional_login_params", additional_login_params)
164
+ if allowed_audiences is not None:
165
+ pulumi.set(__self__, "allowed_audiences", allowed_audiences)
166
+ if allowed_external_redirect_urls is not None:
167
+ pulumi.set(__self__, "allowed_external_redirect_urls", allowed_external_redirect_urls)
168
+ if auth_file_path is not None:
169
+ pulumi.set(__self__, "auth_file_path", auth_file_path)
170
+ if client_id is not None:
171
+ pulumi.set(__self__, "client_id", client_id)
172
+ if client_secret is not None:
173
+ pulumi.set(__self__, "client_secret", client_secret)
174
+ if client_secret_certificate_thumbprint is not None:
175
+ pulumi.set(__self__, "client_secret_certificate_thumbprint", client_secret_certificate_thumbprint)
176
+ if client_secret_setting_name is not None:
177
+ pulumi.set(__self__, "client_secret_setting_name", client_secret_setting_name)
178
+ if config_version is not None:
179
+ pulumi.set(__self__, "config_version", config_version)
180
+ if default_provider is not None:
181
+ pulumi.set(__self__, "default_provider", default_provider)
182
+ if enabled is not None:
183
+ pulumi.set(__self__, "enabled", enabled)
184
+ if facebook_app_id is not None:
185
+ pulumi.set(__self__, "facebook_app_id", facebook_app_id)
186
+ if facebook_app_secret is not None:
187
+ pulumi.set(__self__, "facebook_app_secret", facebook_app_secret)
188
+ if facebook_app_secret_setting_name is not None:
189
+ pulumi.set(__self__, "facebook_app_secret_setting_name", facebook_app_secret_setting_name)
190
+ if facebook_o_auth_scopes is not None:
191
+ pulumi.set(__self__, "facebook_o_auth_scopes", facebook_o_auth_scopes)
192
+ if git_hub_client_id is not None:
193
+ pulumi.set(__self__, "git_hub_client_id", git_hub_client_id)
194
+ if git_hub_client_secret is not None:
195
+ pulumi.set(__self__, "git_hub_client_secret", git_hub_client_secret)
196
+ if git_hub_client_secret_setting_name is not None:
197
+ pulumi.set(__self__, "git_hub_client_secret_setting_name", git_hub_client_secret_setting_name)
198
+ if git_hub_o_auth_scopes is not None:
199
+ pulumi.set(__self__, "git_hub_o_auth_scopes", git_hub_o_auth_scopes)
200
+ if google_client_id is not None:
201
+ pulumi.set(__self__, "google_client_id", google_client_id)
202
+ if google_client_secret is not None:
203
+ pulumi.set(__self__, "google_client_secret", google_client_secret)
204
+ if google_client_secret_setting_name is not None:
205
+ pulumi.set(__self__, "google_client_secret_setting_name", google_client_secret_setting_name)
206
+ if google_o_auth_scopes is not None:
207
+ pulumi.set(__self__, "google_o_auth_scopes", google_o_auth_scopes)
208
+ if is_auth_from_file is not None:
209
+ pulumi.set(__self__, "is_auth_from_file", is_auth_from_file)
210
+ if issuer is not None:
211
+ pulumi.set(__self__, "issuer", issuer)
212
+ if kind is not None:
213
+ pulumi.set(__self__, "kind", kind)
214
+ if microsoft_account_client_id is not None:
215
+ pulumi.set(__self__, "microsoft_account_client_id", microsoft_account_client_id)
216
+ if microsoft_account_client_secret is not None:
217
+ pulumi.set(__self__, "microsoft_account_client_secret", microsoft_account_client_secret)
218
+ if microsoft_account_client_secret_setting_name is not None:
219
+ pulumi.set(__self__, "microsoft_account_client_secret_setting_name", microsoft_account_client_secret_setting_name)
220
+ if microsoft_account_o_auth_scopes is not None:
221
+ pulumi.set(__self__, "microsoft_account_o_auth_scopes", microsoft_account_o_auth_scopes)
222
+ if runtime_version is not None:
223
+ pulumi.set(__self__, "runtime_version", runtime_version)
224
+ if token_refresh_extension_hours is not None:
225
+ pulumi.set(__self__, "token_refresh_extension_hours", token_refresh_extension_hours)
226
+ if token_store_enabled is not None:
227
+ pulumi.set(__self__, "token_store_enabled", token_store_enabled)
228
+ if twitter_consumer_key is not None:
229
+ pulumi.set(__self__, "twitter_consumer_key", twitter_consumer_key)
230
+ if twitter_consumer_secret is not None:
231
+ pulumi.set(__self__, "twitter_consumer_secret", twitter_consumer_secret)
232
+ if twitter_consumer_secret_setting_name is not None:
233
+ pulumi.set(__self__, "twitter_consumer_secret_setting_name", twitter_consumer_secret_setting_name)
234
+ if unauthenticated_client_action is not None:
235
+ pulumi.set(__self__, "unauthenticated_client_action", unauthenticated_client_action)
236
+ if validate_issuer is not None:
237
+ pulumi.set(__self__, "validate_issuer", validate_issuer)
238
+
239
+ @property
240
+ @pulumi.getter
241
+ def name(self) -> pulumi.Input[str]:
242
+ """
243
+ Name of web app.
244
+ """
245
+ return pulumi.get(self, "name")
246
+
247
+ @name.setter
248
+ def name(self, value: pulumi.Input[str]):
249
+ pulumi.set(self, "name", value)
250
+
251
+ @property
252
+ @pulumi.getter(name="resourceGroupName")
253
+ def resource_group_name(self) -> pulumi.Input[str]:
254
+ """
255
+ Name of the resource group to which the resource belongs.
256
+ """
257
+ return pulumi.get(self, "resource_group_name")
258
+
259
+ @resource_group_name.setter
260
+ def resource_group_name(self, value: pulumi.Input[str]):
261
+ pulumi.set(self, "resource_group_name", value)
262
+
263
+ @property
264
+ @pulumi.getter
265
+ def slot(self) -> pulumi.Input[str]:
266
+ """
267
+ Name of web app slot. If not specified then will default to production slot.
268
+ """
269
+ return pulumi.get(self, "slot")
270
+
271
+ @slot.setter
272
+ def slot(self, value: pulumi.Input[str]):
273
+ pulumi.set(self, "slot", value)
274
+
275
+ @property
276
+ @pulumi.getter(name="aadClaimsAuthorization")
277
+ def aad_claims_authorization(self) -> Optional[pulumi.Input[str]]:
278
+ """
279
+ Gets a JSON string containing the Azure AD Acl settings.
280
+ """
281
+ return pulumi.get(self, "aad_claims_authorization")
282
+
283
+ @aad_claims_authorization.setter
284
+ def aad_claims_authorization(self, value: Optional[pulumi.Input[str]]):
285
+ pulumi.set(self, "aad_claims_authorization", value)
286
+
287
+ @property
288
+ @pulumi.getter(name="additionalLoginParams")
289
+ def additional_login_params(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
290
+ """
291
+ Login parameters to send to the OpenID Connect authorization endpoint when
292
+ a user logs in. Each parameter must be in the form "key=value".
293
+ """
294
+ return pulumi.get(self, "additional_login_params")
295
+
296
+ @additional_login_params.setter
297
+ def additional_login_params(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
298
+ pulumi.set(self, "additional_login_params", value)
299
+
300
+ @property
301
+ @pulumi.getter(name="allowedAudiences")
302
+ def allowed_audiences(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
303
+ """
304
+ Allowed audience values to consider when validating JSON Web Tokens issued by
305
+ Azure Active Directory. Note that the <code>ClientID</code> value is always considered an
306
+ allowed audience, regardless of this setting.
307
+ """
308
+ return pulumi.get(self, "allowed_audiences")
309
+
310
+ @allowed_audiences.setter
311
+ def allowed_audiences(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
312
+ pulumi.set(self, "allowed_audiences", value)
313
+
314
+ @property
315
+ @pulumi.getter(name="allowedExternalRedirectUrls")
316
+ def allowed_external_redirect_urls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
317
+ """
318
+ 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.
319
+ This is an advanced setting typically only needed by Windows Store application backends.
320
+ Note that URLs within the current domain are always implicitly allowed.
321
+ """
322
+ return pulumi.get(self, "allowed_external_redirect_urls")
323
+
324
+ @allowed_external_redirect_urls.setter
325
+ def allowed_external_redirect_urls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
326
+ pulumi.set(self, "allowed_external_redirect_urls", value)
327
+
328
+ @property
329
+ @pulumi.getter(name="authFilePath")
330
+ def auth_file_path(self) -> Optional[pulumi.Input[str]]:
331
+ """
332
+ The path of the config file containing auth settings.
333
+ If the path is relative, base will the site's root directory.
334
+ """
335
+ return pulumi.get(self, "auth_file_path")
336
+
337
+ @auth_file_path.setter
338
+ def auth_file_path(self, value: Optional[pulumi.Input[str]]):
339
+ pulumi.set(self, "auth_file_path", value)
340
+
341
+ @property
342
+ @pulumi.getter(name="clientId")
343
+ def client_id(self) -> Optional[pulumi.Input[str]]:
344
+ """
345
+ The Client ID of this relying party application, known as the client_id.
346
+ This setting is required for enabling OpenID Connection authentication with Azure Active Directory or
347
+ other 3rd party OpenID Connect providers.
348
+ More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
349
+ """
350
+ return pulumi.get(self, "client_id")
351
+
352
+ @client_id.setter
353
+ def client_id(self, value: Optional[pulumi.Input[str]]):
354
+ pulumi.set(self, "client_id", value)
355
+
356
+ @property
357
+ @pulumi.getter(name="clientSecret")
358
+ def client_secret(self) -> Optional[pulumi.Input[str]]:
359
+ """
360
+ The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key).
361
+ This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users.
362
+ Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users.
363
+ More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
364
+ """
365
+ return pulumi.get(self, "client_secret")
366
+
367
+ @client_secret.setter
368
+ def client_secret(self, value: Optional[pulumi.Input[str]]):
369
+ pulumi.set(self, "client_secret", value)
370
+
371
+ @property
372
+ @pulumi.getter(name="clientSecretCertificateThumbprint")
373
+ def client_secret_certificate_thumbprint(self) -> Optional[pulumi.Input[str]]:
374
+ """
375
+ An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as
376
+ a replacement for the Client Secret. It is also optional.
377
+ """
378
+ return pulumi.get(self, "client_secret_certificate_thumbprint")
379
+
380
+ @client_secret_certificate_thumbprint.setter
381
+ def client_secret_certificate_thumbprint(self, value: Optional[pulumi.Input[str]]):
382
+ pulumi.set(self, "client_secret_certificate_thumbprint", value)
383
+
384
+ @property
385
+ @pulumi.getter(name="clientSecretSettingName")
386
+ def client_secret_setting_name(self) -> Optional[pulumi.Input[str]]:
387
+ """
388
+ The app setting name that contains the client secret of the relying party application.
389
+ """
390
+ return pulumi.get(self, "client_secret_setting_name")
391
+
392
+ @client_secret_setting_name.setter
393
+ def client_secret_setting_name(self, value: Optional[pulumi.Input[str]]):
394
+ pulumi.set(self, "client_secret_setting_name", value)
395
+
396
+ @property
397
+ @pulumi.getter(name="configVersion")
398
+ def config_version(self) -> Optional[pulumi.Input[str]]:
399
+ """
400
+ The ConfigVersion of the Authentication / Authorization feature in use for the current app.
401
+ The setting in this value can control the behavior of the control plane for Authentication / Authorization.
402
+ """
403
+ return pulumi.get(self, "config_version")
404
+
405
+ @config_version.setter
406
+ def config_version(self, value: Optional[pulumi.Input[str]]):
407
+ pulumi.set(self, "config_version", value)
408
+
409
+ @property
410
+ @pulumi.getter(name="defaultProvider")
411
+ def default_provider(self) -> Optional[pulumi.Input['BuiltInAuthenticationProvider']]:
412
+ """
413
+ The default authentication provider to use when multiple providers are configured.
414
+ This setting is only needed if multiple providers are configured and the unauthenticated client
415
+ action is set to "RedirectToLoginPage".
416
+ """
417
+ return pulumi.get(self, "default_provider")
418
+
419
+ @default_provider.setter
420
+ def default_provider(self, value: Optional[pulumi.Input['BuiltInAuthenticationProvider']]):
421
+ pulumi.set(self, "default_provider", value)
422
+
423
+ @property
424
+ @pulumi.getter
425
+ def enabled(self) -> Optional[pulumi.Input[bool]]:
426
+ """
427
+ <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>.
428
+ """
429
+ return pulumi.get(self, "enabled")
430
+
431
+ @enabled.setter
432
+ def enabled(self, value: Optional[pulumi.Input[bool]]):
433
+ pulumi.set(self, "enabled", value)
434
+
435
+ @property
436
+ @pulumi.getter(name="facebookAppId")
437
+ def facebook_app_id(self) -> Optional[pulumi.Input[str]]:
438
+ """
439
+ The App ID of the Facebook app used for login.
440
+ This setting is required for enabling Facebook Login.
441
+ Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
442
+ """
443
+ return pulumi.get(self, "facebook_app_id")
444
+
445
+ @facebook_app_id.setter
446
+ def facebook_app_id(self, value: Optional[pulumi.Input[str]]):
447
+ pulumi.set(self, "facebook_app_id", value)
448
+
449
+ @property
450
+ @pulumi.getter(name="facebookAppSecret")
451
+ def facebook_app_secret(self) -> Optional[pulumi.Input[str]]:
452
+ """
453
+ The App Secret of the Facebook app used for Facebook Login.
454
+ This setting is required for enabling Facebook Login.
455
+ Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
456
+ """
457
+ return pulumi.get(self, "facebook_app_secret")
458
+
459
+ @facebook_app_secret.setter
460
+ def facebook_app_secret(self, value: Optional[pulumi.Input[str]]):
461
+ pulumi.set(self, "facebook_app_secret", value)
462
+
463
+ @property
464
+ @pulumi.getter(name="facebookAppSecretSettingName")
465
+ def facebook_app_secret_setting_name(self) -> Optional[pulumi.Input[str]]:
466
+ """
467
+ The app setting name that contains the app secret used for Facebook Login.
468
+ """
469
+ return pulumi.get(self, "facebook_app_secret_setting_name")
470
+
471
+ @facebook_app_secret_setting_name.setter
472
+ def facebook_app_secret_setting_name(self, value: Optional[pulumi.Input[str]]):
473
+ pulumi.set(self, "facebook_app_secret_setting_name", value)
474
+
475
+ @property
476
+ @pulumi.getter(name="facebookOAuthScopes")
477
+ def facebook_o_auth_scopes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
478
+ """
479
+ The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication.
480
+ This setting is optional.
481
+ Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
482
+ """
483
+ return pulumi.get(self, "facebook_o_auth_scopes")
484
+
485
+ @facebook_o_auth_scopes.setter
486
+ def facebook_o_auth_scopes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
487
+ pulumi.set(self, "facebook_o_auth_scopes", value)
488
+
489
+ @property
490
+ @pulumi.getter(name="gitHubClientId")
491
+ def git_hub_client_id(self) -> Optional[pulumi.Input[str]]:
492
+ """
493
+ The Client Id of the GitHub app used for login.
494
+ This setting is required for enabling Github login
495
+ """
496
+ return pulumi.get(self, "git_hub_client_id")
497
+
498
+ @git_hub_client_id.setter
499
+ def git_hub_client_id(self, value: Optional[pulumi.Input[str]]):
500
+ pulumi.set(self, "git_hub_client_id", value)
501
+
502
+ @property
503
+ @pulumi.getter(name="gitHubClientSecret")
504
+ def git_hub_client_secret(self) -> Optional[pulumi.Input[str]]:
505
+ """
506
+ The Client Secret of the GitHub app used for Github Login.
507
+ This setting is required for enabling Github login.
508
+ """
509
+ return pulumi.get(self, "git_hub_client_secret")
510
+
511
+ @git_hub_client_secret.setter
512
+ def git_hub_client_secret(self, value: Optional[pulumi.Input[str]]):
513
+ pulumi.set(self, "git_hub_client_secret", value)
514
+
515
+ @property
516
+ @pulumi.getter(name="gitHubClientSecretSettingName")
517
+ def git_hub_client_secret_setting_name(self) -> Optional[pulumi.Input[str]]:
518
+ """
519
+ The app setting name that contains the client secret of the Github
520
+ app used for GitHub Login.
521
+ """
522
+ return pulumi.get(self, "git_hub_client_secret_setting_name")
523
+
524
+ @git_hub_client_secret_setting_name.setter
525
+ def git_hub_client_secret_setting_name(self, value: Optional[pulumi.Input[str]]):
526
+ pulumi.set(self, "git_hub_client_secret_setting_name", value)
527
+
528
+ @property
529
+ @pulumi.getter(name="gitHubOAuthScopes")
530
+ def git_hub_o_auth_scopes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
531
+ """
532
+ The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication.
533
+ This setting is optional
534
+ """
535
+ return pulumi.get(self, "git_hub_o_auth_scopes")
536
+
537
+ @git_hub_o_auth_scopes.setter
538
+ def git_hub_o_auth_scopes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
539
+ pulumi.set(self, "git_hub_o_auth_scopes", value)
540
+
541
+ @property
542
+ @pulumi.getter(name="googleClientId")
543
+ def google_client_id(self) -> Optional[pulumi.Input[str]]:
544
+ """
545
+ The OpenID Connect Client ID for the Google web application.
546
+ This setting is required for enabling Google Sign-In.
547
+ Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
548
+ """
549
+ return pulumi.get(self, "google_client_id")
550
+
551
+ @google_client_id.setter
552
+ def google_client_id(self, value: Optional[pulumi.Input[str]]):
553
+ pulumi.set(self, "google_client_id", value)
554
+
555
+ @property
556
+ @pulumi.getter(name="googleClientSecret")
557
+ def google_client_secret(self) -> Optional[pulumi.Input[str]]:
558
+ """
559
+ The client secret associated with the Google web application.
560
+ This setting is required for enabling Google Sign-In.
561
+ Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
562
+ """
563
+ return pulumi.get(self, "google_client_secret")
564
+
565
+ @google_client_secret.setter
566
+ def google_client_secret(self, value: Optional[pulumi.Input[str]]):
567
+ pulumi.set(self, "google_client_secret", value)
568
+
569
+ @property
570
+ @pulumi.getter(name="googleClientSecretSettingName")
571
+ def google_client_secret_setting_name(self) -> Optional[pulumi.Input[str]]:
572
+ """
573
+ The app setting name that contains the client secret associated with
574
+ the Google web application.
575
+ """
576
+ return pulumi.get(self, "google_client_secret_setting_name")
577
+
578
+ @google_client_secret_setting_name.setter
579
+ def google_client_secret_setting_name(self, value: Optional[pulumi.Input[str]]):
580
+ pulumi.set(self, "google_client_secret_setting_name", value)
581
+
582
+ @property
583
+ @pulumi.getter(name="googleOAuthScopes")
584
+ def google_o_auth_scopes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
585
+ """
586
+ The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication.
587
+ This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes.
588
+ Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
589
+ """
590
+ return pulumi.get(self, "google_o_auth_scopes")
591
+
592
+ @google_o_auth_scopes.setter
593
+ def google_o_auth_scopes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
594
+ pulumi.set(self, "google_o_auth_scopes", value)
595
+
596
+ @property
597
+ @pulumi.getter(name="isAuthFromFile")
598
+ def is_auth_from_file(self) -> Optional[pulumi.Input[str]]:
599
+ """
600
+ "true" if the auth config settings should be read from a file,
601
+ "false" otherwise
602
+ """
603
+ return pulumi.get(self, "is_auth_from_file")
604
+
605
+ @is_auth_from_file.setter
606
+ def is_auth_from_file(self, value: Optional[pulumi.Input[str]]):
607
+ pulumi.set(self, "is_auth_from_file", value)
608
+
609
+ @property
610
+ @pulumi.getter
611
+ def issuer(self) -> Optional[pulumi.Input[str]]:
612
+ """
613
+ The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
614
+ When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/.
615
+ This URI is a case-sensitive identifier for the token issuer.
616
+ More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
617
+ """
618
+ return pulumi.get(self, "issuer")
619
+
620
+ @issuer.setter
621
+ def issuer(self, value: Optional[pulumi.Input[str]]):
622
+ pulumi.set(self, "issuer", value)
623
+
624
+ @property
625
+ @pulumi.getter
626
+ def kind(self) -> Optional[pulumi.Input[str]]:
627
+ """
628
+ Kind of resource.
629
+ """
630
+ return pulumi.get(self, "kind")
631
+
632
+ @kind.setter
633
+ def kind(self, value: Optional[pulumi.Input[str]]):
634
+ pulumi.set(self, "kind", value)
635
+
636
+ @property
637
+ @pulumi.getter(name="microsoftAccountClientId")
638
+ def microsoft_account_client_id(self) -> Optional[pulumi.Input[str]]:
639
+ """
640
+ The OAuth 2.0 client ID that was created for the app used for authentication.
641
+ This setting is required for enabling Microsoft Account authentication.
642
+ Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
643
+ """
644
+ return pulumi.get(self, "microsoft_account_client_id")
645
+
646
+ @microsoft_account_client_id.setter
647
+ def microsoft_account_client_id(self, value: Optional[pulumi.Input[str]]):
648
+ pulumi.set(self, "microsoft_account_client_id", value)
649
+
650
+ @property
651
+ @pulumi.getter(name="microsoftAccountClientSecret")
652
+ def microsoft_account_client_secret(self) -> Optional[pulumi.Input[str]]:
653
+ """
654
+ The OAuth 2.0 client secret that was created for the app used for authentication.
655
+ This setting is required for enabling Microsoft Account authentication.
656
+ Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
657
+ """
658
+ return pulumi.get(self, "microsoft_account_client_secret")
659
+
660
+ @microsoft_account_client_secret.setter
661
+ def microsoft_account_client_secret(self, value: Optional[pulumi.Input[str]]):
662
+ pulumi.set(self, "microsoft_account_client_secret", value)
663
+
664
+ @property
665
+ @pulumi.getter(name="microsoftAccountClientSecretSettingName")
666
+ def microsoft_account_client_secret_setting_name(self) -> Optional[pulumi.Input[str]]:
667
+ """
668
+ The app setting name containing the OAuth 2.0 client secret that was created for the
669
+ app used for authentication.
670
+ """
671
+ return pulumi.get(self, "microsoft_account_client_secret_setting_name")
672
+
673
+ @microsoft_account_client_secret_setting_name.setter
674
+ def microsoft_account_client_secret_setting_name(self, value: Optional[pulumi.Input[str]]):
675
+ pulumi.set(self, "microsoft_account_client_secret_setting_name", value)
676
+
677
+ @property
678
+ @pulumi.getter(name="microsoftAccountOAuthScopes")
679
+ def microsoft_account_o_auth_scopes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
680
+ """
681
+ The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
682
+ This setting is optional. If not specified, "wl.basic" is used as the default scope.
683
+ Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx
684
+ """
685
+ return pulumi.get(self, "microsoft_account_o_auth_scopes")
686
+
687
+ @microsoft_account_o_auth_scopes.setter
688
+ def microsoft_account_o_auth_scopes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
689
+ pulumi.set(self, "microsoft_account_o_auth_scopes", value)
690
+
691
+ @property
692
+ @pulumi.getter(name="runtimeVersion")
693
+ def runtime_version(self) -> Optional[pulumi.Input[str]]:
694
+ """
695
+ The RuntimeVersion of the Authentication / Authorization feature in use for the current app.
696
+ The setting in this value can control the behavior of certain features in the Authentication / Authorization module.
697
+ """
698
+ return pulumi.get(self, "runtime_version")
699
+
700
+ @runtime_version.setter
701
+ def runtime_version(self, value: Optional[pulumi.Input[str]]):
702
+ pulumi.set(self, "runtime_version", value)
703
+
704
+ @property
705
+ @pulumi.getter(name="tokenRefreshExtensionHours")
706
+ def token_refresh_extension_hours(self) -> Optional[pulumi.Input[float]]:
707
+ """
708
+ The number of hours after session token expiration that a session token can be used to
709
+ call the token refresh API. The default is 72 hours.
710
+ """
711
+ return pulumi.get(self, "token_refresh_extension_hours")
712
+
713
+ @token_refresh_extension_hours.setter
714
+ def token_refresh_extension_hours(self, value: Optional[pulumi.Input[float]]):
715
+ pulumi.set(self, "token_refresh_extension_hours", value)
716
+
717
+ @property
718
+ @pulumi.getter(name="tokenStoreEnabled")
719
+ def token_store_enabled(self) -> Optional[pulumi.Input[bool]]:
720
+ """
721
+ <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.
722
+ The default is <code>false</code>.
723
+ """
724
+ return pulumi.get(self, "token_store_enabled")
725
+
726
+ @token_store_enabled.setter
727
+ def token_store_enabled(self, value: Optional[pulumi.Input[bool]]):
728
+ pulumi.set(self, "token_store_enabled", value)
729
+
730
+ @property
731
+ @pulumi.getter(name="twitterConsumerKey")
732
+ def twitter_consumer_key(self) -> Optional[pulumi.Input[str]]:
733
+ """
734
+ The OAuth 1.0a consumer key of the Twitter application used for sign-in.
735
+ This setting is required for enabling Twitter Sign-In.
736
+ Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
737
+ """
738
+ return pulumi.get(self, "twitter_consumer_key")
739
+
740
+ @twitter_consumer_key.setter
741
+ def twitter_consumer_key(self, value: Optional[pulumi.Input[str]]):
742
+ pulumi.set(self, "twitter_consumer_key", value)
743
+
744
+ @property
745
+ @pulumi.getter(name="twitterConsumerSecret")
746
+ def twitter_consumer_secret(self) -> Optional[pulumi.Input[str]]:
747
+ """
748
+ The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
749
+ This setting is required for enabling Twitter Sign-In.
750
+ Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
751
+ """
752
+ return pulumi.get(self, "twitter_consumer_secret")
753
+
754
+ @twitter_consumer_secret.setter
755
+ def twitter_consumer_secret(self, value: Optional[pulumi.Input[str]]):
756
+ pulumi.set(self, "twitter_consumer_secret", value)
757
+
758
+ @property
759
+ @pulumi.getter(name="twitterConsumerSecretSettingName")
760
+ def twitter_consumer_secret_setting_name(self) -> Optional[pulumi.Input[str]]:
761
+ """
762
+ The app setting name that contains the OAuth 1.0a consumer secret of the Twitter
763
+ application used for sign-in.
764
+ """
765
+ return pulumi.get(self, "twitter_consumer_secret_setting_name")
766
+
767
+ @twitter_consumer_secret_setting_name.setter
768
+ def twitter_consumer_secret_setting_name(self, value: Optional[pulumi.Input[str]]):
769
+ pulumi.set(self, "twitter_consumer_secret_setting_name", value)
770
+
771
+ @property
772
+ @pulumi.getter(name="unauthenticatedClientAction")
773
+ def unauthenticated_client_action(self) -> Optional[pulumi.Input['UnauthenticatedClientAction']]:
774
+ """
775
+ The action to take when an unauthenticated client attempts to access the app.
776
+ """
777
+ return pulumi.get(self, "unauthenticated_client_action")
778
+
779
+ @unauthenticated_client_action.setter
780
+ def unauthenticated_client_action(self, value: Optional[pulumi.Input['UnauthenticatedClientAction']]):
781
+ pulumi.set(self, "unauthenticated_client_action", value)
782
+
783
+ @property
784
+ @pulumi.getter(name="validateIssuer")
785
+ def validate_issuer(self) -> Optional[pulumi.Input[bool]]:
786
+ """
787
+ Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.
788
+ """
789
+ return pulumi.get(self, "validate_issuer")
790
+
791
+ @validate_issuer.setter
792
+ def validate_issuer(self, value: Optional[pulumi.Input[bool]]):
793
+ pulumi.set(self, "validate_issuer", value)
794
+
795
+
796
+ class WebAppAuthSettingsSlot(pulumi.CustomResource):
797
+ @overload
798
+ def __init__(__self__,
799
+ resource_name: str,
800
+ opts: Optional[pulumi.ResourceOptions] = None,
801
+ aad_claims_authorization: Optional[pulumi.Input[str]] = None,
802
+ additional_login_params: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
803
+ allowed_audiences: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
804
+ allowed_external_redirect_urls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
805
+ auth_file_path: Optional[pulumi.Input[str]] = None,
806
+ client_id: Optional[pulumi.Input[str]] = None,
807
+ client_secret: Optional[pulumi.Input[str]] = None,
808
+ client_secret_certificate_thumbprint: Optional[pulumi.Input[str]] = None,
809
+ client_secret_setting_name: Optional[pulumi.Input[str]] = None,
810
+ config_version: Optional[pulumi.Input[str]] = None,
811
+ default_provider: Optional[pulumi.Input['BuiltInAuthenticationProvider']] = None,
812
+ enabled: Optional[pulumi.Input[bool]] = None,
813
+ facebook_app_id: Optional[pulumi.Input[str]] = None,
814
+ facebook_app_secret: Optional[pulumi.Input[str]] = None,
815
+ facebook_app_secret_setting_name: Optional[pulumi.Input[str]] = None,
816
+ facebook_o_auth_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
817
+ git_hub_client_id: Optional[pulumi.Input[str]] = None,
818
+ git_hub_client_secret: Optional[pulumi.Input[str]] = None,
819
+ git_hub_client_secret_setting_name: Optional[pulumi.Input[str]] = None,
820
+ git_hub_o_auth_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
821
+ google_client_id: Optional[pulumi.Input[str]] = None,
822
+ google_client_secret: Optional[pulumi.Input[str]] = None,
823
+ google_client_secret_setting_name: Optional[pulumi.Input[str]] = None,
824
+ google_o_auth_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
825
+ is_auth_from_file: Optional[pulumi.Input[str]] = None,
826
+ issuer: Optional[pulumi.Input[str]] = None,
827
+ kind: Optional[pulumi.Input[str]] = None,
828
+ microsoft_account_client_id: Optional[pulumi.Input[str]] = None,
829
+ microsoft_account_client_secret: Optional[pulumi.Input[str]] = None,
830
+ microsoft_account_client_secret_setting_name: Optional[pulumi.Input[str]] = None,
831
+ microsoft_account_o_auth_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
832
+ name: Optional[pulumi.Input[str]] = None,
833
+ resource_group_name: Optional[pulumi.Input[str]] = None,
834
+ runtime_version: Optional[pulumi.Input[str]] = None,
835
+ slot: Optional[pulumi.Input[str]] = None,
836
+ token_refresh_extension_hours: Optional[pulumi.Input[float]] = None,
837
+ token_store_enabled: Optional[pulumi.Input[bool]] = None,
838
+ twitter_consumer_key: Optional[pulumi.Input[str]] = None,
839
+ twitter_consumer_secret: Optional[pulumi.Input[str]] = None,
840
+ twitter_consumer_secret_setting_name: Optional[pulumi.Input[str]] = None,
841
+ unauthenticated_client_action: Optional[pulumi.Input['UnauthenticatedClientAction']] = None,
842
+ validate_issuer: Optional[pulumi.Input[bool]] = None,
843
+ __props__=None):
844
+ """
845
+ Configuration settings for the Azure App Service Authentication / Authorization feature.
846
+
847
+ :param str resource_name: The name of the resource.
848
+ :param pulumi.ResourceOptions opts: Options for the resource.
849
+ :param pulumi.Input[str] aad_claims_authorization: Gets a JSON string containing the Azure AD Acl settings.
850
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] additional_login_params: Login parameters to send to the OpenID Connect authorization endpoint when
851
+ a user logs in. Each parameter must be in the form "key=value".
852
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_audiences: Allowed audience values to consider when validating JSON Web Tokens issued by
853
+ Azure Active Directory. Note that the <code>ClientID</code> value is always considered an
854
+ allowed audience, regardless of this setting.
855
+ :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.
856
+ This is an advanced setting typically only needed by Windows Store application backends.
857
+ Note that URLs within the current domain are always implicitly allowed.
858
+ :param pulumi.Input[str] auth_file_path: The path of the config file containing auth settings.
859
+ If the path is relative, base will the site's root directory.
860
+ :param pulumi.Input[str] client_id: The Client ID of this relying party application, known as the client_id.
861
+ This setting is required for enabling OpenID Connection authentication with Azure Active Directory or
862
+ other 3rd party OpenID Connect providers.
863
+ More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
864
+ :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).
865
+ This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users.
866
+ Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users.
867
+ More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
868
+ :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
869
+ a replacement for the Client Secret. It is also optional.
870
+ :param pulumi.Input[str] client_secret_setting_name: The app setting name that contains the client secret of the relying party application.
871
+ :param pulumi.Input[str] config_version: The ConfigVersion of the Authentication / Authorization feature in use for the current app.
872
+ The setting in this value can control the behavior of the control plane for Authentication / Authorization.
873
+ :param pulumi.Input['BuiltInAuthenticationProvider'] default_provider: The default authentication provider to use when multiple providers are configured.
874
+ This setting is only needed if multiple providers are configured and the unauthenticated client
875
+ action is set to "RedirectToLoginPage".
876
+ :param pulumi.Input[bool] enabled: <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>.
877
+ :param pulumi.Input[str] facebook_app_id: The App ID of the Facebook app used for login.
878
+ This setting is required for enabling Facebook Login.
879
+ Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
880
+ :param pulumi.Input[str] facebook_app_secret: The App Secret of the Facebook app used for Facebook Login.
881
+ This setting is required for enabling Facebook Login.
882
+ Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
883
+ :param pulumi.Input[str] facebook_app_secret_setting_name: The app setting name that contains the app secret used for Facebook Login.
884
+ :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.
885
+ This setting is optional.
886
+ Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
887
+ :param pulumi.Input[str] git_hub_client_id: The Client Id of the GitHub app used for login.
888
+ This setting is required for enabling Github login
889
+ :param pulumi.Input[str] git_hub_client_secret: The Client Secret of the GitHub app used for Github Login.
890
+ This setting is required for enabling Github login.
891
+ :param pulumi.Input[str] git_hub_client_secret_setting_name: The app setting name that contains the client secret of the Github
892
+ app used for GitHub Login.
893
+ :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.
894
+ This setting is optional
895
+ :param pulumi.Input[str] google_client_id: The OpenID Connect Client ID for the Google web application.
896
+ This setting is required for enabling Google Sign-In.
897
+ Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
898
+ :param pulumi.Input[str] google_client_secret: The client secret associated with the Google web application.
899
+ This setting is required for enabling Google Sign-In.
900
+ Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
901
+ :param pulumi.Input[str] google_client_secret_setting_name: The app setting name that contains the client secret associated with
902
+ the Google web application.
903
+ :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.
904
+ This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes.
905
+ Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
906
+ :param pulumi.Input[str] is_auth_from_file: "true" if the auth config settings should be read from a file,
907
+ "false" otherwise
908
+ :param pulumi.Input[str] issuer: The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
909
+ When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/.
910
+ This URI is a case-sensitive identifier for the token issuer.
911
+ More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
912
+ :param pulumi.Input[str] kind: Kind of resource.
913
+ :param pulumi.Input[str] microsoft_account_client_id: The OAuth 2.0 client ID that was created for the app used for authentication.
914
+ This setting is required for enabling Microsoft Account authentication.
915
+ Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
916
+ :param pulumi.Input[str] microsoft_account_client_secret: The OAuth 2.0 client secret that was created for the app used for authentication.
917
+ This setting is required for enabling Microsoft Account authentication.
918
+ Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
919
+ :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
920
+ app used for authentication.
921
+ :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.
922
+ This setting is optional. If not specified, "wl.basic" is used as the default scope.
923
+ Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx
924
+ :param pulumi.Input[str] name: Name of web app.
925
+ :param pulumi.Input[str] resource_group_name: Name of the resource group to which the resource belongs.
926
+ :param pulumi.Input[str] runtime_version: The RuntimeVersion of the Authentication / Authorization feature in use for the current app.
927
+ The setting in this value can control the behavior of certain features in the Authentication / Authorization module.
928
+ :param pulumi.Input[str] slot: Name of web app slot. If not specified then will default to production slot.
929
+ :param pulumi.Input[float] token_refresh_extension_hours: The number of hours after session token expiration that a session token can be used to
930
+ call the token refresh API. The default is 72 hours.
931
+ :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>.
932
+ The default is <code>false</code>.
933
+ :param pulumi.Input[str] twitter_consumer_key: The OAuth 1.0a consumer key of the Twitter application used for sign-in.
934
+ This setting is required for enabling Twitter Sign-In.
935
+ Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
936
+ :param pulumi.Input[str] twitter_consumer_secret: The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
937
+ This setting is required for enabling Twitter Sign-In.
938
+ Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
939
+ :param pulumi.Input[str] twitter_consumer_secret_setting_name: The app setting name that contains the OAuth 1.0a consumer secret of the Twitter
940
+ application used for sign-in.
941
+ :param pulumi.Input['UnauthenticatedClientAction'] unauthenticated_client_action: The action to take when an unauthenticated client attempts to access the app.
942
+ :param pulumi.Input[bool] validate_issuer: Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.
943
+ """
944
+ ...
945
+ @overload
946
+ def __init__(__self__,
947
+ resource_name: str,
948
+ args: WebAppAuthSettingsSlotArgs,
949
+ opts: Optional[pulumi.ResourceOptions] = None):
950
+ """
951
+ Configuration settings for the Azure App Service Authentication / Authorization feature.
952
+
953
+ :param str resource_name: The name of the resource.
954
+ :param WebAppAuthSettingsSlotArgs args: The arguments to use to populate this resource's properties.
955
+ :param pulumi.ResourceOptions opts: Options for the resource.
956
+ """
957
+ ...
958
+ def __init__(__self__, resource_name: str, *args, **kwargs):
959
+ resource_args, opts = _utilities.get_resource_args_opts(WebAppAuthSettingsSlotArgs, pulumi.ResourceOptions, *args, **kwargs)
960
+ if resource_args is not None:
961
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
962
+ else:
963
+ __self__._internal_init(resource_name, *args, **kwargs)
964
+
965
+ def _internal_init(__self__,
966
+ resource_name: str,
967
+ opts: Optional[pulumi.ResourceOptions] = None,
968
+ aad_claims_authorization: Optional[pulumi.Input[str]] = None,
969
+ additional_login_params: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
970
+ allowed_audiences: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
971
+ allowed_external_redirect_urls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
972
+ auth_file_path: Optional[pulumi.Input[str]] = None,
973
+ client_id: Optional[pulumi.Input[str]] = None,
974
+ client_secret: Optional[pulumi.Input[str]] = None,
975
+ client_secret_certificate_thumbprint: Optional[pulumi.Input[str]] = None,
976
+ client_secret_setting_name: Optional[pulumi.Input[str]] = None,
977
+ config_version: Optional[pulumi.Input[str]] = None,
978
+ default_provider: Optional[pulumi.Input['BuiltInAuthenticationProvider']] = None,
979
+ enabled: Optional[pulumi.Input[bool]] = None,
980
+ facebook_app_id: Optional[pulumi.Input[str]] = None,
981
+ facebook_app_secret: Optional[pulumi.Input[str]] = None,
982
+ facebook_app_secret_setting_name: Optional[pulumi.Input[str]] = None,
983
+ facebook_o_auth_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
984
+ git_hub_client_id: Optional[pulumi.Input[str]] = None,
985
+ git_hub_client_secret: Optional[pulumi.Input[str]] = None,
986
+ git_hub_client_secret_setting_name: Optional[pulumi.Input[str]] = None,
987
+ git_hub_o_auth_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
988
+ google_client_id: Optional[pulumi.Input[str]] = None,
989
+ google_client_secret: Optional[pulumi.Input[str]] = None,
990
+ google_client_secret_setting_name: Optional[pulumi.Input[str]] = None,
991
+ google_o_auth_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
992
+ is_auth_from_file: Optional[pulumi.Input[str]] = None,
993
+ issuer: Optional[pulumi.Input[str]] = None,
994
+ kind: Optional[pulumi.Input[str]] = None,
995
+ microsoft_account_client_id: Optional[pulumi.Input[str]] = None,
996
+ microsoft_account_client_secret: Optional[pulumi.Input[str]] = None,
997
+ microsoft_account_client_secret_setting_name: Optional[pulumi.Input[str]] = None,
998
+ microsoft_account_o_auth_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
999
+ name: Optional[pulumi.Input[str]] = None,
1000
+ resource_group_name: Optional[pulumi.Input[str]] = None,
1001
+ runtime_version: Optional[pulumi.Input[str]] = None,
1002
+ slot: Optional[pulumi.Input[str]] = None,
1003
+ token_refresh_extension_hours: Optional[pulumi.Input[float]] = None,
1004
+ token_store_enabled: Optional[pulumi.Input[bool]] = None,
1005
+ twitter_consumer_key: Optional[pulumi.Input[str]] = None,
1006
+ twitter_consumer_secret: Optional[pulumi.Input[str]] = None,
1007
+ twitter_consumer_secret_setting_name: Optional[pulumi.Input[str]] = None,
1008
+ unauthenticated_client_action: Optional[pulumi.Input['UnauthenticatedClientAction']] = None,
1009
+ validate_issuer: Optional[pulumi.Input[bool]] = None,
1010
+ __props__=None):
1011
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
1012
+ if not isinstance(opts, pulumi.ResourceOptions):
1013
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
1014
+ if opts.id is None:
1015
+ if __props__ is not None:
1016
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
1017
+ __props__ = WebAppAuthSettingsSlotArgs.__new__(WebAppAuthSettingsSlotArgs)
1018
+
1019
+ __props__.__dict__["aad_claims_authorization"] = aad_claims_authorization
1020
+ __props__.__dict__["additional_login_params"] = additional_login_params
1021
+ __props__.__dict__["allowed_audiences"] = allowed_audiences
1022
+ __props__.__dict__["allowed_external_redirect_urls"] = allowed_external_redirect_urls
1023
+ __props__.__dict__["auth_file_path"] = auth_file_path
1024
+ __props__.__dict__["client_id"] = client_id
1025
+ __props__.__dict__["client_secret"] = client_secret
1026
+ __props__.__dict__["client_secret_certificate_thumbprint"] = client_secret_certificate_thumbprint
1027
+ __props__.__dict__["client_secret_setting_name"] = client_secret_setting_name
1028
+ __props__.__dict__["config_version"] = config_version
1029
+ __props__.__dict__["default_provider"] = default_provider
1030
+ __props__.__dict__["enabled"] = enabled
1031
+ __props__.__dict__["facebook_app_id"] = facebook_app_id
1032
+ __props__.__dict__["facebook_app_secret"] = facebook_app_secret
1033
+ __props__.__dict__["facebook_app_secret_setting_name"] = facebook_app_secret_setting_name
1034
+ __props__.__dict__["facebook_o_auth_scopes"] = facebook_o_auth_scopes
1035
+ __props__.__dict__["git_hub_client_id"] = git_hub_client_id
1036
+ __props__.__dict__["git_hub_client_secret"] = git_hub_client_secret
1037
+ __props__.__dict__["git_hub_client_secret_setting_name"] = git_hub_client_secret_setting_name
1038
+ __props__.__dict__["git_hub_o_auth_scopes"] = git_hub_o_auth_scopes
1039
+ __props__.__dict__["google_client_id"] = google_client_id
1040
+ __props__.__dict__["google_client_secret"] = google_client_secret
1041
+ __props__.__dict__["google_client_secret_setting_name"] = google_client_secret_setting_name
1042
+ __props__.__dict__["google_o_auth_scopes"] = google_o_auth_scopes
1043
+ __props__.__dict__["is_auth_from_file"] = is_auth_from_file
1044
+ __props__.__dict__["issuer"] = issuer
1045
+ __props__.__dict__["kind"] = kind
1046
+ __props__.__dict__["microsoft_account_client_id"] = microsoft_account_client_id
1047
+ __props__.__dict__["microsoft_account_client_secret"] = microsoft_account_client_secret
1048
+ __props__.__dict__["microsoft_account_client_secret_setting_name"] = microsoft_account_client_secret_setting_name
1049
+ __props__.__dict__["microsoft_account_o_auth_scopes"] = microsoft_account_o_auth_scopes
1050
+ if name is None and not opts.urn:
1051
+ raise TypeError("Missing required property 'name'")
1052
+ __props__.__dict__["name"] = name
1053
+ if resource_group_name is None and not opts.urn:
1054
+ raise TypeError("Missing required property 'resource_group_name'")
1055
+ __props__.__dict__["resource_group_name"] = resource_group_name
1056
+ __props__.__dict__["runtime_version"] = runtime_version
1057
+ if slot is None and not opts.urn:
1058
+ raise TypeError("Missing required property 'slot'")
1059
+ __props__.__dict__["slot"] = slot
1060
+ __props__.__dict__["token_refresh_extension_hours"] = token_refresh_extension_hours
1061
+ __props__.__dict__["token_store_enabled"] = token_store_enabled
1062
+ __props__.__dict__["twitter_consumer_key"] = twitter_consumer_key
1063
+ __props__.__dict__["twitter_consumer_secret"] = twitter_consumer_secret
1064
+ __props__.__dict__["twitter_consumer_secret_setting_name"] = twitter_consumer_secret_setting_name
1065
+ __props__.__dict__["unauthenticated_client_action"] = unauthenticated_client_action
1066
+ __props__.__dict__["validate_issuer"] = validate_issuer
1067
+ __props__.__dict__["type"] = None
1068
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:web:WebAppAuthSettingsSlot"), pulumi.Alias(type_="azure-native:web/v20150801:WebAppAuthSettingsSlot"), pulumi.Alias(type_="azure-native:web/v20160801:WebAppAuthSettingsSlot"), pulumi.Alias(type_="azure-native:web/v20180201:WebAppAuthSettingsSlot"), pulumi.Alias(type_="azure-native:web/v20181101:WebAppAuthSettingsSlot"), pulumi.Alias(type_="azure-native:web/v20190801:WebAppAuthSettingsSlot"), pulumi.Alias(type_="azure-native:web/v20200601:WebAppAuthSettingsSlot"), pulumi.Alias(type_="azure-native:web/v20200901:WebAppAuthSettingsSlot"), pulumi.Alias(type_="azure-native:web/v20201001:WebAppAuthSettingsSlot"), pulumi.Alias(type_="azure-native:web/v20201201:WebAppAuthSettingsSlot"), pulumi.Alias(type_="azure-native:web/v20210101:WebAppAuthSettingsSlot"), pulumi.Alias(type_="azure-native:web/v20210115:WebAppAuthSettingsSlot"), pulumi.Alias(type_="azure-native:web/v20210201:WebAppAuthSettingsSlot"), pulumi.Alias(type_="azure-native:web/v20210301:WebAppAuthSettingsSlot"), pulumi.Alias(type_="azure-native:web/v20220301:WebAppAuthSettingsSlot"), pulumi.Alias(type_="azure-native:web/v20220901:WebAppAuthSettingsSlot"), pulumi.Alias(type_="azure-native:web/v20230101:WebAppAuthSettingsSlot")])
1069
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
1070
+ super(WebAppAuthSettingsSlot, __self__).__init__(
1071
+ 'azure-native:web/v20231201:WebAppAuthSettingsSlot',
1072
+ resource_name,
1073
+ __props__,
1074
+ opts)
1075
+
1076
+ @staticmethod
1077
+ def get(resource_name: str,
1078
+ id: pulumi.Input[str],
1079
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'WebAppAuthSettingsSlot':
1080
+ """
1081
+ Get an existing WebAppAuthSettingsSlot resource's state with the given name, id, and optional extra
1082
+ properties used to qualify the lookup.
1083
+
1084
+ :param str resource_name: The unique name of the resulting resource.
1085
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1086
+ :param pulumi.ResourceOptions opts: Options for the resource.
1087
+ """
1088
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1089
+
1090
+ __props__ = WebAppAuthSettingsSlotArgs.__new__(WebAppAuthSettingsSlotArgs)
1091
+
1092
+ __props__.__dict__["aad_claims_authorization"] = None
1093
+ __props__.__dict__["additional_login_params"] = None
1094
+ __props__.__dict__["allowed_audiences"] = None
1095
+ __props__.__dict__["allowed_external_redirect_urls"] = None
1096
+ __props__.__dict__["auth_file_path"] = None
1097
+ __props__.__dict__["client_id"] = None
1098
+ __props__.__dict__["client_secret"] = None
1099
+ __props__.__dict__["client_secret_certificate_thumbprint"] = None
1100
+ __props__.__dict__["client_secret_setting_name"] = None
1101
+ __props__.__dict__["config_version"] = None
1102
+ __props__.__dict__["default_provider"] = None
1103
+ __props__.__dict__["enabled"] = None
1104
+ __props__.__dict__["facebook_app_id"] = None
1105
+ __props__.__dict__["facebook_app_secret"] = None
1106
+ __props__.__dict__["facebook_app_secret_setting_name"] = None
1107
+ __props__.__dict__["facebook_o_auth_scopes"] = None
1108
+ __props__.__dict__["git_hub_client_id"] = None
1109
+ __props__.__dict__["git_hub_client_secret"] = None
1110
+ __props__.__dict__["git_hub_client_secret_setting_name"] = None
1111
+ __props__.__dict__["git_hub_o_auth_scopes"] = None
1112
+ __props__.__dict__["google_client_id"] = None
1113
+ __props__.__dict__["google_client_secret"] = None
1114
+ __props__.__dict__["google_client_secret_setting_name"] = None
1115
+ __props__.__dict__["google_o_auth_scopes"] = None
1116
+ __props__.__dict__["is_auth_from_file"] = None
1117
+ __props__.__dict__["issuer"] = None
1118
+ __props__.__dict__["kind"] = None
1119
+ __props__.__dict__["microsoft_account_client_id"] = None
1120
+ __props__.__dict__["microsoft_account_client_secret"] = None
1121
+ __props__.__dict__["microsoft_account_client_secret_setting_name"] = None
1122
+ __props__.__dict__["microsoft_account_o_auth_scopes"] = None
1123
+ __props__.__dict__["name"] = None
1124
+ __props__.__dict__["runtime_version"] = None
1125
+ __props__.__dict__["token_refresh_extension_hours"] = None
1126
+ __props__.__dict__["token_store_enabled"] = None
1127
+ __props__.__dict__["twitter_consumer_key"] = None
1128
+ __props__.__dict__["twitter_consumer_secret"] = None
1129
+ __props__.__dict__["twitter_consumer_secret_setting_name"] = None
1130
+ __props__.__dict__["type"] = None
1131
+ __props__.__dict__["unauthenticated_client_action"] = None
1132
+ __props__.__dict__["validate_issuer"] = None
1133
+ return WebAppAuthSettingsSlot(resource_name, opts=opts, __props__=__props__)
1134
+
1135
+ @property
1136
+ @pulumi.getter(name="aadClaimsAuthorization")
1137
+ def aad_claims_authorization(self) -> pulumi.Output[Optional[str]]:
1138
+ """
1139
+ Gets a JSON string containing the Azure AD Acl settings.
1140
+ """
1141
+ return pulumi.get(self, "aad_claims_authorization")
1142
+
1143
+ @property
1144
+ @pulumi.getter(name="additionalLoginParams")
1145
+ def additional_login_params(self) -> pulumi.Output[Optional[Sequence[str]]]:
1146
+ """
1147
+ Login parameters to send to the OpenID Connect authorization endpoint when
1148
+ a user logs in. Each parameter must be in the form "key=value".
1149
+ """
1150
+ return pulumi.get(self, "additional_login_params")
1151
+
1152
+ @property
1153
+ @pulumi.getter(name="allowedAudiences")
1154
+ def allowed_audiences(self) -> pulumi.Output[Optional[Sequence[str]]]:
1155
+ """
1156
+ Allowed audience values to consider when validating JSON Web Tokens issued by
1157
+ Azure Active Directory. Note that the <code>ClientID</code> value is always considered an
1158
+ allowed audience, regardless of this setting.
1159
+ """
1160
+ return pulumi.get(self, "allowed_audiences")
1161
+
1162
+ @property
1163
+ @pulumi.getter(name="allowedExternalRedirectUrls")
1164
+ def allowed_external_redirect_urls(self) -> pulumi.Output[Optional[Sequence[str]]]:
1165
+ """
1166
+ 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.
1167
+ This is an advanced setting typically only needed by Windows Store application backends.
1168
+ Note that URLs within the current domain are always implicitly allowed.
1169
+ """
1170
+ return pulumi.get(self, "allowed_external_redirect_urls")
1171
+
1172
+ @property
1173
+ @pulumi.getter(name="authFilePath")
1174
+ def auth_file_path(self) -> pulumi.Output[Optional[str]]:
1175
+ """
1176
+ The path of the config file containing auth settings.
1177
+ If the path is relative, base will the site's root directory.
1178
+ """
1179
+ return pulumi.get(self, "auth_file_path")
1180
+
1181
+ @property
1182
+ @pulumi.getter(name="clientId")
1183
+ def client_id(self) -> pulumi.Output[Optional[str]]:
1184
+ """
1185
+ The Client ID of this relying party application, known as the client_id.
1186
+ This setting is required for enabling OpenID Connection authentication with Azure Active Directory or
1187
+ other 3rd party OpenID Connect providers.
1188
+ More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
1189
+ """
1190
+ return pulumi.get(self, "client_id")
1191
+
1192
+ @property
1193
+ @pulumi.getter(name="clientSecret")
1194
+ def client_secret(self) -> pulumi.Output[Optional[str]]:
1195
+ """
1196
+ The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key).
1197
+ This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users.
1198
+ Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users.
1199
+ More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
1200
+ """
1201
+ return pulumi.get(self, "client_secret")
1202
+
1203
+ @property
1204
+ @pulumi.getter(name="clientSecretCertificateThumbprint")
1205
+ def client_secret_certificate_thumbprint(self) -> pulumi.Output[Optional[str]]:
1206
+ """
1207
+ An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as
1208
+ a replacement for the Client Secret. It is also optional.
1209
+ """
1210
+ return pulumi.get(self, "client_secret_certificate_thumbprint")
1211
+
1212
+ @property
1213
+ @pulumi.getter(name="clientSecretSettingName")
1214
+ def client_secret_setting_name(self) -> pulumi.Output[Optional[str]]:
1215
+ """
1216
+ The app setting name that contains the client secret of the relying party application.
1217
+ """
1218
+ return pulumi.get(self, "client_secret_setting_name")
1219
+
1220
+ @property
1221
+ @pulumi.getter(name="configVersion")
1222
+ def config_version(self) -> pulumi.Output[Optional[str]]:
1223
+ """
1224
+ The ConfigVersion of the Authentication / Authorization feature in use for the current app.
1225
+ The setting in this value can control the behavior of the control plane for Authentication / Authorization.
1226
+ """
1227
+ return pulumi.get(self, "config_version")
1228
+
1229
+ @property
1230
+ @pulumi.getter(name="defaultProvider")
1231
+ def default_provider(self) -> pulumi.Output[Optional[str]]:
1232
+ """
1233
+ The default authentication provider to use when multiple providers are configured.
1234
+ This setting is only needed if multiple providers are configured and the unauthenticated client
1235
+ action is set to "RedirectToLoginPage".
1236
+ """
1237
+ return pulumi.get(self, "default_provider")
1238
+
1239
+ @property
1240
+ @pulumi.getter
1241
+ def enabled(self) -> pulumi.Output[Optional[bool]]:
1242
+ """
1243
+ <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>.
1244
+ """
1245
+ return pulumi.get(self, "enabled")
1246
+
1247
+ @property
1248
+ @pulumi.getter(name="facebookAppId")
1249
+ def facebook_app_id(self) -> pulumi.Output[Optional[str]]:
1250
+ """
1251
+ The App ID of the Facebook app used for login.
1252
+ This setting is required for enabling Facebook Login.
1253
+ Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
1254
+ """
1255
+ return pulumi.get(self, "facebook_app_id")
1256
+
1257
+ @property
1258
+ @pulumi.getter(name="facebookAppSecret")
1259
+ def facebook_app_secret(self) -> pulumi.Output[Optional[str]]:
1260
+ """
1261
+ The App Secret of the Facebook app used for Facebook Login.
1262
+ This setting is required for enabling Facebook Login.
1263
+ Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
1264
+ """
1265
+ return pulumi.get(self, "facebook_app_secret")
1266
+
1267
+ @property
1268
+ @pulumi.getter(name="facebookAppSecretSettingName")
1269
+ def facebook_app_secret_setting_name(self) -> pulumi.Output[Optional[str]]:
1270
+ """
1271
+ The app setting name that contains the app secret used for Facebook Login.
1272
+ """
1273
+ return pulumi.get(self, "facebook_app_secret_setting_name")
1274
+
1275
+ @property
1276
+ @pulumi.getter(name="facebookOAuthScopes")
1277
+ def facebook_o_auth_scopes(self) -> pulumi.Output[Optional[Sequence[str]]]:
1278
+ """
1279
+ The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication.
1280
+ This setting is optional.
1281
+ Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
1282
+ """
1283
+ return pulumi.get(self, "facebook_o_auth_scopes")
1284
+
1285
+ @property
1286
+ @pulumi.getter(name="gitHubClientId")
1287
+ def git_hub_client_id(self) -> pulumi.Output[Optional[str]]:
1288
+ """
1289
+ The Client Id of the GitHub app used for login.
1290
+ This setting is required for enabling Github login
1291
+ """
1292
+ return pulumi.get(self, "git_hub_client_id")
1293
+
1294
+ @property
1295
+ @pulumi.getter(name="gitHubClientSecret")
1296
+ def git_hub_client_secret(self) -> pulumi.Output[Optional[str]]:
1297
+ """
1298
+ The Client Secret of the GitHub app used for Github Login.
1299
+ This setting is required for enabling Github login.
1300
+ """
1301
+ return pulumi.get(self, "git_hub_client_secret")
1302
+
1303
+ @property
1304
+ @pulumi.getter(name="gitHubClientSecretSettingName")
1305
+ def git_hub_client_secret_setting_name(self) -> pulumi.Output[Optional[str]]:
1306
+ """
1307
+ The app setting name that contains the client secret of the Github
1308
+ app used for GitHub Login.
1309
+ """
1310
+ return pulumi.get(self, "git_hub_client_secret_setting_name")
1311
+
1312
+ @property
1313
+ @pulumi.getter(name="gitHubOAuthScopes")
1314
+ def git_hub_o_auth_scopes(self) -> pulumi.Output[Optional[Sequence[str]]]:
1315
+ """
1316
+ The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication.
1317
+ This setting is optional
1318
+ """
1319
+ return pulumi.get(self, "git_hub_o_auth_scopes")
1320
+
1321
+ @property
1322
+ @pulumi.getter(name="googleClientId")
1323
+ def google_client_id(self) -> pulumi.Output[Optional[str]]:
1324
+ """
1325
+ The OpenID Connect Client ID for the Google web application.
1326
+ This setting is required for enabling Google Sign-In.
1327
+ Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
1328
+ """
1329
+ return pulumi.get(self, "google_client_id")
1330
+
1331
+ @property
1332
+ @pulumi.getter(name="googleClientSecret")
1333
+ def google_client_secret(self) -> pulumi.Output[Optional[str]]:
1334
+ """
1335
+ The client secret associated with the Google web application.
1336
+ This setting is required for enabling Google Sign-In.
1337
+ Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
1338
+ """
1339
+ return pulumi.get(self, "google_client_secret")
1340
+
1341
+ @property
1342
+ @pulumi.getter(name="googleClientSecretSettingName")
1343
+ def google_client_secret_setting_name(self) -> pulumi.Output[Optional[str]]:
1344
+ """
1345
+ The app setting name that contains the client secret associated with
1346
+ the Google web application.
1347
+ """
1348
+ return pulumi.get(self, "google_client_secret_setting_name")
1349
+
1350
+ @property
1351
+ @pulumi.getter(name="googleOAuthScopes")
1352
+ def google_o_auth_scopes(self) -> pulumi.Output[Optional[Sequence[str]]]:
1353
+ """
1354
+ The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication.
1355
+ This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes.
1356
+ Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
1357
+ """
1358
+ return pulumi.get(self, "google_o_auth_scopes")
1359
+
1360
+ @property
1361
+ @pulumi.getter(name="isAuthFromFile")
1362
+ def is_auth_from_file(self) -> pulumi.Output[Optional[str]]:
1363
+ """
1364
+ "true" if the auth config settings should be read from a file,
1365
+ "false" otherwise
1366
+ """
1367
+ return pulumi.get(self, "is_auth_from_file")
1368
+
1369
+ @property
1370
+ @pulumi.getter
1371
+ def issuer(self) -> pulumi.Output[Optional[str]]:
1372
+ """
1373
+ The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
1374
+ When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/.
1375
+ This URI is a case-sensitive identifier for the token issuer.
1376
+ More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
1377
+ """
1378
+ return pulumi.get(self, "issuer")
1379
+
1380
+ @property
1381
+ @pulumi.getter
1382
+ def kind(self) -> pulumi.Output[Optional[str]]:
1383
+ """
1384
+ Kind of resource.
1385
+ """
1386
+ return pulumi.get(self, "kind")
1387
+
1388
+ @property
1389
+ @pulumi.getter(name="microsoftAccountClientId")
1390
+ def microsoft_account_client_id(self) -> pulumi.Output[Optional[str]]:
1391
+ """
1392
+ The OAuth 2.0 client ID that was created for the app used for authentication.
1393
+ This setting is required for enabling Microsoft Account authentication.
1394
+ Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
1395
+ """
1396
+ return pulumi.get(self, "microsoft_account_client_id")
1397
+
1398
+ @property
1399
+ @pulumi.getter(name="microsoftAccountClientSecret")
1400
+ def microsoft_account_client_secret(self) -> pulumi.Output[Optional[str]]:
1401
+ """
1402
+ The OAuth 2.0 client secret that was created for the app used for authentication.
1403
+ This setting is required for enabling Microsoft Account authentication.
1404
+ Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
1405
+ """
1406
+ return pulumi.get(self, "microsoft_account_client_secret")
1407
+
1408
+ @property
1409
+ @pulumi.getter(name="microsoftAccountClientSecretSettingName")
1410
+ def microsoft_account_client_secret_setting_name(self) -> pulumi.Output[Optional[str]]:
1411
+ """
1412
+ The app setting name containing the OAuth 2.0 client secret that was created for the
1413
+ app used for authentication.
1414
+ """
1415
+ return pulumi.get(self, "microsoft_account_client_secret_setting_name")
1416
+
1417
+ @property
1418
+ @pulumi.getter(name="microsoftAccountOAuthScopes")
1419
+ def microsoft_account_o_auth_scopes(self) -> pulumi.Output[Optional[Sequence[str]]]:
1420
+ """
1421
+ The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
1422
+ This setting is optional. If not specified, "wl.basic" is used as the default scope.
1423
+ Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx
1424
+ """
1425
+ return pulumi.get(self, "microsoft_account_o_auth_scopes")
1426
+
1427
+ @property
1428
+ @pulumi.getter
1429
+ def name(self) -> pulumi.Output[str]:
1430
+ """
1431
+ Resource Name.
1432
+ """
1433
+ return pulumi.get(self, "name")
1434
+
1435
+ @property
1436
+ @pulumi.getter(name="runtimeVersion")
1437
+ def runtime_version(self) -> pulumi.Output[Optional[str]]:
1438
+ """
1439
+ The RuntimeVersion of the Authentication / Authorization feature in use for the current app.
1440
+ The setting in this value can control the behavior of certain features in the Authentication / Authorization module.
1441
+ """
1442
+ return pulumi.get(self, "runtime_version")
1443
+
1444
+ @property
1445
+ @pulumi.getter(name="tokenRefreshExtensionHours")
1446
+ def token_refresh_extension_hours(self) -> pulumi.Output[Optional[float]]:
1447
+ """
1448
+ The number of hours after session token expiration that a session token can be used to
1449
+ call the token refresh API. The default is 72 hours.
1450
+ """
1451
+ return pulumi.get(self, "token_refresh_extension_hours")
1452
+
1453
+ @property
1454
+ @pulumi.getter(name="tokenStoreEnabled")
1455
+ def token_store_enabled(self) -> pulumi.Output[Optional[bool]]:
1456
+ """
1457
+ <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.
1458
+ The default is <code>false</code>.
1459
+ """
1460
+ return pulumi.get(self, "token_store_enabled")
1461
+
1462
+ @property
1463
+ @pulumi.getter(name="twitterConsumerKey")
1464
+ def twitter_consumer_key(self) -> pulumi.Output[Optional[str]]:
1465
+ """
1466
+ The OAuth 1.0a consumer key of the Twitter application used for sign-in.
1467
+ This setting is required for enabling Twitter Sign-In.
1468
+ Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
1469
+ """
1470
+ return pulumi.get(self, "twitter_consumer_key")
1471
+
1472
+ @property
1473
+ @pulumi.getter(name="twitterConsumerSecret")
1474
+ def twitter_consumer_secret(self) -> pulumi.Output[Optional[str]]:
1475
+ """
1476
+ The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
1477
+ This setting is required for enabling Twitter Sign-In.
1478
+ Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
1479
+ """
1480
+ return pulumi.get(self, "twitter_consumer_secret")
1481
+
1482
+ @property
1483
+ @pulumi.getter(name="twitterConsumerSecretSettingName")
1484
+ def twitter_consumer_secret_setting_name(self) -> pulumi.Output[Optional[str]]:
1485
+ """
1486
+ The app setting name that contains the OAuth 1.0a consumer secret of the Twitter
1487
+ application used for sign-in.
1488
+ """
1489
+ return pulumi.get(self, "twitter_consumer_secret_setting_name")
1490
+
1491
+ @property
1492
+ @pulumi.getter
1493
+ def type(self) -> pulumi.Output[str]:
1494
+ """
1495
+ Resource type.
1496
+ """
1497
+ return pulumi.get(self, "type")
1498
+
1499
+ @property
1500
+ @pulumi.getter(name="unauthenticatedClientAction")
1501
+ def unauthenticated_client_action(self) -> pulumi.Output[Optional[str]]:
1502
+ """
1503
+ The action to take when an unauthenticated client attempts to access the app.
1504
+ """
1505
+ return pulumi.get(self, "unauthenticated_client_action")
1506
+
1507
+ @property
1508
+ @pulumi.getter(name="validateIssuer")
1509
+ def validate_issuer(self) -> pulumi.Output[Optional[bool]]:
1510
+ """
1511
+ Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.
1512
+ """
1513
+ return pulumi.get(self, "validate_issuer")
1514
+