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,4478 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+ from ._enums import *
13
+
14
+ __all__ = [
15
+ 'AddRemoveIncrementalNamedPartitionScalingMechanismResponse',
16
+ 'AdditionalNetworkInterfaceConfigurationResponse',
17
+ 'ApplicationHealthPolicyResponse',
18
+ 'ApplicationTypeVersionsCleanupPolicyResponse',
19
+ 'ApplicationUpgradePolicyResponse',
20
+ 'ApplicationUserAssignedIdentityResponse',
21
+ 'AveragePartitionLoadScalingTriggerResponse',
22
+ 'AverageServiceLoadScalingTriggerResponse',
23
+ 'AzureActiveDirectoryResponse',
24
+ 'ClientCertificateResponse',
25
+ 'ClusterHealthPolicyResponse',
26
+ 'ClusterMonitoringPolicyResponse',
27
+ 'ClusterUpgradeDeltaHealthPolicyResponse',
28
+ 'ClusterUpgradePolicyResponse',
29
+ 'EndpointRangeDescriptionResponse',
30
+ 'FrontendConfigurationResponse',
31
+ 'IpConfigurationResponse',
32
+ 'IpConfigurationResponsePublicIPAddressConfiguration',
33
+ 'IpTagResponse',
34
+ 'LoadBalancingRuleResponse',
35
+ 'ManagedIdentityResponse',
36
+ 'NamedPartitionSchemeResponse',
37
+ 'NetworkSecurityRuleResponse',
38
+ 'NodeTypeNatConfigResponse',
39
+ 'NodeTypeSkuResponse',
40
+ 'PartitionInstanceCountScaleMechanismResponse',
41
+ 'ResourceAzStatusResponse',
42
+ 'RollingUpgradeMonitoringPolicyResponse',
43
+ 'ScalingPolicyResponse',
44
+ 'ServiceCorrelationResponse',
45
+ 'ServiceEndpointResponse',
46
+ 'ServiceLoadMetricResponse',
47
+ 'ServicePlacementInvalidDomainPolicyResponse',
48
+ 'ServicePlacementNonPartiallyPlaceServicePolicyResponse',
49
+ 'ServicePlacementPreferPrimaryDomainPolicyResponse',
50
+ 'ServicePlacementRequireDomainDistributionPolicyResponse',
51
+ 'ServicePlacementRequiredDomainPolicyResponse',
52
+ 'ServiceTypeHealthPolicyResponse',
53
+ 'SettingsParameterDescriptionResponse',
54
+ 'SettingsSectionDescriptionResponse',
55
+ 'SingletonPartitionSchemeResponse',
56
+ 'SkuResponse',
57
+ 'StatefulServicePropertiesResponse',
58
+ 'StatelessServicePropertiesResponse',
59
+ 'SubResourceResponse',
60
+ 'SubnetResponse',
61
+ 'SystemDataResponse',
62
+ 'UniformInt64RangePartitionSchemeResponse',
63
+ 'UserAssignedIdentityResponse',
64
+ 'VMSSExtensionResponse',
65
+ 'VaultCertificateResponse',
66
+ 'VaultSecretGroupResponse',
67
+ 'VmImagePlanResponse',
68
+ 'VmManagedIdentityResponse',
69
+ 'VmssDataDiskResponse',
70
+ ]
71
+
72
+ @pulumi.output_type
73
+ class AddRemoveIncrementalNamedPartitionScalingMechanismResponse(dict):
74
+ """
75
+ Represents a scaling mechanism for adding or removing named partitions of a stateless service. Partition names are in the format '0','1'...'N-1'.
76
+ """
77
+ @staticmethod
78
+ def __key_warning(key: str):
79
+ suggest = None
80
+ if key == "maxPartitionCount":
81
+ suggest = "max_partition_count"
82
+ elif key == "minPartitionCount":
83
+ suggest = "min_partition_count"
84
+ elif key == "scaleIncrement":
85
+ suggest = "scale_increment"
86
+
87
+ if suggest:
88
+ pulumi.log.warn(f"Key '{key}' not found in AddRemoveIncrementalNamedPartitionScalingMechanismResponse. Access the value via the '{suggest}' property getter instead.")
89
+
90
+ def __getitem__(self, key: str) -> Any:
91
+ AddRemoveIncrementalNamedPartitionScalingMechanismResponse.__key_warning(key)
92
+ return super().__getitem__(key)
93
+
94
+ def get(self, key: str, default = None) -> Any:
95
+ AddRemoveIncrementalNamedPartitionScalingMechanismResponse.__key_warning(key)
96
+ return super().get(key, default)
97
+
98
+ def __init__(__self__, *,
99
+ kind: str,
100
+ max_partition_count: int,
101
+ min_partition_count: int,
102
+ scale_increment: int):
103
+ """
104
+ Represents a scaling mechanism for adding or removing named partitions of a stateless service. Partition names are in the format '0','1'...'N-1'.
105
+ :param str kind: Enumerates the ways that a service can be partitioned.
106
+ Expected value is 'AddRemoveIncrementalNamedPartition'.
107
+ :param int max_partition_count: Maximum number of named partitions of the service.
108
+ :param int min_partition_count: Minimum number of named partitions of the service.
109
+ :param int scale_increment: The number of instances to add or remove during a scaling operation.
110
+ """
111
+ pulumi.set(__self__, "kind", 'AddRemoveIncrementalNamedPartition')
112
+ pulumi.set(__self__, "max_partition_count", max_partition_count)
113
+ pulumi.set(__self__, "min_partition_count", min_partition_count)
114
+ pulumi.set(__self__, "scale_increment", scale_increment)
115
+
116
+ @property
117
+ @pulumi.getter
118
+ def kind(self) -> str:
119
+ """
120
+ Enumerates the ways that a service can be partitioned.
121
+ Expected value is 'AddRemoveIncrementalNamedPartition'.
122
+ """
123
+ return pulumi.get(self, "kind")
124
+
125
+ @property
126
+ @pulumi.getter(name="maxPartitionCount")
127
+ def max_partition_count(self) -> int:
128
+ """
129
+ Maximum number of named partitions of the service.
130
+ """
131
+ return pulumi.get(self, "max_partition_count")
132
+
133
+ @property
134
+ @pulumi.getter(name="minPartitionCount")
135
+ def min_partition_count(self) -> int:
136
+ """
137
+ Minimum number of named partitions of the service.
138
+ """
139
+ return pulumi.get(self, "min_partition_count")
140
+
141
+ @property
142
+ @pulumi.getter(name="scaleIncrement")
143
+ def scale_increment(self) -> int:
144
+ """
145
+ The number of instances to add or remove during a scaling operation.
146
+ """
147
+ return pulumi.get(self, "scale_increment")
148
+
149
+
150
+ @pulumi.output_type
151
+ class AdditionalNetworkInterfaceConfigurationResponse(dict):
152
+ """
153
+ Specifies the settings for a network interface to attach to the node type.
154
+ """
155
+ @staticmethod
156
+ def __key_warning(key: str):
157
+ suggest = None
158
+ if key == "ipConfigurations":
159
+ suggest = "ip_configurations"
160
+ elif key == "dscpConfiguration":
161
+ suggest = "dscp_configuration"
162
+ elif key == "enableAcceleratedNetworking":
163
+ suggest = "enable_accelerated_networking"
164
+
165
+ if suggest:
166
+ pulumi.log.warn(f"Key '{key}' not found in AdditionalNetworkInterfaceConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
167
+
168
+ def __getitem__(self, key: str) -> Any:
169
+ AdditionalNetworkInterfaceConfigurationResponse.__key_warning(key)
170
+ return super().__getitem__(key)
171
+
172
+ def get(self, key: str, default = None) -> Any:
173
+ AdditionalNetworkInterfaceConfigurationResponse.__key_warning(key)
174
+ return super().get(key, default)
175
+
176
+ def __init__(__self__, *,
177
+ ip_configurations: Sequence['outputs.IpConfigurationResponse'],
178
+ name: str,
179
+ dscp_configuration: Optional['outputs.SubResourceResponse'] = None,
180
+ enable_accelerated_networking: Optional[bool] = None):
181
+ """
182
+ Specifies the settings for a network interface to attach to the node type.
183
+ :param Sequence['IpConfigurationResponse'] ip_configurations: Specifies the IP configurations of the network interface.
184
+ :param str name: Name of the network interface.
185
+ :param 'SubResourceResponse' dscp_configuration: Specifies the DSCP configuration to apply to the network interface.
186
+ :param bool enable_accelerated_networking: Specifies whether the network interface is accelerated networking-enabled.
187
+ """
188
+ pulumi.set(__self__, "ip_configurations", ip_configurations)
189
+ pulumi.set(__self__, "name", name)
190
+ if dscp_configuration is not None:
191
+ pulumi.set(__self__, "dscp_configuration", dscp_configuration)
192
+ if enable_accelerated_networking is not None:
193
+ pulumi.set(__self__, "enable_accelerated_networking", enable_accelerated_networking)
194
+
195
+ @property
196
+ @pulumi.getter(name="ipConfigurations")
197
+ def ip_configurations(self) -> Sequence['outputs.IpConfigurationResponse']:
198
+ """
199
+ Specifies the IP configurations of the network interface.
200
+ """
201
+ return pulumi.get(self, "ip_configurations")
202
+
203
+ @property
204
+ @pulumi.getter
205
+ def name(self) -> str:
206
+ """
207
+ Name of the network interface.
208
+ """
209
+ return pulumi.get(self, "name")
210
+
211
+ @property
212
+ @pulumi.getter(name="dscpConfiguration")
213
+ def dscp_configuration(self) -> Optional['outputs.SubResourceResponse']:
214
+ """
215
+ Specifies the DSCP configuration to apply to the network interface.
216
+ """
217
+ return pulumi.get(self, "dscp_configuration")
218
+
219
+ @property
220
+ @pulumi.getter(name="enableAcceleratedNetworking")
221
+ def enable_accelerated_networking(self) -> Optional[bool]:
222
+ """
223
+ Specifies whether the network interface is accelerated networking-enabled.
224
+ """
225
+ return pulumi.get(self, "enable_accelerated_networking")
226
+
227
+
228
+ @pulumi.output_type
229
+ class ApplicationHealthPolicyResponse(dict):
230
+ """
231
+ Defines a health policy used to evaluate the health of an application or one of its children entities.
232
+ """
233
+ @staticmethod
234
+ def __key_warning(key: str):
235
+ suggest = None
236
+ if key == "considerWarningAsError":
237
+ suggest = "consider_warning_as_error"
238
+ elif key == "maxPercentUnhealthyDeployedApplications":
239
+ suggest = "max_percent_unhealthy_deployed_applications"
240
+ elif key == "defaultServiceTypeHealthPolicy":
241
+ suggest = "default_service_type_health_policy"
242
+ elif key == "serviceTypeHealthPolicyMap":
243
+ suggest = "service_type_health_policy_map"
244
+
245
+ if suggest:
246
+ pulumi.log.warn(f"Key '{key}' not found in ApplicationHealthPolicyResponse. Access the value via the '{suggest}' property getter instead.")
247
+
248
+ def __getitem__(self, key: str) -> Any:
249
+ ApplicationHealthPolicyResponse.__key_warning(key)
250
+ return super().__getitem__(key)
251
+
252
+ def get(self, key: str, default = None) -> Any:
253
+ ApplicationHealthPolicyResponse.__key_warning(key)
254
+ return super().get(key, default)
255
+
256
+ def __init__(__self__, *,
257
+ consider_warning_as_error: bool,
258
+ max_percent_unhealthy_deployed_applications: int,
259
+ default_service_type_health_policy: Optional['outputs.ServiceTypeHealthPolicyResponse'] = None,
260
+ service_type_health_policy_map: Optional[Mapping[str, 'outputs.ServiceTypeHealthPolicyResponse']] = None):
261
+ """
262
+ Defines a health policy used to evaluate the health of an application or one of its children entities.
263
+
264
+ :param bool consider_warning_as_error: Indicates whether warnings are treated with the same severity as errors.
265
+ :param int max_percent_unhealthy_deployed_applications: The maximum allowed percentage of unhealthy deployed applications. Allowed values are Byte values from zero to 100.
266
+ The percentage represents the maximum tolerated percentage of deployed applications that can be unhealthy before the application is considered in error.
267
+ This is calculated by dividing the number of unhealthy deployed applications over the number of nodes where the application is currently deployed on in the cluster.
268
+ The computation rounds up to tolerate one failure on small numbers of nodes. Default percentage is zero.
269
+ :param 'ServiceTypeHealthPolicyResponse' default_service_type_health_policy: The health policy used by default to evaluate the health of a service type.
270
+ :param Mapping[str, 'ServiceTypeHealthPolicyResponse'] service_type_health_policy_map: The map with service type health policy per service type name. The map is empty by default.
271
+ """
272
+ pulumi.set(__self__, "consider_warning_as_error", consider_warning_as_error)
273
+ pulumi.set(__self__, "max_percent_unhealthy_deployed_applications", max_percent_unhealthy_deployed_applications)
274
+ if default_service_type_health_policy is not None:
275
+ pulumi.set(__self__, "default_service_type_health_policy", default_service_type_health_policy)
276
+ if service_type_health_policy_map is not None:
277
+ pulumi.set(__self__, "service_type_health_policy_map", service_type_health_policy_map)
278
+
279
+ @property
280
+ @pulumi.getter(name="considerWarningAsError")
281
+ def consider_warning_as_error(self) -> bool:
282
+ """
283
+ Indicates whether warnings are treated with the same severity as errors.
284
+ """
285
+ return pulumi.get(self, "consider_warning_as_error")
286
+
287
+ @property
288
+ @pulumi.getter(name="maxPercentUnhealthyDeployedApplications")
289
+ def max_percent_unhealthy_deployed_applications(self) -> int:
290
+ """
291
+ The maximum allowed percentage of unhealthy deployed applications. Allowed values are Byte values from zero to 100.
292
+ The percentage represents the maximum tolerated percentage of deployed applications that can be unhealthy before the application is considered in error.
293
+ This is calculated by dividing the number of unhealthy deployed applications over the number of nodes where the application is currently deployed on in the cluster.
294
+ The computation rounds up to tolerate one failure on small numbers of nodes. Default percentage is zero.
295
+ """
296
+ return pulumi.get(self, "max_percent_unhealthy_deployed_applications")
297
+
298
+ @property
299
+ @pulumi.getter(name="defaultServiceTypeHealthPolicy")
300
+ def default_service_type_health_policy(self) -> Optional['outputs.ServiceTypeHealthPolicyResponse']:
301
+ """
302
+ The health policy used by default to evaluate the health of a service type.
303
+ """
304
+ return pulumi.get(self, "default_service_type_health_policy")
305
+
306
+ @property
307
+ @pulumi.getter(name="serviceTypeHealthPolicyMap")
308
+ def service_type_health_policy_map(self) -> Optional[Mapping[str, 'outputs.ServiceTypeHealthPolicyResponse']]:
309
+ """
310
+ The map with service type health policy per service type name. The map is empty by default.
311
+ """
312
+ return pulumi.get(self, "service_type_health_policy_map")
313
+
314
+
315
+ @pulumi.output_type
316
+ class ApplicationTypeVersionsCleanupPolicyResponse(dict):
317
+ """
318
+ The policy used to clean up unused versions. When the policy is not specified explicitly, the default unused application versions to keep will be 3.
319
+ """
320
+ @staticmethod
321
+ def __key_warning(key: str):
322
+ suggest = None
323
+ if key == "maxUnusedVersionsToKeep":
324
+ suggest = "max_unused_versions_to_keep"
325
+
326
+ if suggest:
327
+ pulumi.log.warn(f"Key '{key}' not found in ApplicationTypeVersionsCleanupPolicyResponse. Access the value via the '{suggest}' property getter instead.")
328
+
329
+ def __getitem__(self, key: str) -> Any:
330
+ ApplicationTypeVersionsCleanupPolicyResponse.__key_warning(key)
331
+ return super().__getitem__(key)
332
+
333
+ def get(self, key: str, default = None) -> Any:
334
+ ApplicationTypeVersionsCleanupPolicyResponse.__key_warning(key)
335
+ return super().get(key, default)
336
+
337
+ def __init__(__self__, *,
338
+ max_unused_versions_to_keep: int):
339
+ """
340
+ The policy used to clean up unused versions. When the policy is not specified explicitly, the default unused application versions to keep will be 3.
341
+ :param int max_unused_versions_to_keep: Number of unused versions per application type to keep.
342
+ """
343
+ pulumi.set(__self__, "max_unused_versions_to_keep", max_unused_versions_to_keep)
344
+
345
+ @property
346
+ @pulumi.getter(name="maxUnusedVersionsToKeep")
347
+ def max_unused_versions_to_keep(self) -> int:
348
+ """
349
+ Number of unused versions per application type to keep.
350
+ """
351
+ return pulumi.get(self, "max_unused_versions_to_keep")
352
+
353
+
354
+ @pulumi.output_type
355
+ class ApplicationUpgradePolicyResponse(dict):
356
+ """
357
+ Describes the policy for a monitored application upgrade.
358
+ """
359
+ @staticmethod
360
+ def __key_warning(key: str):
361
+ suggest = None
362
+ if key == "applicationHealthPolicy":
363
+ suggest = "application_health_policy"
364
+ elif key == "forceRestart":
365
+ suggest = "force_restart"
366
+ elif key == "instanceCloseDelayDuration":
367
+ suggest = "instance_close_delay_duration"
368
+ elif key == "recreateApplication":
369
+ suggest = "recreate_application"
370
+ elif key == "rollingUpgradeMonitoringPolicy":
371
+ suggest = "rolling_upgrade_monitoring_policy"
372
+ elif key == "upgradeMode":
373
+ suggest = "upgrade_mode"
374
+ elif key == "upgradeReplicaSetCheckTimeout":
375
+ suggest = "upgrade_replica_set_check_timeout"
376
+
377
+ if suggest:
378
+ pulumi.log.warn(f"Key '{key}' not found in ApplicationUpgradePolicyResponse. Access the value via the '{suggest}' property getter instead.")
379
+
380
+ def __getitem__(self, key: str) -> Any:
381
+ ApplicationUpgradePolicyResponse.__key_warning(key)
382
+ return super().__getitem__(key)
383
+
384
+ def get(self, key: str, default = None) -> Any:
385
+ ApplicationUpgradePolicyResponse.__key_warning(key)
386
+ return super().get(key, default)
387
+
388
+ def __init__(__self__, *,
389
+ application_health_policy: Optional['outputs.ApplicationHealthPolicyResponse'] = None,
390
+ force_restart: Optional[bool] = None,
391
+ instance_close_delay_duration: Optional[float] = None,
392
+ recreate_application: Optional[bool] = None,
393
+ rolling_upgrade_monitoring_policy: Optional['outputs.RollingUpgradeMonitoringPolicyResponse'] = None,
394
+ upgrade_mode: Optional[str] = None,
395
+ upgrade_replica_set_check_timeout: Optional[float] = None):
396
+ """
397
+ Describes the policy for a monitored application upgrade.
398
+ :param 'ApplicationHealthPolicyResponse' application_health_policy: Defines a health policy used to evaluate the health of an application or one of its children entities.
399
+ :param bool force_restart: If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data).
400
+ :param float instance_close_delay_duration: Duration in seconds, to wait before a stateless instance is closed, to allow the active requests to drain gracefully. This would be effective when the instance is closing during the application/cluster upgrade, only for those instances which have a non-zero delay duration configured in the service description.
401
+ :param bool recreate_application: Determines whether the application should be recreated on update. If value=true, the rest of the upgrade policy parameters are not allowed.
402
+ :param 'RollingUpgradeMonitoringPolicyResponse' rolling_upgrade_monitoring_policy: The policy used for monitoring the application upgrade
403
+ :param str upgrade_mode: The mode used to monitor health during a rolling upgrade. The values are Monitored, and UnmonitoredAuto.
404
+ :param float upgrade_replica_set_check_timeout: The maximum amount of time to block processing of an upgrade domain and prevent loss of availability when there are unexpected issues. When this timeout expires, processing of the upgrade domain will proceed regardless of availability loss issues. The timeout is reset at the start of each upgrade domain. Valid values are between 0 and 42949672925 inclusive. (unsigned 32-bit integer).
405
+ """
406
+ if application_health_policy is not None:
407
+ pulumi.set(__self__, "application_health_policy", application_health_policy)
408
+ if force_restart is not None:
409
+ pulumi.set(__self__, "force_restart", force_restart)
410
+ if instance_close_delay_duration is not None:
411
+ pulumi.set(__self__, "instance_close_delay_duration", instance_close_delay_duration)
412
+ if recreate_application is not None:
413
+ pulumi.set(__self__, "recreate_application", recreate_application)
414
+ if rolling_upgrade_monitoring_policy is not None:
415
+ pulumi.set(__self__, "rolling_upgrade_monitoring_policy", rolling_upgrade_monitoring_policy)
416
+ if upgrade_mode is not None:
417
+ pulumi.set(__self__, "upgrade_mode", upgrade_mode)
418
+ if upgrade_replica_set_check_timeout is not None:
419
+ pulumi.set(__self__, "upgrade_replica_set_check_timeout", upgrade_replica_set_check_timeout)
420
+
421
+ @property
422
+ @pulumi.getter(name="applicationHealthPolicy")
423
+ def application_health_policy(self) -> Optional['outputs.ApplicationHealthPolicyResponse']:
424
+ """
425
+ Defines a health policy used to evaluate the health of an application or one of its children entities.
426
+ """
427
+ return pulumi.get(self, "application_health_policy")
428
+
429
+ @property
430
+ @pulumi.getter(name="forceRestart")
431
+ def force_restart(self) -> Optional[bool]:
432
+ """
433
+ If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data).
434
+ """
435
+ return pulumi.get(self, "force_restart")
436
+
437
+ @property
438
+ @pulumi.getter(name="instanceCloseDelayDuration")
439
+ def instance_close_delay_duration(self) -> Optional[float]:
440
+ """
441
+ Duration in seconds, to wait before a stateless instance is closed, to allow the active requests to drain gracefully. This would be effective when the instance is closing during the application/cluster upgrade, only for those instances which have a non-zero delay duration configured in the service description.
442
+ """
443
+ return pulumi.get(self, "instance_close_delay_duration")
444
+
445
+ @property
446
+ @pulumi.getter(name="recreateApplication")
447
+ def recreate_application(self) -> Optional[bool]:
448
+ """
449
+ Determines whether the application should be recreated on update. If value=true, the rest of the upgrade policy parameters are not allowed.
450
+ """
451
+ return pulumi.get(self, "recreate_application")
452
+
453
+ @property
454
+ @pulumi.getter(name="rollingUpgradeMonitoringPolicy")
455
+ def rolling_upgrade_monitoring_policy(self) -> Optional['outputs.RollingUpgradeMonitoringPolicyResponse']:
456
+ """
457
+ The policy used for monitoring the application upgrade
458
+ """
459
+ return pulumi.get(self, "rolling_upgrade_monitoring_policy")
460
+
461
+ @property
462
+ @pulumi.getter(name="upgradeMode")
463
+ def upgrade_mode(self) -> Optional[str]:
464
+ """
465
+ The mode used to monitor health during a rolling upgrade. The values are Monitored, and UnmonitoredAuto.
466
+ """
467
+ return pulumi.get(self, "upgrade_mode")
468
+
469
+ @property
470
+ @pulumi.getter(name="upgradeReplicaSetCheckTimeout")
471
+ def upgrade_replica_set_check_timeout(self) -> Optional[float]:
472
+ """
473
+ The maximum amount of time to block processing of an upgrade domain and prevent loss of availability when there are unexpected issues. When this timeout expires, processing of the upgrade domain will proceed regardless of availability loss issues. The timeout is reset at the start of each upgrade domain. Valid values are between 0 and 42949672925 inclusive. (unsigned 32-bit integer).
474
+ """
475
+ return pulumi.get(self, "upgrade_replica_set_check_timeout")
476
+
477
+
478
+ @pulumi.output_type
479
+ class ApplicationUserAssignedIdentityResponse(dict):
480
+ @staticmethod
481
+ def __key_warning(key: str):
482
+ suggest = None
483
+ if key == "principalId":
484
+ suggest = "principal_id"
485
+
486
+ if suggest:
487
+ pulumi.log.warn(f"Key '{key}' not found in ApplicationUserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
488
+
489
+ def __getitem__(self, key: str) -> Any:
490
+ ApplicationUserAssignedIdentityResponse.__key_warning(key)
491
+ return super().__getitem__(key)
492
+
493
+ def get(self, key: str, default = None) -> Any:
494
+ ApplicationUserAssignedIdentityResponse.__key_warning(key)
495
+ return super().get(key, default)
496
+
497
+ def __init__(__self__, *,
498
+ name: str,
499
+ principal_id: str):
500
+ """
501
+ :param str name: The friendly name of user assigned identity.
502
+ :param str principal_id: The principal id of user assigned identity.
503
+ """
504
+ pulumi.set(__self__, "name", name)
505
+ pulumi.set(__self__, "principal_id", principal_id)
506
+
507
+ @property
508
+ @pulumi.getter
509
+ def name(self) -> str:
510
+ """
511
+ The friendly name of user assigned identity.
512
+ """
513
+ return pulumi.get(self, "name")
514
+
515
+ @property
516
+ @pulumi.getter(name="principalId")
517
+ def principal_id(self) -> str:
518
+ """
519
+ The principal id of user assigned identity.
520
+ """
521
+ return pulumi.get(self, "principal_id")
522
+
523
+
524
+ @pulumi.output_type
525
+ class AveragePartitionLoadScalingTriggerResponse(dict):
526
+ """
527
+ Represents a scaling trigger related to an average load of a metric/resource of a partition.
528
+ """
529
+ @staticmethod
530
+ def __key_warning(key: str):
531
+ suggest = None
532
+ if key == "lowerLoadThreshold":
533
+ suggest = "lower_load_threshold"
534
+ elif key == "metricName":
535
+ suggest = "metric_name"
536
+ elif key == "scaleInterval":
537
+ suggest = "scale_interval"
538
+ elif key == "upperLoadThreshold":
539
+ suggest = "upper_load_threshold"
540
+
541
+ if suggest:
542
+ pulumi.log.warn(f"Key '{key}' not found in AveragePartitionLoadScalingTriggerResponse. Access the value via the '{suggest}' property getter instead.")
543
+
544
+ def __getitem__(self, key: str) -> Any:
545
+ AveragePartitionLoadScalingTriggerResponse.__key_warning(key)
546
+ return super().__getitem__(key)
547
+
548
+ def get(self, key: str, default = None) -> Any:
549
+ AveragePartitionLoadScalingTriggerResponse.__key_warning(key)
550
+ return super().get(key, default)
551
+
552
+ def __init__(__self__, *,
553
+ kind: str,
554
+ lower_load_threshold: float,
555
+ metric_name: str,
556
+ scale_interval: str,
557
+ upper_load_threshold: float):
558
+ """
559
+ Represents a scaling trigger related to an average load of a metric/resource of a partition.
560
+ :param str kind: Enumerates the ways that a service can be partitioned.
561
+ Expected value is 'AveragePartitionLoadTrigger'.
562
+ :param float lower_load_threshold: The lower limit of the load below which a scale in operation should be performed.
563
+ :param str metric_name: The name of the metric for which usage should be tracked.
564
+ :param str scale_interval: The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format "hh:mm:ss".
565
+ :param float upper_load_threshold: The upper limit of the load beyond which a scale out operation should be performed.
566
+ """
567
+ pulumi.set(__self__, "kind", 'AveragePartitionLoadTrigger')
568
+ pulumi.set(__self__, "lower_load_threshold", lower_load_threshold)
569
+ pulumi.set(__self__, "metric_name", metric_name)
570
+ pulumi.set(__self__, "scale_interval", scale_interval)
571
+ pulumi.set(__self__, "upper_load_threshold", upper_load_threshold)
572
+
573
+ @property
574
+ @pulumi.getter
575
+ def kind(self) -> str:
576
+ """
577
+ Enumerates the ways that a service can be partitioned.
578
+ Expected value is 'AveragePartitionLoadTrigger'.
579
+ """
580
+ return pulumi.get(self, "kind")
581
+
582
+ @property
583
+ @pulumi.getter(name="lowerLoadThreshold")
584
+ def lower_load_threshold(self) -> float:
585
+ """
586
+ The lower limit of the load below which a scale in operation should be performed.
587
+ """
588
+ return pulumi.get(self, "lower_load_threshold")
589
+
590
+ @property
591
+ @pulumi.getter(name="metricName")
592
+ def metric_name(self) -> str:
593
+ """
594
+ The name of the metric for which usage should be tracked.
595
+ """
596
+ return pulumi.get(self, "metric_name")
597
+
598
+ @property
599
+ @pulumi.getter(name="scaleInterval")
600
+ def scale_interval(self) -> str:
601
+ """
602
+ The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format "hh:mm:ss".
603
+ """
604
+ return pulumi.get(self, "scale_interval")
605
+
606
+ @property
607
+ @pulumi.getter(name="upperLoadThreshold")
608
+ def upper_load_threshold(self) -> float:
609
+ """
610
+ The upper limit of the load beyond which a scale out operation should be performed.
611
+ """
612
+ return pulumi.get(self, "upper_load_threshold")
613
+
614
+
615
+ @pulumi.output_type
616
+ class AverageServiceLoadScalingTriggerResponse(dict):
617
+ """
618
+ Represents a scaling policy related to an average load of a metric/resource of a service.
619
+ """
620
+ @staticmethod
621
+ def __key_warning(key: str):
622
+ suggest = None
623
+ if key == "lowerLoadThreshold":
624
+ suggest = "lower_load_threshold"
625
+ elif key == "metricName":
626
+ suggest = "metric_name"
627
+ elif key == "scaleInterval":
628
+ suggest = "scale_interval"
629
+ elif key == "upperLoadThreshold":
630
+ suggest = "upper_load_threshold"
631
+ elif key == "useOnlyPrimaryLoad":
632
+ suggest = "use_only_primary_load"
633
+
634
+ if suggest:
635
+ pulumi.log.warn(f"Key '{key}' not found in AverageServiceLoadScalingTriggerResponse. Access the value via the '{suggest}' property getter instead.")
636
+
637
+ def __getitem__(self, key: str) -> Any:
638
+ AverageServiceLoadScalingTriggerResponse.__key_warning(key)
639
+ return super().__getitem__(key)
640
+
641
+ def get(self, key: str, default = None) -> Any:
642
+ AverageServiceLoadScalingTriggerResponse.__key_warning(key)
643
+ return super().get(key, default)
644
+
645
+ def __init__(__self__, *,
646
+ kind: str,
647
+ lower_load_threshold: float,
648
+ metric_name: str,
649
+ scale_interval: str,
650
+ upper_load_threshold: float,
651
+ use_only_primary_load: bool):
652
+ """
653
+ Represents a scaling policy related to an average load of a metric/resource of a service.
654
+ :param str kind: Enumerates the ways that a service can be partitioned.
655
+ Expected value is 'AverageServiceLoadTrigger'.
656
+ :param float lower_load_threshold: The lower limit of the load below which a scale in operation should be performed.
657
+ :param str metric_name: The name of the metric for which usage should be tracked.
658
+ :param str scale_interval: The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format "hh:mm:ss".
659
+ :param float upper_load_threshold: The upper limit of the load beyond which a scale out operation should be performed.
660
+ :param bool use_only_primary_load: Flag determines whether only the load of primary replica should be considered for scaling. If set to true, then trigger will only consider the load of primary replicas of stateful service. If set to false, trigger will consider load of all replicas. This parameter cannot be set to true for stateless service.
661
+ """
662
+ pulumi.set(__self__, "kind", 'AverageServiceLoadTrigger')
663
+ pulumi.set(__self__, "lower_load_threshold", lower_load_threshold)
664
+ pulumi.set(__self__, "metric_name", metric_name)
665
+ pulumi.set(__self__, "scale_interval", scale_interval)
666
+ pulumi.set(__self__, "upper_load_threshold", upper_load_threshold)
667
+ pulumi.set(__self__, "use_only_primary_load", use_only_primary_load)
668
+
669
+ @property
670
+ @pulumi.getter
671
+ def kind(self) -> str:
672
+ """
673
+ Enumerates the ways that a service can be partitioned.
674
+ Expected value is 'AverageServiceLoadTrigger'.
675
+ """
676
+ return pulumi.get(self, "kind")
677
+
678
+ @property
679
+ @pulumi.getter(name="lowerLoadThreshold")
680
+ def lower_load_threshold(self) -> float:
681
+ """
682
+ The lower limit of the load below which a scale in operation should be performed.
683
+ """
684
+ return pulumi.get(self, "lower_load_threshold")
685
+
686
+ @property
687
+ @pulumi.getter(name="metricName")
688
+ def metric_name(self) -> str:
689
+ """
690
+ The name of the metric for which usage should be tracked.
691
+ """
692
+ return pulumi.get(self, "metric_name")
693
+
694
+ @property
695
+ @pulumi.getter(name="scaleInterval")
696
+ def scale_interval(self) -> str:
697
+ """
698
+ The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format "hh:mm:ss".
699
+ """
700
+ return pulumi.get(self, "scale_interval")
701
+
702
+ @property
703
+ @pulumi.getter(name="upperLoadThreshold")
704
+ def upper_load_threshold(self) -> float:
705
+ """
706
+ The upper limit of the load beyond which a scale out operation should be performed.
707
+ """
708
+ return pulumi.get(self, "upper_load_threshold")
709
+
710
+ @property
711
+ @pulumi.getter(name="useOnlyPrimaryLoad")
712
+ def use_only_primary_load(self) -> bool:
713
+ """
714
+ Flag determines whether only the load of primary replica should be considered for scaling. If set to true, then trigger will only consider the load of primary replicas of stateful service. If set to false, trigger will consider load of all replicas. This parameter cannot be set to true for stateless service.
715
+ """
716
+ return pulumi.get(self, "use_only_primary_load")
717
+
718
+
719
+ @pulumi.output_type
720
+ class AzureActiveDirectoryResponse(dict):
721
+ """
722
+ The settings to enable AAD authentication on the cluster.
723
+ """
724
+ @staticmethod
725
+ def __key_warning(key: str):
726
+ suggest = None
727
+ if key == "clientApplication":
728
+ suggest = "client_application"
729
+ elif key == "clusterApplication":
730
+ suggest = "cluster_application"
731
+ elif key == "tenantId":
732
+ suggest = "tenant_id"
733
+
734
+ if suggest:
735
+ pulumi.log.warn(f"Key '{key}' not found in AzureActiveDirectoryResponse. Access the value via the '{suggest}' property getter instead.")
736
+
737
+ def __getitem__(self, key: str) -> Any:
738
+ AzureActiveDirectoryResponse.__key_warning(key)
739
+ return super().__getitem__(key)
740
+
741
+ def get(self, key: str, default = None) -> Any:
742
+ AzureActiveDirectoryResponse.__key_warning(key)
743
+ return super().get(key, default)
744
+
745
+ def __init__(__self__, *,
746
+ client_application: Optional[str] = None,
747
+ cluster_application: Optional[str] = None,
748
+ tenant_id: Optional[str] = None):
749
+ """
750
+ The settings to enable AAD authentication on the cluster.
751
+ :param str client_application: Azure active directory client application id.
752
+ :param str cluster_application: Azure active directory cluster application id.
753
+ :param str tenant_id: Azure active directory tenant id.
754
+ """
755
+ if client_application is not None:
756
+ pulumi.set(__self__, "client_application", client_application)
757
+ if cluster_application is not None:
758
+ pulumi.set(__self__, "cluster_application", cluster_application)
759
+ if tenant_id is not None:
760
+ pulumi.set(__self__, "tenant_id", tenant_id)
761
+
762
+ @property
763
+ @pulumi.getter(name="clientApplication")
764
+ def client_application(self) -> Optional[str]:
765
+ """
766
+ Azure active directory client application id.
767
+ """
768
+ return pulumi.get(self, "client_application")
769
+
770
+ @property
771
+ @pulumi.getter(name="clusterApplication")
772
+ def cluster_application(self) -> Optional[str]:
773
+ """
774
+ Azure active directory cluster application id.
775
+ """
776
+ return pulumi.get(self, "cluster_application")
777
+
778
+ @property
779
+ @pulumi.getter(name="tenantId")
780
+ def tenant_id(self) -> Optional[str]:
781
+ """
782
+ Azure active directory tenant id.
783
+ """
784
+ return pulumi.get(self, "tenant_id")
785
+
786
+
787
+ @pulumi.output_type
788
+ class ClientCertificateResponse(dict):
789
+ """
790
+ Client certificate definition.
791
+ """
792
+ @staticmethod
793
+ def __key_warning(key: str):
794
+ suggest = None
795
+ if key == "isAdmin":
796
+ suggest = "is_admin"
797
+ elif key == "commonName":
798
+ suggest = "common_name"
799
+ elif key == "issuerThumbprint":
800
+ suggest = "issuer_thumbprint"
801
+
802
+ if suggest:
803
+ pulumi.log.warn(f"Key '{key}' not found in ClientCertificateResponse. Access the value via the '{suggest}' property getter instead.")
804
+
805
+ def __getitem__(self, key: str) -> Any:
806
+ ClientCertificateResponse.__key_warning(key)
807
+ return super().__getitem__(key)
808
+
809
+ def get(self, key: str, default = None) -> Any:
810
+ ClientCertificateResponse.__key_warning(key)
811
+ return super().get(key, default)
812
+
813
+ def __init__(__self__, *,
814
+ is_admin: bool,
815
+ common_name: Optional[str] = None,
816
+ issuer_thumbprint: Optional[str] = None,
817
+ thumbprint: Optional[str] = None):
818
+ """
819
+ Client certificate definition.
820
+ :param bool is_admin: Indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster.
821
+ :param str common_name: Certificate common name.
822
+ :param str issuer_thumbprint: Issuer thumbprint for the certificate. Only used together with CommonName.
823
+ :param str thumbprint: Certificate thumbprint.
824
+ """
825
+ pulumi.set(__self__, "is_admin", is_admin)
826
+ if common_name is not None:
827
+ pulumi.set(__self__, "common_name", common_name)
828
+ if issuer_thumbprint is not None:
829
+ pulumi.set(__self__, "issuer_thumbprint", issuer_thumbprint)
830
+ if thumbprint is not None:
831
+ pulumi.set(__self__, "thumbprint", thumbprint)
832
+
833
+ @property
834
+ @pulumi.getter(name="isAdmin")
835
+ def is_admin(self) -> bool:
836
+ """
837
+ Indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster.
838
+ """
839
+ return pulumi.get(self, "is_admin")
840
+
841
+ @property
842
+ @pulumi.getter(name="commonName")
843
+ def common_name(self) -> Optional[str]:
844
+ """
845
+ Certificate common name.
846
+ """
847
+ return pulumi.get(self, "common_name")
848
+
849
+ @property
850
+ @pulumi.getter(name="issuerThumbprint")
851
+ def issuer_thumbprint(self) -> Optional[str]:
852
+ """
853
+ Issuer thumbprint for the certificate. Only used together with CommonName.
854
+ """
855
+ return pulumi.get(self, "issuer_thumbprint")
856
+
857
+ @property
858
+ @pulumi.getter
859
+ def thumbprint(self) -> Optional[str]:
860
+ """
861
+ Certificate thumbprint.
862
+ """
863
+ return pulumi.get(self, "thumbprint")
864
+
865
+
866
+ @pulumi.output_type
867
+ class ClusterHealthPolicyResponse(dict):
868
+ """
869
+ Defines a health policy used to evaluate the health of the cluster or of a cluster node.
870
+ """
871
+ @staticmethod
872
+ def __key_warning(key: str):
873
+ suggest = None
874
+ if key == "maxPercentUnhealthyApplications":
875
+ suggest = "max_percent_unhealthy_applications"
876
+ elif key == "maxPercentUnhealthyNodes":
877
+ suggest = "max_percent_unhealthy_nodes"
878
+
879
+ if suggest:
880
+ pulumi.log.warn(f"Key '{key}' not found in ClusterHealthPolicyResponse. Access the value via the '{suggest}' property getter instead.")
881
+
882
+ def __getitem__(self, key: str) -> Any:
883
+ ClusterHealthPolicyResponse.__key_warning(key)
884
+ return super().__getitem__(key)
885
+
886
+ def get(self, key: str, default = None) -> Any:
887
+ ClusterHealthPolicyResponse.__key_warning(key)
888
+ return super().get(key, default)
889
+
890
+ def __init__(__self__, *,
891
+ max_percent_unhealthy_applications: Optional[int] = None,
892
+ max_percent_unhealthy_nodes: Optional[int] = None):
893
+ """
894
+ Defines a health policy used to evaluate the health of the cluster or of a cluster node.
895
+
896
+ :param int max_percent_unhealthy_applications: The maximum allowed percentage of unhealthy applications before reporting an error. For example, to allow 10% of applications to be unhealthy, this value would be 10.
897
+
898
+ The percentage represents the maximum tolerated percentage of applications that can be unhealthy before the cluster is considered in error.
899
+ If the percentage is respected but there is at least one unhealthy application, the health is evaluated as Warning.
900
+ This is calculated by dividing the number of unhealthy applications over the total number of application instances in the cluster, excluding applications of application types that are included in the ApplicationTypeHealthPolicyMap.
901
+ The computation rounds up to tolerate one failure on small numbers of applications. Default percentage is zero.
902
+ :param int max_percent_unhealthy_nodes: The maximum allowed percentage of unhealthy nodes before reporting an error. For example, to allow 10% of nodes to be unhealthy, this value would be 10.
903
+
904
+ The percentage represents the maximum tolerated percentage of nodes that can be unhealthy before the cluster is considered in error.
905
+ If the percentage is respected but there is at least one unhealthy node, the health is evaluated as Warning.
906
+ The percentage is calculated by dividing the number of unhealthy nodes over the total number of nodes in the cluster.
907
+ The computation rounds up to tolerate one failure on small numbers of nodes. Default percentage is zero.
908
+
909
+ In large clusters, some nodes will always be down or out for repairs, so this percentage should be configured to tolerate that.
910
+ """
911
+ if max_percent_unhealthy_applications is None:
912
+ max_percent_unhealthy_applications = 0
913
+ pulumi.set(__self__, "max_percent_unhealthy_applications", max_percent_unhealthy_applications)
914
+ if max_percent_unhealthy_nodes is None:
915
+ max_percent_unhealthy_nodes = 0
916
+ pulumi.set(__self__, "max_percent_unhealthy_nodes", max_percent_unhealthy_nodes)
917
+
918
+ @property
919
+ @pulumi.getter(name="maxPercentUnhealthyApplications")
920
+ def max_percent_unhealthy_applications(self) -> int:
921
+ """
922
+ The maximum allowed percentage of unhealthy applications before reporting an error. For example, to allow 10% of applications to be unhealthy, this value would be 10.
923
+
924
+ The percentage represents the maximum tolerated percentage of applications that can be unhealthy before the cluster is considered in error.
925
+ If the percentage is respected but there is at least one unhealthy application, the health is evaluated as Warning.
926
+ This is calculated by dividing the number of unhealthy applications over the total number of application instances in the cluster, excluding applications of application types that are included in the ApplicationTypeHealthPolicyMap.
927
+ The computation rounds up to tolerate one failure on small numbers of applications. Default percentage is zero.
928
+ """
929
+ return pulumi.get(self, "max_percent_unhealthy_applications")
930
+
931
+ @property
932
+ @pulumi.getter(name="maxPercentUnhealthyNodes")
933
+ def max_percent_unhealthy_nodes(self) -> int:
934
+ """
935
+ The maximum allowed percentage of unhealthy nodes before reporting an error. For example, to allow 10% of nodes to be unhealthy, this value would be 10.
936
+
937
+ The percentage represents the maximum tolerated percentage of nodes that can be unhealthy before the cluster is considered in error.
938
+ If the percentage is respected but there is at least one unhealthy node, the health is evaluated as Warning.
939
+ The percentage is calculated by dividing the number of unhealthy nodes over the total number of nodes in the cluster.
940
+ The computation rounds up to tolerate one failure on small numbers of nodes. Default percentage is zero.
941
+
942
+ In large clusters, some nodes will always be down or out for repairs, so this percentage should be configured to tolerate that.
943
+ """
944
+ return pulumi.get(self, "max_percent_unhealthy_nodes")
945
+
946
+
947
+ @pulumi.output_type
948
+ class ClusterMonitoringPolicyResponse(dict):
949
+ """
950
+ Describes the monitoring policies for the cluster upgrade.
951
+ """
952
+ @staticmethod
953
+ def __key_warning(key: str):
954
+ suggest = None
955
+ if key == "healthCheckRetryTimeout":
956
+ suggest = "health_check_retry_timeout"
957
+ elif key == "healthCheckStableDuration":
958
+ suggest = "health_check_stable_duration"
959
+ elif key == "healthCheckWaitDuration":
960
+ suggest = "health_check_wait_duration"
961
+ elif key == "upgradeDomainTimeout":
962
+ suggest = "upgrade_domain_timeout"
963
+ elif key == "upgradeTimeout":
964
+ suggest = "upgrade_timeout"
965
+
966
+ if suggest:
967
+ pulumi.log.warn(f"Key '{key}' not found in ClusterMonitoringPolicyResponse. Access the value via the '{suggest}' property getter instead.")
968
+
969
+ def __getitem__(self, key: str) -> Any:
970
+ ClusterMonitoringPolicyResponse.__key_warning(key)
971
+ return super().__getitem__(key)
972
+
973
+ def get(self, key: str, default = None) -> Any:
974
+ ClusterMonitoringPolicyResponse.__key_warning(key)
975
+ return super().get(key, default)
976
+
977
+ def __init__(__self__, *,
978
+ health_check_retry_timeout: str,
979
+ health_check_stable_duration: str,
980
+ health_check_wait_duration: str,
981
+ upgrade_domain_timeout: str,
982
+ upgrade_timeout: str):
983
+ """
984
+ Describes the monitoring policies for the cluster upgrade.
985
+ :param str health_check_retry_timeout: The amount of time to retry health evaluation when the application or cluster is unhealthy before the upgrade rolls back. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
986
+ :param str health_check_stable_duration: The amount of time that the application or cluster must remain healthy before the upgrade proceeds to the next upgrade domain. The duration can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
987
+ :param str health_check_wait_duration: The length of time to wait after completing an upgrade domain before performing health checks. The duration can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
988
+ :param str upgrade_domain_timeout: The amount of time each upgrade domain has to complete before the upgrade rolls back. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
989
+ :param str upgrade_timeout: The amount of time the overall upgrade has to complete before the upgrade rolls back. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
990
+ """
991
+ pulumi.set(__self__, "health_check_retry_timeout", health_check_retry_timeout)
992
+ pulumi.set(__self__, "health_check_stable_duration", health_check_stable_duration)
993
+ pulumi.set(__self__, "health_check_wait_duration", health_check_wait_duration)
994
+ pulumi.set(__self__, "upgrade_domain_timeout", upgrade_domain_timeout)
995
+ pulumi.set(__self__, "upgrade_timeout", upgrade_timeout)
996
+
997
+ @property
998
+ @pulumi.getter(name="healthCheckRetryTimeout")
999
+ def health_check_retry_timeout(self) -> str:
1000
+ """
1001
+ The amount of time to retry health evaluation when the application or cluster is unhealthy before the upgrade rolls back. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
1002
+ """
1003
+ return pulumi.get(self, "health_check_retry_timeout")
1004
+
1005
+ @property
1006
+ @pulumi.getter(name="healthCheckStableDuration")
1007
+ def health_check_stable_duration(self) -> str:
1008
+ """
1009
+ The amount of time that the application or cluster must remain healthy before the upgrade proceeds to the next upgrade domain. The duration can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
1010
+ """
1011
+ return pulumi.get(self, "health_check_stable_duration")
1012
+
1013
+ @property
1014
+ @pulumi.getter(name="healthCheckWaitDuration")
1015
+ def health_check_wait_duration(self) -> str:
1016
+ """
1017
+ The length of time to wait after completing an upgrade domain before performing health checks. The duration can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
1018
+ """
1019
+ return pulumi.get(self, "health_check_wait_duration")
1020
+
1021
+ @property
1022
+ @pulumi.getter(name="upgradeDomainTimeout")
1023
+ def upgrade_domain_timeout(self) -> str:
1024
+ """
1025
+ The amount of time each upgrade domain has to complete before the upgrade rolls back. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
1026
+ """
1027
+ return pulumi.get(self, "upgrade_domain_timeout")
1028
+
1029
+ @property
1030
+ @pulumi.getter(name="upgradeTimeout")
1031
+ def upgrade_timeout(self) -> str:
1032
+ """
1033
+ The amount of time the overall upgrade has to complete before the upgrade rolls back. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
1034
+ """
1035
+ return pulumi.get(self, "upgrade_timeout")
1036
+
1037
+
1038
+ @pulumi.output_type
1039
+ class ClusterUpgradeDeltaHealthPolicyResponse(dict):
1040
+ """
1041
+ Describes the delta health policies for the cluster upgrade.
1042
+ """
1043
+ @staticmethod
1044
+ def __key_warning(key: str):
1045
+ suggest = None
1046
+ if key == "maxPercentDeltaUnhealthyNodes":
1047
+ suggest = "max_percent_delta_unhealthy_nodes"
1048
+ elif key == "maxPercentDeltaUnhealthyApplications":
1049
+ suggest = "max_percent_delta_unhealthy_applications"
1050
+ elif key == "maxPercentUpgradeDomainDeltaUnhealthyNodes":
1051
+ suggest = "max_percent_upgrade_domain_delta_unhealthy_nodes"
1052
+
1053
+ if suggest:
1054
+ pulumi.log.warn(f"Key '{key}' not found in ClusterUpgradeDeltaHealthPolicyResponse. Access the value via the '{suggest}' property getter instead.")
1055
+
1056
+ def __getitem__(self, key: str) -> Any:
1057
+ ClusterUpgradeDeltaHealthPolicyResponse.__key_warning(key)
1058
+ return super().__getitem__(key)
1059
+
1060
+ def get(self, key: str, default = None) -> Any:
1061
+ ClusterUpgradeDeltaHealthPolicyResponse.__key_warning(key)
1062
+ return super().get(key, default)
1063
+
1064
+ def __init__(__self__, *,
1065
+ max_percent_delta_unhealthy_nodes: int,
1066
+ max_percent_delta_unhealthy_applications: Optional[int] = None,
1067
+ max_percent_upgrade_domain_delta_unhealthy_nodes: Optional[int] = None):
1068
+ """
1069
+ Describes the delta health policies for the cluster upgrade.
1070
+ :param int max_percent_delta_unhealthy_nodes: The maximum allowed percentage of nodes health degradation allowed during cluster upgrades.
1071
+ The delta is measured between the state of the nodes at the beginning of upgrade and the state of the nodes at the time of the health evaluation.
1072
+ The check is performed after every upgrade domain upgrade completion to make sure the global state of the cluster is within tolerated limits.
1073
+ :param int max_percent_delta_unhealthy_applications: The maximum allowed percentage of applications health degradation allowed during cluster upgrades.
1074
+ The delta is measured between the state of the applications at the beginning of upgrade and the state of the applications at the time of the health evaluation.
1075
+ The check is performed after every upgrade domain upgrade completion to make sure the global state of the cluster is within tolerated limits. System services are not included in this.
1076
+ NOTE: This value will overwrite the value specified in properties.UpgradeDescription.HealthPolicy.MaxPercentUnhealthyApplications
1077
+ :param int max_percent_upgrade_domain_delta_unhealthy_nodes: The maximum allowed percentage of upgrade domain nodes health degradation allowed during cluster upgrades.
1078
+ The delta is measured between the state of the upgrade domain nodes at the beginning of upgrade and the state of the upgrade domain nodes at the time of the health evaluation.
1079
+ The check is performed after every upgrade domain upgrade completion for all completed upgrade domains to make sure the state of the upgrade domains is within tolerated limits.
1080
+ """
1081
+ pulumi.set(__self__, "max_percent_delta_unhealthy_nodes", max_percent_delta_unhealthy_nodes)
1082
+ if max_percent_delta_unhealthy_applications is not None:
1083
+ pulumi.set(__self__, "max_percent_delta_unhealthy_applications", max_percent_delta_unhealthy_applications)
1084
+ if max_percent_upgrade_domain_delta_unhealthy_nodes is not None:
1085
+ pulumi.set(__self__, "max_percent_upgrade_domain_delta_unhealthy_nodes", max_percent_upgrade_domain_delta_unhealthy_nodes)
1086
+
1087
+ @property
1088
+ @pulumi.getter(name="maxPercentDeltaUnhealthyNodes")
1089
+ def max_percent_delta_unhealthy_nodes(self) -> int:
1090
+ """
1091
+ The maximum allowed percentage of nodes health degradation allowed during cluster upgrades.
1092
+ The delta is measured between the state of the nodes at the beginning of upgrade and the state of the nodes at the time of the health evaluation.
1093
+ The check is performed after every upgrade domain upgrade completion to make sure the global state of the cluster is within tolerated limits.
1094
+ """
1095
+ return pulumi.get(self, "max_percent_delta_unhealthy_nodes")
1096
+
1097
+ @property
1098
+ @pulumi.getter(name="maxPercentDeltaUnhealthyApplications")
1099
+ def max_percent_delta_unhealthy_applications(self) -> Optional[int]:
1100
+ """
1101
+ The maximum allowed percentage of applications health degradation allowed during cluster upgrades.
1102
+ The delta is measured between the state of the applications at the beginning of upgrade and the state of the applications at the time of the health evaluation.
1103
+ The check is performed after every upgrade domain upgrade completion to make sure the global state of the cluster is within tolerated limits. System services are not included in this.
1104
+ NOTE: This value will overwrite the value specified in properties.UpgradeDescription.HealthPolicy.MaxPercentUnhealthyApplications
1105
+ """
1106
+ return pulumi.get(self, "max_percent_delta_unhealthy_applications")
1107
+
1108
+ @property
1109
+ @pulumi.getter(name="maxPercentUpgradeDomainDeltaUnhealthyNodes")
1110
+ def max_percent_upgrade_domain_delta_unhealthy_nodes(self) -> Optional[int]:
1111
+ """
1112
+ The maximum allowed percentage of upgrade domain nodes health degradation allowed during cluster upgrades.
1113
+ The delta is measured between the state of the upgrade domain nodes at the beginning of upgrade and the state of the upgrade domain nodes at the time of the health evaluation.
1114
+ The check is performed after every upgrade domain upgrade completion for all completed upgrade domains to make sure the state of the upgrade domains is within tolerated limits.
1115
+ """
1116
+ return pulumi.get(self, "max_percent_upgrade_domain_delta_unhealthy_nodes")
1117
+
1118
+
1119
+ @pulumi.output_type
1120
+ class ClusterUpgradePolicyResponse(dict):
1121
+ """
1122
+ Describes the policy used when upgrading the cluster.
1123
+ """
1124
+ @staticmethod
1125
+ def __key_warning(key: str):
1126
+ suggest = None
1127
+ if key == "deltaHealthPolicy":
1128
+ suggest = "delta_health_policy"
1129
+ elif key == "forceRestart":
1130
+ suggest = "force_restart"
1131
+ elif key == "healthPolicy":
1132
+ suggest = "health_policy"
1133
+ elif key == "monitoringPolicy":
1134
+ suggest = "monitoring_policy"
1135
+ elif key == "upgradeReplicaSetCheckTimeout":
1136
+ suggest = "upgrade_replica_set_check_timeout"
1137
+
1138
+ if suggest:
1139
+ pulumi.log.warn(f"Key '{key}' not found in ClusterUpgradePolicyResponse. Access the value via the '{suggest}' property getter instead.")
1140
+
1141
+ def __getitem__(self, key: str) -> Any:
1142
+ ClusterUpgradePolicyResponse.__key_warning(key)
1143
+ return super().__getitem__(key)
1144
+
1145
+ def get(self, key: str, default = None) -> Any:
1146
+ ClusterUpgradePolicyResponse.__key_warning(key)
1147
+ return super().get(key, default)
1148
+
1149
+ def __init__(__self__, *,
1150
+ delta_health_policy: Optional['outputs.ClusterUpgradeDeltaHealthPolicyResponse'] = None,
1151
+ force_restart: Optional[bool] = None,
1152
+ health_policy: Optional['outputs.ClusterHealthPolicyResponse'] = None,
1153
+ monitoring_policy: Optional['outputs.ClusterMonitoringPolicyResponse'] = None,
1154
+ upgrade_replica_set_check_timeout: Optional[str] = None):
1155
+ """
1156
+ Describes the policy used when upgrading the cluster.
1157
+ :param 'ClusterUpgradeDeltaHealthPolicyResponse' delta_health_policy: The cluster delta health policy defines a health policy used to evaluate the health of the cluster during a cluster upgrade.
1158
+ :param bool force_restart: If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data).
1159
+ :param 'ClusterHealthPolicyResponse' health_policy: The cluster health policy defines a health policy used to evaluate the health of the cluster during a cluster upgrade.
1160
+ :param 'ClusterMonitoringPolicyResponse' monitoring_policy: The cluster monitoring policy describes the parameters for monitoring an upgrade in Monitored mode.
1161
+ :param str upgrade_replica_set_check_timeout: The maximum amount of time to block processing of an upgrade domain and prevent loss of availability when there are unexpected issues.
1162
+ When this timeout expires, processing of the upgrade domain will proceed regardless of availability loss issues.
1163
+ The timeout is reset at the start of each upgrade domain. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
1164
+ This value must be between 00:00:00 and 49710.06:28:15 (unsigned 32 bit integer for seconds)
1165
+ """
1166
+ if delta_health_policy is not None:
1167
+ pulumi.set(__self__, "delta_health_policy", delta_health_policy)
1168
+ if force_restart is not None:
1169
+ pulumi.set(__self__, "force_restart", force_restart)
1170
+ if health_policy is not None:
1171
+ pulumi.set(__self__, "health_policy", health_policy)
1172
+ if monitoring_policy is not None:
1173
+ pulumi.set(__self__, "monitoring_policy", monitoring_policy)
1174
+ if upgrade_replica_set_check_timeout is not None:
1175
+ pulumi.set(__self__, "upgrade_replica_set_check_timeout", upgrade_replica_set_check_timeout)
1176
+
1177
+ @property
1178
+ @pulumi.getter(name="deltaHealthPolicy")
1179
+ def delta_health_policy(self) -> Optional['outputs.ClusterUpgradeDeltaHealthPolicyResponse']:
1180
+ """
1181
+ The cluster delta health policy defines a health policy used to evaluate the health of the cluster during a cluster upgrade.
1182
+ """
1183
+ return pulumi.get(self, "delta_health_policy")
1184
+
1185
+ @property
1186
+ @pulumi.getter(name="forceRestart")
1187
+ def force_restart(self) -> Optional[bool]:
1188
+ """
1189
+ If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data).
1190
+ """
1191
+ return pulumi.get(self, "force_restart")
1192
+
1193
+ @property
1194
+ @pulumi.getter(name="healthPolicy")
1195
+ def health_policy(self) -> Optional['outputs.ClusterHealthPolicyResponse']:
1196
+ """
1197
+ The cluster health policy defines a health policy used to evaluate the health of the cluster during a cluster upgrade.
1198
+ """
1199
+ return pulumi.get(self, "health_policy")
1200
+
1201
+ @property
1202
+ @pulumi.getter(name="monitoringPolicy")
1203
+ def monitoring_policy(self) -> Optional['outputs.ClusterMonitoringPolicyResponse']:
1204
+ """
1205
+ The cluster monitoring policy describes the parameters for monitoring an upgrade in Monitored mode.
1206
+ """
1207
+ return pulumi.get(self, "monitoring_policy")
1208
+
1209
+ @property
1210
+ @pulumi.getter(name="upgradeReplicaSetCheckTimeout")
1211
+ def upgrade_replica_set_check_timeout(self) -> Optional[str]:
1212
+ """
1213
+ The maximum amount of time to block processing of an upgrade domain and prevent loss of availability when there are unexpected issues.
1214
+ When this timeout expires, processing of the upgrade domain will proceed regardless of availability loss issues.
1215
+ The timeout is reset at the start of each upgrade domain. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
1216
+ This value must be between 00:00:00 and 49710.06:28:15 (unsigned 32 bit integer for seconds)
1217
+ """
1218
+ return pulumi.get(self, "upgrade_replica_set_check_timeout")
1219
+
1220
+
1221
+ @pulumi.output_type
1222
+ class EndpointRangeDescriptionResponse(dict):
1223
+ """
1224
+ Port range details
1225
+ """
1226
+ @staticmethod
1227
+ def __key_warning(key: str):
1228
+ suggest = None
1229
+ if key == "endPort":
1230
+ suggest = "end_port"
1231
+ elif key == "startPort":
1232
+ suggest = "start_port"
1233
+
1234
+ if suggest:
1235
+ pulumi.log.warn(f"Key '{key}' not found in EndpointRangeDescriptionResponse. Access the value via the '{suggest}' property getter instead.")
1236
+
1237
+ def __getitem__(self, key: str) -> Any:
1238
+ EndpointRangeDescriptionResponse.__key_warning(key)
1239
+ return super().__getitem__(key)
1240
+
1241
+ def get(self, key: str, default = None) -> Any:
1242
+ EndpointRangeDescriptionResponse.__key_warning(key)
1243
+ return super().get(key, default)
1244
+
1245
+ def __init__(__self__, *,
1246
+ end_port: int,
1247
+ start_port: int):
1248
+ """
1249
+ Port range details
1250
+ :param int end_port: End port of a range of ports
1251
+ :param int start_port: Starting port of a range of ports
1252
+ """
1253
+ pulumi.set(__self__, "end_port", end_port)
1254
+ pulumi.set(__self__, "start_port", start_port)
1255
+
1256
+ @property
1257
+ @pulumi.getter(name="endPort")
1258
+ def end_port(self) -> int:
1259
+ """
1260
+ End port of a range of ports
1261
+ """
1262
+ return pulumi.get(self, "end_port")
1263
+
1264
+ @property
1265
+ @pulumi.getter(name="startPort")
1266
+ def start_port(self) -> int:
1267
+ """
1268
+ Starting port of a range of ports
1269
+ """
1270
+ return pulumi.get(self, "start_port")
1271
+
1272
+
1273
+ @pulumi.output_type
1274
+ class FrontendConfigurationResponse(dict):
1275
+ """
1276
+ Describes the frontend configurations for the node type.
1277
+ """
1278
+ @staticmethod
1279
+ def __key_warning(key: str):
1280
+ suggest = None
1281
+ if key == "applicationGatewayBackendAddressPoolId":
1282
+ suggest = "application_gateway_backend_address_pool_id"
1283
+ elif key == "ipAddressType":
1284
+ suggest = "ip_address_type"
1285
+ elif key == "loadBalancerBackendAddressPoolId":
1286
+ suggest = "load_balancer_backend_address_pool_id"
1287
+ elif key == "loadBalancerInboundNatPoolId":
1288
+ suggest = "load_balancer_inbound_nat_pool_id"
1289
+
1290
+ if suggest:
1291
+ pulumi.log.warn(f"Key '{key}' not found in FrontendConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1292
+
1293
+ def __getitem__(self, key: str) -> Any:
1294
+ FrontendConfigurationResponse.__key_warning(key)
1295
+ return super().__getitem__(key)
1296
+
1297
+ def get(self, key: str, default = None) -> Any:
1298
+ FrontendConfigurationResponse.__key_warning(key)
1299
+ return super().get(key, default)
1300
+
1301
+ def __init__(__self__, *,
1302
+ application_gateway_backend_address_pool_id: Optional[str] = None,
1303
+ ip_address_type: Optional[str] = None,
1304
+ load_balancer_backend_address_pool_id: Optional[str] = None,
1305
+ load_balancer_inbound_nat_pool_id: Optional[str] = None):
1306
+ """
1307
+ Describes the frontend configurations for the node type.
1308
+ :param str application_gateway_backend_address_pool_id: The resource Id of application gateway backend address pool. The format of the resource Id is '/subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>/providers/Microsoft.Network/applicationGateways/<applicationGatewayName>/backendAddressPools/<backendAddressPoolName>'.
1309
+ :param str ip_address_type: The IP address type of this frontend configuration. If omitted the default value is IPv4.
1310
+ :param str load_balancer_backend_address_pool_id: The resource Id of the Load Balancer backend address pool that the VM instances of the node type are associated with. The format of the resource Id is '/subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>/providers/Microsoft.Network/loadBalancers/<loadBalancerName>/backendAddressPools/<backendAddressPoolName>'.
1311
+ :param str load_balancer_inbound_nat_pool_id: The resource Id of the Load Balancer inbound NAT pool that the VM instances of the node type are associated with. The format of the resource Id is '/subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>/providers/Microsoft.Network/loadBalancers/<loadBalancerName>/inboundNatPools/<inboundNatPoolName>'.
1312
+ """
1313
+ if application_gateway_backend_address_pool_id is not None:
1314
+ pulumi.set(__self__, "application_gateway_backend_address_pool_id", application_gateway_backend_address_pool_id)
1315
+ if ip_address_type is not None:
1316
+ pulumi.set(__self__, "ip_address_type", ip_address_type)
1317
+ if load_balancer_backend_address_pool_id is not None:
1318
+ pulumi.set(__self__, "load_balancer_backend_address_pool_id", load_balancer_backend_address_pool_id)
1319
+ if load_balancer_inbound_nat_pool_id is not None:
1320
+ pulumi.set(__self__, "load_balancer_inbound_nat_pool_id", load_balancer_inbound_nat_pool_id)
1321
+
1322
+ @property
1323
+ @pulumi.getter(name="applicationGatewayBackendAddressPoolId")
1324
+ def application_gateway_backend_address_pool_id(self) -> Optional[str]:
1325
+ """
1326
+ The resource Id of application gateway backend address pool. The format of the resource Id is '/subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>/providers/Microsoft.Network/applicationGateways/<applicationGatewayName>/backendAddressPools/<backendAddressPoolName>'.
1327
+ """
1328
+ return pulumi.get(self, "application_gateway_backend_address_pool_id")
1329
+
1330
+ @property
1331
+ @pulumi.getter(name="ipAddressType")
1332
+ def ip_address_type(self) -> Optional[str]:
1333
+ """
1334
+ The IP address type of this frontend configuration. If omitted the default value is IPv4.
1335
+ """
1336
+ return pulumi.get(self, "ip_address_type")
1337
+
1338
+ @property
1339
+ @pulumi.getter(name="loadBalancerBackendAddressPoolId")
1340
+ def load_balancer_backend_address_pool_id(self) -> Optional[str]:
1341
+ """
1342
+ The resource Id of the Load Balancer backend address pool that the VM instances of the node type are associated with. The format of the resource Id is '/subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>/providers/Microsoft.Network/loadBalancers/<loadBalancerName>/backendAddressPools/<backendAddressPoolName>'.
1343
+ """
1344
+ return pulumi.get(self, "load_balancer_backend_address_pool_id")
1345
+
1346
+ @property
1347
+ @pulumi.getter(name="loadBalancerInboundNatPoolId")
1348
+ def load_balancer_inbound_nat_pool_id(self) -> Optional[str]:
1349
+ """
1350
+ The resource Id of the Load Balancer inbound NAT pool that the VM instances of the node type are associated with. The format of the resource Id is '/subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>/providers/Microsoft.Network/loadBalancers/<loadBalancerName>/inboundNatPools/<inboundNatPoolName>'.
1351
+ """
1352
+ return pulumi.get(self, "load_balancer_inbound_nat_pool_id")
1353
+
1354
+
1355
+ @pulumi.output_type
1356
+ class IpConfigurationResponse(dict):
1357
+ """
1358
+ Specifies an IP configuration of the network interface.
1359
+ """
1360
+ @staticmethod
1361
+ def __key_warning(key: str):
1362
+ suggest = None
1363
+ if key == "applicationGatewayBackendAddressPools":
1364
+ suggest = "application_gateway_backend_address_pools"
1365
+ elif key == "loadBalancerBackendAddressPools":
1366
+ suggest = "load_balancer_backend_address_pools"
1367
+ elif key == "loadBalancerInboundNatPools":
1368
+ suggest = "load_balancer_inbound_nat_pools"
1369
+ elif key == "privateIPAddressVersion":
1370
+ suggest = "private_ip_address_version"
1371
+ elif key == "publicIPAddressConfiguration":
1372
+ suggest = "public_ip_address_configuration"
1373
+
1374
+ if suggest:
1375
+ pulumi.log.warn(f"Key '{key}' not found in IpConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1376
+
1377
+ def __getitem__(self, key: str) -> Any:
1378
+ IpConfigurationResponse.__key_warning(key)
1379
+ return super().__getitem__(key)
1380
+
1381
+ def get(self, key: str, default = None) -> Any:
1382
+ IpConfigurationResponse.__key_warning(key)
1383
+ return super().get(key, default)
1384
+
1385
+ def __init__(__self__, *,
1386
+ name: str,
1387
+ application_gateway_backend_address_pools: Optional[Sequence['outputs.SubResourceResponse']] = None,
1388
+ load_balancer_backend_address_pools: Optional[Sequence['outputs.SubResourceResponse']] = None,
1389
+ load_balancer_inbound_nat_pools: Optional[Sequence['outputs.SubResourceResponse']] = None,
1390
+ private_ip_address_version: Optional[str] = None,
1391
+ public_ip_address_configuration: Optional['outputs.IpConfigurationResponsePublicIPAddressConfiguration'] = None,
1392
+ subnet: Optional['outputs.SubResourceResponse'] = None):
1393
+ """
1394
+ Specifies an IP configuration of the network interface.
1395
+ :param str name: Name of the network interface.
1396
+ :param Sequence['SubResourceResponse'] application_gateway_backend_address_pools: Specifies an array of references to backend address pools of application gateways. A node type can reference backend address pools of multiple application gateways. Multiple node types cannot use the same application gateway.
1397
+ :param Sequence['SubResourceResponse'] load_balancer_backend_address_pools: Specifies an array of references to backend address pools of load balancers. A node type can reference backend address pools of one public and one internal load balancer. Multiple node types cannot use the same basic sku load balancer.
1398
+ :param Sequence['SubResourceResponse'] load_balancer_inbound_nat_pools: Specifies an array of references to inbound Nat pools of the load balancers. A node type can reference inbound nat pools of one public and one internal load balancer. Multiple node types cannot use the same basic sku load balancer.
1399
+ :param str private_ip_address_version: Specifies whether the IP configuration's private IP is IPv4 or IPv6. Default is IPv4.
1400
+ :param 'IpConfigurationResponsePublicIPAddressConfiguration' public_ip_address_configuration: The public IP address configuration of the network interface.
1401
+ :param 'SubResourceResponse' subnet: Specifies the subnet of the network interface.
1402
+ """
1403
+ pulumi.set(__self__, "name", name)
1404
+ if application_gateway_backend_address_pools is not None:
1405
+ pulumi.set(__self__, "application_gateway_backend_address_pools", application_gateway_backend_address_pools)
1406
+ if load_balancer_backend_address_pools is not None:
1407
+ pulumi.set(__self__, "load_balancer_backend_address_pools", load_balancer_backend_address_pools)
1408
+ if load_balancer_inbound_nat_pools is not None:
1409
+ pulumi.set(__self__, "load_balancer_inbound_nat_pools", load_balancer_inbound_nat_pools)
1410
+ if private_ip_address_version is None:
1411
+ private_ip_address_version = 'IPv4'
1412
+ if private_ip_address_version is not None:
1413
+ pulumi.set(__self__, "private_ip_address_version", private_ip_address_version)
1414
+ if public_ip_address_configuration is not None:
1415
+ pulumi.set(__self__, "public_ip_address_configuration", public_ip_address_configuration)
1416
+ if subnet is not None:
1417
+ pulumi.set(__self__, "subnet", subnet)
1418
+
1419
+ @property
1420
+ @pulumi.getter
1421
+ def name(self) -> str:
1422
+ """
1423
+ Name of the network interface.
1424
+ """
1425
+ return pulumi.get(self, "name")
1426
+
1427
+ @property
1428
+ @pulumi.getter(name="applicationGatewayBackendAddressPools")
1429
+ def application_gateway_backend_address_pools(self) -> Optional[Sequence['outputs.SubResourceResponse']]:
1430
+ """
1431
+ Specifies an array of references to backend address pools of application gateways. A node type can reference backend address pools of multiple application gateways. Multiple node types cannot use the same application gateway.
1432
+ """
1433
+ return pulumi.get(self, "application_gateway_backend_address_pools")
1434
+
1435
+ @property
1436
+ @pulumi.getter(name="loadBalancerBackendAddressPools")
1437
+ def load_balancer_backend_address_pools(self) -> Optional[Sequence['outputs.SubResourceResponse']]:
1438
+ """
1439
+ Specifies an array of references to backend address pools of load balancers. A node type can reference backend address pools of one public and one internal load balancer. Multiple node types cannot use the same basic sku load balancer.
1440
+ """
1441
+ return pulumi.get(self, "load_balancer_backend_address_pools")
1442
+
1443
+ @property
1444
+ @pulumi.getter(name="loadBalancerInboundNatPools")
1445
+ def load_balancer_inbound_nat_pools(self) -> Optional[Sequence['outputs.SubResourceResponse']]:
1446
+ """
1447
+ Specifies an array of references to inbound Nat pools of the load balancers. A node type can reference inbound nat pools of one public and one internal load balancer. Multiple node types cannot use the same basic sku load balancer.
1448
+ """
1449
+ return pulumi.get(self, "load_balancer_inbound_nat_pools")
1450
+
1451
+ @property
1452
+ @pulumi.getter(name="privateIPAddressVersion")
1453
+ def private_ip_address_version(self) -> Optional[str]:
1454
+ """
1455
+ Specifies whether the IP configuration's private IP is IPv4 or IPv6. Default is IPv4.
1456
+ """
1457
+ return pulumi.get(self, "private_ip_address_version")
1458
+
1459
+ @property
1460
+ @pulumi.getter(name="publicIPAddressConfiguration")
1461
+ def public_ip_address_configuration(self) -> Optional['outputs.IpConfigurationResponsePublicIPAddressConfiguration']:
1462
+ """
1463
+ The public IP address configuration of the network interface.
1464
+ """
1465
+ return pulumi.get(self, "public_ip_address_configuration")
1466
+
1467
+ @property
1468
+ @pulumi.getter
1469
+ def subnet(self) -> Optional['outputs.SubResourceResponse']:
1470
+ """
1471
+ Specifies the subnet of the network interface.
1472
+ """
1473
+ return pulumi.get(self, "subnet")
1474
+
1475
+
1476
+ @pulumi.output_type
1477
+ class IpConfigurationResponsePublicIPAddressConfiguration(dict):
1478
+ """
1479
+ The public IP address configuration of the network interface.
1480
+ """
1481
+ @staticmethod
1482
+ def __key_warning(key: str):
1483
+ suggest = None
1484
+ if key == "ipTags":
1485
+ suggest = "ip_tags"
1486
+ elif key == "publicIPAddressVersion":
1487
+ suggest = "public_ip_address_version"
1488
+
1489
+ if suggest:
1490
+ pulumi.log.warn(f"Key '{key}' not found in IpConfigurationResponsePublicIPAddressConfiguration. Access the value via the '{suggest}' property getter instead.")
1491
+
1492
+ def __getitem__(self, key: str) -> Any:
1493
+ IpConfigurationResponsePublicIPAddressConfiguration.__key_warning(key)
1494
+ return super().__getitem__(key)
1495
+
1496
+ def get(self, key: str, default = None) -> Any:
1497
+ IpConfigurationResponsePublicIPAddressConfiguration.__key_warning(key)
1498
+ return super().get(key, default)
1499
+
1500
+ def __init__(__self__, *,
1501
+ name: str,
1502
+ ip_tags: Optional[Sequence['outputs.IpTagResponse']] = None,
1503
+ public_ip_address_version: Optional[str] = None):
1504
+ """
1505
+ The public IP address configuration of the network interface.
1506
+ :param str name: Name of the network interface.
1507
+ :param Sequence['IpTagResponse'] ip_tags: Specifies the list of IP tags associated with the public IP address.
1508
+ :param str public_ip_address_version: Specifies whether the IP configuration's public IP is IPv4 or IPv6. Default is IPv4.
1509
+ """
1510
+ pulumi.set(__self__, "name", name)
1511
+ if ip_tags is not None:
1512
+ pulumi.set(__self__, "ip_tags", ip_tags)
1513
+ if public_ip_address_version is None:
1514
+ public_ip_address_version = 'IPv4'
1515
+ if public_ip_address_version is not None:
1516
+ pulumi.set(__self__, "public_ip_address_version", public_ip_address_version)
1517
+
1518
+ @property
1519
+ @pulumi.getter
1520
+ def name(self) -> str:
1521
+ """
1522
+ Name of the network interface.
1523
+ """
1524
+ return pulumi.get(self, "name")
1525
+
1526
+ @property
1527
+ @pulumi.getter(name="ipTags")
1528
+ def ip_tags(self) -> Optional[Sequence['outputs.IpTagResponse']]:
1529
+ """
1530
+ Specifies the list of IP tags associated with the public IP address.
1531
+ """
1532
+ return pulumi.get(self, "ip_tags")
1533
+
1534
+ @property
1535
+ @pulumi.getter(name="publicIPAddressVersion")
1536
+ def public_ip_address_version(self) -> Optional[str]:
1537
+ """
1538
+ Specifies whether the IP configuration's public IP is IPv4 or IPv6. Default is IPv4.
1539
+ """
1540
+ return pulumi.get(self, "public_ip_address_version")
1541
+
1542
+
1543
+ @pulumi.output_type
1544
+ class IpTagResponse(dict):
1545
+ """
1546
+ The IP tag associated with the public IP address.
1547
+ """
1548
+ @staticmethod
1549
+ def __key_warning(key: str):
1550
+ suggest = None
1551
+ if key == "ipTagType":
1552
+ suggest = "ip_tag_type"
1553
+
1554
+ if suggest:
1555
+ pulumi.log.warn(f"Key '{key}' not found in IpTagResponse. Access the value via the '{suggest}' property getter instead.")
1556
+
1557
+ def __getitem__(self, key: str) -> Any:
1558
+ IpTagResponse.__key_warning(key)
1559
+ return super().__getitem__(key)
1560
+
1561
+ def get(self, key: str, default = None) -> Any:
1562
+ IpTagResponse.__key_warning(key)
1563
+ return super().get(key, default)
1564
+
1565
+ def __init__(__self__, *,
1566
+ ip_tag_type: str,
1567
+ tag: str):
1568
+ """
1569
+ The IP tag associated with the public IP address.
1570
+ :param str ip_tag_type: IP tag type. Example: FirstPartyUsage.
1571
+ :param str tag: IP tag associated with the public IP. Example: SQL, Storage etc.
1572
+ """
1573
+ pulumi.set(__self__, "ip_tag_type", ip_tag_type)
1574
+ pulumi.set(__self__, "tag", tag)
1575
+
1576
+ @property
1577
+ @pulumi.getter(name="ipTagType")
1578
+ def ip_tag_type(self) -> str:
1579
+ """
1580
+ IP tag type. Example: FirstPartyUsage.
1581
+ """
1582
+ return pulumi.get(self, "ip_tag_type")
1583
+
1584
+ @property
1585
+ @pulumi.getter
1586
+ def tag(self) -> str:
1587
+ """
1588
+ IP tag associated with the public IP. Example: SQL, Storage etc.
1589
+ """
1590
+ return pulumi.get(self, "tag")
1591
+
1592
+
1593
+ @pulumi.output_type
1594
+ class LoadBalancingRuleResponse(dict):
1595
+ """
1596
+ Describes a load balancing rule.
1597
+ """
1598
+ @staticmethod
1599
+ def __key_warning(key: str):
1600
+ suggest = None
1601
+ if key == "backendPort":
1602
+ suggest = "backend_port"
1603
+ elif key == "frontendPort":
1604
+ suggest = "frontend_port"
1605
+ elif key == "probeProtocol":
1606
+ suggest = "probe_protocol"
1607
+ elif key == "loadDistribution":
1608
+ suggest = "load_distribution"
1609
+ elif key == "probePort":
1610
+ suggest = "probe_port"
1611
+ elif key == "probeRequestPath":
1612
+ suggest = "probe_request_path"
1613
+
1614
+ if suggest:
1615
+ pulumi.log.warn(f"Key '{key}' not found in LoadBalancingRuleResponse. Access the value via the '{suggest}' property getter instead.")
1616
+
1617
+ def __getitem__(self, key: str) -> Any:
1618
+ LoadBalancingRuleResponse.__key_warning(key)
1619
+ return super().__getitem__(key)
1620
+
1621
+ def get(self, key: str, default = None) -> Any:
1622
+ LoadBalancingRuleResponse.__key_warning(key)
1623
+ return super().get(key, default)
1624
+
1625
+ def __init__(__self__, *,
1626
+ backend_port: int,
1627
+ frontend_port: int,
1628
+ probe_protocol: str,
1629
+ protocol: str,
1630
+ load_distribution: Optional[str] = None,
1631
+ probe_port: Optional[int] = None,
1632
+ probe_request_path: Optional[str] = None):
1633
+ """
1634
+ Describes a load balancing rule.
1635
+ :param int backend_port: The port used for internal connections on the endpoint. Acceptable values are between 1 and 65535.
1636
+ :param int frontend_port: The port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values are between 1 and 65534.
1637
+ :param str probe_protocol: the reference to the load balancer probe used by the load balancing rule.
1638
+ :param str protocol: The reference to the transport protocol used by the load balancing rule.
1639
+ :param str load_distribution: The load distribution policy for this rule.
1640
+ :param int probe_port: The prob port used by the load balancing rule. Acceptable values are between 1 and 65535.
1641
+ :param str probe_request_path: The probe request path. Only supported for HTTP/HTTPS probes.
1642
+ """
1643
+ pulumi.set(__self__, "backend_port", backend_port)
1644
+ pulumi.set(__self__, "frontend_port", frontend_port)
1645
+ pulumi.set(__self__, "probe_protocol", probe_protocol)
1646
+ pulumi.set(__self__, "protocol", protocol)
1647
+ if load_distribution is not None:
1648
+ pulumi.set(__self__, "load_distribution", load_distribution)
1649
+ if probe_port is not None:
1650
+ pulumi.set(__self__, "probe_port", probe_port)
1651
+ if probe_request_path is not None:
1652
+ pulumi.set(__self__, "probe_request_path", probe_request_path)
1653
+
1654
+ @property
1655
+ @pulumi.getter(name="backendPort")
1656
+ def backend_port(self) -> int:
1657
+ """
1658
+ The port used for internal connections on the endpoint. Acceptable values are between 1 and 65535.
1659
+ """
1660
+ return pulumi.get(self, "backend_port")
1661
+
1662
+ @property
1663
+ @pulumi.getter(name="frontendPort")
1664
+ def frontend_port(self) -> int:
1665
+ """
1666
+ The port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values are between 1 and 65534.
1667
+ """
1668
+ return pulumi.get(self, "frontend_port")
1669
+
1670
+ @property
1671
+ @pulumi.getter(name="probeProtocol")
1672
+ def probe_protocol(self) -> str:
1673
+ """
1674
+ the reference to the load balancer probe used by the load balancing rule.
1675
+ """
1676
+ return pulumi.get(self, "probe_protocol")
1677
+
1678
+ @property
1679
+ @pulumi.getter
1680
+ def protocol(self) -> str:
1681
+ """
1682
+ The reference to the transport protocol used by the load balancing rule.
1683
+ """
1684
+ return pulumi.get(self, "protocol")
1685
+
1686
+ @property
1687
+ @pulumi.getter(name="loadDistribution")
1688
+ def load_distribution(self) -> Optional[str]:
1689
+ """
1690
+ The load distribution policy for this rule.
1691
+ """
1692
+ return pulumi.get(self, "load_distribution")
1693
+
1694
+ @property
1695
+ @pulumi.getter(name="probePort")
1696
+ def probe_port(self) -> Optional[int]:
1697
+ """
1698
+ The prob port used by the load balancing rule. Acceptable values are between 1 and 65535.
1699
+ """
1700
+ return pulumi.get(self, "probe_port")
1701
+
1702
+ @property
1703
+ @pulumi.getter(name="probeRequestPath")
1704
+ def probe_request_path(self) -> Optional[str]:
1705
+ """
1706
+ The probe request path. Only supported for HTTP/HTTPS probes.
1707
+ """
1708
+ return pulumi.get(self, "probe_request_path")
1709
+
1710
+
1711
+ @pulumi.output_type
1712
+ class ManagedIdentityResponse(dict):
1713
+ """
1714
+ Describes the managed identities for an Azure resource.
1715
+ """
1716
+ @staticmethod
1717
+ def __key_warning(key: str):
1718
+ suggest = None
1719
+ if key == "principalId":
1720
+ suggest = "principal_id"
1721
+ elif key == "tenantId":
1722
+ suggest = "tenant_id"
1723
+ elif key == "userAssignedIdentities":
1724
+ suggest = "user_assigned_identities"
1725
+
1726
+ if suggest:
1727
+ pulumi.log.warn(f"Key '{key}' not found in ManagedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1728
+
1729
+ def __getitem__(self, key: str) -> Any:
1730
+ ManagedIdentityResponse.__key_warning(key)
1731
+ return super().__getitem__(key)
1732
+
1733
+ def get(self, key: str, default = None) -> Any:
1734
+ ManagedIdentityResponse.__key_warning(key)
1735
+ return super().get(key, default)
1736
+
1737
+ def __init__(__self__, *,
1738
+ principal_id: str,
1739
+ tenant_id: str,
1740
+ type: Optional[str] = None,
1741
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
1742
+ """
1743
+ Describes the managed identities for an Azure resource.
1744
+ :param str principal_id: The principal id of the managed identity. This property will only be provided for a system assigned identity.
1745
+ :param str tenant_id: The tenant id of the managed identity. This property will only be provided for a system assigned identity.
1746
+ :param str type: The type of managed identity for the resource.
1747
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form:
1748
+ '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
1749
+ """
1750
+ pulumi.set(__self__, "principal_id", principal_id)
1751
+ pulumi.set(__self__, "tenant_id", tenant_id)
1752
+ if type is not None:
1753
+ pulumi.set(__self__, "type", type)
1754
+ if user_assigned_identities is not None:
1755
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
1756
+
1757
+ @property
1758
+ @pulumi.getter(name="principalId")
1759
+ def principal_id(self) -> str:
1760
+ """
1761
+ The principal id of the managed identity. This property will only be provided for a system assigned identity.
1762
+ """
1763
+ return pulumi.get(self, "principal_id")
1764
+
1765
+ @property
1766
+ @pulumi.getter(name="tenantId")
1767
+ def tenant_id(self) -> str:
1768
+ """
1769
+ The tenant id of the managed identity. This property will only be provided for a system assigned identity.
1770
+ """
1771
+ return pulumi.get(self, "tenant_id")
1772
+
1773
+ @property
1774
+ @pulumi.getter
1775
+ def type(self) -> Optional[str]:
1776
+ """
1777
+ The type of managed identity for the resource.
1778
+ """
1779
+ return pulumi.get(self, "type")
1780
+
1781
+ @property
1782
+ @pulumi.getter(name="userAssignedIdentities")
1783
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
1784
+ """
1785
+ The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form:
1786
+ '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
1787
+ """
1788
+ return pulumi.get(self, "user_assigned_identities")
1789
+
1790
+
1791
+ @pulumi.output_type
1792
+ class NamedPartitionSchemeResponse(dict):
1793
+ """
1794
+ Describes the named partition scheme of the service.
1795
+ """
1796
+ @staticmethod
1797
+ def __key_warning(key: str):
1798
+ suggest = None
1799
+ if key == "partitionScheme":
1800
+ suggest = "partition_scheme"
1801
+
1802
+ if suggest:
1803
+ pulumi.log.warn(f"Key '{key}' not found in NamedPartitionSchemeResponse. Access the value via the '{suggest}' property getter instead.")
1804
+
1805
+ def __getitem__(self, key: str) -> Any:
1806
+ NamedPartitionSchemeResponse.__key_warning(key)
1807
+ return super().__getitem__(key)
1808
+
1809
+ def get(self, key: str, default = None) -> Any:
1810
+ NamedPartitionSchemeResponse.__key_warning(key)
1811
+ return super().get(key, default)
1812
+
1813
+ def __init__(__self__, *,
1814
+ names: Sequence[str],
1815
+ partition_scheme: str):
1816
+ """
1817
+ Describes the named partition scheme of the service.
1818
+ :param Sequence[str] names: Array for the names of the partitions.
1819
+ :param str partition_scheme: Enumerates the ways that a service can be partitioned.
1820
+ Expected value is 'Named'.
1821
+ """
1822
+ pulumi.set(__self__, "names", names)
1823
+ pulumi.set(__self__, "partition_scheme", 'Named')
1824
+
1825
+ @property
1826
+ @pulumi.getter
1827
+ def names(self) -> Sequence[str]:
1828
+ """
1829
+ Array for the names of the partitions.
1830
+ """
1831
+ return pulumi.get(self, "names")
1832
+
1833
+ @property
1834
+ @pulumi.getter(name="partitionScheme")
1835
+ def partition_scheme(self) -> str:
1836
+ """
1837
+ Enumerates the ways that a service can be partitioned.
1838
+ Expected value is 'Named'.
1839
+ """
1840
+ return pulumi.get(self, "partition_scheme")
1841
+
1842
+
1843
+ @pulumi.output_type
1844
+ class NetworkSecurityRuleResponse(dict):
1845
+ """
1846
+ Describes a network security rule.
1847
+ """
1848
+ @staticmethod
1849
+ def __key_warning(key: str):
1850
+ suggest = None
1851
+ if key == "destinationAddressPrefix":
1852
+ suggest = "destination_address_prefix"
1853
+ elif key == "destinationAddressPrefixes":
1854
+ suggest = "destination_address_prefixes"
1855
+ elif key == "destinationPortRange":
1856
+ suggest = "destination_port_range"
1857
+ elif key == "destinationPortRanges":
1858
+ suggest = "destination_port_ranges"
1859
+ elif key == "sourceAddressPrefix":
1860
+ suggest = "source_address_prefix"
1861
+ elif key == "sourceAddressPrefixes":
1862
+ suggest = "source_address_prefixes"
1863
+ elif key == "sourcePortRange":
1864
+ suggest = "source_port_range"
1865
+ elif key == "sourcePortRanges":
1866
+ suggest = "source_port_ranges"
1867
+
1868
+ if suggest:
1869
+ pulumi.log.warn(f"Key '{key}' not found in NetworkSecurityRuleResponse. Access the value via the '{suggest}' property getter instead.")
1870
+
1871
+ def __getitem__(self, key: str) -> Any:
1872
+ NetworkSecurityRuleResponse.__key_warning(key)
1873
+ return super().__getitem__(key)
1874
+
1875
+ def get(self, key: str, default = None) -> Any:
1876
+ NetworkSecurityRuleResponse.__key_warning(key)
1877
+ return super().get(key, default)
1878
+
1879
+ def __init__(__self__, *,
1880
+ access: str,
1881
+ direction: str,
1882
+ name: str,
1883
+ priority: int,
1884
+ protocol: str,
1885
+ description: Optional[str] = None,
1886
+ destination_address_prefix: Optional[str] = None,
1887
+ destination_address_prefixes: Optional[Sequence[str]] = None,
1888
+ destination_port_range: Optional[str] = None,
1889
+ destination_port_ranges: Optional[Sequence[str]] = None,
1890
+ source_address_prefix: Optional[str] = None,
1891
+ source_address_prefixes: Optional[Sequence[str]] = None,
1892
+ source_port_range: Optional[str] = None,
1893
+ source_port_ranges: Optional[Sequence[str]] = None):
1894
+ """
1895
+ Describes a network security rule.
1896
+ :param str access: The network traffic is allowed or denied.
1897
+ :param str direction: Network security rule direction.
1898
+ :param str name: Network security rule name.
1899
+ :param int priority: The priority of the rule. The value can be in the range 1000 to 3000. Values outside this range are reserved for Service Fabric ManagerCluster Resource Provider. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
1900
+ :param str protocol: Network protocol this rule applies to.
1901
+ :param str description: Network security rule description.
1902
+ :param str destination_address_prefix: The destination address prefix. CIDR or destination IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used.
1903
+ :param Sequence[str] destination_address_prefixes: The destination address prefixes. CIDR or destination IP ranges.
1904
+ :param str destination_port_range: he destination port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
1905
+ :param Sequence[str] destination_port_ranges: The destination port ranges.
1906
+ :param str source_address_prefix: The CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from.
1907
+ :param Sequence[str] source_address_prefixes: The CIDR or source IP ranges.
1908
+ :param str source_port_range: The source port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
1909
+ :param Sequence[str] source_port_ranges: The source port ranges.
1910
+ """
1911
+ pulumi.set(__self__, "access", access)
1912
+ pulumi.set(__self__, "direction", direction)
1913
+ pulumi.set(__self__, "name", name)
1914
+ pulumi.set(__self__, "priority", priority)
1915
+ pulumi.set(__self__, "protocol", protocol)
1916
+ if description is not None:
1917
+ pulumi.set(__self__, "description", description)
1918
+ if destination_address_prefix is not None:
1919
+ pulumi.set(__self__, "destination_address_prefix", destination_address_prefix)
1920
+ if destination_address_prefixes is not None:
1921
+ pulumi.set(__self__, "destination_address_prefixes", destination_address_prefixes)
1922
+ if destination_port_range is not None:
1923
+ pulumi.set(__self__, "destination_port_range", destination_port_range)
1924
+ if destination_port_ranges is not None:
1925
+ pulumi.set(__self__, "destination_port_ranges", destination_port_ranges)
1926
+ if source_address_prefix is not None:
1927
+ pulumi.set(__self__, "source_address_prefix", source_address_prefix)
1928
+ if source_address_prefixes is not None:
1929
+ pulumi.set(__self__, "source_address_prefixes", source_address_prefixes)
1930
+ if source_port_range is not None:
1931
+ pulumi.set(__self__, "source_port_range", source_port_range)
1932
+ if source_port_ranges is not None:
1933
+ pulumi.set(__self__, "source_port_ranges", source_port_ranges)
1934
+
1935
+ @property
1936
+ @pulumi.getter
1937
+ def access(self) -> str:
1938
+ """
1939
+ The network traffic is allowed or denied.
1940
+ """
1941
+ return pulumi.get(self, "access")
1942
+
1943
+ @property
1944
+ @pulumi.getter
1945
+ def direction(self) -> str:
1946
+ """
1947
+ Network security rule direction.
1948
+ """
1949
+ return pulumi.get(self, "direction")
1950
+
1951
+ @property
1952
+ @pulumi.getter
1953
+ def name(self) -> str:
1954
+ """
1955
+ Network security rule name.
1956
+ """
1957
+ return pulumi.get(self, "name")
1958
+
1959
+ @property
1960
+ @pulumi.getter
1961
+ def priority(self) -> int:
1962
+ """
1963
+ The priority of the rule. The value can be in the range 1000 to 3000. Values outside this range are reserved for Service Fabric ManagerCluster Resource Provider. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
1964
+ """
1965
+ return pulumi.get(self, "priority")
1966
+
1967
+ @property
1968
+ @pulumi.getter
1969
+ def protocol(self) -> str:
1970
+ """
1971
+ Network protocol this rule applies to.
1972
+ """
1973
+ return pulumi.get(self, "protocol")
1974
+
1975
+ @property
1976
+ @pulumi.getter
1977
+ def description(self) -> Optional[str]:
1978
+ """
1979
+ Network security rule description.
1980
+ """
1981
+ return pulumi.get(self, "description")
1982
+
1983
+ @property
1984
+ @pulumi.getter(name="destinationAddressPrefix")
1985
+ def destination_address_prefix(self) -> Optional[str]:
1986
+ """
1987
+ The destination address prefix. CIDR or destination IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used.
1988
+ """
1989
+ return pulumi.get(self, "destination_address_prefix")
1990
+
1991
+ @property
1992
+ @pulumi.getter(name="destinationAddressPrefixes")
1993
+ def destination_address_prefixes(self) -> Optional[Sequence[str]]:
1994
+ """
1995
+ The destination address prefixes. CIDR or destination IP ranges.
1996
+ """
1997
+ return pulumi.get(self, "destination_address_prefixes")
1998
+
1999
+ @property
2000
+ @pulumi.getter(name="destinationPortRange")
2001
+ def destination_port_range(self) -> Optional[str]:
2002
+ """
2003
+ he destination port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
2004
+ """
2005
+ return pulumi.get(self, "destination_port_range")
2006
+
2007
+ @property
2008
+ @pulumi.getter(name="destinationPortRanges")
2009
+ def destination_port_ranges(self) -> Optional[Sequence[str]]:
2010
+ """
2011
+ The destination port ranges.
2012
+ """
2013
+ return pulumi.get(self, "destination_port_ranges")
2014
+
2015
+ @property
2016
+ @pulumi.getter(name="sourceAddressPrefix")
2017
+ def source_address_prefix(self) -> Optional[str]:
2018
+ """
2019
+ The CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from.
2020
+ """
2021
+ return pulumi.get(self, "source_address_prefix")
2022
+
2023
+ @property
2024
+ @pulumi.getter(name="sourceAddressPrefixes")
2025
+ def source_address_prefixes(self) -> Optional[Sequence[str]]:
2026
+ """
2027
+ The CIDR or source IP ranges.
2028
+ """
2029
+ return pulumi.get(self, "source_address_prefixes")
2030
+
2031
+ @property
2032
+ @pulumi.getter(name="sourcePortRange")
2033
+ def source_port_range(self) -> Optional[str]:
2034
+ """
2035
+ The source port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
2036
+ """
2037
+ return pulumi.get(self, "source_port_range")
2038
+
2039
+ @property
2040
+ @pulumi.getter(name="sourcePortRanges")
2041
+ def source_port_ranges(self) -> Optional[Sequence[str]]:
2042
+ """
2043
+ The source port ranges.
2044
+ """
2045
+ return pulumi.get(self, "source_port_ranges")
2046
+
2047
+
2048
+ @pulumi.output_type
2049
+ class NodeTypeNatConfigResponse(dict):
2050
+ """
2051
+ Provides information about NAT configuration on the default public Load Balancer for the node type.
2052
+ """
2053
+ @staticmethod
2054
+ def __key_warning(key: str):
2055
+ suggest = None
2056
+ if key == "backendPort":
2057
+ suggest = "backend_port"
2058
+ elif key == "frontendPortRangeEnd":
2059
+ suggest = "frontend_port_range_end"
2060
+ elif key == "frontendPortRangeStart":
2061
+ suggest = "frontend_port_range_start"
2062
+
2063
+ if suggest:
2064
+ pulumi.log.warn(f"Key '{key}' not found in NodeTypeNatConfigResponse. Access the value via the '{suggest}' property getter instead.")
2065
+
2066
+ def __getitem__(self, key: str) -> Any:
2067
+ NodeTypeNatConfigResponse.__key_warning(key)
2068
+ return super().__getitem__(key)
2069
+
2070
+ def get(self, key: str, default = None) -> Any:
2071
+ NodeTypeNatConfigResponse.__key_warning(key)
2072
+ return super().get(key, default)
2073
+
2074
+ def __init__(__self__, *,
2075
+ backend_port: Optional[int] = None,
2076
+ frontend_port_range_end: Optional[int] = None,
2077
+ frontend_port_range_start: Optional[int] = None):
2078
+ """
2079
+ Provides information about NAT configuration on the default public Load Balancer for the node type.
2080
+ :param int backend_port: The internal port for the NAT configuration.
2081
+ :param int frontend_port_range_end: The port range end for the external endpoint.
2082
+ :param int frontend_port_range_start: The port range start for the external endpoint.
2083
+ """
2084
+ if backend_port is not None:
2085
+ pulumi.set(__self__, "backend_port", backend_port)
2086
+ if frontend_port_range_end is not None:
2087
+ pulumi.set(__self__, "frontend_port_range_end", frontend_port_range_end)
2088
+ if frontend_port_range_start is not None:
2089
+ pulumi.set(__self__, "frontend_port_range_start", frontend_port_range_start)
2090
+
2091
+ @property
2092
+ @pulumi.getter(name="backendPort")
2093
+ def backend_port(self) -> Optional[int]:
2094
+ """
2095
+ The internal port for the NAT configuration.
2096
+ """
2097
+ return pulumi.get(self, "backend_port")
2098
+
2099
+ @property
2100
+ @pulumi.getter(name="frontendPortRangeEnd")
2101
+ def frontend_port_range_end(self) -> Optional[int]:
2102
+ """
2103
+ The port range end for the external endpoint.
2104
+ """
2105
+ return pulumi.get(self, "frontend_port_range_end")
2106
+
2107
+ @property
2108
+ @pulumi.getter(name="frontendPortRangeStart")
2109
+ def frontend_port_range_start(self) -> Optional[int]:
2110
+ """
2111
+ The port range start for the external endpoint.
2112
+ """
2113
+ return pulumi.get(self, "frontend_port_range_start")
2114
+
2115
+
2116
+ @pulumi.output_type
2117
+ class NodeTypeSkuResponse(dict):
2118
+ """
2119
+ Describes a node type sku.
2120
+ """
2121
+ def __init__(__self__, *,
2122
+ capacity: int,
2123
+ name: Optional[str] = None,
2124
+ tier: Optional[str] = None):
2125
+ """
2126
+ Describes a node type sku.
2127
+ :param int capacity: The number of nodes in the node type.<br /><br />If present in request it will override properties.vmInstanceCount.
2128
+ :param str name: The sku name. <br /><br />Name is internally generated and is used in auto-scale scenarios.<br /> Property does not allow to be changed to other values than generated.<br /> To avoid deployment errors please omit the property.
2129
+ :param str tier: Specifies the tier of the node type. <br /><br /> Possible Values:<br /> **Standard**
2130
+ """
2131
+ pulumi.set(__self__, "capacity", capacity)
2132
+ if name is not None:
2133
+ pulumi.set(__self__, "name", name)
2134
+ if tier is not None:
2135
+ pulumi.set(__self__, "tier", tier)
2136
+
2137
+ @property
2138
+ @pulumi.getter
2139
+ def capacity(self) -> int:
2140
+ """
2141
+ The number of nodes in the node type.<br /><br />If present in request it will override properties.vmInstanceCount.
2142
+ """
2143
+ return pulumi.get(self, "capacity")
2144
+
2145
+ @property
2146
+ @pulumi.getter
2147
+ def name(self) -> Optional[str]:
2148
+ """
2149
+ The sku name. <br /><br />Name is internally generated and is used in auto-scale scenarios.<br /> Property does not allow to be changed to other values than generated.<br /> To avoid deployment errors please omit the property.
2150
+ """
2151
+ return pulumi.get(self, "name")
2152
+
2153
+ @property
2154
+ @pulumi.getter
2155
+ def tier(self) -> Optional[str]:
2156
+ """
2157
+ Specifies the tier of the node type. <br /><br /> Possible Values:<br /> **Standard**
2158
+ """
2159
+ return pulumi.get(self, "tier")
2160
+
2161
+
2162
+ @pulumi.output_type
2163
+ class PartitionInstanceCountScaleMechanismResponse(dict):
2164
+ """
2165
+ Represents a scaling mechanism for adding or removing instances of stateless service partition.
2166
+ """
2167
+ @staticmethod
2168
+ def __key_warning(key: str):
2169
+ suggest = None
2170
+ if key == "maxInstanceCount":
2171
+ suggest = "max_instance_count"
2172
+ elif key == "minInstanceCount":
2173
+ suggest = "min_instance_count"
2174
+ elif key == "scaleIncrement":
2175
+ suggest = "scale_increment"
2176
+
2177
+ if suggest:
2178
+ pulumi.log.warn(f"Key '{key}' not found in PartitionInstanceCountScaleMechanismResponse. Access the value via the '{suggest}' property getter instead.")
2179
+
2180
+ def __getitem__(self, key: str) -> Any:
2181
+ PartitionInstanceCountScaleMechanismResponse.__key_warning(key)
2182
+ return super().__getitem__(key)
2183
+
2184
+ def get(self, key: str, default = None) -> Any:
2185
+ PartitionInstanceCountScaleMechanismResponse.__key_warning(key)
2186
+ return super().get(key, default)
2187
+
2188
+ def __init__(__self__, *,
2189
+ kind: str,
2190
+ max_instance_count: int,
2191
+ min_instance_count: int,
2192
+ scale_increment: int):
2193
+ """
2194
+ Represents a scaling mechanism for adding or removing instances of stateless service partition.
2195
+ :param str kind: Enumerates the ways that a service can be partitioned.
2196
+ Expected value is 'ScalePartitionInstanceCount'.
2197
+ :param int max_instance_count: Maximum number of instances of the partition.
2198
+ :param int min_instance_count: Minimum number of instances of the partition.
2199
+ :param int scale_increment: The number of instances to add or remove during a scaling operation.
2200
+ """
2201
+ pulumi.set(__self__, "kind", 'ScalePartitionInstanceCount')
2202
+ pulumi.set(__self__, "max_instance_count", max_instance_count)
2203
+ pulumi.set(__self__, "min_instance_count", min_instance_count)
2204
+ pulumi.set(__self__, "scale_increment", scale_increment)
2205
+
2206
+ @property
2207
+ @pulumi.getter
2208
+ def kind(self) -> str:
2209
+ """
2210
+ Enumerates the ways that a service can be partitioned.
2211
+ Expected value is 'ScalePartitionInstanceCount'.
2212
+ """
2213
+ return pulumi.get(self, "kind")
2214
+
2215
+ @property
2216
+ @pulumi.getter(name="maxInstanceCount")
2217
+ def max_instance_count(self) -> int:
2218
+ """
2219
+ Maximum number of instances of the partition.
2220
+ """
2221
+ return pulumi.get(self, "max_instance_count")
2222
+
2223
+ @property
2224
+ @pulumi.getter(name="minInstanceCount")
2225
+ def min_instance_count(self) -> int:
2226
+ """
2227
+ Minimum number of instances of the partition.
2228
+ """
2229
+ return pulumi.get(self, "min_instance_count")
2230
+
2231
+ @property
2232
+ @pulumi.getter(name="scaleIncrement")
2233
+ def scale_increment(self) -> int:
2234
+ """
2235
+ The number of instances to add or remove during a scaling operation.
2236
+ """
2237
+ return pulumi.get(self, "scale_increment")
2238
+
2239
+
2240
+ @pulumi.output_type
2241
+ class ResourceAzStatusResponse(dict):
2242
+ """
2243
+ Describes Az Resiliency status of Base resources
2244
+ """
2245
+ def __init__(__self__, *,
2246
+ details: str,
2247
+ is_zone_resilient: bool,
2248
+ resource_name: str,
2249
+ resource_type: str):
2250
+ """
2251
+ Describes Az Resiliency status of Base resources
2252
+ :param str details: Zone resiliency status details for the resource.
2253
+ :param bool is_zone_resilient: VM Size name.
2254
+ :param str resource_name: VM Size properties.
2255
+ :param str resource_type: VM Size id.
2256
+ """
2257
+ pulumi.set(__self__, "details", details)
2258
+ pulumi.set(__self__, "is_zone_resilient", is_zone_resilient)
2259
+ pulumi.set(__self__, "resource_name", resource_name)
2260
+ pulumi.set(__self__, "resource_type", resource_type)
2261
+
2262
+ @property
2263
+ @pulumi.getter
2264
+ def details(self) -> str:
2265
+ """
2266
+ Zone resiliency status details for the resource.
2267
+ """
2268
+ return pulumi.get(self, "details")
2269
+
2270
+ @property
2271
+ @pulumi.getter(name="isZoneResilient")
2272
+ def is_zone_resilient(self) -> bool:
2273
+ """
2274
+ VM Size name.
2275
+ """
2276
+ return pulumi.get(self, "is_zone_resilient")
2277
+
2278
+ @property
2279
+ @pulumi.getter(name="resourceName")
2280
+ def resource_name(self) -> str:
2281
+ """
2282
+ VM Size properties.
2283
+ """
2284
+ return pulumi.get(self, "resource_name")
2285
+
2286
+ @property
2287
+ @pulumi.getter(name="resourceType")
2288
+ def resource_type(self) -> str:
2289
+ """
2290
+ VM Size id.
2291
+ """
2292
+ return pulumi.get(self, "resource_type")
2293
+
2294
+
2295
+ @pulumi.output_type
2296
+ class RollingUpgradeMonitoringPolicyResponse(dict):
2297
+ """
2298
+ The policy used for monitoring the application upgrade
2299
+ """
2300
+ @staticmethod
2301
+ def __key_warning(key: str):
2302
+ suggest = None
2303
+ if key == "failureAction":
2304
+ suggest = "failure_action"
2305
+ elif key == "healthCheckRetryTimeout":
2306
+ suggest = "health_check_retry_timeout"
2307
+ elif key == "healthCheckStableDuration":
2308
+ suggest = "health_check_stable_duration"
2309
+ elif key == "healthCheckWaitDuration":
2310
+ suggest = "health_check_wait_duration"
2311
+ elif key == "upgradeDomainTimeout":
2312
+ suggest = "upgrade_domain_timeout"
2313
+ elif key == "upgradeTimeout":
2314
+ suggest = "upgrade_timeout"
2315
+
2316
+ if suggest:
2317
+ pulumi.log.warn(f"Key '{key}' not found in RollingUpgradeMonitoringPolicyResponse. Access the value via the '{suggest}' property getter instead.")
2318
+
2319
+ def __getitem__(self, key: str) -> Any:
2320
+ RollingUpgradeMonitoringPolicyResponse.__key_warning(key)
2321
+ return super().__getitem__(key)
2322
+
2323
+ def get(self, key: str, default = None) -> Any:
2324
+ RollingUpgradeMonitoringPolicyResponse.__key_warning(key)
2325
+ return super().get(key, default)
2326
+
2327
+ def __init__(__self__, *,
2328
+ failure_action: str,
2329
+ health_check_retry_timeout: str,
2330
+ health_check_stable_duration: str,
2331
+ health_check_wait_duration: str,
2332
+ upgrade_domain_timeout: str,
2333
+ upgrade_timeout: str):
2334
+ """
2335
+ The policy used for monitoring the application upgrade
2336
+ :param str failure_action: The compensating action to perform when a Monitored upgrade encounters monitoring policy or health policy violations. Invalid indicates the failure action is invalid. Rollback specifies that the upgrade will start rolling back automatically. Manual indicates that the upgrade will switch to UnmonitoredManual upgrade mode.
2337
+ :param str health_check_retry_timeout: The amount of time to retry health evaluation when the application or cluster is unhealthy before FailureAction is executed. It is interpreted as a string representing an ISO 8601 duration with following format "hh:mm:ss.fff".
2338
+ :param str health_check_stable_duration: The amount of time that the application or cluster must remain healthy before the upgrade proceeds to the next upgrade domain. It is interpreted as a string representing an ISO 8601 duration with following format "hh:mm:ss.fff".
2339
+ :param str health_check_wait_duration: The amount of time to wait after completing an upgrade domain before applying health policies. It is interpreted as a string representing an ISO 8601 duration with following format "hh:mm:ss.fff".
2340
+ :param str upgrade_domain_timeout: The amount of time each upgrade domain has to complete before FailureAction is executed. Cannot be larger than 12 hours. It is interpreted as a string representing an ISO 8601 duration with following format "hh:mm:ss.fff".
2341
+ :param str upgrade_timeout: The amount of time the overall upgrade has to complete before FailureAction is executed. Cannot be larger than 12 hours. It is interpreted as a string representing an ISO 8601 duration with following format "hh:mm:ss.fff".
2342
+ """
2343
+ pulumi.set(__self__, "failure_action", failure_action)
2344
+ pulumi.set(__self__, "health_check_retry_timeout", health_check_retry_timeout)
2345
+ pulumi.set(__self__, "health_check_stable_duration", health_check_stable_duration)
2346
+ pulumi.set(__self__, "health_check_wait_duration", health_check_wait_duration)
2347
+ pulumi.set(__self__, "upgrade_domain_timeout", upgrade_domain_timeout)
2348
+ pulumi.set(__self__, "upgrade_timeout", upgrade_timeout)
2349
+
2350
+ @property
2351
+ @pulumi.getter(name="failureAction")
2352
+ def failure_action(self) -> str:
2353
+ """
2354
+ The compensating action to perform when a Monitored upgrade encounters monitoring policy or health policy violations. Invalid indicates the failure action is invalid. Rollback specifies that the upgrade will start rolling back automatically. Manual indicates that the upgrade will switch to UnmonitoredManual upgrade mode.
2355
+ """
2356
+ return pulumi.get(self, "failure_action")
2357
+
2358
+ @property
2359
+ @pulumi.getter(name="healthCheckRetryTimeout")
2360
+ def health_check_retry_timeout(self) -> str:
2361
+ """
2362
+ The amount of time to retry health evaluation when the application or cluster is unhealthy before FailureAction is executed. It is interpreted as a string representing an ISO 8601 duration with following format "hh:mm:ss.fff".
2363
+ """
2364
+ return pulumi.get(self, "health_check_retry_timeout")
2365
+
2366
+ @property
2367
+ @pulumi.getter(name="healthCheckStableDuration")
2368
+ def health_check_stable_duration(self) -> str:
2369
+ """
2370
+ The amount of time that the application or cluster must remain healthy before the upgrade proceeds to the next upgrade domain. It is interpreted as a string representing an ISO 8601 duration with following format "hh:mm:ss.fff".
2371
+ """
2372
+ return pulumi.get(self, "health_check_stable_duration")
2373
+
2374
+ @property
2375
+ @pulumi.getter(name="healthCheckWaitDuration")
2376
+ def health_check_wait_duration(self) -> str:
2377
+ """
2378
+ The amount of time to wait after completing an upgrade domain before applying health policies. It is interpreted as a string representing an ISO 8601 duration with following format "hh:mm:ss.fff".
2379
+ """
2380
+ return pulumi.get(self, "health_check_wait_duration")
2381
+
2382
+ @property
2383
+ @pulumi.getter(name="upgradeDomainTimeout")
2384
+ def upgrade_domain_timeout(self) -> str:
2385
+ """
2386
+ The amount of time each upgrade domain has to complete before FailureAction is executed. Cannot be larger than 12 hours. It is interpreted as a string representing an ISO 8601 duration with following format "hh:mm:ss.fff".
2387
+ """
2388
+ return pulumi.get(self, "upgrade_domain_timeout")
2389
+
2390
+ @property
2391
+ @pulumi.getter(name="upgradeTimeout")
2392
+ def upgrade_timeout(self) -> str:
2393
+ """
2394
+ The amount of time the overall upgrade has to complete before FailureAction is executed. Cannot be larger than 12 hours. It is interpreted as a string representing an ISO 8601 duration with following format "hh:mm:ss.fff".
2395
+ """
2396
+ return pulumi.get(self, "upgrade_timeout")
2397
+
2398
+
2399
+ @pulumi.output_type
2400
+ class ScalingPolicyResponse(dict):
2401
+ """
2402
+ Specifies a metric to load balance a service during runtime.
2403
+ """
2404
+ @staticmethod
2405
+ def __key_warning(key: str):
2406
+ suggest = None
2407
+ if key == "scalingMechanism":
2408
+ suggest = "scaling_mechanism"
2409
+ elif key == "scalingTrigger":
2410
+ suggest = "scaling_trigger"
2411
+
2412
+ if suggest:
2413
+ pulumi.log.warn(f"Key '{key}' not found in ScalingPolicyResponse. Access the value via the '{suggest}' property getter instead.")
2414
+
2415
+ def __getitem__(self, key: str) -> Any:
2416
+ ScalingPolicyResponse.__key_warning(key)
2417
+ return super().__getitem__(key)
2418
+
2419
+ def get(self, key: str, default = None) -> Any:
2420
+ ScalingPolicyResponse.__key_warning(key)
2421
+ return super().get(key, default)
2422
+
2423
+ def __init__(__self__, *,
2424
+ scaling_mechanism: Any,
2425
+ scaling_trigger: Any):
2426
+ """
2427
+ Specifies a metric to load balance a service during runtime.
2428
+ :param Union['AddRemoveIncrementalNamedPartitionScalingMechanismResponse', 'PartitionInstanceCountScaleMechanismResponse'] scaling_mechanism: Specifies the mechanism associated with this scaling policy
2429
+ :param Union['AveragePartitionLoadScalingTriggerResponse', 'AverageServiceLoadScalingTriggerResponse'] scaling_trigger: Specifies the trigger associated with this scaling policy.
2430
+ """
2431
+ pulumi.set(__self__, "scaling_mechanism", scaling_mechanism)
2432
+ pulumi.set(__self__, "scaling_trigger", scaling_trigger)
2433
+
2434
+ @property
2435
+ @pulumi.getter(name="scalingMechanism")
2436
+ def scaling_mechanism(self) -> Any:
2437
+ """
2438
+ Specifies the mechanism associated with this scaling policy
2439
+ """
2440
+ return pulumi.get(self, "scaling_mechanism")
2441
+
2442
+ @property
2443
+ @pulumi.getter(name="scalingTrigger")
2444
+ def scaling_trigger(self) -> Any:
2445
+ """
2446
+ Specifies the trigger associated with this scaling policy.
2447
+ """
2448
+ return pulumi.get(self, "scaling_trigger")
2449
+
2450
+
2451
+ @pulumi.output_type
2452
+ class ServiceCorrelationResponse(dict):
2453
+ """
2454
+ Creates a particular correlation between services.
2455
+ """
2456
+ @staticmethod
2457
+ def __key_warning(key: str):
2458
+ suggest = None
2459
+ if key == "serviceName":
2460
+ suggest = "service_name"
2461
+
2462
+ if suggest:
2463
+ pulumi.log.warn(f"Key '{key}' not found in ServiceCorrelationResponse. Access the value via the '{suggest}' property getter instead.")
2464
+
2465
+ def __getitem__(self, key: str) -> Any:
2466
+ ServiceCorrelationResponse.__key_warning(key)
2467
+ return super().__getitem__(key)
2468
+
2469
+ def get(self, key: str, default = None) -> Any:
2470
+ ServiceCorrelationResponse.__key_warning(key)
2471
+ return super().get(key, default)
2472
+
2473
+ def __init__(__self__, *,
2474
+ scheme: str,
2475
+ service_name: str):
2476
+ """
2477
+ Creates a particular correlation between services.
2478
+ :param str scheme: The ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName.
2479
+ :param str service_name: The Arm Resource ID of the service that the correlation relationship is established with.
2480
+ """
2481
+ pulumi.set(__self__, "scheme", scheme)
2482
+ pulumi.set(__self__, "service_name", service_name)
2483
+
2484
+ @property
2485
+ @pulumi.getter
2486
+ def scheme(self) -> str:
2487
+ """
2488
+ The ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName.
2489
+ """
2490
+ return pulumi.get(self, "scheme")
2491
+
2492
+ @property
2493
+ @pulumi.getter(name="serviceName")
2494
+ def service_name(self) -> str:
2495
+ """
2496
+ The Arm Resource ID of the service that the correlation relationship is established with.
2497
+ """
2498
+ return pulumi.get(self, "service_name")
2499
+
2500
+
2501
+ @pulumi.output_type
2502
+ class ServiceEndpointResponse(dict):
2503
+ """
2504
+ The service endpoint properties.
2505
+ """
2506
+ def __init__(__self__, *,
2507
+ service: str,
2508
+ locations: Optional[Sequence[str]] = None):
2509
+ """
2510
+ The service endpoint properties.
2511
+ :param str service: The type of the endpoint service.
2512
+ :param Sequence[str] locations: A list of locations.
2513
+ """
2514
+ pulumi.set(__self__, "service", service)
2515
+ if locations is not None:
2516
+ pulumi.set(__self__, "locations", locations)
2517
+
2518
+ @property
2519
+ @pulumi.getter
2520
+ def service(self) -> str:
2521
+ """
2522
+ The type of the endpoint service.
2523
+ """
2524
+ return pulumi.get(self, "service")
2525
+
2526
+ @property
2527
+ @pulumi.getter
2528
+ def locations(self) -> Optional[Sequence[str]]:
2529
+ """
2530
+ A list of locations.
2531
+ """
2532
+ return pulumi.get(self, "locations")
2533
+
2534
+
2535
+ @pulumi.output_type
2536
+ class ServiceLoadMetricResponse(dict):
2537
+ """
2538
+ Specifies a metric to load balance a service during runtime.
2539
+ """
2540
+ @staticmethod
2541
+ def __key_warning(key: str):
2542
+ suggest = None
2543
+ if key == "defaultLoad":
2544
+ suggest = "default_load"
2545
+ elif key == "primaryDefaultLoad":
2546
+ suggest = "primary_default_load"
2547
+ elif key == "secondaryDefaultLoad":
2548
+ suggest = "secondary_default_load"
2549
+
2550
+ if suggest:
2551
+ pulumi.log.warn(f"Key '{key}' not found in ServiceLoadMetricResponse. Access the value via the '{suggest}' property getter instead.")
2552
+
2553
+ def __getitem__(self, key: str) -> Any:
2554
+ ServiceLoadMetricResponse.__key_warning(key)
2555
+ return super().__getitem__(key)
2556
+
2557
+ def get(self, key: str, default = None) -> Any:
2558
+ ServiceLoadMetricResponse.__key_warning(key)
2559
+ return super().get(key, default)
2560
+
2561
+ def __init__(__self__, *,
2562
+ name: str,
2563
+ default_load: Optional[int] = None,
2564
+ primary_default_load: Optional[int] = None,
2565
+ secondary_default_load: Optional[int] = None,
2566
+ weight: Optional[str] = None):
2567
+ """
2568
+ Specifies a metric to load balance a service during runtime.
2569
+ :param str name: The name of the metric. If the service chooses to report load during runtime, the load metric name should match the name that is specified in Name exactly. Note that metric names are case sensitive.
2570
+ :param int default_load: Used only for Stateless services. The default amount of load, as a number, that this service creates for this metric.
2571
+ :param int primary_default_load: Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Primary replica.
2572
+ :param int secondary_default_load: Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Secondary replica.
2573
+ :param str weight: The service load metric relative weight, compared to other metrics configured for this service, as a number.
2574
+ """
2575
+ pulumi.set(__self__, "name", name)
2576
+ if default_load is not None:
2577
+ pulumi.set(__self__, "default_load", default_load)
2578
+ if primary_default_load is not None:
2579
+ pulumi.set(__self__, "primary_default_load", primary_default_load)
2580
+ if secondary_default_load is not None:
2581
+ pulumi.set(__self__, "secondary_default_load", secondary_default_load)
2582
+ if weight is not None:
2583
+ pulumi.set(__self__, "weight", weight)
2584
+
2585
+ @property
2586
+ @pulumi.getter
2587
+ def name(self) -> str:
2588
+ """
2589
+ The name of the metric. If the service chooses to report load during runtime, the load metric name should match the name that is specified in Name exactly. Note that metric names are case sensitive.
2590
+ """
2591
+ return pulumi.get(self, "name")
2592
+
2593
+ @property
2594
+ @pulumi.getter(name="defaultLoad")
2595
+ def default_load(self) -> Optional[int]:
2596
+ """
2597
+ Used only for Stateless services. The default amount of load, as a number, that this service creates for this metric.
2598
+ """
2599
+ return pulumi.get(self, "default_load")
2600
+
2601
+ @property
2602
+ @pulumi.getter(name="primaryDefaultLoad")
2603
+ def primary_default_load(self) -> Optional[int]:
2604
+ """
2605
+ Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Primary replica.
2606
+ """
2607
+ return pulumi.get(self, "primary_default_load")
2608
+
2609
+ @property
2610
+ @pulumi.getter(name="secondaryDefaultLoad")
2611
+ def secondary_default_load(self) -> Optional[int]:
2612
+ """
2613
+ Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Secondary replica.
2614
+ """
2615
+ return pulumi.get(self, "secondary_default_load")
2616
+
2617
+ @property
2618
+ @pulumi.getter
2619
+ def weight(self) -> Optional[str]:
2620
+ """
2621
+ The service load metric relative weight, compared to other metrics configured for this service, as a number.
2622
+ """
2623
+ return pulumi.get(self, "weight")
2624
+
2625
+
2626
+ @pulumi.output_type
2627
+ class ServicePlacementInvalidDomainPolicyResponse(dict):
2628
+ """
2629
+ Describes the policy to be used for placement of a Service Fabric service where a particular fault or upgrade domain should not be used for placement of the instances or replicas of that service.
2630
+ """
2631
+ @staticmethod
2632
+ def __key_warning(key: str):
2633
+ suggest = None
2634
+ if key == "domainName":
2635
+ suggest = "domain_name"
2636
+
2637
+ if suggest:
2638
+ pulumi.log.warn(f"Key '{key}' not found in ServicePlacementInvalidDomainPolicyResponse. Access the value via the '{suggest}' property getter instead.")
2639
+
2640
+ def __getitem__(self, key: str) -> Any:
2641
+ ServicePlacementInvalidDomainPolicyResponse.__key_warning(key)
2642
+ return super().__getitem__(key)
2643
+
2644
+ def get(self, key: str, default = None) -> Any:
2645
+ ServicePlacementInvalidDomainPolicyResponse.__key_warning(key)
2646
+ return super().get(key, default)
2647
+
2648
+ def __init__(__self__, *,
2649
+ domain_name: str,
2650
+ type: str):
2651
+ """
2652
+ Describes the policy to be used for placement of a Service Fabric service where a particular fault or upgrade domain should not be used for placement of the instances or replicas of that service.
2653
+ :param str domain_name: The name of the domain that should not be used for placement.
2654
+ :param str type: The type of placement policy for a service fabric service. Following are the possible values.
2655
+ Expected value is 'InvalidDomain'.
2656
+ """
2657
+ pulumi.set(__self__, "domain_name", domain_name)
2658
+ pulumi.set(__self__, "type", 'InvalidDomain')
2659
+
2660
+ @property
2661
+ @pulumi.getter(name="domainName")
2662
+ def domain_name(self) -> str:
2663
+ """
2664
+ The name of the domain that should not be used for placement.
2665
+ """
2666
+ return pulumi.get(self, "domain_name")
2667
+
2668
+ @property
2669
+ @pulumi.getter
2670
+ def type(self) -> str:
2671
+ """
2672
+ The type of placement policy for a service fabric service. Following are the possible values.
2673
+ Expected value is 'InvalidDomain'.
2674
+ """
2675
+ return pulumi.get(self, "type")
2676
+
2677
+
2678
+ @pulumi.output_type
2679
+ class ServicePlacementNonPartiallyPlaceServicePolicyResponse(dict):
2680
+ """
2681
+ The name of the domain that should used for placement as per this policy.
2682
+ """
2683
+ def __init__(__self__, *,
2684
+ type: str):
2685
+ """
2686
+ The name of the domain that should used for placement as per this policy.
2687
+ :param str type: The type of placement policy for a service fabric service. Following are the possible values.
2688
+ Expected value is 'NonPartiallyPlaceService'.
2689
+ """
2690
+ pulumi.set(__self__, "type", 'NonPartiallyPlaceService')
2691
+
2692
+ @property
2693
+ @pulumi.getter
2694
+ def type(self) -> str:
2695
+ """
2696
+ The type of placement policy for a service fabric service. Following are the possible values.
2697
+ Expected value is 'NonPartiallyPlaceService'.
2698
+ """
2699
+ return pulumi.get(self, "type")
2700
+
2701
+
2702
+ @pulumi.output_type
2703
+ class ServicePlacementPreferPrimaryDomainPolicyResponse(dict):
2704
+ """
2705
+ Describes the policy to be used for placement of a Service Fabric service where the service's
2706
+ Primary replicas should optimally be placed in a particular domain.
2707
+
2708
+ This placement policy is usually used with fault domains in scenarios where the Service Fabric
2709
+ cluster is geographically distributed in order to indicate that a service's primary replica should
2710
+ be located in a particular fault domain, which in geo-distributed scenarios usually aligns with regional
2711
+ or datacenter boundaries. Note that since this is an optimization it is possible that the Primary replica
2712
+ may not end up located in this domain due to failures, capacity limits, or other constraints.
2713
+ """
2714
+ @staticmethod
2715
+ def __key_warning(key: str):
2716
+ suggest = None
2717
+ if key == "domainName":
2718
+ suggest = "domain_name"
2719
+
2720
+ if suggest:
2721
+ pulumi.log.warn(f"Key '{key}' not found in ServicePlacementPreferPrimaryDomainPolicyResponse. Access the value via the '{suggest}' property getter instead.")
2722
+
2723
+ def __getitem__(self, key: str) -> Any:
2724
+ ServicePlacementPreferPrimaryDomainPolicyResponse.__key_warning(key)
2725
+ return super().__getitem__(key)
2726
+
2727
+ def get(self, key: str, default = None) -> Any:
2728
+ ServicePlacementPreferPrimaryDomainPolicyResponse.__key_warning(key)
2729
+ return super().get(key, default)
2730
+
2731
+ def __init__(__self__, *,
2732
+ domain_name: str,
2733
+ type: str):
2734
+ """
2735
+ Describes the policy to be used for placement of a Service Fabric service where the service's
2736
+ Primary replicas should optimally be placed in a particular domain.
2737
+
2738
+ This placement policy is usually used with fault domains in scenarios where the Service Fabric
2739
+ cluster is geographically distributed in order to indicate that a service's primary replica should
2740
+ be located in a particular fault domain, which in geo-distributed scenarios usually aligns with regional
2741
+ or datacenter boundaries. Note that since this is an optimization it is possible that the Primary replica
2742
+ may not end up located in this domain due to failures, capacity limits, or other constraints.
2743
+
2744
+ :param str domain_name: The name of the domain that should used for placement as per this policy.
2745
+ :param str type: The type of placement policy for a service fabric service. Following are the possible values.
2746
+ Expected value is 'PreferredPrimaryDomain'.
2747
+ """
2748
+ pulumi.set(__self__, "domain_name", domain_name)
2749
+ pulumi.set(__self__, "type", 'PreferredPrimaryDomain')
2750
+
2751
+ @property
2752
+ @pulumi.getter(name="domainName")
2753
+ def domain_name(self) -> str:
2754
+ """
2755
+ The name of the domain that should used for placement as per this policy.
2756
+ """
2757
+ return pulumi.get(self, "domain_name")
2758
+
2759
+ @property
2760
+ @pulumi.getter
2761
+ def type(self) -> str:
2762
+ """
2763
+ The type of placement policy for a service fabric service. Following are the possible values.
2764
+ Expected value is 'PreferredPrimaryDomain'.
2765
+ """
2766
+ return pulumi.get(self, "type")
2767
+
2768
+
2769
+ @pulumi.output_type
2770
+ class ServicePlacementRequireDomainDistributionPolicyResponse(dict):
2771
+ """
2772
+ Describes the policy to be used for placement of a Service Fabric service where two replicas
2773
+ from the same partition should never be placed in the same fault or upgrade domain.
2774
+
2775
+ While this is not common it can expose the service to an increased risk of concurrent failures
2776
+ due to unplanned outages or other cases of subsequent/concurrent failures. As an example, consider
2777
+ a case where replicas are deployed across different data center, with one replica per location.
2778
+ In the event that one of the datacenters goes offline, normally the replica that was placed in that
2779
+ datacenter will be packed into one of the remaining datacenters. If this is not desirable then this
2780
+ policy should be set.
2781
+ """
2782
+ @staticmethod
2783
+ def __key_warning(key: str):
2784
+ suggest = None
2785
+ if key == "domainName":
2786
+ suggest = "domain_name"
2787
+
2788
+ if suggest:
2789
+ pulumi.log.warn(f"Key '{key}' not found in ServicePlacementRequireDomainDistributionPolicyResponse. Access the value via the '{suggest}' property getter instead.")
2790
+
2791
+ def __getitem__(self, key: str) -> Any:
2792
+ ServicePlacementRequireDomainDistributionPolicyResponse.__key_warning(key)
2793
+ return super().__getitem__(key)
2794
+
2795
+ def get(self, key: str, default = None) -> Any:
2796
+ ServicePlacementRequireDomainDistributionPolicyResponse.__key_warning(key)
2797
+ return super().get(key, default)
2798
+
2799
+ def __init__(__self__, *,
2800
+ domain_name: str,
2801
+ type: str):
2802
+ """
2803
+ Describes the policy to be used for placement of a Service Fabric service where two replicas
2804
+ from the same partition should never be placed in the same fault or upgrade domain.
2805
+
2806
+ While this is not common it can expose the service to an increased risk of concurrent failures
2807
+ due to unplanned outages or other cases of subsequent/concurrent failures. As an example, consider
2808
+ a case where replicas are deployed across different data center, with one replica per location.
2809
+ In the event that one of the datacenters goes offline, normally the replica that was placed in that
2810
+ datacenter will be packed into one of the remaining datacenters. If this is not desirable then this
2811
+ policy should be set.
2812
+
2813
+ :param str domain_name: The name of the domain that should used for placement as per this policy.
2814
+ :param str type: The type of placement policy for a service fabric service. Following are the possible values.
2815
+ Expected value is 'RequiredDomainDistribution'.
2816
+ """
2817
+ pulumi.set(__self__, "domain_name", domain_name)
2818
+ pulumi.set(__self__, "type", 'RequiredDomainDistribution')
2819
+
2820
+ @property
2821
+ @pulumi.getter(name="domainName")
2822
+ def domain_name(self) -> str:
2823
+ """
2824
+ The name of the domain that should used for placement as per this policy.
2825
+ """
2826
+ return pulumi.get(self, "domain_name")
2827
+
2828
+ @property
2829
+ @pulumi.getter
2830
+ def type(self) -> str:
2831
+ """
2832
+ The type of placement policy for a service fabric service. Following are the possible values.
2833
+ Expected value is 'RequiredDomainDistribution'.
2834
+ """
2835
+ return pulumi.get(self, "type")
2836
+
2837
+
2838
+ @pulumi.output_type
2839
+ class ServicePlacementRequiredDomainPolicyResponse(dict):
2840
+ """
2841
+ Describes the policy to be used for placement of a Service Fabric service where the instances or replicas of that service must be placed in a particular domain.
2842
+ """
2843
+ @staticmethod
2844
+ def __key_warning(key: str):
2845
+ suggest = None
2846
+ if key == "domainName":
2847
+ suggest = "domain_name"
2848
+
2849
+ if suggest:
2850
+ pulumi.log.warn(f"Key '{key}' not found in ServicePlacementRequiredDomainPolicyResponse. Access the value via the '{suggest}' property getter instead.")
2851
+
2852
+ def __getitem__(self, key: str) -> Any:
2853
+ ServicePlacementRequiredDomainPolicyResponse.__key_warning(key)
2854
+ return super().__getitem__(key)
2855
+
2856
+ def get(self, key: str, default = None) -> Any:
2857
+ ServicePlacementRequiredDomainPolicyResponse.__key_warning(key)
2858
+ return super().get(key, default)
2859
+
2860
+ def __init__(__self__, *,
2861
+ domain_name: str,
2862
+ type: str):
2863
+ """
2864
+ Describes the policy to be used for placement of a Service Fabric service where the instances or replicas of that service must be placed in a particular domain.
2865
+ :param str domain_name: The name of the domain that should used for placement as per this policy.
2866
+ :param str type: The type of placement policy for a service fabric service. Following are the possible values.
2867
+ Expected value is 'RequiredDomain'.
2868
+ """
2869
+ pulumi.set(__self__, "domain_name", domain_name)
2870
+ pulumi.set(__self__, "type", 'RequiredDomain')
2871
+
2872
+ @property
2873
+ @pulumi.getter(name="domainName")
2874
+ def domain_name(self) -> str:
2875
+ """
2876
+ The name of the domain that should used for placement as per this policy.
2877
+ """
2878
+ return pulumi.get(self, "domain_name")
2879
+
2880
+ @property
2881
+ @pulumi.getter
2882
+ def type(self) -> str:
2883
+ """
2884
+ The type of placement policy for a service fabric service. Following are the possible values.
2885
+ Expected value is 'RequiredDomain'.
2886
+ """
2887
+ return pulumi.get(self, "type")
2888
+
2889
+
2890
+ @pulumi.output_type
2891
+ class ServiceTypeHealthPolicyResponse(dict):
2892
+ """
2893
+ Represents the health policy used to evaluate the health of services belonging to a service type.
2894
+ """
2895
+ @staticmethod
2896
+ def __key_warning(key: str):
2897
+ suggest = None
2898
+ if key == "maxPercentUnhealthyPartitionsPerService":
2899
+ suggest = "max_percent_unhealthy_partitions_per_service"
2900
+ elif key == "maxPercentUnhealthyReplicasPerPartition":
2901
+ suggest = "max_percent_unhealthy_replicas_per_partition"
2902
+ elif key == "maxPercentUnhealthyServices":
2903
+ suggest = "max_percent_unhealthy_services"
2904
+
2905
+ if suggest:
2906
+ pulumi.log.warn(f"Key '{key}' not found in ServiceTypeHealthPolicyResponse. Access the value via the '{suggest}' property getter instead.")
2907
+
2908
+ def __getitem__(self, key: str) -> Any:
2909
+ ServiceTypeHealthPolicyResponse.__key_warning(key)
2910
+ return super().__getitem__(key)
2911
+
2912
+ def get(self, key: str, default = None) -> Any:
2913
+ ServiceTypeHealthPolicyResponse.__key_warning(key)
2914
+ return super().get(key, default)
2915
+
2916
+ def __init__(__self__, *,
2917
+ max_percent_unhealthy_partitions_per_service: int,
2918
+ max_percent_unhealthy_replicas_per_partition: int,
2919
+ max_percent_unhealthy_services: int):
2920
+ """
2921
+ Represents the health policy used to evaluate the health of services belonging to a service type.
2922
+
2923
+ :param int max_percent_unhealthy_partitions_per_service: The maximum allowed percentage of unhealthy partitions per service.
2924
+
2925
+ The percentage represents the maximum tolerated percentage of partitions that can be unhealthy before the service is considered in error.
2926
+ If the percentage is respected but there is at least one unhealthy partition, the health is evaluated as Warning.
2927
+ The percentage is calculated by dividing the number of unhealthy partitions over the total number of partitions in the service.
2928
+ The computation rounds up to tolerate one failure on small numbers of partitions.
2929
+ :param int max_percent_unhealthy_replicas_per_partition: The maximum allowed percentage of unhealthy replicas per partition.
2930
+
2931
+ The percentage represents the maximum tolerated percentage of replicas that can be unhealthy before the partition is considered in error.
2932
+ If the percentage is respected but there is at least one unhealthy replica, the health is evaluated as Warning.
2933
+ The percentage is calculated by dividing the number of unhealthy replicas over the total number of replicas in the partition.
2934
+ The computation rounds up to tolerate one failure on small numbers of replicas.
2935
+ :param int max_percent_unhealthy_services: The maximum allowed percentage of unhealthy services.
2936
+
2937
+ The percentage represents the maximum tolerated percentage of services that can be unhealthy before the application is considered in error.
2938
+ If the percentage is respected but there is at least one unhealthy service, the health is evaluated as Warning.
2939
+ This is calculated by dividing the number of unhealthy services of the specific service type over the total number of services of the specific service type.
2940
+ The computation rounds up to tolerate one failure on small numbers of services.
2941
+ """
2942
+ pulumi.set(__self__, "max_percent_unhealthy_partitions_per_service", max_percent_unhealthy_partitions_per_service)
2943
+ pulumi.set(__self__, "max_percent_unhealthy_replicas_per_partition", max_percent_unhealthy_replicas_per_partition)
2944
+ pulumi.set(__self__, "max_percent_unhealthy_services", max_percent_unhealthy_services)
2945
+
2946
+ @property
2947
+ @pulumi.getter(name="maxPercentUnhealthyPartitionsPerService")
2948
+ def max_percent_unhealthy_partitions_per_service(self) -> int:
2949
+ """
2950
+ The maximum allowed percentage of unhealthy partitions per service.
2951
+
2952
+ The percentage represents the maximum tolerated percentage of partitions that can be unhealthy before the service is considered in error.
2953
+ If the percentage is respected but there is at least one unhealthy partition, the health is evaluated as Warning.
2954
+ The percentage is calculated by dividing the number of unhealthy partitions over the total number of partitions in the service.
2955
+ The computation rounds up to tolerate one failure on small numbers of partitions.
2956
+ """
2957
+ return pulumi.get(self, "max_percent_unhealthy_partitions_per_service")
2958
+
2959
+ @property
2960
+ @pulumi.getter(name="maxPercentUnhealthyReplicasPerPartition")
2961
+ def max_percent_unhealthy_replicas_per_partition(self) -> int:
2962
+ """
2963
+ The maximum allowed percentage of unhealthy replicas per partition.
2964
+
2965
+ The percentage represents the maximum tolerated percentage of replicas that can be unhealthy before the partition is considered in error.
2966
+ If the percentage is respected but there is at least one unhealthy replica, the health is evaluated as Warning.
2967
+ The percentage is calculated by dividing the number of unhealthy replicas over the total number of replicas in the partition.
2968
+ The computation rounds up to tolerate one failure on small numbers of replicas.
2969
+ """
2970
+ return pulumi.get(self, "max_percent_unhealthy_replicas_per_partition")
2971
+
2972
+ @property
2973
+ @pulumi.getter(name="maxPercentUnhealthyServices")
2974
+ def max_percent_unhealthy_services(self) -> int:
2975
+ """
2976
+ The maximum allowed percentage of unhealthy services.
2977
+
2978
+ The percentage represents the maximum tolerated percentage of services that can be unhealthy before the application is considered in error.
2979
+ If the percentage is respected but there is at least one unhealthy service, the health is evaluated as Warning.
2980
+ This is calculated by dividing the number of unhealthy services of the specific service type over the total number of services of the specific service type.
2981
+ The computation rounds up to tolerate one failure on small numbers of services.
2982
+ """
2983
+ return pulumi.get(self, "max_percent_unhealthy_services")
2984
+
2985
+
2986
+ @pulumi.output_type
2987
+ class SettingsParameterDescriptionResponse(dict):
2988
+ """
2989
+ Describes a parameter in fabric settings of the cluster.
2990
+ """
2991
+ def __init__(__self__, *,
2992
+ name: str,
2993
+ value: str):
2994
+ """
2995
+ Describes a parameter in fabric settings of the cluster.
2996
+ :param str name: The parameter name of fabric setting.
2997
+ :param str value: The parameter value of fabric setting.
2998
+ """
2999
+ pulumi.set(__self__, "name", name)
3000
+ pulumi.set(__self__, "value", value)
3001
+
3002
+ @property
3003
+ @pulumi.getter
3004
+ def name(self) -> str:
3005
+ """
3006
+ The parameter name of fabric setting.
3007
+ """
3008
+ return pulumi.get(self, "name")
3009
+
3010
+ @property
3011
+ @pulumi.getter
3012
+ def value(self) -> str:
3013
+ """
3014
+ The parameter value of fabric setting.
3015
+ """
3016
+ return pulumi.get(self, "value")
3017
+
3018
+
3019
+ @pulumi.output_type
3020
+ class SettingsSectionDescriptionResponse(dict):
3021
+ """
3022
+ Describes a section in the fabric settings of the cluster.
3023
+ """
3024
+ def __init__(__self__, *,
3025
+ name: str,
3026
+ parameters: Sequence['outputs.SettingsParameterDescriptionResponse']):
3027
+ """
3028
+ Describes a section in the fabric settings of the cluster.
3029
+ :param str name: The section name of the fabric settings.
3030
+ :param Sequence['SettingsParameterDescriptionResponse'] parameters: The collection of parameters in the section.
3031
+ """
3032
+ pulumi.set(__self__, "name", name)
3033
+ pulumi.set(__self__, "parameters", parameters)
3034
+
3035
+ @property
3036
+ @pulumi.getter
3037
+ def name(self) -> str:
3038
+ """
3039
+ The section name of the fabric settings.
3040
+ """
3041
+ return pulumi.get(self, "name")
3042
+
3043
+ @property
3044
+ @pulumi.getter
3045
+ def parameters(self) -> Sequence['outputs.SettingsParameterDescriptionResponse']:
3046
+ """
3047
+ The collection of parameters in the section.
3048
+ """
3049
+ return pulumi.get(self, "parameters")
3050
+
3051
+
3052
+ @pulumi.output_type
3053
+ class SingletonPartitionSchemeResponse(dict):
3054
+ """
3055
+ Describes the partition scheme of a singleton-partitioned, or non-partitioned service.
3056
+ """
3057
+ @staticmethod
3058
+ def __key_warning(key: str):
3059
+ suggest = None
3060
+ if key == "partitionScheme":
3061
+ suggest = "partition_scheme"
3062
+
3063
+ if suggest:
3064
+ pulumi.log.warn(f"Key '{key}' not found in SingletonPartitionSchemeResponse. Access the value via the '{suggest}' property getter instead.")
3065
+
3066
+ def __getitem__(self, key: str) -> Any:
3067
+ SingletonPartitionSchemeResponse.__key_warning(key)
3068
+ return super().__getitem__(key)
3069
+
3070
+ def get(self, key: str, default = None) -> Any:
3071
+ SingletonPartitionSchemeResponse.__key_warning(key)
3072
+ return super().get(key, default)
3073
+
3074
+ def __init__(__self__, *,
3075
+ partition_scheme: str):
3076
+ """
3077
+ Describes the partition scheme of a singleton-partitioned, or non-partitioned service.
3078
+ :param str partition_scheme: Enumerates the ways that a service can be partitioned.
3079
+ Expected value is 'Singleton'.
3080
+ """
3081
+ pulumi.set(__self__, "partition_scheme", 'Singleton')
3082
+
3083
+ @property
3084
+ @pulumi.getter(name="partitionScheme")
3085
+ def partition_scheme(self) -> str:
3086
+ """
3087
+ Enumerates the ways that a service can be partitioned.
3088
+ Expected value is 'Singleton'.
3089
+ """
3090
+ return pulumi.get(self, "partition_scheme")
3091
+
3092
+
3093
+ @pulumi.output_type
3094
+ class SkuResponse(dict):
3095
+ """
3096
+ Service Fabric managed cluster Sku definition
3097
+ """
3098
+ def __init__(__self__, *,
3099
+ name: str):
3100
+ """
3101
+ Service Fabric managed cluster Sku definition
3102
+ :param str name: Sku Name.
3103
+ """
3104
+ pulumi.set(__self__, "name", name)
3105
+
3106
+ @property
3107
+ @pulumi.getter
3108
+ def name(self) -> str:
3109
+ """
3110
+ Sku Name.
3111
+ """
3112
+ return pulumi.get(self, "name")
3113
+
3114
+
3115
+ @pulumi.output_type
3116
+ class StatefulServicePropertiesResponse(dict):
3117
+ """
3118
+ The properties of a stateful service resource.
3119
+ """
3120
+ @staticmethod
3121
+ def __key_warning(key: str):
3122
+ suggest = None
3123
+ if key == "partitionDescription":
3124
+ suggest = "partition_description"
3125
+ elif key == "provisioningState":
3126
+ suggest = "provisioning_state"
3127
+ elif key == "serviceKind":
3128
+ suggest = "service_kind"
3129
+ elif key == "serviceTypeName":
3130
+ suggest = "service_type_name"
3131
+ elif key == "correlationScheme":
3132
+ suggest = "correlation_scheme"
3133
+ elif key == "defaultMoveCost":
3134
+ suggest = "default_move_cost"
3135
+ elif key == "hasPersistedState":
3136
+ suggest = "has_persisted_state"
3137
+ elif key == "minReplicaSetSize":
3138
+ suggest = "min_replica_set_size"
3139
+ elif key == "placementConstraints":
3140
+ suggest = "placement_constraints"
3141
+ elif key == "quorumLossWaitDuration":
3142
+ suggest = "quorum_loss_wait_duration"
3143
+ elif key == "replicaRestartWaitDuration":
3144
+ suggest = "replica_restart_wait_duration"
3145
+ elif key == "scalingPolicies":
3146
+ suggest = "scaling_policies"
3147
+ elif key == "serviceDnsName":
3148
+ suggest = "service_dns_name"
3149
+ elif key == "serviceLoadMetrics":
3150
+ suggest = "service_load_metrics"
3151
+ elif key == "servicePackageActivationMode":
3152
+ suggest = "service_package_activation_mode"
3153
+ elif key == "servicePlacementPolicies":
3154
+ suggest = "service_placement_policies"
3155
+ elif key == "servicePlacementTimeLimit":
3156
+ suggest = "service_placement_time_limit"
3157
+ elif key == "standByReplicaKeepDuration":
3158
+ suggest = "stand_by_replica_keep_duration"
3159
+ elif key == "targetReplicaSetSize":
3160
+ suggest = "target_replica_set_size"
3161
+
3162
+ if suggest:
3163
+ pulumi.log.warn(f"Key '{key}' not found in StatefulServicePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
3164
+
3165
+ def __getitem__(self, key: str) -> Any:
3166
+ StatefulServicePropertiesResponse.__key_warning(key)
3167
+ return super().__getitem__(key)
3168
+
3169
+ def get(self, key: str, default = None) -> Any:
3170
+ StatefulServicePropertiesResponse.__key_warning(key)
3171
+ return super().get(key, default)
3172
+
3173
+ def __init__(__self__, *,
3174
+ partition_description: Any,
3175
+ provisioning_state: str,
3176
+ service_kind: str,
3177
+ service_type_name: str,
3178
+ correlation_scheme: Optional[Sequence['outputs.ServiceCorrelationResponse']] = None,
3179
+ default_move_cost: Optional[str] = None,
3180
+ has_persisted_state: Optional[bool] = None,
3181
+ min_replica_set_size: Optional[int] = None,
3182
+ placement_constraints: Optional[str] = None,
3183
+ quorum_loss_wait_duration: Optional[str] = None,
3184
+ replica_restart_wait_duration: Optional[str] = None,
3185
+ scaling_policies: Optional[Sequence['outputs.ScalingPolicyResponse']] = None,
3186
+ service_dns_name: Optional[str] = None,
3187
+ service_load_metrics: Optional[Sequence['outputs.ServiceLoadMetricResponse']] = None,
3188
+ service_package_activation_mode: Optional[str] = None,
3189
+ service_placement_policies: Optional[Sequence[Any]] = None,
3190
+ service_placement_time_limit: Optional[str] = None,
3191
+ stand_by_replica_keep_duration: Optional[str] = None,
3192
+ target_replica_set_size: Optional[int] = None):
3193
+ """
3194
+ The properties of a stateful service resource.
3195
+ :param Union['NamedPartitionSchemeResponse', 'SingletonPartitionSchemeResponse', 'UniformInt64RangePartitionSchemeResponse'] partition_description: Describes how the service is partitioned.
3196
+ :param str provisioning_state: The current deployment or provisioning state, which only appears in the response
3197
+ :param str service_kind: The kind of service (Stateless or Stateful).
3198
+ Expected value is 'Stateful'.
3199
+ :param str service_type_name: The name of the service type
3200
+ :param Sequence['ServiceCorrelationResponse'] correlation_scheme: A list that describes the correlation of the service with other services.
3201
+ :param str default_move_cost: Specifies the move cost for the service.
3202
+ :param bool has_persisted_state: A flag indicating whether this is a persistent service which stores states on the local disk. If it is then the value of this property is true, if not it is false.
3203
+ :param int min_replica_set_size: The minimum replica set size as a number.
3204
+ :param str placement_constraints: The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".
3205
+ :param str quorum_loss_wait_duration: The maximum duration for which a partition is allowed to be in a state of quorum loss, represented in ISO 8601 format "hh:mm:ss".
3206
+ :param str replica_restart_wait_duration: The duration between when a replica goes down and when a new replica is created, represented in ISO 8601 format "hh:mm:ss".
3207
+ :param Sequence['ScalingPolicyResponse'] scaling_policies: Scaling policies for this service.
3208
+ :param str service_dns_name: Dns name used for the service. If this is specified, then the DNS name can be used to return the IP addresses of service endpoints for application layer protocols (e.g., HTTP).
3209
+ When updating serviceDnsName, old name may be temporarily resolvable. However, rely on new name.
3210
+ When removing serviceDnsName, removed name may temporarily be resolvable. Do not rely on the name being unresolvable.
3211
+ :param Sequence['ServiceLoadMetricResponse'] service_load_metrics: The service load metrics is given as an array of ServiceLoadMetric objects.
3212
+ :param str service_package_activation_mode: The activation Mode of the service package
3213
+ :param Sequence[Union['ServicePlacementInvalidDomainPolicyResponse', 'ServicePlacementNonPartiallyPlaceServicePolicyResponse', 'ServicePlacementPreferPrimaryDomainPolicyResponse', 'ServicePlacementRequireDomainDistributionPolicyResponse', 'ServicePlacementRequiredDomainPolicyResponse']] service_placement_policies: A list that describes the correlation of the service with other services.
3214
+ :param str service_placement_time_limit: The duration for which replicas can stay InBuild before reporting that build is stuck, represented in ISO 8601 format "hh:mm:ss".
3215
+ :param str stand_by_replica_keep_duration: The definition on how long StandBy replicas should be maintained before being removed, represented in ISO 8601 format "hh:mm:ss".
3216
+ :param int target_replica_set_size: The target replica set size as a number.
3217
+ """
3218
+ pulumi.set(__self__, "partition_description", partition_description)
3219
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
3220
+ pulumi.set(__self__, "service_kind", 'Stateful')
3221
+ pulumi.set(__self__, "service_type_name", service_type_name)
3222
+ if correlation_scheme is not None:
3223
+ pulumi.set(__self__, "correlation_scheme", correlation_scheme)
3224
+ if default_move_cost is not None:
3225
+ pulumi.set(__self__, "default_move_cost", default_move_cost)
3226
+ if has_persisted_state is not None:
3227
+ pulumi.set(__self__, "has_persisted_state", has_persisted_state)
3228
+ if min_replica_set_size is not None:
3229
+ pulumi.set(__self__, "min_replica_set_size", min_replica_set_size)
3230
+ if placement_constraints is not None:
3231
+ pulumi.set(__self__, "placement_constraints", placement_constraints)
3232
+ if quorum_loss_wait_duration is not None:
3233
+ pulumi.set(__self__, "quorum_loss_wait_duration", quorum_loss_wait_duration)
3234
+ if replica_restart_wait_duration is not None:
3235
+ pulumi.set(__self__, "replica_restart_wait_duration", replica_restart_wait_duration)
3236
+ if scaling_policies is not None:
3237
+ pulumi.set(__self__, "scaling_policies", scaling_policies)
3238
+ if service_dns_name is not None:
3239
+ pulumi.set(__self__, "service_dns_name", service_dns_name)
3240
+ if service_load_metrics is not None:
3241
+ pulumi.set(__self__, "service_load_metrics", service_load_metrics)
3242
+ if service_package_activation_mode is not None:
3243
+ pulumi.set(__self__, "service_package_activation_mode", service_package_activation_mode)
3244
+ if service_placement_policies is not None:
3245
+ pulumi.set(__self__, "service_placement_policies", service_placement_policies)
3246
+ if service_placement_time_limit is not None:
3247
+ pulumi.set(__self__, "service_placement_time_limit", service_placement_time_limit)
3248
+ if stand_by_replica_keep_duration is not None:
3249
+ pulumi.set(__self__, "stand_by_replica_keep_duration", stand_by_replica_keep_duration)
3250
+ if target_replica_set_size is not None:
3251
+ pulumi.set(__self__, "target_replica_set_size", target_replica_set_size)
3252
+
3253
+ @property
3254
+ @pulumi.getter(name="partitionDescription")
3255
+ def partition_description(self) -> Any:
3256
+ """
3257
+ Describes how the service is partitioned.
3258
+ """
3259
+ return pulumi.get(self, "partition_description")
3260
+
3261
+ @property
3262
+ @pulumi.getter(name="provisioningState")
3263
+ def provisioning_state(self) -> str:
3264
+ """
3265
+ The current deployment or provisioning state, which only appears in the response
3266
+ """
3267
+ return pulumi.get(self, "provisioning_state")
3268
+
3269
+ @property
3270
+ @pulumi.getter(name="serviceKind")
3271
+ def service_kind(self) -> str:
3272
+ """
3273
+ The kind of service (Stateless or Stateful).
3274
+ Expected value is 'Stateful'.
3275
+ """
3276
+ return pulumi.get(self, "service_kind")
3277
+
3278
+ @property
3279
+ @pulumi.getter(name="serviceTypeName")
3280
+ def service_type_name(self) -> str:
3281
+ """
3282
+ The name of the service type
3283
+ """
3284
+ return pulumi.get(self, "service_type_name")
3285
+
3286
+ @property
3287
+ @pulumi.getter(name="correlationScheme")
3288
+ def correlation_scheme(self) -> Optional[Sequence['outputs.ServiceCorrelationResponse']]:
3289
+ """
3290
+ A list that describes the correlation of the service with other services.
3291
+ """
3292
+ return pulumi.get(self, "correlation_scheme")
3293
+
3294
+ @property
3295
+ @pulumi.getter(name="defaultMoveCost")
3296
+ def default_move_cost(self) -> Optional[str]:
3297
+ """
3298
+ Specifies the move cost for the service.
3299
+ """
3300
+ return pulumi.get(self, "default_move_cost")
3301
+
3302
+ @property
3303
+ @pulumi.getter(name="hasPersistedState")
3304
+ def has_persisted_state(self) -> Optional[bool]:
3305
+ """
3306
+ A flag indicating whether this is a persistent service which stores states on the local disk. If it is then the value of this property is true, if not it is false.
3307
+ """
3308
+ return pulumi.get(self, "has_persisted_state")
3309
+
3310
+ @property
3311
+ @pulumi.getter(name="minReplicaSetSize")
3312
+ def min_replica_set_size(self) -> Optional[int]:
3313
+ """
3314
+ The minimum replica set size as a number.
3315
+ """
3316
+ return pulumi.get(self, "min_replica_set_size")
3317
+
3318
+ @property
3319
+ @pulumi.getter(name="placementConstraints")
3320
+ def placement_constraints(self) -> Optional[str]:
3321
+ """
3322
+ The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".
3323
+ """
3324
+ return pulumi.get(self, "placement_constraints")
3325
+
3326
+ @property
3327
+ @pulumi.getter(name="quorumLossWaitDuration")
3328
+ def quorum_loss_wait_duration(self) -> Optional[str]:
3329
+ """
3330
+ The maximum duration for which a partition is allowed to be in a state of quorum loss, represented in ISO 8601 format "hh:mm:ss".
3331
+ """
3332
+ return pulumi.get(self, "quorum_loss_wait_duration")
3333
+
3334
+ @property
3335
+ @pulumi.getter(name="replicaRestartWaitDuration")
3336
+ def replica_restart_wait_duration(self) -> Optional[str]:
3337
+ """
3338
+ The duration between when a replica goes down and when a new replica is created, represented in ISO 8601 format "hh:mm:ss".
3339
+ """
3340
+ return pulumi.get(self, "replica_restart_wait_duration")
3341
+
3342
+ @property
3343
+ @pulumi.getter(name="scalingPolicies")
3344
+ def scaling_policies(self) -> Optional[Sequence['outputs.ScalingPolicyResponse']]:
3345
+ """
3346
+ Scaling policies for this service.
3347
+ """
3348
+ return pulumi.get(self, "scaling_policies")
3349
+
3350
+ @property
3351
+ @pulumi.getter(name="serviceDnsName")
3352
+ def service_dns_name(self) -> Optional[str]:
3353
+ """
3354
+ Dns name used for the service. If this is specified, then the DNS name can be used to return the IP addresses of service endpoints for application layer protocols (e.g., HTTP).
3355
+ When updating serviceDnsName, old name may be temporarily resolvable. However, rely on new name.
3356
+ When removing serviceDnsName, removed name may temporarily be resolvable. Do not rely on the name being unresolvable.
3357
+ """
3358
+ return pulumi.get(self, "service_dns_name")
3359
+
3360
+ @property
3361
+ @pulumi.getter(name="serviceLoadMetrics")
3362
+ def service_load_metrics(self) -> Optional[Sequence['outputs.ServiceLoadMetricResponse']]:
3363
+ """
3364
+ The service load metrics is given as an array of ServiceLoadMetric objects.
3365
+ """
3366
+ return pulumi.get(self, "service_load_metrics")
3367
+
3368
+ @property
3369
+ @pulumi.getter(name="servicePackageActivationMode")
3370
+ def service_package_activation_mode(self) -> Optional[str]:
3371
+ """
3372
+ The activation Mode of the service package
3373
+ """
3374
+ return pulumi.get(self, "service_package_activation_mode")
3375
+
3376
+ @property
3377
+ @pulumi.getter(name="servicePlacementPolicies")
3378
+ def service_placement_policies(self) -> Optional[Sequence[Any]]:
3379
+ """
3380
+ A list that describes the correlation of the service with other services.
3381
+ """
3382
+ return pulumi.get(self, "service_placement_policies")
3383
+
3384
+ @property
3385
+ @pulumi.getter(name="servicePlacementTimeLimit")
3386
+ def service_placement_time_limit(self) -> Optional[str]:
3387
+ """
3388
+ The duration for which replicas can stay InBuild before reporting that build is stuck, represented in ISO 8601 format "hh:mm:ss".
3389
+ """
3390
+ return pulumi.get(self, "service_placement_time_limit")
3391
+
3392
+ @property
3393
+ @pulumi.getter(name="standByReplicaKeepDuration")
3394
+ def stand_by_replica_keep_duration(self) -> Optional[str]:
3395
+ """
3396
+ The definition on how long StandBy replicas should be maintained before being removed, represented in ISO 8601 format "hh:mm:ss".
3397
+ """
3398
+ return pulumi.get(self, "stand_by_replica_keep_duration")
3399
+
3400
+ @property
3401
+ @pulumi.getter(name="targetReplicaSetSize")
3402
+ def target_replica_set_size(self) -> Optional[int]:
3403
+ """
3404
+ The target replica set size as a number.
3405
+ """
3406
+ return pulumi.get(self, "target_replica_set_size")
3407
+
3408
+
3409
+ @pulumi.output_type
3410
+ class StatelessServicePropertiesResponse(dict):
3411
+ """
3412
+ The properties of a stateless service resource.
3413
+ """
3414
+ @staticmethod
3415
+ def __key_warning(key: str):
3416
+ suggest = None
3417
+ if key == "instanceCount":
3418
+ suggest = "instance_count"
3419
+ elif key == "partitionDescription":
3420
+ suggest = "partition_description"
3421
+ elif key == "provisioningState":
3422
+ suggest = "provisioning_state"
3423
+ elif key == "serviceKind":
3424
+ suggest = "service_kind"
3425
+ elif key == "serviceTypeName":
3426
+ suggest = "service_type_name"
3427
+ elif key == "correlationScheme":
3428
+ suggest = "correlation_scheme"
3429
+ elif key == "defaultMoveCost":
3430
+ suggest = "default_move_cost"
3431
+ elif key == "minInstanceCount":
3432
+ suggest = "min_instance_count"
3433
+ elif key == "minInstancePercentage":
3434
+ suggest = "min_instance_percentage"
3435
+ elif key == "placementConstraints":
3436
+ suggest = "placement_constraints"
3437
+ elif key == "scalingPolicies":
3438
+ suggest = "scaling_policies"
3439
+ elif key == "serviceDnsName":
3440
+ suggest = "service_dns_name"
3441
+ elif key == "serviceLoadMetrics":
3442
+ suggest = "service_load_metrics"
3443
+ elif key == "servicePackageActivationMode":
3444
+ suggest = "service_package_activation_mode"
3445
+ elif key == "servicePlacementPolicies":
3446
+ suggest = "service_placement_policies"
3447
+
3448
+ if suggest:
3449
+ pulumi.log.warn(f"Key '{key}' not found in StatelessServicePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
3450
+
3451
+ def __getitem__(self, key: str) -> Any:
3452
+ StatelessServicePropertiesResponse.__key_warning(key)
3453
+ return super().__getitem__(key)
3454
+
3455
+ def get(self, key: str, default = None) -> Any:
3456
+ StatelessServicePropertiesResponse.__key_warning(key)
3457
+ return super().get(key, default)
3458
+
3459
+ def __init__(__self__, *,
3460
+ instance_count: int,
3461
+ partition_description: Any,
3462
+ provisioning_state: str,
3463
+ service_kind: str,
3464
+ service_type_name: str,
3465
+ correlation_scheme: Optional[Sequence['outputs.ServiceCorrelationResponse']] = None,
3466
+ default_move_cost: Optional[str] = None,
3467
+ min_instance_count: Optional[int] = None,
3468
+ min_instance_percentage: Optional[int] = None,
3469
+ placement_constraints: Optional[str] = None,
3470
+ scaling_policies: Optional[Sequence['outputs.ScalingPolicyResponse']] = None,
3471
+ service_dns_name: Optional[str] = None,
3472
+ service_load_metrics: Optional[Sequence['outputs.ServiceLoadMetricResponse']] = None,
3473
+ service_package_activation_mode: Optional[str] = None,
3474
+ service_placement_policies: Optional[Sequence[Any]] = None):
3475
+ """
3476
+ The properties of a stateless service resource.
3477
+ :param int instance_count: The instance count.
3478
+ :param Union['NamedPartitionSchemeResponse', 'SingletonPartitionSchemeResponse', 'UniformInt64RangePartitionSchemeResponse'] partition_description: Describes how the service is partitioned.
3479
+ :param str provisioning_state: The current deployment or provisioning state, which only appears in the response
3480
+ :param str service_kind: The kind of service (Stateless or Stateful).
3481
+ Expected value is 'Stateless'.
3482
+ :param str service_type_name: The name of the service type
3483
+ :param Sequence['ServiceCorrelationResponse'] correlation_scheme: A list that describes the correlation of the service with other services.
3484
+ :param str default_move_cost: Specifies the move cost for the service.
3485
+ :param int min_instance_count: MinInstanceCount is the minimum number of instances that must be up to meet the EnsureAvailability safety check during operations like upgrade or deactivate node. The actual number that is used is max( MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ). Note, if InstanceCount is set to -1, during MinInstanceCount computation -1 is first converted into the number of nodes on which the instances are allowed to be placed according to the placement constraints on the service.
3486
+ :param int min_instance_percentage: MinInstancePercentage is the minimum percentage of InstanceCount that must be up to meet the EnsureAvailability safety check during operations like upgrade or deactivate node. The actual number that is used is max( MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ). Note, if InstanceCount is set to -1, during MinInstancePercentage computation, -1 is first converted into the number of nodes on which the instances are allowed to be placed according to the placement constraints on the service.
3487
+ :param str placement_constraints: The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".
3488
+ :param Sequence['ScalingPolicyResponse'] scaling_policies: Scaling policies for this service.
3489
+ :param str service_dns_name: Dns name used for the service. If this is specified, then the DNS name can be used to return the IP addresses of service endpoints for application layer protocols (e.g., HTTP).
3490
+ When updating serviceDnsName, old name may be temporarily resolvable. However, rely on new name.
3491
+ When removing serviceDnsName, removed name may temporarily be resolvable. Do not rely on the name being unresolvable.
3492
+ :param Sequence['ServiceLoadMetricResponse'] service_load_metrics: The service load metrics is given as an array of ServiceLoadMetric objects.
3493
+ :param str service_package_activation_mode: The activation Mode of the service package
3494
+ :param Sequence[Union['ServicePlacementInvalidDomainPolicyResponse', 'ServicePlacementNonPartiallyPlaceServicePolicyResponse', 'ServicePlacementPreferPrimaryDomainPolicyResponse', 'ServicePlacementRequireDomainDistributionPolicyResponse', 'ServicePlacementRequiredDomainPolicyResponse']] service_placement_policies: A list that describes the correlation of the service with other services.
3495
+ """
3496
+ pulumi.set(__self__, "instance_count", instance_count)
3497
+ pulumi.set(__self__, "partition_description", partition_description)
3498
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
3499
+ pulumi.set(__self__, "service_kind", 'Stateless')
3500
+ pulumi.set(__self__, "service_type_name", service_type_name)
3501
+ if correlation_scheme is not None:
3502
+ pulumi.set(__self__, "correlation_scheme", correlation_scheme)
3503
+ if default_move_cost is not None:
3504
+ pulumi.set(__self__, "default_move_cost", default_move_cost)
3505
+ if min_instance_count is not None:
3506
+ pulumi.set(__self__, "min_instance_count", min_instance_count)
3507
+ if min_instance_percentage is not None:
3508
+ pulumi.set(__self__, "min_instance_percentage", min_instance_percentage)
3509
+ if placement_constraints is not None:
3510
+ pulumi.set(__self__, "placement_constraints", placement_constraints)
3511
+ if scaling_policies is not None:
3512
+ pulumi.set(__self__, "scaling_policies", scaling_policies)
3513
+ if service_dns_name is not None:
3514
+ pulumi.set(__self__, "service_dns_name", service_dns_name)
3515
+ if service_load_metrics is not None:
3516
+ pulumi.set(__self__, "service_load_metrics", service_load_metrics)
3517
+ if service_package_activation_mode is not None:
3518
+ pulumi.set(__self__, "service_package_activation_mode", service_package_activation_mode)
3519
+ if service_placement_policies is not None:
3520
+ pulumi.set(__self__, "service_placement_policies", service_placement_policies)
3521
+
3522
+ @property
3523
+ @pulumi.getter(name="instanceCount")
3524
+ def instance_count(self) -> int:
3525
+ """
3526
+ The instance count.
3527
+ """
3528
+ return pulumi.get(self, "instance_count")
3529
+
3530
+ @property
3531
+ @pulumi.getter(name="partitionDescription")
3532
+ def partition_description(self) -> Any:
3533
+ """
3534
+ Describes how the service is partitioned.
3535
+ """
3536
+ return pulumi.get(self, "partition_description")
3537
+
3538
+ @property
3539
+ @pulumi.getter(name="provisioningState")
3540
+ def provisioning_state(self) -> str:
3541
+ """
3542
+ The current deployment or provisioning state, which only appears in the response
3543
+ """
3544
+ return pulumi.get(self, "provisioning_state")
3545
+
3546
+ @property
3547
+ @pulumi.getter(name="serviceKind")
3548
+ def service_kind(self) -> str:
3549
+ """
3550
+ The kind of service (Stateless or Stateful).
3551
+ Expected value is 'Stateless'.
3552
+ """
3553
+ return pulumi.get(self, "service_kind")
3554
+
3555
+ @property
3556
+ @pulumi.getter(name="serviceTypeName")
3557
+ def service_type_name(self) -> str:
3558
+ """
3559
+ The name of the service type
3560
+ """
3561
+ return pulumi.get(self, "service_type_name")
3562
+
3563
+ @property
3564
+ @pulumi.getter(name="correlationScheme")
3565
+ def correlation_scheme(self) -> Optional[Sequence['outputs.ServiceCorrelationResponse']]:
3566
+ """
3567
+ A list that describes the correlation of the service with other services.
3568
+ """
3569
+ return pulumi.get(self, "correlation_scheme")
3570
+
3571
+ @property
3572
+ @pulumi.getter(name="defaultMoveCost")
3573
+ def default_move_cost(self) -> Optional[str]:
3574
+ """
3575
+ Specifies the move cost for the service.
3576
+ """
3577
+ return pulumi.get(self, "default_move_cost")
3578
+
3579
+ @property
3580
+ @pulumi.getter(name="minInstanceCount")
3581
+ def min_instance_count(self) -> Optional[int]:
3582
+ """
3583
+ MinInstanceCount is the minimum number of instances that must be up to meet the EnsureAvailability safety check during operations like upgrade or deactivate node. The actual number that is used is max( MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ). Note, if InstanceCount is set to -1, during MinInstanceCount computation -1 is first converted into the number of nodes on which the instances are allowed to be placed according to the placement constraints on the service.
3584
+ """
3585
+ return pulumi.get(self, "min_instance_count")
3586
+
3587
+ @property
3588
+ @pulumi.getter(name="minInstancePercentage")
3589
+ def min_instance_percentage(self) -> Optional[int]:
3590
+ """
3591
+ MinInstancePercentage is the minimum percentage of InstanceCount that must be up to meet the EnsureAvailability safety check during operations like upgrade or deactivate node. The actual number that is used is max( MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ). Note, if InstanceCount is set to -1, during MinInstancePercentage computation, -1 is first converted into the number of nodes on which the instances are allowed to be placed according to the placement constraints on the service.
3592
+ """
3593
+ return pulumi.get(self, "min_instance_percentage")
3594
+
3595
+ @property
3596
+ @pulumi.getter(name="placementConstraints")
3597
+ def placement_constraints(self) -> Optional[str]:
3598
+ """
3599
+ The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".
3600
+ """
3601
+ return pulumi.get(self, "placement_constraints")
3602
+
3603
+ @property
3604
+ @pulumi.getter(name="scalingPolicies")
3605
+ def scaling_policies(self) -> Optional[Sequence['outputs.ScalingPolicyResponse']]:
3606
+ """
3607
+ Scaling policies for this service.
3608
+ """
3609
+ return pulumi.get(self, "scaling_policies")
3610
+
3611
+ @property
3612
+ @pulumi.getter(name="serviceDnsName")
3613
+ def service_dns_name(self) -> Optional[str]:
3614
+ """
3615
+ Dns name used for the service. If this is specified, then the DNS name can be used to return the IP addresses of service endpoints for application layer protocols (e.g., HTTP).
3616
+ When updating serviceDnsName, old name may be temporarily resolvable. However, rely on new name.
3617
+ When removing serviceDnsName, removed name may temporarily be resolvable. Do not rely on the name being unresolvable.
3618
+ """
3619
+ return pulumi.get(self, "service_dns_name")
3620
+
3621
+ @property
3622
+ @pulumi.getter(name="serviceLoadMetrics")
3623
+ def service_load_metrics(self) -> Optional[Sequence['outputs.ServiceLoadMetricResponse']]:
3624
+ """
3625
+ The service load metrics is given as an array of ServiceLoadMetric objects.
3626
+ """
3627
+ return pulumi.get(self, "service_load_metrics")
3628
+
3629
+ @property
3630
+ @pulumi.getter(name="servicePackageActivationMode")
3631
+ def service_package_activation_mode(self) -> Optional[str]:
3632
+ """
3633
+ The activation Mode of the service package
3634
+ """
3635
+ return pulumi.get(self, "service_package_activation_mode")
3636
+
3637
+ @property
3638
+ @pulumi.getter(name="servicePlacementPolicies")
3639
+ def service_placement_policies(self) -> Optional[Sequence[Any]]:
3640
+ """
3641
+ A list that describes the correlation of the service with other services.
3642
+ """
3643
+ return pulumi.get(self, "service_placement_policies")
3644
+
3645
+
3646
+ @pulumi.output_type
3647
+ class SubResourceResponse(dict):
3648
+ """
3649
+ Azure resource identifier.
3650
+ """
3651
+ def __init__(__self__, *,
3652
+ id: Optional[str] = None):
3653
+ """
3654
+ Azure resource identifier.
3655
+ :param str id: Azure resource identifier.
3656
+ """
3657
+ if id is not None:
3658
+ pulumi.set(__self__, "id", id)
3659
+
3660
+ @property
3661
+ @pulumi.getter
3662
+ def id(self) -> Optional[str]:
3663
+ """
3664
+ Azure resource identifier.
3665
+ """
3666
+ return pulumi.get(self, "id")
3667
+
3668
+
3669
+ @pulumi.output_type
3670
+ class SubnetResponse(dict):
3671
+ """
3672
+ Describes a Subnet.
3673
+ """
3674
+ @staticmethod
3675
+ def __key_warning(key: str):
3676
+ suggest = None
3677
+ if key == "enableIpv6":
3678
+ suggest = "enable_ipv6"
3679
+ elif key == "networkSecurityGroupId":
3680
+ suggest = "network_security_group_id"
3681
+ elif key == "privateEndpointNetworkPolicies":
3682
+ suggest = "private_endpoint_network_policies"
3683
+ elif key == "privateLinkServiceNetworkPolicies":
3684
+ suggest = "private_link_service_network_policies"
3685
+
3686
+ if suggest:
3687
+ pulumi.log.warn(f"Key '{key}' not found in SubnetResponse. Access the value via the '{suggest}' property getter instead.")
3688
+
3689
+ def __getitem__(self, key: str) -> Any:
3690
+ SubnetResponse.__key_warning(key)
3691
+ return super().__getitem__(key)
3692
+
3693
+ def get(self, key: str, default = None) -> Any:
3694
+ SubnetResponse.__key_warning(key)
3695
+ return super().get(key, default)
3696
+
3697
+ def __init__(__self__, *,
3698
+ name: str,
3699
+ enable_ipv6: Optional[bool] = None,
3700
+ network_security_group_id: Optional[str] = None,
3701
+ private_endpoint_network_policies: Optional[str] = None,
3702
+ private_link_service_network_policies: Optional[str] = None):
3703
+ """
3704
+ Describes a Subnet.
3705
+ :param str name: Subnet name.
3706
+ :param bool enable_ipv6: Indicates wether to enable Ipv6 or not. If not provided, it will take the same configuration as the cluster.
3707
+ :param str network_security_group_id: Full resource id for the network security group.
3708
+ :param str private_endpoint_network_policies: Enable or Disable apply network policies on private end point in the subnet.
3709
+ :param str private_link_service_network_policies: Enable or Disable apply network policies on private link service in the subnet.
3710
+ """
3711
+ pulumi.set(__self__, "name", name)
3712
+ if enable_ipv6 is not None:
3713
+ pulumi.set(__self__, "enable_ipv6", enable_ipv6)
3714
+ if network_security_group_id is not None:
3715
+ pulumi.set(__self__, "network_security_group_id", network_security_group_id)
3716
+ if private_endpoint_network_policies is not None:
3717
+ pulumi.set(__self__, "private_endpoint_network_policies", private_endpoint_network_policies)
3718
+ if private_link_service_network_policies is not None:
3719
+ pulumi.set(__self__, "private_link_service_network_policies", private_link_service_network_policies)
3720
+
3721
+ @property
3722
+ @pulumi.getter
3723
+ def name(self) -> str:
3724
+ """
3725
+ Subnet name.
3726
+ """
3727
+ return pulumi.get(self, "name")
3728
+
3729
+ @property
3730
+ @pulumi.getter(name="enableIpv6")
3731
+ def enable_ipv6(self) -> Optional[bool]:
3732
+ """
3733
+ Indicates wether to enable Ipv6 or not. If not provided, it will take the same configuration as the cluster.
3734
+ """
3735
+ return pulumi.get(self, "enable_ipv6")
3736
+
3737
+ @property
3738
+ @pulumi.getter(name="networkSecurityGroupId")
3739
+ def network_security_group_id(self) -> Optional[str]:
3740
+ """
3741
+ Full resource id for the network security group.
3742
+ """
3743
+ return pulumi.get(self, "network_security_group_id")
3744
+
3745
+ @property
3746
+ @pulumi.getter(name="privateEndpointNetworkPolicies")
3747
+ def private_endpoint_network_policies(self) -> Optional[str]:
3748
+ """
3749
+ Enable or Disable apply network policies on private end point in the subnet.
3750
+ """
3751
+ return pulumi.get(self, "private_endpoint_network_policies")
3752
+
3753
+ @property
3754
+ @pulumi.getter(name="privateLinkServiceNetworkPolicies")
3755
+ def private_link_service_network_policies(self) -> Optional[str]:
3756
+ """
3757
+ Enable or Disable apply network policies on private link service in the subnet.
3758
+ """
3759
+ return pulumi.get(self, "private_link_service_network_policies")
3760
+
3761
+
3762
+ @pulumi.output_type
3763
+ class SystemDataResponse(dict):
3764
+ """
3765
+ Metadata pertaining to creation and last modification of the resource.
3766
+ """
3767
+ @staticmethod
3768
+ def __key_warning(key: str):
3769
+ suggest = None
3770
+ if key == "createdAt":
3771
+ suggest = "created_at"
3772
+ elif key == "createdBy":
3773
+ suggest = "created_by"
3774
+ elif key == "createdByType":
3775
+ suggest = "created_by_type"
3776
+ elif key == "lastModifiedAt":
3777
+ suggest = "last_modified_at"
3778
+ elif key == "lastModifiedBy":
3779
+ suggest = "last_modified_by"
3780
+ elif key == "lastModifiedByType":
3781
+ suggest = "last_modified_by_type"
3782
+
3783
+ if suggest:
3784
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
3785
+
3786
+ def __getitem__(self, key: str) -> Any:
3787
+ SystemDataResponse.__key_warning(key)
3788
+ return super().__getitem__(key)
3789
+
3790
+ def get(self, key: str, default = None) -> Any:
3791
+ SystemDataResponse.__key_warning(key)
3792
+ return super().get(key, default)
3793
+
3794
+ def __init__(__self__, *,
3795
+ created_at: Optional[str] = None,
3796
+ created_by: Optional[str] = None,
3797
+ created_by_type: Optional[str] = None,
3798
+ last_modified_at: Optional[str] = None,
3799
+ last_modified_by: Optional[str] = None,
3800
+ last_modified_by_type: Optional[str] = None):
3801
+ """
3802
+ Metadata pertaining to creation and last modification of the resource.
3803
+ :param str created_at: The timestamp of resource creation (UTC).
3804
+ :param str created_by: The identity that created the resource.
3805
+ :param str created_by_type: The type of identity that created the resource.
3806
+ :param str last_modified_at: The timestamp of resource last modification (UTC).
3807
+ :param str last_modified_by: The identity that last modified the resource.
3808
+ :param str last_modified_by_type: The type of identity that last modified the resource.
3809
+ """
3810
+ if created_at is not None:
3811
+ pulumi.set(__self__, "created_at", created_at)
3812
+ if created_by is not None:
3813
+ pulumi.set(__self__, "created_by", created_by)
3814
+ if created_by_type is not None:
3815
+ pulumi.set(__self__, "created_by_type", created_by_type)
3816
+ if last_modified_at is not None:
3817
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
3818
+ if last_modified_by is not None:
3819
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
3820
+ if last_modified_by_type is not None:
3821
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
3822
+
3823
+ @property
3824
+ @pulumi.getter(name="createdAt")
3825
+ def created_at(self) -> Optional[str]:
3826
+ """
3827
+ The timestamp of resource creation (UTC).
3828
+ """
3829
+ return pulumi.get(self, "created_at")
3830
+
3831
+ @property
3832
+ @pulumi.getter(name="createdBy")
3833
+ def created_by(self) -> Optional[str]:
3834
+ """
3835
+ The identity that created the resource.
3836
+ """
3837
+ return pulumi.get(self, "created_by")
3838
+
3839
+ @property
3840
+ @pulumi.getter(name="createdByType")
3841
+ def created_by_type(self) -> Optional[str]:
3842
+ """
3843
+ The type of identity that created the resource.
3844
+ """
3845
+ return pulumi.get(self, "created_by_type")
3846
+
3847
+ @property
3848
+ @pulumi.getter(name="lastModifiedAt")
3849
+ def last_modified_at(self) -> Optional[str]:
3850
+ """
3851
+ The timestamp of resource last modification (UTC).
3852
+ """
3853
+ return pulumi.get(self, "last_modified_at")
3854
+
3855
+ @property
3856
+ @pulumi.getter(name="lastModifiedBy")
3857
+ def last_modified_by(self) -> Optional[str]:
3858
+ """
3859
+ The identity that last modified the resource.
3860
+ """
3861
+ return pulumi.get(self, "last_modified_by")
3862
+
3863
+ @property
3864
+ @pulumi.getter(name="lastModifiedByType")
3865
+ def last_modified_by_type(self) -> Optional[str]:
3866
+ """
3867
+ The type of identity that last modified the resource.
3868
+ """
3869
+ return pulumi.get(self, "last_modified_by_type")
3870
+
3871
+
3872
+ @pulumi.output_type
3873
+ class UniformInt64RangePartitionSchemeResponse(dict):
3874
+ """
3875
+ Describes a partitioning scheme where an integer range is allocated evenly across a number of partitions.
3876
+ """
3877
+ @staticmethod
3878
+ def __key_warning(key: str):
3879
+ suggest = None
3880
+ if key == "highKey":
3881
+ suggest = "high_key"
3882
+ elif key == "lowKey":
3883
+ suggest = "low_key"
3884
+ elif key == "partitionScheme":
3885
+ suggest = "partition_scheme"
3886
+
3887
+ if suggest:
3888
+ pulumi.log.warn(f"Key '{key}' not found in UniformInt64RangePartitionSchemeResponse. Access the value via the '{suggest}' property getter instead.")
3889
+
3890
+ def __getitem__(self, key: str) -> Any:
3891
+ UniformInt64RangePartitionSchemeResponse.__key_warning(key)
3892
+ return super().__getitem__(key)
3893
+
3894
+ def get(self, key: str, default = None) -> Any:
3895
+ UniformInt64RangePartitionSchemeResponse.__key_warning(key)
3896
+ return super().get(key, default)
3897
+
3898
+ def __init__(__self__, *,
3899
+ count: int,
3900
+ high_key: float,
3901
+ low_key: float,
3902
+ partition_scheme: str):
3903
+ """
3904
+ Describes a partitioning scheme where an integer range is allocated evenly across a number of partitions.
3905
+ :param int count: The number of partitions.
3906
+ :param float high_key: The upper bound of the partition key range that
3907
+ should be split between the partition ‘Count’
3908
+ :param float low_key: The lower bound of the partition key range that
3909
+ should be split between the partition ‘Count’
3910
+ :param str partition_scheme: Enumerates the ways that a service can be partitioned.
3911
+ Expected value is 'UniformInt64Range'.
3912
+ """
3913
+ pulumi.set(__self__, "count", count)
3914
+ pulumi.set(__self__, "high_key", high_key)
3915
+ pulumi.set(__self__, "low_key", low_key)
3916
+ pulumi.set(__self__, "partition_scheme", 'UniformInt64Range')
3917
+
3918
+ @property
3919
+ @pulumi.getter
3920
+ def count(self) -> int:
3921
+ """
3922
+ The number of partitions.
3923
+ """
3924
+ return pulumi.get(self, "count")
3925
+
3926
+ @property
3927
+ @pulumi.getter(name="highKey")
3928
+ def high_key(self) -> float:
3929
+ """
3930
+ The upper bound of the partition key range that
3931
+ should be split between the partition ‘Count’
3932
+ """
3933
+ return pulumi.get(self, "high_key")
3934
+
3935
+ @property
3936
+ @pulumi.getter(name="lowKey")
3937
+ def low_key(self) -> float:
3938
+ """
3939
+ The lower bound of the partition key range that
3940
+ should be split between the partition ‘Count’
3941
+ """
3942
+ return pulumi.get(self, "low_key")
3943
+
3944
+ @property
3945
+ @pulumi.getter(name="partitionScheme")
3946
+ def partition_scheme(self) -> str:
3947
+ """
3948
+ Enumerates the ways that a service can be partitioned.
3949
+ Expected value is 'UniformInt64Range'.
3950
+ """
3951
+ return pulumi.get(self, "partition_scheme")
3952
+
3953
+
3954
+ @pulumi.output_type
3955
+ class UserAssignedIdentityResponse(dict):
3956
+ @staticmethod
3957
+ def __key_warning(key: str):
3958
+ suggest = None
3959
+ if key == "clientId":
3960
+ suggest = "client_id"
3961
+ elif key == "principalId":
3962
+ suggest = "principal_id"
3963
+
3964
+ if suggest:
3965
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
3966
+
3967
+ def __getitem__(self, key: str) -> Any:
3968
+ UserAssignedIdentityResponse.__key_warning(key)
3969
+ return super().__getitem__(key)
3970
+
3971
+ def get(self, key: str, default = None) -> Any:
3972
+ UserAssignedIdentityResponse.__key_warning(key)
3973
+ return super().get(key, default)
3974
+
3975
+ def __init__(__self__, *,
3976
+ client_id: str,
3977
+ principal_id: str):
3978
+ """
3979
+ :param str client_id: The client id of user assigned identity.
3980
+ :param str principal_id: The principal id of user assigned identity.
3981
+ """
3982
+ pulumi.set(__self__, "client_id", client_id)
3983
+ pulumi.set(__self__, "principal_id", principal_id)
3984
+
3985
+ @property
3986
+ @pulumi.getter(name="clientId")
3987
+ def client_id(self) -> str:
3988
+ """
3989
+ The client id of user assigned identity.
3990
+ """
3991
+ return pulumi.get(self, "client_id")
3992
+
3993
+ @property
3994
+ @pulumi.getter(name="principalId")
3995
+ def principal_id(self) -> str:
3996
+ """
3997
+ The principal id of user assigned identity.
3998
+ """
3999
+ return pulumi.get(self, "principal_id")
4000
+
4001
+
4002
+ @pulumi.output_type
4003
+ class VMSSExtensionResponse(dict):
4004
+ """
4005
+ Specifies set of extensions that should be installed onto the virtual machines.
4006
+ """
4007
+ @staticmethod
4008
+ def __key_warning(key: str):
4009
+ suggest = None
4010
+ if key == "provisioningState":
4011
+ suggest = "provisioning_state"
4012
+ elif key == "typeHandlerVersion":
4013
+ suggest = "type_handler_version"
4014
+ elif key == "autoUpgradeMinorVersion":
4015
+ suggest = "auto_upgrade_minor_version"
4016
+ elif key == "enableAutomaticUpgrade":
4017
+ suggest = "enable_automatic_upgrade"
4018
+ elif key == "forceUpdateTag":
4019
+ suggest = "force_update_tag"
4020
+ elif key == "protectedSettings":
4021
+ suggest = "protected_settings"
4022
+ elif key == "provisionAfterExtensions":
4023
+ suggest = "provision_after_extensions"
4024
+ elif key == "setupOrder":
4025
+ suggest = "setup_order"
4026
+
4027
+ if suggest:
4028
+ pulumi.log.warn(f"Key '{key}' not found in VMSSExtensionResponse. Access the value via the '{suggest}' property getter instead.")
4029
+
4030
+ def __getitem__(self, key: str) -> Any:
4031
+ VMSSExtensionResponse.__key_warning(key)
4032
+ return super().__getitem__(key)
4033
+
4034
+ def get(self, key: str, default = None) -> Any:
4035
+ VMSSExtensionResponse.__key_warning(key)
4036
+ return super().get(key, default)
4037
+
4038
+ def __init__(__self__, *,
4039
+ name: str,
4040
+ provisioning_state: str,
4041
+ publisher: str,
4042
+ type: str,
4043
+ type_handler_version: str,
4044
+ auto_upgrade_minor_version: Optional[bool] = None,
4045
+ enable_automatic_upgrade: Optional[bool] = None,
4046
+ force_update_tag: Optional[str] = None,
4047
+ protected_settings: Optional[Any] = None,
4048
+ provision_after_extensions: Optional[Sequence[str]] = None,
4049
+ settings: Optional[Any] = None,
4050
+ setup_order: Optional[Sequence[str]] = None):
4051
+ """
4052
+ Specifies set of extensions that should be installed onto the virtual machines.
4053
+ :param str name: The name of the extension.
4054
+ :param str provisioning_state: The provisioning state, which only appears in the response.
4055
+ :param str publisher: The name of the extension handler publisher.
4056
+ :param str type: Specifies the type of the extension; an example is "CustomScriptExtension".
4057
+ :param str type_handler_version: Specifies the version of the script handler.
4058
+ :param bool auto_upgrade_minor_version: Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
4059
+ :param bool enable_automatic_upgrade: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
4060
+ :param str force_update_tag: If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
4061
+ :param Any protected_settings: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
4062
+ :param Sequence[str] provision_after_extensions: Collection of extension names after which this extension needs to be provisioned.
4063
+ :param Any settings: Json formatted public settings for the extension.
4064
+ :param Sequence[str] setup_order: Indicates the setup order for the extension.
4065
+ """
4066
+ pulumi.set(__self__, "name", name)
4067
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
4068
+ pulumi.set(__self__, "publisher", publisher)
4069
+ pulumi.set(__self__, "type", type)
4070
+ pulumi.set(__self__, "type_handler_version", type_handler_version)
4071
+ if auto_upgrade_minor_version is not None:
4072
+ pulumi.set(__self__, "auto_upgrade_minor_version", auto_upgrade_minor_version)
4073
+ if enable_automatic_upgrade is not None:
4074
+ pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
4075
+ if force_update_tag is not None:
4076
+ pulumi.set(__self__, "force_update_tag", force_update_tag)
4077
+ if protected_settings is not None:
4078
+ pulumi.set(__self__, "protected_settings", protected_settings)
4079
+ if provision_after_extensions is not None:
4080
+ pulumi.set(__self__, "provision_after_extensions", provision_after_extensions)
4081
+ if settings is not None:
4082
+ pulumi.set(__self__, "settings", settings)
4083
+ if setup_order is not None:
4084
+ pulumi.set(__self__, "setup_order", setup_order)
4085
+
4086
+ @property
4087
+ @pulumi.getter
4088
+ def name(self) -> str:
4089
+ """
4090
+ The name of the extension.
4091
+ """
4092
+ return pulumi.get(self, "name")
4093
+
4094
+ @property
4095
+ @pulumi.getter(name="provisioningState")
4096
+ def provisioning_state(self) -> str:
4097
+ """
4098
+ The provisioning state, which only appears in the response.
4099
+ """
4100
+ return pulumi.get(self, "provisioning_state")
4101
+
4102
+ @property
4103
+ @pulumi.getter
4104
+ def publisher(self) -> str:
4105
+ """
4106
+ The name of the extension handler publisher.
4107
+ """
4108
+ return pulumi.get(self, "publisher")
4109
+
4110
+ @property
4111
+ @pulumi.getter
4112
+ def type(self) -> str:
4113
+ """
4114
+ Specifies the type of the extension; an example is "CustomScriptExtension".
4115
+ """
4116
+ return pulumi.get(self, "type")
4117
+
4118
+ @property
4119
+ @pulumi.getter(name="typeHandlerVersion")
4120
+ def type_handler_version(self) -> str:
4121
+ """
4122
+ Specifies the version of the script handler.
4123
+ """
4124
+ return pulumi.get(self, "type_handler_version")
4125
+
4126
+ @property
4127
+ @pulumi.getter(name="autoUpgradeMinorVersion")
4128
+ def auto_upgrade_minor_version(self) -> Optional[bool]:
4129
+ """
4130
+ Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
4131
+ """
4132
+ return pulumi.get(self, "auto_upgrade_minor_version")
4133
+
4134
+ @property
4135
+ @pulumi.getter(name="enableAutomaticUpgrade")
4136
+ def enable_automatic_upgrade(self) -> Optional[bool]:
4137
+ """
4138
+ Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
4139
+ """
4140
+ return pulumi.get(self, "enable_automatic_upgrade")
4141
+
4142
+ @property
4143
+ @pulumi.getter(name="forceUpdateTag")
4144
+ def force_update_tag(self) -> Optional[str]:
4145
+ """
4146
+ If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
4147
+ """
4148
+ return pulumi.get(self, "force_update_tag")
4149
+
4150
+ @property
4151
+ @pulumi.getter(name="protectedSettings")
4152
+ def protected_settings(self) -> Optional[Any]:
4153
+ """
4154
+ The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
4155
+ """
4156
+ return pulumi.get(self, "protected_settings")
4157
+
4158
+ @property
4159
+ @pulumi.getter(name="provisionAfterExtensions")
4160
+ def provision_after_extensions(self) -> Optional[Sequence[str]]:
4161
+ """
4162
+ Collection of extension names after which this extension needs to be provisioned.
4163
+ """
4164
+ return pulumi.get(self, "provision_after_extensions")
4165
+
4166
+ @property
4167
+ @pulumi.getter
4168
+ def settings(self) -> Optional[Any]:
4169
+ """
4170
+ Json formatted public settings for the extension.
4171
+ """
4172
+ return pulumi.get(self, "settings")
4173
+
4174
+ @property
4175
+ @pulumi.getter(name="setupOrder")
4176
+ def setup_order(self) -> Optional[Sequence[str]]:
4177
+ """
4178
+ Indicates the setup order for the extension.
4179
+ """
4180
+ return pulumi.get(self, "setup_order")
4181
+
4182
+
4183
+ @pulumi.output_type
4184
+ class VaultCertificateResponse(dict):
4185
+ """
4186
+ Describes a single certificate reference in a Key Vault, and where the certificate should reside on the VM.
4187
+ """
4188
+ @staticmethod
4189
+ def __key_warning(key: str):
4190
+ suggest = None
4191
+ if key == "certificateStore":
4192
+ suggest = "certificate_store"
4193
+ elif key == "certificateUrl":
4194
+ suggest = "certificate_url"
4195
+
4196
+ if suggest:
4197
+ pulumi.log.warn(f"Key '{key}' not found in VaultCertificateResponse. Access the value via the '{suggest}' property getter instead.")
4198
+
4199
+ def __getitem__(self, key: str) -> Any:
4200
+ VaultCertificateResponse.__key_warning(key)
4201
+ return super().__getitem__(key)
4202
+
4203
+ def get(self, key: str, default = None) -> Any:
4204
+ VaultCertificateResponse.__key_warning(key)
4205
+ return super().get(key, default)
4206
+
4207
+ def __init__(__self__, *,
4208
+ certificate_store: str,
4209
+ certificate_url: str):
4210
+ """
4211
+ Describes a single certificate reference in a Key Vault, and where the certificate should reside on the VM.
4212
+ :param str certificate_store: For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. <br><br>For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted.
4213
+ :param str certificate_url: This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: <br><br> {<br> "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br> "password":"<pfx-file-password>"<br>}
4214
+ """
4215
+ pulumi.set(__self__, "certificate_store", certificate_store)
4216
+ pulumi.set(__self__, "certificate_url", certificate_url)
4217
+
4218
+ @property
4219
+ @pulumi.getter(name="certificateStore")
4220
+ def certificate_store(self) -> str:
4221
+ """
4222
+ For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. <br><br>For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted.
4223
+ """
4224
+ return pulumi.get(self, "certificate_store")
4225
+
4226
+ @property
4227
+ @pulumi.getter(name="certificateUrl")
4228
+ def certificate_url(self) -> str:
4229
+ """
4230
+ This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: <br><br> {<br> "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br> "password":"<pfx-file-password>"<br>}
4231
+ """
4232
+ return pulumi.get(self, "certificate_url")
4233
+
4234
+
4235
+ @pulumi.output_type
4236
+ class VaultSecretGroupResponse(dict):
4237
+ """
4238
+ Specifies set of certificates that should be installed onto the virtual machines.
4239
+ """
4240
+ @staticmethod
4241
+ def __key_warning(key: str):
4242
+ suggest = None
4243
+ if key == "sourceVault":
4244
+ suggest = "source_vault"
4245
+ elif key == "vaultCertificates":
4246
+ suggest = "vault_certificates"
4247
+
4248
+ if suggest:
4249
+ pulumi.log.warn(f"Key '{key}' not found in VaultSecretGroupResponse. Access the value via the '{suggest}' property getter instead.")
4250
+
4251
+ def __getitem__(self, key: str) -> Any:
4252
+ VaultSecretGroupResponse.__key_warning(key)
4253
+ return super().__getitem__(key)
4254
+
4255
+ def get(self, key: str, default = None) -> Any:
4256
+ VaultSecretGroupResponse.__key_warning(key)
4257
+ return super().get(key, default)
4258
+
4259
+ def __init__(__self__, *,
4260
+ source_vault: 'outputs.SubResourceResponse',
4261
+ vault_certificates: Sequence['outputs.VaultCertificateResponse']):
4262
+ """
4263
+ Specifies set of certificates that should be installed onto the virtual machines.
4264
+ :param 'SubResourceResponse' source_vault: The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
4265
+ :param Sequence['VaultCertificateResponse'] vault_certificates: The list of key vault references in SourceVault which contain certificates.
4266
+ """
4267
+ pulumi.set(__self__, "source_vault", source_vault)
4268
+ pulumi.set(__self__, "vault_certificates", vault_certificates)
4269
+
4270
+ @property
4271
+ @pulumi.getter(name="sourceVault")
4272
+ def source_vault(self) -> 'outputs.SubResourceResponse':
4273
+ """
4274
+ The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
4275
+ """
4276
+ return pulumi.get(self, "source_vault")
4277
+
4278
+ @property
4279
+ @pulumi.getter(name="vaultCertificates")
4280
+ def vault_certificates(self) -> Sequence['outputs.VaultCertificateResponse']:
4281
+ """
4282
+ The list of key vault references in SourceVault which contain certificates.
4283
+ """
4284
+ return pulumi.get(self, "vault_certificates")
4285
+
4286
+
4287
+ @pulumi.output_type
4288
+ class VmImagePlanResponse(dict):
4289
+ """
4290
+ Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required information and then click Save.
4291
+ """
4292
+ @staticmethod
4293
+ def __key_warning(key: str):
4294
+ suggest = None
4295
+ if key == "promotionCode":
4296
+ suggest = "promotion_code"
4297
+
4298
+ if suggest:
4299
+ pulumi.log.warn(f"Key '{key}' not found in VmImagePlanResponse. Access the value via the '{suggest}' property getter instead.")
4300
+
4301
+ def __getitem__(self, key: str) -> Any:
4302
+ VmImagePlanResponse.__key_warning(key)
4303
+ return super().__getitem__(key)
4304
+
4305
+ def get(self, key: str, default = None) -> Any:
4306
+ VmImagePlanResponse.__key_warning(key)
4307
+ return super().get(key, default)
4308
+
4309
+ def __init__(__self__, *,
4310
+ name: Optional[str] = None,
4311
+ product: Optional[str] = None,
4312
+ promotion_code: Optional[str] = None,
4313
+ publisher: Optional[str] = None):
4314
+ """
4315
+ Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required information and then click Save.
4316
+ :param str name: The plan ID.
4317
+ :param str product: Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
4318
+ :param str promotion_code: The promotion code.
4319
+ :param str publisher: The publisher ID.
4320
+ """
4321
+ if name is not None:
4322
+ pulumi.set(__self__, "name", name)
4323
+ if product is not None:
4324
+ pulumi.set(__self__, "product", product)
4325
+ if promotion_code is not None:
4326
+ pulumi.set(__self__, "promotion_code", promotion_code)
4327
+ if publisher is not None:
4328
+ pulumi.set(__self__, "publisher", publisher)
4329
+
4330
+ @property
4331
+ @pulumi.getter
4332
+ def name(self) -> Optional[str]:
4333
+ """
4334
+ The plan ID.
4335
+ """
4336
+ return pulumi.get(self, "name")
4337
+
4338
+ @property
4339
+ @pulumi.getter
4340
+ def product(self) -> Optional[str]:
4341
+ """
4342
+ Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
4343
+ """
4344
+ return pulumi.get(self, "product")
4345
+
4346
+ @property
4347
+ @pulumi.getter(name="promotionCode")
4348
+ def promotion_code(self) -> Optional[str]:
4349
+ """
4350
+ The promotion code.
4351
+ """
4352
+ return pulumi.get(self, "promotion_code")
4353
+
4354
+ @property
4355
+ @pulumi.getter
4356
+ def publisher(self) -> Optional[str]:
4357
+ """
4358
+ The publisher ID.
4359
+ """
4360
+ return pulumi.get(self, "publisher")
4361
+
4362
+
4363
+ @pulumi.output_type
4364
+ class VmManagedIdentityResponse(dict):
4365
+ """
4366
+ Identities for the virtual machine scale set under the node type.
4367
+ """
4368
+ @staticmethod
4369
+ def __key_warning(key: str):
4370
+ suggest = None
4371
+ if key == "userAssignedIdentities":
4372
+ suggest = "user_assigned_identities"
4373
+
4374
+ if suggest:
4375
+ pulumi.log.warn(f"Key '{key}' not found in VmManagedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
4376
+
4377
+ def __getitem__(self, key: str) -> Any:
4378
+ VmManagedIdentityResponse.__key_warning(key)
4379
+ return super().__getitem__(key)
4380
+
4381
+ def get(self, key: str, default = None) -> Any:
4382
+ VmManagedIdentityResponse.__key_warning(key)
4383
+ return super().get(key, default)
4384
+
4385
+ def __init__(__self__, *,
4386
+ user_assigned_identities: Optional[Sequence[str]] = None):
4387
+ """
4388
+ Identities for the virtual machine scale set under the node type.
4389
+ :param Sequence[str] user_assigned_identities: The list of user identities associated with the virtual machine scale set under the node type. Each entry will be an ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
4390
+ """
4391
+ if user_assigned_identities is not None:
4392
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
4393
+
4394
+ @property
4395
+ @pulumi.getter(name="userAssignedIdentities")
4396
+ def user_assigned_identities(self) -> Optional[Sequence[str]]:
4397
+ """
4398
+ The list of user identities associated with the virtual machine scale set under the node type. Each entry will be an ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
4399
+ """
4400
+ return pulumi.get(self, "user_assigned_identities")
4401
+
4402
+
4403
+ @pulumi.output_type
4404
+ class VmssDataDiskResponse(dict):
4405
+ """
4406
+ Managed data disk description.
4407
+ """
4408
+ @staticmethod
4409
+ def __key_warning(key: str):
4410
+ suggest = None
4411
+ if key == "diskLetter":
4412
+ suggest = "disk_letter"
4413
+ elif key == "diskSizeGB":
4414
+ suggest = "disk_size_gb"
4415
+ elif key == "diskType":
4416
+ suggest = "disk_type"
4417
+
4418
+ if suggest:
4419
+ pulumi.log.warn(f"Key '{key}' not found in VmssDataDiskResponse. Access the value via the '{suggest}' property getter instead.")
4420
+
4421
+ def __getitem__(self, key: str) -> Any:
4422
+ VmssDataDiskResponse.__key_warning(key)
4423
+ return super().__getitem__(key)
4424
+
4425
+ def get(self, key: str, default = None) -> Any:
4426
+ VmssDataDiskResponse.__key_warning(key)
4427
+ return super().get(key, default)
4428
+
4429
+ def __init__(__self__, *,
4430
+ disk_letter: str,
4431
+ disk_size_gb: int,
4432
+ disk_type: str,
4433
+ lun: int):
4434
+ """
4435
+ Managed data disk description.
4436
+ :param str disk_letter: Managed data disk letter. It can not use the reserved letter C or D and it can not change after created.
4437
+ :param int disk_size_gb: Disk size for each vm in the node type in GBs.
4438
+ :param str disk_type: Managed data disk type. Specifies the storage account type for the managed disk
4439
+ :param int lun: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. Lun 0 is reserved for the service fabric data disk.
4440
+ """
4441
+ pulumi.set(__self__, "disk_letter", disk_letter)
4442
+ pulumi.set(__self__, "disk_size_gb", disk_size_gb)
4443
+ pulumi.set(__self__, "disk_type", disk_type)
4444
+ pulumi.set(__self__, "lun", lun)
4445
+
4446
+ @property
4447
+ @pulumi.getter(name="diskLetter")
4448
+ def disk_letter(self) -> str:
4449
+ """
4450
+ Managed data disk letter. It can not use the reserved letter C or D and it can not change after created.
4451
+ """
4452
+ return pulumi.get(self, "disk_letter")
4453
+
4454
+ @property
4455
+ @pulumi.getter(name="diskSizeGB")
4456
+ def disk_size_gb(self) -> int:
4457
+ """
4458
+ Disk size for each vm in the node type in GBs.
4459
+ """
4460
+ return pulumi.get(self, "disk_size_gb")
4461
+
4462
+ @property
4463
+ @pulumi.getter(name="diskType")
4464
+ def disk_type(self) -> str:
4465
+ """
4466
+ Managed data disk type. Specifies the storage account type for the managed disk
4467
+ """
4468
+ return pulumi.get(self, "disk_type")
4469
+
4470
+ @property
4471
+ @pulumi.getter
4472
+ def lun(self) -> int:
4473
+ """
4474
+ Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. Lun 0 is reserved for the service fabric data disk.
4475
+ """
4476
+ return pulumi.get(self, "lun")
4477
+
4478
+