pulumi-azure-native 2.61.0a1726045166__py3-none-any.whl → 2.62.0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (3008) hide show
  1. pulumi_azure_native/__init__.py +434 -1
  2. pulumi_azure_native/appconfiguration/__init__.py +3 -0
  3. pulumi_azure_native/appconfiguration/configuration_store.py +3 -3
  4. pulumi_azure_native/appconfiguration/get_configuration_store.py +2 -2
  5. pulumi_azure_native/appconfiguration/get_key_value.py +2 -2
  6. pulumi_azure_native/appconfiguration/get_private_endpoint_connection.py +2 -2
  7. pulumi_azure_native/appconfiguration/get_replica.py +2 -2
  8. pulumi_azure_native/appconfiguration/key_value.py +3 -3
  9. pulumi_azure_native/appconfiguration/list_configuration_store_keys.py +2 -2
  10. pulumi_azure_native/appconfiguration/private_endpoint_connection.py +3 -3
  11. pulumi_azure_native/appconfiguration/replica.py +3 -3
  12. pulumi_azure_native/appconfiguration/v20230301/configuration_store.py +1 -1
  13. pulumi_azure_native/appconfiguration/v20230301/key_value.py +1 -1
  14. pulumi_azure_native/appconfiguration/v20230301/private_endpoint_connection.py +1 -1
  15. pulumi_azure_native/appconfiguration/v20230301/replica.py +1 -1
  16. pulumi_azure_native/appconfiguration/v20230801preview/configuration_store.py +1 -1
  17. pulumi_azure_native/appconfiguration/v20230801preview/key_value.py +1 -1
  18. pulumi_azure_native/appconfiguration/v20230801preview/private_endpoint_connection.py +1 -1
  19. pulumi_azure_native/appconfiguration/v20230801preview/replica.py +1 -1
  20. pulumi_azure_native/appconfiguration/v20230901preview/configuration_store.py +1 -1
  21. pulumi_azure_native/appconfiguration/v20230901preview/key_value.py +1 -1
  22. pulumi_azure_native/appconfiguration/v20230901preview/private_endpoint_connection.py +1 -1
  23. pulumi_azure_native/appconfiguration/v20230901preview/replica.py +1 -1
  24. pulumi_azure_native/appconfiguration/v20240501/__init__.py +19 -0
  25. pulumi_azure_native/appconfiguration/v20240501/_enums.py +78 -0
  26. pulumi_azure_native/appconfiguration/v20240501/_inputs.py +367 -0
  27. pulumi_azure_native/appconfiguration/v20240501/configuration_store.py +534 -0
  28. pulumi_azure_native/appconfiguration/v20240501/get_configuration_store.py +305 -0
  29. pulumi_azure_native/appconfiguration/v20240501/get_key_value.py +222 -0
  30. pulumi_azure_native/appconfiguration/v20240501/get_private_endpoint_connection.py +154 -0
  31. pulumi_azure_native/appconfiguration/v20240501/get_replica.py +167 -0
  32. pulumi_azure_native/appconfiguration/v20240501/key_value.py +323 -0
  33. pulumi_azure_native/appconfiguration/v20240501/list_configuration_store_keys.py +102 -0
  34. pulumi_azure_native/appconfiguration/v20240501/outputs.py +704 -0
  35. pulumi_azure_native/appconfiguration/v20240501/private_endpoint_connection.py +251 -0
  36. pulumi_azure_native/appconfiguration/v20240501/replica.py +239 -0
  37. pulumi_azure_native/containerservice/__init__.py +3 -0
  38. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  39. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  40. pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
  41. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  42. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  43. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  44. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  45. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  46. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  47. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  48. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  49. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  50. pulumi_azure_native/containerservice/load_balancer.py +3 -3
  51. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  52. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  53. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  54. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  55. pulumi_azure_native/containerservice/snapshot.py +3 -3
  56. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  57. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  58. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  59. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  60. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  61. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  62. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  63. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  64. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  65. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  66. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  67. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  68. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  69. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  70. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  71. pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
  72. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  73. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  74. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  75. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  76. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  77. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  78. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  79. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  80. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  81. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  82. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  83. pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
  84. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  85. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  86. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  87. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  88. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  89. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  90. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  91. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  92. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  93. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  94. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  95. pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
  96. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  97. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  98. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  99. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  100. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  101. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  102. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  103. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  104. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  105. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  106. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  107. pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
  108. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  109. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  110. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  111. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  112. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  113. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  114. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  115. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  116. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  117. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  118. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  119. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  120. pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
  121. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  122. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  123. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  124. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  125. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  126. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  127. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  128. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  129. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  130. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  131. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  132. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  133. pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
  134. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  135. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  136. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  137. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  138. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  139. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  140. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  141. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  142. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  143. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  144. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  145. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  146. pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
  147. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  148. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  149. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  150. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  151. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  152. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  153. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  154. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  155. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  156. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  157. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  158. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  159. pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
  160. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  161. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  162. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  163. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  164. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  165. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  166. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  167. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  168. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  169. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  170. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  171. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  172. pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
  173. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  174. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  175. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  176. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  177. pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
  178. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  179. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  180. pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
  181. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  182. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  183. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  184. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
  185. pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +1 -1
  186. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
  187. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
  188. pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +1 -1
  189. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
  190. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
  191. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
  192. pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
  193. pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
  194. pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
  195. pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
  196. pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
  197. pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
  198. pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
  199. pulumi_azure_native/containerservice/v20240502preview/load_balancer.py +1 -1
  200. pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
  201. pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
  202. pulumi_azure_native/containerservice/v20240502preview/managed_cluster_snapshot.py +1 -1
  203. pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
  204. pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
  205. pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
  206. pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1 -1
  207. pulumi_azure_native/containerservice/v20240602preview/load_balancer.py +1 -1
  208. pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +1 -1
  209. pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1 -1
  210. pulumi_azure_native/containerservice/v20240602preview/managed_cluster_snapshot.py +1 -1
  211. pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +1 -1
  212. pulumi_azure_native/containerservice/v20240602preview/snapshot.py +1 -1
  213. pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +1 -1
  214. pulumi_azure_native/containerservice/v20240701/agent_pool.py +1 -1
  215. pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +1 -1
  216. pulumi_azure_native/containerservice/v20240701/managed_cluster.py +1 -1
  217. pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +1 -1
  218. pulumi_azure_native/containerservice/v20240701/snapshot.py +1 -1
  219. pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +1 -1
  220. pulumi_azure_native/containerservice/v20240702preview/__init__.py +29 -0
  221. pulumi_azure_native/containerservice/v20240702preview/_enums.py +921 -0
  222. pulumi_azure_native/containerservice/v20240702preview/_inputs.py +9710 -0
  223. pulumi_azure_native/containerservice/v20240702preview/agent_pool.py +1691 -0
  224. pulumi_azure_native/containerservice/v20240702preview/get_agent_pool.py +817 -0
  225. pulumi_azure_native/containerservice/v20240702preview/get_load_balancer.py +206 -0
  226. pulumi_azure_native/containerservice/v20240702preview/get_maintenance_configuration.py +167 -0
  227. pulumi_azure_native/containerservice/v20240702preview/get_managed_cluster.py +838 -0
  228. pulumi_azure_native/containerservice/v20240702preview/get_managed_cluster_snapshot.py +188 -0
  229. pulumi_azure_native/containerservice/v20240702preview/get_private_endpoint_connection.py +154 -0
  230. pulumi_azure_native/containerservice/v20240702preview/get_snapshot.py +253 -0
  231. pulumi_azure_native/containerservice/v20240702preview/get_trusted_access_role_binding.py +167 -0
  232. pulumi_azure_native/containerservice/v20240702preview/list_managed_cluster_admin_credentials.py +89 -0
  233. pulumi_azure_native/containerservice/v20240702preview/list_managed_cluster_monitoring_user_credentials.py +89 -0
  234. pulumi_azure_native/containerservice/v20240702preview/list_managed_cluster_user_credentials.py +94 -0
  235. pulumi_azure_native/containerservice/v20240702preview/load_balancer.py +368 -0
  236. pulumi_azure_native/containerservice/v20240702preview/maintenance_configuration.py +279 -0
  237. pulumi_azure_native/containerservice/v20240702preview/managed_cluster.py +1595 -0
  238. pulumi_azure_native/containerservice/v20240702preview/managed_cluster_snapshot.py +297 -0
  239. pulumi_azure_native/containerservice/v20240702preview/outputs.py +8363 -0
  240. pulumi_azure_native/containerservice/v20240702preview/private_endpoint_connection.py +251 -0
  241. pulumi_azure_native/containerservice/v20240702preview/snapshot.py +347 -0
  242. pulumi_azure_native/containerservice/v20240702preview/trusted_access_role_binding.py +260 -0
  243. pulumi_azure_native/devhub/__init__.py +4 -0
  244. pulumi_azure_native/devhub/_enums.py +27 -0
  245. pulumi_azure_native/devhub/_inputs.py +20 -0
  246. pulumi_azure_native/devhub/get_adoo_auth_info.py +98 -0
  247. pulumi_azure_native/devhub/get_git_hub_o_auth.py +2 -2
  248. pulumi_azure_native/devhub/get_iac_profile.py +4 -0
  249. pulumi_azure_native/devhub/get_workflow.py +2 -2
  250. pulumi_azure_native/devhub/iac_profile.py +6 -1
  251. pulumi_azure_native/devhub/outputs.py +15 -14
  252. pulumi_azure_native/devhub/v20221011preview/workflow.py +1 -1
  253. pulumi_azure_native/devhub/v20230801/workflow.py +1 -1
  254. pulumi_azure_native/devhub/v20240501preview/_enums.py +27 -0
  255. pulumi_azure_native/devhub/v20240501preview/_inputs.py +20 -0
  256. pulumi_azure_native/devhub/v20240501preview/iac_profile.py +2 -1
  257. pulumi_azure_native/devhub/v20240501preview/outputs.py +15 -14
  258. pulumi_azure_native/devhub/v20240501preview/workflow.py +1 -1
  259. pulumi_azure_native/devhub/v20240801preview/__init__.py +16 -0
  260. pulumi_azure_native/devhub/v20240801preview/_enums.py +127 -0
  261. pulumi_azure_native/devhub/v20240801preview/_inputs.py +1446 -0
  262. pulumi_azure_native/devhub/v20240801preview/get_adoo_auth_info.py +96 -0
  263. pulumi_azure_native/devhub/v20240801preview/get_git_hub_o_auth.py +96 -0
  264. pulumi_azure_native/devhub/v20240801preview/get_iac_profile.py +325 -0
  265. pulumi_azure_native/devhub/v20240801preview/get_workflow.py +162 -0
  266. pulumi_azure_native/devhub/v20240801preview/iac_profile.py +542 -0
  267. pulumi_azure_native/devhub/v20240801preview/outputs.py +1527 -0
  268. pulumi_azure_native/devhub/v20240801preview/workflow.py +258 -0
  269. pulumi_azure_native/devhub/workflow.py +3 -3
  270. pulumi_azure_native/deviceregistry/__init__.py +13 -0
  271. pulumi_azure_native/deviceregistry/_enums.py +73 -4
  272. pulumi_azure_native/deviceregistry/_inputs.py +414 -9
  273. pulumi_azure_native/deviceregistry/asset.py +21 -17
  274. pulumi_azure_native/deviceregistry/asset_endpoint_profile.py +9 -5
  275. pulumi_azure_native/deviceregistry/discovered_asset.py +738 -0
  276. pulumi_azure_native/deviceregistry/discovered_asset_endpoint_profile.py +449 -0
  277. pulumi_azure_native/deviceregistry/get_asset.py +8 -4
  278. pulumi_azure_native/deviceregistry/get_asset_endpoint_profile.py +5 -1
  279. pulumi_azure_native/deviceregistry/get_discovered_asset.py +385 -0
  280. pulumi_azure_native/deviceregistry/get_discovered_asset_endpoint_profile.py +255 -0
  281. pulumi_azure_native/deviceregistry/get_schema.py +221 -0
  282. pulumi_azure_native/deviceregistry/get_schema_registry.py +242 -0
  283. pulumi_azure_native/deviceregistry/get_schema_version.py +200 -0
  284. pulumi_azure_native/deviceregistry/outputs.py +367 -22
  285. pulumi_azure_native/deviceregistry/schema.py +360 -0
  286. pulumi_azure_native/deviceregistry/schema_registry.py +398 -0
  287. pulumi_azure_native/deviceregistry/schema_version.py +302 -0
  288. pulumi_azure_native/deviceregistry/v20231101preview/_enums.py +4 -4
  289. pulumi_azure_native/deviceregistry/v20231101preview/_inputs.py +9 -9
  290. pulumi_azure_native/deviceregistry/v20231101preview/asset.py +17 -17
  291. pulumi_azure_native/deviceregistry/v20231101preview/asset_endpoint_profile.py +5 -5
  292. pulumi_azure_native/deviceregistry/v20231101preview/get_asset.py +4 -4
  293. pulumi_azure_native/deviceregistry/v20231101preview/get_asset_endpoint_profile.py +1 -1
  294. pulumi_azure_native/deviceregistry/v20231101preview/outputs.py +18 -22
  295. pulumi_azure_native/deviceregistry/v20240901preview/__init__.py +24 -0
  296. pulumi_azure_native/deviceregistry/v20240901preview/_enums.py +119 -0
  297. pulumi_azure_native/deviceregistry/v20240901preview/_inputs.py +968 -0
  298. pulumi_azure_native/deviceregistry/v20240901preview/asset.py +880 -0
  299. pulumi_azure_native/deviceregistry/v20240901preview/asset_endpoint_profile.py +436 -0
  300. pulumi_azure_native/deviceregistry/v20240901preview/discovered_asset.py +736 -0
  301. pulumi_azure_native/deviceregistry/v20240901preview/discovered_asset_endpoint_profile.py +447 -0
  302. pulumi_azure_native/deviceregistry/v20240901preview/get_asset.py +474 -0
  303. pulumi_azure_native/deviceregistry/v20240901preview/get_asset_endpoint_profile.py +266 -0
  304. pulumi_azure_native/deviceregistry/v20240901preview/get_discovered_asset.py +383 -0
  305. pulumi_azure_native/deviceregistry/v20240901preview/get_discovered_asset_endpoint_profile.py +253 -0
  306. pulumi_azure_native/deviceregistry/v20240901preview/get_schema.py +219 -0
  307. pulumi_azure_native/deviceregistry/v20240901preview/get_schema_registry.py +240 -0
  308. pulumi_azure_native/deviceregistry/v20240901preview/get_schema_version.py +198 -0
  309. pulumi_azure_native/deviceregistry/v20240901preview/outputs.py +1243 -0
  310. pulumi_azure_native/deviceregistry/v20240901preview/schema.py +358 -0
  311. pulumi_azure_native/deviceregistry/v20240901preview/schema_registry.py +396 -0
  312. pulumi_azure_native/deviceregistry/v20240901preview/schema_version.py +300 -0
  313. pulumi_azure_native/documentdb/__init__.py +6 -0
  314. pulumi_azure_native/documentdb/cassandra_cluster.py +3 -3
  315. pulumi_azure_native/documentdb/cassandra_data_center.py +3 -3
  316. pulumi_azure_native/documentdb/cassandra_resource_cassandra_keyspace.py +3 -3
  317. pulumi_azure_native/documentdb/cassandra_resource_cassandra_table.py +3 -3
  318. pulumi_azure_native/documentdb/cassandra_resource_cassandra_view.py +3 -3
  319. pulumi_azure_native/documentdb/database_account.py +3 -3
  320. pulumi_azure_native/documentdb/get_cassandra_cluster.py +2 -2
  321. pulumi_azure_native/documentdb/get_cassandra_data_center.py +2 -2
  322. pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_keyspace.py +2 -2
  323. pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_table.py +2 -2
  324. pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_view.py +2 -2
  325. pulumi_azure_native/documentdb/get_database_account.py +2 -2
  326. pulumi_azure_native/documentdb/get_graph_resource_graph.py +2 -2
  327. pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_database.py +2 -2
  328. pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_graph.py +2 -2
  329. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_collection.py +2 -2
  330. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_database.py +2 -2
  331. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_role_definition.py +2 -2
  332. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_user_definition.py +2 -2
  333. pulumi_azure_native/documentdb/get_notebook_workspace.py +2 -2
  334. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  335. pulumi_azure_native/documentdb/get_service.py +2 -2
  336. pulumi_azure_native/documentdb/get_sql_resource_sql_container.py +2 -2
  337. pulumi_azure_native/documentdb/get_sql_resource_sql_database.py +2 -2
  338. pulumi_azure_native/documentdb/get_sql_resource_sql_role_assignment.py +2 -2
  339. pulumi_azure_native/documentdb/get_sql_resource_sql_role_definition.py +2 -2
  340. pulumi_azure_native/documentdb/get_sql_resource_sql_stored_procedure.py +2 -2
  341. pulumi_azure_native/documentdb/get_sql_resource_sql_trigger.py +2 -2
  342. pulumi_azure_native/documentdb/get_sql_resource_sql_user_defined_function.py +2 -2
  343. pulumi_azure_native/documentdb/get_table_resource_table.py +2 -2
  344. pulumi_azure_native/documentdb/get_throughput_pool.py +2 -2
  345. pulumi_azure_native/documentdb/get_throughput_pool_account.py +2 -2
  346. pulumi_azure_native/documentdb/graph_resource_graph.py +3 -3
  347. pulumi_azure_native/documentdb/gremlin_resource_gremlin_database.py +3 -3
  348. pulumi_azure_native/documentdb/gremlin_resource_gremlin_graph.py +3 -3
  349. pulumi_azure_native/documentdb/list_database_account_connection_strings.py +2 -2
  350. pulumi_azure_native/documentdb/list_database_account_keys.py +2 -2
  351. pulumi_azure_native/documentdb/list_notebook_workspace_connection_info.py +2 -2
  352. pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_collection.py +3 -3
  353. pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_database.py +3 -3
  354. pulumi_azure_native/documentdb/mongo_db_resource_mongo_role_definition.py +3 -3
  355. pulumi_azure_native/documentdb/mongo_db_resource_mongo_user_definition.py +3 -3
  356. pulumi_azure_native/documentdb/notebook_workspace.py +3 -3
  357. pulumi_azure_native/documentdb/private_endpoint_connection.py +3 -3
  358. pulumi_azure_native/documentdb/service.py +3 -3
  359. pulumi_azure_native/documentdb/sql_resource_sql_container.py +3 -3
  360. pulumi_azure_native/documentdb/sql_resource_sql_database.py +3 -3
  361. pulumi_azure_native/documentdb/sql_resource_sql_role_assignment.py +3 -3
  362. pulumi_azure_native/documentdb/sql_resource_sql_role_definition.py +3 -3
  363. pulumi_azure_native/documentdb/sql_resource_sql_stored_procedure.py +3 -3
  364. pulumi_azure_native/documentdb/sql_resource_sql_trigger.py +3 -3
  365. pulumi_azure_native/documentdb/sql_resource_sql_user_defined_function.py +3 -3
  366. pulumi_azure_native/documentdb/table_resource_table.py +3 -3
  367. pulumi_azure_native/documentdb/throughput_pool.py +3 -3
  368. pulumi_azure_native/documentdb/throughput_pool_account.py +3 -3
  369. pulumi_azure_native/documentdb/v20210401preview/database_account.py +1 -1
  370. pulumi_azure_native/documentdb/v20210701preview/cassandra_cluster.py +1 -1
  371. pulumi_azure_native/documentdb/v20230301preview/mongo_db_resource_mongo_role_definition.py +1 -1
  372. pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_keyspace.py +1 -1
  373. pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_table.py +1 -1
  374. pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_view.py +1 -1
  375. pulumi_azure_native/documentdb/v20230315preview/database_account.py +1 -1
  376. pulumi_azure_native/documentdb/v20230315preview/graph_resource_graph.py +1 -1
  377. pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_database.py +1 -1
  378. pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_graph.py +1 -1
  379. pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_collection.py +1 -1
  380. pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_database.py +1 -1
  381. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_container.py +1 -1
  382. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_database.py +1 -1
  383. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_stored_procedure.py +1 -1
  384. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_trigger.py +1 -1
  385. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_user_defined_function.py +1 -1
  386. pulumi_azure_native/documentdb/v20230315preview/table_resource_table.py +1 -1
  387. pulumi_azure_native/documentdb/v20230415/cassandra_cluster.py +1 -1
  388. pulumi_azure_native/documentdb/v20230415/cassandra_data_center.py +1 -1
  389. pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_keyspace.py +1 -1
  390. pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_table.py +1 -1
  391. pulumi_azure_native/documentdb/v20230415/database_account.py +1 -1
  392. pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_database.py +1 -1
  393. pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_graph.py +1 -1
  394. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_collection.py +1 -1
  395. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_database.py +1 -1
  396. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_role_definition.py +1 -1
  397. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_user_definition.py +1 -1
  398. pulumi_azure_native/documentdb/v20230415/notebook_workspace.py +1 -1
  399. pulumi_azure_native/documentdb/v20230415/private_endpoint_connection.py +1 -1
  400. pulumi_azure_native/documentdb/v20230415/service.py +1 -1
  401. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_container.py +1 -1
  402. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_database.py +1 -1
  403. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_assignment.py +1 -1
  404. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_definition.py +1 -1
  405. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_stored_procedure.py +1 -1
  406. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_trigger.py +1 -1
  407. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_user_defined_function.py +1 -1
  408. pulumi_azure_native/documentdb/v20230415/table_resource_table.py +1 -1
  409. pulumi_azure_native/documentdb/v20230915/cassandra_cluster.py +1 -1
  410. pulumi_azure_native/documentdb/v20230915/cassandra_data_center.py +1 -1
  411. pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_keyspace.py +1 -1
  412. pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_table.py +1 -1
  413. pulumi_azure_native/documentdb/v20230915/database_account.py +1 -1
  414. pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_database.py +1 -1
  415. pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_graph.py +1 -1
  416. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_collection.py +1 -1
  417. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_database.py +1 -1
  418. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_role_definition.py +1 -1
  419. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_user_definition.py +1 -1
  420. pulumi_azure_native/documentdb/v20230915/notebook_workspace.py +1 -1
  421. pulumi_azure_native/documentdb/v20230915/private_endpoint_connection.py +1 -1
  422. pulumi_azure_native/documentdb/v20230915/service.py +1 -1
  423. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_container.py +1 -1
  424. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_database.py +1 -1
  425. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_assignment.py +1 -1
  426. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_definition.py +1 -1
  427. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_stored_procedure.py +1 -1
  428. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_trigger.py +1 -1
  429. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_user_defined_function.py +1 -1
  430. pulumi_azure_native/documentdb/v20230915/table_resource_table.py +1 -1
  431. pulumi_azure_native/documentdb/v20230915preview/cassandra_cluster.py +1 -1
  432. pulumi_azure_native/documentdb/v20230915preview/cassandra_data_center.py +1 -1
  433. pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_keyspace.py +1 -1
  434. pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_table.py +1 -1
  435. pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_view.py +1 -1
  436. pulumi_azure_native/documentdb/v20230915preview/database_account.py +1 -1
  437. pulumi_azure_native/documentdb/v20230915preview/graph_resource_graph.py +1 -1
  438. pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_database.py +1 -1
  439. pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_graph.py +1 -1
  440. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_collection.py +1 -1
  441. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_database.py +1 -1
  442. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_role_definition.py +1 -1
  443. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_user_definition.py +1 -1
  444. pulumi_azure_native/documentdb/v20230915preview/notebook_workspace.py +1 -1
  445. pulumi_azure_native/documentdb/v20230915preview/private_endpoint_connection.py +1 -1
  446. pulumi_azure_native/documentdb/v20230915preview/service.py +1 -1
  447. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_container.py +1 -1
  448. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_database.py +1 -1
  449. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_assignment.py +1 -1
  450. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_definition.py +1 -1
  451. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_stored_procedure.py +1 -1
  452. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_trigger.py +1 -1
  453. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_user_defined_function.py +1 -1
  454. pulumi_azure_native/documentdb/v20230915preview/table_resource_table.py +1 -1
  455. pulumi_azure_native/documentdb/v20231115/cassandra_cluster.py +1 -1
  456. pulumi_azure_native/documentdb/v20231115/cassandra_data_center.py +1 -1
  457. pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_keyspace.py +1 -1
  458. pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_table.py +1 -1
  459. pulumi_azure_native/documentdb/v20231115/database_account.py +1 -1
  460. pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_database.py +1 -1
  461. pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_graph.py +1 -1
  462. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_collection.py +1 -1
  463. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_database.py +1 -1
  464. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_role_definition.py +1 -1
  465. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_user_definition.py +1 -1
  466. pulumi_azure_native/documentdb/v20231115/notebook_workspace.py +1 -1
  467. pulumi_azure_native/documentdb/v20231115/private_endpoint_connection.py +1 -1
  468. pulumi_azure_native/documentdb/v20231115/service.py +1 -1
  469. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_container.py +1 -1
  470. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_database.py +1 -1
  471. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_assignment.py +1 -1
  472. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_definition.py +1 -1
  473. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_stored_procedure.py +1 -1
  474. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_trigger.py +1 -1
  475. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_user_defined_function.py +1 -1
  476. pulumi_azure_native/documentdb/v20231115/table_resource_table.py +1 -1
  477. pulumi_azure_native/documentdb/v20231115preview/cassandra_cluster.py +1 -1
  478. pulumi_azure_native/documentdb/v20231115preview/cassandra_data_center.py +1 -1
  479. pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_keyspace.py +1 -1
  480. pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_table.py +1 -1
  481. pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_view.py +1 -1
  482. pulumi_azure_native/documentdb/v20231115preview/database_account.py +1 -1
  483. pulumi_azure_native/documentdb/v20231115preview/graph_resource_graph.py +1 -1
  484. pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_database.py +1 -1
  485. pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_graph.py +1 -1
  486. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_collection.py +1 -1
  487. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_database.py +1 -1
  488. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_role_definition.py +1 -1
  489. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_user_definition.py +1 -1
  490. pulumi_azure_native/documentdb/v20231115preview/notebook_workspace.py +1 -1
  491. pulumi_azure_native/documentdb/v20231115preview/private_endpoint_connection.py +1 -1
  492. pulumi_azure_native/documentdb/v20231115preview/service.py +1 -1
  493. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_container.py +1 -1
  494. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_database.py +1 -1
  495. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_assignment.py +1 -1
  496. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_definition.py +1 -1
  497. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_stored_procedure.py +1 -1
  498. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_trigger.py +1 -1
  499. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_user_defined_function.py +1 -1
  500. pulumi_azure_native/documentdb/v20231115preview/table_resource_table.py +1 -1
  501. pulumi_azure_native/documentdb/v20231115preview/throughput_pool.py +1 -1
  502. pulumi_azure_native/documentdb/v20231115preview/throughput_pool_account.py +1 -1
  503. pulumi_azure_native/documentdb/v20240215preview/cassandra_cluster.py +1 -1
  504. pulumi_azure_native/documentdb/v20240215preview/cassandra_data_center.py +1 -1
  505. pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_keyspace.py +1 -1
  506. pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_table.py +1 -1
  507. pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_view.py +1 -1
  508. pulumi_azure_native/documentdb/v20240215preview/database_account.py +1 -1
  509. pulumi_azure_native/documentdb/v20240215preview/graph_resource_graph.py +1 -1
  510. pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_database.py +1 -1
  511. pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_graph.py +1 -1
  512. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_collection.py +1 -1
  513. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_database.py +1 -1
  514. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_role_definition.py +1 -1
  515. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_user_definition.py +1 -1
  516. pulumi_azure_native/documentdb/v20240215preview/notebook_workspace.py +1 -1
  517. pulumi_azure_native/documentdb/v20240215preview/private_endpoint_connection.py +1 -1
  518. pulumi_azure_native/documentdb/v20240215preview/service.py +1 -1
  519. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_container.py +1 -1
  520. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_database.py +1 -1
  521. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_assignment.py +1 -1
  522. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_definition.py +1 -1
  523. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_stored_procedure.py +1 -1
  524. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_trigger.py +1 -1
  525. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_user_defined_function.py +1 -1
  526. pulumi_azure_native/documentdb/v20240215preview/table_resource_table.py +1 -1
  527. pulumi_azure_native/documentdb/v20240215preview/throughput_pool.py +1 -1
  528. pulumi_azure_native/documentdb/v20240215preview/throughput_pool_account.py +1 -1
  529. pulumi_azure_native/documentdb/v20240515/cassandra_cluster.py +1 -1
  530. pulumi_azure_native/documentdb/v20240515/cassandra_data_center.py +1 -1
  531. pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_keyspace.py +1 -1
  532. pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_table.py +1 -1
  533. pulumi_azure_native/documentdb/v20240515/database_account.py +1 -1
  534. pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_database.py +1 -1
  535. pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_graph.py +1 -1
  536. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_collection.py +1 -1
  537. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_database.py +1 -1
  538. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_role_definition.py +1 -1
  539. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_user_definition.py +1 -1
  540. pulumi_azure_native/documentdb/v20240515/notebook_workspace.py +1 -1
  541. pulumi_azure_native/documentdb/v20240515/private_endpoint_connection.py +1 -1
  542. pulumi_azure_native/documentdb/v20240515/service.py +1 -1
  543. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_container.py +1 -1
  544. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_database.py +1 -1
  545. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_assignment.py +1 -1
  546. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_definition.py +1 -1
  547. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_stored_procedure.py +1 -1
  548. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_trigger.py +1 -1
  549. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_user_defined_function.py +1 -1
  550. pulumi_azure_native/documentdb/v20240515/table_resource_table.py +1 -1
  551. pulumi_azure_native/documentdb/v20240515preview/cassandra_cluster.py +1 -1
  552. pulumi_azure_native/documentdb/v20240515preview/cassandra_data_center.py +1 -1
  553. pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_keyspace.py +1 -1
  554. pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_table.py +1 -1
  555. pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_view.py +1 -1
  556. pulumi_azure_native/documentdb/v20240515preview/database_account.py +1 -1
  557. pulumi_azure_native/documentdb/v20240515preview/graph_resource_graph.py +1 -1
  558. pulumi_azure_native/documentdb/v20240515preview/gremlin_resource_gremlin_database.py +1 -1
  559. pulumi_azure_native/documentdb/v20240515preview/gremlin_resource_gremlin_graph.py +1 -1
  560. pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_db_collection.py +1 -1
  561. pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_db_database.py +1 -1
  562. pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_role_definition.py +1 -1
  563. pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_user_definition.py +1 -1
  564. pulumi_azure_native/documentdb/v20240515preview/notebook_workspace.py +1 -1
  565. pulumi_azure_native/documentdb/v20240515preview/private_endpoint_connection.py +1 -1
  566. pulumi_azure_native/documentdb/v20240515preview/service.py +1 -1
  567. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_container.py +1 -1
  568. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_database.py +1 -1
  569. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_role_assignment.py +1 -1
  570. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_role_definition.py +1 -1
  571. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_stored_procedure.py +1 -1
  572. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_trigger.py +1 -1
  573. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_user_defined_function.py +1 -1
  574. pulumi_azure_native/documentdb/v20240515preview/table_resource_table.py +1 -1
  575. pulumi_azure_native/documentdb/v20240515preview/throughput_pool.py +1 -1
  576. pulumi_azure_native/documentdb/v20240515preview/throughput_pool_account.py +1 -1
  577. pulumi_azure_native/documentdb/v20240815/__init__.py +57 -0
  578. pulumi_azure_native/documentdb/v20240815/_enums.py +347 -0
  579. pulumi_azure_native/documentdb/v20240815/_inputs.py +5585 -0
  580. pulumi_azure_native/documentdb/v20240815/cassandra_cluster.py +277 -0
  581. pulumi_azure_native/documentdb/v20240815/cassandra_data_center.py +211 -0
  582. pulumi_azure_native/documentdb/v20240815/cassandra_resource_cassandra_keyspace.py +292 -0
  583. pulumi_azure_native/documentdb/v20240815/cassandra_resource_cassandra_table.py +313 -0
  584. pulumi_azure_native/documentdb/v20240815/database_account.py +1276 -0
  585. pulumi_azure_native/documentdb/v20240815/get_cassandra_cluster.py +162 -0
  586. pulumi_azure_native/documentdb/v20240815/get_cassandra_data_center.py +128 -0
  587. pulumi_azure_native/documentdb/v20240815/get_cassandra_resource_cassandra_keyspace.py +161 -0
  588. pulumi_azure_native/documentdb/v20240815/get_cassandra_resource_cassandra_table.py +166 -0
  589. pulumi_azure_native/documentdb/v20240815/get_database_account.py +682 -0
  590. pulumi_azure_native/documentdb/v20240815/get_gremlin_resource_gremlin_database.py +161 -0
  591. pulumi_azure_native/documentdb/v20240815/get_gremlin_resource_gremlin_graph.py +166 -0
  592. pulumi_azure_native/documentdb/v20240815/get_mongo_db_resource_mongo_db_collection.py +166 -0
  593. pulumi_azure_native/documentdb/v20240815/get_mongo_db_resource_mongo_db_database.py +161 -0
  594. pulumi_azure_native/documentdb/v20240815/get_mongo_db_resource_mongo_role_definition.py +167 -0
  595. pulumi_azure_native/documentdb/v20240815/get_mongo_db_resource_mongo_user_definition.py +193 -0
  596. pulumi_azure_native/documentdb/v20240815/get_notebook_workspace.py +140 -0
  597. pulumi_azure_native/documentdb/v20240815/get_private_endpoint_connection.py +167 -0
  598. pulumi_azure_native/documentdb/v20240815/get_service.py +128 -0
  599. pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_container.py +166 -0
  600. pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_database.py +161 -0
  601. pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_role_assignment.py +153 -0
  602. pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_role_definition.py +154 -0
  603. pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_stored_procedure.py +161 -0
  604. pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_trigger.py +161 -0
  605. pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_user_defined_function.py +161 -0
  606. pulumi_azure_native/documentdb/v20240815/get_table_resource_table.py +161 -0
  607. pulumi_azure_native/documentdb/v20240815/gremlin_resource_gremlin_database.py +293 -0
  608. pulumi_azure_native/documentdb/v20240815/gremlin_resource_gremlin_graph.py +314 -0
  609. pulumi_azure_native/documentdb/v20240815/list_database_account_connection_strings.py +84 -0
  610. pulumi_azure_native/documentdb/v20240815/list_database_account_keys.py +122 -0
  611. pulumi_azure_native/documentdb/v20240815/list_notebook_workspace_connection_info.py +101 -0
  612. pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_db_collection.py +314 -0
  613. pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_db_database.py +293 -0
  614. pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_role_definition.py +317 -0
  615. pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_user_definition.py +355 -0
  616. pulumi_azure_native/documentdb/v20240815/notebook_workspace.py +199 -0
  617. pulumi_azure_native/documentdb/v20240815/outputs.py +6291 -0
  618. pulumi_azure_native/documentdb/v20240815/private_endpoint_connection.py +297 -0
  619. pulumi_azure_native/documentdb/v20240815/service.py +211 -0
  620. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_container.py +314 -0
  621. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_database.py +293 -0
  622. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_role_assignment.py +266 -0
  623. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_role_definition.py +288 -0
  624. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_stored_procedure.py +328 -0
  625. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_trigger.py +329 -0
  626. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_user_defined_function.py +328 -0
  627. pulumi_azure_native/documentdb/v20240815/table_resource_table.py +293 -0
  628. pulumi_azure_native/documentdb/v20240901preview/__init__.py +65 -0
  629. pulumi_azure_native/documentdb/v20240901preview/_enums.py +405 -0
  630. pulumi_azure_native/documentdb/v20240901preview/_inputs.py +6006 -0
  631. pulumi_azure_native/documentdb/v20240901preview/cassandra_cluster.py +277 -0
  632. pulumi_azure_native/documentdb/v20240901preview/cassandra_data_center.py +211 -0
  633. pulumi_azure_native/documentdb/v20240901preview/cassandra_resource_cassandra_keyspace.py +322 -0
  634. pulumi_azure_native/documentdb/v20240901preview/cassandra_resource_cassandra_table.py +343 -0
  635. pulumi_azure_native/documentdb/v20240901preview/cassandra_resource_cassandra_view.py +343 -0
  636. pulumi_azure_native/documentdb/v20240901preview/database_account.py +1460 -0
  637. pulumi_azure_native/documentdb/v20240901preview/get_cassandra_cluster.py +162 -0
  638. pulumi_azure_native/documentdb/v20240901preview/get_cassandra_data_center.py +128 -0
  639. pulumi_azure_native/documentdb/v20240901preview/get_cassandra_resource_cassandra_keyspace.py +174 -0
  640. pulumi_azure_native/documentdb/v20240901preview/get_cassandra_resource_cassandra_table.py +179 -0
  641. pulumi_azure_native/documentdb/v20240901preview/get_cassandra_resource_cassandra_view.py +179 -0
  642. pulumi_azure_native/documentdb/v20240901preview/get_database_account.py +773 -0
  643. pulumi_azure_native/documentdb/v20240901preview/get_graph_resource_graph.py +174 -0
  644. pulumi_azure_native/documentdb/v20240901preview/get_gremlin_resource_gremlin_database.py +174 -0
  645. pulumi_azure_native/documentdb/v20240901preview/get_gremlin_resource_gremlin_graph.py +179 -0
  646. pulumi_azure_native/documentdb/v20240901preview/get_mongo_db_resource_mongo_db_collection.py +179 -0
  647. pulumi_azure_native/documentdb/v20240901preview/get_mongo_db_resource_mongo_db_database.py +174 -0
  648. pulumi_azure_native/documentdb/v20240901preview/get_mongo_db_resource_mongo_role_definition.py +167 -0
  649. pulumi_azure_native/documentdb/v20240901preview/get_mongo_db_resource_mongo_user_definition.py +193 -0
  650. pulumi_azure_native/documentdb/v20240901preview/get_notebook_workspace.py +140 -0
  651. pulumi_azure_native/documentdb/v20240901preview/get_private_endpoint_connection.py +180 -0
  652. pulumi_azure_native/documentdb/v20240901preview/get_service.py +128 -0
  653. pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_container.py +179 -0
  654. pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_database.py +174 -0
  655. pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_role_assignment.py +153 -0
  656. pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_role_definition.py +154 -0
  657. pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_stored_procedure.py +174 -0
  658. pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_trigger.py +174 -0
  659. pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_user_defined_function.py +174 -0
  660. pulumi_azure_native/documentdb/v20240901preview/get_table_resource_table.py +174 -0
  661. pulumi_azure_native/documentdb/v20240901preview/get_throughput_pool.py +175 -0
  662. pulumi_azure_native/documentdb/v20240901preview/get_throughput_pool_account.py +180 -0
  663. pulumi_azure_native/documentdb/v20240901preview/graph_resource_graph.py +322 -0
  664. pulumi_azure_native/documentdb/v20240901preview/gremlin_resource_gremlin_database.py +322 -0
  665. pulumi_azure_native/documentdb/v20240901preview/gremlin_resource_gremlin_graph.py +343 -0
  666. pulumi_azure_native/documentdb/v20240901preview/list_database_account_connection_strings.py +84 -0
  667. pulumi_azure_native/documentdb/v20240901preview/list_database_account_keys.py +122 -0
  668. pulumi_azure_native/documentdb/v20240901preview/list_notebook_workspace_connection_info.py +101 -0
  669. pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_db_collection.py +343 -0
  670. pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_db_database.py +322 -0
  671. pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_role_definition.py +317 -0
  672. pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_user_definition.py +355 -0
  673. pulumi_azure_native/documentdb/v20240901preview/notebook_workspace.py +199 -0
  674. pulumi_azure_native/documentdb/v20240901preview/outputs.py +6889 -0
  675. pulumi_azure_native/documentdb/v20240901preview/private_endpoint_connection.py +307 -0
  676. pulumi_azure_native/documentdb/v20240901preview/service.py +211 -0
  677. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_container.py +343 -0
  678. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_database.py +322 -0
  679. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_role_assignment.py +266 -0
  680. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_role_definition.py +288 -0
  681. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_stored_procedure.py +358 -0
  682. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_trigger.py +358 -0
  683. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_user_defined_function.py +358 -0
  684. pulumi_azure_native/documentdb/v20240901preview/table_resource_table.py +322 -0
  685. pulumi_azure_native/documentdb/v20240901preview/throughput_pool.py +266 -0
  686. pulumi_azure_native/documentdb/v20240901preview/throughput_pool_account.py +268 -0
  687. pulumi_azure_native/hybridcompute/__init__.py +3 -0
  688. pulumi_azure_native/hybridcompute/gateway.py +3 -3
  689. pulumi_azure_native/hybridcompute/get_gateway.py +2 -2
  690. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  691. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  692. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  693. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  694. pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
  695. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  696. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  697. pulumi_azure_native/hybridcompute/license.py +3 -3
  698. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  699. pulumi_azure_native/hybridcompute/machine.py +3 -3
  700. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  701. pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
  702. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  703. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  704. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  705. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  706. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  707. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  708. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  709. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  710. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  711. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  712. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  713. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  714. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  715. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  716. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  717. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  718. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  719. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  720. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  721. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  722. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  723. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  724. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  725. pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
  726. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  727. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  728. pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +1 -1
  729. pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
  730. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
  731. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
  732. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
  733. pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +1 -1
  734. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
  735. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
  736. pulumi_azure_native/hybridcompute/v20240520preview/gateway.py +1 -1
  737. pulumi_azure_native/hybridcompute/v20240520preview/license.py +1 -1
  738. pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +1 -1
  739. pulumi_azure_native/hybridcompute/v20240520preview/machine.py +1 -1
  740. pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +1 -1
  741. pulumi_azure_native/hybridcompute/v20240520preview/machine_run_command.py +1 -1
  742. pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +1 -1
  743. pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +1 -1
  744. pulumi_azure_native/hybridcompute/v20240710/license.py +1 -1
  745. pulumi_azure_native/hybridcompute/v20240710/license_profile.py +1 -1
  746. pulumi_azure_native/hybridcompute/v20240710/machine.py +1 -1
  747. pulumi_azure_native/hybridcompute/v20240710/machine_extension.py +1 -1
  748. pulumi_azure_native/hybridcompute/v20240710/private_endpoint_connection.py +1 -1
  749. pulumi_azure_native/hybridcompute/v20240710/private_link_scope.py +1 -1
  750. pulumi_azure_native/hybridcompute/v20240731preview/__init__.py +26 -0
  751. pulumi_azure_native/hybridcompute/v20240731preview/_enums.py +172 -0
  752. pulumi_azure_native/hybridcompute/v20240731preview/_inputs.py +1924 -0
  753. pulumi_azure_native/hybridcompute/v20240731preview/gateway.py +316 -0
  754. pulumi_azure_native/hybridcompute/v20240731preview/get_gateway.py +214 -0
  755. pulumi_azure_native/hybridcompute/v20240731preview/get_license.py +201 -0
  756. pulumi_azure_native/hybridcompute/v20240731preview/get_license_profile.py +362 -0
  757. pulumi_azure_native/hybridcompute/v20240731preview/get_machine.py +635 -0
  758. pulumi_azure_native/hybridcompute/v20240731preview/get_machine_extension.py +167 -0
  759. pulumi_azure_native/hybridcompute/v20240731preview/get_machine_run_command.py +323 -0
  760. pulumi_azure_native/hybridcompute/v20240731preview/get_private_endpoint_connection.py +141 -0
  761. pulumi_azure_native/hybridcompute/v20240731preview/get_private_link_scope.py +162 -0
  762. pulumi_azure_native/hybridcompute/v20240731preview/license.py +326 -0
  763. pulumi_azure_native/hybridcompute/v20240731preview/license_profile.py +505 -0
  764. pulumi_azure_native/hybridcompute/v20240731preview/machine.py +885 -0
  765. pulumi_azure_native/hybridcompute/v20240731preview/machine_extension.py +279 -0
  766. pulumi_azure_native/hybridcompute/v20240731preview/machine_run_command.py +592 -0
  767. pulumi_azure_native/hybridcompute/v20240731preview/outputs.py +3556 -0
  768. pulumi_azure_native/hybridcompute/v20240731preview/private_endpoint_connection.py +220 -0
  769. pulumi_azure_native/hybridcompute/v20240731preview/private_link_scope.py +258 -0
  770. pulumi_azure_native/hybridnetwork/__init__.py +5 -0
  771. pulumi_azure_native/hybridnetwork/artifact_manifest.py +5 -1
  772. pulumi_azure_native/hybridnetwork/artifact_store.py +5 -1
  773. pulumi_azure_native/hybridnetwork/configuration_group_schema.py +5 -1
  774. pulumi_azure_native/hybridnetwork/configuration_group_value.py +5 -1
  775. pulumi_azure_native/hybridnetwork/get_artifact_manifest.py +4 -0
  776. pulumi_azure_native/hybridnetwork/get_artifact_store.py +4 -0
  777. pulumi_azure_native/hybridnetwork/get_configuration_group_schema.py +4 -0
  778. pulumi_azure_native/hybridnetwork/get_configuration_group_value.py +4 -0
  779. pulumi_azure_native/hybridnetwork/get_network_function.py +2 -2
  780. pulumi_azure_native/hybridnetwork/get_network_function_definition_group.py +4 -0
  781. pulumi_azure_native/hybridnetwork/get_network_function_definition_version.py +4 -0
  782. pulumi_azure_native/hybridnetwork/get_network_service_design_group.py +4 -0
  783. pulumi_azure_native/hybridnetwork/get_network_service_design_version.py +4 -0
  784. pulumi_azure_native/hybridnetwork/get_publisher.py +4 -0
  785. pulumi_azure_native/hybridnetwork/get_site.py +4 -0
  786. pulumi_azure_native/hybridnetwork/get_site_network_service.py +4 -0
  787. pulumi_azure_native/hybridnetwork/list_artifact_manifest_credential.py +4 -0
  788. pulumi_azure_native/hybridnetwork/list_artifact_store_network_fabric_controller_private_end_points.py +104 -0
  789. pulumi_azure_native/hybridnetwork/list_artifact_store_private_end_points.py +104 -0
  790. pulumi_azure_native/hybridnetwork/network_function.py +3 -3
  791. pulumi_azure_native/hybridnetwork/network_function_definition_group.py +5 -1
  792. pulumi_azure_native/hybridnetwork/network_function_definition_version.py +5 -1
  793. pulumi_azure_native/hybridnetwork/network_service_design_group.py +5 -1
  794. pulumi_azure_native/hybridnetwork/network_service_design_version.py +5 -1
  795. pulumi_azure_native/hybridnetwork/outputs.py +48 -0
  796. pulumi_azure_native/hybridnetwork/publisher.py +5 -1
  797. pulumi_azure_native/hybridnetwork/site.py +5 -1
  798. pulumi_azure_native/hybridnetwork/site_network_service.py +5 -1
  799. pulumi_azure_native/hybridnetwork/v20220101preview/network_function.py +1 -1
  800. pulumi_azure_native/hybridnetwork/v20230901/artifact_manifest.py +1 -1
  801. pulumi_azure_native/hybridnetwork/v20230901/artifact_store.py +1 -1
  802. pulumi_azure_native/hybridnetwork/v20230901/configuration_group_schema.py +1 -1
  803. pulumi_azure_native/hybridnetwork/v20230901/configuration_group_value.py +1 -1
  804. pulumi_azure_native/hybridnetwork/v20230901/network_function.py +1 -1
  805. pulumi_azure_native/hybridnetwork/v20230901/network_function_definition_group.py +1 -1
  806. pulumi_azure_native/hybridnetwork/v20230901/network_function_definition_version.py +1 -1
  807. pulumi_azure_native/hybridnetwork/v20230901/network_service_design_group.py +1 -1
  808. pulumi_azure_native/hybridnetwork/v20230901/network_service_design_version.py +1 -1
  809. pulumi_azure_native/hybridnetwork/v20230901/publisher.py +1 -1
  810. pulumi_azure_native/hybridnetwork/v20230901/site.py +1 -1
  811. pulumi_azure_native/hybridnetwork/v20230901/site_network_service.py +1 -1
  812. pulumi_azure_native/hybridnetwork/v20240415/__init__.py +37 -0
  813. pulumi_azure_native/hybridnetwork/v20240415/_enums.py +205 -0
  814. pulumi_azure_native/hybridnetwork/v20240415/_inputs.py +4689 -0
  815. pulumi_azure_native/hybridnetwork/v20240415/artifact_manifest.py +300 -0
  816. pulumi_azure_native/hybridnetwork/v20240415/artifact_store.py +279 -0
  817. pulumi_azure_native/hybridnetwork/v20240415/configuration_group_schema.py +278 -0
  818. pulumi_azure_native/hybridnetwork/v20240415/configuration_group_value.py +257 -0
  819. pulumi_azure_native/hybridnetwork/v20240415/get_artifact_manifest.py +172 -0
  820. pulumi_azure_native/hybridnetwork/v20240415/get_artifact_store.py +167 -0
  821. pulumi_azure_native/hybridnetwork/v20240415/get_configuration_group_schema.py +167 -0
  822. pulumi_azure_native/hybridnetwork/v20240415/get_configuration_group_value.py +162 -0
  823. pulumi_azure_native/hybridnetwork/v20240415/get_network_function.py +188 -0
  824. pulumi_azure_native/hybridnetwork/v20240415/get_network_function_definition_group.py +167 -0
  825. pulumi_azure_native/hybridnetwork/v20240415/get_network_function_definition_version.py +172 -0
  826. pulumi_azure_native/hybridnetwork/v20240415/get_network_service_design_group.py +167 -0
  827. pulumi_azure_native/hybridnetwork/v20240415/get_network_service_design_version.py +172 -0
  828. pulumi_azure_native/hybridnetwork/v20240415/get_publisher.py +175 -0
  829. pulumi_azure_native/hybridnetwork/v20240415/get_site.py +162 -0
  830. pulumi_azure_native/hybridnetwork/v20240415/get_site_network_service.py +188 -0
  831. pulumi_azure_native/hybridnetwork/v20240415/list_artifact_manifest_credential.py +93 -0
  832. pulumi_azure_native/hybridnetwork/v20240415/list_artifact_store_network_fabric_controller_private_end_points.py +102 -0
  833. pulumi_azure_native/hybridnetwork/v20240415/list_artifact_store_private_end_points.py +102 -0
  834. pulumi_azure_native/hybridnetwork/v20240415/network_function.py +297 -0
  835. pulumi_azure_native/hybridnetwork/v20240415/network_function_definition_group.py +278 -0
  836. pulumi_azure_native/hybridnetwork/v20240415/network_function_definition_version.py +300 -0
  837. pulumi_azure_native/hybridnetwork/v20240415/network_service_design_group.py +278 -0
  838. pulumi_azure_native/hybridnetwork/v20240415/network_service_design_version.py +300 -0
  839. pulumi_azure_native/hybridnetwork/v20240415/outputs.py +4660 -0
  840. pulumi_azure_native/hybridnetwork/v20240415/publisher.py +287 -0
  841. pulumi_azure_native/hybridnetwork/v20240415/site.py +257 -0
  842. pulumi_azure_native/hybridnetwork/v20240415/site_network_service.py +316 -0
  843. pulumi_azure_native/maps/__init__.py +3 -0
  844. pulumi_azure_native/maps/account.py +3 -3
  845. pulumi_azure_native/maps/creator.py +3 -3
  846. pulumi_azure_native/maps/get_account.py +2 -2
  847. pulumi_azure_native/maps/get_creator.py +2 -2
  848. pulumi_azure_native/maps/list_account_keys.py +2 -2
  849. pulumi_azure_native/maps/list_account_sas.py +2 -2
  850. pulumi_azure_native/maps/v20180501/account.py +1 -1
  851. pulumi_azure_native/maps/v20200201preview/creator.py +1 -1
  852. pulumi_azure_native/maps/v20210201/account.py +1 -1
  853. pulumi_azure_native/maps/v20210201/creator.py +1 -1
  854. pulumi_azure_native/maps/v20211201preview/account.py +1 -1
  855. pulumi_azure_native/maps/v20211201preview/creator.py +1 -1
  856. pulumi_azure_native/maps/v20230601/account.py +1 -1
  857. pulumi_azure_native/maps/v20230601/creator.py +1 -1
  858. pulumi_azure_native/maps/v20230801preview/account.py +1 -1
  859. pulumi_azure_native/maps/v20230801preview/creator.py +1 -1
  860. pulumi_azure_native/maps/v20231201preview/account.py +1 -1
  861. pulumi_azure_native/maps/v20231201preview/creator.py +1 -1
  862. pulumi_azure_native/maps/v20240101preview/account.py +1 -1
  863. pulumi_azure_native/maps/v20240101preview/creator.py +1 -1
  864. pulumi_azure_native/maps/v20240701preview/__init__.py +16 -0
  865. pulumi_azure_native/maps/v20240701preview/_enums.py +54 -0
  866. pulumi_azure_native/maps/v20240701preview/_inputs.py +695 -0
  867. pulumi_azure_native/maps/v20240701preview/account.py +346 -0
  868. pulumi_azure_native/maps/v20240701preview/creator.py +279 -0
  869. pulumi_azure_native/maps/v20240701preview/get_account.py +201 -0
  870. pulumi_azure_native/maps/v20240701preview/get_creator.py +167 -0
  871. pulumi_azure_native/maps/v20240701preview/list_account_keys.py +122 -0
  872. pulumi_azure_native/maps/v20240701preview/list_account_sas.py +122 -0
  873. pulumi_azure_native/maps/v20240701preview/outputs.py +862 -0
  874. pulumi_azure_native/network/__init__.py +14 -0
  875. pulumi_azure_native/network/_enums.py +30 -0
  876. pulumi_azure_native/network/_inputs.py +187 -20
  877. pulumi_azure_native/network/admin_rule.py +3 -3
  878. pulumi_azure_native/network/admin_rule_collection.py +3 -3
  879. pulumi_azure_native/network/application_gateway.py +3 -3
  880. pulumi_azure_native/network/application_gateway_private_endpoint_connection.py +3 -3
  881. pulumi_azure_native/network/application_security_group.py +3 -3
  882. pulumi_azure_native/network/azure_firewall.py +3 -3
  883. pulumi_azure_native/network/bastion_host.py +3 -3
  884. pulumi_azure_native/network/configuration_policy_group.py +3 -3
  885. pulumi_azure_native/network/connection_monitor.py +3 -3
  886. pulumi_azure_native/network/connectivity_configuration.py +3 -3
  887. pulumi_azure_native/network/custom_ip_prefix.py +3 -3
  888. pulumi_azure_native/network/ddos_custom_policy.py +3 -3
  889. pulumi_azure_native/network/ddos_protection_plan.py +3 -3
  890. pulumi_azure_native/network/default_admin_rule.py +1 -1
  891. pulumi_azure_native/network/default_user_rule.py +1 -1
  892. pulumi_azure_native/network/dscp_configuration.py +3 -3
  893. pulumi_azure_native/network/express_route_circuit.py +3 -3
  894. pulumi_azure_native/network/express_route_circuit_authorization.py +3 -3
  895. pulumi_azure_native/network/express_route_circuit_connection.py +3 -3
  896. pulumi_azure_native/network/express_route_circuit_peering.py +3 -3
  897. pulumi_azure_native/network/express_route_connection.py +3 -3
  898. pulumi_azure_native/network/express_route_cross_connection_peering.py +3 -3
  899. pulumi_azure_native/network/express_route_gateway.py +3 -3
  900. pulumi_azure_native/network/express_route_port.py +3 -3
  901. pulumi_azure_native/network/express_route_port_authorization.py +3 -3
  902. pulumi_azure_native/network/firewall_policy.py +3 -3
  903. pulumi_azure_native/network/firewall_policy_draft.py +3 -3
  904. pulumi_azure_native/network/firewall_policy_rule_collection_group.py +3 -3
  905. pulumi_azure_native/network/firewall_policy_rule_collection_group_draft.py +3 -3
  906. pulumi_azure_native/network/flow_log.py +3 -3
  907. pulumi_azure_native/network/get_active_sessions.py +2 -2
  908. pulumi_azure_native/network/get_admin_rule.py +2 -2
  909. pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
  910. pulumi_azure_native/network/get_application_gateway.py +2 -2
  911. pulumi_azure_native/network/get_application_gateway_backend_health_on_demand.py +2 -2
  912. pulumi_azure_native/network/get_application_gateway_private_endpoint_connection.py +2 -2
  913. pulumi_azure_native/network/get_application_security_group.py +2 -2
  914. pulumi_azure_native/network/get_azure_firewall.py +2 -2
  915. pulumi_azure_native/network/get_bastion_host.py +2 -2
  916. pulumi_azure_native/network/get_bastion_shareable_link.py +2 -2
  917. pulumi_azure_native/network/get_configuration_policy_group.py +2 -2
  918. pulumi_azure_native/network/get_connection_monitor.py +2 -2
  919. pulumi_azure_native/network/get_connectivity_configuration.py +2 -2
  920. pulumi_azure_native/network/get_custom_ip_prefix.py +2 -2
  921. pulumi_azure_native/network/get_ddos_custom_policy.py +2 -2
  922. pulumi_azure_native/network/get_ddos_protection_plan.py +2 -2
  923. pulumi_azure_native/network/get_dscp_configuration.py +2 -2
  924. pulumi_azure_native/network/get_express_route_circuit.py +2 -2
  925. pulumi_azure_native/network/get_express_route_circuit_authorization.py +2 -2
  926. pulumi_azure_native/network/get_express_route_circuit_connection.py +2 -2
  927. pulumi_azure_native/network/get_express_route_circuit_peering.py +2 -2
  928. pulumi_azure_native/network/get_express_route_connection.py +2 -2
  929. pulumi_azure_native/network/get_express_route_cross_connection_peering.py +2 -2
  930. pulumi_azure_native/network/get_express_route_gateway.py +2 -2
  931. pulumi_azure_native/network/get_express_route_port.py +2 -2
  932. pulumi_azure_native/network/get_express_route_port_authorization.py +2 -2
  933. pulumi_azure_native/network/get_firewall_policy.py +2 -2
  934. pulumi_azure_native/network/get_firewall_policy_draft.py +2 -2
  935. pulumi_azure_native/network/get_firewall_policy_rule_collection_group.py +2 -2
  936. pulumi_azure_native/network/get_firewall_policy_rule_collection_group_draft.py +2 -2
  937. pulumi_azure_native/network/get_flow_log.py +2 -2
  938. pulumi_azure_native/network/get_hub_route_table.py +2 -2
  939. pulumi_azure_native/network/get_hub_virtual_network_connection.py +2 -2
  940. pulumi_azure_native/network/get_inbound_nat_rule.py +2 -2
  941. pulumi_azure_native/network/get_ip_allocation.py +2 -2
  942. pulumi_azure_native/network/get_ip_group.py +2 -2
  943. pulumi_azure_native/network/get_load_balancer.py +2 -2
  944. pulumi_azure_native/network/get_load_balancer_backend_address_pool.py +2 -2
  945. pulumi_azure_native/network/get_local_network_gateway.py +2 -2
  946. pulumi_azure_native/network/get_management_group_network_manager_connection.py +2 -2
  947. pulumi_azure_native/network/get_nat_gateway.py +2 -2
  948. pulumi_azure_native/network/get_nat_rule.py +2 -2
  949. pulumi_azure_native/network/get_network_group.py +2 -2
  950. pulumi_azure_native/network/get_network_interface.py +2 -2
  951. pulumi_azure_native/network/get_network_interface_tap_configuration.py +2 -2
  952. pulumi_azure_native/network/get_network_manager.py +2 -2
  953. pulumi_azure_native/network/get_network_manager_routing_configuration.py +182 -0
  954. pulumi_azure_native/network/get_network_profile.py +2 -2
  955. pulumi_azure_native/network/get_network_security_group.py +2 -2
  956. pulumi_azure_native/network/get_network_virtual_appliance.py +2 -2
  957. pulumi_azure_native/network/get_network_watcher.py +2 -2
  958. pulumi_azure_native/network/get_p2s_vpn_gateway.py +2 -2
  959. pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +2 -2
  960. pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +2 -2
  961. pulumi_azure_native/network/get_packet_capture.py +2 -2
  962. pulumi_azure_native/network/get_private_dns_zone_group.py +2 -2
  963. pulumi_azure_native/network/get_private_endpoint.py +2 -2
  964. pulumi_azure_native/network/get_private_link_service.py +2 -2
  965. pulumi_azure_native/network/get_private_link_service_private_endpoint_connection.py +2 -2
  966. pulumi_azure_native/network/get_public_ip_address.py +2 -2
  967. pulumi_azure_native/network/get_public_ip_prefix.py +2 -2
  968. pulumi_azure_native/network/get_route.py +3 -3
  969. pulumi_azure_native/network/get_route_filter.py +2 -2
  970. pulumi_azure_native/network/get_route_filter_rule.py +2 -2
  971. pulumi_azure_native/network/get_route_map.py +2 -2
  972. pulumi_azure_native/network/get_route_table.py +2 -2
  973. pulumi_azure_native/network/get_routing_intent.py +2 -2
  974. pulumi_azure_native/network/get_routing_rule.py +218 -0
  975. pulumi_azure_native/network/get_routing_rule_collection.py +213 -0
  976. pulumi_azure_native/network/get_scope_connection.py +2 -2
  977. pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
  978. pulumi_azure_native/network/get_security_partner_provider.py +2 -2
  979. pulumi_azure_native/network/get_security_rule.py +2 -2
  980. pulumi_azure_native/network/get_security_user_configuration.py +2 -2
  981. pulumi_azure_native/network/get_security_user_rule.py +270 -0
  982. pulumi_azure_native/network/get_security_user_rule_collection.py +200 -0
  983. pulumi_azure_native/network/get_service_endpoint_policy.py +2 -2
  984. pulumi_azure_native/network/get_service_endpoint_policy_definition.py +2 -2
  985. pulumi_azure_native/network/get_static_member.py +2 -2
  986. pulumi_azure_native/network/get_subnet.py +2 -2
  987. pulumi_azure_native/network/get_subscription_network_manager_connection.py +2 -2
  988. pulumi_azure_native/network/get_virtual_appliance_site.py +2 -2
  989. pulumi_azure_native/network/get_virtual_hub.py +2 -2
  990. pulumi_azure_native/network/get_virtual_hub_bgp_connection.py +2 -2
  991. pulumi_azure_native/network/get_virtual_hub_ip_configuration.py +2 -2
  992. pulumi_azure_native/network/get_virtual_hub_route_table_v2.py +2 -2
  993. pulumi_azure_native/network/get_virtual_network.py +2 -2
  994. pulumi_azure_native/network/get_virtual_network_gateway.py +2 -2
  995. pulumi_azure_native/network/get_virtual_network_gateway_advertised_routes.py +2 -2
  996. pulumi_azure_native/network/get_virtual_network_gateway_bgp_peer_status.py +2 -2
  997. pulumi_azure_native/network/get_virtual_network_gateway_connection.py +2 -2
  998. pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +2 -2
  999. pulumi_azure_native/network/get_virtual_network_gateway_learned_routes.py +2 -2
  1000. pulumi_azure_native/network/get_virtual_network_gateway_nat_rule.py +2 -2
  1001. pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +2 -2
  1002. pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_connection_health.py +2 -2
  1003. pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +2 -2
  1004. pulumi_azure_native/network/get_virtual_network_peering.py +2 -2
  1005. pulumi_azure_native/network/get_virtual_network_tap.py +2 -2
  1006. pulumi_azure_native/network/get_virtual_router.py +2 -2
  1007. pulumi_azure_native/network/get_virtual_router_peering.py +2 -2
  1008. pulumi_azure_native/network/get_virtual_wan.py +2 -2
  1009. pulumi_azure_native/network/get_vpn_connection.py +2 -2
  1010. pulumi_azure_native/network/get_vpn_gateway.py +2 -2
  1011. pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +2 -2
  1012. pulumi_azure_native/network/get_vpn_server_configuration.py +2 -2
  1013. pulumi_azure_native/network/get_vpn_site.py +2 -2
  1014. pulumi_azure_native/network/get_web_application_firewall_policy.py +2 -2
  1015. pulumi_azure_native/network/hub_route_table.py +3 -3
  1016. pulumi_azure_native/network/hub_virtual_network_connection.py +3 -3
  1017. pulumi_azure_native/network/inbound_nat_rule.py +3 -3
  1018. pulumi_azure_native/network/interface_endpoint.py +1 -1
  1019. pulumi_azure_native/network/ip_allocation.py +3 -3
  1020. pulumi_azure_native/network/ip_group.py +3 -3
  1021. pulumi_azure_native/network/list_active_connectivity_configurations.py +2 -2
  1022. pulumi_azure_native/network/list_active_security_admin_rules.py +2 -2
  1023. pulumi_azure_native/network/list_firewall_policy_idps_signature.py +2 -2
  1024. pulumi_azure_native/network/list_firewall_policy_idps_signatures_filter_value.py +2 -2
  1025. pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
  1026. pulumi_azure_native/network/list_network_manager_effective_connectivity_configurations.py +2 -2
  1027. pulumi_azure_native/network/list_network_manager_effective_security_admin_rules.py +2 -2
  1028. pulumi_azure_native/network/list_vpn_link_connection_default_shared_key.py +135 -0
  1029. pulumi_azure_native/network/load_balancer.py +3 -3
  1030. pulumi_azure_native/network/load_balancer_backend_address_pool.py +3 -3
  1031. pulumi_azure_native/network/local_network_gateway.py +3 -3
  1032. pulumi_azure_native/network/management_group_network_manager_connection.py +3 -3
  1033. pulumi_azure_native/network/nat_gateway.py +3 -3
  1034. pulumi_azure_native/network/nat_rule.py +3 -3
  1035. pulumi_azure_native/network/network_group.py +3 -3
  1036. pulumi_azure_native/network/network_interface.py +3 -3
  1037. pulumi_azure_native/network/network_interface_tap_configuration.py +3 -3
  1038. pulumi_azure_native/network/network_manager.py +3 -3
  1039. pulumi_azure_native/network/network_manager_routing_configuration.py +251 -0
  1040. pulumi_azure_native/network/network_profile.py +3 -3
  1041. pulumi_azure_native/network/network_security_group.py +3 -3
  1042. pulumi_azure_native/network/network_virtual_appliance.py +3 -3
  1043. pulumi_azure_native/network/network_watcher.py +3 -3
  1044. pulumi_azure_native/network/outputs.py +246 -15
  1045. pulumi_azure_native/network/p2s_vpn_gateway.py +3 -3
  1046. pulumi_azure_native/network/packet_capture.py +3 -3
  1047. pulumi_azure_native/network/private_dns_zone_group.py +3 -3
  1048. pulumi_azure_native/network/private_endpoint.py +3 -3
  1049. pulumi_azure_native/network/private_link_service.py +3 -3
  1050. pulumi_azure_native/network/private_link_service_private_endpoint_connection.py +3 -3
  1051. pulumi_azure_native/network/public_ip_address.py +3 -3
  1052. pulumi_azure_native/network/public_ip_prefix.py +3 -3
  1053. pulumi_azure_native/network/route.py +5 -24
  1054. pulumi_azure_native/network/route_filter.py +3 -3
  1055. pulumi_azure_native/network/route_filter_rule.py +3 -3
  1056. pulumi_azure_native/network/route_map.py +3 -3
  1057. pulumi_azure_native/network/route_table.py +3 -3
  1058. pulumi_azure_native/network/routing_intent.py +3 -3
  1059. pulumi_azure_native/network/routing_rule.py +355 -0
  1060. pulumi_azure_native/network/routing_rule_collection.py +333 -0
  1061. pulumi_azure_native/network/scope_connection.py +3 -3
  1062. pulumi_azure_native/network/security_admin_configuration.py +3 -3
  1063. pulumi_azure_native/network/security_partner_provider.py +3 -3
  1064. pulumi_azure_native/network/security_rule.py +3 -3
  1065. pulumi_azure_native/network/security_user_configuration.py +3 -3
  1066. pulumi_azure_native/network/security_user_rule.py +471 -0
  1067. pulumi_azure_native/network/security_user_rule_collection.py +303 -0
  1068. pulumi_azure_native/network/service_endpoint_policy.py +3 -3
  1069. pulumi_azure_native/network/service_endpoint_policy_definition.py +3 -3
  1070. pulumi_azure_native/network/static_member.py +3 -3
  1071. pulumi_azure_native/network/subnet.py +3 -3
  1072. pulumi_azure_native/network/subscription_network_manager_connection.py +3 -3
  1073. pulumi_azure_native/network/user_rule.py +1 -1
  1074. pulumi_azure_native/network/user_rule_collection.py +1 -1
  1075. pulumi_azure_native/network/v20180601/load_balancer.py +1 -1
  1076. pulumi_azure_native/network/v20180701/network_interface.py +1 -1
  1077. pulumi_azure_native/network/v20180701/service_endpoint_policy.py +1 -1
  1078. pulumi_azure_native/network/v20180701/service_endpoint_policy_definition.py +1 -1
  1079. pulumi_azure_native/network/v20180701/virtual_hub.py +1 -1
  1080. pulumi_azure_native/network/v20180701/virtual_wan.py +1 -1
  1081. pulumi_azure_native/network/v20180701/vpn_connection.py +1 -1
  1082. pulumi_azure_native/network/v20180701/vpn_gateway.py +1 -1
  1083. pulumi_azure_native/network/v20180701/vpn_site.py +1 -1
  1084. pulumi_azure_native/network/v20181201/express_route_circuit.py +1 -1
  1085. pulumi_azure_native/network/v20190201/express_route_circuit_peering.py +1 -1
  1086. pulumi_azure_native/network/v20190201/interface_endpoint.py +1 -1
  1087. pulumi_azure_native/network/v20190201/network_interface.py +1 -1
  1088. pulumi_azure_native/network/v20190201/subnet.py +1 -1
  1089. pulumi_azure_native/network/v20190601/application_gateway.py +1 -1
  1090. pulumi_azure_native/network/v20190601/express_route_circuit.py +1 -1
  1091. pulumi_azure_native/network/v20190601/express_route_circuit_authorization.py +1 -1
  1092. pulumi_azure_native/network/v20190601/express_route_circuit_peering.py +1 -1
  1093. pulumi_azure_native/network/v20190601/inbound_nat_rule.py +1 -1
  1094. pulumi_azure_native/network/v20190601/load_balancer.py +1 -1
  1095. pulumi_azure_native/network/v20190601/nat_gateway.py +1 -1
  1096. pulumi_azure_native/network/v20190601/network_interface.py +1 -1
  1097. pulumi_azure_native/network/v20190601/network_security_group.py +1 -1
  1098. pulumi_azure_native/network/v20190601/public_ip_address.py +1 -1
  1099. pulumi_azure_native/network/v20190601/public_ip_prefix.py +1 -1
  1100. pulumi_azure_native/network/v20190601/route.py +1 -1
  1101. pulumi_azure_native/network/v20190601/route_table.py +1 -1
  1102. pulumi_azure_native/network/v20190601/security_rule.py +1 -1
  1103. pulumi_azure_native/network/v20190601/subnet.py +1 -1
  1104. pulumi_azure_native/network/v20190601/virtual_network.py +1 -1
  1105. pulumi_azure_native/network/v20190601/virtual_network_peering.py +1 -1
  1106. pulumi_azure_native/network/v20190701/p2s_vpn_gateway.py +1 -1
  1107. pulumi_azure_native/network/v20190701/virtual_wan.py +1 -1
  1108. pulumi_azure_native/network/v20190701/web_application_firewall_policy.py +1 -1
  1109. pulumi_azure_native/network/v20190801/application_gateway.py +1 -1
  1110. pulumi_azure_native/network/v20190801/express_route_circuit_peering.py +1 -1
  1111. pulumi_azure_native/network/v20190801/express_route_cross_connection_peering.py +1 -1
  1112. pulumi_azure_native/network/v20190801/express_route_port.py +1 -1
  1113. pulumi_azure_native/network/v20190801/load_balancer.py +1 -1
  1114. pulumi_azure_native/network/v20190801/local_network_gateway.py +1 -1
  1115. pulumi_azure_native/network/v20190801/nat_gateway.py +1 -1
  1116. pulumi_azure_native/network/v20190801/network_interface.py +1 -1
  1117. pulumi_azure_native/network/v20190801/network_profile.py +1 -1
  1118. pulumi_azure_native/network/v20190801/network_security_group.py +1 -1
  1119. pulumi_azure_native/network/v20190801/private_link_service.py +1 -1
  1120. pulumi_azure_native/network/v20190801/public_ip_address.py +1 -1
  1121. pulumi_azure_native/network/v20190801/public_ip_prefix.py +1 -1
  1122. pulumi_azure_native/network/v20190801/route_filter.py +1 -1
  1123. pulumi_azure_native/network/v20190801/subnet.py +1 -1
  1124. pulumi_azure_native/network/v20190801/virtual_network.py +1 -1
  1125. pulumi_azure_native/network/v20190801/virtual_network_gateway.py +1 -1
  1126. pulumi_azure_native/network/v20190801/virtual_network_gateway_connection.py +1 -1
  1127. pulumi_azure_native/network/v20190901/connection_monitor.py +1 -1
  1128. pulumi_azure_native/network/v20200401/azure_firewall.py +1 -1
  1129. pulumi_azure_native/network/v20200401/firewall_policy.py +1 -1
  1130. pulumi_azure_native/network/v20200401/network_virtual_appliance.py +1 -1
  1131. pulumi_azure_native/network/v20200401/virtual_hub.py +1 -1
  1132. pulumi_azure_native/network/v20200601/packet_capture.py +1 -1
  1133. pulumi_azure_native/network/v20200601/subnet.py +1 -1
  1134. pulumi_azure_native/network/v20200601/virtual_hub.py +1 -1
  1135. pulumi_azure_native/network/v20210201/_inputs.py +0 -20
  1136. pulumi_azure_native/network/v20210201/outputs.py +14 -15
  1137. pulumi_azure_native/network/v20210201/private_dns_zone_group.py +1 -1
  1138. pulumi_azure_native/network/v20210201/private_endpoint.py +1 -1
  1139. pulumi_azure_native/network/v20210201/private_link_service.py +1 -1
  1140. pulumi_azure_native/network/v20210201preview/admin_rule.py +1 -1
  1141. pulumi_azure_native/network/v20210201preview/admin_rule_collection.py +1 -1
  1142. pulumi_azure_native/network/v20210201preview/connectivity_configuration.py +1 -1
  1143. pulumi_azure_native/network/v20210201preview/network_group.py +1 -1
  1144. pulumi_azure_native/network/v20210201preview/network_manager.py +1 -1
  1145. pulumi_azure_native/network/v20210201preview/user_rule_collection.py +1 -1
  1146. pulumi_azure_native/network/v20210301/custom_ip_prefix.py +1 -1
  1147. pulumi_azure_native/network/v20210301/express_route_gateway.py +1 -1
  1148. pulumi_azure_native/network/v20210501preview/admin_rule.py +1 -1
  1149. pulumi_azure_native/network/v20210501preview/admin_rule_collection.py +1 -1
  1150. pulumi_azure_native/network/v20210501preview/connectivity_configuration.py +1 -1
  1151. pulumi_azure_native/network/v20210501preview/default_admin_rule.py +1 -1
  1152. pulumi_azure_native/network/v20210501preview/default_user_rule.py +1 -1
  1153. pulumi_azure_native/network/v20210501preview/network_group.py +1 -1
  1154. pulumi_azure_native/network/v20210501preview/network_manager.py +1 -1
  1155. pulumi_azure_native/network/v20210501preview/security_admin_configuration.py +1 -1
  1156. pulumi_azure_native/network/v20210501preview/security_user_configuration.py +1 -1
  1157. pulumi_azure_native/network/v20210501preview/user_rule.py +1 -1
  1158. pulumi_azure_native/network/v20210501preview/user_rule_collection.py +1 -1
  1159. pulumi_azure_native/network/v20210801/firewall_policy.py +1 -1
  1160. pulumi_azure_native/network/v20220101/ddos_custom_policy.py +1 -1
  1161. pulumi_azure_native/network/v20220401preview/default_user_rule.py +1 -1
  1162. pulumi_azure_native/network/v20220401preview/network_group.py +1 -1
  1163. pulumi_azure_native/network/v20220401preview/security_user_configuration.py +1 -1
  1164. pulumi_azure_native/network/v20220401preview/user_rule.py +1 -1
  1165. pulumi_azure_native/network/v20220401preview/user_rule_collection.py +1 -1
  1166. pulumi_azure_native/network/v20220501/ddos_protection_plan.py +1 -1
  1167. pulumi_azure_native/network/v20220501/network_watcher.py +1 -1
  1168. pulumi_azure_native/network/v20220701/_inputs.py +0 -20
  1169. pulumi_azure_native/network/v20220701/outputs.py +14 -15
  1170. pulumi_azure_native/network/v20220701/security_rule.py +1 -1
  1171. pulumi_azure_native/network/v20220701/subnet.py +1 -1
  1172. pulumi_azure_native/network/v20230201/_inputs.py +0 -20
  1173. pulumi_azure_native/network/v20230201/admin_rule.py +1 -1
  1174. pulumi_azure_native/network/v20230201/admin_rule_collection.py +1 -1
  1175. pulumi_azure_native/network/v20230201/application_gateway.py +1 -1
  1176. pulumi_azure_native/network/v20230201/application_gateway_private_endpoint_connection.py +1 -1
  1177. pulumi_azure_native/network/v20230201/application_security_group.py +1 -1
  1178. pulumi_azure_native/network/v20230201/azure_firewall.py +1 -1
  1179. pulumi_azure_native/network/v20230201/bastion_host.py +1 -1
  1180. pulumi_azure_native/network/v20230201/configuration_policy_group.py +1 -1
  1181. pulumi_azure_native/network/v20230201/connection_monitor.py +1 -1
  1182. pulumi_azure_native/network/v20230201/connectivity_configuration.py +1 -1
  1183. pulumi_azure_native/network/v20230201/custom_ip_prefix.py +1 -1
  1184. pulumi_azure_native/network/v20230201/ddos_custom_policy.py +1 -1
  1185. pulumi_azure_native/network/v20230201/ddos_protection_plan.py +1 -1
  1186. pulumi_azure_native/network/v20230201/default_admin_rule.py +1 -1
  1187. pulumi_azure_native/network/v20230201/dscp_configuration.py +1 -1
  1188. pulumi_azure_native/network/v20230201/express_route_circuit.py +1 -1
  1189. pulumi_azure_native/network/v20230201/express_route_circuit_authorization.py +1 -1
  1190. pulumi_azure_native/network/v20230201/express_route_circuit_connection.py +1 -1
  1191. pulumi_azure_native/network/v20230201/express_route_circuit_peering.py +1 -1
  1192. pulumi_azure_native/network/v20230201/express_route_connection.py +1 -1
  1193. pulumi_azure_native/network/v20230201/express_route_cross_connection_peering.py +1 -1
  1194. pulumi_azure_native/network/v20230201/express_route_gateway.py +1 -1
  1195. pulumi_azure_native/network/v20230201/express_route_port.py +1 -1
  1196. pulumi_azure_native/network/v20230201/express_route_port_authorization.py +1 -1
  1197. pulumi_azure_native/network/v20230201/firewall_policy.py +1 -1
  1198. pulumi_azure_native/network/v20230201/firewall_policy_rule_collection_group.py +1 -1
  1199. pulumi_azure_native/network/v20230201/flow_log.py +1 -1
  1200. pulumi_azure_native/network/v20230201/get_route.py +1 -1
  1201. pulumi_azure_native/network/v20230201/hub_route_table.py +1 -1
  1202. pulumi_azure_native/network/v20230201/hub_virtual_network_connection.py +1 -1
  1203. pulumi_azure_native/network/v20230201/inbound_nat_rule.py +1 -1
  1204. pulumi_azure_native/network/v20230201/ip_allocation.py +1 -1
  1205. pulumi_azure_native/network/v20230201/ip_group.py +1 -1
  1206. pulumi_azure_native/network/v20230201/load_balancer.py +1 -1
  1207. pulumi_azure_native/network/v20230201/load_balancer_backend_address_pool.py +1 -1
  1208. pulumi_azure_native/network/v20230201/local_network_gateway.py +1 -1
  1209. pulumi_azure_native/network/v20230201/management_group_network_manager_connection.py +1 -1
  1210. pulumi_azure_native/network/v20230201/nat_gateway.py +1 -1
  1211. pulumi_azure_native/network/v20230201/nat_rule.py +1 -1
  1212. pulumi_azure_native/network/v20230201/network_group.py +1 -1
  1213. pulumi_azure_native/network/v20230201/network_interface.py +1 -1
  1214. pulumi_azure_native/network/v20230201/network_interface_tap_configuration.py +1 -1
  1215. pulumi_azure_native/network/v20230201/network_manager.py +1 -1
  1216. pulumi_azure_native/network/v20230201/network_profile.py +1 -1
  1217. pulumi_azure_native/network/v20230201/network_security_group.py +1 -1
  1218. pulumi_azure_native/network/v20230201/network_virtual_appliance.py +1 -1
  1219. pulumi_azure_native/network/v20230201/network_watcher.py +1 -1
  1220. pulumi_azure_native/network/v20230201/outputs.py +14 -15
  1221. pulumi_azure_native/network/v20230201/p2s_vpn_gateway.py +1 -1
  1222. pulumi_azure_native/network/v20230201/packet_capture.py +1 -1
  1223. pulumi_azure_native/network/v20230201/private_dns_zone_group.py +1 -1
  1224. pulumi_azure_native/network/v20230201/private_endpoint.py +1 -1
  1225. pulumi_azure_native/network/v20230201/private_link_service.py +1 -1
  1226. pulumi_azure_native/network/v20230201/private_link_service_private_endpoint_connection.py +1 -1
  1227. pulumi_azure_native/network/v20230201/public_ip_address.py +1 -1
  1228. pulumi_azure_native/network/v20230201/public_ip_prefix.py +1 -1
  1229. pulumi_azure_native/network/v20230201/route.py +3 -22
  1230. pulumi_azure_native/network/v20230201/route_filter.py +1 -1
  1231. pulumi_azure_native/network/v20230201/route_filter_rule.py +1 -1
  1232. pulumi_azure_native/network/v20230201/route_map.py +1 -1
  1233. pulumi_azure_native/network/v20230201/route_table.py +1 -1
  1234. pulumi_azure_native/network/v20230201/routing_intent.py +1 -1
  1235. pulumi_azure_native/network/v20230201/scope_connection.py +1 -1
  1236. pulumi_azure_native/network/v20230201/security_admin_configuration.py +1 -1
  1237. pulumi_azure_native/network/v20230201/security_partner_provider.py +1 -1
  1238. pulumi_azure_native/network/v20230201/security_rule.py +1 -1
  1239. pulumi_azure_native/network/v20230201/service_endpoint_policy.py +1 -1
  1240. pulumi_azure_native/network/v20230201/service_endpoint_policy_definition.py +1 -1
  1241. pulumi_azure_native/network/v20230201/static_member.py +1 -1
  1242. pulumi_azure_native/network/v20230201/subnet.py +1 -1
  1243. pulumi_azure_native/network/v20230201/subscription_network_manager_connection.py +1 -1
  1244. pulumi_azure_native/network/v20230201/virtual_appliance_site.py +1 -1
  1245. pulumi_azure_native/network/v20230201/virtual_hub.py +1 -1
  1246. pulumi_azure_native/network/v20230201/virtual_hub_bgp_connection.py +1 -1
  1247. pulumi_azure_native/network/v20230201/virtual_hub_ip_configuration.py +1 -1
  1248. pulumi_azure_native/network/v20230201/virtual_hub_route_table_v2.py +1 -1
  1249. pulumi_azure_native/network/v20230201/virtual_network.py +1 -1
  1250. pulumi_azure_native/network/v20230201/virtual_network_gateway.py +1 -1
  1251. pulumi_azure_native/network/v20230201/virtual_network_gateway_connection.py +1 -1
  1252. pulumi_azure_native/network/v20230201/virtual_network_gateway_nat_rule.py +1 -1
  1253. pulumi_azure_native/network/v20230201/virtual_network_peering.py +1 -1
  1254. pulumi_azure_native/network/v20230201/virtual_network_tap.py +1 -1
  1255. pulumi_azure_native/network/v20230201/virtual_router.py +1 -1
  1256. pulumi_azure_native/network/v20230201/virtual_router_peering.py +1 -1
  1257. pulumi_azure_native/network/v20230201/virtual_wan.py +1 -1
  1258. pulumi_azure_native/network/v20230201/vpn_connection.py +1 -1
  1259. pulumi_azure_native/network/v20230201/vpn_gateway.py +1 -1
  1260. pulumi_azure_native/network/v20230201/vpn_server_configuration.py +1 -1
  1261. pulumi_azure_native/network/v20230201/vpn_site.py +1 -1
  1262. pulumi_azure_native/network/v20230201/web_application_firewall_policy.py +1 -1
  1263. pulumi_azure_native/network/v20230401/_inputs.py +0 -20
  1264. pulumi_azure_native/network/v20230401/admin_rule.py +1 -1
  1265. pulumi_azure_native/network/v20230401/admin_rule_collection.py +1 -1
  1266. pulumi_azure_native/network/v20230401/application_gateway.py +1 -1
  1267. pulumi_azure_native/network/v20230401/application_gateway_private_endpoint_connection.py +1 -1
  1268. pulumi_azure_native/network/v20230401/application_security_group.py +1 -1
  1269. pulumi_azure_native/network/v20230401/azure_firewall.py +1 -1
  1270. pulumi_azure_native/network/v20230401/bastion_host.py +1 -1
  1271. pulumi_azure_native/network/v20230401/configuration_policy_group.py +1 -1
  1272. pulumi_azure_native/network/v20230401/connection_monitor.py +1 -1
  1273. pulumi_azure_native/network/v20230401/connectivity_configuration.py +1 -1
  1274. pulumi_azure_native/network/v20230401/custom_ip_prefix.py +1 -1
  1275. pulumi_azure_native/network/v20230401/ddos_custom_policy.py +1 -1
  1276. pulumi_azure_native/network/v20230401/ddos_protection_plan.py +1 -1
  1277. pulumi_azure_native/network/v20230401/default_admin_rule.py +1 -1
  1278. pulumi_azure_native/network/v20230401/dscp_configuration.py +1 -1
  1279. pulumi_azure_native/network/v20230401/express_route_circuit.py +1 -1
  1280. pulumi_azure_native/network/v20230401/express_route_circuit_authorization.py +1 -1
  1281. pulumi_azure_native/network/v20230401/express_route_circuit_connection.py +1 -1
  1282. pulumi_azure_native/network/v20230401/express_route_circuit_peering.py +1 -1
  1283. pulumi_azure_native/network/v20230401/express_route_connection.py +1 -1
  1284. pulumi_azure_native/network/v20230401/express_route_cross_connection_peering.py +1 -1
  1285. pulumi_azure_native/network/v20230401/express_route_gateway.py +1 -1
  1286. pulumi_azure_native/network/v20230401/express_route_port.py +1 -1
  1287. pulumi_azure_native/network/v20230401/express_route_port_authorization.py +1 -1
  1288. pulumi_azure_native/network/v20230401/firewall_policy.py +1 -1
  1289. pulumi_azure_native/network/v20230401/firewall_policy_rule_collection_group.py +1 -1
  1290. pulumi_azure_native/network/v20230401/flow_log.py +1 -1
  1291. pulumi_azure_native/network/v20230401/get_route.py +1 -1
  1292. pulumi_azure_native/network/v20230401/hub_route_table.py +1 -1
  1293. pulumi_azure_native/network/v20230401/hub_virtual_network_connection.py +1 -1
  1294. pulumi_azure_native/network/v20230401/inbound_nat_rule.py +1 -1
  1295. pulumi_azure_native/network/v20230401/ip_allocation.py +1 -1
  1296. pulumi_azure_native/network/v20230401/ip_group.py +1 -1
  1297. pulumi_azure_native/network/v20230401/load_balancer.py +1 -1
  1298. pulumi_azure_native/network/v20230401/load_balancer_backend_address_pool.py +1 -1
  1299. pulumi_azure_native/network/v20230401/local_network_gateway.py +1 -1
  1300. pulumi_azure_native/network/v20230401/management_group_network_manager_connection.py +1 -1
  1301. pulumi_azure_native/network/v20230401/nat_gateway.py +1 -1
  1302. pulumi_azure_native/network/v20230401/nat_rule.py +1 -1
  1303. pulumi_azure_native/network/v20230401/network_group.py +1 -1
  1304. pulumi_azure_native/network/v20230401/network_interface.py +1 -1
  1305. pulumi_azure_native/network/v20230401/network_interface_tap_configuration.py +1 -1
  1306. pulumi_azure_native/network/v20230401/network_manager.py +1 -1
  1307. pulumi_azure_native/network/v20230401/network_profile.py +1 -1
  1308. pulumi_azure_native/network/v20230401/network_security_group.py +1 -1
  1309. pulumi_azure_native/network/v20230401/network_virtual_appliance.py +1 -1
  1310. pulumi_azure_native/network/v20230401/network_watcher.py +1 -1
  1311. pulumi_azure_native/network/v20230401/outputs.py +14 -15
  1312. pulumi_azure_native/network/v20230401/p2s_vpn_gateway.py +1 -1
  1313. pulumi_azure_native/network/v20230401/packet_capture.py +1 -1
  1314. pulumi_azure_native/network/v20230401/private_dns_zone_group.py +1 -1
  1315. pulumi_azure_native/network/v20230401/private_endpoint.py +1 -1
  1316. pulumi_azure_native/network/v20230401/private_link_service.py +1 -1
  1317. pulumi_azure_native/network/v20230401/private_link_service_private_endpoint_connection.py +1 -1
  1318. pulumi_azure_native/network/v20230401/public_ip_address.py +1 -1
  1319. pulumi_azure_native/network/v20230401/public_ip_prefix.py +1 -1
  1320. pulumi_azure_native/network/v20230401/route.py +3 -22
  1321. pulumi_azure_native/network/v20230401/route_filter.py +1 -1
  1322. pulumi_azure_native/network/v20230401/route_filter_rule.py +1 -1
  1323. pulumi_azure_native/network/v20230401/route_map.py +1 -1
  1324. pulumi_azure_native/network/v20230401/route_table.py +1 -1
  1325. pulumi_azure_native/network/v20230401/routing_intent.py +1 -1
  1326. pulumi_azure_native/network/v20230401/scope_connection.py +1 -1
  1327. pulumi_azure_native/network/v20230401/security_admin_configuration.py +1 -1
  1328. pulumi_azure_native/network/v20230401/security_partner_provider.py +1 -1
  1329. pulumi_azure_native/network/v20230401/security_rule.py +1 -1
  1330. pulumi_azure_native/network/v20230401/service_endpoint_policy.py +1 -1
  1331. pulumi_azure_native/network/v20230401/service_endpoint_policy_definition.py +1 -1
  1332. pulumi_azure_native/network/v20230401/static_member.py +1 -1
  1333. pulumi_azure_native/network/v20230401/subnet.py +1 -1
  1334. pulumi_azure_native/network/v20230401/subscription_network_manager_connection.py +1 -1
  1335. pulumi_azure_native/network/v20230401/virtual_appliance_site.py +1 -1
  1336. pulumi_azure_native/network/v20230401/virtual_hub.py +1 -1
  1337. pulumi_azure_native/network/v20230401/virtual_hub_bgp_connection.py +1 -1
  1338. pulumi_azure_native/network/v20230401/virtual_hub_ip_configuration.py +1 -1
  1339. pulumi_azure_native/network/v20230401/virtual_hub_route_table_v2.py +1 -1
  1340. pulumi_azure_native/network/v20230401/virtual_network.py +1 -1
  1341. pulumi_azure_native/network/v20230401/virtual_network_gateway.py +1 -1
  1342. pulumi_azure_native/network/v20230401/virtual_network_gateway_connection.py +1 -1
  1343. pulumi_azure_native/network/v20230401/virtual_network_gateway_nat_rule.py +1 -1
  1344. pulumi_azure_native/network/v20230401/virtual_network_peering.py +1 -1
  1345. pulumi_azure_native/network/v20230401/virtual_network_tap.py +1 -1
  1346. pulumi_azure_native/network/v20230401/virtual_router.py +1 -1
  1347. pulumi_azure_native/network/v20230401/virtual_router_peering.py +1 -1
  1348. pulumi_azure_native/network/v20230401/virtual_wan.py +1 -1
  1349. pulumi_azure_native/network/v20230401/vpn_connection.py +1 -1
  1350. pulumi_azure_native/network/v20230401/vpn_gateway.py +1 -1
  1351. pulumi_azure_native/network/v20230401/vpn_server_configuration.py +1 -1
  1352. pulumi_azure_native/network/v20230401/vpn_site.py +1 -1
  1353. pulumi_azure_native/network/v20230401/web_application_firewall_policy.py +1 -1
  1354. pulumi_azure_native/network/v20230501/_inputs.py +0 -20
  1355. pulumi_azure_native/network/v20230501/admin_rule.py +1 -1
  1356. pulumi_azure_native/network/v20230501/admin_rule_collection.py +1 -1
  1357. pulumi_azure_native/network/v20230501/application_gateway.py +1 -1
  1358. pulumi_azure_native/network/v20230501/application_gateway_private_endpoint_connection.py +1 -1
  1359. pulumi_azure_native/network/v20230501/application_security_group.py +1 -1
  1360. pulumi_azure_native/network/v20230501/azure_firewall.py +1 -1
  1361. pulumi_azure_native/network/v20230501/bastion_host.py +1 -1
  1362. pulumi_azure_native/network/v20230501/configuration_policy_group.py +1 -1
  1363. pulumi_azure_native/network/v20230501/connection_monitor.py +1 -1
  1364. pulumi_azure_native/network/v20230501/connectivity_configuration.py +1 -1
  1365. pulumi_azure_native/network/v20230501/custom_ip_prefix.py +1 -1
  1366. pulumi_azure_native/network/v20230501/ddos_custom_policy.py +1 -1
  1367. pulumi_azure_native/network/v20230501/ddos_protection_plan.py +1 -1
  1368. pulumi_azure_native/network/v20230501/default_admin_rule.py +1 -1
  1369. pulumi_azure_native/network/v20230501/dscp_configuration.py +1 -1
  1370. pulumi_azure_native/network/v20230501/express_route_circuit.py +1 -1
  1371. pulumi_azure_native/network/v20230501/express_route_circuit_authorization.py +1 -1
  1372. pulumi_azure_native/network/v20230501/express_route_circuit_connection.py +1 -1
  1373. pulumi_azure_native/network/v20230501/express_route_circuit_peering.py +1 -1
  1374. pulumi_azure_native/network/v20230501/express_route_connection.py +1 -1
  1375. pulumi_azure_native/network/v20230501/express_route_cross_connection_peering.py +1 -1
  1376. pulumi_azure_native/network/v20230501/express_route_gateway.py +1 -1
  1377. pulumi_azure_native/network/v20230501/express_route_port.py +1 -1
  1378. pulumi_azure_native/network/v20230501/express_route_port_authorization.py +1 -1
  1379. pulumi_azure_native/network/v20230501/firewall_policy.py +1 -1
  1380. pulumi_azure_native/network/v20230501/firewall_policy_rule_collection_group.py +1 -1
  1381. pulumi_azure_native/network/v20230501/flow_log.py +1 -1
  1382. pulumi_azure_native/network/v20230501/get_route.py +1 -1
  1383. pulumi_azure_native/network/v20230501/hub_route_table.py +1 -1
  1384. pulumi_azure_native/network/v20230501/hub_virtual_network_connection.py +1 -1
  1385. pulumi_azure_native/network/v20230501/inbound_nat_rule.py +1 -1
  1386. pulumi_azure_native/network/v20230501/ip_allocation.py +1 -1
  1387. pulumi_azure_native/network/v20230501/ip_group.py +1 -1
  1388. pulumi_azure_native/network/v20230501/load_balancer.py +1 -1
  1389. pulumi_azure_native/network/v20230501/load_balancer_backend_address_pool.py +1 -1
  1390. pulumi_azure_native/network/v20230501/local_network_gateway.py +1 -1
  1391. pulumi_azure_native/network/v20230501/management_group_network_manager_connection.py +1 -1
  1392. pulumi_azure_native/network/v20230501/nat_gateway.py +1 -1
  1393. pulumi_azure_native/network/v20230501/nat_rule.py +1 -1
  1394. pulumi_azure_native/network/v20230501/network_group.py +1 -1
  1395. pulumi_azure_native/network/v20230501/network_interface.py +1 -1
  1396. pulumi_azure_native/network/v20230501/network_interface_tap_configuration.py +1 -1
  1397. pulumi_azure_native/network/v20230501/network_manager.py +1 -1
  1398. pulumi_azure_native/network/v20230501/network_profile.py +1 -1
  1399. pulumi_azure_native/network/v20230501/network_security_group.py +1 -1
  1400. pulumi_azure_native/network/v20230501/network_virtual_appliance.py +1 -1
  1401. pulumi_azure_native/network/v20230501/network_watcher.py +1 -1
  1402. pulumi_azure_native/network/v20230501/outputs.py +14 -15
  1403. pulumi_azure_native/network/v20230501/p2s_vpn_gateway.py +1 -1
  1404. pulumi_azure_native/network/v20230501/packet_capture.py +1 -1
  1405. pulumi_azure_native/network/v20230501/private_dns_zone_group.py +1 -1
  1406. pulumi_azure_native/network/v20230501/private_endpoint.py +1 -1
  1407. pulumi_azure_native/network/v20230501/private_link_service.py +1 -1
  1408. pulumi_azure_native/network/v20230501/private_link_service_private_endpoint_connection.py +1 -1
  1409. pulumi_azure_native/network/v20230501/public_ip_address.py +1 -1
  1410. pulumi_azure_native/network/v20230501/public_ip_prefix.py +1 -1
  1411. pulumi_azure_native/network/v20230501/route.py +3 -22
  1412. pulumi_azure_native/network/v20230501/route_filter.py +1 -1
  1413. pulumi_azure_native/network/v20230501/route_filter_rule.py +1 -1
  1414. pulumi_azure_native/network/v20230501/route_map.py +1 -1
  1415. pulumi_azure_native/network/v20230501/route_table.py +1 -1
  1416. pulumi_azure_native/network/v20230501/routing_intent.py +1 -1
  1417. pulumi_azure_native/network/v20230501/scope_connection.py +1 -1
  1418. pulumi_azure_native/network/v20230501/security_admin_configuration.py +1 -1
  1419. pulumi_azure_native/network/v20230501/security_partner_provider.py +1 -1
  1420. pulumi_azure_native/network/v20230501/security_rule.py +1 -1
  1421. pulumi_azure_native/network/v20230501/service_endpoint_policy.py +1 -1
  1422. pulumi_azure_native/network/v20230501/service_endpoint_policy_definition.py +1 -1
  1423. pulumi_azure_native/network/v20230501/static_member.py +1 -1
  1424. pulumi_azure_native/network/v20230501/subnet.py +1 -1
  1425. pulumi_azure_native/network/v20230501/subscription_network_manager_connection.py +1 -1
  1426. pulumi_azure_native/network/v20230501/virtual_appliance_site.py +1 -1
  1427. pulumi_azure_native/network/v20230501/virtual_hub.py +1 -1
  1428. pulumi_azure_native/network/v20230501/virtual_hub_bgp_connection.py +1 -1
  1429. pulumi_azure_native/network/v20230501/virtual_hub_ip_configuration.py +1 -1
  1430. pulumi_azure_native/network/v20230501/virtual_hub_route_table_v2.py +1 -1
  1431. pulumi_azure_native/network/v20230501/virtual_network.py +1 -1
  1432. pulumi_azure_native/network/v20230501/virtual_network_gateway.py +1 -1
  1433. pulumi_azure_native/network/v20230501/virtual_network_gateway_connection.py +1 -1
  1434. pulumi_azure_native/network/v20230501/virtual_network_gateway_nat_rule.py +1 -1
  1435. pulumi_azure_native/network/v20230501/virtual_network_peering.py +1 -1
  1436. pulumi_azure_native/network/v20230501/virtual_network_tap.py +1 -1
  1437. pulumi_azure_native/network/v20230501/virtual_router.py +1 -1
  1438. pulumi_azure_native/network/v20230501/virtual_router_peering.py +1 -1
  1439. pulumi_azure_native/network/v20230501/virtual_wan.py +1 -1
  1440. pulumi_azure_native/network/v20230501/vpn_connection.py +1 -1
  1441. pulumi_azure_native/network/v20230501/vpn_gateway.py +1 -1
  1442. pulumi_azure_native/network/v20230501/vpn_server_configuration.py +1 -1
  1443. pulumi_azure_native/network/v20230501/vpn_site.py +1 -1
  1444. pulumi_azure_native/network/v20230501/web_application_firewall_policy.py +1 -1
  1445. pulumi_azure_native/network/v20230601/_inputs.py +0 -20
  1446. pulumi_azure_native/network/v20230601/admin_rule.py +1 -1
  1447. pulumi_azure_native/network/v20230601/admin_rule_collection.py +1 -1
  1448. pulumi_azure_native/network/v20230601/application_gateway.py +1 -1
  1449. pulumi_azure_native/network/v20230601/application_gateway_private_endpoint_connection.py +1 -1
  1450. pulumi_azure_native/network/v20230601/application_security_group.py +1 -1
  1451. pulumi_azure_native/network/v20230601/azure_firewall.py +1 -1
  1452. pulumi_azure_native/network/v20230601/bastion_host.py +1 -1
  1453. pulumi_azure_native/network/v20230601/configuration_policy_group.py +1 -1
  1454. pulumi_azure_native/network/v20230601/connection_monitor.py +1 -1
  1455. pulumi_azure_native/network/v20230601/connectivity_configuration.py +1 -1
  1456. pulumi_azure_native/network/v20230601/custom_ip_prefix.py +1 -1
  1457. pulumi_azure_native/network/v20230601/ddos_custom_policy.py +1 -1
  1458. pulumi_azure_native/network/v20230601/ddos_protection_plan.py +1 -1
  1459. pulumi_azure_native/network/v20230601/default_admin_rule.py +1 -1
  1460. pulumi_azure_native/network/v20230601/dscp_configuration.py +1 -1
  1461. pulumi_azure_native/network/v20230601/express_route_circuit.py +1 -1
  1462. pulumi_azure_native/network/v20230601/express_route_circuit_authorization.py +1 -1
  1463. pulumi_azure_native/network/v20230601/express_route_circuit_connection.py +1 -1
  1464. pulumi_azure_native/network/v20230601/express_route_circuit_peering.py +1 -1
  1465. pulumi_azure_native/network/v20230601/express_route_connection.py +1 -1
  1466. pulumi_azure_native/network/v20230601/express_route_cross_connection_peering.py +1 -1
  1467. pulumi_azure_native/network/v20230601/express_route_gateway.py +1 -1
  1468. pulumi_azure_native/network/v20230601/express_route_port.py +1 -1
  1469. pulumi_azure_native/network/v20230601/express_route_port_authorization.py +1 -1
  1470. pulumi_azure_native/network/v20230601/firewall_policy.py +1 -1
  1471. pulumi_azure_native/network/v20230601/firewall_policy_rule_collection_group.py +1 -1
  1472. pulumi_azure_native/network/v20230601/flow_log.py +1 -1
  1473. pulumi_azure_native/network/v20230601/get_route.py +1 -1
  1474. pulumi_azure_native/network/v20230601/hub_route_table.py +1 -1
  1475. pulumi_azure_native/network/v20230601/hub_virtual_network_connection.py +1 -1
  1476. pulumi_azure_native/network/v20230601/inbound_nat_rule.py +1 -1
  1477. pulumi_azure_native/network/v20230601/ip_allocation.py +1 -1
  1478. pulumi_azure_native/network/v20230601/ip_group.py +1 -1
  1479. pulumi_azure_native/network/v20230601/load_balancer.py +1 -1
  1480. pulumi_azure_native/network/v20230601/load_balancer_backend_address_pool.py +1 -1
  1481. pulumi_azure_native/network/v20230601/local_network_gateway.py +1 -1
  1482. pulumi_azure_native/network/v20230601/management_group_network_manager_connection.py +1 -1
  1483. pulumi_azure_native/network/v20230601/nat_gateway.py +1 -1
  1484. pulumi_azure_native/network/v20230601/nat_rule.py +1 -1
  1485. pulumi_azure_native/network/v20230601/network_group.py +1 -1
  1486. pulumi_azure_native/network/v20230601/network_interface.py +1 -1
  1487. pulumi_azure_native/network/v20230601/network_interface_tap_configuration.py +1 -1
  1488. pulumi_azure_native/network/v20230601/network_manager.py +1 -1
  1489. pulumi_azure_native/network/v20230601/network_profile.py +1 -1
  1490. pulumi_azure_native/network/v20230601/network_security_group.py +1 -1
  1491. pulumi_azure_native/network/v20230601/network_virtual_appliance.py +1 -1
  1492. pulumi_azure_native/network/v20230601/network_virtual_appliance_connection.py +1 -1
  1493. pulumi_azure_native/network/v20230601/network_watcher.py +1 -1
  1494. pulumi_azure_native/network/v20230601/outputs.py +14 -15
  1495. pulumi_azure_native/network/v20230601/p2s_vpn_gateway.py +1 -1
  1496. pulumi_azure_native/network/v20230601/packet_capture.py +1 -1
  1497. pulumi_azure_native/network/v20230601/private_dns_zone_group.py +1 -1
  1498. pulumi_azure_native/network/v20230601/private_endpoint.py +1 -1
  1499. pulumi_azure_native/network/v20230601/private_link_service.py +1 -1
  1500. pulumi_azure_native/network/v20230601/private_link_service_private_endpoint_connection.py +1 -1
  1501. pulumi_azure_native/network/v20230601/public_ip_address.py +1 -1
  1502. pulumi_azure_native/network/v20230601/public_ip_prefix.py +1 -1
  1503. pulumi_azure_native/network/v20230601/route.py +3 -22
  1504. pulumi_azure_native/network/v20230601/route_filter.py +1 -1
  1505. pulumi_azure_native/network/v20230601/route_filter_rule.py +1 -1
  1506. pulumi_azure_native/network/v20230601/route_map.py +1 -1
  1507. pulumi_azure_native/network/v20230601/route_table.py +1 -1
  1508. pulumi_azure_native/network/v20230601/routing_intent.py +1 -1
  1509. pulumi_azure_native/network/v20230601/scope_connection.py +1 -1
  1510. pulumi_azure_native/network/v20230601/security_admin_configuration.py +1 -1
  1511. pulumi_azure_native/network/v20230601/security_partner_provider.py +1 -1
  1512. pulumi_azure_native/network/v20230601/security_rule.py +1 -1
  1513. pulumi_azure_native/network/v20230601/service_endpoint_policy.py +1 -1
  1514. pulumi_azure_native/network/v20230601/service_endpoint_policy_definition.py +1 -1
  1515. pulumi_azure_native/network/v20230601/static_member.py +1 -1
  1516. pulumi_azure_native/network/v20230601/subnet.py +1 -1
  1517. pulumi_azure_native/network/v20230601/subscription_network_manager_connection.py +1 -1
  1518. pulumi_azure_native/network/v20230601/virtual_appliance_site.py +1 -1
  1519. pulumi_azure_native/network/v20230601/virtual_hub.py +1 -1
  1520. pulumi_azure_native/network/v20230601/virtual_hub_bgp_connection.py +1 -1
  1521. pulumi_azure_native/network/v20230601/virtual_hub_ip_configuration.py +1 -1
  1522. pulumi_azure_native/network/v20230601/virtual_hub_route_table_v2.py +1 -1
  1523. pulumi_azure_native/network/v20230601/virtual_network.py +1 -1
  1524. pulumi_azure_native/network/v20230601/virtual_network_gateway.py +1 -1
  1525. pulumi_azure_native/network/v20230601/virtual_network_gateway_connection.py +1 -1
  1526. pulumi_azure_native/network/v20230601/virtual_network_gateway_nat_rule.py +1 -1
  1527. pulumi_azure_native/network/v20230601/virtual_network_peering.py +1 -1
  1528. pulumi_azure_native/network/v20230601/virtual_network_tap.py +1 -1
  1529. pulumi_azure_native/network/v20230601/virtual_router.py +1 -1
  1530. pulumi_azure_native/network/v20230601/virtual_router_peering.py +1 -1
  1531. pulumi_azure_native/network/v20230601/virtual_wan.py +1 -1
  1532. pulumi_azure_native/network/v20230601/vpn_connection.py +1 -1
  1533. pulumi_azure_native/network/v20230601/vpn_gateway.py +1 -1
  1534. pulumi_azure_native/network/v20230601/vpn_server_configuration.py +1 -1
  1535. pulumi_azure_native/network/v20230601/vpn_site.py +1 -1
  1536. pulumi_azure_native/network/v20230601/web_application_firewall_policy.py +1 -1
  1537. pulumi_azure_native/network/v20230901/_inputs.py +0 -20
  1538. pulumi_azure_native/network/v20230901/admin_rule.py +1 -1
  1539. pulumi_azure_native/network/v20230901/admin_rule_collection.py +1 -1
  1540. pulumi_azure_native/network/v20230901/application_gateway.py +1 -1
  1541. pulumi_azure_native/network/v20230901/application_gateway_private_endpoint_connection.py +1 -1
  1542. pulumi_azure_native/network/v20230901/application_security_group.py +1 -1
  1543. pulumi_azure_native/network/v20230901/azure_firewall.py +1 -1
  1544. pulumi_azure_native/network/v20230901/bastion_host.py +1 -1
  1545. pulumi_azure_native/network/v20230901/configuration_policy_group.py +1 -1
  1546. pulumi_azure_native/network/v20230901/connection_monitor.py +1 -1
  1547. pulumi_azure_native/network/v20230901/connectivity_configuration.py +1 -1
  1548. pulumi_azure_native/network/v20230901/custom_ip_prefix.py +1 -1
  1549. pulumi_azure_native/network/v20230901/ddos_custom_policy.py +1 -1
  1550. pulumi_azure_native/network/v20230901/ddos_protection_plan.py +1 -1
  1551. pulumi_azure_native/network/v20230901/default_admin_rule.py +1 -1
  1552. pulumi_azure_native/network/v20230901/dscp_configuration.py +1 -1
  1553. pulumi_azure_native/network/v20230901/express_route_circuit.py +1 -1
  1554. pulumi_azure_native/network/v20230901/express_route_circuit_authorization.py +1 -1
  1555. pulumi_azure_native/network/v20230901/express_route_circuit_connection.py +1 -1
  1556. pulumi_azure_native/network/v20230901/express_route_circuit_peering.py +1 -1
  1557. pulumi_azure_native/network/v20230901/express_route_connection.py +1 -1
  1558. pulumi_azure_native/network/v20230901/express_route_cross_connection_peering.py +1 -1
  1559. pulumi_azure_native/network/v20230901/express_route_gateway.py +1 -1
  1560. pulumi_azure_native/network/v20230901/express_route_port.py +1 -1
  1561. pulumi_azure_native/network/v20230901/express_route_port_authorization.py +1 -1
  1562. pulumi_azure_native/network/v20230901/firewall_policy.py +1 -1
  1563. pulumi_azure_native/network/v20230901/firewall_policy_rule_collection_group.py +1 -1
  1564. pulumi_azure_native/network/v20230901/flow_log.py +1 -1
  1565. pulumi_azure_native/network/v20230901/get_route.py +1 -1
  1566. pulumi_azure_native/network/v20230901/hub_route_table.py +1 -1
  1567. pulumi_azure_native/network/v20230901/hub_virtual_network_connection.py +1 -1
  1568. pulumi_azure_native/network/v20230901/inbound_nat_rule.py +1 -1
  1569. pulumi_azure_native/network/v20230901/ip_allocation.py +1 -1
  1570. pulumi_azure_native/network/v20230901/ip_group.py +1 -1
  1571. pulumi_azure_native/network/v20230901/load_balancer.py +1 -1
  1572. pulumi_azure_native/network/v20230901/load_balancer_backend_address_pool.py +1 -1
  1573. pulumi_azure_native/network/v20230901/local_network_gateway.py +1 -1
  1574. pulumi_azure_native/network/v20230901/management_group_network_manager_connection.py +1 -1
  1575. pulumi_azure_native/network/v20230901/nat_gateway.py +1 -1
  1576. pulumi_azure_native/network/v20230901/nat_rule.py +1 -1
  1577. pulumi_azure_native/network/v20230901/network_group.py +1 -1
  1578. pulumi_azure_native/network/v20230901/network_interface.py +1 -1
  1579. pulumi_azure_native/network/v20230901/network_interface_tap_configuration.py +1 -1
  1580. pulumi_azure_native/network/v20230901/network_manager.py +1 -1
  1581. pulumi_azure_native/network/v20230901/network_profile.py +1 -1
  1582. pulumi_azure_native/network/v20230901/network_security_group.py +1 -1
  1583. pulumi_azure_native/network/v20230901/network_virtual_appliance.py +1 -1
  1584. pulumi_azure_native/network/v20230901/network_virtual_appliance_connection.py +1 -1
  1585. pulumi_azure_native/network/v20230901/network_watcher.py +1 -1
  1586. pulumi_azure_native/network/v20230901/outputs.py +14 -15
  1587. pulumi_azure_native/network/v20230901/p2s_vpn_gateway.py +1 -1
  1588. pulumi_azure_native/network/v20230901/packet_capture.py +1 -1
  1589. pulumi_azure_native/network/v20230901/private_dns_zone_group.py +1 -1
  1590. pulumi_azure_native/network/v20230901/private_endpoint.py +1 -1
  1591. pulumi_azure_native/network/v20230901/private_link_service.py +1 -1
  1592. pulumi_azure_native/network/v20230901/private_link_service_private_endpoint_connection.py +1 -1
  1593. pulumi_azure_native/network/v20230901/public_ip_address.py +1 -1
  1594. pulumi_azure_native/network/v20230901/public_ip_prefix.py +1 -1
  1595. pulumi_azure_native/network/v20230901/route.py +3 -22
  1596. pulumi_azure_native/network/v20230901/route_filter.py +1 -1
  1597. pulumi_azure_native/network/v20230901/route_filter_rule.py +1 -1
  1598. pulumi_azure_native/network/v20230901/route_map.py +1 -1
  1599. pulumi_azure_native/network/v20230901/route_table.py +1 -1
  1600. pulumi_azure_native/network/v20230901/routing_intent.py +1 -1
  1601. pulumi_azure_native/network/v20230901/scope_connection.py +1 -1
  1602. pulumi_azure_native/network/v20230901/security_admin_configuration.py +1 -1
  1603. pulumi_azure_native/network/v20230901/security_partner_provider.py +1 -1
  1604. pulumi_azure_native/network/v20230901/security_rule.py +1 -1
  1605. pulumi_azure_native/network/v20230901/service_endpoint_policy.py +1 -1
  1606. pulumi_azure_native/network/v20230901/service_endpoint_policy_definition.py +1 -1
  1607. pulumi_azure_native/network/v20230901/static_member.py +1 -1
  1608. pulumi_azure_native/network/v20230901/subnet.py +1 -1
  1609. pulumi_azure_native/network/v20230901/subscription_network_manager_connection.py +1 -1
  1610. pulumi_azure_native/network/v20230901/virtual_appliance_site.py +1 -1
  1611. pulumi_azure_native/network/v20230901/virtual_hub.py +1 -1
  1612. pulumi_azure_native/network/v20230901/virtual_hub_bgp_connection.py +1 -1
  1613. pulumi_azure_native/network/v20230901/virtual_hub_ip_configuration.py +1 -1
  1614. pulumi_azure_native/network/v20230901/virtual_hub_route_table_v2.py +1 -1
  1615. pulumi_azure_native/network/v20230901/virtual_network.py +1 -1
  1616. pulumi_azure_native/network/v20230901/virtual_network_gateway.py +1 -1
  1617. pulumi_azure_native/network/v20230901/virtual_network_gateway_connection.py +1 -1
  1618. pulumi_azure_native/network/v20230901/virtual_network_gateway_nat_rule.py +1 -1
  1619. pulumi_azure_native/network/v20230901/virtual_network_peering.py +1 -1
  1620. pulumi_azure_native/network/v20230901/virtual_network_tap.py +1 -1
  1621. pulumi_azure_native/network/v20230901/virtual_router.py +1 -1
  1622. pulumi_azure_native/network/v20230901/virtual_router_peering.py +1 -1
  1623. pulumi_azure_native/network/v20230901/virtual_wan.py +1 -1
  1624. pulumi_azure_native/network/v20230901/vpn_connection.py +1 -1
  1625. pulumi_azure_native/network/v20230901/vpn_gateway.py +1 -1
  1626. pulumi_azure_native/network/v20230901/vpn_server_configuration.py +1 -1
  1627. pulumi_azure_native/network/v20230901/vpn_site.py +1 -1
  1628. pulumi_azure_native/network/v20230901/web_application_firewall_policy.py +1 -1
  1629. pulumi_azure_native/network/v20231101/_inputs.py +0 -20
  1630. pulumi_azure_native/network/v20231101/admin_rule.py +1 -1
  1631. pulumi_azure_native/network/v20231101/admin_rule_collection.py +1 -1
  1632. pulumi_azure_native/network/v20231101/application_gateway.py +1 -1
  1633. pulumi_azure_native/network/v20231101/application_gateway_private_endpoint_connection.py +1 -1
  1634. pulumi_azure_native/network/v20231101/application_security_group.py +1 -1
  1635. pulumi_azure_native/network/v20231101/azure_firewall.py +1 -1
  1636. pulumi_azure_native/network/v20231101/bastion_host.py +1 -1
  1637. pulumi_azure_native/network/v20231101/configuration_policy_group.py +1 -1
  1638. pulumi_azure_native/network/v20231101/connection_monitor.py +1 -1
  1639. pulumi_azure_native/network/v20231101/connectivity_configuration.py +1 -1
  1640. pulumi_azure_native/network/v20231101/custom_ip_prefix.py +1 -1
  1641. pulumi_azure_native/network/v20231101/ddos_custom_policy.py +1 -1
  1642. pulumi_azure_native/network/v20231101/ddos_protection_plan.py +1 -1
  1643. pulumi_azure_native/network/v20231101/default_admin_rule.py +1 -1
  1644. pulumi_azure_native/network/v20231101/dscp_configuration.py +1 -1
  1645. pulumi_azure_native/network/v20231101/express_route_circuit.py +1 -1
  1646. pulumi_azure_native/network/v20231101/express_route_circuit_authorization.py +1 -1
  1647. pulumi_azure_native/network/v20231101/express_route_circuit_connection.py +1 -1
  1648. pulumi_azure_native/network/v20231101/express_route_circuit_peering.py +1 -1
  1649. pulumi_azure_native/network/v20231101/express_route_connection.py +1 -1
  1650. pulumi_azure_native/network/v20231101/express_route_cross_connection_peering.py +1 -1
  1651. pulumi_azure_native/network/v20231101/express_route_gateway.py +1 -1
  1652. pulumi_azure_native/network/v20231101/express_route_port.py +1 -1
  1653. pulumi_azure_native/network/v20231101/express_route_port_authorization.py +1 -1
  1654. pulumi_azure_native/network/v20231101/firewall_policy.py +1 -1
  1655. pulumi_azure_native/network/v20231101/firewall_policy_draft.py +1 -1
  1656. pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group.py +1 -1
  1657. pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group_draft.py +1 -1
  1658. pulumi_azure_native/network/v20231101/flow_log.py +1 -1
  1659. pulumi_azure_native/network/v20231101/get_route.py +1 -1
  1660. pulumi_azure_native/network/v20231101/hub_route_table.py +1 -1
  1661. pulumi_azure_native/network/v20231101/hub_virtual_network_connection.py +1 -1
  1662. pulumi_azure_native/network/v20231101/inbound_nat_rule.py +1 -1
  1663. pulumi_azure_native/network/v20231101/ip_allocation.py +1 -1
  1664. pulumi_azure_native/network/v20231101/ip_group.py +1 -1
  1665. pulumi_azure_native/network/v20231101/load_balancer.py +1 -1
  1666. pulumi_azure_native/network/v20231101/load_balancer_backend_address_pool.py +1 -1
  1667. pulumi_azure_native/network/v20231101/local_network_gateway.py +1 -1
  1668. pulumi_azure_native/network/v20231101/management_group_network_manager_connection.py +1 -1
  1669. pulumi_azure_native/network/v20231101/nat_gateway.py +1 -1
  1670. pulumi_azure_native/network/v20231101/nat_rule.py +1 -1
  1671. pulumi_azure_native/network/v20231101/network_group.py +1 -1
  1672. pulumi_azure_native/network/v20231101/network_interface.py +1 -1
  1673. pulumi_azure_native/network/v20231101/network_interface_tap_configuration.py +1 -1
  1674. pulumi_azure_native/network/v20231101/network_manager.py +1 -1
  1675. pulumi_azure_native/network/v20231101/network_profile.py +1 -1
  1676. pulumi_azure_native/network/v20231101/network_security_group.py +1 -1
  1677. pulumi_azure_native/network/v20231101/network_virtual_appliance.py +1 -1
  1678. pulumi_azure_native/network/v20231101/network_virtual_appliance_connection.py +1 -1
  1679. pulumi_azure_native/network/v20231101/network_watcher.py +1 -1
  1680. pulumi_azure_native/network/v20231101/outputs.py +14 -15
  1681. pulumi_azure_native/network/v20231101/p2s_vpn_gateway.py +1 -1
  1682. pulumi_azure_native/network/v20231101/packet_capture.py +1 -1
  1683. pulumi_azure_native/network/v20231101/private_dns_zone_group.py +1 -1
  1684. pulumi_azure_native/network/v20231101/private_endpoint.py +1 -1
  1685. pulumi_azure_native/network/v20231101/private_link_service.py +1 -1
  1686. pulumi_azure_native/network/v20231101/private_link_service_private_endpoint_connection.py +1 -1
  1687. pulumi_azure_native/network/v20231101/public_ip_address.py +1 -1
  1688. pulumi_azure_native/network/v20231101/public_ip_prefix.py +1 -1
  1689. pulumi_azure_native/network/v20231101/route.py +3 -22
  1690. pulumi_azure_native/network/v20231101/route_filter.py +1 -1
  1691. pulumi_azure_native/network/v20231101/route_filter_rule.py +1 -1
  1692. pulumi_azure_native/network/v20231101/route_map.py +1 -1
  1693. pulumi_azure_native/network/v20231101/route_table.py +1 -1
  1694. pulumi_azure_native/network/v20231101/routing_intent.py +1 -1
  1695. pulumi_azure_native/network/v20231101/scope_connection.py +1 -1
  1696. pulumi_azure_native/network/v20231101/security_admin_configuration.py +1 -1
  1697. pulumi_azure_native/network/v20231101/security_partner_provider.py +1 -1
  1698. pulumi_azure_native/network/v20231101/security_rule.py +1 -1
  1699. pulumi_azure_native/network/v20231101/service_endpoint_policy.py +1 -1
  1700. pulumi_azure_native/network/v20231101/service_endpoint_policy_definition.py +1 -1
  1701. pulumi_azure_native/network/v20231101/static_member.py +1 -1
  1702. pulumi_azure_native/network/v20231101/subnet.py +1 -1
  1703. pulumi_azure_native/network/v20231101/subscription_network_manager_connection.py +1 -1
  1704. pulumi_azure_native/network/v20231101/virtual_appliance_site.py +1 -1
  1705. pulumi_azure_native/network/v20231101/virtual_hub.py +1 -1
  1706. pulumi_azure_native/network/v20231101/virtual_hub_bgp_connection.py +1 -1
  1707. pulumi_azure_native/network/v20231101/virtual_hub_ip_configuration.py +1 -1
  1708. pulumi_azure_native/network/v20231101/virtual_hub_route_table_v2.py +1 -1
  1709. pulumi_azure_native/network/v20231101/virtual_network.py +1 -1
  1710. pulumi_azure_native/network/v20231101/virtual_network_gateway.py +1 -1
  1711. pulumi_azure_native/network/v20231101/virtual_network_gateway_connection.py +1 -1
  1712. pulumi_azure_native/network/v20231101/virtual_network_gateway_nat_rule.py +1 -1
  1713. pulumi_azure_native/network/v20231101/virtual_network_peering.py +1 -1
  1714. pulumi_azure_native/network/v20231101/virtual_network_tap.py +1 -1
  1715. pulumi_azure_native/network/v20231101/virtual_router.py +1 -1
  1716. pulumi_azure_native/network/v20231101/virtual_router_peering.py +1 -1
  1717. pulumi_azure_native/network/v20231101/virtual_wan.py +1 -1
  1718. pulumi_azure_native/network/v20231101/vpn_connection.py +1 -1
  1719. pulumi_azure_native/network/v20231101/vpn_gateway.py +1 -1
  1720. pulumi_azure_native/network/v20231101/vpn_server_configuration.py +1 -1
  1721. pulumi_azure_native/network/v20231101/vpn_site.py +1 -1
  1722. pulumi_azure_native/network/v20231101/web_application_firewall_policy.py +1 -1
  1723. pulumi_azure_native/network/v20240101/_enums.py +0 -1
  1724. pulumi_azure_native/network/v20240101/_inputs.py +0 -20
  1725. pulumi_azure_native/network/v20240101/admin_rule.py +1 -1
  1726. pulumi_azure_native/network/v20240101/admin_rule_collection.py +1 -1
  1727. pulumi_azure_native/network/v20240101/application_gateway.py +1 -1
  1728. pulumi_azure_native/network/v20240101/application_gateway_private_endpoint_connection.py +1 -1
  1729. pulumi_azure_native/network/v20240101/application_security_group.py +1 -1
  1730. pulumi_azure_native/network/v20240101/azure_firewall.py +1 -1
  1731. pulumi_azure_native/network/v20240101/bastion_host.py +1 -1
  1732. pulumi_azure_native/network/v20240101/configuration_policy_group.py +1 -1
  1733. pulumi_azure_native/network/v20240101/connection_monitor.py +1 -1
  1734. pulumi_azure_native/network/v20240101/connectivity_configuration.py +1 -1
  1735. pulumi_azure_native/network/v20240101/custom_ip_prefix.py +1 -1
  1736. pulumi_azure_native/network/v20240101/ddos_custom_policy.py +1 -1
  1737. pulumi_azure_native/network/v20240101/ddos_protection_plan.py +1 -1
  1738. pulumi_azure_native/network/v20240101/default_admin_rule.py +1 -1
  1739. pulumi_azure_native/network/v20240101/dscp_configuration.py +1 -1
  1740. pulumi_azure_native/network/v20240101/express_route_circuit.py +1 -1
  1741. pulumi_azure_native/network/v20240101/express_route_circuit_authorization.py +1 -1
  1742. pulumi_azure_native/network/v20240101/express_route_circuit_connection.py +1 -1
  1743. pulumi_azure_native/network/v20240101/express_route_circuit_peering.py +1 -1
  1744. pulumi_azure_native/network/v20240101/express_route_connection.py +1 -1
  1745. pulumi_azure_native/network/v20240101/express_route_cross_connection_peering.py +1 -1
  1746. pulumi_azure_native/network/v20240101/express_route_gateway.py +1 -1
  1747. pulumi_azure_native/network/v20240101/express_route_port.py +1 -1
  1748. pulumi_azure_native/network/v20240101/express_route_port_authorization.py +1 -1
  1749. pulumi_azure_native/network/v20240101/firewall_policy.py +1 -1
  1750. pulumi_azure_native/network/v20240101/firewall_policy_draft.py +1 -1
  1751. pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group.py +1 -1
  1752. pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group_draft.py +1 -1
  1753. pulumi_azure_native/network/v20240101/flow_log.py +1 -1
  1754. pulumi_azure_native/network/v20240101/get_route.py +1 -1
  1755. pulumi_azure_native/network/v20240101/hub_route_table.py +1 -1
  1756. pulumi_azure_native/network/v20240101/hub_virtual_network_connection.py +1 -1
  1757. pulumi_azure_native/network/v20240101/inbound_nat_rule.py +1 -1
  1758. pulumi_azure_native/network/v20240101/ip_allocation.py +1 -1
  1759. pulumi_azure_native/network/v20240101/ip_group.py +1 -1
  1760. pulumi_azure_native/network/v20240101/load_balancer.py +1 -1
  1761. pulumi_azure_native/network/v20240101/load_balancer_backend_address_pool.py +1 -1
  1762. pulumi_azure_native/network/v20240101/local_network_gateway.py +1 -1
  1763. pulumi_azure_native/network/v20240101/management_group_network_manager_connection.py +1 -1
  1764. pulumi_azure_native/network/v20240101/nat_gateway.py +1 -1
  1765. pulumi_azure_native/network/v20240101/nat_rule.py +1 -1
  1766. pulumi_azure_native/network/v20240101/network_group.py +1 -1
  1767. pulumi_azure_native/network/v20240101/network_interface.py +1 -1
  1768. pulumi_azure_native/network/v20240101/network_interface_tap_configuration.py +1 -1
  1769. pulumi_azure_native/network/v20240101/network_manager.py +1 -1
  1770. pulumi_azure_native/network/v20240101/network_profile.py +1 -1
  1771. pulumi_azure_native/network/v20240101/network_security_group.py +1 -1
  1772. pulumi_azure_native/network/v20240101/network_virtual_appliance.py +1 -1
  1773. pulumi_azure_native/network/v20240101/network_virtual_appliance_connection.py +1 -1
  1774. pulumi_azure_native/network/v20240101/network_watcher.py +1 -1
  1775. pulumi_azure_native/network/v20240101/outputs.py +14 -15
  1776. pulumi_azure_native/network/v20240101/p2s_vpn_gateway.py +1 -1
  1777. pulumi_azure_native/network/v20240101/packet_capture.py +1 -1
  1778. pulumi_azure_native/network/v20240101/private_dns_zone_group.py +1 -1
  1779. pulumi_azure_native/network/v20240101/private_endpoint.py +1 -1
  1780. pulumi_azure_native/network/v20240101/private_link_service.py +1 -1
  1781. pulumi_azure_native/network/v20240101/private_link_service_private_endpoint_connection.py +1 -1
  1782. pulumi_azure_native/network/v20240101/public_ip_address.py +1 -1
  1783. pulumi_azure_native/network/v20240101/public_ip_prefix.py +1 -1
  1784. pulumi_azure_native/network/v20240101/route.py +3 -22
  1785. pulumi_azure_native/network/v20240101/route_filter.py +1 -1
  1786. pulumi_azure_native/network/v20240101/route_filter_rule.py +1 -1
  1787. pulumi_azure_native/network/v20240101/route_map.py +1 -1
  1788. pulumi_azure_native/network/v20240101/route_table.py +1 -1
  1789. pulumi_azure_native/network/v20240101/routing_intent.py +1 -1
  1790. pulumi_azure_native/network/v20240101/scope_connection.py +1 -1
  1791. pulumi_azure_native/network/v20240101/security_admin_configuration.py +1 -1
  1792. pulumi_azure_native/network/v20240101/security_partner_provider.py +1 -1
  1793. pulumi_azure_native/network/v20240101/security_rule.py +1 -1
  1794. pulumi_azure_native/network/v20240101/service_endpoint_policy.py +1 -1
  1795. pulumi_azure_native/network/v20240101/service_endpoint_policy_definition.py +1 -1
  1796. pulumi_azure_native/network/v20240101/static_member.py +1 -1
  1797. pulumi_azure_native/network/v20240101/subnet.py +1 -1
  1798. pulumi_azure_native/network/v20240101/subscription_network_manager_connection.py +1 -1
  1799. pulumi_azure_native/network/v20240101/virtual_appliance_site.py +1 -1
  1800. pulumi_azure_native/network/v20240101/virtual_hub.py +1 -1
  1801. pulumi_azure_native/network/v20240101/virtual_hub_bgp_connection.py +1 -1
  1802. pulumi_azure_native/network/v20240101/virtual_hub_ip_configuration.py +1 -1
  1803. pulumi_azure_native/network/v20240101/virtual_hub_route_table_v2.py +1 -1
  1804. pulumi_azure_native/network/v20240101/virtual_network.py +1 -1
  1805. pulumi_azure_native/network/v20240101/virtual_network_gateway.py +1 -1
  1806. pulumi_azure_native/network/v20240101/virtual_network_gateway_connection.py +1 -1
  1807. pulumi_azure_native/network/v20240101/virtual_network_gateway_nat_rule.py +1 -1
  1808. pulumi_azure_native/network/v20240101/virtual_network_peering.py +1 -1
  1809. pulumi_azure_native/network/v20240101/virtual_network_tap.py +1 -1
  1810. pulumi_azure_native/network/v20240101/virtual_router.py +1 -1
  1811. pulumi_azure_native/network/v20240101/virtual_router_peering.py +1 -1
  1812. pulumi_azure_native/network/v20240101/virtual_wan.py +1 -1
  1813. pulumi_azure_native/network/v20240101/vpn_connection.py +1 -1
  1814. pulumi_azure_native/network/v20240101/vpn_gateway.py +1 -1
  1815. pulumi_azure_native/network/v20240101/vpn_server_configuration.py +1 -1
  1816. pulumi_azure_native/network/v20240101/vpn_site.py +1 -1
  1817. pulumi_azure_native/network/v20240101/web_application_firewall_policy.py +1 -1
  1818. pulumi_azure_native/network/v20240101preview/admin_rule.py +1 -1
  1819. pulumi_azure_native/network/v20240101preview/admin_rule_collection.py +1 -1
  1820. pulumi_azure_native/network/v20240101preview/default_admin_rule.py +1 -1
  1821. pulumi_azure_native/network/v20240101preview/network_manager.py +1 -1
  1822. pulumi_azure_native/network/v20240101preview/security_admin_configuration.py +1 -1
  1823. pulumi_azure_native/network/v20240301/__init__.py +225 -0
  1824. pulumi_azure_native/network/v20240301/_enums.py +1874 -0
  1825. pulumi_azure_native/network/v20240301/_inputs.py +28409 -0
  1826. pulumi_azure_native/network/v20240301/admin_rule.py +563 -0
  1827. pulumi_azure_native/network/v20240301/admin_rule_collection.py +301 -0
  1828. pulumi_azure_native/network/v20240301/application_gateway.py +1256 -0
  1829. pulumi_azure_native/network/v20240301/application_gateway_private_endpoint_connection.py +289 -0
  1830. pulumi_azure_native/network/v20240301/application_security_group.py +266 -0
  1831. pulumi_azure_native/network/v20240301/azure_firewall.py +646 -0
  1832. pulumi_azure_native/network/v20240301/bastion_host.py +685 -0
  1833. pulumi_azure_native/network/v20240301/configuration_policy_group.py +338 -0
  1834. pulumi_azure_native/network/v20240301/connection_monitor.py +579 -0
  1835. pulumi_azure_native/network/v20240301/connectivity_configuration.py +398 -0
  1836. pulumi_azure_native/network/v20240301/custom_ip_prefix.py +647 -0
  1837. pulumi_azure_native/network/v20240301/ddos_custom_policy.py +266 -0
  1838. pulumi_azure_native/network/v20240301/ddos_protection_plan.py +267 -0
  1839. pulumi_azure_native/network/v20240301/default_admin_rule.py +415 -0
  1840. pulumi_azure_native/network/v20240301/dscp_configuration.py +492 -0
  1841. pulumi_azure_native/network/v20240301/express_route_circuit.py +720 -0
  1842. pulumi_azure_native/network/v20240301/express_route_circuit_authorization.py +307 -0
  1843. pulumi_azure_native/network/v20240301/express_route_circuit_connection.py +416 -0
  1844. pulumi_azure_native/network/v20240301/express_route_circuit_peering.py +738 -0
  1845. pulumi_azure_native/network/v20240301/express_route_connection.py +426 -0
  1846. pulumi_azure_native/network/v20240301/express_route_cross_connection_peering.py +561 -0
  1847. pulumi_azure_native/network/v20240301/express_route_gateway.py +379 -0
  1848. pulumi_azure_native/network/v20240301/express_route_port.py +493 -0
  1849. pulumi_azure_native/network/v20240301/express_route_port_authorization.py +268 -0
  1850. pulumi_azure_native/network/v20240301/firewall_policy.py +647 -0
  1851. pulumi_azure_native/network/v20240301/firewall_policy_draft.py +501 -0
  1852. pulumi_azure_native/network/v20240301/firewall_policy_rule_collection_group.py +309 -0
  1853. pulumi_azure_native/network/v20240301/firewall_policy_rule_collection_group_draft.py +290 -0
  1854. pulumi_azure_native/network/v20240301/flow_log.py +524 -0
  1855. pulumi_azure_native/network/v20240301/get_active_sessions.py +97 -0
  1856. pulumi_azure_native/network/v20240301/get_admin_rule.py +308 -0
  1857. pulumi_azure_native/network/v20240301/get_admin_rule_collection.py +198 -0
  1858. pulumi_azure_native/network/v20240301/get_application_gateway.py +643 -0
  1859. pulumi_azure_native/network/v20240301/get_application_gateway_backend_health_on_demand.py +144 -0
  1860. pulumi_azure_native/network/v20240301/get_application_gateway_private_endpoint_connection.py +180 -0
  1861. pulumi_azure_native/network/v20240301/get_application_security_group.py +174 -0
  1862. pulumi_azure_native/network/v20240301/get_azure_firewall.py +344 -0
  1863. pulumi_azure_native/network/v20240301/get_bastion_host.py +341 -0
  1864. pulumi_azure_native/network/v20240301/get_bastion_shareable_link.py +103 -0
  1865. pulumi_azure_native/network/v20240301/get_configuration_policy_group.py +193 -0
  1866. pulumi_azure_native/network/v20240301/get_connection_monitor.py +323 -0
  1867. pulumi_azure_native/network/v20240301/get_connectivity_configuration.py +245 -0
  1868. pulumi_azure_native/network/v20240301/get_custom_ip_prefix.py +375 -0
  1869. pulumi_azure_native/network/v20240301/get_ddos_custom_policy.py +174 -0
  1870. pulumi_azure_native/network/v20240301/get_ddos_protection_plan.py +201 -0
  1871. pulumi_azure_native/network/v20240301/get_default_admin_rule.py +321 -0
  1872. pulumi_azure_native/network/v20240301/get_dscp_configuration.py +292 -0
  1873. pulumi_azure_native/network/v20240301/get_express_route_circuit.py +383 -0
  1874. pulumi_azure_native/network/v20240301/get_express_route_circuit_authorization.py +179 -0
  1875. pulumi_azure_native/network/v20240301/get_express_route_circuit_connection.py +224 -0
  1876. pulumi_azure_native/network/v20240301/get_express_route_circuit_peering.py +388 -0
  1877. pulumi_azure_native/network/v20240301/get_express_route_connection.py +206 -0
  1878. pulumi_azure_native/network/v20240301/get_express_route_cross_connection_peering.py +310 -0
  1879. pulumi_azure_native/network/v20240301/get_express_route_gateway.py +214 -0
  1880. pulumi_azure_native/network/v20240301/get_express_route_port.py +318 -0
  1881. pulumi_azure_native/network/v20240301/get_express_route_port_authorization.py +179 -0
  1882. pulumi_azure_native/network/v20240301/get_firewall_policy.py +375 -0
  1883. pulumi_azure_native/network/v20240301/get_firewall_policy_draft.py +253 -0
  1884. pulumi_azure_native/network/v20240301/get_firewall_policy_rule_collection_group.py +180 -0
  1885. pulumi_azure_native/network/v20240301/get_firewall_policy_rule_collection_group_draft.py +154 -0
  1886. pulumi_azure_native/network/v20240301/get_flow_log.py +284 -0
  1887. pulumi_azure_native/network/v20240301/get_hub_route_table.py +193 -0
  1888. pulumi_azure_native/network/v20240301/get_hub_virtual_network_connection.py +193 -0
  1889. pulumi_azure_native/network/v20240301/get_inbound_nat_rule.py +289 -0
  1890. pulumi_azure_native/network/v20240301/get_ip_allocation.py +245 -0
  1891. pulumi_azure_native/network/v20240301/get_ip_group.py +206 -0
  1892. pulumi_azure_native/network/v20240301/get_load_balancer.py +297 -0
  1893. pulumi_azure_native/network/v20240301/get_load_balancer_backend_address_pool.py +284 -0
  1894. pulumi_azure_native/network/v20240301/get_local_network_gateway.py +227 -0
  1895. pulumi_azure_native/network/v20240301/get_management_group_network_manager_connection.py +162 -0
  1896. pulumi_azure_native/network/v20240301/get_nat_gateway.py +258 -0
  1897. pulumi_azure_native/network/v20240301/get_nat_rule.py +219 -0
  1898. pulumi_azure_native/network/v20240301/get_network_group.py +193 -0
  1899. pulumi_azure_native/network/v20240301/get_network_interface.py +453 -0
  1900. pulumi_azure_native/network/v20240301/get_network_interface_tap_configuration.py +154 -0
  1901. pulumi_azure_native/network/v20240301/get_network_manager.py +227 -0
  1902. pulumi_azure_native/network/v20240301/get_network_manager_routing_configuration.py +180 -0
  1903. pulumi_azure_native/network/v20240301/get_network_profile.py +206 -0
  1904. pulumi_azure_native/network/v20240301/get_network_security_group.py +258 -0
  1905. pulumi_azure_native/network/v20240301/get_network_virtual_appliance.py +414 -0
  1906. pulumi_azure_native/network/v20240301/get_network_virtual_appliance_connection.py +180 -0
  1907. pulumi_azure_native/network/v20240301/get_network_watcher.py +161 -0
  1908. pulumi_azure_native/network/v20240301/get_p2s_vpn_gateway.py +253 -0
  1909. pulumi_azure_native/network/v20240301/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +253 -0
  1910. pulumi_azure_native/network/v20240301/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +93 -0
  1911. pulumi_azure_native/network/v20240301/get_packet_capture.py +258 -0
  1912. pulumi_azure_native/network/v20240301/get_private_dns_zone_group.py +141 -0
  1913. pulumi_azure_native/network/v20240301/get_private_endpoint.py +284 -0
  1914. pulumi_azure_native/network/v20240301/get_private_link_service.py +310 -0
  1915. pulumi_azure_native/network/v20240301/get_private_link_service_private_endpoint_connection.py +198 -0
  1916. pulumi_azure_native/network/v20240301/get_public_ip_address.py +401 -0
  1917. pulumi_azure_native/network/v20240301/get_public_ip_prefix.py +323 -0
  1918. pulumi_azure_native/network/v20240301/get_route.py +192 -0
  1919. pulumi_azure_native/network/v20240301/get_route_filter.py +206 -0
  1920. pulumi_azure_native/network/v20240301/get_route_filter_rule.py +179 -0
  1921. pulumi_azure_native/network/v20240301/get_route_map.py +180 -0
  1922. pulumi_azure_native/network/v20240301/get_route_table.py +219 -0
  1923. pulumi_azure_native/network/v20240301/get_routing_intent.py +154 -0
  1924. pulumi_azure_native/network/v20240301/get_routing_rule.py +216 -0
  1925. pulumi_azure_native/network/v20240301/get_routing_rule_collection.py +211 -0
  1926. pulumi_azure_native/network/v20240301/get_scope_connection.py +180 -0
  1927. pulumi_azure_native/network/v20240301/get_security_admin_configuration.py +193 -0
  1928. pulumi_azure_native/network/v20240301/get_security_partner_provider.py +201 -0
  1929. pulumi_azure_native/network/v20240301/get_security_rule.py +336 -0
  1930. pulumi_azure_native/network/v20240301/get_security_user_configuration.py +180 -0
  1931. pulumi_azure_native/network/v20240301/get_security_user_rule.py +268 -0
  1932. pulumi_azure_native/network/v20240301/get_security_user_rule_collection.py +198 -0
  1933. pulumi_azure_native/network/v20240301/get_service_endpoint_policy.py +245 -0
  1934. pulumi_azure_native/network/v20240301/get_service_endpoint_policy_definition.py +179 -0
  1935. pulumi_azure_native/network/v20240301/get_static_member.py +185 -0
  1936. pulumi_azure_native/network/v20240301/get_subnet.py +406 -0
  1937. pulumi_azure_native/network/v20240301/get_subscription_network_manager_connection.py +157 -0
  1938. pulumi_azure_native/network/v20240301/get_virtual_appliance_site.py +167 -0
  1939. pulumi_azure_native/network/v20240301/get_virtual_hub.py +448 -0
  1940. pulumi_azure_native/network/v20240301/get_virtual_hub_bgp_connection.py +193 -0
  1941. pulumi_azure_native/network/v20240301/get_virtual_hub_ip_configuration.py +193 -0
  1942. pulumi_azure_native/network/v20240301/get_virtual_hub_route_table_v2.py +154 -0
  1943. pulumi_azure_native/network/v20240301/get_virtual_network.py +362 -0
  1944. pulumi_azure_native/network/v20240301/get_virtual_network_gateway.py +513 -0
  1945. pulumi_azure_native/network/v20240301/get_virtual_network_gateway_advertised_routes.py +89 -0
  1946. pulumi_azure_native/network/v20240301/get_virtual_network_gateway_bgp_peer_status.py +89 -0
  1947. pulumi_azure_native/network/v20240301/get_virtual_network_gateway_connection.py +500 -0
  1948. pulumi_azure_native/network/v20240301/get_virtual_network_gateway_connection_ike_sas.py +77 -0
  1949. pulumi_azure_native/network/v20240301/get_virtual_network_gateway_learned_routes.py +84 -0
  1950. pulumi_azure_native/network/v20240301/get_virtual_network_gateway_nat_rule.py +193 -0
  1951. pulumi_azure_native/network/v20240301/get_virtual_network_gateway_vpn_profile_package_url.py +77 -0
  1952. pulumi_azure_native/network/v20240301/get_virtual_network_gateway_vpnclient_connection_health.py +84 -0
  1953. pulumi_azure_native/network/v20240301/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +174 -0
  1954. pulumi_azure_native/network/v20240301/get_virtual_network_peering.py +388 -0
  1955. pulumi_azure_native/network/v20240301/get_virtual_network_tap.py +227 -0
  1956. pulumi_azure_native/network/v20240301/get_virtual_router.py +232 -0
  1957. pulumi_azure_native/network/v20240301/get_virtual_router_peering.py +166 -0
  1958. pulumi_azure_native/network/v20240301/get_virtual_wan.py +240 -0
  1959. pulumi_azure_native/network/v20240301/get_vpn_connection.py +362 -0
  1960. pulumi_azure_native/network/v20240301/get_vpn_gateway.py +266 -0
  1961. pulumi_azure_native/network/v20240301/get_vpn_link_connection_ike_sas.py +87 -0
  1962. pulumi_azure_native/network/v20240301/get_vpn_server_configuration.py +331 -0
  1963. pulumi_azure_native/network/v20240301/get_vpn_site.py +279 -0
  1964. pulumi_azure_native/network/v20240301/get_web_application_firewall_policy.py +266 -0
  1965. pulumi_azure_native/network/v20240301/hub_route_table.py +318 -0
  1966. pulumi_azure_native/network/v20240301/hub_virtual_network_connection.py +376 -0
  1967. pulumi_azure_native/network/v20240301/inbound_nat_rule.py +541 -0
  1968. pulumi_azure_native/network/v20240301/ip_allocation.py +436 -0
  1969. pulumi_azure_native/network/v20240301/ip_group.py +306 -0
  1970. pulumi_azure_native/network/v20240301/list_active_connectivity_configurations.py +112 -0
  1971. pulumi_azure_native/network/v20240301/list_active_security_admin_rules.py +112 -0
  1972. pulumi_azure_native/network/v20240301/list_firewall_policy_idps_signature.py +124 -0
  1973. pulumi_azure_native/network/v20240301/list_firewall_policy_idps_signatures_filter_value.py +88 -0
  1974. pulumi_azure_native/network/v20240301/list_network_manager_deployment_status.py +118 -0
  1975. pulumi_azure_native/network/v20240301/list_network_manager_effective_connectivity_configurations.py +107 -0
  1976. pulumi_azure_native/network/v20240301/list_network_manager_effective_security_admin_rules.py +107 -0
  1977. pulumi_azure_native/network/v20240301/list_vpn_link_connection_default_shared_key.py +133 -0
  1978. pulumi_azure_native/network/v20240301/load_balancer.py +536 -0
  1979. pulumi_azure_native/network/v20240301/load_balancer_backend_address_pool.py +465 -0
  1980. pulumi_azure_native/network/v20240301/local_network_gateway.py +384 -0
  1981. pulumi_azure_native/network/v20240301/management_group_network_manager_connection.py +237 -0
  1982. pulumi_azure_native/network/v20240301/nat_gateway.py +424 -0
  1983. pulumi_azure_native/network/v20240301/nat_rule.py +396 -0
  1984. pulumi_azure_native/network/v20240301/network_group.py +279 -0
  1985. pulumi_azure_native/network/v20240301/network_interface.py +726 -0
  1986. pulumi_azure_native/network/v20240301/network_interface_tap_configuration.py +270 -0
  1987. pulumi_azure_native/network/v20240301/network_manager.py +368 -0
  1988. pulumi_azure_native/network/v20240301/network_manager_routing_configuration.py +249 -0
  1989. pulumi_azure_native/network/v20240301/network_profile.py +308 -0
  1990. pulumi_azure_native/network/v20240301/network_security_group.py +370 -0
  1991. pulumi_azure_native/network/v20240301/network_virtual_appliance.py +677 -0
  1992. pulumi_azure_native/network/v20240301/network_virtual_appliance_connection.py +366 -0
  1993. pulumi_azure_native/network/v20240301/network_watcher.py +256 -0
  1994. pulumi_azure_native/network/v20240301/outputs.py +31507 -0
  1995. pulumi_azure_native/network/v20240301/p2s_vpn_gateway.py +443 -0
  1996. pulumi_azure_native/network/v20240301/packet_capture.py +496 -0
  1997. pulumi_azure_native/network/v20240301/private_dns_zone_group.py +259 -0
  1998. pulumi_azure_native/network/v20240301/private_endpoint.py +501 -0
  1999. pulumi_azure_native/network/v20240301/private_link_service.py +521 -0
  2000. pulumi_azure_native/network/v20240301/private_link_service_private_endpoint_connection.py +299 -0
  2001. pulumi_azure_native/network/v20240301/public_ip_address.py +743 -0
  2002. pulumi_azure_native/network/v20240301/public_ip_prefix.py +531 -0
  2003. pulumi_azure_native/network/v20240301/route.py +356 -0
  2004. pulumi_azure_native/network/v20240301/route_filter.py +311 -0
  2005. pulumi_azure_native/network/v20240301/route_filter_rule.py +348 -0
  2006. pulumi_azure_native/network/v20240301/route_map.py +309 -0
  2007. pulumi_azure_native/network/v20240301/route_table.py +340 -0
  2008. pulumi_azure_native/network/v20240301/routing_intent.py +269 -0
  2009. pulumi_azure_native/network/v20240301/routing_rule.py +353 -0
  2010. pulumi_azure_native/network/v20240301/routing_rule_collection.py +331 -0
  2011. pulumi_azure_native/network/v20240301/scope_connection.py +287 -0
  2012. pulumi_azure_native/network/v20240301/security_admin_configuration.py +279 -0
  2013. pulumi_azure_native/network/v20240301/security_partner_provider.py +327 -0
  2014. pulumi_azure_native/network/v20240301/security_rule.py +699 -0
  2015. pulumi_azure_native/network/v20240301/security_user_configuration.py +249 -0
  2016. pulumi_azure_native/network/v20240301/security_user_rule.py +469 -0
  2017. pulumi_azure_native/network/v20240301/security_user_rule_collection.py +301 -0
  2018. pulumi_azure_native/network/v20240301/service_endpoint_policy.py +378 -0
  2019. pulumi_azure_native/network/v20240301/service_endpoint_policy_definition.py +344 -0
  2020. pulumi_azure_native/network/v20240301/static_member.py +270 -0
  2021. pulumi_azure_native/network/v20240301/subnet.py +734 -0
  2022. pulumi_azure_native/network/v20240301/subscription_network_manager_connection.py +216 -0
  2023. pulumi_azure_native/network/v20240301/virtual_appliance_site.py +298 -0
  2024. pulumi_azure_native/network/v20240301/virtual_hub.py +805 -0
  2025. pulumi_azure_native/network/v20240301/virtual_hub_bgp_connection.py +337 -0
  2026. pulumi_azure_native/network/v20240301/virtual_hub_ip_configuration.py +357 -0
  2027. pulumi_azure_native/network/v20240301/virtual_hub_route_table_v2.py +288 -0
  2028. pulumi_azure_native/network/v20240301/virtual_network.py +670 -0
  2029. pulumi_azure_native/network/v20240301/virtual_network_gateway.py +1007 -0
  2030. pulumi_azure_native/network/v20240301/virtual_network_gateway_connection.py +920 -0
  2031. pulumi_azure_native/network/v20240301/virtual_network_gateway_nat_rule.py +376 -0
  2032. pulumi_azure_native/network/v20240301/virtual_network_peering.py +793 -0
  2033. pulumi_azure_native/network/v20240301/virtual_network_tap.py +366 -0
  2034. pulumi_azure_native/network/v20240301/virtual_router.py +384 -0
  2035. pulumi_azure_native/network/v20240301/virtual_router_peering.py +296 -0
  2036. pulumi_azure_native/network/v20240301/virtual_wan.py +393 -0
  2037. pulumi_azure_native/network/v20240301/vpn_connection.py +696 -0
  2038. pulumi_azure_native/network/v20240301/vpn_gateway.py +478 -0
  2039. pulumi_azure_native/network/v20240301/vpn_server_configuration.py +639 -0
  2040. pulumi_azure_native/network/v20240301/vpn_site.py +519 -0
  2041. pulumi_azure_native/network/v20240301/web_application_firewall_policy.py +397 -0
  2042. pulumi_azure_native/network/virtual_appliance_site.py +3 -3
  2043. pulumi_azure_native/network/virtual_hub.py +3 -3
  2044. pulumi_azure_native/network/virtual_hub_bgp_connection.py +3 -3
  2045. pulumi_azure_native/network/virtual_hub_ip_configuration.py +3 -3
  2046. pulumi_azure_native/network/virtual_hub_route_table_v2.py +3 -3
  2047. pulumi_azure_native/network/virtual_network.py +3 -3
  2048. pulumi_azure_native/network/virtual_network_gateway.py +3 -3
  2049. pulumi_azure_native/network/virtual_network_gateway_connection.py +3 -3
  2050. pulumi_azure_native/network/virtual_network_gateway_nat_rule.py +3 -3
  2051. pulumi_azure_native/network/virtual_network_peering.py +3 -3
  2052. pulumi_azure_native/network/virtual_network_tap.py +3 -3
  2053. pulumi_azure_native/network/virtual_router.py +3 -3
  2054. pulumi_azure_native/network/virtual_router_peering.py +3 -3
  2055. pulumi_azure_native/network/virtual_wan.py +3 -3
  2056. pulumi_azure_native/network/vpn_connection.py +3 -3
  2057. pulumi_azure_native/network/vpn_gateway.py +3 -3
  2058. pulumi_azure_native/network/vpn_server_configuration.py +3 -3
  2059. pulumi_azure_native/network/vpn_site.py +3 -3
  2060. pulumi_azure_native/network/web_application_firewall_policy.py +3 -3
  2061. pulumi_azure_native/portal/_inputs.py +84 -281
  2062. pulumi_azure_native/portal/outputs.py +51 -192
  2063. pulumi_azure_native/programmableconnectivity/__init__.py +22 -0
  2064. pulumi_azure_native/programmableconnectivity/_enums.py +23 -0
  2065. pulumi_azure_native/programmableconnectivity/_inputs.py +238 -0
  2066. pulumi_azure_native/programmableconnectivity/gateway.py +259 -0
  2067. pulumi_azure_native/programmableconnectivity/get_gateway.py +190 -0
  2068. pulumi_azure_native/programmableconnectivity/get_operator_api_connection.py +281 -0
  2069. pulumi_azure_native/programmableconnectivity/operator_api_connection.py +468 -0
  2070. pulumi_azure_native/programmableconnectivity/outputs.py +345 -0
  2071. pulumi_azure_native/programmableconnectivity/v20240115preview/__init__.py +14 -0
  2072. pulumi_azure_native/programmableconnectivity/v20240115preview/_enums.py +23 -0
  2073. pulumi_azure_native/programmableconnectivity/v20240115preview/_inputs.py +238 -0
  2074. pulumi_azure_native/programmableconnectivity/v20240115preview/gateway.py +257 -0
  2075. pulumi_azure_native/programmableconnectivity/v20240115preview/get_gateway.py +188 -0
  2076. pulumi_azure_native/programmableconnectivity/v20240115preview/get_operator_api_connection.py +279 -0
  2077. pulumi_azure_native/programmableconnectivity/v20240115preview/operator_api_connection.py +466 -0
  2078. pulumi_azure_native/programmableconnectivity/v20240115preview/outputs.py +345 -0
  2079. pulumi_azure_native/pulumi-plugin.json +1 -1
  2080. pulumi_azure_native/relay/__init__.py +3 -0
  2081. pulumi_azure_native/relay/get_hybrid_connection.py +4 -0
  2082. pulumi_azure_native/relay/get_hybrid_connection_authorization_rule.py +2 -2
  2083. pulumi_azure_native/relay/get_namespace.py +4 -0
  2084. pulumi_azure_native/relay/get_namespace_authorization_rule.py +2 -2
  2085. pulumi_azure_native/relay/get_private_endpoint_connection.py +2 -2
  2086. pulumi_azure_native/relay/get_wcf_relay.py +2 -2
  2087. pulumi_azure_native/relay/get_wcf_relay_authorization_rule.py +2 -2
  2088. pulumi_azure_native/relay/hybrid_connection.py +5 -1
  2089. pulumi_azure_native/relay/hybrid_connection_authorization_rule.py +3 -3
  2090. pulumi_azure_native/relay/list_hybrid_connection_keys.py +4 -0
  2091. pulumi_azure_native/relay/list_namespace_keys.py +4 -0
  2092. pulumi_azure_native/relay/list_wcf_relay_keys.py +4 -0
  2093. pulumi_azure_native/relay/namespace.py +5 -1
  2094. pulumi_azure_native/relay/namespace_authorization_rule.py +3 -3
  2095. pulumi_azure_native/relay/private_endpoint_connection.py +3 -3
  2096. pulumi_azure_native/relay/v20170401/hybrid_connection_authorization_rule.py +1 -1
  2097. pulumi_azure_native/relay/v20170401/namespace_authorization_rule.py +1 -1
  2098. pulumi_azure_native/relay/v20170401/wcf_relay_authorization_rule.py +1 -1
  2099. pulumi_azure_native/relay/v20180101preview/private_endpoint_connection.py +1 -1
  2100. pulumi_azure_native/relay/v20211101/hybrid_connection.py +1 -1
  2101. pulumi_azure_native/relay/v20211101/hybrid_connection_authorization_rule.py +1 -1
  2102. pulumi_azure_native/relay/v20211101/namespace.py +1 -1
  2103. pulumi_azure_native/relay/v20211101/namespace_authorization_rule.py +1 -1
  2104. pulumi_azure_native/relay/v20211101/private_endpoint_connection.py +1 -1
  2105. pulumi_azure_native/relay/v20211101/wcf_relay.py +1 -1
  2106. pulumi_azure_native/relay/v20211101/wcf_relay_authorization_rule.py +1 -1
  2107. pulumi_azure_native/relay/v20240101/__init__.py +27 -0
  2108. pulumi_azure_native/relay/v20240101/_enums.py +74 -0
  2109. pulumi_azure_native/relay/v20240101/_inputs.py +253 -0
  2110. pulumi_azure_native/relay/v20240101/get_hybrid_connection.py +206 -0
  2111. pulumi_azure_native/relay/v20240101/get_hybrid_connection_authorization_rule.py +159 -0
  2112. pulumi_azure_native/relay/v20240101/get_namespace.py +266 -0
  2113. pulumi_azure_native/relay/v20240101/get_namespace_authorization_rule.py +154 -0
  2114. pulumi_azure_native/relay/v20240101/get_private_endpoint_connection.py +180 -0
  2115. pulumi_azure_native/relay/v20240101/get_wcf_relay.py +245 -0
  2116. pulumi_azure_native/relay/v20240101/get_wcf_relay_authorization_rule.py +159 -0
  2117. pulumi_azure_native/relay/v20240101/hybrid_connection.py +288 -0
  2118. pulumi_azure_native/relay/v20240101/hybrid_connection_authorization_rule.py +252 -0
  2119. pulumi_azure_native/relay/v20240101/list_hybrid_connection_keys.py +145 -0
  2120. pulumi_azure_native/relay/v20240101/list_namespace_keys.py +140 -0
  2121. pulumi_azure_native/relay/v20240101/list_wcf_relay_keys.py +145 -0
  2122. pulumi_azure_native/relay/v20240101/namespace.py +383 -0
  2123. pulumi_azure_native/relay/v20240101/namespace_authorization_rule.py +231 -0
  2124. pulumi_azure_native/relay/v20240101/outputs.py +353 -0
  2125. pulumi_azure_native/relay/v20240101/private_endpoint_connection.py +289 -0
  2126. pulumi_azure_native/relay/v20240101/wcf_relay.py +357 -0
  2127. pulumi_azure_native/relay/v20240101/wcf_relay_authorization_rule.py +252 -0
  2128. pulumi_azure_native/relay/wcf_relay.py +3 -3
  2129. pulumi_azure_native/relay/wcf_relay_authorization_rule.py +3 -3
  2130. pulumi_azure_native/security/__init__.py +9 -0
  2131. pulumi_azure_native/security/_enums.py +63 -1
  2132. pulumi_azure_native/security/_inputs.py +275 -5
  2133. pulumi_azure_native/security/custom_recommendation.py +385 -0
  2134. pulumi_azure_native/security/get_custom_recommendation.py +229 -0
  2135. pulumi_azure_native/security/get_security_standard.py +203 -0
  2136. pulumi_azure_native/security/get_standard_assignment.py +229 -0
  2137. pulumi_azure_native/security/outputs.py +432 -4
  2138. pulumi_azure_native/security/security_standard.py +328 -0
  2139. pulumi_azure_native/security/standard_assignment.py +405 -0
  2140. pulumi_azure_native/security/v20240801/__init__.py +16 -0
  2141. pulumi_azure_native/security/v20240801/_enums.py +80 -0
  2142. pulumi_azure_native/security/v20240801/_inputs.py +330 -0
  2143. pulumi_azure_native/security/v20240801/custom_recommendation.py +383 -0
  2144. pulumi_azure_native/security/v20240801/get_custom_recommendation.py +227 -0
  2145. pulumi_azure_native/security/v20240801/get_security_standard.py +201 -0
  2146. pulumi_azure_native/security/v20240801/get_standard_assignment.py +227 -0
  2147. pulumi_azure_native/security/v20240801/outputs.py +584 -0
  2148. pulumi_azure_native/security/v20240801/security_standard.py +326 -0
  2149. pulumi_azure_native/security/v20240801/standard_assignment.py +403 -0
  2150. pulumi_azure_native/servicebus/__init__.py +3 -0
  2151. pulumi_azure_native/servicebus/disaster_recovery_config.py +3 -3
  2152. pulumi_azure_native/servicebus/get_disaster_recovery_config.py +2 -2
  2153. pulumi_azure_native/servicebus/get_migration_config.py +2 -2
  2154. pulumi_azure_native/servicebus/get_namespace.py +2 -2
  2155. pulumi_azure_native/servicebus/get_namespace_authorization_rule.py +2 -2
  2156. pulumi_azure_native/servicebus/get_namespace_network_rule_set.py +2 -2
  2157. pulumi_azure_native/servicebus/get_private_endpoint_connection.py +2 -2
  2158. pulumi_azure_native/servicebus/get_queue.py +2 -2
  2159. pulumi_azure_native/servicebus/get_queue_authorization_rule.py +2 -2
  2160. pulumi_azure_native/servicebus/get_rule.py +2 -2
  2161. pulumi_azure_native/servicebus/get_subscription.py +2 -2
  2162. pulumi_azure_native/servicebus/get_topic.py +2 -2
  2163. pulumi_azure_native/servicebus/get_topic_authorization_rule.py +2 -2
  2164. pulumi_azure_native/servicebus/list_disaster_recovery_config_keys.py +2 -2
  2165. pulumi_azure_native/servicebus/list_namespace_keys.py +2 -2
  2166. pulumi_azure_native/servicebus/list_queue_keys.py +2 -2
  2167. pulumi_azure_native/servicebus/list_topic_keys.py +2 -2
  2168. pulumi_azure_native/servicebus/migration_config.py +3 -3
  2169. pulumi_azure_native/servicebus/namespace.py +3 -3
  2170. pulumi_azure_native/servicebus/namespace_authorization_rule.py +3 -3
  2171. pulumi_azure_native/servicebus/namespace_network_rule_set.py +3 -3
  2172. pulumi_azure_native/servicebus/private_endpoint_connection.py +3 -3
  2173. pulumi_azure_native/servicebus/queue.py +3 -3
  2174. pulumi_azure_native/servicebus/queue_authorization_rule.py +3 -3
  2175. pulumi_azure_native/servicebus/rule.py +3 -3
  2176. pulumi_azure_native/servicebus/subscription.py +3 -3
  2177. pulumi_azure_native/servicebus/topic.py +3 -3
  2178. pulumi_azure_native/servicebus/topic_authorization_rule.py +3 -3
  2179. pulumi_azure_native/servicebus/v20220101preview/disaster_recovery_config.py +1 -1
  2180. pulumi_azure_native/servicebus/v20220101preview/migration_config.py +1 -1
  2181. pulumi_azure_native/servicebus/v20220101preview/namespace.py +1 -1
  2182. pulumi_azure_native/servicebus/v20220101preview/namespace_authorization_rule.py +1 -1
  2183. pulumi_azure_native/servicebus/v20220101preview/namespace_network_rule_set.py +1 -1
  2184. pulumi_azure_native/servicebus/v20220101preview/private_endpoint_connection.py +1 -1
  2185. pulumi_azure_native/servicebus/v20220101preview/queue.py +1 -1
  2186. pulumi_azure_native/servicebus/v20220101preview/queue_authorization_rule.py +1 -1
  2187. pulumi_azure_native/servicebus/v20220101preview/rule.py +1 -1
  2188. pulumi_azure_native/servicebus/v20220101preview/subscription.py +1 -1
  2189. pulumi_azure_native/servicebus/v20220101preview/topic.py +1 -1
  2190. pulumi_azure_native/servicebus/v20220101preview/topic_authorization_rule.py +1 -1
  2191. pulumi_azure_native/servicebus/v20221001preview/disaster_recovery_config.py +1 -1
  2192. pulumi_azure_native/servicebus/v20221001preview/migration_config.py +1 -1
  2193. pulumi_azure_native/servicebus/v20221001preview/namespace.py +1 -1
  2194. pulumi_azure_native/servicebus/v20221001preview/namespace_authorization_rule.py +1 -1
  2195. pulumi_azure_native/servicebus/v20221001preview/namespace_network_rule_set.py +1 -1
  2196. pulumi_azure_native/servicebus/v20221001preview/private_endpoint_connection.py +1 -1
  2197. pulumi_azure_native/servicebus/v20221001preview/queue.py +1 -1
  2198. pulumi_azure_native/servicebus/v20221001preview/queue_authorization_rule.py +1 -1
  2199. pulumi_azure_native/servicebus/v20221001preview/rule.py +1 -1
  2200. pulumi_azure_native/servicebus/v20221001preview/subscription.py +1 -1
  2201. pulumi_azure_native/servicebus/v20221001preview/topic.py +1 -1
  2202. pulumi_azure_native/servicebus/v20221001preview/topic_authorization_rule.py +1 -1
  2203. pulumi_azure_native/servicebus/v20230101preview/disaster_recovery_config.py +1 -1
  2204. pulumi_azure_native/servicebus/v20230101preview/migration_config.py +1 -1
  2205. pulumi_azure_native/servicebus/v20230101preview/namespace.py +1 -1
  2206. pulumi_azure_native/servicebus/v20230101preview/namespace_authorization_rule.py +1 -1
  2207. pulumi_azure_native/servicebus/v20230101preview/namespace_network_rule_set.py +1 -1
  2208. pulumi_azure_native/servicebus/v20230101preview/private_endpoint_connection.py +1 -1
  2209. pulumi_azure_native/servicebus/v20230101preview/queue.py +1 -1
  2210. pulumi_azure_native/servicebus/v20230101preview/queue_authorization_rule.py +1 -1
  2211. pulumi_azure_native/servicebus/v20230101preview/rule.py +1 -1
  2212. pulumi_azure_native/servicebus/v20230101preview/subscription.py +1 -1
  2213. pulumi_azure_native/servicebus/v20230101preview/topic.py +1 -1
  2214. pulumi_azure_native/servicebus/v20230101preview/topic_authorization_rule.py +1 -1
  2215. pulumi_azure_native/servicebus/v20240101/__init__.py +38 -0
  2216. pulumi_azure_native/servicebus/v20240101/_enums.py +149 -0
  2217. pulumi_azure_native/servicebus/v20240101/_inputs.py +1149 -0
  2218. pulumi_azure_native/servicebus/v20240101/disaster_recovery_config.py +288 -0
  2219. pulumi_azure_native/servicebus/v20240101/get_disaster_recovery_config.py +206 -0
  2220. pulumi_azure_native/servicebus/v20240101/get_migration_config.py +206 -0
  2221. pulumi_azure_native/servicebus/v20240101/get_namespace.py +357 -0
  2222. pulumi_azure_native/servicebus/v20240101/get_namespace_authorization_rule.py +154 -0
  2223. pulumi_azure_native/servicebus/v20240101/get_namespace_network_rule_set.py +201 -0
  2224. pulumi_azure_native/servicebus/v20240101/get_private_endpoint_connection.py +180 -0
  2225. pulumi_azure_native/servicebus/v20240101/get_queue.py +427 -0
  2226. pulumi_azure_native/servicebus/v20240101/get_queue_authorization_rule.py +159 -0
  2227. pulumi_azure_native/servicebus/v20240101/get_rule.py +203 -0
  2228. pulumi_azure_native/servicebus/v20240101/get_subscription.py +393 -0
  2229. pulumi_azure_native/servicebus/v20240101/get_topic.py +362 -0
  2230. pulumi_azure_native/servicebus/v20240101/get_topic_authorization_rule.py +159 -0
  2231. pulumi_azure_native/servicebus/v20240101/list_disaster_recovery_config_keys.py +171 -0
  2232. pulumi_azure_native/servicebus/v20240101/list_namespace_keys.py +166 -0
  2233. pulumi_azure_native/servicebus/v20240101/list_queue_keys.py +171 -0
  2234. pulumi_azure_native/servicebus/v20240101/list_topic_keys.py +171 -0
  2235. pulumi_azure_native/servicebus/v20240101/migration_config.py +290 -0
  2236. pulumi_azure_native/servicebus/v20240101/namespace.py +586 -0
  2237. pulumi_azure_native/servicebus/v20240101/namespace_authorization_rule.py +231 -0
  2238. pulumi_azure_native/servicebus/v20240101/namespace_network_rule_set.py +331 -0
  2239. pulumi_azure_native/servicebus/v20240101/outputs.py +1279 -0
  2240. pulumi_azure_native/servicebus/v20240101/private_endpoint_connection.py +289 -0
  2241. pulumi_azure_native/servicebus/v20240101/queue.py +725 -0
  2242. pulumi_azure_native/servicebus/v20240101/queue_authorization_rule.py +252 -0
  2243. pulumi_azure_native/servicebus/v20240101/rule.py +360 -0
  2244. pulumi_azure_native/servicebus/v20240101/subscription.py +679 -0
  2245. pulumi_azure_native/servicebus/v20240101/topic.py +580 -0
  2246. pulumi_azure_native/servicebus/v20240101/topic_authorization_rule.py +252 -0
  2247. pulumi_azure_native/signalrservice/__init__.py +3 -0
  2248. pulumi_azure_native/signalrservice/get_signal_r.py +2 -2
  2249. pulumi_azure_native/signalrservice/get_signal_r_custom_certificate.py +2 -2
  2250. pulumi_azure_native/signalrservice/get_signal_r_custom_domain.py +2 -2
  2251. pulumi_azure_native/signalrservice/get_signal_r_private_endpoint_connection.py +2 -2
  2252. pulumi_azure_native/signalrservice/get_signal_r_replica.py +2 -2
  2253. pulumi_azure_native/signalrservice/get_signal_r_shared_private_link_resource.py +2 -2
  2254. pulumi_azure_native/signalrservice/list_signal_r_keys.py +2 -2
  2255. pulumi_azure_native/signalrservice/signal_r.py +3 -3
  2256. pulumi_azure_native/signalrservice/signal_r_custom_certificate.py +3 -3
  2257. pulumi_azure_native/signalrservice/signal_r_custom_domain.py +3 -3
  2258. pulumi_azure_native/signalrservice/signal_r_private_endpoint_connection.py +3 -3
  2259. pulumi_azure_native/signalrservice/signal_r_replica.py +3 -3
  2260. pulumi_azure_native/signalrservice/signal_r_shared_private_link_resource.py +3 -3
  2261. pulumi_azure_native/signalrservice/v20230201/signal_r.py +1 -1
  2262. pulumi_azure_native/signalrservice/v20230201/signal_r_custom_certificate.py +1 -1
  2263. pulumi_azure_native/signalrservice/v20230201/signal_r_custom_domain.py +1 -1
  2264. pulumi_azure_native/signalrservice/v20230201/signal_r_private_endpoint_connection.py +1 -1
  2265. pulumi_azure_native/signalrservice/v20230201/signal_r_shared_private_link_resource.py +1 -1
  2266. pulumi_azure_native/signalrservice/v20230301preview/signal_r.py +1 -1
  2267. pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_certificate.py +1 -1
  2268. pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_domain.py +1 -1
  2269. pulumi_azure_native/signalrservice/v20230301preview/signal_r_private_endpoint_connection.py +1 -1
  2270. pulumi_azure_native/signalrservice/v20230301preview/signal_r_replica.py +1 -1
  2271. pulumi_azure_native/signalrservice/v20230301preview/signal_r_shared_private_link_resource.py +1 -1
  2272. pulumi_azure_native/signalrservice/v20230601preview/signal_r.py +1 -1
  2273. pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_certificate.py +1 -1
  2274. pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_domain.py +1 -1
  2275. pulumi_azure_native/signalrservice/v20230601preview/signal_r_private_endpoint_connection.py +1 -1
  2276. pulumi_azure_native/signalrservice/v20230601preview/signal_r_replica.py +1 -1
  2277. pulumi_azure_native/signalrservice/v20230601preview/signal_r_shared_private_link_resource.py +1 -1
  2278. pulumi_azure_native/signalrservice/v20230801preview/signal_r.py +1 -1
  2279. pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_certificate.py +1 -1
  2280. pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_domain.py +1 -1
  2281. pulumi_azure_native/signalrservice/v20230801preview/signal_r_private_endpoint_connection.py +1 -1
  2282. pulumi_azure_native/signalrservice/v20230801preview/signal_r_replica.py +1 -1
  2283. pulumi_azure_native/signalrservice/v20230801preview/signal_r_shared_private_link_resource.py +1 -1
  2284. pulumi_azure_native/signalrservice/v20240101preview/signal_r.py +1 -1
  2285. pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_certificate.py +1 -1
  2286. pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_domain.py +1 -1
  2287. pulumi_azure_native/signalrservice/v20240101preview/signal_r_private_endpoint_connection.py +1 -1
  2288. pulumi_azure_native/signalrservice/v20240101preview/signal_r_replica.py +1 -1
  2289. pulumi_azure_native/signalrservice/v20240101preview/signal_r_shared_private_link_resource.py +1 -1
  2290. pulumi_azure_native/signalrservice/v20240301/signal_r.py +1 -1
  2291. pulumi_azure_native/signalrservice/v20240301/signal_r_custom_certificate.py +1 -1
  2292. pulumi_azure_native/signalrservice/v20240301/signal_r_custom_domain.py +1 -1
  2293. pulumi_azure_native/signalrservice/v20240301/signal_r_private_endpoint_connection.py +1 -1
  2294. pulumi_azure_native/signalrservice/v20240301/signal_r_replica.py +1 -1
  2295. pulumi_azure_native/signalrservice/v20240301/signal_r_shared_private_link_resource.py +1 -1
  2296. pulumi_azure_native/signalrservice/v20240401preview/signal_r.py +1 -1
  2297. pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_certificate.py +1 -1
  2298. pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_domain.py +1 -1
  2299. pulumi_azure_native/signalrservice/v20240401preview/signal_r_private_endpoint_connection.py +1 -1
  2300. pulumi_azure_native/signalrservice/v20240401preview/signal_r_replica.py +1 -1
  2301. pulumi_azure_native/signalrservice/v20240401preview/signal_r_shared_private_link_resource.py +1 -1
  2302. pulumi_azure_native/signalrservice/v20240801preview/__init__.py +23 -0
  2303. pulumi_azure_native/signalrservice/v20240801preview/_enums.py +102 -0
  2304. pulumi_azure_native/signalrservice/v20240801preview/_inputs.py +1650 -0
  2305. pulumi_azure_native/signalrservice/v20240801preview/get_signal_r.py +502 -0
  2306. pulumi_azure_native/signalrservice/v20240801preview/get_signal_r_custom_certificate.py +180 -0
  2307. pulumi_azure_native/signalrservice/v20240801preview/get_signal_r_custom_domain.py +167 -0
  2308. pulumi_azure_native/signalrservice/v20240801preview/get_signal_r_private_endpoint_connection.py +180 -0
  2309. pulumi_azure_native/signalrservice/v20240801preview/get_signal_r_replica.py +209 -0
  2310. pulumi_azure_native/signalrservice/v20240801preview/get_signal_r_shared_private_link_resource.py +206 -0
  2311. pulumi_azure_native/signalrservice/v20240801preview/list_signal_r_keys.py +122 -0
  2312. pulumi_azure_native/signalrservice/v20240801preview/outputs.py +1750 -0
  2313. pulumi_azure_native/signalrservice/v20240801preview/signal_r.py +892 -0
  2314. pulumi_azure_native/signalrservice/v20240801preview/signal_r_custom_certificate.py +289 -0
  2315. pulumi_azure_native/signalrservice/v20240801preview/signal_r_custom_domain.py +260 -0
  2316. pulumi_azure_native/signalrservice/v20240801preview/signal_r_private_endpoint_connection.py +270 -0
  2317. pulumi_azure_native/signalrservice/v20240801preview/signal_r_replica.py +367 -0
  2318. pulumi_azure_native/signalrservice/v20240801preview/signal_r_shared_private_link_resource.py +328 -0
  2319. pulumi_azure_native/sql/__init__.py +3 -0
  2320. pulumi_azure_native/sql/backup_long_term_retention_policy.py +1 -1
  2321. pulumi_azure_native/sql/backup_short_term_retention_policy.py +3 -3
  2322. pulumi_azure_native/sql/data_masking_policy.py +3 -3
  2323. pulumi_azure_native/sql/database.py +3 -3
  2324. pulumi_azure_native/sql/database_advisor.py +3 -3
  2325. pulumi_azure_native/sql/database_blob_auditing_policy.py +3 -3
  2326. pulumi_azure_native/sql/database_security_alert_policy.py +3 -3
  2327. pulumi_azure_native/sql/database_sql_vulnerability_assessment_rule_baseline.py +3 -3
  2328. pulumi_azure_native/sql/database_threat_detection_policy.py +1 -1
  2329. pulumi_azure_native/sql/database_vulnerability_assessment.py +3 -3
  2330. pulumi_azure_native/sql/database_vulnerability_assessment_rule_baseline.py +3 -3
  2331. pulumi_azure_native/sql/distributed_availability_group.py +3 -3
  2332. pulumi_azure_native/sql/elastic_pool.py +3 -3
  2333. pulumi_azure_native/sql/encryption_protector.py +3 -3
  2334. pulumi_azure_native/sql/extended_database_blob_auditing_policy.py +3 -3
  2335. pulumi_azure_native/sql/extended_server_blob_auditing_policy.py +3 -3
  2336. pulumi_azure_native/sql/failover_group.py +3 -3
  2337. pulumi_azure_native/sql/firewall_rule.py +3 -3
  2338. pulumi_azure_native/sql/geo_backup_policy.py +3 -3
  2339. pulumi_azure_native/sql/get_backup_short_term_retention_policy.py +2 -2
  2340. pulumi_azure_native/sql/get_data_masking_policy.py +2 -2
  2341. pulumi_azure_native/sql/get_database.py +2 -2
  2342. pulumi_azure_native/sql/get_database_advisor.py +2 -2
  2343. pulumi_azure_native/sql/get_database_blob_auditing_policy.py +2 -2
  2344. pulumi_azure_native/sql/get_database_security_alert_policy.py +2 -2
  2345. pulumi_azure_native/sql/get_database_sql_vulnerability_assessment_rule_baseline.py +2 -2
  2346. pulumi_azure_native/sql/get_database_vulnerability_assessment.py +2 -2
  2347. pulumi_azure_native/sql/get_database_vulnerability_assessment_rule_baseline.py +2 -2
  2348. pulumi_azure_native/sql/get_distributed_availability_group.py +2 -2
  2349. pulumi_azure_native/sql/get_elastic_pool.py +2 -2
  2350. pulumi_azure_native/sql/get_encryption_protector.py +2 -2
  2351. pulumi_azure_native/sql/get_extended_database_blob_auditing_policy.py +2 -2
  2352. pulumi_azure_native/sql/get_extended_server_blob_auditing_policy.py +2 -2
  2353. pulumi_azure_native/sql/get_failover_group.py +2 -2
  2354. pulumi_azure_native/sql/get_firewall_rule.py +2 -2
  2355. pulumi_azure_native/sql/get_geo_backup_policy.py +2 -2
  2356. pulumi_azure_native/sql/get_i_pv6_firewall_rule.py +2 -2
  2357. pulumi_azure_native/sql/get_instance_failover_group.py +2 -2
  2358. pulumi_azure_native/sql/get_instance_pool.py +2 -2
  2359. pulumi_azure_native/sql/get_job.py +2 -2
  2360. pulumi_azure_native/sql/get_job_agent.py +2 -2
  2361. pulumi_azure_native/sql/get_job_credential.py +2 -2
  2362. pulumi_azure_native/sql/get_job_private_endpoint.py +2 -2
  2363. pulumi_azure_native/sql/get_job_step.py +2 -2
  2364. pulumi_azure_native/sql/get_job_target_group.py +2 -2
  2365. pulumi_azure_native/sql/get_long_term_retention_policy.py +2 -2
  2366. pulumi_azure_native/sql/get_managed_database.py +2 -2
  2367. pulumi_azure_native/sql/get_managed_database_sensitivity_label.py +2 -2
  2368. pulumi_azure_native/sql/get_managed_database_vulnerability_assessment.py +2 -2
  2369. pulumi_azure_native/sql/get_managed_database_vulnerability_assessment_rule_baseline.py +2 -2
  2370. pulumi_azure_native/sql/get_managed_instance.py +2 -2
  2371. pulumi_azure_native/sql/get_managed_instance_administrator.py +2 -2
  2372. pulumi_azure_native/sql/get_managed_instance_azure_ad_only_authentication.py +2 -2
  2373. pulumi_azure_native/sql/get_managed_instance_key.py +2 -2
  2374. pulumi_azure_native/sql/get_managed_instance_long_term_retention_policy.py +2 -2
  2375. pulumi_azure_native/sql/get_managed_instance_private_endpoint_connection.py +2 -2
  2376. pulumi_azure_native/sql/get_managed_instance_vulnerability_assessment.py +2 -2
  2377. pulumi_azure_native/sql/get_managed_server_dns_alias.py +2 -2
  2378. pulumi_azure_native/sql/get_outbound_firewall_rule.py +2 -2
  2379. pulumi_azure_native/sql/get_private_endpoint_connection.py +2 -2
  2380. pulumi_azure_native/sql/get_replication_link.py +2 -2
  2381. pulumi_azure_native/sql/get_sensitivity_label.py +2 -2
  2382. pulumi_azure_native/sql/get_server.py +2 -2
  2383. pulumi_azure_native/sql/get_server_advisor.py +2 -2
  2384. pulumi_azure_native/sql/get_server_azure_ad_administrator.py +2 -2
  2385. pulumi_azure_native/sql/get_server_azure_ad_only_authentication.py +2 -2
  2386. pulumi_azure_native/sql/get_server_blob_auditing_policy.py +2 -2
  2387. pulumi_azure_native/sql/get_server_dns_alias.py +2 -2
  2388. pulumi_azure_native/sql/get_server_key.py +2 -2
  2389. pulumi_azure_native/sql/get_server_security_alert_policy.py +2 -2
  2390. pulumi_azure_native/sql/get_server_trust_certificate.py +2 -2
  2391. pulumi_azure_native/sql/get_server_trust_group.py +2 -2
  2392. pulumi_azure_native/sql/get_server_vulnerability_assessment.py +2 -2
  2393. pulumi_azure_native/sql/get_sql_vulnerability_assessment_rule_baseline.py +2 -2
  2394. pulumi_azure_native/sql/get_sql_vulnerability_assessments_setting.py +2 -2
  2395. pulumi_azure_native/sql/get_start_stop_managed_instance_schedule.py +2 -2
  2396. pulumi_azure_native/sql/get_sync_agent.py +2 -2
  2397. pulumi_azure_native/sql/get_sync_group.py +2 -2
  2398. pulumi_azure_native/sql/get_sync_member.py +2 -2
  2399. pulumi_azure_native/sql/get_transparent_data_encryption.py +2 -2
  2400. pulumi_azure_native/sql/get_virtual_network_rule.py +2 -2
  2401. pulumi_azure_native/sql/get_workload_classifier.py +2 -2
  2402. pulumi_azure_native/sql/get_workload_group.py +2 -2
  2403. pulumi_azure_native/sql/i_pv6_firewall_rule.py +3 -3
  2404. pulumi_azure_native/sql/instance_failover_group.py +3 -3
  2405. pulumi_azure_native/sql/instance_pool.py +3 -3
  2406. pulumi_azure_native/sql/job.py +3 -3
  2407. pulumi_azure_native/sql/job_agent.py +3 -3
  2408. pulumi_azure_native/sql/job_credential.py +3 -3
  2409. pulumi_azure_native/sql/job_private_endpoint.py +3 -3
  2410. pulumi_azure_native/sql/job_step.py +3 -3
  2411. pulumi_azure_native/sql/job_target_group.py +3 -3
  2412. pulumi_azure_native/sql/long_term_retention_policy.py +3 -3
  2413. pulumi_azure_native/sql/managed_database.py +3 -3
  2414. pulumi_azure_native/sql/managed_database_sensitivity_label.py +3 -3
  2415. pulumi_azure_native/sql/managed_database_vulnerability_assessment.py +3 -3
  2416. pulumi_azure_native/sql/managed_database_vulnerability_assessment_rule_baseline.py +3 -3
  2417. pulumi_azure_native/sql/managed_instance.py +3 -3
  2418. pulumi_azure_native/sql/managed_instance_administrator.py +3 -3
  2419. pulumi_azure_native/sql/managed_instance_azure_ad_only_authentication.py +3 -3
  2420. pulumi_azure_native/sql/managed_instance_key.py +3 -3
  2421. pulumi_azure_native/sql/managed_instance_long_term_retention_policy.py +3 -3
  2422. pulumi_azure_native/sql/managed_instance_private_endpoint_connection.py +3 -3
  2423. pulumi_azure_native/sql/managed_instance_vulnerability_assessment.py +3 -3
  2424. pulumi_azure_native/sql/managed_server_dns_alias.py +3 -3
  2425. pulumi_azure_native/sql/outbound_firewall_rule.py +3 -3
  2426. pulumi_azure_native/sql/private_endpoint_connection.py +3 -3
  2427. pulumi_azure_native/sql/replication_link.py +3 -3
  2428. pulumi_azure_native/sql/sensitivity_label.py +3 -3
  2429. pulumi_azure_native/sql/server.py +3 -3
  2430. pulumi_azure_native/sql/server_advisor.py +3 -3
  2431. pulumi_azure_native/sql/server_azure_ad_administrator.py +3 -3
  2432. pulumi_azure_native/sql/server_azure_ad_only_authentication.py +3 -3
  2433. pulumi_azure_native/sql/server_blob_auditing_policy.py +3 -3
  2434. pulumi_azure_native/sql/server_dns_alias.py +3 -3
  2435. pulumi_azure_native/sql/server_key.py +3 -3
  2436. pulumi_azure_native/sql/server_security_alert_policy.py +3 -3
  2437. pulumi_azure_native/sql/server_trust_certificate.py +3 -3
  2438. pulumi_azure_native/sql/server_trust_group.py +3 -3
  2439. pulumi_azure_native/sql/server_vulnerability_assessment.py +3 -3
  2440. pulumi_azure_native/sql/sql_vulnerability_assessment_rule_baseline.py +3 -3
  2441. pulumi_azure_native/sql/sql_vulnerability_assessments_setting.py +3 -3
  2442. pulumi_azure_native/sql/start_stop_managed_instance_schedule.py +3 -3
  2443. pulumi_azure_native/sql/sync_agent.py +3 -3
  2444. pulumi_azure_native/sql/sync_group.py +3 -3
  2445. pulumi_azure_native/sql/sync_member.py +3 -3
  2446. pulumi_azure_native/sql/transparent_data_encryption.py +3 -3
  2447. pulumi_azure_native/sql/v20140401/database.py +1 -1
  2448. pulumi_azure_native/sql/v20140401/database_advisor.py +1 -1
  2449. pulumi_azure_native/sql/v20140401/database_threat_detection_policy.py +1 -1
  2450. pulumi_azure_native/sql/v20140401/elastic_pool.py +1 -1
  2451. pulumi_azure_native/sql/v20140401/firewall_rule.py +1 -1
  2452. pulumi_azure_native/sql/v20140401/server.py +1 -1
  2453. pulumi_azure_native/sql/v20140401/server_advisor.py +1 -1
  2454. pulumi_azure_native/sql/v20140401/server_azure_ad_administrator.py +1 -1
  2455. pulumi_azure_native/sql/v20140401/transparent_data_encryption.py +1 -1
  2456. pulumi_azure_native/sql/v20150501preview/server_key.py +1 -1
  2457. pulumi_azure_native/sql/v20170301preview/backup_long_term_retention_policy.py +1 -1
  2458. pulumi_azure_native/sql/v20170301preview/server_security_alert_policy.py +1 -1
  2459. pulumi_azure_native/sql/v20180601preview/database_security_alert_policy.py +1 -1
  2460. pulumi_azure_native/sql/v20190601preview/database.py +1 -1
  2461. pulumi_azure_native/sql/v20200202preview/database.py +1 -1
  2462. pulumi_azure_native/sql/v20200801preview/database.py +1 -1
  2463. pulumi_azure_native/sql/v20210201preview/managed_instance.py +1 -1
  2464. pulumi_azure_native/sql/v20211101/backup_short_term_retention_policy.py +1 -1
  2465. pulumi_azure_native/sql/v20211101/data_masking_policy.py +1 -1
  2466. pulumi_azure_native/sql/v20211101/database.py +1 -1
  2467. pulumi_azure_native/sql/v20211101/database_advisor.py +1 -1
  2468. pulumi_azure_native/sql/v20211101/database_blob_auditing_policy.py +1 -1
  2469. pulumi_azure_native/sql/v20211101/database_security_alert_policy.py +1 -1
  2470. pulumi_azure_native/sql/v20211101/database_vulnerability_assessment.py +1 -1
  2471. pulumi_azure_native/sql/v20211101/database_vulnerability_assessment_rule_baseline.py +1 -1
  2472. pulumi_azure_native/sql/v20211101/distributed_availability_group.py +1 -1
  2473. pulumi_azure_native/sql/v20211101/elastic_pool.py +1 -1
  2474. pulumi_azure_native/sql/v20211101/encryption_protector.py +1 -1
  2475. pulumi_azure_native/sql/v20211101/extended_database_blob_auditing_policy.py +1 -1
  2476. pulumi_azure_native/sql/v20211101/extended_server_blob_auditing_policy.py +1 -1
  2477. pulumi_azure_native/sql/v20211101/failover_group.py +1 -1
  2478. pulumi_azure_native/sql/v20211101/firewall_rule.py +1 -1
  2479. pulumi_azure_native/sql/v20211101/geo_backup_policy.py +1 -1
  2480. pulumi_azure_native/sql/v20211101/i_pv6_firewall_rule.py +1 -1
  2481. pulumi_azure_native/sql/v20211101/instance_failover_group.py +1 -1
  2482. pulumi_azure_native/sql/v20211101/instance_pool.py +1 -1
  2483. pulumi_azure_native/sql/v20211101/job.py +1 -1
  2484. pulumi_azure_native/sql/v20211101/job_agent.py +1 -1
  2485. pulumi_azure_native/sql/v20211101/job_credential.py +1 -1
  2486. pulumi_azure_native/sql/v20211101/job_step.py +1 -1
  2487. pulumi_azure_native/sql/v20211101/job_target_group.py +1 -1
  2488. pulumi_azure_native/sql/v20211101/long_term_retention_policy.py +1 -1
  2489. pulumi_azure_native/sql/v20211101/managed_database.py +1 -1
  2490. pulumi_azure_native/sql/v20211101/managed_database_sensitivity_label.py +1 -1
  2491. pulumi_azure_native/sql/v20211101/managed_database_vulnerability_assessment.py +1 -1
  2492. pulumi_azure_native/sql/v20211101/managed_database_vulnerability_assessment_rule_baseline.py +1 -1
  2493. pulumi_azure_native/sql/v20211101/managed_instance.py +1 -1
  2494. pulumi_azure_native/sql/v20211101/managed_instance_administrator.py +1 -1
  2495. pulumi_azure_native/sql/v20211101/managed_instance_azure_ad_only_authentication.py +1 -1
  2496. pulumi_azure_native/sql/v20211101/managed_instance_key.py +1 -1
  2497. pulumi_azure_native/sql/v20211101/managed_instance_private_endpoint_connection.py +1 -1
  2498. pulumi_azure_native/sql/v20211101/managed_instance_vulnerability_assessment.py +1 -1
  2499. pulumi_azure_native/sql/v20211101/managed_server_dns_alias.py +1 -1
  2500. pulumi_azure_native/sql/v20211101/outbound_firewall_rule.py +1 -1
  2501. pulumi_azure_native/sql/v20211101/private_endpoint_connection.py +1 -1
  2502. pulumi_azure_native/sql/v20211101/sensitivity_label.py +1 -1
  2503. pulumi_azure_native/sql/v20211101/server.py +1 -1
  2504. pulumi_azure_native/sql/v20211101/server_advisor.py +1 -1
  2505. pulumi_azure_native/sql/v20211101/server_azure_ad_administrator.py +1 -1
  2506. pulumi_azure_native/sql/v20211101/server_azure_ad_only_authentication.py +1 -1
  2507. pulumi_azure_native/sql/v20211101/server_blob_auditing_policy.py +1 -1
  2508. pulumi_azure_native/sql/v20211101/server_dns_alias.py +1 -1
  2509. pulumi_azure_native/sql/v20211101/server_key.py +1 -1
  2510. pulumi_azure_native/sql/v20211101/server_security_alert_policy.py +1 -1
  2511. pulumi_azure_native/sql/v20211101/server_trust_certificate.py +1 -1
  2512. pulumi_azure_native/sql/v20211101/server_trust_group.py +1 -1
  2513. pulumi_azure_native/sql/v20211101/server_vulnerability_assessment.py +1 -1
  2514. pulumi_azure_native/sql/v20211101/sync_agent.py +1 -1
  2515. pulumi_azure_native/sql/v20211101/sync_group.py +1 -1
  2516. pulumi_azure_native/sql/v20211101/sync_member.py +1 -1
  2517. pulumi_azure_native/sql/v20211101/transparent_data_encryption.py +1 -1
  2518. pulumi_azure_native/sql/v20211101/virtual_network_rule.py +1 -1
  2519. pulumi_azure_native/sql/v20211101/workload_classifier.py +1 -1
  2520. pulumi_azure_native/sql/v20211101/workload_group.py +1 -1
  2521. pulumi_azure_native/sql/v20221101preview/backup_short_term_retention_policy.py +1 -1
  2522. pulumi_azure_native/sql/v20221101preview/data_masking_policy.py +1 -1
  2523. pulumi_azure_native/sql/v20221101preview/database.py +1 -1
  2524. pulumi_azure_native/sql/v20221101preview/database_advisor.py +1 -1
  2525. pulumi_azure_native/sql/v20221101preview/database_blob_auditing_policy.py +1 -1
  2526. pulumi_azure_native/sql/v20221101preview/database_security_alert_policy.py +1 -1
  2527. pulumi_azure_native/sql/v20221101preview/database_sql_vulnerability_assessment_rule_baseline.py +1 -1
  2528. pulumi_azure_native/sql/v20221101preview/database_vulnerability_assessment.py +1 -1
  2529. pulumi_azure_native/sql/v20221101preview/database_vulnerability_assessment_rule_baseline.py +1 -1
  2530. pulumi_azure_native/sql/v20221101preview/distributed_availability_group.py +1 -1
  2531. pulumi_azure_native/sql/v20221101preview/elastic_pool.py +1 -1
  2532. pulumi_azure_native/sql/v20221101preview/encryption_protector.py +1 -1
  2533. pulumi_azure_native/sql/v20221101preview/extended_database_blob_auditing_policy.py +1 -1
  2534. pulumi_azure_native/sql/v20221101preview/extended_server_blob_auditing_policy.py +1 -1
  2535. pulumi_azure_native/sql/v20221101preview/failover_group.py +1 -1
  2536. pulumi_azure_native/sql/v20221101preview/firewall_rule.py +1 -1
  2537. pulumi_azure_native/sql/v20221101preview/geo_backup_policy.py +1 -1
  2538. pulumi_azure_native/sql/v20221101preview/i_pv6_firewall_rule.py +1 -1
  2539. pulumi_azure_native/sql/v20221101preview/instance_failover_group.py +1 -1
  2540. pulumi_azure_native/sql/v20221101preview/instance_pool.py +1 -1
  2541. pulumi_azure_native/sql/v20221101preview/job.py +1 -1
  2542. pulumi_azure_native/sql/v20221101preview/job_agent.py +1 -1
  2543. pulumi_azure_native/sql/v20221101preview/job_credential.py +1 -1
  2544. pulumi_azure_native/sql/v20221101preview/job_step.py +1 -1
  2545. pulumi_azure_native/sql/v20221101preview/job_target_group.py +1 -1
  2546. pulumi_azure_native/sql/v20221101preview/long_term_retention_policy.py +1 -1
  2547. pulumi_azure_native/sql/v20221101preview/managed_database.py +1 -1
  2548. pulumi_azure_native/sql/v20221101preview/managed_database_sensitivity_label.py +1 -1
  2549. pulumi_azure_native/sql/v20221101preview/managed_database_vulnerability_assessment.py +1 -1
  2550. pulumi_azure_native/sql/v20221101preview/managed_database_vulnerability_assessment_rule_baseline.py +1 -1
  2551. pulumi_azure_native/sql/v20221101preview/managed_instance.py +1 -1
  2552. pulumi_azure_native/sql/v20221101preview/managed_instance_administrator.py +1 -1
  2553. pulumi_azure_native/sql/v20221101preview/managed_instance_azure_ad_only_authentication.py +1 -1
  2554. pulumi_azure_native/sql/v20221101preview/managed_instance_key.py +1 -1
  2555. pulumi_azure_native/sql/v20221101preview/managed_instance_long_term_retention_policy.py +1 -1
  2556. pulumi_azure_native/sql/v20221101preview/managed_instance_private_endpoint_connection.py +1 -1
  2557. pulumi_azure_native/sql/v20221101preview/managed_instance_vulnerability_assessment.py +1 -1
  2558. pulumi_azure_native/sql/v20221101preview/managed_server_dns_alias.py +1 -1
  2559. pulumi_azure_native/sql/v20221101preview/outbound_firewall_rule.py +1 -1
  2560. pulumi_azure_native/sql/v20221101preview/private_endpoint_connection.py +1 -1
  2561. pulumi_azure_native/sql/v20221101preview/sensitivity_label.py +1 -1
  2562. pulumi_azure_native/sql/v20221101preview/server.py +1 -1
  2563. pulumi_azure_native/sql/v20221101preview/server_advisor.py +1 -1
  2564. pulumi_azure_native/sql/v20221101preview/server_azure_ad_administrator.py +1 -1
  2565. pulumi_azure_native/sql/v20221101preview/server_azure_ad_only_authentication.py +1 -1
  2566. pulumi_azure_native/sql/v20221101preview/server_blob_auditing_policy.py +1 -1
  2567. pulumi_azure_native/sql/v20221101preview/server_dns_alias.py +1 -1
  2568. pulumi_azure_native/sql/v20221101preview/server_key.py +1 -1
  2569. pulumi_azure_native/sql/v20221101preview/server_security_alert_policy.py +1 -1
  2570. pulumi_azure_native/sql/v20221101preview/server_trust_certificate.py +1 -1
  2571. pulumi_azure_native/sql/v20221101preview/server_trust_group.py +1 -1
  2572. pulumi_azure_native/sql/v20221101preview/server_vulnerability_assessment.py +1 -1
  2573. pulumi_azure_native/sql/v20221101preview/sql_vulnerability_assessment_rule_baseline.py +1 -1
  2574. pulumi_azure_native/sql/v20221101preview/sql_vulnerability_assessments_setting.py +1 -1
  2575. pulumi_azure_native/sql/v20221101preview/start_stop_managed_instance_schedule.py +1 -1
  2576. pulumi_azure_native/sql/v20221101preview/sync_agent.py +1 -1
  2577. pulumi_azure_native/sql/v20221101preview/sync_group.py +1 -1
  2578. pulumi_azure_native/sql/v20221101preview/sync_member.py +1 -1
  2579. pulumi_azure_native/sql/v20221101preview/transparent_data_encryption.py +1 -1
  2580. pulumi_azure_native/sql/v20221101preview/virtual_network_rule.py +1 -1
  2581. pulumi_azure_native/sql/v20221101preview/workload_classifier.py +1 -1
  2582. pulumi_azure_native/sql/v20221101preview/workload_group.py +1 -1
  2583. pulumi_azure_native/sql/v20230201preview/backup_short_term_retention_policy.py +1 -1
  2584. pulumi_azure_native/sql/v20230201preview/data_masking_policy.py +1 -1
  2585. pulumi_azure_native/sql/v20230201preview/database.py +1 -1
  2586. pulumi_azure_native/sql/v20230201preview/database_advisor.py +1 -1
  2587. pulumi_azure_native/sql/v20230201preview/database_blob_auditing_policy.py +1 -1
  2588. pulumi_azure_native/sql/v20230201preview/database_security_alert_policy.py +1 -1
  2589. pulumi_azure_native/sql/v20230201preview/database_sql_vulnerability_assessment_rule_baseline.py +1 -1
  2590. pulumi_azure_native/sql/v20230201preview/database_vulnerability_assessment.py +1 -1
  2591. pulumi_azure_native/sql/v20230201preview/database_vulnerability_assessment_rule_baseline.py +1 -1
  2592. pulumi_azure_native/sql/v20230201preview/distributed_availability_group.py +1 -1
  2593. pulumi_azure_native/sql/v20230201preview/elastic_pool.py +1 -1
  2594. pulumi_azure_native/sql/v20230201preview/encryption_protector.py +1 -1
  2595. pulumi_azure_native/sql/v20230201preview/extended_database_blob_auditing_policy.py +1 -1
  2596. pulumi_azure_native/sql/v20230201preview/extended_server_blob_auditing_policy.py +1 -1
  2597. pulumi_azure_native/sql/v20230201preview/failover_group.py +1 -1
  2598. pulumi_azure_native/sql/v20230201preview/firewall_rule.py +1 -1
  2599. pulumi_azure_native/sql/v20230201preview/geo_backup_policy.py +1 -1
  2600. pulumi_azure_native/sql/v20230201preview/i_pv6_firewall_rule.py +1 -1
  2601. pulumi_azure_native/sql/v20230201preview/instance_failover_group.py +1 -1
  2602. pulumi_azure_native/sql/v20230201preview/instance_pool.py +1 -1
  2603. pulumi_azure_native/sql/v20230201preview/job.py +1 -1
  2604. pulumi_azure_native/sql/v20230201preview/job_agent.py +1 -1
  2605. pulumi_azure_native/sql/v20230201preview/job_credential.py +1 -1
  2606. pulumi_azure_native/sql/v20230201preview/job_step.py +1 -1
  2607. pulumi_azure_native/sql/v20230201preview/job_target_group.py +1 -1
  2608. pulumi_azure_native/sql/v20230201preview/long_term_retention_policy.py +1 -1
  2609. pulumi_azure_native/sql/v20230201preview/managed_database.py +1 -1
  2610. pulumi_azure_native/sql/v20230201preview/managed_database_sensitivity_label.py +1 -1
  2611. pulumi_azure_native/sql/v20230201preview/managed_database_vulnerability_assessment.py +1 -1
  2612. pulumi_azure_native/sql/v20230201preview/managed_database_vulnerability_assessment_rule_baseline.py +1 -1
  2613. pulumi_azure_native/sql/v20230201preview/managed_instance.py +1 -1
  2614. pulumi_azure_native/sql/v20230201preview/managed_instance_administrator.py +1 -1
  2615. pulumi_azure_native/sql/v20230201preview/managed_instance_azure_ad_only_authentication.py +1 -1
  2616. pulumi_azure_native/sql/v20230201preview/managed_instance_key.py +1 -1
  2617. pulumi_azure_native/sql/v20230201preview/managed_instance_long_term_retention_policy.py +1 -1
  2618. pulumi_azure_native/sql/v20230201preview/managed_instance_private_endpoint_connection.py +1 -1
  2619. pulumi_azure_native/sql/v20230201preview/managed_instance_vulnerability_assessment.py +1 -1
  2620. pulumi_azure_native/sql/v20230201preview/managed_server_dns_alias.py +1 -1
  2621. pulumi_azure_native/sql/v20230201preview/outbound_firewall_rule.py +1 -1
  2622. pulumi_azure_native/sql/v20230201preview/private_endpoint_connection.py +1 -1
  2623. pulumi_azure_native/sql/v20230201preview/sensitivity_label.py +1 -1
  2624. pulumi_azure_native/sql/v20230201preview/server.py +1 -1
  2625. pulumi_azure_native/sql/v20230201preview/server_advisor.py +1 -1
  2626. pulumi_azure_native/sql/v20230201preview/server_azure_ad_administrator.py +1 -1
  2627. pulumi_azure_native/sql/v20230201preview/server_azure_ad_only_authentication.py +1 -1
  2628. pulumi_azure_native/sql/v20230201preview/server_blob_auditing_policy.py +1 -1
  2629. pulumi_azure_native/sql/v20230201preview/server_dns_alias.py +1 -1
  2630. pulumi_azure_native/sql/v20230201preview/server_key.py +1 -1
  2631. pulumi_azure_native/sql/v20230201preview/server_security_alert_policy.py +1 -1
  2632. pulumi_azure_native/sql/v20230201preview/server_trust_certificate.py +1 -1
  2633. pulumi_azure_native/sql/v20230201preview/server_trust_group.py +1 -1
  2634. pulumi_azure_native/sql/v20230201preview/server_vulnerability_assessment.py +1 -1
  2635. pulumi_azure_native/sql/v20230201preview/sql_vulnerability_assessment_rule_baseline.py +1 -1
  2636. pulumi_azure_native/sql/v20230201preview/sql_vulnerability_assessments_setting.py +1 -1
  2637. pulumi_azure_native/sql/v20230201preview/start_stop_managed_instance_schedule.py +1 -1
  2638. pulumi_azure_native/sql/v20230201preview/sync_agent.py +1 -1
  2639. pulumi_azure_native/sql/v20230201preview/sync_group.py +1 -1
  2640. pulumi_azure_native/sql/v20230201preview/sync_member.py +1 -1
  2641. pulumi_azure_native/sql/v20230201preview/transparent_data_encryption.py +1 -1
  2642. pulumi_azure_native/sql/v20230201preview/virtual_network_rule.py +1 -1
  2643. pulumi_azure_native/sql/v20230201preview/workload_classifier.py +1 -1
  2644. pulumi_azure_native/sql/v20230201preview/workload_group.py +1 -1
  2645. pulumi_azure_native/sql/v20230501preview/backup_short_term_retention_policy.py +1 -1
  2646. pulumi_azure_native/sql/v20230501preview/data_masking_policy.py +1 -1
  2647. pulumi_azure_native/sql/v20230501preview/database.py +1 -1
  2648. pulumi_azure_native/sql/v20230501preview/database_advisor.py +1 -1
  2649. pulumi_azure_native/sql/v20230501preview/database_blob_auditing_policy.py +1 -1
  2650. pulumi_azure_native/sql/v20230501preview/database_security_alert_policy.py +1 -1
  2651. pulumi_azure_native/sql/v20230501preview/database_sql_vulnerability_assessment_rule_baseline.py +1 -1
  2652. pulumi_azure_native/sql/v20230501preview/database_vulnerability_assessment.py +1 -1
  2653. pulumi_azure_native/sql/v20230501preview/database_vulnerability_assessment_rule_baseline.py +1 -1
  2654. pulumi_azure_native/sql/v20230501preview/distributed_availability_group.py +1 -1
  2655. pulumi_azure_native/sql/v20230501preview/elastic_pool.py +1 -1
  2656. pulumi_azure_native/sql/v20230501preview/encryption_protector.py +1 -1
  2657. pulumi_azure_native/sql/v20230501preview/extended_database_blob_auditing_policy.py +1 -1
  2658. pulumi_azure_native/sql/v20230501preview/extended_server_blob_auditing_policy.py +1 -1
  2659. pulumi_azure_native/sql/v20230501preview/failover_group.py +1 -1
  2660. pulumi_azure_native/sql/v20230501preview/firewall_rule.py +1 -1
  2661. pulumi_azure_native/sql/v20230501preview/geo_backup_policy.py +1 -1
  2662. pulumi_azure_native/sql/v20230501preview/i_pv6_firewall_rule.py +1 -1
  2663. pulumi_azure_native/sql/v20230501preview/instance_failover_group.py +1 -1
  2664. pulumi_azure_native/sql/v20230501preview/instance_pool.py +1 -1
  2665. pulumi_azure_native/sql/v20230501preview/job.py +1 -1
  2666. pulumi_azure_native/sql/v20230501preview/job_agent.py +1 -1
  2667. pulumi_azure_native/sql/v20230501preview/job_credential.py +1 -1
  2668. pulumi_azure_native/sql/v20230501preview/job_private_endpoint.py +1 -1
  2669. pulumi_azure_native/sql/v20230501preview/job_step.py +1 -1
  2670. pulumi_azure_native/sql/v20230501preview/job_target_group.py +1 -1
  2671. pulumi_azure_native/sql/v20230501preview/long_term_retention_policy.py +1 -1
  2672. pulumi_azure_native/sql/v20230501preview/managed_database.py +1 -1
  2673. pulumi_azure_native/sql/v20230501preview/managed_database_sensitivity_label.py +1 -1
  2674. pulumi_azure_native/sql/v20230501preview/managed_database_vulnerability_assessment.py +1 -1
  2675. pulumi_azure_native/sql/v20230501preview/managed_database_vulnerability_assessment_rule_baseline.py +1 -1
  2676. pulumi_azure_native/sql/v20230501preview/managed_instance.py +1 -1
  2677. pulumi_azure_native/sql/v20230501preview/managed_instance_administrator.py +1 -1
  2678. pulumi_azure_native/sql/v20230501preview/managed_instance_azure_ad_only_authentication.py +1 -1
  2679. pulumi_azure_native/sql/v20230501preview/managed_instance_key.py +1 -1
  2680. pulumi_azure_native/sql/v20230501preview/managed_instance_long_term_retention_policy.py +1 -1
  2681. pulumi_azure_native/sql/v20230501preview/managed_instance_private_endpoint_connection.py +1 -1
  2682. pulumi_azure_native/sql/v20230501preview/managed_instance_vulnerability_assessment.py +1 -1
  2683. pulumi_azure_native/sql/v20230501preview/managed_server_dns_alias.py +1 -1
  2684. pulumi_azure_native/sql/v20230501preview/outbound_firewall_rule.py +1 -1
  2685. pulumi_azure_native/sql/v20230501preview/private_endpoint_connection.py +1 -1
  2686. pulumi_azure_native/sql/v20230501preview/replication_link.py +1 -1
  2687. pulumi_azure_native/sql/v20230501preview/sensitivity_label.py +1 -1
  2688. pulumi_azure_native/sql/v20230501preview/server.py +1 -1
  2689. pulumi_azure_native/sql/v20230501preview/server_advisor.py +1 -1
  2690. pulumi_azure_native/sql/v20230501preview/server_azure_ad_administrator.py +1 -1
  2691. pulumi_azure_native/sql/v20230501preview/server_azure_ad_only_authentication.py +1 -1
  2692. pulumi_azure_native/sql/v20230501preview/server_blob_auditing_policy.py +1 -1
  2693. pulumi_azure_native/sql/v20230501preview/server_dns_alias.py +1 -1
  2694. pulumi_azure_native/sql/v20230501preview/server_key.py +1 -1
  2695. pulumi_azure_native/sql/v20230501preview/server_security_alert_policy.py +1 -1
  2696. pulumi_azure_native/sql/v20230501preview/server_trust_certificate.py +1 -1
  2697. pulumi_azure_native/sql/v20230501preview/server_trust_group.py +1 -1
  2698. pulumi_azure_native/sql/v20230501preview/server_vulnerability_assessment.py +1 -1
  2699. pulumi_azure_native/sql/v20230501preview/sql_vulnerability_assessment_rule_baseline.py +1 -1
  2700. pulumi_azure_native/sql/v20230501preview/sql_vulnerability_assessments_setting.py +1 -1
  2701. pulumi_azure_native/sql/v20230501preview/start_stop_managed_instance_schedule.py +1 -1
  2702. pulumi_azure_native/sql/v20230501preview/sync_agent.py +1 -1
  2703. pulumi_azure_native/sql/v20230501preview/sync_group.py +1 -1
  2704. pulumi_azure_native/sql/v20230501preview/sync_member.py +1 -1
  2705. pulumi_azure_native/sql/v20230501preview/transparent_data_encryption.py +1 -1
  2706. pulumi_azure_native/sql/v20230501preview/virtual_network_rule.py +1 -1
  2707. pulumi_azure_native/sql/v20230501preview/workload_classifier.py +1 -1
  2708. pulumi_azure_native/sql/v20230501preview/workload_group.py +1 -1
  2709. pulumi_azure_native/sql/v20230801preview/backup_short_term_retention_policy.py +1 -1
  2710. pulumi_azure_native/sql/v20230801preview/data_masking_policy.py +1 -1
  2711. pulumi_azure_native/sql/v20230801preview/database.py +1 -1
  2712. pulumi_azure_native/sql/v20230801preview/database_advisor.py +1 -1
  2713. pulumi_azure_native/sql/v20230801preview/database_blob_auditing_policy.py +1 -1
  2714. pulumi_azure_native/sql/v20230801preview/database_security_alert_policy.py +1 -1
  2715. pulumi_azure_native/sql/v20230801preview/database_sql_vulnerability_assessment_rule_baseline.py +1 -1
  2716. pulumi_azure_native/sql/v20230801preview/database_vulnerability_assessment.py +1 -1
  2717. pulumi_azure_native/sql/v20230801preview/database_vulnerability_assessment_rule_baseline.py +1 -1
  2718. pulumi_azure_native/sql/v20230801preview/distributed_availability_group.py +1 -1
  2719. pulumi_azure_native/sql/v20230801preview/elastic_pool.py +1 -1
  2720. pulumi_azure_native/sql/v20230801preview/encryption_protector.py +1 -1
  2721. pulumi_azure_native/sql/v20230801preview/extended_database_blob_auditing_policy.py +1 -1
  2722. pulumi_azure_native/sql/v20230801preview/extended_server_blob_auditing_policy.py +1 -1
  2723. pulumi_azure_native/sql/v20230801preview/failover_group.py +1 -1
  2724. pulumi_azure_native/sql/v20230801preview/firewall_rule.py +1 -1
  2725. pulumi_azure_native/sql/v20230801preview/geo_backup_policy.py +1 -1
  2726. pulumi_azure_native/sql/v20230801preview/i_pv6_firewall_rule.py +1 -1
  2727. pulumi_azure_native/sql/v20230801preview/instance_failover_group.py +1 -1
  2728. pulumi_azure_native/sql/v20230801preview/instance_pool.py +1 -1
  2729. pulumi_azure_native/sql/v20230801preview/job.py +1 -1
  2730. pulumi_azure_native/sql/v20230801preview/job_agent.py +1 -1
  2731. pulumi_azure_native/sql/v20230801preview/job_credential.py +1 -1
  2732. pulumi_azure_native/sql/v20230801preview/job_private_endpoint.py +1 -1
  2733. pulumi_azure_native/sql/v20230801preview/job_step.py +1 -1
  2734. pulumi_azure_native/sql/v20230801preview/job_target_group.py +1 -1
  2735. pulumi_azure_native/sql/v20230801preview/long_term_retention_policy.py +1 -1
  2736. pulumi_azure_native/sql/v20230801preview/managed_database.py +1 -1
  2737. pulumi_azure_native/sql/v20230801preview/managed_database_sensitivity_label.py +1 -1
  2738. pulumi_azure_native/sql/v20230801preview/managed_database_vulnerability_assessment.py +1 -1
  2739. pulumi_azure_native/sql/v20230801preview/managed_database_vulnerability_assessment_rule_baseline.py +1 -1
  2740. pulumi_azure_native/sql/v20230801preview/managed_instance.py +1 -1
  2741. pulumi_azure_native/sql/v20230801preview/managed_instance_administrator.py +1 -1
  2742. pulumi_azure_native/sql/v20230801preview/managed_instance_azure_ad_only_authentication.py +1 -1
  2743. pulumi_azure_native/sql/v20230801preview/managed_instance_key.py +1 -1
  2744. pulumi_azure_native/sql/v20230801preview/managed_instance_long_term_retention_policy.py +1 -1
  2745. pulumi_azure_native/sql/v20230801preview/managed_instance_private_endpoint_connection.py +1 -1
  2746. pulumi_azure_native/sql/v20230801preview/managed_instance_vulnerability_assessment.py +1 -1
  2747. pulumi_azure_native/sql/v20230801preview/managed_server_dns_alias.py +1 -1
  2748. pulumi_azure_native/sql/v20230801preview/outbound_firewall_rule.py +1 -1
  2749. pulumi_azure_native/sql/v20230801preview/private_endpoint_connection.py +1 -1
  2750. pulumi_azure_native/sql/v20230801preview/replication_link.py +1 -1
  2751. pulumi_azure_native/sql/v20230801preview/sensitivity_label.py +1 -1
  2752. pulumi_azure_native/sql/v20230801preview/server.py +1 -1
  2753. pulumi_azure_native/sql/v20230801preview/server_advisor.py +1 -1
  2754. pulumi_azure_native/sql/v20230801preview/server_azure_ad_administrator.py +1 -1
  2755. pulumi_azure_native/sql/v20230801preview/server_azure_ad_only_authentication.py +1 -1
  2756. pulumi_azure_native/sql/v20230801preview/server_blob_auditing_policy.py +1 -1
  2757. pulumi_azure_native/sql/v20230801preview/server_dns_alias.py +1 -1
  2758. pulumi_azure_native/sql/v20230801preview/server_key.py +1 -1
  2759. pulumi_azure_native/sql/v20230801preview/server_security_alert_policy.py +1 -1
  2760. pulumi_azure_native/sql/v20230801preview/server_trust_certificate.py +1 -1
  2761. pulumi_azure_native/sql/v20230801preview/server_trust_group.py +1 -1
  2762. pulumi_azure_native/sql/v20230801preview/server_vulnerability_assessment.py +1 -1
  2763. pulumi_azure_native/sql/v20230801preview/sql_vulnerability_assessment_rule_baseline.py +1 -1
  2764. pulumi_azure_native/sql/v20230801preview/sql_vulnerability_assessments_setting.py +1 -1
  2765. pulumi_azure_native/sql/v20230801preview/start_stop_managed_instance_schedule.py +1 -1
  2766. pulumi_azure_native/sql/v20230801preview/sync_agent.py +1 -1
  2767. pulumi_azure_native/sql/v20230801preview/sync_group.py +1 -1
  2768. pulumi_azure_native/sql/v20230801preview/sync_member.py +1 -1
  2769. pulumi_azure_native/sql/v20230801preview/transparent_data_encryption.py +1 -1
  2770. pulumi_azure_native/sql/v20230801preview/virtual_network_rule.py +1 -1
  2771. pulumi_azure_native/sql/v20230801preview/workload_classifier.py +1 -1
  2772. pulumi_azure_native/sql/v20230801preview/workload_group.py +1 -1
  2773. pulumi_azure_native/sql/v20240501preview/__init__.py +138 -0
  2774. pulumi_azure_native/sql/v20240501preview/_enums.py +616 -0
  2775. pulumi_azure_native/sql/v20240501preview/_inputs.py +2390 -0
  2776. pulumi_azure_native/sql/v20240501preview/backup_short_term_retention_policy.py +258 -0
  2777. pulumi_azure_native/sql/v20240501preview/data_masking_policy.py +300 -0
  2778. pulumi_azure_native/sql/v20240501preview/database.py +1542 -0
  2779. pulumi_azure_native/sql/v20240501preview/database_advisor.py +302 -0
  2780. pulumi_azure_native/sql/v20240501preview/database_blob_auditing_policy.py +792 -0
  2781. pulumi_azure_native/sql/v20240501preview/database_security_alert_policy.py +426 -0
  2782. pulumi_azure_native/sql/v20240501preview/database_sql_vulnerability_assessment_rule_baseline.py +299 -0
  2783. pulumi_azure_native/sql/v20240501preview/database_vulnerability_assessment.py +291 -0
  2784. pulumi_azure_native/sql/v20240501preview/database_vulnerability_assessment_rule_baseline.py +274 -0
  2785. pulumi_azure_native/sql/v20240501preview/distributed_availability_group.py +443 -0
  2786. pulumi_azure_native/sql/v20240501preview/elastic_pool.py +613 -0
  2787. pulumi_azure_native/sql/v20240501preview/encryption_protector.py +318 -0
  2788. pulumi_azure_native/sql/v20240501preview/extended_database_blob_auditing_policy.py +811 -0
  2789. pulumi_azure_native/sql/v20240501preview/extended_server_blob_auditing_policy.py +855 -0
  2790. pulumi_azure_native/sql/v20240501preview/failover_group.py +379 -0
  2791. pulumi_azure_native/sql/v20240501preview/firewall_rule.py +256 -0
  2792. pulumi_azure_native/sql/v20240501preview/geo_backup_policy.py +261 -0
  2793. pulumi_azure_native/sql/v20240501preview/get_backup_short_term_retention_policy.py +145 -0
  2794. pulumi_azure_native/sql/v20240501preview/get_data_masking_policy.py +197 -0
  2795. pulumi_azure_native/sql/v20240501preview/get_database.py +723 -0
  2796. pulumi_azure_native/sql/v20240501preview/get_database_advisor.py +224 -0
  2797. pulumi_azure_native/sql/v20240501preview/get_database_blob_auditing_policy.py +320 -0
  2798. pulumi_azure_native/sql/v20240501preview/get_database_security_alert_policy.py +237 -0
  2799. pulumi_azure_native/sql/v20240501preview/get_database_sql_vulnerability_assessment_rule_baseline.py +154 -0
  2800. pulumi_azure_native/sql/v20240501preview/get_database_vulnerability_assessment.py +133 -0
  2801. pulumi_azure_native/sql/v20240501preview/get_database_vulnerability_assessment_rule_baseline.py +143 -0
  2802. pulumi_azure_native/sql/v20240501preview/get_distributed_availability_group.py +258 -0
  2803. pulumi_azure_native/sql/v20240501preview/get_elastic_pool.py +329 -0
  2804. pulumi_azure_native/sql/v20240501preview/get_encryption_protector.py +218 -0
  2805. pulumi_azure_native/sql/v20240501preview/get_extended_database_blob_auditing_policy.py +320 -0
  2806. pulumi_azure_native/sql/v20240501preview/get_extended_server_blob_auditing_policy.py +337 -0
  2807. pulumi_azure_native/sql/v20240501preview/get_failover_group.py +219 -0
  2808. pulumi_azure_native/sql/v20240501preview/get_firewall_rule.py +140 -0
  2809. pulumi_azure_native/sql/v20240501preview/get_geo_backup_policy.py +171 -0
  2810. pulumi_azure_native/sql/v20240501preview/get_i_pv6_firewall_rule.py +140 -0
  2811. pulumi_azure_native/sql/v20240501preview/get_instance_failover_group.py +206 -0
  2812. pulumi_azure_native/sql/v20240501preview/get_instance_pool.py +214 -0
  2813. pulumi_azure_native/sql/v20240501preview/get_job.py +159 -0
  2814. pulumi_azure_native/sql/v20240501preview/get_job_agent.py +193 -0
  2815. pulumi_azure_native/sql/v20240501preview/get_job_credential.py +132 -0
  2816. pulumi_azure_native/sql/v20240501preview/get_job_private_endpoint.py +145 -0
  2817. pulumi_azure_native/sql/v20240501preview/get_job_step.py +203 -0
  2818. pulumi_azure_native/sql/v20240501preview/get_job_target_group.py +133 -0
  2819. pulumi_azure_native/sql/v20240501preview/get_long_term_retention_policy.py +171 -0
  2820. pulumi_azure_native/sql/v20240501preview/get_managed_database.py +244 -0
  2821. pulumi_azure_native/sql/v20240501preview/get_managed_database_sensitivity_label.py +271 -0
  2822. pulumi_azure_native/sql/v20240501preview/get_managed_database_vulnerability_assessment.py +133 -0
  2823. pulumi_azure_native/sql/v20240501preview/get_managed_database_vulnerability_assessment_rule_baseline.py +143 -0
  2824. pulumi_azure_native/sql/v20240501preview/get_managed_instance.py +640 -0
  2825. pulumi_azure_native/sql/v20240501preview/get_managed_instance_administrator.py +164 -0
  2826. pulumi_azure_native/sql/v20240501preview/get_managed_instance_azure_ad_only_authentication.py +127 -0
  2827. pulumi_azure_native/sql/v20240501preview/get_managed_instance_key.py +166 -0
  2828. pulumi_azure_native/sql/v20240501preview/get_managed_instance_long_term_retention_policy.py +184 -0
  2829. pulumi_azure_native/sql/v20240501preview/get_managed_instance_private_endpoint_connection.py +154 -0
  2830. pulumi_azure_native/sql/v20240501preview/get_managed_instance_vulnerability_assessment.py +128 -0
  2831. pulumi_azure_native/sql/v20240501preview/get_managed_server_dns_alias.py +138 -0
  2832. pulumi_azure_native/sql/v20240501preview/get_outbound_firewall_rule.py +125 -0
  2833. pulumi_azure_native/sql/v20240501preview/get_private_endpoint_connection.py +167 -0
  2834. pulumi_azure_native/sql/v20240501preview/get_replication_link.py +275 -0
  2835. pulumi_azure_native/sql/v20240501preview/get_sensitivity_label.py +271 -0
  2836. pulumi_azure_native/sql/v20240501preview/get_server.py +362 -0
  2837. pulumi_azure_native/sql/v20240501preview/get_server_advisor.py +219 -0
  2838. pulumi_azure_native/sql/v20240501preview/get_server_azure_ad_administrator.py +179 -0
  2839. pulumi_azure_native/sql/v20240501preview/get_server_azure_ad_only_authentication.py +127 -0
  2840. pulumi_azure_native/sql/v20240501preview/get_server_blob_auditing_policy.py +324 -0
  2841. pulumi_azure_native/sql/v20240501preview/get_server_dns_alias.py +127 -0
  2842. pulumi_azure_native/sql/v20240501preview/get_server_key.py +192 -0
  2843. pulumi_azure_native/sql/v20240501preview/get_server_security_alert_policy.py +232 -0
  2844. pulumi_azure_native/sql/v20240501preview/get_server_trust_certificate.py +153 -0
  2845. pulumi_azure_native/sql/v20240501preview/get_server_trust_group.py +141 -0
  2846. pulumi_azure_native/sql/v20240501preview/get_server_vulnerability_assessment.py +128 -0
  2847. pulumi_azure_native/sql/v20240501preview/get_sql_vulnerability_assessment_rule_baseline.py +154 -0
  2848. pulumi_azure_native/sql/v20240501preview/get_sql_vulnerability_assessments_setting.py +141 -0
  2849. pulumi_azure_native/sql/v20240501preview/get_start_stop_managed_instance_schedule.py +193 -0
  2850. pulumi_azure_native/sql/v20240501preview/get_sync_agent.py +192 -0
  2851. pulumi_azure_native/sql/v20240501preview/get_sync_group.py +276 -0
  2852. pulumi_azure_native/sql/v20240501preview/get_sync_member.py +267 -0
  2853. pulumi_azure_native/sql/v20240501preview/get_transparent_data_encryption.py +132 -0
  2854. pulumi_azure_native/sql/v20240501preview/get_virtual_network_rule.py +153 -0
  2855. pulumi_azure_native/sql/v20240501preview/get_workload_classifier.py +202 -0
  2856. pulumi_azure_native/sql/v20240501preview/get_workload_group.py +197 -0
  2857. pulumi_azure_native/sql/v20240501preview/i_pv6_firewall_rule.py +256 -0
  2858. pulumi_azure_native/sql/v20240501preview/instance_failover_group.py +350 -0
  2859. pulumi_azure_native/sql/v20240501preview/instance_pool.py +377 -0
  2860. pulumi_azure_native/sql/v20240501preview/job.py +275 -0
  2861. pulumi_azure_native/sql/v20240501preview/job_agent.py +338 -0
  2862. pulumi_azure_native/sql/v20240501preview/job_credential.py +251 -0
  2863. pulumi_azure_native/sql/v20240501preview/job_private_endpoint.py +240 -0
  2864. pulumi_azure_native/sql/v20240501preview/job_step.py +400 -0
  2865. pulumi_azure_native/sql/v20240501preview/job_target_group.py +233 -0
  2866. pulumi_azure_native/sql/v20240501preview/long_term_retention_policy.py +316 -0
  2867. pulumi_azure_native/sql/v20240501preview/managed_database.py +655 -0
  2868. pulumi_azure_native/sql/v20240501preview/managed_database_sensitivity_label.py +469 -0
  2869. pulumi_azure_native/sql/v20240501preview/managed_database_vulnerability_assessment.py +291 -0
  2870. pulumi_azure_native/sql/v20240501preview/managed_database_vulnerability_assessment_rule_baseline.py +274 -0
  2871. pulumi_azure_native/sql/v20240501preview/managed_instance.py +1263 -0
  2872. pulumi_azure_native/sql/v20240501preview/managed_instance_administrator.py +294 -0
  2873. pulumi_azure_native/sql/v20240501preview/managed_instance_azure_ad_only_authentication.py +209 -0
  2874. pulumi_azure_native/sql/v20240501preview/managed_instance_key.py +261 -0
  2875. pulumi_azure_native/sql/v20240501preview/managed_instance_long_term_retention_policy.py +346 -0
  2876. pulumi_azure_native/sql/v20240501preview/managed_instance_private_endpoint_connection.py +244 -0
  2877. pulumi_azure_native/sql/v20240501preview/managed_instance_vulnerability_assessment.py +271 -0
  2878. pulumi_azure_native/sql/v20240501preview/managed_server_dns_alias.py +218 -0
  2879. pulumi_azure_native/sql/v20240501preview/outbound_firewall_rule.py +184 -0
  2880. pulumi_azure_native/sql/v20240501preview/outputs.py +3714 -0
  2881. pulumi_azure_native/sql/v20240501preview/private_endpoint_connection.py +255 -0
  2882. pulumi_azure_native/sql/v20240501preview/replication_link.py +335 -0
  2883. pulumi_azure_native/sql/v20240501preview/sensitivity_label.py +469 -0
  2884. pulumi_azure_native/sql/v20240501preview/server.py +618 -0
  2885. pulumi_azure_native/sql/v20240501preview/server_advisor.py +281 -0
  2886. pulumi_azure_native/sql/v20240501preview/server_azure_ad_administrator.py +308 -0
  2887. pulumi_azure_native/sql/v20240501preview/server_azure_ad_only_authentication.py +209 -0
  2888. pulumi_azure_native/sql/v20240501preview/server_blob_auditing_policy.py +826 -0
  2889. pulumi_azure_native/sql/v20240501preview/server_dns_alias.py +189 -0
  2890. pulumi_azure_native/sql/v20240501preview/server_key.py +281 -0
  2891. pulumi_azure_native/sql/v20240501preview/server_security_alert_policy.py +405 -0
  2892. pulumi_azure_native/sql/v20240501preview/server_trust_certificate.py +227 -0
  2893. pulumi_azure_native/sql/v20240501preview/server_trust_group.py +241 -0
  2894. pulumi_azure_native/sql/v20240501preview/server_vulnerability_assessment.py +271 -0
  2895. pulumi_azure_native/sql/v20240501preview/sql_vulnerability_assessment_rule_baseline.py +299 -0
  2896. pulumi_azure_native/sql/v20240501preview/sql_vulnerability_assessments_setting.py +220 -0
  2897. pulumi_azure_native/sql/v20240501preview/start_stop_managed_instance_schedule.py +308 -0
  2898. pulumi_azure_native/sql/v20240501preview/sync_agent.py +258 -0
  2899. pulumi_azure_native/sql/v20240501preview/sync_group.py +514 -0
  2900. pulumi_azure_native/sql/v20240501preview/sync_member.py +483 -0
  2901. pulumi_azure_native/sql/v20240501preview/transparent_data_encryption.py +231 -0
  2902. pulumi_azure_native/sql/v20240501preview/virtual_network_rule.py +248 -0
  2903. pulumi_azure_native/sql/v20240501preview/workload_classifier.py +396 -0
  2904. pulumi_azure_native/sql/v20240501preview/workload_group.py +377 -0
  2905. pulumi_azure_native/sql/virtual_network_rule.py +3 -3
  2906. pulumi_azure_native/sql/workload_classifier.py +3 -3
  2907. pulumi_azure_native/sql/workload_group.py +3 -3
  2908. pulumi_azure_native/webpubsub/__init__.py +3 -0
  2909. pulumi_azure_native/webpubsub/get_web_pub_sub.py +2 -2
  2910. pulumi_azure_native/webpubsub/get_web_pub_sub_custom_certificate.py +2 -2
  2911. pulumi_azure_native/webpubsub/get_web_pub_sub_custom_domain.py +2 -2
  2912. pulumi_azure_native/webpubsub/get_web_pub_sub_hub.py +2 -2
  2913. pulumi_azure_native/webpubsub/get_web_pub_sub_private_endpoint_connection.py +2 -2
  2914. pulumi_azure_native/webpubsub/get_web_pub_sub_replica.py +2 -2
  2915. pulumi_azure_native/webpubsub/get_web_pub_sub_shared_private_link_resource.py +2 -2
  2916. pulumi_azure_native/webpubsub/list_web_pub_sub_keys.py +2 -2
  2917. pulumi_azure_native/webpubsub/v20210401preview/web_pub_sub.py +1 -1
  2918. pulumi_azure_native/webpubsub/v20210601preview/web_pub_sub.py +1 -1
  2919. pulumi_azure_native/webpubsub/v20210901preview/web_pub_sub.py +1 -1
  2920. pulumi_azure_native/webpubsub/v20230201/web_pub_sub.py +1 -1
  2921. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_certificate.py +1 -1
  2922. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_domain.py +1 -1
  2923. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_hub.py +1 -1
  2924. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_private_endpoint_connection.py +1 -1
  2925. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_shared_private_link_resource.py +1 -1
  2926. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub.py +1 -1
  2927. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_certificate.py +1 -1
  2928. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_domain.py +1 -1
  2929. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_hub.py +1 -1
  2930. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_private_endpoint_connection.py +1 -1
  2931. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_replica.py +1 -1
  2932. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_shared_private_link_resource.py +1 -1
  2933. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub.py +1 -1
  2934. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_certificate.py +1 -1
  2935. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_domain.py +1 -1
  2936. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_hub.py +1 -1
  2937. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_private_endpoint_connection.py +1 -1
  2938. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_replica.py +1 -1
  2939. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_shared_private_link_resource.py +1 -1
  2940. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub.py +1 -1
  2941. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_certificate.py +1 -1
  2942. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_domain.py +1 -1
  2943. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_hub.py +1 -1
  2944. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_private_endpoint_connection.py +1 -1
  2945. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_replica.py +1 -1
  2946. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_shared_private_link_resource.py +1 -1
  2947. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub.py +1 -1
  2948. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_certificate.py +1 -1
  2949. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_domain.py +1 -1
  2950. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_hub.py +1 -1
  2951. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_private_endpoint_connection.py +1 -1
  2952. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_replica.py +1 -1
  2953. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_shared_private_link_resource.py +1 -1
  2954. pulumi_azure_native/webpubsub/v20240301/web_pub_sub.py +1 -1
  2955. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_certificate.py +1 -1
  2956. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_domain.py +1 -1
  2957. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_hub.py +1 -1
  2958. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_private_endpoint_connection.py +1 -1
  2959. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_replica.py +1 -1
  2960. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_shared_private_link_resource.py +1 -1
  2961. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub.py +1 -1
  2962. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_certificate.py +1 -1
  2963. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_domain.py +1 -1
  2964. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_hub.py +1 -1
  2965. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_private_endpoint_connection.py +1 -1
  2966. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_replica.py +1 -1
  2967. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_shared_private_link_resource.py +1 -1
  2968. pulumi_azure_native/webpubsub/v20240801preview/__init__.py +25 -0
  2969. pulumi_azure_native/webpubsub/v20240801preview/_enums.py +97 -0
  2970. pulumi_azure_native/webpubsub/v20240801preview/_inputs.py +1768 -0
  2971. pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub.py +458 -0
  2972. pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub_custom_certificate.py +180 -0
  2973. pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub_custom_domain.py +167 -0
  2974. pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub_hub.py +141 -0
  2975. pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub_private_endpoint_connection.py +180 -0
  2976. pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub_replica.py +209 -0
  2977. pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub_shared_private_link_resource.py +206 -0
  2978. pulumi_azure_native/webpubsub/v20240801preview/list_web_pub_sub_keys.py +122 -0
  2979. pulumi_azure_native/webpubsub/v20240801preview/outputs.py +1862 -0
  2980. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub.py +785 -0
  2981. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_custom_certificate.py +289 -0
  2982. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_custom_domain.py +260 -0
  2983. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_hub.py +222 -0
  2984. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_private_endpoint_connection.py +270 -0
  2985. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_replica.py +367 -0
  2986. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_shared_private_link_resource.py +328 -0
  2987. pulumi_azure_native/webpubsub/web_pub_sub.py +3 -3
  2988. pulumi_azure_native/webpubsub/web_pub_sub_custom_certificate.py +3 -3
  2989. pulumi_azure_native/webpubsub/web_pub_sub_custom_domain.py +3 -3
  2990. pulumi_azure_native/webpubsub/web_pub_sub_hub.py +3 -3
  2991. pulumi_azure_native/webpubsub/web_pub_sub_private_endpoint_connection.py +3 -3
  2992. pulumi_azure_native/webpubsub/web_pub_sub_replica.py +3 -3
  2993. pulumi_azure_native/webpubsub/web_pub_sub_shared_private_link_resource.py +3 -3
  2994. pulumi_azure_native/workloads/__init__.py +4 -0
  2995. pulumi_azure_native/workloads/_enums.py +37 -1
  2996. pulumi_azure_native/workloads/get_sap_virtual_instance_invoke_availability_zone_details.py +97 -0
  2997. pulumi_azure_native/workloads/get_sap_virtual_instance_invoke_disk_configurations.py +112 -0
  2998. pulumi_azure_native/workloads/get_sap_virtual_instance_invoke_sap_supported_sku.py +112 -0
  2999. pulumi_azure_native/workloads/get_sap_virtual_instance_invoke_sizing_recommendations.py +126 -0
  3000. pulumi_azure_native/workloads/v20240901/__init__.py +4 -4
  3001. pulumi_azure_native/workloads/v20240901/{get_sap_virtual_instance_availability_zone_details.py → get_sap_virtual_instance_invoke_availability_zone_details.py} +20 -20
  3002. pulumi_azure_native/workloads/v20240901/{get_sap_virtual_instance_disk_configurations.py → get_sap_virtual_instance_invoke_disk_configurations.py} +26 -26
  3003. pulumi_azure_native/workloads/v20240901/{get_sap_virtual_instance_sap_supported_sku.py → get_sap_virtual_instance_invoke_sap_supported_sku.py} +26 -26
  3004. pulumi_azure_native/workloads/v20240901/{get_sap_virtual_instance_sizing_recommendations.py → get_sap_virtual_instance_invoke_sizing_recommendations.py} +32 -32
  3005. {pulumi_azure_native-2.61.0a1726045166.dist-info → pulumi_azure_native-2.62.0.dist-info}/METADATA +1 -1
  3006. {pulumi_azure_native-2.61.0a1726045166.dist-info → pulumi_azure_native-2.62.0.dist-info}/RECORD +3008 -2273
  3007. {pulumi_azure_native-2.61.0a1726045166.dist-info → pulumi_azure_native-2.62.0.dist-info}/WHEEL +1 -1
  3008. {pulumi_azure_native-2.61.0a1726045166.dist-info → pulumi_azure_native-2.62.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2390 @@
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 sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from ._enums import *
17
+
18
+ __all__ = [
19
+ 'DatabaseIdentityArgs',
20
+ 'DatabaseIdentityArgsDict',
21
+ 'DatabaseVulnerabilityAssessmentRuleBaselineItemArgs',
22
+ 'DatabaseVulnerabilityAssessmentRuleBaselineItemArgsDict',
23
+ 'DistributedAvailabilityGroupDatabaseArgs',
24
+ 'DistributedAvailabilityGroupDatabaseArgsDict',
25
+ 'ElasticPoolPerDatabaseSettingsArgs',
26
+ 'ElasticPoolPerDatabaseSettingsArgsDict',
27
+ 'FailoverGroupReadOnlyEndpointArgs',
28
+ 'FailoverGroupReadOnlyEndpointArgsDict',
29
+ 'FailoverGroupReadWriteEndpointArgs',
30
+ 'FailoverGroupReadWriteEndpointArgsDict',
31
+ 'InstanceFailoverGroupReadOnlyEndpointArgs',
32
+ 'InstanceFailoverGroupReadOnlyEndpointArgsDict',
33
+ 'InstanceFailoverGroupReadWriteEndpointArgs',
34
+ 'InstanceFailoverGroupReadWriteEndpointArgsDict',
35
+ 'JobAgentIdentityArgs',
36
+ 'JobAgentIdentityArgsDict',
37
+ 'JobScheduleArgs',
38
+ 'JobScheduleArgsDict',
39
+ 'JobStepActionArgs',
40
+ 'JobStepActionArgsDict',
41
+ 'JobStepExecutionOptionsArgs',
42
+ 'JobStepExecutionOptionsArgsDict',
43
+ 'JobStepOutputArgs',
44
+ 'JobStepOutputArgsDict',
45
+ 'JobTargetArgs',
46
+ 'JobTargetArgsDict',
47
+ 'ManagedInstanceExternalAdministratorArgs',
48
+ 'ManagedInstanceExternalAdministratorArgsDict',
49
+ 'ManagedInstancePairInfoArgs',
50
+ 'ManagedInstancePairInfoArgsDict',
51
+ 'ManagedInstancePrivateEndpointPropertyArgs',
52
+ 'ManagedInstancePrivateEndpointPropertyArgsDict',
53
+ 'ManagedInstancePrivateLinkServiceConnectionStatePropertyArgs',
54
+ 'ManagedInstancePrivateLinkServiceConnectionStatePropertyArgsDict',
55
+ 'PartnerInfoArgs',
56
+ 'PartnerInfoArgsDict',
57
+ 'PartnerRegionInfoArgs',
58
+ 'PartnerRegionInfoArgsDict',
59
+ 'PrivateEndpointPropertyArgs',
60
+ 'PrivateEndpointPropertyArgsDict',
61
+ 'PrivateLinkServiceConnectionStatePropertyArgs',
62
+ 'PrivateLinkServiceConnectionStatePropertyArgsDict',
63
+ 'ResourceIdentityArgs',
64
+ 'ResourceIdentityArgsDict',
65
+ 'ScheduleItemArgs',
66
+ 'ScheduleItemArgsDict',
67
+ 'ServerExternalAdministratorArgs',
68
+ 'ServerExternalAdministratorArgsDict',
69
+ 'ServerInfoArgs',
70
+ 'ServerInfoArgsDict',
71
+ 'ServicePrincipalArgs',
72
+ 'ServicePrincipalArgsDict',
73
+ 'SkuArgs',
74
+ 'SkuArgsDict',
75
+ 'SyncGroupSchemaTableColumnArgs',
76
+ 'SyncGroupSchemaTableColumnArgsDict',
77
+ 'SyncGroupSchemaTableArgs',
78
+ 'SyncGroupSchemaTableArgsDict',
79
+ 'SyncGroupSchemaArgs',
80
+ 'SyncGroupSchemaArgsDict',
81
+ 'VulnerabilityAssessmentRecurringScansPropertiesArgs',
82
+ 'VulnerabilityAssessmentRecurringScansPropertiesArgsDict',
83
+ ]
84
+
85
+ MYPY = False
86
+
87
+ if not MYPY:
88
+ class DatabaseIdentityArgsDict(TypedDict):
89
+ """
90
+ Azure Active Directory identity configuration for a resource.
91
+ """
92
+ type: NotRequired[pulumi.Input[Union[str, 'DatabaseIdentityType']]]
93
+ """
94
+ The identity type
95
+ """
96
+ user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
97
+ """
98
+ The resource ids of the user assigned identities to use
99
+ """
100
+ elif False:
101
+ DatabaseIdentityArgsDict: TypeAlias = Mapping[str, Any]
102
+
103
+ @pulumi.input_type
104
+ class DatabaseIdentityArgs:
105
+ def __init__(__self__, *,
106
+ type: Optional[pulumi.Input[Union[str, 'DatabaseIdentityType']]] = None,
107
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
108
+ """
109
+ Azure Active Directory identity configuration for a resource.
110
+ :param pulumi.Input[Union[str, 'DatabaseIdentityType']] type: The identity type
111
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The resource ids of the user assigned identities to use
112
+ """
113
+ if type is not None:
114
+ pulumi.set(__self__, "type", type)
115
+ if user_assigned_identities is not None:
116
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
117
+
118
+ @property
119
+ @pulumi.getter
120
+ def type(self) -> Optional[pulumi.Input[Union[str, 'DatabaseIdentityType']]]:
121
+ """
122
+ The identity type
123
+ """
124
+ return pulumi.get(self, "type")
125
+
126
+ @type.setter
127
+ def type(self, value: Optional[pulumi.Input[Union[str, 'DatabaseIdentityType']]]):
128
+ pulumi.set(self, "type", value)
129
+
130
+ @property
131
+ @pulumi.getter(name="userAssignedIdentities")
132
+ def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
133
+ """
134
+ The resource ids of the user assigned identities to use
135
+ """
136
+ return pulumi.get(self, "user_assigned_identities")
137
+
138
+ @user_assigned_identities.setter
139
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
140
+ pulumi.set(self, "user_assigned_identities", value)
141
+
142
+
143
+ if not MYPY:
144
+ class DatabaseVulnerabilityAssessmentRuleBaselineItemArgsDict(TypedDict):
145
+ """
146
+ Properties for an Azure SQL Database Vulnerability Assessment rule baseline's result.
147
+ """
148
+ result: pulumi.Input[Sequence[pulumi.Input[str]]]
149
+ """
150
+ The rule baseline result
151
+ """
152
+ elif False:
153
+ DatabaseVulnerabilityAssessmentRuleBaselineItemArgsDict: TypeAlias = Mapping[str, Any]
154
+
155
+ @pulumi.input_type
156
+ class DatabaseVulnerabilityAssessmentRuleBaselineItemArgs:
157
+ def __init__(__self__, *,
158
+ result: pulumi.Input[Sequence[pulumi.Input[str]]]):
159
+ """
160
+ Properties for an Azure SQL Database Vulnerability Assessment rule baseline's result.
161
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] result: The rule baseline result
162
+ """
163
+ pulumi.set(__self__, "result", result)
164
+
165
+ @property
166
+ @pulumi.getter
167
+ def result(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
168
+ """
169
+ The rule baseline result
170
+ """
171
+ return pulumi.get(self, "result")
172
+
173
+ @result.setter
174
+ def result(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
175
+ pulumi.set(self, "result", value)
176
+
177
+
178
+ if not MYPY:
179
+ class DistributedAvailabilityGroupDatabaseArgsDict(TypedDict):
180
+ """
181
+ Database specific information
182
+ """
183
+ database_name: NotRequired[pulumi.Input[str]]
184
+ """
185
+ The name of the database in link
186
+ """
187
+ elif False:
188
+ DistributedAvailabilityGroupDatabaseArgsDict: TypeAlias = Mapping[str, Any]
189
+
190
+ @pulumi.input_type
191
+ class DistributedAvailabilityGroupDatabaseArgs:
192
+ def __init__(__self__, *,
193
+ database_name: Optional[pulumi.Input[str]] = None):
194
+ """
195
+ Database specific information
196
+ :param pulumi.Input[str] database_name: The name of the database in link
197
+ """
198
+ if database_name is not None:
199
+ pulumi.set(__self__, "database_name", database_name)
200
+
201
+ @property
202
+ @pulumi.getter(name="databaseName")
203
+ def database_name(self) -> Optional[pulumi.Input[str]]:
204
+ """
205
+ The name of the database in link
206
+ """
207
+ return pulumi.get(self, "database_name")
208
+
209
+ @database_name.setter
210
+ def database_name(self, value: Optional[pulumi.Input[str]]):
211
+ pulumi.set(self, "database_name", value)
212
+
213
+
214
+ if not MYPY:
215
+ class ElasticPoolPerDatabaseSettingsArgsDict(TypedDict):
216
+ """
217
+ Per database settings of an elastic pool.
218
+ """
219
+ auto_pause_delay: NotRequired[pulumi.Input[int]]
220
+ """
221
+ Auto Pause Delay for per database within pool
222
+ """
223
+ max_capacity: NotRequired[pulumi.Input[float]]
224
+ """
225
+ The maximum capacity any one database can consume.
226
+ """
227
+ min_capacity: NotRequired[pulumi.Input[float]]
228
+ """
229
+ The minimum capacity all databases are guaranteed.
230
+ """
231
+ elif False:
232
+ ElasticPoolPerDatabaseSettingsArgsDict: TypeAlias = Mapping[str, Any]
233
+
234
+ @pulumi.input_type
235
+ class ElasticPoolPerDatabaseSettingsArgs:
236
+ def __init__(__self__, *,
237
+ auto_pause_delay: Optional[pulumi.Input[int]] = None,
238
+ max_capacity: Optional[pulumi.Input[float]] = None,
239
+ min_capacity: Optional[pulumi.Input[float]] = None):
240
+ """
241
+ Per database settings of an elastic pool.
242
+ :param pulumi.Input[int] auto_pause_delay: Auto Pause Delay for per database within pool
243
+ :param pulumi.Input[float] max_capacity: The maximum capacity any one database can consume.
244
+ :param pulumi.Input[float] min_capacity: The minimum capacity all databases are guaranteed.
245
+ """
246
+ if auto_pause_delay is not None:
247
+ pulumi.set(__self__, "auto_pause_delay", auto_pause_delay)
248
+ if max_capacity is not None:
249
+ pulumi.set(__self__, "max_capacity", max_capacity)
250
+ if min_capacity is not None:
251
+ pulumi.set(__self__, "min_capacity", min_capacity)
252
+
253
+ @property
254
+ @pulumi.getter(name="autoPauseDelay")
255
+ def auto_pause_delay(self) -> Optional[pulumi.Input[int]]:
256
+ """
257
+ Auto Pause Delay for per database within pool
258
+ """
259
+ return pulumi.get(self, "auto_pause_delay")
260
+
261
+ @auto_pause_delay.setter
262
+ def auto_pause_delay(self, value: Optional[pulumi.Input[int]]):
263
+ pulumi.set(self, "auto_pause_delay", value)
264
+
265
+ @property
266
+ @pulumi.getter(name="maxCapacity")
267
+ def max_capacity(self) -> Optional[pulumi.Input[float]]:
268
+ """
269
+ The maximum capacity any one database can consume.
270
+ """
271
+ return pulumi.get(self, "max_capacity")
272
+
273
+ @max_capacity.setter
274
+ def max_capacity(self, value: Optional[pulumi.Input[float]]):
275
+ pulumi.set(self, "max_capacity", value)
276
+
277
+ @property
278
+ @pulumi.getter(name="minCapacity")
279
+ def min_capacity(self) -> Optional[pulumi.Input[float]]:
280
+ """
281
+ The minimum capacity all databases are guaranteed.
282
+ """
283
+ return pulumi.get(self, "min_capacity")
284
+
285
+ @min_capacity.setter
286
+ def min_capacity(self, value: Optional[pulumi.Input[float]]):
287
+ pulumi.set(self, "min_capacity", value)
288
+
289
+
290
+ if not MYPY:
291
+ class FailoverGroupReadOnlyEndpointArgsDict(TypedDict):
292
+ """
293
+ Read-only endpoint of the failover group instance.
294
+ """
295
+ failover_policy: NotRequired[pulumi.Input[Union[str, 'ReadOnlyEndpointFailoverPolicy']]]
296
+ """
297
+ Failover policy of the read-only endpoint for the failover group.
298
+ """
299
+ target_server: NotRequired[pulumi.Input[str]]
300
+ """
301
+ The target partner server where the read-only endpoint points to.
302
+ """
303
+ elif False:
304
+ FailoverGroupReadOnlyEndpointArgsDict: TypeAlias = Mapping[str, Any]
305
+
306
+ @pulumi.input_type
307
+ class FailoverGroupReadOnlyEndpointArgs:
308
+ def __init__(__self__, *,
309
+ failover_policy: Optional[pulumi.Input[Union[str, 'ReadOnlyEndpointFailoverPolicy']]] = None,
310
+ target_server: Optional[pulumi.Input[str]] = None):
311
+ """
312
+ Read-only endpoint of the failover group instance.
313
+ :param pulumi.Input[Union[str, 'ReadOnlyEndpointFailoverPolicy']] failover_policy: Failover policy of the read-only endpoint for the failover group.
314
+ :param pulumi.Input[str] target_server: The target partner server where the read-only endpoint points to.
315
+ """
316
+ if failover_policy is not None:
317
+ pulumi.set(__self__, "failover_policy", failover_policy)
318
+ if target_server is not None:
319
+ pulumi.set(__self__, "target_server", target_server)
320
+
321
+ @property
322
+ @pulumi.getter(name="failoverPolicy")
323
+ def failover_policy(self) -> Optional[pulumi.Input[Union[str, 'ReadOnlyEndpointFailoverPolicy']]]:
324
+ """
325
+ Failover policy of the read-only endpoint for the failover group.
326
+ """
327
+ return pulumi.get(self, "failover_policy")
328
+
329
+ @failover_policy.setter
330
+ def failover_policy(self, value: Optional[pulumi.Input[Union[str, 'ReadOnlyEndpointFailoverPolicy']]]):
331
+ pulumi.set(self, "failover_policy", value)
332
+
333
+ @property
334
+ @pulumi.getter(name="targetServer")
335
+ def target_server(self) -> Optional[pulumi.Input[str]]:
336
+ """
337
+ The target partner server where the read-only endpoint points to.
338
+ """
339
+ return pulumi.get(self, "target_server")
340
+
341
+ @target_server.setter
342
+ def target_server(self, value: Optional[pulumi.Input[str]]):
343
+ pulumi.set(self, "target_server", value)
344
+
345
+
346
+ if not MYPY:
347
+ class FailoverGroupReadWriteEndpointArgsDict(TypedDict):
348
+ """
349
+ Read-write endpoint of the failover group instance.
350
+ """
351
+ failover_policy: pulumi.Input[Union[str, 'ReadWriteEndpointFailoverPolicy']]
352
+ """
353
+ Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
354
+ """
355
+ failover_with_data_loss_grace_period_minutes: NotRequired[pulumi.Input[int]]
356
+ """
357
+ Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
358
+ """
359
+ elif False:
360
+ FailoverGroupReadWriteEndpointArgsDict: TypeAlias = Mapping[str, Any]
361
+
362
+ @pulumi.input_type
363
+ class FailoverGroupReadWriteEndpointArgs:
364
+ def __init__(__self__, *,
365
+ failover_policy: pulumi.Input[Union[str, 'ReadWriteEndpointFailoverPolicy']],
366
+ failover_with_data_loss_grace_period_minutes: Optional[pulumi.Input[int]] = None):
367
+ """
368
+ Read-write endpoint of the failover group instance.
369
+ :param pulumi.Input[Union[str, 'ReadWriteEndpointFailoverPolicy']] failover_policy: Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
370
+ :param pulumi.Input[int] failover_with_data_loss_grace_period_minutes: Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
371
+ """
372
+ pulumi.set(__self__, "failover_policy", failover_policy)
373
+ if failover_with_data_loss_grace_period_minutes is not None:
374
+ pulumi.set(__self__, "failover_with_data_loss_grace_period_minutes", failover_with_data_loss_grace_period_minutes)
375
+
376
+ @property
377
+ @pulumi.getter(name="failoverPolicy")
378
+ def failover_policy(self) -> pulumi.Input[Union[str, 'ReadWriteEndpointFailoverPolicy']]:
379
+ """
380
+ Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
381
+ """
382
+ return pulumi.get(self, "failover_policy")
383
+
384
+ @failover_policy.setter
385
+ def failover_policy(self, value: pulumi.Input[Union[str, 'ReadWriteEndpointFailoverPolicy']]):
386
+ pulumi.set(self, "failover_policy", value)
387
+
388
+ @property
389
+ @pulumi.getter(name="failoverWithDataLossGracePeriodMinutes")
390
+ def failover_with_data_loss_grace_period_minutes(self) -> Optional[pulumi.Input[int]]:
391
+ """
392
+ Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
393
+ """
394
+ return pulumi.get(self, "failover_with_data_loss_grace_period_minutes")
395
+
396
+ @failover_with_data_loss_grace_period_minutes.setter
397
+ def failover_with_data_loss_grace_period_minutes(self, value: Optional[pulumi.Input[int]]):
398
+ pulumi.set(self, "failover_with_data_loss_grace_period_minutes", value)
399
+
400
+
401
+ if not MYPY:
402
+ class InstanceFailoverGroupReadOnlyEndpointArgsDict(TypedDict):
403
+ """
404
+ Read-only endpoint of the failover group instance.
405
+ """
406
+ failover_policy: NotRequired[pulumi.Input[Union[str, 'ReadOnlyEndpointFailoverPolicy']]]
407
+ """
408
+ Failover policy of the read-only endpoint for the failover group.
409
+ """
410
+ elif False:
411
+ InstanceFailoverGroupReadOnlyEndpointArgsDict: TypeAlias = Mapping[str, Any]
412
+
413
+ @pulumi.input_type
414
+ class InstanceFailoverGroupReadOnlyEndpointArgs:
415
+ def __init__(__self__, *,
416
+ failover_policy: Optional[pulumi.Input[Union[str, 'ReadOnlyEndpointFailoverPolicy']]] = None):
417
+ """
418
+ Read-only endpoint of the failover group instance.
419
+ :param pulumi.Input[Union[str, 'ReadOnlyEndpointFailoverPolicy']] failover_policy: Failover policy of the read-only endpoint for the failover group.
420
+ """
421
+ if failover_policy is not None:
422
+ pulumi.set(__self__, "failover_policy", failover_policy)
423
+
424
+ @property
425
+ @pulumi.getter(name="failoverPolicy")
426
+ def failover_policy(self) -> Optional[pulumi.Input[Union[str, 'ReadOnlyEndpointFailoverPolicy']]]:
427
+ """
428
+ Failover policy of the read-only endpoint for the failover group.
429
+ """
430
+ return pulumi.get(self, "failover_policy")
431
+
432
+ @failover_policy.setter
433
+ def failover_policy(self, value: Optional[pulumi.Input[Union[str, 'ReadOnlyEndpointFailoverPolicy']]]):
434
+ pulumi.set(self, "failover_policy", value)
435
+
436
+
437
+ if not MYPY:
438
+ class InstanceFailoverGroupReadWriteEndpointArgsDict(TypedDict):
439
+ """
440
+ Read-write endpoint of the failover group instance.
441
+ """
442
+ failover_policy: pulumi.Input[Union[str, 'ReadWriteEndpointFailoverPolicy']]
443
+ """
444
+ Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
445
+ """
446
+ failover_with_data_loss_grace_period_minutes: NotRequired[pulumi.Input[int]]
447
+ """
448
+ Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
449
+ """
450
+ elif False:
451
+ InstanceFailoverGroupReadWriteEndpointArgsDict: TypeAlias = Mapping[str, Any]
452
+
453
+ @pulumi.input_type
454
+ class InstanceFailoverGroupReadWriteEndpointArgs:
455
+ def __init__(__self__, *,
456
+ failover_policy: pulumi.Input[Union[str, 'ReadWriteEndpointFailoverPolicy']],
457
+ failover_with_data_loss_grace_period_minutes: Optional[pulumi.Input[int]] = None):
458
+ """
459
+ Read-write endpoint of the failover group instance.
460
+ :param pulumi.Input[Union[str, 'ReadWriteEndpointFailoverPolicy']] failover_policy: Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
461
+ :param pulumi.Input[int] failover_with_data_loss_grace_period_minutes: Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
462
+ """
463
+ pulumi.set(__self__, "failover_policy", failover_policy)
464
+ if failover_with_data_loss_grace_period_minutes is not None:
465
+ pulumi.set(__self__, "failover_with_data_loss_grace_period_minutes", failover_with_data_loss_grace_period_minutes)
466
+
467
+ @property
468
+ @pulumi.getter(name="failoverPolicy")
469
+ def failover_policy(self) -> pulumi.Input[Union[str, 'ReadWriteEndpointFailoverPolicy']]:
470
+ """
471
+ Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
472
+ """
473
+ return pulumi.get(self, "failover_policy")
474
+
475
+ @failover_policy.setter
476
+ def failover_policy(self, value: pulumi.Input[Union[str, 'ReadWriteEndpointFailoverPolicy']]):
477
+ pulumi.set(self, "failover_policy", value)
478
+
479
+ @property
480
+ @pulumi.getter(name="failoverWithDataLossGracePeriodMinutes")
481
+ def failover_with_data_loss_grace_period_minutes(self) -> Optional[pulumi.Input[int]]:
482
+ """
483
+ Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
484
+ """
485
+ return pulumi.get(self, "failover_with_data_loss_grace_period_minutes")
486
+
487
+ @failover_with_data_loss_grace_period_minutes.setter
488
+ def failover_with_data_loss_grace_period_minutes(self, value: Optional[pulumi.Input[int]]):
489
+ pulumi.set(self, "failover_with_data_loss_grace_period_minutes", value)
490
+
491
+
492
+ if not MYPY:
493
+ class JobAgentIdentityArgsDict(TypedDict):
494
+ """
495
+ Azure Active Directory identity configuration for a resource.
496
+ """
497
+ type: pulumi.Input[Union[str, 'JobAgentIdentityType']]
498
+ """
499
+ The job agent identity type
500
+ """
501
+ tenant_id: NotRequired[pulumi.Input[str]]
502
+ """
503
+ The job agent identity tenant id
504
+ """
505
+ user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
506
+ """
507
+ The resource ids of the user assigned identities to use
508
+ """
509
+ elif False:
510
+ JobAgentIdentityArgsDict: TypeAlias = Mapping[str, Any]
511
+
512
+ @pulumi.input_type
513
+ class JobAgentIdentityArgs:
514
+ def __init__(__self__, *,
515
+ type: pulumi.Input[Union[str, 'JobAgentIdentityType']],
516
+ tenant_id: Optional[pulumi.Input[str]] = None,
517
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
518
+ """
519
+ Azure Active Directory identity configuration for a resource.
520
+ :param pulumi.Input[Union[str, 'JobAgentIdentityType']] type: The job agent identity type
521
+ :param pulumi.Input[str] tenant_id: The job agent identity tenant id
522
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The resource ids of the user assigned identities to use
523
+ """
524
+ pulumi.set(__self__, "type", type)
525
+ if tenant_id is not None:
526
+ pulumi.set(__self__, "tenant_id", tenant_id)
527
+ if user_assigned_identities is not None:
528
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
529
+
530
+ @property
531
+ @pulumi.getter
532
+ def type(self) -> pulumi.Input[Union[str, 'JobAgentIdentityType']]:
533
+ """
534
+ The job agent identity type
535
+ """
536
+ return pulumi.get(self, "type")
537
+
538
+ @type.setter
539
+ def type(self, value: pulumi.Input[Union[str, 'JobAgentIdentityType']]):
540
+ pulumi.set(self, "type", value)
541
+
542
+ @property
543
+ @pulumi.getter(name="tenantId")
544
+ def tenant_id(self) -> Optional[pulumi.Input[str]]:
545
+ """
546
+ The job agent identity tenant id
547
+ """
548
+ return pulumi.get(self, "tenant_id")
549
+
550
+ @tenant_id.setter
551
+ def tenant_id(self, value: Optional[pulumi.Input[str]]):
552
+ pulumi.set(self, "tenant_id", value)
553
+
554
+ @property
555
+ @pulumi.getter(name="userAssignedIdentities")
556
+ def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
557
+ """
558
+ The resource ids of the user assigned identities to use
559
+ """
560
+ return pulumi.get(self, "user_assigned_identities")
561
+
562
+ @user_assigned_identities.setter
563
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
564
+ pulumi.set(self, "user_assigned_identities", value)
565
+
566
+
567
+ if not MYPY:
568
+ class JobScheduleArgsDict(TypedDict):
569
+ """
570
+ Scheduling properties of a job.
571
+ """
572
+ enabled: NotRequired[pulumi.Input[bool]]
573
+ """
574
+ Whether or not the schedule is enabled.
575
+ """
576
+ end_time: NotRequired[pulumi.Input[str]]
577
+ """
578
+ Schedule end time.
579
+ """
580
+ interval: NotRequired[pulumi.Input[str]]
581
+ """
582
+ Value of the schedule's recurring interval, if the ScheduleType is recurring. ISO8601 duration format.
583
+ """
584
+ start_time: NotRequired[pulumi.Input[str]]
585
+ """
586
+ Schedule start time.
587
+ """
588
+ type: NotRequired[pulumi.Input['JobScheduleType']]
589
+ """
590
+ Schedule interval type
591
+ """
592
+ elif False:
593
+ JobScheduleArgsDict: TypeAlias = Mapping[str, Any]
594
+
595
+ @pulumi.input_type
596
+ class JobScheduleArgs:
597
+ def __init__(__self__, *,
598
+ enabled: Optional[pulumi.Input[bool]] = None,
599
+ end_time: Optional[pulumi.Input[str]] = None,
600
+ interval: Optional[pulumi.Input[str]] = None,
601
+ start_time: Optional[pulumi.Input[str]] = None,
602
+ type: Optional[pulumi.Input['JobScheduleType']] = None):
603
+ """
604
+ Scheduling properties of a job.
605
+ :param pulumi.Input[bool] enabled: Whether or not the schedule is enabled.
606
+ :param pulumi.Input[str] end_time: Schedule end time.
607
+ :param pulumi.Input[str] interval: Value of the schedule's recurring interval, if the ScheduleType is recurring. ISO8601 duration format.
608
+ :param pulumi.Input[str] start_time: Schedule start time.
609
+ :param pulumi.Input['JobScheduleType'] type: Schedule interval type
610
+ """
611
+ if enabled is not None:
612
+ pulumi.set(__self__, "enabled", enabled)
613
+ if end_time is None:
614
+ end_time = '9999-12-31T17:29:59+05:30'
615
+ if end_time is not None:
616
+ pulumi.set(__self__, "end_time", end_time)
617
+ if interval is not None:
618
+ pulumi.set(__self__, "interval", interval)
619
+ if start_time is None:
620
+ start_time = '0001-01-01T05:30:00+05:30'
621
+ if start_time is not None:
622
+ pulumi.set(__self__, "start_time", start_time)
623
+ if type is None:
624
+ type = 'Once'
625
+ if type is not None:
626
+ pulumi.set(__self__, "type", type)
627
+
628
+ @property
629
+ @pulumi.getter
630
+ def enabled(self) -> Optional[pulumi.Input[bool]]:
631
+ """
632
+ Whether or not the schedule is enabled.
633
+ """
634
+ return pulumi.get(self, "enabled")
635
+
636
+ @enabled.setter
637
+ def enabled(self, value: Optional[pulumi.Input[bool]]):
638
+ pulumi.set(self, "enabled", value)
639
+
640
+ @property
641
+ @pulumi.getter(name="endTime")
642
+ def end_time(self) -> Optional[pulumi.Input[str]]:
643
+ """
644
+ Schedule end time.
645
+ """
646
+ return pulumi.get(self, "end_time")
647
+
648
+ @end_time.setter
649
+ def end_time(self, value: Optional[pulumi.Input[str]]):
650
+ pulumi.set(self, "end_time", value)
651
+
652
+ @property
653
+ @pulumi.getter
654
+ def interval(self) -> Optional[pulumi.Input[str]]:
655
+ """
656
+ Value of the schedule's recurring interval, if the ScheduleType is recurring. ISO8601 duration format.
657
+ """
658
+ return pulumi.get(self, "interval")
659
+
660
+ @interval.setter
661
+ def interval(self, value: Optional[pulumi.Input[str]]):
662
+ pulumi.set(self, "interval", value)
663
+
664
+ @property
665
+ @pulumi.getter(name="startTime")
666
+ def start_time(self) -> Optional[pulumi.Input[str]]:
667
+ """
668
+ Schedule start time.
669
+ """
670
+ return pulumi.get(self, "start_time")
671
+
672
+ @start_time.setter
673
+ def start_time(self, value: Optional[pulumi.Input[str]]):
674
+ pulumi.set(self, "start_time", value)
675
+
676
+ @property
677
+ @pulumi.getter
678
+ def type(self) -> Optional[pulumi.Input['JobScheduleType']]:
679
+ """
680
+ Schedule interval type
681
+ """
682
+ return pulumi.get(self, "type")
683
+
684
+ @type.setter
685
+ def type(self, value: Optional[pulumi.Input['JobScheduleType']]):
686
+ pulumi.set(self, "type", value)
687
+
688
+
689
+ if not MYPY:
690
+ class JobStepActionArgsDict(TypedDict):
691
+ """
692
+ The action to be executed by a job step.
693
+ """
694
+ value: pulumi.Input[str]
695
+ """
696
+ The action value, for example the text of the T-SQL script to execute.
697
+ """
698
+ source: NotRequired[pulumi.Input[Union[str, 'JobStepActionSource']]]
699
+ """
700
+ The source of the action to execute.
701
+ """
702
+ type: NotRequired[pulumi.Input[Union[str, 'JobStepActionType']]]
703
+ """
704
+ Type of action being executed by the job step.
705
+ """
706
+ elif False:
707
+ JobStepActionArgsDict: TypeAlias = Mapping[str, Any]
708
+
709
+ @pulumi.input_type
710
+ class JobStepActionArgs:
711
+ def __init__(__self__, *,
712
+ value: pulumi.Input[str],
713
+ source: Optional[pulumi.Input[Union[str, 'JobStepActionSource']]] = None,
714
+ type: Optional[pulumi.Input[Union[str, 'JobStepActionType']]] = None):
715
+ """
716
+ The action to be executed by a job step.
717
+ :param pulumi.Input[str] value: The action value, for example the text of the T-SQL script to execute.
718
+ :param pulumi.Input[Union[str, 'JobStepActionSource']] source: The source of the action to execute.
719
+ :param pulumi.Input[Union[str, 'JobStepActionType']] type: Type of action being executed by the job step.
720
+ """
721
+ pulumi.set(__self__, "value", value)
722
+ if source is None:
723
+ source = 'Inline'
724
+ if source is not None:
725
+ pulumi.set(__self__, "source", source)
726
+ if type is None:
727
+ type = 'TSql'
728
+ if type is not None:
729
+ pulumi.set(__self__, "type", type)
730
+
731
+ @property
732
+ @pulumi.getter
733
+ def value(self) -> pulumi.Input[str]:
734
+ """
735
+ The action value, for example the text of the T-SQL script to execute.
736
+ """
737
+ return pulumi.get(self, "value")
738
+
739
+ @value.setter
740
+ def value(self, value: pulumi.Input[str]):
741
+ pulumi.set(self, "value", value)
742
+
743
+ @property
744
+ @pulumi.getter
745
+ def source(self) -> Optional[pulumi.Input[Union[str, 'JobStepActionSource']]]:
746
+ """
747
+ The source of the action to execute.
748
+ """
749
+ return pulumi.get(self, "source")
750
+
751
+ @source.setter
752
+ def source(self, value: Optional[pulumi.Input[Union[str, 'JobStepActionSource']]]):
753
+ pulumi.set(self, "source", value)
754
+
755
+ @property
756
+ @pulumi.getter
757
+ def type(self) -> Optional[pulumi.Input[Union[str, 'JobStepActionType']]]:
758
+ """
759
+ Type of action being executed by the job step.
760
+ """
761
+ return pulumi.get(self, "type")
762
+
763
+ @type.setter
764
+ def type(self, value: Optional[pulumi.Input[Union[str, 'JobStepActionType']]]):
765
+ pulumi.set(self, "type", value)
766
+
767
+
768
+ if not MYPY:
769
+ class JobStepExecutionOptionsArgsDict(TypedDict):
770
+ """
771
+ The execution options of a job step.
772
+ """
773
+ initial_retry_interval_seconds: NotRequired[pulumi.Input[int]]
774
+ """
775
+ Initial delay between retries for job step execution.
776
+ """
777
+ maximum_retry_interval_seconds: NotRequired[pulumi.Input[int]]
778
+ """
779
+ The maximum amount of time to wait between retries for job step execution.
780
+ """
781
+ retry_attempts: NotRequired[pulumi.Input[int]]
782
+ """
783
+ Maximum number of times the job step will be reattempted if the first attempt fails.
784
+ """
785
+ retry_interval_backoff_multiplier: NotRequired[pulumi.Input[float]]
786
+ """
787
+ The backoff multiplier for the time between retries.
788
+ """
789
+ timeout_seconds: NotRequired[pulumi.Input[int]]
790
+ """
791
+ Execution timeout for the job step.
792
+ """
793
+ elif False:
794
+ JobStepExecutionOptionsArgsDict: TypeAlias = Mapping[str, Any]
795
+
796
+ @pulumi.input_type
797
+ class JobStepExecutionOptionsArgs:
798
+ def __init__(__self__, *,
799
+ initial_retry_interval_seconds: Optional[pulumi.Input[int]] = None,
800
+ maximum_retry_interval_seconds: Optional[pulumi.Input[int]] = None,
801
+ retry_attempts: Optional[pulumi.Input[int]] = None,
802
+ retry_interval_backoff_multiplier: Optional[pulumi.Input[float]] = None,
803
+ timeout_seconds: Optional[pulumi.Input[int]] = None):
804
+ """
805
+ The execution options of a job step.
806
+ :param pulumi.Input[int] initial_retry_interval_seconds: Initial delay between retries for job step execution.
807
+ :param pulumi.Input[int] maximum_retry_interval_seconds: The maximum amount of time to wait between retries for job step execution.
808
+ :param pulumi.Input[int] retry_attempts: Maximum number of times the job step will be reattempted if the first attempt fails.
809
+ :param pulumi.Input[float] retry_interval_backoff_multiplier: The backoff multiplier for the time between retries.
810
+ :param pulumi.Input[int] timeout_seconds: Execution timeout for the job step.
811
+ """
812
+ if initial_retry_interval_seconds is None:
813
+ initial_retry_interval_seconds = 1
814
+ if initial_retry_interval_seconds is not None:
815
+ pulumi.set(__self__, "initial_retry_interval_seconds", initial_retry_interval_seconds)
816
+ if maximum_retry_interval_seconds is None:
817
+ maximum_retry_interval_seconds = 120
818
+ if maximum_retry_interval_seconds is not None:
819
+ pulumi.set(__self__, "maximum_retry_interval_seconds", maximum_retry_interval_seconds)
820
+ if retry_attempts is None:
821
+ retry_attempts = 10
822
+ if retry_attempts is not None:
823
+ pulumi.set(__self__, "retry_attempts", retry_attempts)
824
+ if retry_interval_backoff_multiplier is None:
825
+ retry_interval_backoff_multiplier = 2
826
+ if retry_interval_backoff_multiplier is not None:
827
+ pulumi.set(__self__, "retry_interval_backoff_multiplier", retry_interval_backoff_multiplier)
828
+ if timeout_seconds is None:
829
+ timeout_seconds = 43200
830
+ if timeout_seconds is not None:
831
+ pulumi.set(__self__, "timeout_seconds", timeout_seconds)
832
+
833
+ @property
834
+ @pulumi.getter(name="initialRetryIntervalSeconds")
835
+ def initial_retry_interval_seconds(self) -> Optional[pulumi.Input[int]]:
836
+ """
837
+ Initial delay between retries for job step execution.
838
+ """
839
+ return pulumi.get(self, "initial_retry_interval_seconds")
840
+
841
+ @initial_retry_interval_seconds.setter
842
+ def initial_retry_interval_seconds(self, value: Optional[pulumi.Input[int]]):
843
+ pulumi.set(self, "initial_retry_interval_seconds", value)
844
+
845
+ @property
846
+ @pulumi.getter(name="maximumRetryIntervalSeconds")
847
+ def maximum_retry_interval_seconds(self) -> Optional[pulumi.Input[int]]:
848
+ """
849
+ The maximum amount of time to wait between retries for job step execution.
850
+ """
851
+ return pulumi.get(self, "maximum_retry_interval_seconds")
852
+
853
+ @maximum_retry_interval_seconds.setter
854
+ def maximum_retry_interval_seconds(self, value: Optional[pulumi.Input[int]]):
855
+ pulumi.set(self, "maximum_retry_interval_seconds", value)
856
+
857
+ @property
858
+ @pulumi.getter(name="retryAttempts")
859
+ def retry_attempts(self) -> Optional[pulumi.Input[int]]:
860
+ """
861
+ Maximum number of times the job step will be reattempted if the first attempt fails.
862
+ """
863
+ return pulumi.get(self, "retry_attempts")
864
+
865
+ @retry_attempts.setter
866
+ def retry_attempts(self, value: Optional[pulumi.Input[int]]):
867
+ pulumi.set(self, "retry_attempts", value)
868
+
869
+ @property
870
+ @pulumi.getter(name="retryIntervalBackoffMultiplier")
871
+ def retry_interval_backoff_multiplier(self) -> Optional[pulumi.Input[float]]:
872
+ """
873
+ The backoff multiplier for the time between retries.
874
+ """
875
+ return pulumi.get(self, "retry_interval_backoff_multiplier")
876
+
877
+ @retry_interval_backoff_multiplier.setter
878
+ def retry_interval_backoff_multiplier(self, value: Optional[pulumi.Input[float]]):
879
+ pulumi.set(self, "retry_interval_backoff_multiplier", value)
880
+
881
+ @property
882
+ @pulumi.getter(name="timeoutSeconds")
883
+ def timeout_seconds(self) -> Optional[pulumi.Input[int]]:
884
+ """
885
+ Execution timeout for the job step.
886
+ """
887
+ return pulumi.get(self, "timeout_seconds")
888
+
889
+ @timeout_seconds.setter
890
+ def timeout_seconds(self, value: Optional[pulumi.Input[int]]):
891
+ pulumi.set(self, "timeout_seconds", value)
892
+
893
+
894
+ if not MYPY:
895
+ class JobStepOutputArgsDict(TypedDict):
896
+ """
897
+ The output configuration of a job step.
898
+ """
899
+ database_name: pulumi.Input[str]
900
+ """
901
+ The output destination database.
902
+ """
903
+ server_name: pulumi.Input[str]
904
+ """
905
+ The output destination server name.
906
+ """
907
+ table_name: pulumi.Input[str]
908
+ """
909
+ The output destination table.
910
+ """
911
+ credential: NotRequired[pulumi.Input[str]]
912
+ """
913
+ The resource ID of the credential to use to connect to the output destination.
914
+ """
915
+ resource_group_name: NotRequired[pulumi.Input[str]]
916
+ """
917
+ The output destination resource group.
918
+ """
919
+ schema_name: NotRequired[pulumi.Input[str]]
920
+ """
921
+ The output destination schema.
922
+ """
923
+ subscription_id: NotRequired[pulumi.Input[str]]
924
+ """
925
+ The output destination subscription id.
926
+ """
927
+ type: NotRequired[pulumi.Input[Union[str, 'JobStepOutputType']]]
928
+ """
929
+ The output destination type.
930
+ """
931
+ elif False:
932
+ JobStepOutputArgsDict: TypeAlias = Mapping[str, Any]
933
+
934
+ @pulumi.input_type
935
+ class JobStepOutputArgs:
936
+ def __init__(__self__, *,
937
+ database_name: pulumi.Input[str],
938
+ server_name: pulumi.Input[str],
939
+ table_name: pulumi.Input[str],
940
+ credential: Optional[pulumi.Input[str]] = None,
941
+ resource_group_name: Optional[pulumi.Input[str]] = None,
942
+ schema_name: Optional[pulumi.Input[str]] = None,
943
+ subscription_id: Optional[pulumi.Input[str]] = None,
944
+ type: Optional[pulumi.Input[Union[str, 'JobStepOutputType']]] = None):
945
+ """
946
+ The output configuration of a job step.
947
+ :param pulumi.Input[str] database_name: The output destination database.
948
+ :param pulumi.Input[str] server_name: The output destination server name.
949
+ :param pulumi.Input[str] table_name: The output destination table.
950
+ :param pulumi.Input[str] credential: The resource ID of the credential to use to connect to the output destination.
951
+ :param pulumi.Input[str] resource_group_name: The output destination resource group.
952
+ :param pulumi.Input[str] schema_name: The output destination schema.
953
+ :param pulumi.Input[str] subscription_id: The output destination subscription id.
954
+ :param pulumi.Input[Union[str, 'JobStepOutputType']] type: The output destination type.
955
+ """
956
+ pulumi.set(__self__, "database_name", database_name)
957
+ pulumi.set(__self__, "server_name", server_name)
958
+ pulumi.set(__self__, "table_name", table_name)
959
+ if credential is not None:
960
+ pulumi.set(__self__, "credential", credential)
961
+ if resource_group_name is not None:
962
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
963
+ if schema_name is None:
964
+ schema_name = 'dbo'
965
+ if schema_name is not None:
966
+ pulumi.set(__self__, "schema_name", schema_name)
967
+ if subscription_id is not None:
968
+ pulumi.set(__self__, "subscription_id", subscription_id)
969
+ if type is None:
970
+ type = 'SqlDatabase'
971
+ if type is not None:
972
+ pulumi.set(__self__, "type", type)
973
+
974
+ @property
975
+ @pulumi.getter(name="databaseName")
976
+ def database_name(self) -> pulumi.Input[str]:
977
+ """
978
+ The output destination database.
979
+ """
980
+ return pulumi.get(self, "database_name")
981
+
982
+ @database_name.setter
983
+ def database_name(self, value: pulumi.Input[str]):
984
+ pulumi.set(self, "database_name", value)
985
+
986
+ @property
987
+ @pulumi.getter(name="serverName")
988
+ def server_name(self) -> pulumi.Input[str]:
989
+ """
990
+ The output destination server name.
991
+ """
992
+ return pulumi.get(self, "server_name")
993
+
994
+ @server_name.setter
995
+ def server_name(self, value: pulumi.Input[str]):
996
+ pulumi.set(self, "server_name", value)
997
+
998
+ @property
999
+ @pulumi.getter(name="tableName")
1000
+ def table_name(self) -> pulumi.Input[str]:
1001
+ """
1002
+ The output destination table.
1003
+ """
1004
+ return pulumi.get(self, "table_name")
1005
+
1006
+ @table_name.setter
1007
+ def table_name(self, value: pulumi.Input[str]):
1008
+ pulumi.set(self, "table_name", value)
1009
+
1010
+ @property
1011
+ @pulumi.getter
1012
+ def credential(self) -> Optional[pulumi.Input[str]]:
1013
+ """
1014
+ The resource ID of the credential to use to connect to the output destination.
1015
+ """
1016
+ return pulumi.get(self, "credential")
1017
+
1018
+ @credential.setter
1019
+ def credential(self, value: Optional[pulumi.Input[str]]):
1020
+ pulumi.set(self, "credential", value)
1021
+
1022
+ @property
1023
+ @pulumi.getter(name="resourceGroupName")
1024
+ def resource_group_name(self) -> Optional[pulumi.Input[str]]:
1025
+ """
1026
+ The output destination resource group.
1027
+ """
1028
+ return pulumi.get(self, "resource_group_name")
1029
+
1030
+ @resource_group_name.setter
1031
+ def resource_group_name(self, value: Optional[pulumi.Input[str]]):
1032
+ pulumi.set(self, "resource_group_name", value)
1033
+
1034
+ @property
1035
+ @pulumi.getter(name="schemaName")
1036
+ def schema_name(self) -> Optional[pulumi.Input[str]]:
1037
+ """
1038
+ The output destination schema.
1039
+ """
1040
+ return pulumi.get(self, "schema_name")
1041
+
1042
+ @schema_name.setter
1043
+ def schema_name(self, value: Optional[pulumi.Input[str]]):
1044
+ pulumi.set(self, "schema_name", value)
1045
+
1046
+ @property
1047
+ @pulumi.getter(name="subscriptionId")
1048
+ def subscription_id(self) -> Optional[pulumi.Input[str]]:
1049
+ """
1050
+ The output destination subscription id.
1051
+ """
1052
+ return pulumi.get(self, "subscription_id")
1053
+
1054
+ @subscription_id.setter
1055
+ def subscription_id(self, value: Optional[pulumi.Input[str]]):
1056
+ pulumi.set(self, "subscription_id", value)
1057
+
1058
+ @property
1059
+ @pulumi.getter
1060
+ def type(self) -> Optional[pulumi.Input[Union[str, 'JobStepOutputType']]]:
1061
+ """
1062
+ The output destination type.
1063
+ """
1064
+ return pulumi.get(self, "type")
1065
+
1066
+ @type.setter
1067
+ def type(self, value: Optional[pulumi.Input[Union[str, 'JobStepOutputType']]]):
1068
+ pulumi.set(self, "type", value)
1069
+
1070
+
1071
+ if not MYPY:
1072
+ class JobTargetArgsDict(TypedDict):
1073
+ """
1074
+ A job target, for example a specific database or a container of databases that is evaluated during job execution.
1075
+ """
1076
+ type: pulumi.Input[Union[str, 'JobTargetType']]
1077
+ """
1078
+ The target type.
1079
+ """
1080
+ database_name: NotRequired[pulumi.Input[str]]
1081
+ """
1082
+ The target database name.
1083
+ """
1084
+ elastic_pool_name: NotRequired[pulumi.Input[str]]
1085
+ """
1086
+ The target elastic pool name.
1087
+ """
1088
+ membership_type: NotRequired[pulumi.Input['JobTargetGroupMembershipType']]
1089
+ """
1090
+ Whether the target is included or excluded from the group.
1091
+ """
1092
+ refresh_credential: NotRequired[pulumi.Input[str]]
1093
+ """
1094
+ The resource ID of the credential that is used during job execution to connect to the target and determine the list of databases inside the target.
1095
+ """
1096
+ server_name: NotRequired[pulumi.Input[str]]
1097
+ """
1098
+ The target server name.
1099
+ """
1100
+ shard_map_name: NotRequired[pulumi.Input[str]]
1101
+ """
1102
+ The target shard map.
1103
+ """
1104
+ elif False:
1105
+ JobTargetArgsDict: TypeAlias = Mapping[str, Any]
1106
+
1107
+ @pulumi.input_type
1108
+ class JobTargetArgs:
1109
+ def __init__(__self__, *,
1110
+ type: pulumi.Input[Union[str, 'JobTargetType']],
1111
+ database_name: Optional[pulumi.Input[str]] = None,
1112
+ elastic_pool_name: Optional[pulumi.Input[str]] = None,
1113
+ membership_type: Optional[pulumi.Input['JobTargetGroupMembershipType']] = None,
1114
+ refresh_credential: Optional[pulumi.Input[str]] = None,
1115
+ server_name: Optional[pulumi.Input[str]] = None,
1116
+ shard_map_name: Optional[pulumi.Input[str]] = None):
1117
+ """
1118
+ A job target, for example a specific database or a container of databases that is evaluated during job execution.
1119
+ :param pulumi.Input[Union[str, 'JobTargetType']] type: The target type.
1120
+ :param pulumi.Input[str] database_name: The target database name.
1121
+ :param pulumi.Input[str] elastic_pool_name: The target elastic pool name.
1122
+ :param pulumi.Input['JobTargetGroupMembershipType'] membership_type: Whether the target is included or excluded from the group.
1123
+ :param pulumi.Input[str] refresh_credential: The resource ID of the credential that is used during job execution to connect to the target and determine the list of databases inside the target.
1124
+ :param pulumi.Input[str] server_name: The target server name.
1125
+ :param pulumi.Input[str] shard_map_name: The target shard map.
1126
+ """
1127
+ pulumi.set(__self__, "type", type)
1128
+ if database_name is not None:
1129
+ pulumi.set(__self__, "database_name", database_name)
1130
+ if elastic_pool_name is not None:
1131
+ pulumi.set(__self__, "elastic_pool_name", elastic_pool_name)
1132
+ if membership_type is None:
1133
+ membership_type = 'Include'
1134
+ if membership_type is not None:
1135
+ pulumi.set(__self__, "membership_type", membership_type)
1136
+ if refresh_credential is not None:
1137
+ pulumi.set(__self__, "refresh_credential", refresh_credential)
1138
+ if server_name is not None:
1139
+ pulumi.set(__self__, "server_name", server_name)
1140
+ if shard_map_name is not None:
1141
+ pulumi.set(__self__, "shard_map_name", shard_map_name)
1142
+
1143
+ @property
1144
+ @pulumi.getter
1145
+ def type(self) -> pulumi.Input[Union[str, 'JobTargetType']]:
1146
+ """
1147
+ The target type.
1148
+ """
1149
+ return pulumi.get(self, "type")
1150
+
1151
+ @type.setter
1152
+ def type(self, value: pulumi.Input[Union[str, 'JobTargetType']]):
1153
+ pulumi.set(self, "type", value)
1154
+
1155
+ @property
1156
+ @pulumi.getter(name="databaseName")
1157
+ def database_name(self) -> Optional[pulumi.Input[str]]:
1158
+ """
1159
+ The target database name.
1160
+ """
1161
+ return pulumi.get(self, "database_name")
1162
+
1163
+ @database_name.setter
1164
+ def database_name(self, value: Optional[pulumi.Input[str]]):
1165
+ pulumi.set(self, "database_name", value)
1166
+
1167
+ @property
1168
+ @pulumi.getter(name="elasticPoolName")
1169
+ def elastic_pool_name(self) -> Optional[pulumi.Input[str]]:
1170
+ """
1171
+ The target elastic pool name.
1172
+ """
1173
+ return pulumi.get(self, "elastic_pool_name")
1174
+
1175
+ @elastic_pool_name.setter
1176
+ def elastic_pool_name(self, value: Optional[pulumi.Input[str]]):
1177
+ pulumi.set(self, "elastic_pool_name", value)
1178
+
1179
+ @property
1180
+ @pulumi.getter(name="membershipType")
1181
+ def membership_type(self) -> Optional[pulumi.Input['JobTargetGroupMembershipType']]:
1182
+ """
1183
+ Whether the target is included or excluded from the group.
1184
+ """
1185
+ return pulumi.get(self, "membership_type")
1186
+
1187
+ @membership_type.setter
1188
+ def membership_type(self, value: Optional[pulumi.Input['JobTargetGroupMembershipType']]):
1189
+ pulumi.set(self, "membership_type", value)
1190
+
1191
+ @property
1192
+ @pulumi.getter(name="refreshCredential")
1193
+ def refresh_credential(self) -> Optional[pulumi.Input[str]]:
1194
+ """
1195
+ The resource ID of the credential that is used during job execution to connect to the target and determine the list of databases inside the target.
1196
+ """
1197
+ return pulumi.get(self, "refresh_credential")
1198
+
1199
+ @refresh_credential.setter
1200
+ def refresh_credential(self, value: Optional[pulumi.Input[str]]):
1201
+ pulumi.set(self, "refresh_credential", value)
1202
+
1203
+ @property
1204
+ @pulumi.getter(name="serverName")
1205
+ def server_name(self) -> Optional[pulumi.Input[str]]:
1206
+ """
1207
+ The target server name.
1208
+ """
1209
+ return pulumi.get(self, "server_name")
1210
+
1211
+ @server_name.setter
1212
+ def server_name(self, value: Optional[pulumi.Input[str]]):
1213
+ pulumi.set(self, "server_name", value)
1214
+
1215
+ @property
1216
+ @pulumi.getter(name="shardMapName")
1217
+ def shard_map_name(self) -> Optional[pulumi.Input[str]]:
1218
+ """
1219
+ The target shard map.
1220
+ """
1221
+ return pulumi.get(self, "shard_map_name")
1222
+
1223
+ @shard_map_name.setter
1224
+ def shard_map_name(self, value: Optional[pulumi.Input[str]]):
1225
+ pulumi.set(self, "shard_map_name", value)
1226
+
1227
+
1228
+ if not MYPY:
1229
+ class ManagedInstanceExternalAdministratorArgsDict(TypedDict):
1230
+ """
1231
+ Properties of a active directory administrator.
1232
+ """
1233
+ administrator_type: NotRequired[pulumi.Input[Union[str, 'AdministratorType']]]
1234
+ """
1235
+ Type of the sever administrator.
1236
+ """
1237
+ azure_ad_only_authentication: NotRequired[pulumi.Input[bool]]
1238
+ """
1239
+ Azure Active Directory only Authentication enabled.
1240
+ """
1241
+ login: NotRequired[pulumi.Input[str]]
1242
+ """
1243
+ Login name of the server administrator.
1244
+ """
1245
+ principal_type: NotRequired[pulumi.Input[Union[str, 'PrincipalType']]]
1246
+ """
1247
+ Principal Type of the sever administrator.
1248
+ """
1249
+ sid: NotRequired[pulumi.Input[str]]
1250
+ """
1251
+ SID (object ID) of the server administrator.
1252
+ """
1253
+ tenant_id: NotRequired[pulumi.Input[str]]
1254
+ """
1255
+ Tenant ID of the administrator.
1256
+ """
1257
+ elif False:
1258
+ ManagedInstanceExternalAdministratorArgsDict: TypeAlias = Mapping[str, Any]
1259
+
1260
+ @pulumi.input_type
1261
+ class ManagedInstanceExternalAdministratorArgs:
1262
+ def __init__(__self__, *,
1263
+ administrator_type: Optional[pulumi.Input[Union[str, 'AdministratorType']]] = None,
1264
+ azure_ad_only_authentication: Optional[pulumi.Input[bool]] = None,
1265
+ login: Optional[pulumi.Input[str]] = None,
1266
+ principal_type: Optional[pulumi.Input[Union[str, 'PrincipalType']]] = None,
1267
+ sid: Optional[pulumi.Input[str]] = None,
1268
+ tenant_id: Optional[pulumi.Input[str]] = None):
1269
+ """
1270
+ Properties of a active directory administrator.
1271
+ :param pulumi.Input[Union[str, 'AdministratorType']] administrator_type: Type of the sever administrator.
1272
+ :param pulumi.Input[bool] azure_ad_only_authentication: Azure Active Directory only Authentication enabled.
1273
+ :param pulumi.Input[str] login: Login name of the server administrator.
1274
+ :param pulumi.Input[Union[str, 'PrincipalType']] principal_type: Principal Type of the sever administrator.
1275
+ :param pulumi.Input[str] sid: SID (object ID) of the server administrator.
1276
+ :param pulumi.Input[str] tenant_id: Tenant ID of the administrator.
1277
+ """
1278
+ if administrator_type is not None:
1279
+ pulumi.set(__self__, "administrator_type", administrator_type)
1280
+ if azure_ad_only_authentication is not None:
1281
+ pulumi.set(__self__, "azure_ad_only_authentication", azure_ad_only_authentication)
1282
+ if login is not None:
1283
+ pulumi.set(__self__, "login", login)
1284
+ if principal_type is not None:
1285
+ pulumi.set(__self__, "principal_type", principal_type)
1286
+ if sid is not None:
1287
+ pulumi.set(__self__, "sid", sid)
1288
+ if tenant_id is not None:
1289
+ pulumi.set(__self__, "tenant_id", tenant_id)
1290
+
1291
+ @property
1292
+ @pulumi.getter(name="administratorType")
1293
+ def administrator_type(self) -> Optional[pulumi.Input[Union[str, 'AdministratorType']]]:
1294
+ """
1295
+ Type of the sever administrator.
1296
+ """
1297
+ return pulumi.get(self, "administrator_type")
1298
+
1299
+ @administrator_type.setter
1300
+ def administrator_type(self, value: Optional[pulumi.Input[Union[str, 'AdministratorType']]]):
1301
+ pulumi.set(self, "administrator_type", value)
1302
+
1303
+ @property
1304
+ @pulumi.getter(name="azureADOnlyAuthentication")
1305
+ def azure_ad_only_authentication(self) -> Optional[pulumi.Input[bool]]:
1306
+ """
1307
+ Azure Active Directory only Authentication enabled.
1308
+ """
1309
+ return pulumi.get(self, "azure_ad_only_authentication")
1310
+
1311
+ @azure_ad_only_authentication.setter
1312
+ def azure_ad_only_authentication(self, value: Optional[pulumi.Input[bool]]):
1313
+ pulumi.set(self, "azure_ad_only_authentication", value)
1314
+
1315
+ @property
1316
+ @pulumi.getter
1317
+ def login(self) -> Optional[pulumi.Input[str]]:
1318
+ """
1319
+ Login name of the server administrator.
1320
+ """
1321
+ return pulumi.get(self, "login")
1322
+
1323
+ @login.setter
1324
+ def login(self, value: Optional[pulumi.Input[str]]):
1325
+ pulumi.set(self, "login", value)
1326
+
1327
+ @property
1328
+ @pulumi.getter(name="principalType")
1329
+ def principal_type(self) -> Optional[pulumi.Input[Union[str, 'PrincipalType']]]:
1330
+ """
1331
+ Principal Type of the sever administrator.
1332
+ """
1333
+ return pulumi.get(self, "principal_type")
1334
+
1335
+ @principal_type.setter
1336
+ def principal_type(self, value: Optional[pulumi.Input[Union[str, 'PrincipalType']]]):
1337
+ pulumi.set(self, "principal_type", value)
1338
+
1339
+ @property
1340
+ @pulumi.getter
1341
+ def sid(self) -> Optional[pulumi.Input[str]]:
1342
+ """
1343
+ SID (object ID) of the server administrator.
1344
+ """
1345
+ return pulumi.get(self, "sid")
1346
+
1347
+ @sid.setter
1348
+ def sid(self, value: Optional[pulumi.Input[str]]):
1349
+ pulumi.set(self, "sid", value)
1350
+
1351
+ @property
1352
+ @pulumi.getter(name="tenantId")
1353
+ def tenant_id(self) -> Optional[pulumi.Input[str]]:
1354
+ """
1355
+ Tenant ID of the administrator.
1356
+ """
1357
+ return pulumi.get(self, "tenant_id")
1358
+
1359
+ @tenant_id.setter
1360
+ def tenant_id(self, value: Optional[pulumi.Input[str]]):
1361
+ pulumi.set(self, "tenant_id", value)
1362
+
1363
+
1364
+ if not MYPY:
1365
+ class ManagedInstancePairInfoArgsDict(TypedDict):
1366
+ """
1367
+ Pairs of Managed Instances in the failover group.
1368
+ """
1369
+ partner_managed_instance_id: NotRequired[pulumi.Input[str]]
1370
+ """
1371
+ Id of Partner Managed Instance in pair.
1372
+ """
1373
+ primary_managed_instance_id: NotRequired[pulumi.Input[str]]
1374
+ """
1375
+ Id of Primary Managed Instance in pair.
1376
+ """
1377
+ elif False:
1378
+ ManagedInstancePairInfoArgsDict: TypeAlias = Mapping[str, Any]
1379
+
1380
+ @pulumi.input_type
1381
+ class ManagedInstancePairInfoArgs:
1382
+ def __init__(__self__, *,
1383
+ partner_managed_instance_id: Optional[pulumi.Input[str]] = None,
1384
+ primary_managed_instance_id: Optional[pulumi.Input[str]] = None):
1385
+ """
1386
+ Pairs of Managed Instances in the failover group.
1387
+ :param pulumi.Input[str] partner_managed_instance_id: Id of Partner Managed Instance in pair.
1388
+ :param pulumi.Input[str] primary_managed_instance_id: Id of Primary Managed Instance in pair.
1389
+ """
1390
+ if partner_managed_instance_id is not None:
1391
+ pulumi.set(__self__, "partner_managed_instance_id", partner_managed_instance_id)
1392
+ if primary_managed_instance_id is not None:
1393
+ pulumi.set(__self__, "primary_managed_instance_id", primary_managed_instance_id)
1394
+
1395
+ @property
1396
+ @pulumi.getter(name="partnerManagedInstanceId")
1397
+ def partner_managed_instance_id(self) -> Optional[pulumi.Input[str]]:
1398
+ """
1399
+ Id of Partner Managed Instance in pair.
1400
+ """
1401
+ return pulumi.get(self, "partner_managed_instance_id")
1402
+
1403
+ @partner_managed_instance_id.setter
1404
+ def partner_managed_instance_id(self, value: Optional[pulumi.Input[str]]):
1405
+ pulumi.set(self, "partner_managed_instance_id", value)
1406
+
1407
+ @property
1408
+ @pulumi.getter(name="primaryManagedInstanceId")
1409
+ def primary_managed_instance_id(self) -> Optional[pulumi.Input[str]]:
1410
+ """
1411
+ Id of Primary Managed Instance in pair.
1412
+ """
1413
+ return pulumi.get(self, "primary_managed_instance_id")
1414
+
1415
+ @primary_managed_instance_id.setter
1416
+ def primary_managed_instance_id(self, value: Optional[pulumi.Input[str]]):
1417
+ pulumi.set(self, "primary_managed_instance_id", value)
1418
+
1419
+
1420
+ if not MYPY:
1421
+ class ManagedInstancePrivateEndpointPropertyArgsDict(TypedDict):
1422
+ id: NotRequired[pulumi.Input[str]]
1423
+ """
1424
+ Resource id of the private endpoint.
1425
+ """
1426
+ elif False:
1427
+ ManagedInstancePrivateEndpointPropertyArgsDict: TypeAlias = Mapping[str, Any]
1428
+
1429
+ @pulumi.input_type
1430
+ class ManagedInstancePrivateEndpointPropertyArgs:
1431
+ def __init__(__self__, *,
1432
+ id: Optional[pulumi.Input[str]] = None):
1433
+ """
1434
+ :param pulumi.Input[str] id: Resource id of the private endpoint.
1435
+ """
1436
+ if id is not None:
1437
+ pulumi.set(__self__, "id", id)
1438
+
1439
+ @property
1440
+ @pulumi.getter
1441
+ def id(self) -> Optional[pulumi.Input[str]]:
1442
+ """
1443
+ Resource id of the private endpoint.
1444
+ """
1445
+ return pulumi.get(self, "id")
1446
+
1447
+ @id.setter
1448
+ def id(self, value: Optional[pulumi.Input[str]]):
1449
+ pulumi.set(self, "id", value)
1450
+
1451
+
1452
+ if not MYPY:
1453
+ class ManagedInstancePrivateLinkServiceConnectionStatePropertyArgsDict(TypedDict):
1454
+ description: pulumi.Input[str]
1455
+ """
1456
+ The private link service connection description.
1457
+ """
1458
+ status: pulumi.Input[str]
1459
+ """
1460
+ The private link service connection status.
1461
+ """
1462
+ elif False:
1463
+ ManagedInstancePrivateLinkServiceConnectionStatePropertyArgsDict: TypeAlias = Mapping[str, Any]
1464
+
1465
+ @pulumi.input_type
1466
+ class ManagedInstancePrivateLinkServiceConnectionStatePropertyArgs:
1467
+ def __init__(__self__, *,
1468
+ description: pulumi.Input[str],
1469
+ status: pulumi.Input[str]):
1470
+ """
1471
+ :param pulumi.Input[str] description: The private link service connection description.
1472
+ :param pulumi.Input[str] status: The private link service connection status.
1473
+ """
1474
+ pulumi.set(__self__, "description", description)
1475
+ pulumi.set(__self__, "status", status)
1476
+
1477
+ @property
1478
+ @pulumi.getter
1479
+ def description(self) -> pulumi.Input[str]:
1480
+ """
1481
+ The private link service connection description.
1482
+ """
1483
+ return pulumi.get(self, "description")
1484
+
1485
+ @description.setter
1486
+ def description(self, value: pulumi.Input[str]):
1487
+ pulumi.set(self, "description", value)
1488
+
1489
+ @property
1490
+ @pulumi.getter
1491
+ def status(self) -> pulumi.Input[str]:
1492
+ """
1493
+ The private link service connection status.
1494
+ """
1495
+ return pulumi.get(self, "status")
1496
+
1497
+ @status.setter
1498
+ def status(self, value: pulumi.Input[str]):
1499
+ pulumi.set(self, "status", value)
1500
+
1501
+
1502
+ if not MYPY:
1503
+ class PartnerInfoArgsDict(TypedDict):
1504
+ """
1505
+ Partner server information for the failover group.
1506
+ """
1507
+ id: pulumi.Input[str]
1508
+ """
1509
+ Resource identifier of the partner server.
1510
+ """
1511
+ elif False:
1512
+ PartnerInfoArgsDict: TypeAlias = Mapping[str, Any]
1513
+
1514
+ @pulumi.input_type
1515
+ class PartnerInfoArgs:
1516
+ def __init__(__self__, *,
1517
+ id: pulumi.Input[str]):
1518
+ """
1519
+ Partner server information for the failover group.
1520
+ :param pulumi.Input[str] id: Resource identifier of the partner server.
1521
+ """
1522
+ pulumi.set(__self__, "id", id)
1523
+
1524
+ @property
1525
+ @pulumi.getter
1526
+ def id(self) -> pulumi.Input[str]:
1527
+ """
1528
+ Resource identifier of the partner server.
1529
+ """
1530
+ return pulumi.get(self, "id")
1531
+
1532
+ @id.setter
1533
+ def id(self, value: pulumi.Input[str]):
1534
+ pulumi.set(self, "id", value)
1535
+
1536
+
1537
+ if not MYPY:
1538
+ class PartnerRegionInfoArgsDict(TypedDict):
1539
+ """
1540
+ Partner region information for the failover group.
1541
+ """
1542
+ location: NotRequired[pulumi.Input[str]]
1543
+ """
1544
+ Geo location of the partner managed instances.
1545
+ """
1546
+ elif False:
1547
+ PartnerRegionInfoArgsDict: TypeAlias = Mapping[str, Any]
1548
+
1549
+ @pulumi.input_type
1550
+ class PartnerRegionInfoArgs:
1551
+ def __init__(__self__, *,
1552
+ location: Optional[pulumi.Input[str]] = None):
1553
+ """
1554
+ Partner region information for the failover group.
1555
+ :param pulumi.Input[str] location: Geo location of the partner managed instances.
1556
+ """
1557
+ if location is not None:
1558
+ pulumi.set(__self__, "location", location)
1559
+
1560
+ @property
1561
+ @pulumi.getter
1562
+ def location(self) -> Optional[pulumi.Input[str]]:
1563
+ """
1564
+ Geo location of the partner managed instances.
1565
+ """
1566
+ return pulumi.get(self, "location")
1567
+
1568
+ @location.setter
1569
+ def location(self, value: Optional[pulumi.Input[str]]):
1570
+ pulumi.set(self, "location", value)
1571
+
1572
+
1573
+ if not MYPY:
1574
+ class PrivateEndpointPropertyArgsDict(TypedDict):
1575
+ id: NotRequired[pulumi.Input[str]]
1576
+ """
1577
+ Resource id of the private endpoint.
1578
+ """
1579
+ elif False:
1580
+ PrivateEndpointPropertyArgsDict: TypeAlias = Mapping[str, Any]
1581
+
1582
+ @pulumi.input_type
1583
+ class PrivateEndpointPropertyArgs:
1584
+ def __init__(__self__, *,
1585
+ id: Optional[pulumi.Input[str]] = None):
1586
+ """
1587
+ :param pulumi.Input[str] id: Resource id of the private endpoint.
1588
+ """
1589
+ if id is not None:
1590
+ pulumi.set(__self__, "id", id)
1591
+
1592
+ @property
1593
+ @pulumi.getter
1594
+ def id(self) -> Optional[pulumi.Input[str]]:
1595
+ """
1596
+ Resource id of the private endpoint.
1597
+ """
1598
+ return pulumi.get(self, "id")
1599
+
1600
+ @id.setter
1601
+ def id(self, value: Optional[pulumi.Input[str]]):
1602
+ pulumi.set(self, "id", value)
1603
+
1604
+
1605
+ if not MYPY:
1606
+ class PrivateLinkServiceConnectionStatePropertyArgsDict(TypedDict):
1607
+ description: pulumi.Input[str]
1608
+ """
1609
+ The private link service connection description.
1610
+ """
1611
+ status: pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStateStatus']]
1612
+ """
1613
+ The private link service connection status.
1614
+ """
1615
+ elif False:
1616
+ PrivateLinkServiceConnectionStatePropertyArgsDict: TypeAlias = Mapping[str, Any]
1617
+
1618
+ @pulumi.input_type
1619
+ class PrivateLinkServiceConnectionStatePropertyArgs:
1620
+ def __init__(__self__, *,
1621
+ description: pulumi.Input[str],
1622
+ status: pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStateStatus']]):
1623
+ """
1624
+ :param pulumi.Input[str] description: The private link service connection description.
1625
+ :param pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStateStatus']] status: The private link service connection status.
1626
+ """
1627
+ pulumi.set(__self__, "description", description)
1628
+ pulumi.set(__self__, "status", status)
1629
+
1630
+ @property
1631
+ @pulumi.getter
1632
+ def description(self) -> pulumi.Input[str]:
1633
+ """
1634
+ The private link service connection description.
1635
+ """
1636
+ return pulumi.get(self, "description")
1637
+
1638
+ @description.setter
1639
+ def description(self, value: pulumi.Input[str]):
1640
+ pulumi.set(self, "description", value)
1641
+
1642
+ @property
1643
+ @pulumi.getter
1644
+ def status(self) -> pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStateStatus']]:
1645
+ """
1646
+ The private link service connection status.
1647
+ """
1648
+ return pulumi.get(self, "status")
1649
+
1650
+ @status.setter
1651
+ def status(self, value: pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStateStatus']]):
1652
+ pulumi.set(self, "status", value)
1653
+
1654
+
1655
+ if not MYPY:
1656
+ class ResourceIdentityArgsDict(TypedDict):
1657
+ """
1658
+ Azure Active Directory identity configuration for a resource.
1659
+ """
1660
+ type: NotRequired[pulumi.Input[Union[str, 'IdentityType']]]
1661
+ """
1662
+ The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource.
1663
+ """
1664
+ user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1665
+ """
1666
+ The resource ids of the user assigned identities to use
1667
+ """
1668
+ elif False:
1669
+ ResourceIdentityArgsDict: TypeAlias = Mapping[str, Any]
1670
+
1671
+ @pulumi.input_type
1672
+ class ResourceIdentityArgs:
1673
+ def __init__(__self__, *,
1674
+ type: Optional[pulumi.Input[Union[str, 'IdentityType']]] = None,
1675
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
1676
+ """
1677
+ Azure Active Directory identity configuration for a resource.
1678
+ :param pulumi.Input[Union[str, 'IdentityType']] type: The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource.
1679
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The resource ids of the user assigned identities to use
1680
+ """
1681
+ if type is not None:
1682
+ pulumi.set(__self__, "type", type)
1683
+ if user_assigned_identities is not None:
1684
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
1685
+
1686
+ @property
1687
+ @pulumi.getter
1688
+ def type(self) -> Optional[pulumi.Input[Union[str, 'IdentityType']]]:
1689
+ """
1690
+ The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource.
1691
+ """
1692
+ return pulumi.get(self, "type")
1693
+
1694
+ @type.setter
1695
+ def type(self, value: Optional[pulumi.Input[Union[str, 'IdentityType']]]):
1696
+ pulumi.set(self, "type", value)
1697
+
1698
+ @property
1699
+ @pulumi.getter(name="userAssignedIdentities")
1700
+ def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1701
+ """
1702
+ The resource ids of the user assigned identities to use
1703
+ """
1704
+ return pulumi.get(self, "user_assigned_identities")
1705
+
1706
+ @user_assigned_identities.setter
1707
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1708
+ pulumi.set(self, "user_assigned_identities", value)
1709
+
1710
+
1711
+ if not MYPY:
1712
+ class ScheduleItemArgsDict(TypedDict):
1713
+ """
1714
+ Schedule info describing when the server should be started or stopped.
1715
+ """
1716
+ start_day: pulumi.Input[Union[str, 'DayOfWeek']]
1717
+ """
1718
+ Start day.
1719
+ """
1720
+ start_time: pulumi.Input[str]
1721
+ """
1722
+ Start time.
1723
+ """
1724
+ stop_day: pulumi.Input[Union[str, 'DayOfWeek']]
1725
+ """
1726
+ Stop day.
1727
+ """
1728
+ stop_time: pulumi.Input[str]
1729
+ """
1730
+ Stop time.
1731
+ """
1732
+ elif False:
1733
+ ScheduleItemArgsDict: TypeAlias = Mapping[str, Any]
1734
+
1735
+ @pulumi.input_type
1736
+ class ScheduleItemArgs:
1737
+ def __init__(__self__, *,
1738
+ start_day: pulumi.Input[Union[str, 'DayOfWeek']],
1739
+ start_time: pulumi.Input[str],
1740
+ stop_day: pulumi.Input[Union[str, 'DayOfWeek']],
1741
+ stop_time: pulumi.Input[str]):
1742
+ """
1743
+ Schedule info describing when the server should be started or stopped.
1744
+ :param pulumi.Input[Union[str, 'DayOfWeek']] start_day: Start day.
1745
+ :param pulumi.Input[str] start_time: Start time.
1746
+ :param pulumi.Input[Union[str, 'DayOfWeek']] stop_day: Stop day.
1747
+ :param pulumi.Input[str] stop_time: Stop time.
1748
+ """
1749
+ pulumi.set(__self__, "start_day", start_day)
1750
+ pulumi.set(__self__, "start_time", start_time)
1751
+ pulumi.set(__self__, "stop_day", stop_day)
1752
+ pulumi.set(__self__, "stop_time", stop_time)
1753
+
1754
+ @property
1755
+ @pulumi.getter(name="startDay")
1756
+ def start_day(self) -> pulumi.Input[Union[str, 'DayOfWeek']]:
1757
+ """
1758
+ Start day.
1759
+ """
1760
+ return pulumi.get(self, "start_day")
1761
+
1762
+ @start_day.setter
1763
+ def start_day(self, value: pulumi.Input[Union[str, 'DayOfWeek']]):
1764
+ pulumi.set(self, "start_day", value)
1765
+
1766
+ @property
1767
+ @pulumi.getter(name="startTime")
1768
+ def start_time(self) -> pulumi.Input[str]:
1769
+ """
1770
+ Start time.
1771
+ """
1772
+ return pulumi.get(self, "start_time")
1773
+
1774
+ @start_time.setter
1775
+ def start_time(self, value: pulumi.Input[str]):
1776
+ pulumi.set(self, "start_time", value)
1777
+
1778
+ @property
1779
+ @pulumi.getter(name="stopDay")
1780
+ def stop_day(self) -> pulumi.Input[Union[str, 'DayOfWeek']]:
1781
+ """
1782
+ Stop day.
1783
+ """
1784
+ return pulumi.get(self, "stop_day")
1785
+
1786
+ @stop_day.setter
1787
+ def stop_day(self, value: pulumi.Input[Union[str, 'DayOfWeek']]):
1788
+ pulumi.set(self, "stop_day", value)
1789
+
1790
+ @property
1791
+ @pulumi.getter(name="stopTime")
1792
+ def stop_time(self) -> pulumi.Input[str]:
1793
+ """
1794
+ Stop time.
1795
+ """
1796
+ return pulumi.get(self, "stop_time")
1797
+
1798
+ @stop_time.setter
1799
+ def stop_time(self, value: pulumi.Input[str]):
1800
+ pulumi.set(self, "stop_time", value)
1801
+
1802
+
1803
+ if not MYPY:
1804
+ class ServerExternalAdministratorArgsDict(TypedDict):
1805
+ """
1806
+ Properties of a active directory administrator.
1807
+ """
1808
+ administrator_type: NotRequired[pulumi.Input[Union[str, 'AdministratorType']]]
1809
+ """
1810
+ Type of the sever administrator.
1811
+ """
1812
+ azure_ad_only_authentication: NotRequired[pulumi.Input[bool]]
1813
+ """
1814
+ Azure Active Directory only Authentication enabled.
1815
+ """
1816
+ login: NotRequired[pulumi.Input[str]]
1817
+ """
1818
+ Login name of the server administrator.
1819
+ """
1820
+ principal_type: NotRequired[pulumi.Input[Union[str, 'PrincipalType']]]
1821
+ """
1822
+ Principal Type of the sever administrator.
1823
+ """
1824
+ sid: NotRequired[pulumi.Input[str]]
1825
+ """
1826
+ SID (object ID) of the server administrator.
1827
+ """
1828
+ tenant_id: NotRequired[pulumi.Input[str]]
1829
+ """
1830
+ Tenant ID of the administrator.
1831
+ """
1832
+ elif False:
1833
+ ServerExternalAdministratorArgsDict: TypeAlias = Mapping[str, Any]
1834
+
1835
+ @pulumi.input_type
1836
+ class ServerExternalAdministratorArgs:
1837
+ def __init__(__self__, *,
1838
+ administrator_type: Optional[pulumi.Input[Union[str, 'AdministratorType']]] = None,
1839
+ azure_ad_only_authentication: Optional[pulumi.Input[bool]] = None,
1840
+ login: Optional[pulumi.Input[str]] = None,
1841
+ principal_type: Optional[pulumi.Input[Union[str, 'PrincipalType']]] = None,
1842
+ sid: Optional[pulumi.Input[str]] = None,
1843
+ tenant_id: Optional[pulumi.Input[str]] = None):
1844
+ """
1845
+ Properties of a active directory administrator.
1846
+ :param pulumi.Input[Union[str, 'AdministratorType']] administrator_type: Type of the sever administrator.
1847
+ :param pulumi.Input[bool] azure_ad_only_authentication: Azure Active Directory only Authentication enabled.
1848
+ :param pulumi.Input[str] login: Login name of the server administrator.
1849
+ :param pulumi.Input[Union[str, 'PrincipalType']] principal_type: Principal Type of the sever administrator.
1850
+ :param pulumi.Input[str] sid: SID (object ID) of the server administrator.
1851
+ :param pulumi.Input[str] tenant_id: Tenant ID of the administrator.
1852
+ """
1853
+ if administrator_type is not None:
1854
+ pulumi.set(__self__, "administrator_type", administrator_type)
1855
+ if azure_ad_only_authentication is not None:
1856
+ pulumi.set(__self__, "azure_ad_only_authentication", azure_ad_only_authentication)
1857
+ if login is not None:
1858
+ pulumi.set(__self__, "login", login)
1859
+ if principal_type is not None:
1860
+ pulumi.set(__self__, "principal_type", principal_type)
1861
+ if sid is not None:
1862
+ pulumi.set(__self__, "sid", sid)
1863
+ if tenant_id is not None:
1864
+ pulumi.set(__self__, "tenant_id", tenant_id)
1865
+
1866
+ @property
1867
+ @pulumi.getter(name="administratorType")
1868
+ def administrator_type(self) -> Optional[pulumi.Input[Union[str, 'AdministratorType']]]:
1869
+ """
1870
+ Type of the sever administrator.
1871
+ """
1872
+ return pulumi.get(self, "administrator_type")
1873
+
1874
+ @administrator_type.setter
1875
+ def administrator_type(self, value: Optional[pulumi.Input[Union[str, 'AdministratorType']]]):
1876
+ pulumi.set(self, "administrator_type", value)
1877
+
1878
+ @property
1879
+ @pulumi.getter(name="azureADOnlyAuthentication")
1880
+ def azure_ad_only_authentication(self) -> Optional[pulumi.Input[bool]]:
1881
+ """
1882
+ Azure Active Directory only Authentication enabled.
1883
+ """
1884
+ return pulumi.get(self, "azure_ad_only_authentication")
1885
+
1886
+ @azure_ad_only_authentication.setter
1887
+ def azure_ad_only_authentication(self, value: Optional[pulumi.Input[bool]]):
1888
+ pulumi.set(self, "azure_ad_only_authentication", value)
1889
+
1890
+ @property
1891
+ @pulumi.getter
1892
+ def login(self) -> Optional[pulumi.Input[str]]:
1893
+ """
1894
+ Login name of the server administrator.
1895
+ """
1896
+ return pulumi.get(self, "login")
1897
+
1898
+ @login.setter
1899
+ def login(self, value: Optional[pulumi.Input[str]]):
1900
+ pulumi.set(self, "login", value)
1901
+
1902
+ @property
1903
+ @pulumi.getter(name="principalType")
1904
+ def principal_type(self) -> Optional[pulumi.Input[Union[str, 'PrincipalType']]]:
1905
+ """
1906
+ Principal Type of the sever administrator.
1907
+ """
1908
+ return pulumi.get(self, "principal_type")
1909
+
1910
+ @principal_type.setter
1911
+ def principal_type(self, value: Optional[pulumi.Input[Union[str, 'PrincipalType']]]):
1912
+ pulumi.set(self, "principal_type", value)
1913
+
1914
+ @property
1915
+ @pulumi.getter
1916
+ def sid(self) -> Optional[pulumi.Input[str]]:
1917
+ """
1918
+ SID (object ID) of the server administrator.
1919
+ """
1920
+ return pulumi.get(self, "sid")
1921
+
1922
+ @sid.setter
1923
+ def sid(self, value: Optional[pulumi.Input[str]]):
1924
+ pulumi.set(self, "sid", value)
1925
+
1926
+ @property
1927
+ @pulumi.getter(name="tenantId")
1928
+ def tenant_id(self) -> Optional[pulumi.Input[str]]:
1929
+ """
1930
+ Tenant ID of the administrator.
1931
+ """
1932
+ return pulumi.get(self, "tenant_id")
1933
+
1934
+ @tenant_id.setter
1935
+ def tenant_id(self, value: Optional[pulumi.Input[str]]):
1936
+ pulumi.set(self, "tenant_id", value)
1937
+
1938
+
1939
+ if not MYPY:
1940
+ class ServerInfoArgsDict(TypedDict):
1941
+ """
1942
+ Server info for the server trust group.
1943
+ """
1944
+ server_id: pulumi.Input[str]
1945
+ """
1946
+ Server Id.
1947
+ """
1948
+ elif False:
1949
+ ServerInfoArgsDict: TypeAlias = Mapping[str, Any]
1950
+
1951
+ @pulumi.input_type
1952
+ class ServerInfoArgs:
1953
+ def __init__(__self__, *,
1954
+ server_id: pulumi.Input[str]):
1955
+ """
1956
+ Server info for the server trust group.
1957
+ :param pulumi.Input[str] server_id: Server Id.
1958
+ """
1959
+ pulumi.set(__self__, "server_id", server_id)
1960
+
1961
+ @property
1962
+ @pulumi.getter(name="serverId")
1963
+ def server_id(self) -> pulumi.Input[str]:
1964
+ """
1965
+ Server Id.
1966
+ """
1967
+ return pulumi.get(self, "server_id")
1968
+
1969
+ @server_id.setter
1970
+ def server_id(self, value: pulumi.Input[str]):
1971
+ pulumi.set(self, "server_id", value)
1972
+
1973
+
1974
+ if not MYPY:
1975
+ class ServicePrincipalArgsDict(TypedDict):
1976
+ """
1977
+ The managed instance's service principal configuration for a resource.
1978
+ """
1979
+ type: NotRequired[pulumi.Input[Union[str, 'ServicePrincipalType']]]
1980
+ """
1981
+ Service principal type.
1982
+ """
1983
+ elif False:
1984
+ ServicePrincipalArgsDict: TypeAlias = Mapping[str, Any]
1985
+
1986
+ @pulumi.input_type
1987
+ class ServicePrincipalArgs:
1988
+ def __init__(__self__, *,
1989
+ type: Optional[pulumi.Input[Union[str, 'ServicePrincipalType']]] = None):
1990
+ """
1991
+ The managed instance's service principal configuration for a resource.
1992
+ :param pulumi.Input[Union[str, 'ServicePrincipalType']] type: Service principal type.
1993
+ """
1994
+ if type is not None:
1995
+ pulumi.set(__self__, "type", type)
1996
+
1997
+ @property
1998
+ @pulumi.getter
1999
+ def type(self) -> Optional[pulumi.Input[Union[str, 'ServicePrincipalType']]]:
2000
+ """
2001
+ Service principal type.
2002
+ """
2003
+ return pulumi.get(self, "type")
2004
+
2005
+ @type.setter
2006
+ def type(self, value: Optional[pulumi.Input[Union[str, 'ServicePrincipalType']]]):
2007
+ pulumi.set(self, "type", value)
2008
+
2009
+
2010
+ if not MYPY:
2011
+ class SkuArgsDict(TypedDict):
2012
+ """
2013
+ An ARM Resource SKU.
2014
+ """
2015
+ name: pulumi.Input[str]
2016
+ """
2017
+ The name of the SKU, typically, a letter + Number code, e.g. P3.
2018
+ """
2019
+ capacity: NotRequired[pulumi.Input[int]]
2020
+ """
2021
+ Capacity of the particular SKU.
2022
+ """
2023
+ family: NotRequired[pulumi.Input[str]]
2024
+ """
2025
+ If the service has different generations of hardware, for the same SKU, then that can be captured here.
2026
+ """
2027
+ size: NotRequired[pulumi.Input[str]]
2028
+ """
2029
+ Size of the particular SKU
2030
+ """
2031
+ tier: NotRequired[pulumi.Input[str]]
2032
+ """
2033
+ The tier or edition of the particular SKU, e.g. Basic, Premium.
2034
+ """
2035
+ elif False:
2036
+ SkuArgsDict: TypeAlias = Mapping[str, Any]
2037
+
2038
+ @pulumi.input_type
2039
+ class SkuArgs:
2040
+ def __init__(__self__, *,
2041
+ name: pulumi.Input[str],
2042
+ capacity: Optional[pulumi.Input[int]] = None,
2043
+ family: Optional[pulumi.Input[str]] = None,
2044
+ size: Optional[pulumi.Input[str]] = None,
2045
+ tier: Optional[pulumi.Input[str]] = None):
2046
+ """
2047
+ An ARM Resource SKU.
2048
+ :param pulumi.Input[str] name: The name of the SKU, typically, a letter + Number code, e.g. P3.
2049
+ :param pulumi.Input[int] capacity: Capacity of the particular SKU.
2050
+ :param pulumi.Input[str] family: If the service has different generations of hardware, for the same SKU, then that can be captured here.
2051
+ :param pulumi.Input[str] size: Size of the particular SKU
2052
+ :param pulumi.Input[str] tier: The tier or edition of the particular SKU, e.g. Basic, Premium.
2053
+ """
2054
+ pulumi.set(__self__, "name", name)
2055
+ if capacity is not None:
2056
+ pulumi.set(__self__, "capacity", capacity)
2057
+ if family is not None:
2058
+ pulumi.set(__self__, "family", family)
2059
+ if size is not None:
2060
+ pulumi.set(__self__, "size", size)
2061
+ if tier is not None:
2062
+ pulumi.set(__self__, "tier", tier)
2063
+
2064
+ @property
2065
+ @pulumi.getter
2066
+ def name(self) -> pulumi.Input[str]:
2067
+ """
2068
+ The name of the SKU, typically, a letter + Number code, e.g. P3.
2069
+ """
2070
+ return pulumi.get(self, "name")
2071
+
2072
+ @name.setter
2073
+ def name(self, value: pulumi.Input[str]):
2074
+ pulumi.set(self, "name", value)
2075
+
2076
+ @property
2077
+ @pulumi.getter
2078
+ def capacity(self) -> Optional[pulumi.Input[int]]:
2079
+ """
2080
+ Capacity of the particular SKU.
2081
+ """
2082
+ return pulumi.get(self, "capacity")
2083
+
2084
+ @capacity.setter
2085
+ def capacity(self, value: Optional[pulumi.Input[int]]):
2086
+ pulumi.set(self, "capacity", value)
2087
+
2088
+ @property
2089
+ @pulumi.getter
2090
+ def family(self) -> Optional[pulumi.Input[str]]:
2091
+ """
2092
+ If the service has different generations of hardware, for the same SKU, then that can be captured here.
2093
+ """
2094
+ return pulumi.get(self, "family")
2095
+
2096
+ @family.setter
2097
+ def family(self, value: Optional[pulumi.Input[str]]):
2098
+ pulumi.set(self, "family", value)
2099
+
2100
+ @property
2101
+ @pulumi.getter
2102
+ def size(self) -> Optional[pulumi.Input[str]]:
2103
+ """
2104
+ Size of the particular SKU
2105
+ """
2106
+ return pulumi.get(self, "size")
2107
+
2108
+ @size.setter
2109
+ def size(self, value: Optional[pulumi.Input[str]]):
2110
+ pulumi.set(self, "size", value)
2111
+
2112
+ @property
2113
+ @pulumi.getter
2114
+ def tier(self) -> Optional[pulumi.Input[str]]:
2115
+ """
2116
+ The tier or edition of the particular SKU, e.g. Basic, Premium.
2117
+ """
2118
+ return pulumi.get(self, "tier")
2119
+
2120
+ @tier.setter
2121
+ def tier(self, value: Optional[pulumi.Input[str]]):
2122
+ pulumi.set(self, "tier", value)
2123
+
2124
+
2125
+ if not MYPY:
2126
+ class SyncGroupSchemaTableColumnArgsDict(TypedDict):
2127
+ """
2128
+ Properties of column in sync group table.
2129
+ """
2130
+ data_size: NotRequired[pulumi.Input[str]]
2131
+ """
2132
+ Data size of the column.
2133
+ """
2134
+ data_type: NotRequired[pulumi.Input[str]]
2135
+ """
2136
+ Data type of the column.
2137
+ """
2138
+ quoted_name: NotRequired[pulumi.Input[str]]
2139
+ """
2140
+ Quoted name of sync group table column.
2141
+ """
2142
+ elif False:
2143
+ SyncGroupSchemaTableColumnArgsDict: TypeAlias = Mapping[str, Any]
2144
+
2145
+ @pulumi.input_type
2146
+ class SyncGroupSchemaTableColumnArgs:
2147
+ def __init__(__self__, *,
2148
+ data_size: Optional[pulumi.Input[str]] = None,
2149
+ data_type: Optional[pulumi.Input[str]] = None,
2150
+ quoted_name: Optional[pulumi.Input[str]] = None):
2151
+ """
2152
+ Properties of column in sync group table.
2153
+ :param pulumi.Input[str] data_size: Data size of the column.
2154
+ :param pulumi.Input[str] data_type: Data type of the column.
2155
+ :param pulumi.Input[str] quoted_name: Quoted name of sync group table column.
2156
+ """
2157
+ if data_size is not None:
2158
+ pulumi.set(__self__, "data_size", data_size)
2159
+ if data_type is not None:
2160
+ pulumi.set(__self__, "data_type", data_type)
2161
+ if quoted_name is not None:
2162
+ pulumi.set(__self__, "quoted_name", quoted_name)
2163
+
2164
+ @property
2165
+ @pulumi.getter(name="dataSize")
2166
+ def data_size(self) -> Optional[pulumi.Input[str]]:
2167
+ """
2168
+ Data size of the column.
2169
+ """
2170
+ return pulumi.get(self, "data_size")
2171
+
2172
+ @data_size.setter
2173
+ def data_size(self, value: Optional[pulumi.Input[str]]):
2174
+ pulumi.set(self, "data_size", value)
2175
+
2176
+ @property
2177
+ @pulumi.getter(name="dataType")
2178
+ def data_type(self) -> Optional[pulumi.Input[str]]:
2179
+ """
2180
+ Data type of the column.
2181
+ """
2182
+ return pulumi.get(self, "data_type")
2183
+
2184
+ @data_type.setter
2185
+ def data_type(self, value: Optional[pulumi.Input[str]]):
2186
+ pulumi.set(self, "data_type", value)
2187
+
2188
+ @property
2189
+ @pulumi.getter(name="quotedName")
2190
+ def quoted_name(self) -> Optional[pulumi.Input[str]]:
2191
+ """
2192
+ Quoted name of sync group table column.
2193
+ """
2194
+ return pulumi.get(self, "quoted_name")
2195
+
2196
+ @quoted_name.setter
2197
+ def quoted_name(self, value: Optional[pulumi.Input[str]]):
2198
+ pulumi.set(self, "quoted_name", value)
2199
+
2200
+
2201
+ if not MYPY:
2202
+ class SyncGroupSchemaTableArgsDict(TypedDict):
2203
+ """
2204
+ Properties of table in sync group schema.
2205
+ """
2206
+ columns: NotRequired[pulumi.Input[Sequence[pulumi.Input['SyncGroupSchemaTableColumnArgsDict']]]]
2207
+ """
2208
+ List of columns in sync group schema.
2209
+ """
2210
+ quoted_name: NotRequired[pulumi.Input[str]]
2211
+ """
2212
+ Quoted name of sync group schema table.
2213
+ """
2214
+ elif False:
2215
+ SyncGroupSchemaTableArgsDict: TypeAlias = Mapping[str, Any]
2216
+
2217
+ @pulumi.input_type
2218
+ class SyncGroupSchemaTableArgs:
2219
+ def __init__(__self__, *,
2220
+ columns: Optional[pulumi.Input[Sequence[pulumi.Input['SyncGroupSchemaTableColumnArgs']]]] = None,
2221
+ quoted_name: Optional[pulumi.Input[str]] = None):
2222
+ """
2223
+ Properties of table in sync group schema.
2224
+ :param pulumi.Input[Sequence[pulumi.Input['SyncGroupSchemaTableColumnArgs']]] columns: List of columns in sync group schema.
2225
+ :param pulumi.Input[str] quoted_name: Quoted name of sync group schema table.
2226
+ """
2227
+ if columns is not None:
2228
+ pulumi.set(__self__, "columns", columns)
2229
+ if quoted_name is not None:
2230
+ pulumi.set(__self__, "quoted_name", quoted_name)
2231
+
2232
+ @property
2233
+ @pulumi.getter
2234
+ def columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SyncGroupSchemaTableColumnArgs']]]]:
2235
+ """
2236
+ List of columns in sync group schema.
2237
+ """
2238
+ return pulumi.get(self, "columns")
2239
+
2240
+ @columns.setter
2241
+ def columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SyncGroupSchemaTableColumnArgs']]]]):
2242
+ pulumi.set(self, "columns", value)
2243
+
2244
+ @property
2245
+ @pulumi.getter(name="quotedName")
2246
+ def quoted_name(self) -> Optional[pulumi.Input[str]]:
2247
+ """
2248
+ Quoted name of sync group schema table.
2249
+ """
2250
+ return pulumi.get(self, "quoted_name")
2251
+
2252
+ @quoted_name.setter
2253
+ def quoted_name(self, value: Optional[pulumi.Input[str]]):
2254
+ pulumi.set(self, "quoted_name", value)
2255
+
2256
+
2257
+ if not MYPY:
2258
+ class SyncGroupSchemaArgsDict(TypedDict):
2259
+ """
2260
+ Properties of sync group schema.
2261
+ """
2262
+ master_sync_member_name: NotRequired[pulumi.Input[str]]
2263
+ """
2264
+ Name of master sync member where the schema is from.
2265
+ """
2266
+ tables: NotRequired[pulumi.Input[Sequence[pulumi.Input['SyncGroupSchemaTableArgsDict']]]]
2267
+ """
2268
+ List of tables in sync group schema.
2269
+ """
2270
+ elif False:
2271
+ SyncGroupSchemaArgsDict: TypeAlias = Mapping[str, Any]
2272
+
2273
+ @pulumi.input_type
2274
+ class SyncGroupSchemaArgs:
2275
+ def __init__(__self__, *,
2276
+ master_sync_member_name: Optional[pulumi.Input[str]] = None,
2277
+ tables: Optional[pulumi.Input[Sequence[pulumi.Input['SyncGroupSchemaTableArgs']]]] = None):
2278
+ """
2279
+ Properties of sync group schema.
2280
+ :param pulumi.Input[str] master_sync_member_name: Name of master sync member where the schema is from.
2281
+ :param pulumi.Input[Sequence[pulumi.Input['SyncGroupSchemaTableArgs']]] tables: List of tables in sync group schema.
2282
+ """
2283
+ if master_sync_member_name is not None:
2284
+ pulumi.set(__self__, "master_sync_member_name", master_sync_member_name)
2285
+ if tables is not None:
2286
+ pulumi.set(__self__, "tables", tables)
2287
+
2288
+ @property
2289
+ @pulumi.getter(name="masterSyncMemberName")
2290
+ def master_sync_member_name(self) -> Optional[pulumi.Input[str]]:
2291
+ """
2292
+ Name of master sync member where the schema is from.
2293
+ """
2294
+ return pulumi.get(self, "master_sync_member_name")
2295
+
2296
+ @master_sync_member_name.setter
2297
+ def master_sync_member_name(self, value: Optional[pulumi.Input[str]]):
2298
+ pulumi.set(self, "master_sync_member_name", value)
2299
+
2300
+ @property
2301
+ @pulumi.getter
2302
+ def tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SyncGroupSchemaTableArgs']]]]:
2303
+ """
2304
+ List of tables in sync group schema.
2305
+ """
2306
+ return pulumi.get(self, "tables")
2307
+
2308
+ @tables.setter
2309
+ def tables(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SyncGroupSchemaTableArgs']]]]):
2310
+ pulumi.set(self, "tables", value)
2311
+
2312
+
2313
+ if not MYPY:
2314
+ class VulnerabilityAssessmentRecurringScansPropertiesArgsDict(TypedDict):
2315
+ """
2316
+ Properties of a Vulnerability Assessment recurring scans.
2317
+ """
2318
+ email_subscription_admins: NotRequired[pulumi.Input[bool]]
2319
+ """
2320
+ Specifies that the schedule scan notification will be is sent to the subscription administrators.
2321
+ """
2322
+ emails: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2323
+ """
2324
+ Specifies an array of e-mail addresses to which the scan notification is sent.
2325
+ """
2326
+ is_enabled: NotRequired[pulumi.Input[bool]]
2327
+ """
2328
+ Recurring scans state.
2329
+ """
2330
+ elif False:
2331
+ VulnerabilityAssessmentRecurringScansPropertiesArgsDict: TypeAlias = Mapping[str, Any]
2332
+
2333
+ @pulumi.input_type
2334
+ class VulnerabilityAssessmentRecurringScansPropertiesArgs:
2335
+ def __init__(__self__, *,
2336
+ email_subscription_admins: Optional[pulumi.Input[bool]] = None,
2337
+ emails: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2338
+ is_enabled: Optional[pulumi.Input[bool]] = None):
2339
+ """
2340
+ Properties of a Vulnerability Assessment recurring scans.
2341
+ :param pulumi.Input[bool] email_subscription_admins: Specifies that the schedule scan notification will be is sent to the subscription administrators.
2342
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] emails: Specifies an array of e-mail addresses to which the scan notification is sent.
2343
+ :param pulumi.Input[bool] is_enabled: Recurring scans state.
2344
+ """
2345
+ if email_subscription_admins is None:
2346
+ email_subscription_admins = True
2347
+ if email_subscription_admins is not None:
2348
+ pulumi.set(__self__, "email_subscription_admins", email_subscription_admins)
2349
+ if emails is not None:
2350
+ pulumi.set(__self__, "emails", emails)
2351
+ if is_enabled is not None:
2352
+ pulumi.set(__self__, "is_enabled", is_enabled)
2353
+
2354
+ @property
2355
+ @pulumi.getter(name="emailSubscriptionAdmins")
2356
+ def email_subscription_admins(self) -> Optional[pulumi.Input[bool]]:
2357
+ """
2358
+ Specifies that the schedule scan notification will be is sent to the subscription administrators.
2359
+ """
2360
+ return pulumi.get(self, "email_subscription_admins")
2361
+
2362
+ @email_subscription_admins.setter
2363
+ def email_subscription_admins(self, value: Optional[pulumi.Input[bool]]):
2364
+ pulumi.set(self, "email_subscription_admins", value)
2365
+
2366
+ @property
2367
+ @pulumi.getter
2368
+ def emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2369
+ """
2370
+ Specifies an array of e-mail addresses to which the scan notification is sent.
2371
+ """
2372
+ return pulumi.get(self, "emails")
2373
+
2374
+ @emails.setter
2375
+ def emails(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2376
+ pulumi.set(self, "emails", value)
2377
+
2378
+ @property
2379
+ @pulumi.getter(name="isEnabled")
2380
+ def is_enabled(self) -> Optional[pulumi.Input[bool]]:
2381
+ """
2382
+ Recurring scans state.
2383
+ """
2384
+ return pulumi.get(self, "is_enabled")
2385
+
2386
+ @is_enabled.setter
2387
+ def is_enabled(self, value: Optional[pulumi.Input[bool]]):
2388
+ pulumi.set(self, "is_enabled", value)
2389
+
2390
+