pulumi-azure-native 2.61.0a1726250321__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.0a1726250321.dist-info → pulumi_azure_native-2.62.0.dist-info}/METADATA +1 -1
  3006. {pulumi_azure_native-2.61.0a1726250321.dist-info → pulumi_azure_native-2.62.0.dist-info}/RECORD +3008 -2273
  3007. {pulumi_azure_native-2.61.0a1726250321.dist-info → pulumi_azure_native-2.62.0.dist-info}/WHEEL +1 -1
  3008. {pulumi_azure_native-2.61.0a1726250321.dist-info → pulumi_azure_native-2.62.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,4660 @@
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 . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'ArmResourceDefinitionResourceElementTemplateDetailsResponse',
21
+ 'ArmResourceDefinitionResourceElementTemplateResponse',
22
+ 'ArmTemplateArtifactProfileResponse',
23
+ 'ArmTemplateMappingRuleProfileResponse',
24
+ 'ArtifactManifestPropertiesFormatResponse',
25
+ 'ArtifactStoreNetworkFabricControllerEndPointsResponse',
26
+ 'ArtifactStorePrivateEndPointsFormatResponse',
27
+ 'ArtifactStorePropertiesFormatResponse',
28
+ 'ArtifactStorePropertiesFormatResponseManagedResourceGroupConfiguration',
29
+ 'AzureArcK8sClusterNFVIDetailsResponse',
30
+ 'AzureArcKubernetesArtifactProfileResponse',
31
+ 'AzureArcKubernetesDeployMappingRuleProfileResponse',
32
+ 'AzureArcKubernetesHelmApplicationResponse',
33
+ 'AzureArcKubernetesNetworkFunctionTemplateResponse',
34
+ 'AzureCoreArmTemplateArtifactProfileResponse',
35
+ 'AzureCoreArmTemplateDeployMappingRuleProfileResponse',
36
+ 'AzureCoreNFVIDetailsResponse',
37
+ 'AzureCoreNetworkFunctionArmTemplateApplicationResponse',
38
+ 'AzureCoreNetworkFunctionTemplateResponse',
39
+ 'AzureCoreNetworkFunctionVhdApplicationResponse',
40
+ 'AzureCoreVhdImageArtifactProfileResponse',
41
+ 'AzureCoreVhdImageDeployMappingRuleProfileResponse',
42
+ 'AzureOperatorNexusArmTemplateArtifactProfileResponse',
43
+ 'AzureOperatorNexusArmTemplateDeployMappingRuleProfileResponse',
44
+ 'AzureOperatorNexusClusterNFVIDetailsResponse',
45
+ 'AzureOperatorNexusImageArtifactProfileResponse',
46
+ 'AzureOperatorNexusImageDeployMappingRuleProfileResponse',
47
+ 'AzureOperatorNexusNetworkFunctionArmTemplateApplicationResponse',
48
+ 'AzureOperatorNexusNetworkFunctionImageApplicationResponse',
49
+ 'AzureOperatorNexusNetworkFunctionTemplateResponse',
50
+ 'ConfigurationGroupSchemaPropertiesFormatResponse',
51
+ 'ConfigurationValueWithSecretsResponse',
52
+ 'ConfigurationValueWithoutSecretsResponse',
53
+ 'ContainerizedNetworkFunctionDefinitionVersionResponse',
54
+ 'DependsOnProfileResponse',
55
+ 'HelmArtifactProfileResponse',
56
+ 'HelmInstallOptionsResponse',
57
+ 'HelmMappingRuleProfileResponse',
58
+ 'HelmMappingRuleProfileResponseOptions',
59
+ 'HelmUpgradeOptionsResponse',
60
+ 'ImageArtifactProfileResponse',
61
+ 'ImageMappingRuleProfileResponse',
62
+ 'ManagedResourceGroupConfigurationResponse',
63
+ 'ManagedServiceIdentityResponse',
64
+ 'ManifestArtifactFormatResponse',
65
+ 'NSDArtifactProfileResponse',
66
+ 'NetworkFunctionDefinitionGroupPropertiesFormatResponse',
67
+ 'NetworkFunctionDefinitionResourceElementTemplateDetailsResponse',
68
+ 'NetworkFunctionValueWithSecretsResponse',
69
+ 'NetworkFunctionValueWithoutSecretsResponse',
70
+ 'NetworkServiceDesignGroupPropertiesFormatResponse',
71
+ 'NetworkServiceDesignVersionPropertiesFormatResponse',
72
+ 'NfviDetailsResponse',
73
+ 'OpenDeploymentResourceReferenceResponse',
74
+ 'PublisherPropertiesFormatResponse',
75
+ 'ReferencedResourceResponse',
76
+ 'SecretDeploymentResourceReferenceResponse',
77
+ 'SiteNetworkServicePropertiesFormatResponse',
78
+ 'SitePropertiesFormatResponse',
79
+ 'SkuResponse',
80
+ 'SystemDataResponse',
81
+ 'UserAssignedIdentityResponse',
82
+ 'VhdImageArtifactProfileResponse',
83
+ 'VhdImageMappingRuleProfileResponse',
84
+ 'VirtualNetworkFunctionNetworkFunctionDefinitionVersionResponse',
85
+ ]
86
+
87
+ @pulumi.output_type
88
+ class ArmResourceDefinitionResourceElementTemplateDetailsResponse(dict):
89
+ """
90
+ The arm resource definition resource element template details.
91
+ """
92
+ @staticmethod
93
+ def __key_warning(key: str):
94
+ suggest = None
95
+ if key == "resourceElementType":
96
+ suggest = "resource_element_type"
97
+ elif key == "dependsOnProfile":
98
+ suggest = "depends_on_profile"
99
+
100
+ if suggest:
101
+ pulumi.log.warn(f"Key '{key}' not found in ArmResourceDefinitionResourceElementTemplateDetailsResponse. Access the value via the '{suggest}' property getter instead.")
102
+
103
+ def __getitem__(self, key: str) -> Any:
104
+ ArmResourceDefinitionResourceElementTemplateDetailsResponse.__key_warning(key)
105
+ return super().__getitem__(key)
106
+
107
+ def get(self, key: str, default = None) -> Any:
108
+ ArmResourceDefinitionResourceElementTemplateDetailsResponse.__key_warning(key)
109
+ return super().get(key, default)
110
+
111
+ def __init__(__self__, *,
112
+ resource_element_type: str,
113
+ configuration: Optional['outputs.ArmResourceDefinitionResourceElementTemplateResponse'] = None,
114
+ depends_on_profile: Optional['outputs.DependsOnProfileResponse'] = None,
115
+ name: Optional[str] = None):
116
+ """
117
+ The arm resource definition resource element template details.
118
+ :param str resource_element_type: The resource element template type.
119
+ Expected value is 'ArmResourceDefinition'.
120
+ :param 'ArmResourceDefinitionResourceElementTemplateResponse' configuration: The resource element template type.
121
+ :param 'DependsOnProfileResponse' depends_on_profile: The depends on profile.
122
+ :param str name: Name of the resource element template.
123
+ """
124
+ pulumi.set(__self__, "resource_element_type", 'ArmResourceDefinition')
125
+ if configuration is not None:
126
+ pulumi.set(__self__, "configuration", configuration)
127
+ if depends_on_profile is not None:
128
+ pulumi.set(__self__, "depends_on_profile", depends_on_profile)
129
+ if name is not None:
130
+ pulumi.set(__self__, "name", name)
131
+
132
+ @property
133
+ @pulumi.getter(name="resourceElementType")
134
+ def resource_element_type(self) -> str:
135
+ """
136
+ The resource element template type.
137
+ Expected value is 'ArmResourceDefinition'.
138
+ """
139
+ return pulumi.get(self, "resource_element_type")
140
+
141
+ @property
142
+ @pulumi.getter
143
+ def configuration(self) -> Optional['outputs.ArmResourceDefinitionResourceElementTemplateResponse']:
144
+ """
145
+ The resource element template type.
146
+ """
147
+ return pulumi.get(self, "configuration")
148
+
149
+ @property
150
+ @pulumi.getter(name="dependsOnProfile")
151
+ def depends_on_profile(self) -> Optional['outputs.DependsOnProfileResponse']:
152
+ """
153
+ The depends on profile.
154
+ """
155
+ return pulumi.get(self, "depends_on_profile")
156
+
157
+ @property
158
+ @pulumi.getter
159
+ def name(self) -> Optional[str]:
160
+ """
161
+ Name of the resource element template.
162
+ """
163
+ return pulumi.get(self, "name")
164
+
165
+
166
+ @pulumi.output_type
167
+ class ArmResourceDefinitionResourceElementTemplateResponse(dict):
168
+ """
169
+ The arm template RE.
170
+ """
171
+ @staticmethod
172
+ def __key_warning(key: str):
173
+ suggest = None
174
+ if key == "artifactProfile":
175
+ suggest = "artifact_profile"
176
+ elif key == "parameterValues":
177
+ suggest = "parameter_values"
178
+ elif key == "templateType":
179
+ suggest = "template_type"
180
+
181
+ if suggest:
182
+ pulumi.log.warn(f"Key '{key}' not found in ArmResourceDefinitionResourceElementTemplateResponse. Access the value via the '{suggest}' property getter instead.")
183
+
184
+ def __getitem__(self, key: str) -> Any:
185
+ ArmResourceDefinitionResourceElementTemplateResponse.__key_warning(key)
186
+ return super().__getitem__(key)
187
+
188
+ def get(self, key: str, default = None) -> Any:
189
+ ArmResourceDefinitionResourceElementTemplateResponse.__key_warning(key)
190
+ return super().get(key, default)
191
+
192
+ def __init__(__self__, *,
193
+ artifact_profile: Optional['outputs.NSDArtifactProfileResponse'] = None,
194
+ parameter_values: Optional[str] = None,
195
+ template_type: Optional[str] = None):
196
+ """
197
+ The arm template RE.
198
+ :param 'NSDArtifactProfileResponse' artifact_profile: Artifact profile properties.
199
+ :param str parameter_values: Name and value pairs that define the parameter values. It can be a well formed escaped JSON string.
200
+ :param str template_type: The template type.
201
+ """
202
+ if artifact_profile is not None:
203
+ pulumi.set(__self__, "artifact_profile", artifact_profile)
204
+ if parameter_values is not None:
205
+ pulumi.set(__self__, "parameter_values", parameter_values)
206
+ if template_type is not None:
207
+ pulumi.set(__self__, "template_type", template_type)
208
+
209
+ @property
210
+ @pulumi.getter(name="artifactProfile")
211
+ def artifact_profile(self) -> Optional['outputs.NSDArtifactProfileResponse']:
212
+ """
213
+ Artifact profile properties.
214
+ """
215
+ return pulumi.get(self, "artifact_profile")
216
+
217
+ @property
218
+ @pulumi.getter(name="parameterValues")
219
+ def parameter_values(self) -> Optional[str]:
220
+ """
221
+ Name and value pairs that define the parameter values. It can be a well formed escaped JSON string.
222
+ """
223
+ return pulumi.get(self, "parameter_values")
224
+
225
+ @property
226
+ @pulumi.getter(name="templateType")
227
+ def template_type(self) -> Optional[str]:
228
+ """
229
+ The template type.
230
+ """
231
+ return pulumi.get(self, "template_type")
232
+
233
+
234
+ @pulumi.output_type
235
+ class ArmTemplateArtifactProfileResponse(dict):
236
+ """
237
+ Template artifact profile.
238
+ """
239
+ @staticmethod
240
+ def __key_warning(key: str):
241
+ suggest = None
242
+ if key == "templateName":
243
+ suggest = "template_name"
244
+ elif key == "templateVersion":
245
+ suggest = "template_version"
246
+
247
+ if suggest:
248
+ pulumi.log.warn(f"Key '{key}' not found in ArmTemplateArtifactProfileResponse. Access the value via the '{suggest}' property getter instead.")
249
+
250
+ def __getitem__(self, key: str) -> Any:
251
+ ArmTemplateArtifactProfileResponse.__key_warning(key)
252
+ return super().__getitem__(key)
253
+
254
+ def get(self, key: str, default = None) -> Any:
255
+ ArmTemplateArtifactProfileResponse.__key_warning(key)
256
+ return super().get(key, default)
257
+
258
+ def __init__(__self__, *,
259
+ template_name: Optional[str] = None,
260
+ template_version: Optional[str] = None):
261
+ """
262
+ Template artifact profile.
263
+ :param str template_name: Template name.
264
+ :param str template_version: Template version.
265
+ """
266
+ if template_name is not None:
267
+ pulumi.set(__self__, "template_name", template_name)
268
+ if template_version is not None:
269
+ pulumi.set(__self__, "template_version", template_version)
270
+
271
+ @property
272
+ @pulumi.getter(name="templateName")
273
+ def template_name(self) -> Optional[str]:
274
+ """
275
+ Template name.
276
+ """
277
+ return pulumi.get(self, "template_name")
278
+
279
+ @property
280
+ @pulumi.getter(name="templateVersion")
281
+ def template_version(self) -> Optional[str]:
282
+ """
283
+ Template version.
284
+ """
285
+ return pulumi.get(self, "template_version")
286
+
287
+
288
+ @pulumi.output_type
289
+ class ArmTemplateMappingRuleProfileResponse(dict):
290
+ """
291
+ Template mapping rule profile
292
+ """
293
+ @staticmethod
294
+ def __key_warning(key: str):
295
+ suggest = None
296
+ if key == "templateParameters":
297
+ suggest = "template_parameters"
298
+
299
+ if suggest:
300
+ pulumi.log.warn(f"Key '{key}' not found in ArmTemplateMappingRuleProfileResponse. Access the value via the '{suggest}' property getter instead.")
301
+
302
+ def __getitem__(self, key: str) -> Any:
303
+ ArmTemplateMappingRuleProfileResponse.__key_warning(key)
304
+ return super().__getitem__(key)
305
+
306
+ def get(self, key: str, default = None) -> Any:
307
+ ArmTemplateMappingRuleProfileResponse.__key_warning(key)
308
+ return super().get(key, default)
309
+
310
+ def __init__(__self__, *,
311
+ template_parameters: Optional[str] = None):
312
+ """
313
+ Template mapping rule profile
314
+ :param str template_parameters: List of template parameters.
315
+ """
316
+ if template_parameters is not None:
317
+ pulumi.set(__self__, "template_parameters", template_parameters)
318
+
319
+ @property
320
+ @pulumi.getter(name="templateParameters")
321
+ def template_parameters(self) -> Optional[str]:
322
+ """
323
+ List of template parameters.
324
+ """
325
+ return pulumi.get(self, "template_parameters")
326
+
327
+
328
+ @pulumi.output_type
329
+ class ArtifactManifestPropertiesFormatResponse(dict):
330
+ """
331
+ Artifact manifest properties.
332
+ """
333
+ @staticmethod
334
+ def __key_warning(key: str):
335
+ suggest = None
336
+ if key == "artifactManifestState":
337
+ suggest = "artifact_manifest_state"
338
+ elif key == "provisioningState":
339
+ suggest = "provisioning_state"
340
+
341
+ if suggest:
342
+ pulumi.log.warn(f"Key '{key}' not found in ArtifactManifestPropertiesFormatResponse. Access the value via the '{suggest}' property getter instead.")
343
+
344
+ def __getitem__(self, key: str) -> Any:
345
+ ArtifactManifestPropertiesFormatResponse.__key_warning(key)
346
+ return super().__getitem__(key)
347
+
348
+ def get(self, key: str, default = None) -> Any:
349
+ ArtifactManifestPropertiesFormatResponse.__key_warning(key)
350
+ return super().get(key, default)
351
+
352
+ def __init__(__self__, *,
353
+ artifact_manifest_state: str,
354
+ provisioning_state: str,
355
+ artifacts: Optional[Sequence['outputs.ManifestArtifactFormatResponse']] = None):
356
+ """
357
+ Artifact manifest properties.
358
+ :param str artifact_manifest_state: The artifact manifest state.
359
+ :param str provisioning_state: The provisioning state of the ArtifactManifest resource.
360
+ :param Sequence['ManifestArtifactFormatResponse'] artifacts: The artifacts list.
361
+ """
362
+ pulumi.set(__self__, "artifact_manifest_state", artifact_manifest_state)
363
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
364
+ if artifacts is not None:
365
+ pulumi.set(__self__, "artifacts", artifacts)
366
+
367
+ @property
368
+ @pulumi.getter(name="artifactManifestState")
369
+ def artifact_manifest_state(self) -> str:
370
+ """
371
+ The artifact manifest state.
372
+ """
373
+ return pulumi.get(self, "artifact_manifest_state")
374
+
375
+ @property
376
+ @pulumi.getter(name="provisioningState")
377
+ def provisioning_state(self) -> str:
378
+ """
379
+ The provisioning state of the ArtifactManifest resource.
380
+ """
381
+ return pulumi.get(self, "provisioning_state")
382
+
383
+ @property
384
+ @pulumi.getter
385
+ def artifacts(self) -> Optional[Sequence['outputs.ManifestArtifactFormatResponse']]:
386
+ """
387
+ The artifacts list.
388
+ """
389
+ return pulumi.get(self, "artifacts")
390
+
391
+
392
+ @pulumi.output_type
393
+ class ArtifactStoreNetworkFabricControllerEndPointsResponse(dict):
394
+ """
395
+ List of network fabric controller ids.
396
+ """
397
+ def __init__(__self__, *,
398
+ network_fabric_controller_ids: Optional[Sequence['outputs.ReferencedResourceResponse']] = None):
399
+ """
400
+ List of network fabric controller ids.
401
+ :param Sequence['ReferencedResourceResponse'] network_fabric_controller_ids: list of network fabric controllers.
402
+ """
403
+ if network_fabric_controller_ids is not None:
404
+ pulumi.set(__self__, "network_fabric_controller_ids", network_fabric_controller_ids)
405
+
406
+ @property
407
+ @pulumi.getter(name="networkFabricControllerIds")
408
+ def network_fabric_controller_ids(self) -> Optional[Sequence['outputs.ReferencedResourceResponse']]:
409
+ """
410
+ list of network fabric controllers.
411
+ """
412
+ return pulumi.get(self, "network_fabric_controller_ids")
413
+
414
+
415
+ @pulumi.output_type
416
+ class ArtifactStorePrivateEndPointsFormatResponse(dict):
417
+ """
418
+ List of manual private endpoints.
419
+ """
420
+ def __init__(__self__, *,
421
+ manual_private_end_point_connections: Optional[Sequence['outputs.ReferencedResourceResponse']] = None):
422
+ """
423
+ List of manual private endpoints.
424
+ :param Sequence['ReferencedResourceResponse'] manual_private_end_point_connections: list of private endpoints.
425
+ """
426
+ if manual_private_end_point_connections is not None:
427
+ pulumi.set(__self__, "manual_private_end_point_connections", manual_private_end_point_connections)
428
+
429
+ @property
430
+ @pulumi.getter(name="manualPrivateEndPointConnections")
431
+ def manual_private_end_point_connections(self) -> Optional[Sequence['outputs.ReferencedResourceResponse']]:
432
+ """
433
+ list of private endpoints.
434
+ """
435
+ return pulumi.get(self, "manual_private_end_point_connections")
436
+
437
+
438
+ @pulumi.output_type
439
+ class ArtifactStorePropertiesFormatResponse(dict):
440
+ """
441
+ Artifact store properties.
442
+ """
443
+ @staticmethod
444
+ def __key_warning(key: str):
445
+ suggest = None
446
+ if key == "provisioningState":
447
+ suggest = "provisioning_state"
448
+ elif key == "storageResourceId":
449
+ suggest = "storage_resource_id"
450
+ elif key == "backingResourcePublicNetworkAccess":
451
+ suggest = "backing_resource_public_network_access"
452
+ elif key == "managedResourceGroupConfiguration":
453
+ suggest = "managed_resource_group_configuration"
454
+ elif key == "replicationStrategy":
455
+ suggest = "replication_strategy"
456
+ elif key == "storeType":
457
+ suggest = "store_type"
458
+
459
+ if suggest:
460
+ pulumi.log.warn(f"Key '{key}' not found in ArtifactStorePropertiesFormatResponse. Access the value via the '{suggest}' property getter instead.")
461
+
462
+ def __getitem__(self, key: str) -> Any:
463
+ ArtifactStorePropertiesFormatResponse.__key_warning(key)
464
+ return super().__getitem__(key)
465
+
466
+ def get(self, key: str, default = None) -> Any:
467
+ ArtifactStorePropertiesFormatResponse.__key_warning(key)
468
+ return super().get(key, default)
469
+
470
+ def __init__(__self__, *,
471
+ provisioning_state: str,
472
+ storage_resource_id: str,
473
+ backing_resource_public_network_access: Optional[str] = None,
474
+ managed_resource_group_configuration: Optional['outputs.ArtifactStorePropertiesFormatResponseManagedResourceGroupConfiguration'] = None,
475
+ replication_strategy: Optional[str] = None,
476
+ store_type: Optional[str] = None):
477
+ """
478
+ Artifact store properties.
479
+ :param str provisioning_state: The provisioning state of the application groups resource.
480
+ :param str storage_resource_id: The created storage resource id
481
+ :param str backing_resource_public_network_access: The artifact store backing resource network access type
482
+ :param str replication_strategy: The replication strategy.
483
+ :param str store_type: The artifact store type.
484
+ """
485
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
486
+ pulumi.set(__self__, "storage_resource_id", storage_resource_id)
487
+ if backing_resource_public_network_access is not None:
488
+ pulumi.set(__self__, "backing_resource_public_network_access", backing_resource_public_network_access)
489
+ if managed_resource_group_configuration is not None:
490
+ pulumi.set(__self__, "managed_resource_group_configuration", managed_resource_group_configuration)
491
+ if replication_strategy is not None:
492
+ pulumi.set(__self__, "replication_strategy", replication_strategy)
493
+ if store_type is not None:
494
+ pulumi.set(__self__, "store_type", store_type)
495
+
496
+ @property
497
+ @pulumi.getter(name="provisioningState")
498
+ def provisioning_state(self) -> str:
499
+ """
500
+ The provisioning state of the application groups resource.
501
+ """
502
+ return pulumi.get(self, "provisioning_state")
503
+
504
+ @property
505
+ @pulumi.getter(name="storageResourceId")
506
+ def storage_resource_id(self) -> str:
507
+ """
508
+ The created storage resource id
509
+ """
510
+ return pulumi.get(self, "storage_resource_id")
511
+
512
+ @property
513
+ @pulumi.getter(name="backingResourcePublicNetworkAccess")
514
+ def backing_resource_public_network_access(self) -> Optional[str]:
515
+ """
516
+ The artifact store backing resource network access type
517
+ """
518
+ return pulumi.get(self, "backing_resource_public_network_access")
519
+
520
+ @property
521
+ @pulumi.getter(name="managedResourceGroupConfiguration")
522
+ def managed_resource_group_configuration(self) -> Optional['outputs.ArtifactStorePropertiesFormatResponseManagedResourceGroupConfiguration']:
523
+ return pulumi.get(self, "managed_resource_group_configuration")
524
+
525
+ @property
526
+ @pulumi.getter(name="replicationStrategy")
527
+ def replication_strategy(self) -> Optional[str]:
528
+ """
529
+ The replication strategy.
530
+ """
531
+ return pulumi.get(self, "replication_strategy")
532
+
533
+ @property
534
+ @pulumi.getter(name="storeType")
535
+ def store_type(self) -> Optional[str]:
536
+ """
537
+ The artifact store type.
538
+ """
539
+ return pulumi.get(self, "store_type")
540
+
541
+
542
+ @pulumi.output_type
543
+ class ArtifactStorePropertiesFormatResponseManagedResourceGroupConfiguration(dict):
544
+ def __init__(__self__, *,
545
+ location: Optional[str] = None,
546
+ name: Optional[str] = None):
547
+ """
548
+ :param str location: The managed resource group location.
549
+ :param str name: The managed resource group name.
550
+ """
551
+ if location is not None:
552
+ pulumi.set(__self__, "location", location)
553
+ if name is not None:
554
+ pulumi.set(__self__, "name", name)
555
+
556
+ @property
557
+ @pulumi.getter
558
+ def location(self) -> Optional[str]:
559
+ """
560
+ The managed resource group location.
561
+ """
562
+ return pulumi.get(self, "location")
563
+
564
+ @property
565
+ @pulumi.getter
566
+ def name(self) -> Optional[str]:
567
+ """
568
+ The managed resource group name.
569
+ """
570
+ return pulumi.get(self, "name")
571
+
572
+
573
+ @pulumi.output_type
574
+ class AzureArcK8sClusterNFVIDetailsResponse(dict):
575
+ """
576
+ The AzureArcK8sCluster NFVI detail.
577
+ """
578
+ @staticmethod
579
+ def __key_warning(key: str):
580
+ suggest = None
581
+ if key == "nfviType":
582
+ suggest = "nfvi_type"
583
+ elif key == "customLocationReference":
584
+ suggest = "custom_location_reference"
585
+
586
+ if suggest:
587
+ pulumi.log.warn(f"Key '{key}' not found in AzureArcK8sClusterNFVIDetailsResponse. Access the value via the '{suggest}' property getter instead.")
588
+
589
+ def __getitem__(self, key: str) -> Any:
590
+ AzureArcK8sClusterNFVIDetailsResponse.__key_warning(key)
591
+ return super().__getitem__(key)
592
+
593
+ def get(self, key: str, default = None) -> Any:
594
+ AzureArcK8sClusterNFVIDetailsResponse.__key_warning(key)
595
+ return super().get(key, default)
596
+
597
+ def __init__(__self__, *,
598
+ nfvi_type: str,
599
+ custom_location_reference: Optional['outputs.ReferencedResourceResponse'] = None,
600
+ name: Optional[str] = None):
601
+ """
602
+ The AzureArcK8sCluster NFVI detail.
603
+ :param str nfvi_type: The NFVI type.
604
+ Expected value is 'AzureArcKubernetes'.
605
+ :param 'ReferencedResourceResponse' custom_location_reference: The reference to the custom location.
606
+ :param str name: Name of the nfvi.
607
+ """
608
+ pulumi.set(__self__, "nfvi_type", 'AzureArcKubernetes')
609
+ if custom_location_reference is not None:
610
+ pulumi.set(__self__, "custom_location_reference", custom_location_reference)
611
+ if name is not None:
612
+ pulumi.set(__self__, "name", name)
613
+
614
+ @property
615
+ @pulumi.getter(name="nfviType")
616
+ def nfvi_type(self) -> str:
617
+ """
618
+ The NFVI type.
619
+ Expected value is 'AzureArcKubernetes'.
620
+ """
621
+ return pulumi.get(self, "nfvi_type")
622
+
623
+ @property
624
+ @pulumi.getter(name="customLocationReference")
625
+ def custom_location_reference(self) -> Optional['outputs.ReferencedResourceResponse']:
626
+ """
627
+ The reference to the custom location.
628
+ """
629
+ return pulumi.get(self, "custom_location_reference")
630
+
631
+ @property
632
+ @pulumi.getter
633
+ def name(self) -> Optional[str]:
634
+ """
635
+ Name of the nfvi.
636
+ """
637
+ return pulumi.get(self, "name")
638
+
639
+
640
+ @pulumi.output_type
641
+ class AzureArcKubernetesArtifactProfileResponse(dict):
642
+ """
643
+ Azure arc kubernetes artifact profile properties.
644
+ """
645
+ @staticmethod
646
+ def __key_warning(key: str):
647
+ suggest = None
648
+ if key == "artifactStore":
649
+ suggest = "artifact_store"
650
+ elif key == "helmArtifactProfile":
651
+ suggest = "helm_artifact_profile"
652
+
653
+ if suggest:
654
+ pulumi.log.warn(f"Key '{key}' not found in AzureArcKubernetesArtifactProfileResponse. Access the value via the '{suggest}' property getter instead.")
655
+
656
+ def __getitem__(self, key: str) -> Any:
657
+ AzureArcKubernetesArtifactProfileResponse.__key_warning(key)
658
+ return super().__getitem__(key)
659
+
660
+ def get(self, key: str, default = None) -> Any:
661
+ AzureArcKubernetesArtifactProfileResponse.__key_warning(key)
662
+ return super().get(key, default)
663
+
664
+ def __init__(__self__, *,
665
+ artifact_store: Optional['outputs.ReferencedResourceResponse'] = None,
666
+ helm_artifact_profile: Optional['outputs.HelmArtifactProfileResponse'] = None):
667
+ """
668
+ Azure arc kubernetes artifact profile properties.
669
+ :param 'ReferencedResourceResponse' artifact_store: The reference to artifact store.
670
+ :param 'HelmArtifactProfileResponse' helm_artifact_profile: Helm artifact profile.
671
+ """
672
+ if artifact_store is not None:
673
+ pulumi.set(__self__, "artifact_store", artifact_store)
674
+ if helm_artifact_profile is not None:
675
+ pulumi.set(__self__, "helm_artifact_profile", helm_artifact_profile)
676
+
677
+ @property
678
+ @pulumi.getter(name="artifactStore")
679
+ def artifact_store(self) -> Optional['outputs.ReferencedResourceResponse']:
680
+ """
681
+ The reference to artifact store.
682
+ """
683
+ return pulumi.get(self, "artifact_store")
684
+
685
+ @property
686
+ @pulumi.getter(name="helmArtifactProfile")
687
+ def helm_artifact_profile(self) -> Optional['outputs.HelmArtifactProfileResponse']:
688
+ """
689
+ Helm artifact profile.
690
+ """
691
+ return pulumi.get(self, "helm_artifact_profile")
692
+
693
+
694
+ @pulumi.output_type
695
+ class AzureArcKubernetesDeployMappingRuleProfileResponse(dict):
696
+ """
697
+ Azure arc kubernetes deploy mapping rule profile.
698
+ """
699
+ @staticmethod
700
+ def __key_warning(key: str):
701
+ suggest = None
702
+ if key == "applicationEnablement":
703
+ suggest = "application_enablement"
704
+ elif key == "helmMappingRuleProfile":
705
+ suggest = "helm_mapping_rule_profile"
706
+
707
+ if suggest:
708
+ pulumi.log.warn(f"Key '{key}' not found in AzureArcKubernetesDeployMappingRuleProfileResponse. Access the value via the '{suggest}' property getter instead.")
709
+
710
+ def __getitem__(self, key: str) -> Any:
711
+ AzureArcKubernetesDeployMappingRuleProfileResponse.__key_warning(key)
712
+ return super().__getitem__(key)
713
+
714
+ def get(self, key: str, default = None) -> Any:
715
+ AzureArcKubernetesDeployMappingRuleProfileResponse.__key_warning(key)
716
+ return super().get(key, default)
717
+
718
+ def __init__(__self__, *,
719
+ application_enablement: Optional[str] = None,
720
+ helm_mapping_rule_profile: Optional['outputs.HelmMappingRuleProfileResponse'] = None):
721
+ """
722
+ Azure arc kubernetes deploy mapping rule profile.
723
+ :param str application_enablement: The application enablement.
724
+ :param 'HelmMappingRuleProfileResponse' helm_mapping_rule_profile: The helm mapping rule profile.
725
+ """
726
+ if application_enablement is not None:
727
+ pulumi.set(__self__, "application_enablement", application_enablement)
728
+ if helm_mapping_rule_profile is not None:
729
+ pulumi.set(__self__, "helm_mapping_rule_profile", helm_mapping_rule_profile)
730
+
731
+ @property
732
+ @pulumi.getter(name="applicationEnablement")
733
+ def application_enablement(self) -> Optional[str]:
734
+ """
735
+ The application enablement.
736
+ """
737
+ return pulumi.get(self, "application_enablement")
738
+
739
+ @property
740
+ @pulumi.getter(name="helmMappingRuleProfile")
741
+ def helm_mapping_rule_profile(self) -> Optional['outputs.HelmMappingRuleProfileResponse']:
742
+ """
743
+ The helm mapping rule profile.
744
+ """
745
+ return pulumi.get(self, "helm_mapping_rule_profile")
746
+
747
+
748
+ @pulumi.output_type
749
+ class AzureArcKubernetesHelmApplicationResponse(dict):
750
+ """
751
+ Azure arc kubernetes helm application configurations.
752
+ """
753
+ @staticmethod
754
+ def __key_warning(key: str):
755
+ suggest = None
756
+ if key == "artifactType":
757
+ suggest = "artifact_type"
758
+ elif key == "artifactProfile":
759
+ suggest = "artifact_profile"
760
+ elif key == "dependsOnProfile":
761
+ suggest = "depends_on_profile"
762
+ elif key == "deployParametersMappingRuleProfile":
763
+ suggest = "deploy_parameters_mapping_rule_profile"
764
+
765
+ if suggest:
766
+ pulumi.log.warn(f"Key '{key}' not found in AzureArcKubernetesHelmApplicationResponse. Access the value via the '{suggest}' property getter instead.")
767
+
768
+ def __getitem__(self, key: str) -> Any:
769
+ AzureArcKubernetesHelmApplicationResponse.__key_warning(key)
770
+ return super().__getitem__(key)
771
+
772
+ def get(self, key: str, default = None) -> Any:
773
+ AzureArcKubernetesHelmApplicationResponse.__key_warning(key)
774
+ return super().get(key, default)
775
+
776
+ def __init__(__self__, *,
777
+ artifact_type: str,
778
+ artifact_profile: Optional['outputs.AzureArcKubernetesArtifactProfileResponse'] = None,
779
+ depends_on_profile: Optional['outputs.DependsOnProfileResponse'] = None,
780
+ deploy_parameters_mapping_rule_profile: Optional['outputs.AzureArcKubernetesDeployMappingRuleProfileResponse'] = None,
781
+ name: Optional[str] = None):
782
+ """
783
+ Azure arc kubernetes helm application configurations.
784
+ :param str artifact_type: The artifact type.
785
+ Expected value is 'HelmPackage'.
786
+ :param 'AzureArcKubernetesArtifactProfileResponse' artifact_profile: Azure arc kubernetes artifact profile.
787
+ :param 'DependsOnProfileResponse' depends_on_profile: Depends on profile definition.
788
+ :param 'AzureArcKubernetesDeployMappingRuleProfileResponse' deploy_parameters_mapping_rule_profile: Deploy mapping rule profile.
789
+ :param str name: The name of the network function application.
790
+ """
791
+ pulumi.set(__self__, "artifact_type", 'HelmPackage')
792
+ if artifact_profile is not None:
793
+ pulumi.set(__self__, "artifact_profile", artifact_profile)
794
+ if depends_on_profile is not None:
795
+ pulumi.set(__self__, "depends_on_profile", depends_on_profile)
796
+ if deploy_parameters_mapping_rule_profile is not None:
797
+ pulumi.set(__self__, "deploy_parameters_mapping_rule_profile", deploy_parameters_mapping_rule_profile)
798
+ if name is not None:
799
+ pulumi.set(__self__, "name", name)
800
+
801
+ @property
802
+ @pulumi.getter(name="artifactType")
803
+ def artifact_type(self) -> str:
804
+ """
805
+ The artifact type.
806
+ Expected value is 'HelmPackage'.
807
+ """
808
+ return pulumi.get(self, "artifact_type")
809
+
810
+ @property
811
+ @pulumi.getter(name="artifactProfile")
812
+ def artifact_profile(self) -> Optional['outputs.AzureArcKubernetesArtifactProfileResponse']:
813
+ """
814
+ Azure arc kubernetes artifact profile.
815
+ """
816
+ return pulumi.get(self, "artifact_profile")
817
+
818
+ @property
819
+ @pulumi.getter(name="dependsOnProfile")
820
+ def depends_on_profile(self) -> Optional['outputs.DependsOnProfileResponse']:
821
+ """
822
+ Depends on profile definition.
823
+ """
824
+ return pulumi.get(self, "depends_on_profile")
825
+
826
+ @property
827
+ @pulumi.getter(name="deployParametersMappingRuleProfile")
828
+ def deploy_parameters_mapping_rule_profile(self) -> Optional['outputs.AzureArcKubernetesDeployMappingRuleProfileResponse']:
829
+ """
830
+ Deploy mapping rule profile.
831
+ """
832
+ return pulumi.get(self, "deploy_parameters_mapping_rule_profile")
833
+
834
+ @property
835
+ @pulumi.getter
836
+ def name(self) -> Optional[str]:
837
+ """
838
+ The name of the network function application.
839
+ """
840
+ return pulumi.get(self, "name")
841
+
842
+
843
+ @pulumi.output_type
844
+ class AzureArcKubernetesNetworkFunctionTemplateResponse(dict):
845
+ """
846
+ Azure Arc kubernetes network function template.
847
+ """
848
+ @staticmethod
849
+ def __key_warning(key: str):
850
+ suggest = None
851
+ if key == "nfviType":
852
+ suggest = "nfvi_type"
853
+ elif key == "networkFunctionApplications":
854
+ suggest = "network_function_applications"
855
+
856
+ if suggest:
857
+ pulumi.log.warn(f"Key '{key}' not found in AzureArcKubernetesNetworkFunctionTemplateResponse. Access the value via the '{suggest}' property getter instead.")
858
+
859
+ def __getitem__(self, key: str) -> Any:
860
+ AzureArcKubernetesNetworkFunctionTemplateResponse.__key_warning(key)
861
+ return super().__getitem__(key)
862
+
863
+ def get(self, key: str, default = None) -> Any:
864
+ AzureArcKubernetesNetworkFunctionTemplateResponse.__key_warning(key)
865
+ return super().get(key, default)
866
+
867
+ def __init__(__self__, *,
868
+ nfvi_type: str,
869
+ network_function_applications: Optional[Sequence['outputs.AzureArcKubernetesHelmApplicationResponse']] = None):
870
+ """
871
+ Azure Arc kubernetes network function template.
872
+ :param str nfvi_type: The network function type.
873
+ Expected value is 'AzureArcKubernetes'.
874
+ :param Sequence['AzureArcKubernetesHelmApplicationResponse'] network_function_applications: Network function applications.
875
+ """
876
+ pulumi.set(__self__, "nfvi_type", 'AzureArcKubernetes')
877
+ if network_function_applications is not None:
878
+ pulumi.set(__self__, "network_function_applications", network_function_applications)
879
+
880
+ @property
881
+ @pulumi.getter(name="nfviType")
882
+ def nfvi_type(self) -> str:
883
+ """
884
+ The network function type.
885
+ Expected value is 'AzureArcKubernetes'.
886
+ """
887
+ return pulumi.get(self, "nfvi_type")
888
+
889
+ @property
890
+ @pulumi.getter(name="networkFunctionApplications")
891
+ def network_function_applications(self) -> Optional[Sequence['outputs.AzureArcKubernetesHelmApplicationResponse']]:
892
+ """
893
+ Network function applications.
894
+ """
895
+ return pulumi.get(self, "network_function_applications")
896
+
897
+
898
+ @pulumi.output_type
899
+ class AzureCoreArmTemplateArtifactProfileResponse(dict):
900
+ """
901
+ Azure template artifact profile properties.
902
+ """
903
+ @staticmethod
904
+ def __key_warning(key: str):
905
+ suggest = None
906
+ if key == "artifactStore":
907
+ suggest = "artifact_store"
908
+ elif key == "templateArtifactProfile":
909
+ suggest = "template_artifact_profile"
910
+
911
+ if suggest:
912
+ pulumi.log.warn(f"Key '{key}' not found in AzureCoreArmTemplateArtifactProfileResponse. Access the value via the '{suggest}' property getter instead.")
913
+
914
+ def __getitem__(self, key: str) -> Any:
915
+ AzureCoreArmTemplateArtifactProfileResponse.__key_warning(key)
916
+ return super().__getitem__(key)
917
+
918
+ def get(self, key: str, default = None) -> Any:
919
+ AzureCoreArmTemplateArtifactProfileResponse.__key_warning(key)
920
+ return super().get(key, default)
921
+
922
+ def __init__(__self__, *,
923
+ artifact_store: Optional['outputs.ReferencedResourceResponse'] = None,
924
+ template_artifact_profile: Optional['outputs.ArmTemplateArtifactProfileResponse'] = None):
925
+ """
926
+ Azure template artifact profile properties.
927
+ :param 'ReferencedResourceResponse' artifact_store: The reference to artifact store.
928
+ :param 'ArmTemplateArtifactProfileResponse' template_artifact_profile: Template artifact profile.
929
+ """
930
+ if artifact_store is not None:
931
+ pulumi.set(__self__, "artifact_store", artifact_store)
932
+ if template_artifact_profile is not None:
933
+ pulumi.set(__self__, "template_artifact_profile", template_artifact_profile)
934
+
935
+ @property
936
+ @pulumi.getter(name="artifactStore")
937
+ def artifact_store(self) -> Optional['outputs.ReferencedResourceResponse']:
938
+ """
939
+ The reference to artifact store.
940
+ """
941
+ return pulumi.get(self, "artifact_store")
942
+
943
+ @property
944
+ @pulumi.getter(name="templateArtifactProfile")
945
+ def template_artifact_profile(self) -> Optional['outputs.ArmTemplateArtifactProfileResponse']:
946
+ """
947
+ Template artifact profile.
948
+ """
949
+ return pulumi.get(self, "template_artifact_profile")
950
+
951
+
952
+ @pulumi.output_type
953
+ class AzureCoreArmTemplateDeployMappingRuleProfileResponse(dict):
954
+ """
955
+ Azure template deploy mapping rule profile.
956
+ """
957
+ @staticmethod
958
+ def __key_warning(key: str):
959
+ suggest = None
960
+ if key == "applicationEnablement":
961
+ suggest = "application_enablement"
962
+ elif key == "templateMappingRuleProfile":
963
+ suggest = "template_mapping_rule_profile"
964
+
965
+ if suggest:
966
+ pulumi.log.warn(f"Key '{key}' not found in AzureCoreArmTemplateDeployMappingRuleProfileResponse. Access the value via the '{suggest}' property getter instead.")
967
+
968
+ def __getitem__(self, key: str) -> Any:
969
+ AzureCoreArmTemplateDeployMappingRuleProfileResponse.__key_warning(key)
970
+ return super().__getitem__(key)
971
+
972
+ def get(self, key: str, default = None) -> Any:
973
+ AzureCoreArmTemplateDeployMappingRuleProfileResponse.__key_warning(key)
974
+ return super().get(key, default)
975
+
976
+ def __init__(__self__, *,
977
+ application_enablement: Optional[str] = None,
978
+ template_mapping_rule_profile: Optional['outputs.ArmTemplateMappingRuleProfileResponse'] = None):
979
+ """
980
+ Azure template deploy mapping rule profile.
981
+ :param str application_enablement: The application enablement.
982
+ :param 'ArmTemplateMappingRuleProfileResponse' template_mapping_rule_profile: The template mapping rule profile.
983
+ """
984
+ if application_enablement is not None:
985
+ pulumi.set(__self__, "application_enablement", application_enablement)
986
+ if template_mapping_rule_profile is not None:
987
+ pulumi.set(__self__, "template_mapping_rule_profile", template_mapping_rule_profile)
988
+
989
+ @property
990
+ @pulumi.getter(name="applicationEnablement")
991
+ def application_enablement(self) -> Optional[str]:
992
+ """
993
+ The application enablement.
994
+ """
995
+ return pulumi.get(self, "application_enablement")
996
+
997
+ @property
998
+ @pulumi.getter(name="templateMappingRuleProfile")
999
+ def template_mapping_rule_profile(self) -> Optional['outputs.ArmTemplateMappingRuleProfileResponse']:
1000
+ """
1001
+ The template mapping rule profile.
1002
+ """
1003
+ return pulumi.get(self, "template_mapping_rule_profile")
1004
+
1005
+
1006
+ @pulumi.output_type
1007
+ class AzureCoreNFVIDetailsResponse(dict):
1008
+ """
1009
+ The Azure Core NFVI detail.
1010
+ """
1011
+ @staticmethod
1012
+ def __key_warning(key: str):
1013
+ suggest = None
1014
+ if key == "nfviType":
1015
+ suggest = "nfvi_type"
1016
+
1017
+ if suggest:
1018
+ pulumi.log.warn(f"Key '{key}' not found in AzureCoreNFVIDetailsResponse. Access the value via the '{suggest}' property getter instead.")
1019
+
1020
+ def __getitem__(self, key: str) -> Any:
1021
+ AzureCoreNFVIDetailsResponse.__key_warning(key)
1022
+ return super().__getitem__(key)
1023
+
1024
+ def get(self, key: str, default = None) -> Any:
1025
+ AzureCoreNFVIDetailsResponse.__key_warning(key)
1026
+ return super().get(key, default)
1027
+
1028
+ def __init__(__self__, *,
1029
+ nfvi_type: str,
1030
+ location: Optional[str] = None,
1031
+ name: Optional[str] = None):
1032
+ """
1033
+ The Azure Core NFVI detail.
1034
+ :param str nfvi_type: The NFVI type.
1035
+ Expected value is 'AzureCore'.
1036
+ :param str location: Location of the Azure core.
1037
+ :param str name: Name of the nfvi.
1038
+ """
1039
+ pulumi.set(__self__, "nfvi_type", 'AzureCore')
1040
+ if location is not None:
1041
+ pulumi.set(__self__, "location", location)
1042
+ if name is not None:
1043
+ pulumi.set(__self__, "name", name)
1044
+
1045
+ @property
1046
+ @pulumi.getter(name="nfviType")
1047
+ def nfvi_type(self) -> str:
1048
+ """
1049
+ The NFVI type.
1050
+ Expected value is 'AzureCore'.
1051
+ """
1052
+ return pulumi.get(self, "nfvi_type")
1053
+
1054
+ @property
1055
+ @pulumi.getter
1056
+ def location(self) -> Optional[str]:
1057
+ """
1058
+ Location of the Azure core.
1059
+ """
1060
+ return pulumi.get(self, "location")
1061
+
1062
+ @property
1063
+ @pulumi.getter
1064
+ def name(self) -> Optional[str]:
1065
+ """
1066
+ Name of the nfvi.
1067
+ """
1068
+ return pulumi.get(self, "name")
1069
+
1070
+
1071
+ @pulumi.output_type
1072
+ class AzureCoreNetworkFunctionArmTemplateApplicationResponse(dict):
1073
+ """
1074
+ Azure core network function Template application definition.
1075
+ """
1076
+ @staticmethod
1077
+ def __key_warning(key: str):
1078
+ suggest = None
1079
+ if key == "artifactType":
1080
+ suggest = "artifact_type"
1081
+ elif key == "artifactProfile":
1082
+ suggest = "artifact_profile"
1083
+ elif key == "dependsOnProfile":
1084
+ suggest = "depends_on_profile"
1085
+ elif key == "deployParametersMappingRuleProfile":
1086
+ suggest = "deploy_parameters_mapping_rule_profile"
1087
+
1088
+ if suggest:
1089
+ pulumi.log.warn(f"Key '{key}' not found in AzureCoreNetworkFunctionArmTemplateApplicationResponse. Access the value via the '{suggest}' property getter instead.")
1090
+
1091
+ def __getitem__(self, key: str) -> Any:
1092
+ AzureCoreNetworkFunctionArmTemplateApplicationResponse.__key_warning(key)
1093
+ return super().__getitem__(key)
1094
+
1095
+ def get(self, key: str, default = None) -> Any:
1096
+ AzureCoreNetworkFunctionArmTemplateApplicationResponse.__key_warning(key)
1097
+ return super().get(key, default)
1098
+
1099
+ def __init__(__self__, *,
1100
+ artifact_type: str,
1101
+ artifact_profile: Optional['outputs.AzureCoreArmTemplateArtifactProfileResponse'] = None,
1102
+ depends_on_profile: Optional['outputs.DependsOnProfileResponse'] = None,
1103
+ deploy_parameters_mapping_rule_profile: Optional['outputs.AzureCoreArmTemplateDeployMappingRuleProfileResponse'] = None,
1104
+ name: Optional[str] = None):
1105
+ """
1106
+ Azure core network function Template application definition.
1107
+ :param str artifact_type: The artifact type.
1108
+ Expected value is 'ArmTemplate'.
1109
+ :param 'AzureCoreArmTemplateArtifactProfileResponse' artifact_profile: Azure template artifact profile.
1110
+ :param 'DependsOnProfileResponse' depends_on_profile: Depends on profile definition.
1111
+ :param 'AzureCoreArmTemplateDeployMappingRuleProfileResponse' deploy_parameters_mapping_rule_profile: Deploy mapping rule profile.
1112
+ :param str name: The name of the network function application.
1113
+ """
1114
+ pulumi.set(__self__, "artifact_type", 'ArmTemplate')
1115
+ if artifact_profile is not None:
1116
+ pulumi.set(__self__, "artifact_profile", artifact_profile)
1117
+ if depends_on_profile is not None:
1118
+ pulumi.set(__self__, "depends_on_profile", depends_on_profile)
1119
+ if deploy_parameters_mapping_rule_profile is not None:
1120
+ pulumi.set(__self__, "deploy_parameters_mapping_rule_profile", deploy_parameters_mapping_rule_profile)
1121
+ if name is not None:
1122
+ pulumi.set(__self__, "name", name)
1123
+
1124
+ @property
1125
+ @pulumi.getter(name="artifactType")
1126
+ def artifact_type(self) -> str:
1127
+ """
1128
+ The artifact type.
1129
+ Expected value is 'ArmTemplate'.
1130
+ """
1131
+ return pulumi.get(self, "artifact_type")
1132
+
1133
+ @property
1134
+ @pulumi.getter(name="artifactProfile")
1135
+ def artifact_profile(self) -> Optional['outputs.AzureCoreArmTemplateArtifactProfileResponse']:
1136
+ """
1137
+ Azure template artifact profile.
1138
+ """
1139
+ return pulumi.get(self, "artifact_profile")
1140
+
1141
+ @property
1142
+ @pulumi.getter(name="dependsOnProfile")
1143
+ def depends_on_profile(self) -> Optional['outputs.DependsOnProfileResponse']:
1144
+ """
1145
+ Depends on profile definition.
1146
+ """
1147
+ return pulumi.get(self, "depends_on_profile")
1148
+
1149
+ @property
1150
+ @pulumi.getter(name="deployParametersMappingRuleProfile")
1151
+ def deploy_parameters_mapping_rule_profile(self) -> Optional['outputs.AzureCoreArmTemplateDeployMappingRuleProfileResponse']:
1152
+ """
1153
+ Deploy mapping rule profile.
1154
+ """
1155
+ return pulumi.get(self, "deploy_parameters_mapping_rule_profile")
1156
+
1157
+ @property
1158
+ @pulumi.getter
1159
+ def name(self) -> Optional[str]:
1160
+ """
1161
+ The name of the network function application.
1162
+ """
1163
+ return pulumi.get(self, "name")
1164
+
1165
+
1166
+ @pulumi.output_type
1167
+ class AzureCoreNetworkFunctionTemplateResponse(dict):
1168
+ """
1169
+ Azure virtual network function template.
1170
+ """
1171
+ @staticmethod
1172
+ def __key_warning(key: str):
1173
+ suggest = None
1174
+ if key == "nfviType":
1175
+ suggest = "nfvi_type"
1176
+ elif key == "networkFunctionApplications":
1177
+ suggest = "network_function_applications"
1178
+
1179
+ if suggest:
1180
+ pulumi.log.warn(f"Key '{key}' not found in AzureCoreNetworkFunctionTemplateResponse. Access the value via the '{suggest}' property getter instead.")
1181
+
1182
+ def __getitem__(self, key: str) -> Any:
1183
+ AzureCoreNetworkFunctionTemplateResponse.__key_warning(key)
1184
+ return super().__getitem__(key)
1185
+
1186
+ def get(self, key: str, default = None) -> Any:
1187
+ AzureCoreNetworkFunctionTemplateResponse.__key_warning(key)
1188
+ return super().get(key, default)
1189
+
1190
+ def __init__(__self__, *,
1191
+ nfvi_type: str,
1192
+ network_function_applications: Optional[Sequence[Any]] = None):
1193
+ """
1194
+ Azure virtual network function template.
1195
+ :param str nfvi_type: The network function type.
1196
+ Expected value is 'AzureCore'.
1197
+ :param Sequence[Union['AzureCoreNetworkFunctionArmTemplateApplicationResponse', 'AzureCoreNetworkFunctionVhdApplicationResponse']] network_function_applications: Network function applications.
1198
+ """
1199
+ pulumi.set(__self__, "nfvi_type", 'AzureCore')
1200
+ if network_function_applications is not None:
1201
+ pulumi.set(__self__, "network_function_applications", network_function_applications)
1202
+
1203
+ @property
1204
+ @pulumi.getter(name="nfviType")
1205
+ def nfvi_type(self) -> str:
1206
+ """
1207
+ The network function type.
1208
+ Expected value is 'AzureCore'.
1209
+ """
1210
+ return pulumi.get(self, "nfvi_type")
1211
+
1212
+ @property
1213
+ @pulumi.getter(name="networkFunctionApplications")
1214
+ def network_function_applications(self) -> Optional[Sequence[Any]]:
1215
+ """
1216
+ Network function applications.
1217
+ """
1218
+ return pulumi.get(self, "network_function_applications")
1219
+
1220
+
1221
+ @pulumi.output_type
1222
+ class AzureCoreNetworkFunctionVhdApplicationResponse(dict):
1223
+ """
1224
+ Azure core network function vhd application definition.
1225
+ """
1226
+ @staticmethod
1227
+ def __key_warning(key: str):
1228
+ suggest = None
1229
+ if key == "artifactType":
1230
+ suggest = "artifact_type"
1231
+ elif key == "artifactProfile":
1232
+ suggest = "artifact_profile"
1233
+ elif key == "dependsOnProfile":
1234
+ suggest = "depends_on_profile"
1235
+ elif key == "deployParametersMappingRuleProfile":
1236
+ suggest = "deploy_parameters_mapping_rule_profile"
1237
+
1238
+ if suggest:
1239
+ pulumi.log.warn(f"Key '{key}' not found in AzureCoreNetworkFunctionVhdApplicationResponse. Access the value via the '{suggest}' property getter instead.")
1240
+
1241
+ def __getitem__(self, key: str) -> Any:
1242
+ AzureCoreNetworkFunctionVhdApplicationResponse.__key_warning(key)
1243
+ return super().__getitem__(key)
1244
+
1245
+ def get(self, key: str, default = None) -> Any:
1246
+ AzureCoreNetworkFunctionVhdApplicationResponse.__key_warning(key)
1247
+ return super().get(key, default)
1248
+
1249
+ def __init__(__self__, *,
1250
+ artifact_type: str,
1251
+ artifact_profile: Optional['outputs.AzureCoreVhdImageArtifactProfileResponse'] = None,
1252
+ depends_on_profile: Optional['outputs.DependsOnProfileResponse'] = None,
1253
+ deploy_parameters_mapping_rule_profile: Optional['outputs.AzureCoreVhdImageDeployMappingRuleProfileResponse'] = None,
1254
+ name: Optional[str] = None):
1255
+ """
1256
+ Azure core network function vhd application definition.
1257
+ :param str artifact_type: The artifact type.
1258
+ Expected value is 'VhdImageFile'.
1259
+ :param 'AzureCoreVhdImageArtifactProfileResponse' artifact_profile: Azure vhd image artifact profile.
1260
+ :param 'DependsOnProfileResponse' depends_on_profile: Depends on profile definition.
1261
+ :param 'AzureCoreVhdImageDeployMappingRuleProfileResponse' deploy_parameters_mapping_rule_profile: Deploy mapping rule profile.
1262
+ :param str name: The name of the network function application.
1263
+ """
1264
+ pulumi.set(__self__, "artifact_type", 'VhdImageFile')
1265
+ if artifact_profile is not None:
1266
+ pulumi.set(__self__, "artifact_profile", artifact_profile)
1267
+ if depends_on_profile is not None:
1268
+ pulumi.set(__self__, "depends_on_profile", depends_on_profile)
1269
+ if deploy_parameters_mapping_rule_profile is not None:
1270
+ pulumi.set(__self__, "deploy_parameters_mapping_rule_profile", deploy_parameters_mapping_rule_profile)
1271
+ if name is not None:
1272
+ pulumi.set(__self__, "name", name)
1273
+
1274
+ @property
1275
+ @pulumi.getter(name="artifactType")
1276
+ def artifact_type(self) -> str:
1277
+ """
1278
+ The artifact type.
1279
+ Expected value is 'VhdImageFile'.
1280
+ """
1281
+ return pulumi.get(self, "artifact_type")
1282
+
1283
+ @property
1284
+ @pulumi.getter(name="artifactProfile")
1285
+ def artifact_profile(self) -> Optional['outputs.AzureCoreVhdImageArtifactProfileResponse']:
1286
+ """
1287
+ Azure vhd image artifact profile.
1288
+ """
1289
+ return pulumi.get(self, "artifact_profile")
1290
+
1291
+ @property
1292
+ @pulumi.getter(name="dependsOnProfile")
1293
+ def depends_on_profile(self) -> Optional['outputs.DependsOnProfileResponse']:
1294
+ """
1295
+ Depends on profile definition.
1296
+ """
1297
+ return pulumi.get(self, "depends_on_profile")
1298
+
1299
+ @property
1300
+ @pulumi.getter(name="deployParametersMappingRuleProfile")
1301
+ def deploy_parameters_mapping_rule_profile(self) -> Optional['outputs.AzureCoreVhdImageDeployMappingRuleProfileResponse']:
1302
+ """
1303
+ Deploy mapping rule profile.
1304
+ """
1305
+ return pulumi.get(self, "deploy_parameters_mapping_rule_profile")
1306
+
1307
+ @property
1308
+ @pulumi.getter
1309
+ def name(self) -> Optional[str]:
1310
+ """
1311
+ The name of the network function application.
1312
+ """
1313
+ return pulumi.get(self, "name")
1314
+
1315
+
1316
+ @pulumi.output_type
1317
+ class AzureCoreVhdImageArtifactProfileResponse(dict):
1318
+ """
1319
+ Azure vhd artifact profile properties.
1320
+ """
1321
+ @staticmethod
1322
+ def __key_warning(key: str):
1323
+ suggest = None
1324
+ if key == "artifactStore":
1325
+ suggest = "artifact_store"
1326
+ elif key == "vhdArtifactProfile":
1327
+ suggest = "vhd_artifact_profile"
1328
+
1329
+ if suggest:
1330
+ pulumi.log.warn(f"Key '{key}' not found in AzureCoreVhdImageArtifactProfileResponse. Access the value via the '{suggest}' property getter instead.")
1331
+
1332
+ def __getitem__(self, key: str) -> Any:
1333
+ AzureCoreVhdImageArtifactProfileResponse.__key_warning(key)
1334
+ return super().__getitem__(key)
1335
+
1336
+ def get(self, key: str, default = None) -> Any:
1337
+ AzureCoreVhdImageArtifactProfileResponse.__key_warning(key)
1338
+ return super().get(key, default)
1339
+
1340
+ def __init__(__self__, *,
1341
+ artifact_store: Optional['outputs.ReferencedResourceResponse'] = None,
1342
+ vhd_artifact_profile: Optional['outputs.VhdImageArtifactProfileResponse'] = None):
1343
+ """
1344
+ Azure vhd artifact profile properties.
1345
+ :param 'ReferencedResourceResponse' artifact_store: The reference to artifact store.
1346
+ :param 'VhdImageArtifactProfileResponse' vhd_artifact_profile: Vhd artifact profile.
1347
+ """
1348
+ if artifact_store is not None:
1349
+ pulumi.set(__self__, "artifact_store", artifact_store)
1350
+ if vhd_artifact_profile is not None:
1351
+ pulumi.set(__self__, "vhd_artifact_profile", vhd_artifact_profile)
1352
+
1353
+ @property
1354
+ @pulumi.getter(name="artifactStore")
1355
+ def artifact_store(self) -> Optional['outputs.ReferencedResourceResponse']:
1356
+ """
1357
+ The reference to artifact store.
1358
+ """
1359
+ return pulumi.get(self, "artifact_store")
1360
+
1361
+ @property
1362
+ @pulumi.getter(name="vhdArtifactProfile")
1363
+ def vhd_artifact_profile(self) -> Optional['outputs.VhdImageArtifactProfileResponse']:
1364
+ """
1365
+ Vhd artifact profile.
1366
+ """
1367
+ return pulumi.get(self, "vhd_artifact_profile")
1368
+
1369
+
1370
+ @pulumi.output_type
1371
+ class AzureCoreVhdImageDeployMappingRuleProfileResponse(dict):
1372
+ """
1373
+ Azure vhd deploy mapping rule profile.
1374
+ """
1375
+ @staticmethod
1376
+ def __key_warning(key: str):
1377
+ suggest = None
1378
+ if key == "applicationEnablement":
1379
+ suggest = "application_enablement"
1380
+ elif key == "vhdImageMappingRuleProfile":
1381
+ suggest = "vhd_image_mapping_rule_profile"
1382
+
1383
+ if suggest:
1384
+ pulumi.log.warn(f"Key '{key}' not found in AzureCoreVhdImageDeployMappingRuleProfileResponse. Access the value via the '{suggest}' property getter instead.")
1385
+
1386
+ def __getitem__(self, key: str) -> Any:
1387
+ AzureCoreVhdImageDeployMappingRuleProfileResponse.__key_warning(key)
1388
+ return super().__getitem__(key)
1389
+
1390
+ def get(self, key: str, default = None) -> Any:
1391
+ AzureCoreVhdImageDeployMappingRuleProfileResponse.__key_warning(key)
1392
+ return super().get(key, default)
1393
+
1394
+ def __init__(__self__, *,
1395
+ application_enablement: Optional[str] = None,
1396
+ vhd_image_mapping_rule_profile: Optional['outputs.VhdImageMappingRuleProfileResponse'] = None):
1397
+ """
1398
+ Azure vhd deploy mapping rule profile.
1399
+ :param str application_enablement: The application enablement.
1400
+ :param 'VhdImageMappingRuleProfileResponse' vhd_image_mapping_rule_profile: The vhd mapping rule profile.
1401
+ """
1402
+ if application_enablement is not None:
1403
+ pulumi.set(__self__, "application_enablement", application_enablement)
1404
+ if vhd_image_mapping_rule_profile is not None:
1405
+ pulumi.set(__self__, "vhd_image_mapping_rule_profile", vhd_image_mapping_rule_profile)
1406
+
1407
+ @property
1408
+ @pulumi.getter(name="applicationEnablement")
1409
+ def application_enablement(self) -> Optional[str]:
1410
+ """
1411
+ The application enablement.
1412
+ """
1413
+ return pulumi.get(self, "application_enablement")
1414
+
1415
+ @property
1416
+ @pulumi.getter(name="vhdImageMappingRuleProfile")
1417
+ def vhd_image_mapping_rule_profile(self) -> Optional['outputs.VhdImageMappingRuleProfileResponse']:
1418
+ """
1419
+ The vhd mapping rule profile.
1420
+ """
1421
+ return pulumi.get(self, "vhd_image_mapping_rule_profile")
1422
+
1423
+
1424
+ @pulumi.output_type
1425
+ class AzureOperatorNexusArmTemplateArtifactProfileResponse(dict):
1426
+ """
1427
+ Azure Operator Distributed Services vhd artifact profile properties.
1428
+ """
1429
+ @staticmethod
1430
+ def __key_warning(key: str):
1431
+ suggest = None
1432
+ if key == "artifactStore":
1433
+ suggest = "artifact_store"
1434
+ elif key == "templateArtifactProfile":
1435
+ suggest = "template_artifact_profile"
1436
+
1437
+ if suggest:
1438
+ pulumi.log.warn(f"Key '{key}' not found in AzureOperatorNexusArmTemplateArtifactProfileResponse. Access the value via the '{suggest}' property getter instead.")
1439
+
1440
+ def __getitem__(self, key: str) -> Any:
1441
+ AzureOperatorNexusArmTemplateArtifactProfileResponse.__key_warning(key)
1442
+ return super().__getitem__(key)
1443
+
1444
+ def get(self, key: str, default = None) -> Any:
1445
+ AzureOperatorNexusArmTemplateArtifactProfileResponse.__key_warning(key)
1446
+ return super().get(key, default)
1447
+
1448
+ def __init__(__self__, *,
1449
+ artifact_store: Optional['outputs.ReferencedResourceResponse'] = None,
1450
+ template_artifact_profile: Optional['outputs.ArmTemplateArtifactProfileResponse'] = None):
1451
+ """
1452
+ Azure Operator Distributed Services vhd artifact profile properties.
1453
+ :param 'ReferencedResourceResponse' artifact_store: The reference to artifact store.
1454
+ :param 'ArmTemplateArtifactProfileResponse' template_artifact_profile: Template artifact profile.
1455
+ """
1456
+ if artifact_store is not None:
1457
+ pulumi.set(__self__, "artifact_store", artifact_store)
1458
+ if template_artifact_profile is not None:
1459
+ pulumi.set(__self__, "template_artifact_profile", template_artifact_profile)
1460
+
1461
+ @property
1462
+ @pulumi.getter(name="artifactStore")
1463
+ def artifact_store(self) -> Optional['outputs.ReferencedResourceResponse']:
1464
+ """
1465
+ The reference to artifact store.
1466
+ """
1467
+ return pulumi.get(self, "artifact_store")
1468
+
1469
+ @property
1470
+ @pulumi.getter(name="templateArtifactProfile")
1471
+ def template_artifact_profile(self) -> Optional['outputs.ArmTemplateArtifactProfileResponse']:
1472
+ """
1473
+ Template artifact profile.
1474
+ """
1475
+ return pulumi.get(self, "template_artifact_profile")
1476
+
1477
+
1478
+ @pulumi.output_type
1479
+ class AzureOperatorNexusArmTemplateDeployMappingRuleProfileResponse(dict):
1480
+ """
1481
+ Azure Operator Distributed Services template deploy mapping rule profile.
1482
+ """
1483
+ @staticmethod
1484
+ def __key_warning(key: str):
1485
+ suggest = None
1486
+ if key == "applicationEnablement":
1487
+ suggest = "application_enablement"
1488
+ elif key == "templateMappingRuleProfile":
1489
+ suggest = "template_mapping_rule_profile"
1490
+
1491
+ if suggest:
1492
+ pulumi.log.warn(f"Key '{key}' not found in AzureOperatorNexusArmTemplateDeployMappingRuleProfileResponse. Access the value via the '{suggest}' property getter instead.")
1493
+
1494
+ def __getitem__(self, key: str) -> Any:
1495
+ AzureOperatorNexusArmTemplateDeployMappingRuleProfileResponse.__key_warning(key)
1496
+ return super().__getitem__(key)
1497
+
1498
+ def get(self, key: str, default = None) -> Any:
1499
+ AzureOperatorNexusArmTemplateDeployMappingRuleProfileResponse.__key_warning(key)
1500
+ return super().get(key, default)
1501
+
1502
+ def __init__(__self__, *,
1503
+ application_enablement: Optional[str] = None,
1504
+ template_mapping_rule_profile: Optional['outputs.ArmTemplateMappingRuleProfileResponse'] = None):
1505
+ """
1506
+ Azure Operator Distributed Services template deploy mapping rule profile.
1507
+ :param str application_enablement: The application enablement.
1508
+ :param 'ArmTemplateMappingRuleProfileResponse' template_mapping_rule_profile: The template mapping rule profile.
1509
+ """
1510
+ if application_enablement is not None:
1511
+ pulumi.set(__self__, "application_enablement", application_enablement)
1512
+ if template_mapping_rule_profile is not None:
1513
+ pulumi.set(__self__, "template_mapping_rule_profile", template_mapping_rule_profile)
1514
+
1515
+ @property
1516
+ @pulumi.getter(name="applicationEnablement")
1517
+ def application_enablement(self) -> Optional[str]:
1518
+ """
1519
+ The application enablement.
1520
+ """
1521
+ return pulumi.get(self, "application_enablement")
1522
+
1523
+ @property
1524
+ @pulumi.getter(name="templateMappingRuleProfile")
1525
+ def template_mapping_rule_profile(self) -> Optional['outputs.ArmTemplateMappingRuleProfileResponse']:
1526
+ """
1527
+ The template mapping rule profile.
1528
+ """
1529
+ return pulumi.get(self, "template_mapping_rule_profile")
1530
+
1531
+
1532
+ @pulumi.output_type
1533
+ class AzureOperatorNexusClusterNFVIDetailsResponse(dict):
1534
+ """
1535
+ The AzureOperatorNexusCluster NFVI detail.
1536
+ """
1537
+ @staticmethod
1538
+ def __key_warning(key: str):
1539
+ suggest = None
1540
+ if key == "nfviType":
1541
+ suggest = "nfvi_type"
1542
+ elif key == "customLocationReference":
1543
+ suggest = "custom_location_reference"
1544
+
1545
+ if suggest:
1546
+ pulumi.log.warn(f"Key '{key}' not found in AzureOperatorNexusClusterNFVIDetailsResponse. Access the value via the '{suggest}' property getter instead.")
1547
+
1548
+ def __getitem__(self, key: str) -> Any:
1549
+ AzureOperatorNexusClusterNFVIDetailsResponse.__key_warning(key)
1550
+ return super().__getitem__(key)
1551
+
1552
+ def get(self, key: str, default = None) -> Any:
1553
+ AzureOperatorNexusClusterNFVIDetailsResponse.__key_warning(key)
1554
+ return super().get(key, default)
1555
+
1556
+ def __init__(__self__, *,
1557
+ nfvi_type: str,
1558
+ custom_location_reference: Optional['outputs.ReferencedResourceResponse'] = None,
1559
+ name: Optional[str] = None):
1560
+ """
1561
+ The AzureOperatorNexusCluster NFVI detail.
1562
+ :param str nfvi_type: The NFVI type.
1563
+ Expected value is 'AzureOperatorNexus'.
1564
+ :param 'ReferencedResourceResponse' custom_location_reference: The reference to the custom location.
1565
+ :param str name: Name of the nfvi.
1566
+ """
1567
+ pulumi.set(__self__, "nfvi_type", 'AzureOperatorNexus')
1568
+ if custom_location_reference is not None:
1569
+ pulumi.set(__self__, "custom_location_reference", custom_location_reference)
1570
+ if name is not None:
1571
+ pulumi.set(__self__, "name", name)
1572
+
1573
+ @property
1574
+ @pulumi.getter(name="nfviType")
1575
+ def nfvi_type(self) -> str:
1576
+ """
1577
+ The NFVI type.
1578
+ Expected value is 'AzureOperatorNexus'.
1579
+ """
1580
+ return pulumi.get(self, "nfvi_type")
1581
+
1582
+ @property
1583
+ @pulumi.getter(name="customLocationReference")
1584
+ def custom_location_reference(self) -> Optional['outputs.ReferencedResourceResponse']:
1585
+ """
1586
+ The reference to the custom location.
1587
+ """
1588
+ return pulumi.get(self, "custom_location_reference")
1589
+
1590
+ @property
1591
+ @pulumi.getter
1592
+ def name(self) -> Optional[str]:
1593
+ """
1594
+ Name of the nfvi.
1595
+ """
1596
+ return pulumi.get(self, "name")
1597
+
1598
+
1599
+ @pulumi.output_type
1600
+ class AzureOperatorNexusImageArtifactProfileResponse(dict):
1601
+ """
1602
+ Azure Operator Distributed Services image artifact profile properties.
1603
+ """
1604
+ @staticmethod
1605
+ def __key_warning(key: str):
1606
+ suggest = None
1607
+ if key == "artifactStore":
1608
+ suggest = "artifact_store"
1609
+ elif key == "imageArtifactProfile":
1610
+ suggest = "image_artifact_profile"
1611
+
1612
+ if suggest:
1613
+ pulumi.log.warn(f"Key '{key}' not found in AzureOperatorNexusImageArtifactProfileResponse. Access the value via the '{suggest}' property getter instead.")
1614
+
1615
+ def __getitem__(self, key: str) -> Any:
1616
+ AzureOperatorNexusImageArtifactProfileResponse.__key_warning(key)
1617
+ return super().__getitem__(key)
1618
+
1619
+ def get(self, key: str, default = None) -> Any:
1620
+ AzureOperatorNexusImageArtifactProfileResponse.__key_warning(key)
1621
+ return super().get(key, default)
1622
+
1623
+ def __init__(__self__, *,
1624
+ artifact_store: Optional['outputs.ReferencedResourceResponse'] = None,
1625
+ image_artifact_profile: Optional['outputs.ImageArtifactProfileResponse'] = None):
1626
+ """
1627
+ Azure Operator Distributed Services image artifact profile properties.
1628
+ :param 'ReferencedResourceResponse' artifact_store: The reference to artifact store.
1629
+ :param 'ImageArtifactProfileResponse' image_artifact_profile: Image artifact profile.
1630
+ """
1631
+ if artifact_store is not None:
1632
+ pulumi.set(__self__, "artifact_store", artifact_store)
1633
+ if image_artifact_profile is not None:
1634
+ pulumi.set(__self__, "image_artifact_profile", image_artifact_profile)
1635
+
1636
+ @property
1637
+ @pulumi.getter(name="artifactStore")
1638
+ def artifact_store(self) -> Optional['outputs.ReferencedResourceResponse']:
1639
+ """
1640
+ The reference to artifact store.
1641
+ """
1642
+ return pulumi.get(self, "artifact_store")
1643
+
1644
+ @property
1645
+ @pulumi.getter(name="imageArtifactProfile")
1646
+ def image_artifact_profile(self) -> Optional['outputs.ImageArtifactProfileResponse']:
1647
+ """
1648
+ Image artifact profile.
1649
+ """
1650
+ return pulumi.get(self, "image_artifact_profile")
1651
+
1652
+
1653
+ @pulumi.output_type
1654
+ class AzureOperatorNexusImageDeployMappingRuleProfileResponse(dict):
1655
+ """
1656
+ Azure Operator Distributed Services image deploy mapping rule profile.
1657
+ """
1658
+ @staticmethod
1659
+ def __key_warning(key: str):
1660
+ suggest = None
1661
+ if key == "applicationEnablement":
1662
+ suggest = "application_enablement"
1663
+ elif key == "imageMappingRuleProfile":
1664
+ suggest = "image_mapping_rule_profile"
1665
+
1666
+ if suggest:
1667
+ pulumi.log.warn(f"Key '{key}' not found in AzureOperatorNexusImageDeployMappingRuleProfileResponse. Access the value via the '{suggest}' property getter instead.")
1668
+
1669
+ def __getitem__(self, key: str) -> Any:
1670
+ AzureOperatorNexusImageDeployMappingRuleProfileResponse.__key_warning(key)
1671
+ return super().__getitem__(key)
1672
+
1673
+ def get(self, key: str, default = None) -> Any:
1674
+ AzureOperatorNexusImageDeployMappingRuleProfileResponse.__key_warning(key)
1675
+ return super().get(key, default)
1676
+
1677
+ def __init__(__self__, *,
1678
+ application_enablement: Optional[str] = None,
1679
+ image_mapping_rule_profile: Optional['outputs.ImageMappingRuleProfileResponse'] = None):
1680
+ """
1681
+ Azure Operator Distributed Services image deploy mapping rule profile.
1682
+ :param str application_enablement: The application enablement.
1683
+ :param 'ImageMappingRuleProfileResponse' image_mapping_rule_profile: The vhd mapping rule profile.
1684
+ """
1685
+ if application_enablement is not None:
1686
+ pulumi.set(__self__, "application_enablement", application_enablement)
1687
+ if image_mapping_rule_profile is not None:
1688
+ pulumi.set(__self__, "image_mapping_rule_profile", image_mapping_rule_profile)
1689
+
1690
+ @property
1691
+ @pulumi.getter(name="applicationEnablement")
1692
+ def application_enablement(self) -> Optional[str]:
1693
+ """
1694
+ The application enablement.
1695
+ """
1696
+ return pulumi.get(self, "application_enablement")
1697
+
1698
+ @property
1699
+ @pulumi.getter(name="imageMappingRuleProfile")
1700
+ def image_mapping_rule_profile(self) -> Optional['outputs.ImageMappingRuleProfileResponse']:
1701
+ """
1702
+ The vhd mapping rule profile.
1703
+ """
1704
+ return pulumi.get(self, "image_mapping_rule_profile")
1705
+
1706
+
1707
+ @pulumi.output_type
1708
+ class AzureOperatorNexusNetworkFunctionArmTemplateApplicationResponse(dict):
1709
+ """
1710
+ Azure Operator Distributed Services network function Template application definition.
1711
+ """
1712
+ @staticmethod
1713
+ def __key_warning(key: str):
1714
+ suggest = None
1715
+ if key == "artifactType":
1716
+ suggest = "artifact_type"
1717
+ elif key == "artifactProfile":
1718
+ suggest = "artifact_profile"
1719
+ elif key == "dependsOnProfile":
1720
+ suggest = "depends_on_profile"
1721
+ elif key == "deployParametersMappingRuleProfile":
1722
+ suggest = "deploy_parameters_mapping_rule_profile"
1723
+
1724
+ if suggest:
1725
+ pulumi.log.warn(f"Key '{key}' not found in AzureOperatorNexusNetworkFunctionArmTemplateApplicationResponse. Access the value via the '{suggest}' property getter instead.")
1726
+
1727
+ def __getitem__(self, key: str) -> Any:
1728
+ AzureOperatorNexusNetworkFunctionArmTemplateApplicationResponse.__key_warning(key)
1729
+ return super().__getitem__(key)
1730
+
1731
+ def get(self, key: str, default = None) -> Any:
1732
+ AzureOperatorNexusNetworkFunctionArmTemplateApplicationResponse.__key_warning(key)
1733
+ return super().get(key, default)
1734
+
1735
+ def __init__(__self__, *,
1736
+ artifact_type: str,
1737
+ artifact_profile: Optional['outputs.AzureOperatorNexusArmTemplateArtifactProfileResponse'] = None,
1738
+ depends_on_profile: Optional['outputs.DependsOnProfileResponse'] = None,
1739
+ deploy_parameters_mapping_rule_profile: Optional['outputs.AzureOperatorNexusArmTemplateDeployMappingRuleProfileResponse'] = None,
1740
+ name: Optional[str] = None):
1741
+ """
1742
+ Azure Operator Distributed Services network function Template application definition.
1743
+ :param str artifact_type: The artifact type.
1744
+ Expected value is 'ArmTemplate'.
1745
+ :param 'AzureOperatorNexusArmTemplateArtifactProfileResponse' artifact_profile: Azure Operator Distributed Services Template artifact profile.
1746
+ :param 'DependsOnProfileResponse' depends_on_profile: Depends on profile definition.
1747
+ :param 'AzureOperatorNexusArmTemplateDeployMappingRuleProfileResponse' deploy_parameters_mapping_rule_profile: Deploy mapping rule profile.
1748
+ :param str name: The name of the network function application.
1749
+ """
1750
+ pulumi.set(__self__, "artifact_type", 'ArmTemplate')
1751
+ if artifact_profile is not None:
1752
+ pulumi.set(__self__, "artifact_profile", artifact_profile)
1753
+ if depends_on_profile is not None:
1754
+ pulumi.set(__self__, "depends_on_profile", depends_on_profile)
1755
+ if deploy_parameters_mapping_rule_profile is not None:
1756
+ pulumi.set(__self__, "deploy_parameters_mapping_rule_profile", deploy_parameters_mapping_rule_profile)
1757
+ if name is not None:
1758
+ pulumi.set(__self__, "name", name)
1759
+
1760
+ @property
1761
+ @pulumi.getter(name="artifactType")
1762
+ def artifact_type(self) -> str:
1763
+ """
1764
+ The artifact type.
1765
+ Expected value is 'ArmTemplate'.
1766
+ """
1767
+ return pulumi.get(self, "artifact_type")
1768
+
1769
+ @property
1770
+ @pulumi.getter(name="artifactProfile")
1771
+ def artifact_profile(self) -> Optional['outputs.AzureOperatorNexusArmTemplateArtifactProfileResponse']:
1772
+ """
1773
+ Azure Operator Distributed Services Template artifact profile.
1774
+ """
1775
+ return pulumi.get(self, "artifact_profile")
1776
+
1777
+ @property
1778
+ @pulumi.getter(name="dependsOnProfile")
1779
+ def depends_on_profile(self) -> Optional['outputs.DependsOnProfileResponse']:
1780
+ """
1781
+ Depends on profile definition.
1782
+ """
1783
+ return pulumi.get(self, "depends_on_profile")
1784
+
1785
+ @property
1786
+ @pulumi.getter(name="deployParametersMappingRuleProfile")
1787
+ def deploy_parameters_mapping_rule_profile(self) -> Optional['outputs.AzureOperatorNexusArmTemplateDeployMappingRuleProfileResponse']:
1788
+ """
1789
+ Deploy mapping rule profile.
1790
+ """
1791
+ return pulumi.get(self, "deploy_parameters_mapping_rule_profile")
1792
+
1793
+ @property
1794
+ @pulumi.getter
1795
+ def name(self) -> Optional[str]:
1796
+ """
1797
+ The name of the network function application.
1798
+ """
1799
+ return pulumi.get(self, "name")
1800
+
1801
+
1802
+ @pulumi.output_type
1803
+ class AzureOperatorNexusNetworkFunctionImageApplicationResponse(dict):
1804
+ """
1805
+ Azure Operator Distributed Services network function image application definition.
1806
+ """
1807
+ @staticmethod
1808
+ def __key_warning(key: str):
1809
+ suggest = None
1810
+ if key == "artifactType":
1811
+ suggest = "artifact_type"
1812
+ elif key == "artifactProfile":
1813
+ suggest = "artifact_profile"
1814
+ elif key == "dependsOnProfile":
1815
+ suggest = "depends_on_profile"
1816
+ elif key == "deployParametersMappingRuleProfile":
1817
+ suggest = "deploy_parameters_mapping_rule_profile"
1818
+
1819
+ if suggest:
1820
+ pulumi.log.warn(f"Key '{key}' not found in AzureOperatorNexusNetworkFunctionImageApplicationResponse. Access the value via the '{suggest}' property getter instead.")
1821
+
1822
+ def __getitem__(self, key: str) -> Any:
1823
+ AzureOperatorNexusNetworkFunctionImageApplicationResponse.__key_warning(key)
1824
+ return super().__getitem__(key)
1825
+
1826
+ def get(self, key: str, default = None) -> Any:
1827
+ AzureOperatorNexusNetworkFunctionImageApplicationResponse.__key_warning(key)
1828
+ return super().get(key, default)
1829
+
1830
+ def __init__(__self__, *,
1831
+ artifact_type: str,
1832
+ artifact_profile: Optional['outputs.AzureOperatorNexusImageArtifactProfileResponse'] = None,
1833
+ depends_on_profile: Optional['outputs.DependsOnProfileResponse'] = None,
1834
+ deploy_parameters_mapping_rule_profile: Optional['outputs.AzureOperatorNexusImageDeployMappingRuleProfileResponse'] = None,
1835
+ name: Optional[str] = None):
1836
+ """
1837
+ Azure Operator Distributed Services network function image application definition.
1838
+ :param str artifact_type: The artifact type.
1839
+ Expected value is 'ImageFile'.
1840
+ :param 'AzureOperatorNexusImageArtifactProfileResponse' artifact_profile: Azure Operator Distributed Services image artifact profile.
1841
+ :param 'DependsOnProfileResponse' depends_on_profile: Depends on profile definition.
1842
+ :param 'AzureOperatorNexusImageDeployMappingRuleProfileResponse' deploy_parameters_mapping_rule_profile: Deploy mapping rule profile.
1843
+ :param str name: The name of the network function application.
1844
+ """
1845
+ pulumi.set(__self__, "artifact_type", 'ImageFile')
1846
+ if artifact_profile is not None:
1847
+ pulumi.set(__self__, "artifact_profile", artifact_profile)
1848
+ if depends_on_profile is not None:
1849
+ pulumi.set(__self__, "depends_on_profile", depends_on_profile)
1850
+ if deploy_parameters_mapping_rule_profile is not None:
1851
+ pulumi.set(__self__, "deploy_parameters_mapping_rule_profile", deploy_parameters_mapping_rule_profile)
1852
+ if name is not None:
1853
+ pulumi.set(__self__, "name", name)
1854
+
1855
+ @property
1856
+ @pulumi.getter(name="artifactType")
1857
+ def artifact_type(self) -> str:
1858
+ """
1859
+ The artifact type.
1860
+ Expected value is 'ImageFile'.
1861
+ """
1862
+ return pulumi.get(self, "artifact_type")
1863
+
1864
+ @property
1865
+ @pulumi.getter(name="artifactProfile")
1866
+ def artifact_profile(self) -> Optional['outputs.AzureOperatorNexusImageArtifactProfileResponse']:
1867
+ """
1868
+ Azure Operator Distributed Services image artifact profile.
1869
+ """
1870
+ return pulumi.get(self, "artifact_profile")
1871
+
1872
+ @property
1873
+ @pulumi.getter(name="dependsOnProfile")
1874
+ def depends_on_profile(self) -> Optional['outputs.DependsOnProfileResponse']:
1875
+ """
1876
+ Depends on profile definition.
1877
+ """
1878
+ return pulumi.get(self, "depends_on_profile")
1879
+
1880
+ @property
1881
+ @pulumi.getter(name="deployParametersMappingRuleProfile")
1882
+ def deploy_parameters_mapping_rule_profile(self) -> Optional['outputs.AzureOperatorNexusImageDeployMappingRuleProfileResponse']:
1883
+ """
1884
+ Deploy mapping rule profile.
1885
+ """
1886
+ return pulumi.get(self, "deploy_parameters_mapping_rule_profile")
1887
+
1888
+ @property
1889
+ @pulumi.getter
1890
+ def name(self) -> Optional[str]:
1891
+ """
1892
+ The name of the network function application.
1893
+ """
1894
+ return pulumi.get(self, "name")
1895
+
1896
+
1897
+ @pulumi.output_type
1898
+ class AzureOperatorNexusNetworkFunctionTemplateResponse(dict):
1899
+ """
1900
+ Azure Operator Distributed Services network function template.
1901
+ """
1902
+ @staticmethod
1903
+ def __key_warning(key: str):
1904
+ suggest = None
1905
+ if key == "nfviType":
1906
+ suggest = "nfvi_type"
1907
+ elif key == "networkFunctionApplications":
1908
+ suggest = "network_function_applications"
1909
+
1910
+ if suggest:
1911
+ pulumi.log.warn(f"Key '{key}' not found in AzureOperatorNexusNetworkFunctionTemplateResponse. Access the value via the '{suggest}' property getter instead.")
1912
+
1913
+ def __getitem__(self, key: str) -> Any:
1914
+ AzureOperatorNexusNetworkFunctionTemplateResponse.__key_warning(key)
1915
+ return super().__getitem__(key)
1916
+
1917
+ def get(self, key: str, default = None) -> Any:
1918
+ AzureOperatorNexusNetworkFunctionTemplateResponse.__key_warning(key)
1919
+ return super().get(key, default)
1920
+
1921
+ def __init__(__self__, *,
1922
+ nfvi_type: str,
1923
+ network_function_applications: Optional[Sequence[Any]] = None):
1924
+ """
1925
+ Azure Operator Distributed Services network function template.
1926
+ :param str nfvi_type: The network function type.
1927
+ Expected value is 'AzureOperatorNexus'.
1928
+ :param Sequence[Union['AzureOperatorNexusNetworkFunctionArmTemplateApplicationResponse', 'AzureOperatorNexusNetworkFunctionImageApplicationResponse']] network_function_applications: Network function applications.
1929
+ """
1930
+ pulumi.set(__self__, "nfvi_type", 'AzureOperatorNexus')
1931
+ if network_function_applications is not None:
1932
+ pulumi.set(__self__, "network_function_applications", network_function_applications)
1933
+
1934
+ @property
1935
+ @pulumi.getter(name="nfviType")
1936
+ def nfvi_type(self) -> str:
1937
+ """
1938
+ The network function type.
1939
+ Expected value is 'AzureOperatorNexus'.
1940
+ """
1941
+ return pulumi.get(self, "nfvi_type")
1942
+
1943
+ @property
1944
+ @pulumi.getter(name="networkFunctionApplications")
1945
+ def network_function_applications(self) -> Optional[Sequence[Any]]:
1946
+ """
1947
+ Network function applications.
1948
+ """
1949
+ return pulumi.get(self, "network_function_applications")
1950
+
1951
+
1952
+ @pulumi.output_type
1953
+ class ConfigurationGroupSchemaPropertiesFormatResponse(dict):
1954
+ """
1955
+ Configuration group schema properties.
1956
+ """
1957
+ @staticmethod
1958
+ def __key_warning(key: str):
1959
+ suggest = None
1960
+ if key == "provisioningState":
1961
+ suggest = "provisioning_state"
1962
+ elif key == "versionState":
1963
+ suggest = "version_state"
1964
+ elif key == "schemaDefinition":
1965
+ suggest = "schema_definition"
1966
+
1967
+ if suggest:
1968
+ pulumi.log.warn(f"Key '{key}' not found in ConfigurationGroupSchemaPropertiesFormatResponse. Access the value via the '{suggest}' property getter instead.")
1969
+
1970
+ def __getitem__(self, key: str) -> Any:
1971
+ ConfigurationGroupSchemaPropertiesFormatResponse.__key_warning(key)
1972
+ return super().__getitem__(key)
1973
+
1974
+ def get(self, key: str, default = None) -> Any:
1975
+ ConfigurationGroupSchemaPropertiesFormatResponse.__key_warning(key)
1976
+ return super().get(key, default)
1977
+
1978
+ def __init__(__self__, *,
1979
+ provisioning_state: str,
1980
+ version_state: str,
1981
+ description: Optional[str] = None,
1982
+ schema_definition: Optional[str] = None):
1983
+ """
1984
+ Configuration group schema properties.
1985
+ :param str provisioning_state: The provisioning state of the Configuration group schema resource.
1986
+ :param str version_state: The configuration group schema version state.
1987
+ :param str description: Description of what schema can contain.
1988
+ :param str schema_definition: Name and value pairs that define the configuration value. It can be a well formed escaped JSON string.
1989
+ """
1990
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
1991
+ pulumi.set(__self__, "version_state", version_state)
1992
+ if description is not None:
1993
+ pulumi.set(__self__, "description", description)
1994
+ if schema_definition is not None:
1995
+ pulumi.set(__self__, "schema_definition", schema_definition)
1996
+
1997
+ @property
1998
+ @pulumi.getter(name="provisioningState")
1999
+ def provisioning_state(self) -> str:
2000
+ """
2001
+ The provisioning state of the Configuration group schema resource.
2002
+ """
2003
+ return pulumi.get(self, "provisioning_state")
2004
+
2005
+ @property
2006
+ @pulumi.getter(name="versionState")
2007
+ def version_state(self) -> str:
2008
+ """
2009
+ The configuration group schema version state.
2010
+ """
2011
+ return pulumi.get(self, "version_state")
2012
+
2013
+ @property
2014
+ @pulumi.getter
2015
+ def description(self) -> Optional[str]:
2016
+ """
2017
+ Description of what schema can contain.
2018
+ """
2019
+ return pulumi.get(self, "description")
2020
+
2021
+ @property
2022
+ @pulumi.getter(name="schemaDefinition")
2023
+ def schema_definition(self) -> Optional[str]:
2024
+ """
2025
+ Name and value pairs that define the configuration value. It can be a well formed escaped JSON string.
2026
+ """
2027
+ return pulumi.get(self, "schema_definition")
2028
+
2029
+
2030
+ @pulumi.output_type
2031
+ class ConfigurationValueWithSecretsResponse(dict):
2032
+ """
2033
+ The ConfigurationValue with secrets.
2034
+ """
2035
+ @staticmethod
2036
+ def __key_warning(key: str):
2037
+ suggest = None
2038
+ if key == "configurationGroupSchemaName":
2039
+ suggest = "configuration_group_schema_name"
2040
+ elif key == "configurationGroupSchemaOfferingLocation":
2041
+ suggest = "configuration_group_schema_offering_location"
2042
+ elif key == "configurationType":
2043
+ suggest = "configuration_type"
2044
+ elif key == "provisioningState":
2045
+ suggest = "provisioning_state"
2046
+ elif key == "publisherName":
2047
+ suggest = "publisher_name"
2048
+ elif key == "publisherScope":
2049
+ suggest = "publisher_scope"
2050
+ elif key == "configurationGroupSchemaResourceReference":
2051
+ suggest = "configuration_group_schema_resource_reference"
2052
+
2053
+ if suggest:
2054
+ pulumi.log.warn(f"Key '{key}' not found in ConfigurationValueWithSecretsResponse. Access the value via the '{suggest}' property getter instead.")
2055
+
2056
+ def __getitem__(self, key: str) -> Any:
2057
+ ConfigurationValueWithSecretsResponse.__key_warning(key)
2058
+ return super().__getitem__(key)
2059
+
2060
+ def get(self, key: str, default = None) -> Any:
2061
+ ConfigurationValueWithSecretsResponse.__key_warning(key)
2062
+ return super().get(key, default)
2063
+
2064
+ def __init__(__self__, *,
2065
+ configuration_group_schema_name: str,
2066
+ configuration_group_schema_offering_location: str,
2067
+ configuration_type: str,
2068
+ provisioning_state: str,
2069
+ publisher_name: str,
2070
+ publisher_scope: str,
2071
+ configuration_group_schema_resource_reference: Optional[Any] = None):
2072
+ """
2073
+ The ConfigurationValue with secrets.
2074
+ :param str configuration_group_schema_name: The configuration group schema name.
2075
+ :param str configuration_group_schema_offering_location: The location of the configuration group schema offering.
2076
+ :param str configuration_type: The secret type which indicates if secret or not.
2077
+ Expected value is 'Secret'.
2078
+ :param str provisioning_state: The provisioning state of the site resource.
2079
+ :param str publisher_name: The publisher name for the configuration group schema.
2080
+ :param str publisher_scope: The scope of the publisher.
2081
+ :param Union['OpenDeploymentResourceReferenceResponse', 'SecretDeploymentResourceReferenceResponse'] configuration_group_schema_resource_reference: The configuration group schema resource reference.
2082
+ """
2083
+ pulumi.set(__self__, "configuration_group_schema_name", configuration_group_schema_name)
2084
+ pulumi.set(__self__, "configuration_group_schema_offering_location", configuration_group_schema_offering_location)
2085
+ pulumi.set(__self__, "configuration_type", 'Secret')
2086
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
2087
+ pulumi.set(__self__, "publisher_name", publisher_name)
2088
+ pulumi.set(__self__, "publisher_scope", publisher_scope)
2089
+ if configuration_group_schema_resource_reference is not None:
2090
+ pulumi.set(__self__, "configuration_group_schema_resource_reference", configuration_group_schema_resource_reference)
2091
+
2092
+ @property
2093
+ @pulumi.getter(name="configurationGroupSchemaName")
2094
+ def configuration_group_schema_name(self) -> str:
2095
+ """
2096
+ The configuration group schema name.
2097
+ """
2098
+ return pulumi.get(self, "configuration_group_schema_name")
2099
+
2100
+ @property
2101
+ @pulumi.getter(name="configurationGroupSchemaOfferingLocation")
2102
+ def configuration_group_schema_offering_location(self) -> str:
2103
+ """
2104
+ The location of the configuration group schema offering.
2105
+ """
2106
+ return pulumi.get(self, "configuration_group_schema_offering_location")
2107
+
2108
+ @property
2109
+ @pulumi.getter(name="configurationType")
2110
+ def configuration_type(self) -> str:
2111
+ """
2112
+ The secret type which indicates if secret or not.
2113
+ Expected value is 'Secret'.
2114
+ """
2115
+ return pulumi.get(self, "configuration_type")
2116
+
2117
+ @property
2118
+ @pulumi.getter(name="provisioningState")
2119
+ def provisioning_state(self) -> str:
2120
+ """
2121
+ The provisioning state of the site resource.
2122
+ """
2123
+ return pulumi.get(self, "provisioning_state")
2124
+
2125
+ @property
2126
+ @pulumi.getter(name="publisherName")
2127
+ def publisher_name(self) -> str:
2128
+ """
2129
+ The publisher name for the configuration group schema.
2130
+ """
2131
+ return pulumi.get(self, "publisher_name")
2132
+
2133
+ @property
2134
+ @pulumi.getter(name="publisherScope")
2135
+ def publisher_scope(self) -> str:
2136
+ """
2137
+ The scope of the publisher.
2138
+ """
2139
+ return pulumi.get(self, "publisher_scope")
2140
+
2141
+ @property
2142
+ @pulumi.getter(name="configurationGroupSchemaResourceReference")
2143
+ def configuration_group_schema_resource_reference(self) -> Optional[Any]:
2144
+ """
2145
+ The configuration group schema resource reference.
2146
+ """
2147
+ return pulumi.get(self, "configuration_group_schema_resource_reference")
2148
+
2149
+
2150
+ @pulumi.output_type
2151
+ class ConfigurationValueWithoutSecretsResponse(dict):
2152
+ """
2153
+ The ConfigurationValue with no secrets.
2154
+ """
2155
+ @staticmethod
2156
+ def __key_warning(key: str):
2157
+ suggest = None
2158
+ if key == "configurationGroupSchemaName":
2159
+ suggest = "configuration_group_schema_name"
2160
+ elif key == "configurationGroupSchemaOfferingLocation":
2161
+ suggest = "configuration_group_schema_offering_location"
2162
+ elif key == "configurationType":
2163
+ suggest = "configuration_type"
2164
+ elif key == "provisioningState":
2165
+ suggest = "provisioning_state"
2166
+ elif key == "publisherName":
2167
+ suggest = "publisher_name"
2168
+ elif key == "publisherScope":
2169
+ suggest = "publisher_scope"
2170
+ elif key == "configurationGroupSchemaResourceReference":
2171
+ suggest = "configuration_group_schema_resource_reference"
2172
+ elif key == "configurationValue":
2173
+ suggest = "configuration_value"
2174
+
2175
+ if suggest:
2176
+ pulumi.log.warn(f"Key '{key}' not found in ConfigurationValueWithoutSecretsResponse. Access the value via the '{suggest}' property getter instead.")
2177
+
2178
+ def __getitem__(self, key: str) -> Any:
2179
+ ConfigurationValueWithoutSecretsResponse.__key_warning(key)
2180
+ return super().__getitem__(key)
2181
+
2182
+ def get(self, key: str, default = None) -> Any:
2183
+ ConfigurationValueWithoutSecretsResponse.__key_warning(key)
2184
+ return super().get(key, default)
2185
+
2186
+ def __init__(__self__, *,
2187
+ configuration_group_schema_name: str,
2188
+ configuration_group_schema_offering_location: str,
2189
+ configuration_type: str,
2190
+ provisioning_state: str,
2191
+ publisher_name: str,
2192
+ publisher_scope: str,
2193
+ configuration_group_schema_resource_reference: Optional[Any] = None,
2194
+ configuration_value: Optional[str] = None):
2195
+ """
2196
+ The ConfigurationValue with no secrets.
2197
+ :param str configuration_group_schema_name: The configuration group schema name.
2198
+ :param str configuration_group_schema_offering_location: The location of the configuration group schema offering.
2199
+ :param str configuration_type: The secret type which indicates if secret or not.
2200
+ Expected value is 'Open'.
2201
+ :param str provisioning_state: The provisioning state of the site resource.
2202
+ :param str publisher_name: The publisher name for the configuration group schema.
2203
+ :param str publisher_scope: The scope of the publisher.
2204
+ :param Union['OpenDeploymentResourceReferenceResponse', 'SecretDeploymentResourceReferenceResponse'] configuration_group_schema_resource_reference: The configuration group schema resource reference.
2205
+ :param str configuration_value: Name and value pairs that define the configuration value. It can be a well formed escaped JSON string.
2206
+ """
2207
+ pulumi.set(__self__, "configuration_group_schema_name", configuration_group_schema_name)
2208
+ pulumi.set(__self__, "configuration_group_schema_offering_location", configuration_group_schema_offering_location)
2209
+ pulumi.set(__self__, "configuration_type", 'Open')
2210
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
2211
+ pulumi.set(__self__, "publisher_name", publisher_name)
2212
+ pulumi.set(__self__, "publisher_scope", publisher_scope)
2213
+ if configuration_group_schema_resource_reference is not None:
2214
+ pulumi.set(__self__, "configuration_group_schema_resource_reference", configuration_group_schema_resource_reference)
2215
+ if configuration_value is not None:
2216
+ pulumi.set(__self__, "configuration_value", configuration_value)
2217
+
2218
+ @property
2219
+ @pulumi.getter(name="configurationGroupSchemaName")
2220
+ def configuration_group_schema_name(self) -> str:
2221
+ """
2222
+ The configuration group schema name.
2223
+ """
2224
+ return pulumi.get(self, "configuration_group_schema_name")
2225
+
2226
+ @property
2227
+ @pulumi.getter(name="configurationGroupSchemaOfferingLocation")
2228
+ def configuration_group_schema_offering_location(self) -> str:
2229
+ """
2230
+ The location of the configuration group schema offering.
2231
+ """
2232
+ return pulumi.get(self, "configuration_group_schema_offering_location")
2233
+
2234
+ @property
2235
+ @pulumi.getter(name="configurationType")
2236
+ def configuration_type(self) -> str:
2237
+ """
2238
+ The secret type which indicates if secret or not.
2239
+ Expected value is 'Open'.
2240
+ """
2241
+ return pulumi.get(self, "configuration_type")
2242
+
2243
+ @property
2244
+ @pulumi.getter(name="provisioningState")
2245
+ def provisioning_state(self) -> str:
2246
+ """
2247
+ The provisioning state of the site resource.
2248
+ """
2249
+ return pulumi.get(self, "provisioning_state")
2250
+
2251
+ @property
2252
+ @pulumi.getter(name="publisherName")
2253
+ def publisher_name(self) -> str:
2254
+ """
2255
+ The publisher name for the configuration group schema.
2256
+ """
2257
+ return pulumi.get(self, "publisher_name")
2258
+
2259
+ @property
2260
+ @pulumi.getter(name="publisherScope")
2261
+ def publisher_scope(self) -> str:
2262
+ """
2263
+ The scope of the publisher.
2264
+ """
2265
+ return pulumi.get(self, "publisher_scope")
2266
+
2267
+ @property
2268
+ @pulumi.getter(name="configurationGroupSchemaResourceReference")
2269
+ def configuration_group_schema_resource_reference(self) -> Optional[Any]:
2270
+ """
2271
+ The configuration group schema resource reference.
2272
+ """
2273
+ return pulumi.get(self, "configuration_group_schema_resource_reference")
2274
+
2275
+ @property
2276
+ @pulumi.getter(name="configurationValue")
2277
+ def configuration_value(self) -> Optional[str]:
2278
+ """
2279
+ Name and value pairs that define the configuration value. It can be a well formed escaped JSON string.
2280
+ """
2281
+ return pulumi.get(self, "configuration_value")
2282
+
2283
+
2284
+ @pulumi.output_type
2285
+ class ContainerizedNetworkFunctionDefinitionVersionResponse(dict):
2286
+ """
2287
+ Containerized network function network function definition version properties.
2288
+ """
2289
+ @staticmethod
2290
+ def __key_warning(key: str):
2291
+ suggest = None
2292
+ if key == "networkFunctionType":
2293
+ suggest = "network_function_type"
2294
+ elif key == "provisioningState":
2295
+ suggest = "provisioning_state"
2296
+ elif key == "versionState":
2297
+ suggest = "version_state"
2298
+ elif key == "deployParameters":
2299
+ suggest = "deploy_parameters"
2300
+ elif key == "networkFunctionTemplate":
2301
+ suggest = "network_function_template"
2302
+
2303
+ if suggest:
2304
+ pulumi.log.warn(f"Key '{key}' not found in ContainerizedNetworkFunctionDefinitionVersionResponse. Access the value via the '{suggest}' property getter instead.")
2305
+
2306
+ def __getitem__(self, key: str) -> Any:
2307
+ ContainerizedNetworkFunctionDefinitionVersionResponse.__key_warning(key)
2308
+ return super().__getitem__(key)
2309
+
2310
+ def get(self, key: str, default = None) -> Any:
2311
+ ContainerizedNetworkFunctionDefinitionVersionResponse.__key_warning(key)
2312
+ return super().get(key, default)
2313
+
2314
+ def __init__(__self__, *,
2315
+ network_function_type: str,
2316
+ provisioning_state: str,
2317
+ version_state: str,
2318
+ deploy_parameters: Optional[str] = None,
2319
+ description: Optional[str] = None,
2320
+ network_function_template: Optional['outputs.AzureArcKubernetesNetworkFunctionTemplateResponse'] = None):
2321
+ """
2322
+ Containerized network function network function definition version properties.
2323
+ :param str network_function_type: The network function type.
2324
+ Expected value is 'ContainerizedNetworkFunction'.
2325
+ :param str provisioning_state: The provisioning state of the network function definition version resource.
2326
+ :param str version_state: The network function definition version state.
2327
+ :param str deploy_parameters: The deployment parameters of the network function definition version.
2328
+ :param str description: The network function definition version description.
2329
+ :param 'AzureArcKubernetesNetworkFunctionTemplateResponse' network_function_template: Containerized network function template.
2330
+ """
2331
+ pulumi.set(__self__, "network_function_type", 'ContainerizedNetworkFunction')
2332
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
2333
+ pulumi.set(__self__, "version_state", version_state)
2334
+ if deploy_parameters is not None:
2335
+ pulumi.set(__self__, "deploy_parameters", deploy_parameters)
2336
+ if description is not None:
2337
+ pulumi.set(__self__, "description", description)
2338
+ if network_function_template is not None:
2339
+ pulumi.set(__self__, "network_function_template", network_function_template)
2340
+
2341
+ @property
2342
+ @pulumi.getter(name="networkFunctionType")
2343
+ def network_function_type(self) -> str:
2344
+ """
2345
+ The network function type.
2346
+ Expected value is 'ContainerizedNetworkFunction'.
2347
+ """
2348
+ return pulumi.get(self, "network_function_type")
2349
+
2350
+ @property
2351
+ @pulumi.getter(name="provisioningState")
2352
+ def provisioning_state(self) -> str:
2353
+ """
2354
+ The provisioning state of the network function definition version resource.
2355
+ """
2356
+ return pulumi.get(self, "provisioning_state")
2357
+
2358
+ @property
2359
+ @pulumi.getter(name="versionState")
2360
+ def version_state(self) -> str:
2361
+ """
2362
+ The network function definition version state.
2363
+ """
2364
+ return pulumi.get(self, "version_state")
2365
+
2366
+ @property
2367
+ @pulumi.getter(name="deployParameters")
2368
+ def deploy_parameters(self) -> Optional[str]:
2369
+ """
2370
+ The deployment parameters of the network function definition version.
2371
+ """
2372
+ return pulumi.get(self, "deploy_parameters")
2373
+
2374
+ @property
2375
+ @pulumi.getter
2376
+ def description(self) -> Optional[str]:
2377
+ """
2378
+ The network function definition version description.
2379
+ """
2380
+ return pulumi.get(self, "description")
2381
+
2382
+ @property
2383
+ @pulumi.getter(name="networkFunctionTemplate")
2384
+ def network_function_template(self) -> Optional['outputs.AzureArcKubernetesNetworkFunctionTemplateResponse']:
2385
+ """
2386
+ Containerized network function template.
2387
+ """
2388
+ return pulumi.get(self, "network_function_template")
2389
+
2390
+
2391
+ @pulumi.output_type
2392
+ class DependsOnProfileResponse(dict):
2393
+ """
2394
+ Depends on profile definition.
2395
+ """
2396
+ @staticmethod
2397
+ def __key_warning(key: str):
2398
+ suggest = None
2399
+ if key == "installDependsOn":
2400
+ suggest = "install_depends_on"
2401
+ elif key == "uninstallDependsOn":
2402
+ suggest = "uninstall_depends_on"
2403
+ elif key == "updateDependsOn":
2404
+ suggest = "update_depends_on"
2405
+
2406
+ if suggest:
2407
+ pulumi.log.warn(f"Key '{key}' not found in DependsOnProfileResponse. Access the value via the '{suggest}' property getter instead.")
2408
+
2409
+ def __getitem__(self, key: str) -> Any:
2410
+ DependsOnProfileResponse.__key_warning(key)
2411
+ return super().__getitem__(key)
2412
+
2413
+ def get(self, key: str, default = None) -> Any:
2414
+ DependsOnProfileResponse.__key_warning(key)
2415
+ return super().get(key, default)
2416
+
2417
+ def __init__(__self__, *,
2418
+ install_depends_on: Optional[Sequence[str]] = None,
2419
+ uninstall_depends_on: Optional[Sequence[str]] = None,
2420
+ update_depends_on: Optional[Sequence[str]] = None):
2421
+ """
2422
+ Depends on profile definition.
2423
+ :param Sequence[str] install_depends_on: Application installation operation dependency.
2424
+ :param Sequence[str] uninstall_depends_on: Application deletion operation dependency.
2425
+ :param Sequence[str] update_depends_on: Application update operation dependency.
2426
+ """
2427
+ if install_depends_on is not None:
2428
+ pulumi.set(__self__, "install_depends_on", install_depends_on)
2429
+ if uninstall_depends_on is not None:
2430
+ pulumi.set(__self__, "uninstall_depends_on", uninstall_depends_on)
2431
+ if update_depends_on is not None:
2432
+ pulumi.set(__self__, "update_depends_on", update_depends_on)
2433
+
2434
+ @property
2435
+ @pulumi.getter(name="installDependsOn")
2436
+ def install_depends_on(self) -> Optional[Sequence[str]]:
2437
+ """
2438
+ Application installation operation dependency.
2439
+ """
2440
+ return pulumi.get(self, "install_depends_on")
2441
+
2442
+ @property
2443
+ @pulumi.getter(name="uninstallDependsOn")
2444
+ def uninstall_depends_on(self) -> Optional[Sequence[str]]:
2445
+ """
2446
+ Application deletion operation dependency.
2447
+ """
2448
+ return pulumi.get(self, "uninstall_depends_on")
2449
+
2450
+ @property
2451
+ @pulumi.getter(name="updateDependsOn")
2452
+ def update_depends_on(self) -> Optional[Sequence[str]]:
2453
+ """
2454
+ Application update operation dependency.
2455
+ """
2456
+ return pulumi.get(self, "update_depends_on")
2457
+
2458
+
2459
+ @pulumi.output_type
2460
+ class HelmArtifactProfileResponse(dict):
2461
+ """
2462
+ Helm artifact profile.
2463
+ """
2464
+ @staticmethod
2465
+ def __key_warning(key: str):
2466
+ suggest = None
2467
+ if key == "helmPackageName":
2468
+ suggest = "helm_package_name"
2469
+ elif key == "helmPackageVersionRange":
2470
+ suggest = "helm_package_version_range"
2471
+ elif key == "imagePullSecretsValuesPaths":
2472
+ suggest = "image_pull_secrets_values_paths"
2473
+ elif key == "registryValuesPaths":
2474
+ suggest = "registry_values_paths"
2475
+
2476
+ if suggest:
2477
+ pulumi.log.warn(f"Key '{key}' not found in HelmArtifactProfileResponse. Access the value via the '{suggest}' property getter instead.")
2478
+
2479
+ def __getitem__(self, key: str) -> Any:
2480
+ HelmArtifactProfileResponse.__key_warning(key)
2481
+ return super().__getitem__(key)
2482
+
2483
+ def get(self, key: str, default = None) -> Any:
2484
+ HelmArtifactProfileResponse.__key_warning(key)
2485
+ return super().get(key, default)
2486
+
2487
+ def __init__(__self__, *,
2488
+ helm_package_name: Optional[str] = None,
2489
+ helm_package_version_range: Optional[str] = None,
2490
+ image_pull_secrets_values_paths: Optional[Sequence[str]] = None,
2491
+ registry_values_paths: Optional[Sequence[str]] = None):
2492
+ """
2493
+ Helm artifact profile.
2494
+ :param str helm_package_name: Helm package name.
2495
+ :param str helm_package_version_range: Helm package version range.
2496
+ :param Sequence[str] image_pull_secrets_values_paths: The image pull secrets values path list.
2497
+ :param Sequence[str] registry_values_paths: The registry values path list.
2498
+ """
2499
+ if helm_package_name is not None:
2500
+ pulumi.set(__self__, "helm_package_name", helm_package_name)
2501
+ if helm_package_version_range is not None:
2502
+ pulumi.set(__self__, "helm_package_version_range", helm_package_version_range)
2503
+ if image_pull_secrets_values_paths is not None:
2504
+ pulumi.set(__self__, "image_pull_secrets_values_paths", image_pull_secrets_values_paths)
2505
+ if registry_values_paths is not None:
2506
+ pulumi.set(__self__, "registry_values_paths", registry_values_paths)
2507
+
2508
+ @property
2509
+ @pulumi.getter(name="helmPackageName")
2510
+ def helm_package_name(self) -> Optional[str]:
2511
+ """
2512
+ Helm package name.
2513
+ """
2514
+ return pulumi.get(self, "helm_package_name")
2515
+
2516
+ @property
2517
+ @pulumi.getter(name="helmPackageVersionRange")
2518
+ def helm_package_version_range(self) -> Optional[str]:
2519
+ """
2520
+ Helm package version range.
2521
+ """
2522
+ return pulumi.get(self, "helm_package_version_range")
2523
+
2524
+ @property
2525
+ @pulumi.getter(name="imagePullSecretsValuesPaths")
2526
+ def image_pull_secrets_values_paths(self) -> Optional[Sequence[str]]:
2527
+ """
2528
+ The image pull secrets values path list.
2529
+ """
2530
+ return pulumi.get(self, "image_pull_secrets_values_paths")
2531
+
2532
+ @property
2533
+ @pulumi.getter(name="registryValuesPaths")
2534
+ def registry_values_paths(self) -> Optional[Sequence[str]]:
2535
+ """
2536
+ The registry values path list.
2537
+ """
2538
+ return pulumi.get(self, "registry_values_paths")
2539
+
2540
+
2541
+ @pulumi.output_type
2542
+ class HelmInstallOptionsResponse(dict):
2543
+ """
2544
+ The helm deployment install options
2545
+ """
2546
+ def __init__(__self__, *,
2547
+ atomic: Optional[str] = None,
2548
+ timeout: Optional[str] = None,
2549
+ wait: Optional[str] = None):
2550
+ """
2551
+ The helm deployment install options
2552
+ :param str atomic: The helm deployment atomic options
2553
+ :param str timeout: The helm deployment timeout options
2554
+ :param str wait: The helm deployment wait options
2555
+ """
2556
+ if atomic is not None:
2557
+ pulumi.set(__self__, "atomic", atomic)
2558
+ if timeout is not None:
2559
+ pulumi.set(__self__, "timeout", timeout)
2560
+ if wait is not None:
2561
+ pulumi.set(__self__, "wait", wait)
2562
+
2563
+ @property
2564
+ @pulumi.getter
2565
+ def atomic(self) -> Optional[str]:
2566
+ """
2567
+ The helm deployment atomic options
2568
+ """
2569
+ return pulumi.get(self, "atomic")
2570
+
2571
+ @property
2572
+ @pulumi.getter
2573
+ def timeout(self) -> Optional[str]:
2574
+ """
2575
+ The helm deployment timeout options
2576
+ """
2577
+ return pulumi.get(self, "timeout")
2578
+
2579
+ @property
2580
+ @pulumi.getter
2581
+ def wait(self) -> Optional[str]:
2582
+ """
2583
+ The helm deployment wait options
2584
+ """
2585
+ return pulumi.get(self, "wait")
2586
+
2587
+
2588
+ @pulumi.output_type
2589
+ class HelmMappingRuleProfileResponse(dict):
2590
+ """
2591
+ Helm mapping rule profile
2592
+ """
2593
+ @staticmethod
2594
+ def __key_warning(key: str):
2595
+ suggest = None
2596
+ if key == "helmPackageVersion":
2597
+ suggest = "helm_package_version"
2598
+ elif key == "releaseName":
2599
+ suggest = "release_name"
2600
+ elif key == "releaseNamespace":
2601
+ suggest = "release_namespace"
2602
+
2603
+ if suggest:
2604
+ pulumi.log.warn(f"Key '{key}' not found in HelmMappingRuleProfileResponse. Access the value via the '{suggest}' property getter instead.")
2605
+
2606
+ def __getitem__(self, key: str) -> Any:
2607
+ HelmMappingRuleProfileResponse.__key_warning(key)
2608
+ return super().__getitem__(key)
2609
+
2610
+ def get(self, key: str, default = None) -> Any:
2611
+ HelmMappingRuleProfileResponse.__key_warning(key)
2612
+ return super().get(key, default)
2613
+
2614
+ def __init__(__self__, *,
2615
+ helm_package_version: Optional[str] = None,
2616
+ options: Optional['outputs.HelmMappingRuleProfileResponseOptions'] = None,
2617
+ release_name: Optional[str] = None,
2618
+ release_namespace: Optional[str] = None,
2619
+ values: Optional[str] = None):
2620
+ """
2621
+ Helm mapping rule profile
2622
+ :param str helm_package_version: Helm package version.
2623
+ :param 'HelmMappingRuleProfileResponseOptions' options: The helm deployment options
2624
+ :param str release_name: Helm release name.
2625
+ :param str release_namespace: Helm release namespace.
2626
+ :param str values: Helm release values.
2627
+ """
2628
+ if helm_package_version is not None:
2629
+ pulumi.set(__self__, "helm_package_version", helm_package_version)
2630
+ if options is not None:
2631
+ pulumi.set(__self__, "options", options)
2632
+ if release_name is not None:
2633
+ pulumi.set(__self__, "release_name", release_name)
2634
+ if release_namespace is not None:
2635
+ pulumi.set(__self__, "release_namespace", release_namespace)
2636
+ if values is not None:
2637
+ pulumi.set(__self__, "values", values)
2638
+
2639
+ @property
2640
+ @pulumi.getter(name="helmPackageVersion")
2641
+ def helm_package_version(self) -> Optional[str]:
2642
+ """
2643
+ Helm package version.
2644
+ """
2645
+ return pulumi.get(self, "helm_package_version")
2646
+
2647
+ @property
2648
+ @pulumi.getter
2649
+ def options(self) -> Optional['outputs.HelmMappingRuleProfileResponseOptions']:
2650
+ """
2651
+ The helm deployment options
2652
+ """
2653
+ return pulumi.get(self, "options")
2654
+
2655
+ @property
2656
+ @pulumi.getter(name="releaseName")
2657
+ def release_name(self) -> Optional[str]:
2658
+ """
2659
+ Helm release name.
2660
+ """
2661
+ return pulumi.get(self, "release_name")
2662
+
2663
+ @property
2664
+ @pulumi.getter(name="releaseNamespace")
2665
+ def release_namespace(self) -> Optional[str]:
2666
+ """
2667
+ Helm release namespace.
2668
+ """
2669
+ return pulumi.get(self, "release_namespace")
2670
+
2671
+ @property
2672
+ @pulumi.getter
2673
+ def values(self) -> Optional[str]:
2674
+ """
2675
+ Helm release values.
2676
+ """
2677
+ return pulumi.get(self, "values")
2678
+
2679
+
2680
+ @pulumi.output_type
2681
+ class HelmMappingRuleProfileResponseOptions(dict):
2682
+ """
2683
+ The helm deployment options
2684
+ """
2685
+ @staticmethod
2686
+ def __key_warning(key: str):
2687
+ suggest = None
2688
+ if key == "installOptions":
2689
+ suggest = "install_options"
2690
+ elif key == "upgradeOptions":
2691
+ suggest = "upgrade_options"
2692
+
2693
+ if suggest:
2694
+ pulumi.log.warn(f"Key '{key}' not found in HelmMappingRuleProfileResponseOptions. Access the value via the '{suggest}' property getter instead.")
2695
+
2696
+ def __getitem__(self, key: str) -> Any:
2697
+ HelmMappingRuleProfileResponseOptions.__key_warning(key)
2698
+ return super().__getitem__(key)
2699
+
2700
+ def get(self, key: str, default = None) -> Any:
2701
+ HelmMappingRuleProfileResponseOptions.__key_warning(key)
2702
+ return super().get(key, default)
2703
+
2704
+ def __init__(__self__, *,
2705
+ install_options: Optional['outputs.HelmInstallOptionsResponse'] = None,
2706
+ upgrade_options: Optional['outputs.HelmUpgradeOptionsResponse'] = None):
2707
+ """
2708
+ The helm deployment options
2709
+ :param 'HelmInstallOptionsResponse' install_options: The helm deployment install options
2710
+ :param 'HelmUpgradeOptionsResponse' upgrade_options: The helm deployment upgrade options
2711
+ """
2712
+ if install_options is not None:
2713
+ pulumi.set(__self__, "install_options", install_options)
2714
+ if upgrade_options is not None:
2715
+ pulumi.set(__self__, "upgrade_options", upgrade_options)
2716
+
2717
+ @property
2718
+ @pulumi.getter(name="installOptions")
2719
+ def install_options(self) -> Optional['outputs.HelmInstallOptionsResponse']:
2720
+ """
2721
+ The helm deployment install options
2722
+ """
2723
+ return pulumi.get(self, "install_options")
2724
+
2725
+ @property
2726
+ @pulumi.getter(name="upgradeOptions")
2727
+ def upgrade_options(self) -> Optional['outputs.HelmUpgradeOptionsResponse']:
2728
+ """
2729
+ The helm deployment upgrade options
2730
+ """
2731
+ return pulumi.get(self, "upgrade_options")
2732
+
2733
+
2734
+ @pulumi.output_type
2735
+ class HelmUpgradeOptionsResponse(dict):
2736
+ """
2737
+ The helm deployment install options
2738
+ """
2739
+ def __init__(__self__, *,
2740
+ atomic: Optional[str] = None,
2741
+ timeout: Optional[str] = None,
2742
+ wait: Optional[str] = None):
2743
+ """
2744
+ The helm deployment install options
2745
+ :param str atomic: The helm deployment atomic options
2746
+ :param str timeout: The helm deployment timeout options
2747
+ :param str wait: The helm deployment wait options
2748
+ """
2749
+ if atomic is not None:
2750
+ pulumi.set(__self__, "atomic", atomic)
2751
+ if timeout is not None:
2752
+ pulumi.set(__self__, "timeout", timeout)
2753
+ if wait is not None:
2754
+ pulumi.set(__self__, "wait", wait)
2755
+
2756
+ @property
2757
+ @pulumi.getter
2758
+ def atomic(self) -> Optional[str]:
2759
+ """
2760
+ The helm deployment atomic options
2761
+ """
2762
+ return pulumi.get(self, "atomic")
2763
+
2764
+ @property
2765
+ @pulumi.getter
2766
+ def timeout(self) -> Optional[str]:
2767
+ """
2768
+ The helm deployment timeout options
2769
+ """
2770
+ return pulumi.get(self, "timeout")
2771
+
2772
+ @property
2773
+ @pulumi.getter
2774
+ def wait(self) -> Optional[str]:
2775
+ """
2776
+ The helm deployment wait options
2777
+ """
2778
+ return pulumi.get(self, "wait")
2779
+
2780
+
2781
+ @pulumi.output_type
2782
+ class ImageArtifactProfileResponse(dict):
2783
+ """
2784
+ Image artifact profile.
2785
+ """
2786
+ @staticmethod
2787
+ def __key_warning(key: str):
2788
+ suggest = None
2789
+ if key == "imageName":
2790
+ suggest = "image_name"
2791
+ elif key == "imageVersion":
2792
+ suggest = "image_version"
2793
+
2794
+ if suggest:
2795
+ pulumi.log.warn(f"Key '{key}' not found in ImageArtifactProfileResponse. Access the value via the '{suggest}' property getter instead.")
2796
+
2797
+ def __getitem__(self, key: str) -> Any:
2798
+ ImageArtifactProfileResponse.__key_warning(key)
2799
+ return super().__getitem__(key)
2800
+
2801
+ def get(self, key: str, default = None) -> Any:
2802
+ ImageArtifactProfileResponse.__key_warning(key)
2803
+ return super().get(key, default)
2804
+
2805
+ def __init__(__self__, *,
2806
+ image_name: Optional[str] = None,
2807
+ image_version: Optional[str] = None):
2808
+ """
2809
+ Image artifact profile.
2810
+ :param str image_name: Image name.
2811
+ :param str image_version: Image version.
2812
+ """
2813
+ if image_name is not None:
2814
+ pulumi.set(__self__, "image_name", image_name)
2815
+ if image_version is not None:
2816
+ pulumi.set(__self__, "image_version", image_version)
2817
+
2818
+ @property
2819
+ @pulumi.getter(name="imageName")
2820
+ def image_name(self) -> Optional[str]:
2821
+ """
2822
+ Image name.
2823
+ """
2824
+ return pulumi.get(self, "image_name")
2825
+
2826
+ @property
2827
+ @pulumi.getter(name="imageVersion")
2828
+ def image_version(self) -> Optional[str]:
2829
+ """
2830
+ Image version.
2831
+ """
2832
+ return pulumi.get(self, "image_version")
2833
+
2834
+
2835
+ @pulumi.output_type
2836
+ class ImageMappingRuleProfileResponse(dict):
2837
+ """
2838
+ Image mapping rule profile
2839
+ """
2840
+ @staticmethod
2841
+ def __key_warning(key: str):
2842
+ suggest = None
2843
+ if key == "userConfiguration":
2844
+ suggest = "user_configuration"
2845
+
2846
+ if suggest:
2847
+ pulumi.log.warn(f"Key '{key}' not found in ImageMappingRuleProfileResponse. Access the value via the '{suggest}' property getter instead.")
2848
+
2849
+ def __getitem__(self, key: str) -> Any:
2850
+ ImageMappingRuleProfileResponse.__key_warning(key)
2851
+ return super().__getitem__(key)
2852
+
2853
+ def get(self, key: str, default = None) -> Any:
2854
+ ImageMappingRuleProfileResponse.__key_warning(key)
2855
+ return super().get(key, default)
2856
+
2857
+ def __init__(__self__, *,
2858
+ user_configuration: Optional[str] = None):
2859
+ """
2860
+ Image mapping rule profile
2861
+ :param str user_configuration: List of values.
2862
+ """
2863
+ if user_configuration is not None:
2864
+ pulumi.set(__self__, "user_configuration", user_configuration)
2865
+
2866
+ @property
2867
+ @pulumi.getter(name="userConfiguration")
2868
+ def user_configuration(self) -> Optional[str]:
2869
+ """
2870
+ List of values.
2871
+ """
2872
+ return pulumi.get(self, "user_configuration")
2873
+
2874
+
2875
+ @pulumi.output_type
2876
+ class ManagedResourceGroupConfigurationResponse(dict):
2877
+ """
2878
+ Managed resource group configuration.
2879
+ """
2880
+ def __init__(__self__, *,
2881
+ location: Optional[str] = None,
2882
+ name: Optional[str] = None):
2883
+ """
2884
+ Managed resource group configuration.
2885
+ :param str location: Managed resource group location.
2886
+ :param str name: Managed resource group name.
2887
+ """
2888
+ if location is not None:
2889
+ pulumi.set(__self__, "location", location)
2890
+ if name is not None:
2891
+ pulumi.set(__self__, "name", name)
2892
+
2893
+ @property
2894
+ @pulumi.getter
2895
+ def location(self) -> Optional[str]:
2896
+ """
2897
+ Managed resource group location.
2898
+ """
2899
+ return pulumi.get(self, "location")
2900
+
2901
+ @property
2902
+ @pulumi.getter
2903
+ def name(self) -> Optional[str]:
2904
+ """
2905
+ Managed resource group name.
2906
+ """
2907
+ return pulumi.get(self, "name")
2908
+
2909
+
2910
+ @pulumi.output_type
2911
+ class ManagedServiceIdentityResponse(dict):
2912
+ """
2913
+ Managed service identity (system assigned and/or user assigned identities)
2914
+ """
2915
+ @staticmethod
2916
+ def __key_warning(key: str):
2917
+ suggest = None
2918
+ if key == "principalId":
2919
+ suggest = "principal_id"
2920
+ elif key == "tenantId":
2921
+ suggest = "tenant_id"
2922
+ elif key == "userAssignedIdentities":
2923
+ suggest = "user_assigned_identities"
2924
+
2925
+ if suggest:
2926
+ pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
2927
+
2928
+ def __getitem__(self, key: str) -> Any:
2929
+ ManagedServiceIdentityResponse.__key_warning(key)
2930
+ return super().__getitem__(key)
2931
+
2932
+ def get(self, key: str, default = None) -> Any:
2933
+ ManagedServiceIdentityResponse.__key_warning(key)
2934
+ return super().get(key, default)
2935
+
2936
+ def __init__(__self__, *,
2937
+ principal_id: str,
2938
+ tenant_id: str,
2939
+ type: str,
2940
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
2941
+ """
2942
+ Managed service identity (system assigned and/or user assigned identities)
2943
+ :param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
2944
+ :param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
2945
+ :param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
2946
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
2947
+ """
2948
+ pulumi.set(__self__, "principal_id", principal_id)
2949
+ pulumi.set(__self__, "tenant_id", tenant_id)
2950
+ pulumi.set(__self__, "type", type)
2951
+ if user_assigned_identities is not None:
2952
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
2953
+
2954
+ @property
2955
+ @pulumi.getter(name="principalId")
2956
+ def principal_id(self) -> str:
2957
+ """
2958
+ The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
2959
+ """
2960
+ return pulumi.get(self, "principal_id")
2961
+
2962
+ @property
2963
+ @pulumi.getter(name="tenantId")
2964
+ def tenant_id(self) -> str:
2965
+ """
2966
+ The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
2967
+ """
2968
+ return pulumi.get(self, "tenant_id")
2969
+
2970
+ @property
2971
+ @pulumi.getter
2972
+ def type(self) -> str:
2973
+ """
2974
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
2975
+ """
2976
+ return pulumi.get(self, "type")
2977
+
2978
+ @property
2979
+ @pulumi.getter(name="userAssignedIdentities")
2980
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
2981
+ """
2982
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
2983
+ """
2984
+ return pulumi.get(self, "user_assigned_identities")
2985
+
2986
+
2987
+ @pulumi.output_type
2988
+ class ManifestArtifactFormatResponse(dict):
2989
+ """
2990
+ Manifest artifact properties.
2991
+ """
2992
+ @staticmethod
2993
+ def __key_warning(key: str):
2994
+ suggest = None
2995
+ if key == "artifactName":
2996
+ suggest = "artifact_name"
2997
+ elif key == "artifactType":
2998
+ suggest = "artifact_type"
2999
+ elif key == "artifactVersion":
3000
+ suggest = "artifact_version"
3001
+
3002
+ if suggest:
3003
+ pulumi.log.warn(f"Key '{key}' not found in ManifestArtifactFormatResponse. Access the value via the '{suggest}' property getter instead.")
3004
+
3005
+ def __getitem__(self, key: str) -> Any:
3006
+ ManifestArtifactFormatResponse.__key_warning(key)
3007
+ return super().__getitem__(key)
3008
+
3009
+ def get(self, key: str, default = None) -> Any:
3010
+ ManifestArtifactFormatResponse.__key_warning(key)
3011
+ return super().get(key, default)
3012
+
3013
+ def __init__(__self__, *,
3014
+ artifact_name: Optional[str] = None,
3015
+ artifact_type: Optional[str] = None,
3016
+ artifact_version: Optional[str] = None):
3017
+ """
3018
+ Manifest artifact properties.
3019
+ :param str artifact_name: The artifact name
3020
+ :param str artifact_type: The artifact type.
3021
+ :param str artifact_version: The artifact version.
3022
+ """
3023
+ if artifact_name is not None:
3024
+ pulumi.set(__self__, "artifact_name", artifact_name)
3025
+ if artifact_type is not None:
3026
+ pulumi.set(__self__, "artifact_type", artifact_type)
3027
+ if artifact_version is not None:
3028
+ pulumi.set(__self__, "artifact_version", artifact_version)
3029
+
3030
+ @property
3031
+ @pulumi.getter(name="artifactName")
3032
+ def artifact_name(self) -> Optional[str]:
3033
+ """
3034
+ The artifact name
3035
+ """
3036
+ return pulumi.get(self, "artifact_name")
3037
+
3038
+ @property
3039
+ @pulumi.getter(name="artifactType")
3040
+ def artifact_type(self) -> Optional[str]:
3041
+ """
3042
+ The artifact type.
3043
+ """
3044
+ return pulumi.get(self, "artifact_type")
3045
+
3046
+ @property
3047
+ @pulumi.getter(name="artifactVersion")
3048
+ def artifact_version(self) -> Optional[str]:
3049
+ """
3050
+ The artifact version.
3051
+ """
3052
+ return pulumi.get(self, "artifact_version")
3053
+
3054
+
3055
+ @pulumi.output_type
3056
+ class NSDArtifactProfileResponse(dict):
3057
+ """
3058
+ Artifact profile properties.
3059
+ """
3060
+ @staticmethod
3061
+ def __key_warning(key: str):
3062
+ suggest = None
3063
+ if key == "artifactName":
3064
+ suggest = "artifact_name"
3065
+ elif key == "artifactStoreReference":
3066
+ suggest = "artifact_store_reference"
3067
+ elif key == "artifactVersion":
3068
+ suggest = "artifact_version"
3069
+
3070
+ if suggest:
3071
+ pulumi.log.warn(f"Key '{key}' not found in NSDArtifactProfileResponse. Access the value via the '{suggest}' property getter instead.")
3072
+
3073
+ def __getitem__(self, key: str) -> Any:
3074
+ NSDArtifactProfileResponse.__key_warning(key)
3075
+ return super().__getitem__(key)
3076
+
3077
+ def get(self, key: str, default = None) -> Any:
3078
+ NSDArtifactProfileResponse.__key_warning(key)
3079
+ return super().get(key, default)
3080
+
3081
+ def __init__(__self__, *,
3082
+ artifact_name: Optional[str] = None,
3083
+ artifact_store_reference: Optional['outputs.ReferencedResourceResponse'] = None,
3084
+ artifact_version: Optional[str] = None):
3085
+ """
3086
+ Artifact profile properties.
3087
+ :param str artifact_name: Artifact name.
3088
+ :param 'ReferencedResourceResponse' artifact_store_reference: The artifact store resource id
3089
+ :param str artifact_version: Artifact version.
3090
+ """
3091
+ if artifact_name is not None:
3092
+ pulumi.set(__self__, "artifact_name", artifact_name)
3093
+ if artifact_store_reference is not None:
3094
+ pulumi.set(__self__, "artifact_store_reference", artifact_store_reference)
3095
+ if artifact_version is not None:
3096
+ pulumi.set(__self__, "artifact_version", artifact_version)
3097
+
3098
+ @property
3099
+ @pulumi.getter(name="artifactName")
3100
+ def artifact_name(self) -> Optional[str]:
3101
+ """
3102
+ Artifact name.
3103
+ """
3104
+ return pulumi.get(self, "artifact_name")
3105
+
3106
+ @property
3107
+ @pulumi.getter(name="artifactStoreReference")
3108
+ def artifact_store_reference(self) -> Optional['outputs.ReferencedResourceResponse']:
3109
+ """
3110
+ The artifact store resource id
3111
+ """
3112
+ return pulumi.get(self, "artifact_store_reference")
3113
+
3114
+ @property
3115
+ @pulumi.getter(name="artifactVersion")
3116
+ def artifact_version(self) -> Optional[str]:
3117
+ """
3118
+ Artifact version.
3119
+ """
3120
+ return pulumi.get(self, "artifact_version")
3121
+
3122
+
3123
+ @pulumi.output_type
3124
+ class NetworkFunctionDefinitionGroupPropertiesFormatResponse(dict):
3125
+ """
3126
+ Network function definition group properties.
3127
+ """
3128
+ @staticmethod
3129
+ def __key_warning(key: str):
3130
+ suggest = None
3131
+ if key == "provisioningState":
3132
+ suggest = "provisioning_state"
3133
+
3134
+ if suggest:
3135
+ pulumi.log.warn(f"Key '{key}' not found in NetworkFunctionDefinitionGroupPropertiesFormatResponse. Access the value via the '{suggest}' property getter instead.")
3136
+
3137
+ def __getitem__(self, key: str) -> Any:
3138
+ NetworkFunctionDefinitionGroupPropertiesFormatResponse.__key_warning(key)
3139
+ return super().__getitem__(key)
3140
+
3141
+ def get(self, key: str, default = None) -> Any:
3142
+ NetworkFunctionDefinitionGroupPropertiesFormatResponse.__key_warning(key)
3143
+ return super().get(key, default)
3144
+
3145
+ def __init__(__self__, *,
3146
+ provisioning_state: str,
3147
+ description: Optional[str] = None):
3148
+ """
3149
+ Network function definition group properties.
3150
+ :param str provisioning_state: The provisioning state of the network function definition groups resource.
3151
+ :param str description: The network function definition group description.
3152
+ """
3153
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
3154
+ if description is not None:
3155
+ pulumi.set(__self__, "description", description)
3156
+
3157
+ @property
3158
+ @pulumi.getter(name="provisioningState")
3159
+ def provisioning_state(self) -> str:
3160
+ """
3161
+ The provisioning state of the network function definition groups resource.
3162
+ """
3163
+ return pulumi.get(self, "provisioning_state")
3164
+
3165
+ @property
3166
+ @pulumi.getter
3167
+ def description(self) -> Optional[str]:
3168
+ """
3169
+ The network function definition group description.
3170
+ """
3171
+ return pulumi.get(self, "description")
3172
+
3173
+
3174
+ @pulumi.output_type
3175
+ class NetworkFunctionDefinitionResourceElementTemplateDetailsResponse(dict):
3176
+ """
3177
+ The network function definition resource element template details.
3178
+ """
3179
+ @staticmethod
3180
+ def __key_warning(key: str):
3181
+ suggest = None
3182
+ if key == "resourceElementType":
3183
+ suggest = "resource_element_type"
3184
+ elif key == "dependsOnProfile":
3185
+ suggest = "depends_on_profile"
3186
+
3187
+ if suggest:
3188
+ pulumi.log.warn(f"Key '{key}' not found in NetworkFunctionDefinitionResourceElementTemplateDetailsResponse. Access the value via the '{suggest}' property getter instead.")
3189
+
3190
+ def __getitem__(self, key: str) -> Any:
3191
+ NetworkFunctionDefinitionResourceElementTemplateDetailsResponse.__key_warning(key)
3192
+ return super().__getitem__(key)
3193
+
3194
+ def get(self, key: str, default = None) -> Any:
3195
+ NetworkFunctionDefinitionResourceElementTemplateDetailsResponse.__key_warning(key)
3196
+ return super().get(key, default)
3197
+
3198
+ def __init__(__self__, *,
3199
+ resource_element_type: str,
3200
+ configuration: Optional['outputs.ArmResourceDefinitionResourceElementTemplateResponse'] = None,
3201
+ depends_on_profile: Optional['outputs.DependsOnProfileResponse'] = None,
3202
+ name: Optional[str] = None):
3203
+ """
3204
+ The network function definition resource element template details.
3205
+ :param str resource_element_type: The resource element template type.
3206
+ Expected value is 'NetworkFunctionDefinition'.
3207
+ :param 'ArmResourceDefinitionResourceElementTemplateResponse' configuration: The resource element template type.
3208
+ :param 'DependsOnProfileResponse' depends_on_profile: The depends on profile.
3209
+ :param str name: Name of the resource element template.
3210
+ """
3211
+ pulumi.set(__self__, "resource_element_type", 'NetworkFunctionDefinition')
3212
+ if configuration is not None:
3213
+ pulumi.set(__self__, "configuration", configuration)
3214
+ if depends_on_profile is not None:
3215
+ pulumi.set(__self__, "depends_on_profile", depends_on_profile)
3216
+ if name is not None:
3217
+ pulumi.set(__self__, "name", name)
3218
+
3219
+ @property
3220
+ @pulumi.getter(name="resourceElementType")
3221
+ def resource_element_type(self) -> str:
3222
+ """
3223
+ The resource element template type.
3224
+ Expected value is 'NetworkFunctionDefinition'.
3225
+ """
3226
+ return pulumi.get(self, "resource_element_type")
3227
+
3228
+ @property
3229
+ @pulumi.getter
3230
+ def configuration(self) -> Optional['outputs.ArmResourceDefinitionResourceElementTemplateResponse']:
3231
+ """
3232
+ The resource element template type.
3233
+ """
3234
+ return pulumi.get(self, "configuration")
3235
+
3236
+ @property
3237
+ @pulumi.getter(name="dependsOnProfile")
3238
+ def depends_on_profile(self) -> Optional['outputs.DependsOnProfileResponse']:
3239
+ """
3240
+ The depends on profile.
3241
+ """
3242
+ return pulumi.get(self, "depends_on_profile")
3243
+
3244
+ @property
3245
+ @pulumi.getter
3246
+ def name(self) -> Optional[str]:
3247
+ """
3248
+ Name of the resource element template.
3249
+ """
3250
+ return pulumi.get(self, "name")
3251
+
3252
+
3253
+ @pulumi.output_type
3254
+ class NetworkFunctionValueWithSecretsResponse(dict):
3255
+ """
3256
+ NetworkFunction with secrets.
3257
+ """
3258
+ @staticmethod
3259
+ def __key_warning(key: str):
3260
+ suggest = None
3261
+ if key == "configurationType":
3262
+ suggest = "configuration_type"
3263
+ elif key == "provisioningState":
3264
+ suggest = "provisioning_state"
3265
+ elif key == "allowSoftwareUpdate":
3266
+ suggest = "allow_software_update"
3267
+ elif key == "networkFunctionDefinitionGroupName":
3268
+ suggest = "network_function_definition_group_name"
3269
+ elif key == "networkFunctionDefinitionOfferingLocation":
3270
+ suggest = "network_function_definition_offering_location"
3271
+ elif key == "networkFunctionDefinitionVersion":
3272
+ suggest = "network_function_definition_version"
3273
+ elif key == "networkFunctionDefinitionVersionResourceReference":
3274
+ suggest = "network_function_definition_version_resource_reference"
3275
+ elif key == "nfviId":
3276
+ suggest = "nfvi_id"
3277
+ elif key == "nfviType":
3278
+ suggest = "nfvi_type"
3279
+ elif key == "publisherName":
3280
+ suggest = "publisher_name"
3281
+ elif key == "publisherScope":
3282
+ suggest = "publisher_scope"
3283
+ elif key == "roleOverrideValues":
3284
+ suggest = "role_override_values"
3285
+
3286
+ if suggest:
3287
+ pulumi.log.warn(f"Key '{key}' not found in NetworkFunctionValueWithSecretsResponse. Access the value via the '{suggest}' property getter instead.")
3288
+
3289
+ def __getitem__(self, key: str) -> Any:
3290
+ NetworkFunctionValueWithSecretsResponse.__key_warning(key)
3291
+ return super().__getitem__(key)
3292
+
3293
+ def get(self, key: str, default = None) -> Any:
3294
+ NetworkFunctionValueWithSecretsResponse.__key_warning(key)
3295
+ return super().get(key, default)
3296
+
3297
+ def __init__(__self__, *,
3298
+ configuration_type: str,
3299
+ provisioning_state: str,
3300
+ allow_software_update: Optional[bool] = None,
3301
+ network_function_definition_group_name: Optional[str] = None,
3302
+ network_function_definition_offering_location: Optional[str] = None,
3303
+ network_function_definition_version: Optional[str] = None,
3304
+ network_function_definition_version_resource_reference: Optional[Any] = None,
3305
+ nfvi_id: Optional[str] = None,
3306
+ nfvi_type: Optional[str] = None,
3307
+ publisher_name: Optional[str] = None,
3308
+ publisher_scope: Optional[str] = None,
3309
+ role_override_values: Optional[Sequence[str]] = None):
3310
+ """
3311
+ NetworkFunction with secrets.
3312
+ :param str configuration_type: The secret type which indicates if secret or not.
3313
+ Expected value is 'Secret'.
3314
+ :param str provisioning_state: The provisioning state of the network function resource.
3315
+ :param bool allow_software_update: Indicates if software updates are allowed during deployment.
3316
+ :param str network_function_definition_group_name: The network function definition group name for the network function.
3317
+ :param str network_function_definition_offering_location: The location of the network function definition offering.
3318
+ :param str network_function_definition_version: The network function definition version for the network function.
3319
+ :param Union['OpenDeploymentResourceReferenceResponse', 'SecretDeploymentResourceReferenceResponse'] network_function_definition_version_resource_reference: The network function definition version resource reference.
3320
+ :param str nfvi_id: The nfviId for the network function.
3321
+ :param str nfvi_type: The nfvi type for the network function.
3322
+ :param str publisher_name: The publisher name for the network function.
3323
+ :param str publisher_scope: The scope of the publisher.
3324
+ :param Sequence[str] role_override_values: The role configuration override values from the user.
3325
+ """
3326
+ pulumi.set(__self__, "configuration_type", 'Secret')
3327
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
3328
+ if allow_software_update is not None:
3329
+ pulumi.set(__self__, "allow_software_update", allow_software_update)
3330
+ if network_function_definition_group_name is not None:
3331
+ pulumi.set(__self__, "network_function_definition_group_name", network_function_definition_group_name)
3332
+ if network_function_definition_offering_location is not None:
3333
+ pulumi.set(__self__, "network_function_definition_offering_location", network_function_definition_offering_location)
3334
+ if network_function_definition_version is not None:
3335
+ pulumi.set(__self__, "network_function_definition_version", network_function_definition_version)
3336
+ if network_function_definition_version_resource_reference is not None:
3337
+ pulumi.set(__self__, "network_function_definition_version_resource_reference", network_function_definition_version_resource_reference)
3338
+ if nfvi_id is not None:
3339
+ pulumi.set(__self__, "nfvi_id", nfvi_id)
3340
+ if nfvi_type is not None:
3341
+ pulumi.set(__self__, "nfvi_type", nfvi_type)
3342
+ if publisher_name is not None:
3343
+ pulumi.set(__self__, "publisher_name", publisher_name)
3344
+ if publisher_scope is not None:
3345
+ pulumi.set(__self__, "publisher_scope", publisher_scope)
3346
+ if role_override_values is not None:
3347
+ pulumi.set(__self__, "role_override_values", role_override_values)
3348
+
3349
+ @property
3350
+ @pulumi.getter(name="configurationType")
3351
+ def configuration_type(self) -> str:
3352
+ """
3353
+ The secret type which indicates if secret or not.
3354
+ Expected value is 'Secret'.
3355
+ """
3356
+ return pulumi.get(self, "configuration_type")
3357
+
3358
+ @property
3359
+ @pulumi.getter(name="provisioningState")
3360
+ def provisioning_state(self) -> str:
3361
+ """
3362
+ The provisioning state of the network function resource.
3363
+ """
3364
+ return pulumi.get(self, "provisioning_state")
3365
+
3366
+ @property
3367
+ @pulumi.getter(name="allowSoftwareUpdate")
3368
+ def allow_software_update(self) -> Optional[bool]:
3369
+ """
3370
+ Indicates if software updates are allowed during deployment.
3371
+ """
3372
+ return pulumi.get(self, "allow_software_update")
3373
+
3374
+ @property
3375
+ @pulumi.getter(name="networkFunctionDefinitionGroupName")
3376
+ def network_function_definition_group_name(self) -> Optional[str]:
3377
+ """
3378
+ The network function definition group name for the network function.
3379
+ """
3380
+ return pulumi.get(self, "network_function_definition_group_name")
3381
+
3382
+ @property
3383
+ @pulumi.getter(name="networkFunctionDefinitionOfferingLocation")
3384
+ def network_function_definition_offering_location(self) -> Optional[str]:
3385
+ """
3386
+ The location of the network function definition offering.
3387
+ """
3388
+ return pulumi.get(self, "network_function_definition_offering_location")
3389
+
3390
+ @property
3391
+ @pulumi.getter(name="networkFunctionDefinitionVersion")
3392
+ def network_function_definition_version(self) -> Optional[str]:
3393
+ """
3394
+ The network function definition version for the network function.
3395
+ """
3396
+ return pulumi.get(self, "network_function_definition_version")
3397
+
3398
+ @property
3399
+ @pulumi.getter(name="networkFunctionDefinitionVersionResourceReference")
3400
+ def network_function_definition_version_resource_reference(self) -> Optional[Any]:
3401
+ """
3402
+ The network function definition version resource reference.
3403
+ """
3404
+ return pulumi.get(self, "network_function_definition_version_resource_reference")
3405
+
3406
+ @property
3407
+ @pulumi.getter(name="nfviId")
3408
+ def nfvi_id(self) -> Optional[str]:
3409
+ """
3410
+ The nfviId for the network function.
3411
+ """
3412
+ return pulumi.get(self, "nfvi_id")
3413
+
3414
+ @property
3415
+ @pulumi.getter(name="nfviType")
3416
+ def nfvi_type(self) -> Optional[str]:
3417
+ """
3418
+ The nfvi type for the network function.
3419
+ """
3420
+ return pulumi.get(self, "nfvi_type")
3421
+
3422
+ @property
3423
+ @pulumi.getter(name="publisherName")
3424
+ def publisher_name(self) -> Optional[str]:
3425
+ """
3426
+ The publisher name for the network function.
3427
+ """
3428
+ return pulumi.get(self, "publisher_name")
3429
+
3430
+ @property
3431
+ @pulumi.getter(name="publisherScope")
3432
+ def publisher_scope(self) -> Optional[str]:
3433
+ """
3434
+ The scope of the publisher.
3435
+ """
3436
+ return pulumi.get(self, "publisher_scope")
3437
+
3438
+ @property
3439
+ @pulumi.getter(name="roleOverrideValues")
3440
+ def role_override_values(self) -> Optional[Sequence[str]]:
3441
+ """
3442
+ The role configuration override values from the user.
3443
+ """
3444
+ return pulumi.get(self, "role_override_values")
3445
+
3446
+
3447
+ @pulumi.output_type
3448
+ class NetworkFunctionValueWithoutSecretsResponse(dict):
3449
+ """
3450
+ NetworkFunction with no secrets.
3451
+ """
3452
+ @staticmethod
3453
+ def __key_warning(key: str):
3454
+ suggest = None
3455
+ if key == "configurationType":
3456
+ suggest = "configuration_type"
3457
+ elif key == "provisioningState":
3458
+ suggest = "provisioning_state"
3459
+ elif key == "allowSoftwareUpdate":
3460
+ suggest = "allow_software_update"
3461
+ elif key == "deploymentValues":
3462
+ suggest = "deployment_values"
3463
+ elif key == "networkFunctionDefinitionGroupName":
3464
+ suggest = "network_function_definition_group_name"
3465
+ elif key == "networkFunctionDefinitionOfferingLocation":
3466
+ suggest = "network_function_definition_offering_location"
3467
+ elif key == "networkFunctionDefinitionVersion":
3468
+ suggest = "network_function_definition_version"
3469
+ elif key == "networkFunctionDefinitionVersionResourceReference":
3470
+ suggest = "network_function_definition_version_resource_reference"
3471
+ elif key == "nfviId":
3472
+ suggest = "nfvi_id"
3473
+ elif key == "nfviType":
3474
+ suggest = "nfvi_type"
3475
+ elif key == "publisherName":
3476
+ suggest = "publisher_name"
3477
+ elif key == "publisherScope":
3478
+ suggest = "publisher_scope"
3479
+ elif key == "roleOverrideValues":
3480
+ suggest = "role_override_values"
3481
+
3482
+ if suggest:
3483
+ pulumi.log.warn(f"Key '{key}' not found in NetworkFunctionValueWithoutSecretsResponse. Access the value via the '{suggest}' property getter instead.")
3484
+
3485
+ def __getitem__(self, key: str) -> Any:
3486
+ NetworkFunctionValueWithoutSecretsResponse.__key_warning(key)
3487
+ return super().__getitem__(key)
3488
+
3489
+ def get(self, key: str, default = None) -> Any:
3490
+ NetworkFunctionValueWithoutSecretsResponse.__key_warning(key)
3491
+ return super().get(key, default)
3492
+
3493
+ def __init__(__self__, *,
3494
+ configuration_type: str,
3495
+ provisioning_state: str,
3496
+ allow_software_update: Optional[bool] = None,
3497
+ deployment_values: Optional[str] = None,
3498
+ network_function_definition_group_name: Optional[str] = None,
3499
+ network_function_definition_offering_location: Optional[str] = None,
3500
+ network_function_definition_version: Optional[str] = None,
3501
+ network_function_definition_version_resource_reference: Optional[Any] = None,
3502
+ nfvi_id: Optional[str] = None,
3503
+ nfvi_type: Optional[str] = None,
3504
+ publisher_name: Optional[str] = None,
3505
+ publisher_scope: Optional[str] = None,
3506
+ role_override_values: Optional[Sequence[str]] = None):
3507
+ """
3508
+ NetworkFunction with no secrets.
3509
+ :param str configuration_type: The secret type which indicates if secret or not.
3510
+ Expected value is 'Open'.
3511
+ :param str provisioning_state: The provisioning state of the network function resource.
3512
+ :param bool allow_software_update: Indicates if software updates are allowed during deployment.
3513
+ :param str deployment_values: The JSON-serialized deployment values from the user.
3514
+ :param str network_function_definition_group_name: The network function definition group name for the network function.
3515
+ :param str network_function_definition_offering_location: The location of the network function definition offering.
3516
+ :param str network_function_definition_version: The network function definition version for the network function.
3517
+ :param Union['OpenDeploymentResourceReferenceResponse', 'SecretDeploymentResourceReferenceResponse'] network_function_definition_version_resource_reference: The network function definition version resource reference.
3518
+ :param str nfvi_id: The nfviId for the network function.
3519
+ :param str nfvi_type: The nfvi type for the network function.
3520
+ :param str publisher_name: The publisher name for the network function.
3521
+ :param str publisher_scope: The scope of the publisher.
3522
+ :param Sequence[str] role_override_values: The role configuration override values from the user.
3523
+ """
3524
+ pulumi.set(__self__, "configuration_type", 'Open')
3525
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
3526
+ if allow_software_update is not None:
3527
+ pulumi.set(__self__, "allow_software_update", allow_software_update)
3528
+ if deployment_values is not None:
3529
+ pulumi.set(__self__, "deployment_values", deployment_values)
3530
+ if network_function_definition_group_name is not None:
3531
+ pulumi.set(__self__, "network_function_definition_group_name", network_function_definition_group_name)
3532
+ if network_function_definition_offering_location is not None:
3533
+ pulumi.set(__self__, "network_function_definition_offering_location", network_function_definition_offering_location)
3534
+ if network_function_definition_version is not None:
3535
+ pulumi.set(__self__, "network_function_definition_version", network_function_definition_version)
3536
+ if network_function_definition_version_resource_reference is not None:
3537
+ pulumi.set(__self__, "network_function_definition_version_resource_reference", network_function_definition_version_resource_reference)
3538
+ if nfvi_id is not None:
3539
+ pulumi.set(__self__, "nfvi_id", nfvi_id)
3540
+ if nfvi_type is not None:
3541
+ pulumi.set(__self__, "nfvi_type", nfvi_type)
3542
+ if publisher_name is not None:
3543
+ pulumi.set(__self__, "publisher_name", publisher_name)
3544
+ if publisher_scope is not None:
3545
+ pulumi.set(__self__, "publisher_scope", publisher_scope)
3546
+ if role_override_values is not None:
3547
+ pulumi.set(__self__, "role_override_values", role_override_values)
3548
+
3549
+ @property
3550
+ @pulumi.getter(name="configurationType")
3551
+ def configuration_type(self) -> str:
3552
+ """
3553
+ The secret type which indicates if secret or not.
3554
+ Expected value is 'Open'.
3555
+ """
3556
+ return pulumi.get(self, "configuration_type")
3557
+
3558
+ @property
3559
+ @pulumi.getter(name="provisioningState")
3560
+ def provisioning_state(self) -> str:
3561
+ """
3562
+ The provisioning state of the network function resource.
3563
+ """
3564
+ return pulumi.get(self, "provisioning_state")
3565
+
3566
+ @property
3567
+ @pulumi.getter(name="allowSoftwareUpdate")
3568
+ def allow_software_update(self) -> Optional[bool]:
3569
+ """
3570
+ Indicates if software updates are allowed during deployment.
3571
+ """
3572
+ return pulumi.get(self, "allow_software_update")
3573
+
3574
+ @property
3575
+ @pulumi.getter(name="deploymentValues")
3576
+ def deployment_values(self) -> Optional[str]:
3577
+ """
3578
+ The JSON-serialized deployment values from the user.
3579
+ """
3580
+ return pulumi.get(self, "deployment_values")
3581
+
3582
+ @property
3583
+ @pulumi.getter(name="networkFunctionDefinitionGroupName")
3584
+ def network_function_definition_group_name(self) -> Optional[str]:
3585
+ """
3586
+ The network function definition group name for the network function.
3587
+ """
3588
+ return pulumi.get(self, "network_function_definition_group_name")
3589
+
3590
+ @property
3591
+ @pulumi.getter(name="networkFunctionDefinitionOfferingLocation")
3592
+ def network_function_definition_offering_location(self) -> Optional[str]:
3593
+ """
3594
+ The location of the network function definition offering.
3595
+ """
3596
+ return pulumi.get(self, "network_function_definition_offering_location")
3597
+
3598
+ @property
3599
+ @pulumi.getter(name="networkFunctionDefinitionVersion")
3600
+ def network_function_definition_version(self) -> Optional[str]:
3601
+ """
3602
+ The network function definition version for the network function.
3603
+ """
3604
+ return pulumi.get(self, "network_function_definition_version")
3605
+
3606
+ @property
3607
+ @pulumi.getter(name="networkFunctionDefinitionVersionResourceReference")
3608
+ def network_function_definition_version_resource_reference(self) -> Optional[Any]:
3609
+ """
3610
+ The network function definition version resource reference.
3611
+ """
3612
+ return pulumi.get(self, "network_function_definition_version_resource_reference")
3613
+
3614
+ @property
3615
+ @pulumi.getter(name="nfviId")
3616
+ def nfvi_id(self) -> Optional[str]:
3617
+ """
3618
+ The nfviId for the network function.
3619
+ """
3620
+ return pulumi.get(self, "nfvi_id")
3621
+
3622
+ @property
3623
+ @pulumi.getter(name="nfviType")
3624
+ def nfvi_type(self) -> Optional[str]:
3625
+ """
3626
+ The nfvi type for the network function.
3627
+ """
3628
+ return pulumi.get(self, "nfvi_type")
3629
+
3630
+ @property
3631
+ @pulumi.getter(name="publisherName")
3632
+ def publisher_name(self) -> Optional[str]:
3633
+ """
3634
+ The publisher name for the network function.
3635
+ """
3636
+ return pulumi.get(self, "publisher_name")
3637
+
3638
+ @property
3639
+ @pulumi.getter(name="publisherScope")
3640
+ def publisher_scope(self) -> Optional[str]:
3641
+ """
3642
+ The scope of the publisher.
3643
+ """
3644
+ return pulumi.get(self, "publisher_scope")
3645
+
3646
+ @property
3647
+ @pulumi.getter(name="roleOverrideValues")
3648
+ def role_override_values(self) -> Optional[Sequence[str]]:
3649
+ """
3650
+ The role configuration override values from the user.
3651
+ """
3652
+ return pulumi.get(self, "role_override_values")
3653
+
3654
+
3655
+ @pulumi.output_type
3656
+ class NetworkServiceDesignGroupPropertiesFormatResponse(dict):
3657
+ """
3658
+ network service design group properties.
3659
+ """
3660
+ @staticmethod
3661
+ def __key_warning(key: str):
3662
+ suggest = None
3663
+ if key == "provisioningState":
3664
+ suggest = "provisioning_state"
3665
+
3666
+ if suggest:
3667
+ pulumi.log.warn(f"Key '{key}' not found in NetworkServiceDesignGroupPropertiesFormatResponse. Access the value via the '{suggest}' property getter instead.")
3668
+
3669
+ def __getitem__(self, key: str) -> Any:
3670
+ NetworkServiceDesignGroupPropertiesFormatResponse.__key_warning(key)
3671
+ return super().__getitem__(key)
3672
+
3673
+ def get(self, key: str, default = None) -> Any:
3674
+ NetworkServiceDesignGroupPropertiesFormatResponse.__key_warning(key)
3675
+ return super().get(key, default)
3676
+
3677
+ def __init__(__self__, *,
3678
+ provisioning_state: str,
3679
+ description: Optional[str] = None):
3680
+ """
3681
+ network service design group properties.
3682
+ :param str provisioning_state: The provisioning state of the network service design groups resource.
3683
+ :param str description: The network service design group description.
3684
+ """
3685
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
3686
+ if description is not None:
3687
+ pulumi.set(__self__, "description", description)
3688
+
3689
+ @property
3690
+ @pulumi.getter(name="provisioningState")
3691
+ def provisioning_state(self) -> str:
3692
+ """
3693
+ The provisioning state of the network service design groups resource.
3694
+ """
3695
+ return pulumi.get(self, "provisioning_state")
3696
+
3697
+ @property
3698
+ @pulumi.getter
3699
+ def description(self) -> Optional[str]:
3700
+ """
3701
+ The network service design group description.
3702
+ """
3703
+ return pulumi.get(self, "description")
3704
+
3705
+
3706
+ @pulumi.output_type
3707
+ class NetworkServiceDesignVersionPropertiesFormatResponse(dict):
3708
+ """
3709
+ network service design version properties.
3710
+ """
3711
+ @staticmethod
3712
+ def __key_warning(key: str):
3713
+ suggest = None
3714
+ if key == "provisioningState":
3715
+ suggest = "provisioning_state"
3716
+ elif key == "versionState":
3717
+ suggest = "version_state"
3718
+ elif key == "configurationGroupSchemaReferences":
3719
+ suggest = "configuration_group_schema_references"
3720
+ elif key == "nfvisFromSite":
3721
+ suggest = "nfvis_from_site"
3722
+ elif key == "resourceElementTemplates":
3723
+ suggest = "resource_element_templates"
3724
+
3725
+ if suggest:
3726
+ pulumi.log.warn(f"Key '{key}' not found in NetworkServiceDesignVersionPropertiesFormatResponse. Access the value via the '{suggest}' property getter instead.")
3727
+
3728
+ def __getitem__(self, key: str) -> Any:
3729
+ NetworkServiceDesignVersionPropertiesFormatResponse.__key_warning(key)
3730
+ return super().__getitem__(key)
3731
+
3732
+ def get(self, key: str, default = None) -> Any:
3733
+ NetworkServiceDesignVersionPropertiesFormatResponse.__key_warning(key)
3734
+ return super().get(key, default)
3735
+
3736
+ def __init__(__self__, *,
3737
+ provisioning_state: str,
3738
+ version_state: str,
3739
+ configuration_group_schema_references: Optional[Mapping[str, 'outputs.ReferencedResourceResponse']] = None,
3740
+ description: Optional[str] = None,
3741
+ nfvis_from_site: Optional[Mapping[str, 'outputs.NfviDetailsResponse']] = None,
3742
+ resource_element_templates: Optional[Sequence[Any]] = None):
3743
+ """
3744
+ network service design version properties.
3745
+ :param str provisioning_state: The provisioning state of the network service design version resource.
3746
+ :param str version_state: The network service design version state.
3747
+ :param Mapping[str, 'ReferencedResourceResponse'] configuration_group_schema_references: The configuration schemas to used to define the values.
3748
+ :param str description: The network service design version description.
3749
+ :param Mapping[str, 'NfviDetailsResponse'] nfvis_from_site: The nfvis from the site.
3750
+ :param Sequence[Union['ArmResourceDefinitionResourceElementTemplateDetailsResponse', 'NetworkFunctionDefinitionResourceElementTemplateDetailsResponse']] resource_element_templates: List of resource element template
3751
+ """
3752
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
3753
+ pulumi.set(__self__, "version_state", version_state)
3754
+ if configuration_group_schema_references is not None:
3755
+ pulumi.set(__self__, "configuration_group_schema_references", configuration_group_schema_references)
3756
+ if description is not None:
3757
+ pulumi.set(__self__, "description", description)
3758
+ if nfvis_from_site is not None:
3759
+ pulumi.set(__self__, "nfvis_from_site", nfvis_from_site)
3760
+ if resource_element_templates is not None:
3761
+ pulumi.set(__self__, "resource_element_templates", resource_element_templates)
3762
+
3763
+ @property
3764
+ @pulumi.getter(name="provisioningState")
3765
+ def provisioning_state(self) -> str:
3766
+ """
3767
+ The provisioning state of the network service design version resource.
3768
+ """
3769
+ return pulumi.get(self, "provisioning_state")
3770
+
3771
+ @property
3772
+ @pulumi.getter(name="versionState")
3773
+ def version_state(self) -> str:
3774
+ """
3775
+ The network service design version state.
3776
+ """
3777
+ return pulumi.get(self, "version_state")
3778
+
3779
+ @property
3780
+ @pulumi.getter(name="configurationGroupSchemaReferences")
3781
+ def configuration_group_schema_references(self) -> Optional[Mapping[str, 'outputs.ReferencedResourceResponse']]:
3782
+ """
3783
+ The configuration schemas to used to define the values.
3784
+ """
3785
+ return pulumi.get(self, "configuration_group_schema_references")
3786
+
3787
+ @property
3788
+ @pulumi.getter
3789
+ def description(self) -> Optional[str]:
3790
+ """
3791
+ The network service design version description.
3792
+ """
3793
+ return pulumi.get(self, "description")
3794
+
3795
+ @property
3796
+ @pulumi.getter(name="nfvisFromSite")
3797
+ def nfvis_from_site(self) -> Optional[Mapping[str, 'outputs.NfviDetailsResponse']]:
3798
+ """
3799
+ The nfvis from the site.
3800
+ """
3801
+ return pulumi.get(self, "nfvis_from_site")
3802
+
3803
+ @property
3804
+ @pulumi.getter(name="resourceElementTemplates")
3805
+ def resource_element_templates(self) -> Optional[Sequence[Any]]:
3806
+ """
3807
+ List of resource element template
3808
+ """
3809
+ return pulumi.get(self, "resource_element_templates")
3810
+
3811
+
3812
+ @pulumi.output_type
3813
+ class NfviDetailsResponse(dict):
3814
+ """
3815
+ The nfvi details.
3816
+ """
3817
+ def __init__(__self__, *,
3818
+ name: Optional[str] = None,
3819
+ type: Optional[str] = None):
3820
+ """
3821
+ The nfvi details.
3822
+ :param str name: The nfvi name.
3823
+ :param str type: The nfvi type.
3824
+ """
3825
+ if name is not None:
3826
+ pulumi.set(__self__, "name", name)
3827
+ if type is not None:
3828
+ pulumi.set(__self__, "type", type)
3829
+
3830
+ @property
3831
+ @pulumi.getter
3832
+ def name(self) -> Optional[str]:
3833
+ """
3834
+ The nfvi name.
3835
+ """
3836
+ return pulumi.get(self, "name")
3837
+
3838
+ @property
3839
+ @pulumi.getter
3840
+ def type(self) -> Optional[str]:
3841
+ """
3842
+ The nfvi type.
3843
+ """
3844
+ return pulumi.get(self, "type")
3845
+
3846
+
3847
+ @pulumi.output_type
3848
+ class OpenDeploymentResourceReferenceResponse(dict):
3849
+ """
3850
+ Non secret deployment resource id reference.
3851
+ """
3852
+ @staticmethod
3853
+ def __key_warning(key: str):
3854
+ suggest = None
3855
+ if key == "idType":
3856
+ suggest = "id_type"
3857
+
3858
+ if suggest:
3859
+ pulumi.log.warn(f"Key '{key}' not found in OpenDeploymentResourceReferenceResponse. Access the value via the '{suggest}' property getter instead.")
3860
+
3861
+ def __getitem__(self, key: str) -> Any:
3862
+ OpenDeploymentResourceReferenceResponse.__key_warning(key)
3863
+ return super().__getitem__(key)
3864
+
3865
+ def get(self, key: str, default = None) -> Any:
3866
+ OpenDeploymentResourceReferenceResponse.__key_warning(key)
3867
+ return super().get(key, default)
3868
+
3869
+ def __init__(__self__, *,
3870
+ id_type: str,
3871
+ id: Optional[str] = None):
3872
+ """
3873
+ Non secret deployment resource id reference.
3874
+ :param str id_type: The resource reference arm id type.
3875
+ Expected value is 'Open'.
3876
+ :param str id: Resource ID.
3877
+ """
3878
+ pulumi.set(__self__, "id_type", 'Open')
3879
+ if id is not None:
3880
+ pulumi.set(__self__, "id", id)
3881
+
3882
+ @property
3883
+ @pulumi.getter(name="idType")
3884
+ def id_type(self) -> str:
3885
+ """
3886
+ The resource reference arm id type.
3887
+ Expected value is 'Open'.
3888
+ """
3889
+ return pulumi.get(self, "id_type")
3890
+
3891
+ @property
3892
+ @pulumi.getter
3893
+ def id(self) -> Optional[str]:
3894
+ """
3895
+ Resource ID.
3896
+ """
3897
+ return pulumi.get(self, "id")
3898
+
3899
+
3900
+ @pulumi.output_type
3901
+ class PublisherPropertiesFormatResponse(dict):
3902
+ """
3903
+ publisher properties.
3904
+ """
3905
+ @staticmethod
3906
+ def __key_warning(key: str):
3907
+ suggest = None
3908
+ if key == "provisioningState":
3909
+ suggest = "provisioning_state"
3910
+
3911
+ if suggest:
3912
+ pulumi.log.warn(f"Key '{key}' not found in PublisherPropertiesFormatResponse. Access the value via the '{suggest}' property getter instead.")
3913
+
3914
+ def __getitem__(self, key: str) -> Any:
3915
+ PublisherPropertiesFormatResponse.__key_warning(key)
3916
+ return super().__getitem__(key)
3917
+
3918
+ def get(self, key: str, default = None) -> Any:
3919
+ PublisherPropertiesFormatResponse.__key_warning(key)
3920
+ return super().get(key, default)
3921
+
3922
+ def __init__(__self__, *,
3923
+ provisioning_state: str,
3924
+ scope: Optional[str] = None):
3925
+ """
3926
+ publisher properties.
3927
+ :param str provisioning_state: The provisioning state of the publisher resource.
3928
+ :param str scope: The publisher scope.
3929
+ """
3930
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
3931
+ if scope is not None:
3932
+ pulumi.set(__self__, "scope", scope)
3933
+
3934
+ @property
3935
+ @pulumi.getter(name="provisioningState")
3936
+ def provisioning_state(self) -> str:
3937
+ """
3938
+ The provisioning state of the publisher resource.
3939
+ """
3940
+ return pulumi.get(self, "provisioning_state")
3941
+
3942
+ @property
3943
+ @pulumi.getter
3944
+ def scope(self) -> Optional[str]:
3945
+ """
3946
+ The publisher scope.
3947
+ """
3948
+ return pulumi.get(self, "scope")
3949
+
3950
+
3951
+ @pulumi.output_type
3952
+ class ReferencedResourceResponse(dict):
3953
+ """
3954
+ Reference to another resource.
3955
+ """
3956
+ def __init__(__self__, *,
3957
+ id: Optional[str] = None):
3958
+ """
3959
+ Reference to another resource.
3960
+ :param str id: Resource ID.
3961
+ """
3962
+ if id is not None:
3963
+ pulumi.set(__self__, "id", id)
3964
+
3965
+ @property
3966
+ @pulumi.getter
3967
+ def id(self) -> Optional[str]:
3968
+ """
3969
+ Resource ID.
3970
+ """
3971
+ return pulumi.get(self, "id")
3972
+
3973
+
3974
+ @pulumi.output_type
3975
+ class SecretDeploymentResourceReferenceResponse(dict):
3976
+ """
3977
+ Secret deployment resource id reference.
3978
+ """
3979
+ @staticmethod
3980
+ def __key_warning(key: str):
3981
+ suggest = None
3982
+ if key == "idType":
3983
+ suggest = "id_type"
3984
+
3985
+ if suggest:
3986
+ pulumi.log.warn(f"Key '{key}' not found in SecretDeploymentResourceReferenceResponse. Access the value via the '{suggest}' property getter instead.")
3987
+
3988
+ def __getitem__(self, key: str) -> Any:
3989
+ SecretDeploymentResourceReferenceResponse.__key_warning(key)
3990
+ return super().__getitem__(key)
3991
+
3992
+ def get(self, key: str, default = None) -> Any:
3993
+ SecretDeploymentResourceReferenceResponse.__key_warning(key)
3994
+ return super().get(key, default)
3995
+
3996
+ def __init__(__self__, *,
3997
+ id_type: str):
3998
+ """
3999
+ Secret deployment resource id reference.
4000
+ :param str id_type: The resource reference arm id type.
4001
+ Expected value is 'Secret'.
4002
+ """
4003
+ pulumi.set(__self__, "id_type", 'Secret')
4004
+
4005
+ @property
4006
+ @pulumi.getter(name="idType")
4007
+ def id_type(self) -> str:
4008
+ """
4009
+ The resource reference arm id type.
4010
+ Expected value is 'Secret'.
4011
+ """
4012
+ return pulumi.get(self, "id_type")
4013
+
4014
+
4015
+ @pulumi.output_type
4016
+ class SiteNetworkServicePropertiesFormatResponse(dict):
4017
+ """
4018
+ Site network service properties.
4019
+ """
4020
+ @staticmethod
4021
+ def __key_warning(key: str):
4022
+ suggest = None
4023
+ if key == "lastStateConfigurationGroupValueReferences":
4024
+ suggest = "last_state_configuration_group_value_references"
4025
+ elif key == "lastStateNetworkServiceDesignVersionName":
4026
+ suggest = "last_state_network_service_design_version_name"
4027
+ elif key == "networkServiceDesignGroupName":
4028
+ suggest = "network_service_design_group_name"
4029
+ elif key == "networkServiceDesignVersionName":
4030
+ suggest = "network_service_design_version_name"
4031
+ elif key == "networkServiceDesignVersionOfferingLocation":
4032
+ suggest = "network_service_design_version_offering_location"
4033
+ elif key == "provisioningState":
4034
+ suggest = "provisioning_state"
4035
+ elif key == "publisherName":
4036
+ suggest = "publisher_name"
4037
+ elif key == "publisherScope":
4038
+ suggest = "publisher_scope"
4039
+ elif key == "desiredStateConfigurationGroupValueReferences":
4040
+ suggest = "desired_state_configuration_group_value_references"
4041
+ elif key == "managedResourceGroupConfiguration":
4042
+ suggest = "managed_resource_group_configuration"
4043
+ elif key == "networkServiceDesignVersionResourceReference":
4044
+ suggest = "network_service_design_version_resource_reference"
4045
+ elif key == "siteReference":
4046
+ suggest = "site_reference"
4047
+
4048
+ if suggest:
4049
+ pulumi.log.warn(f"Key '{key}' not found in SiteNetworkServicePropertiesFormatResponse. Access the value via the '{suggest}' property getter instead.")
4050
+
4051
+ def __getitem__(self, key: str) -> Any:
4052
+ SiteNetworkServicePropertiesFormatResponse.__key_warning(key)
4053
+ return super().__getitem__(key)
4054
+
4055
+ def get(self, key: str, default = None) -> Any:
4056
+ SiteNetworkServicePropertiesFormatResponse.__key_warning(key)
4057
+ return super().get(key, default)
4058
+
4059
+ def __init__(__self__, *,
4060
+ last_state_configuration_group_value_references: Mapping[str, 'outputs.ReferencedResourceResponse'],
4061
+ last_state_network_service_design_version_name: str,
4062
+ network_service_design_group_name: str,
4063
+ network_service_design_version_name: str,
4064
+ network_service_design_version_offering_location: str,
4065
+ provisioning_state: str,
4066
+ publisher_name: str,
4067
+ publisher_scope: str,
4068
+ desired_state_configuration_group_value_references: Optional[Mapping[str, 'outputs.ReferencedResourceResponse']] = None,
4069
+ managed_resource_group_configuration: Optional['outputs.ManagedResourceGroupConfigurationResponse'] = None,
4070
+ network_service_design_version_resource_reference: Optional[Any] = None,
4071
+ site_reference: Optional['outputs.ReferencedResourceResponse'] = None):
4072
+ """
4073
+ Site network service properties.
4074
+ :param Mapping[str, 'ReferencedResourceResponse'] last_state_configuration_group_value_references: The last state of the site network service resource.
4075
+ :param str last_state_network_service_design_version_name: The network service design version for the site network service.
4076
+ :param str network_service_design_group_name: The network service design group name for the site network service.
4077
+ :param str network_service_design_version_name: The network service design version for the site network service.
4078
+ :param str network_service_design_version_offering_location: The location of the network service design offering.
4079
+ :param str provisioning_state: The provisioning state of the site network service resource.
4080
+ :param str publisher_name: The publisher name for the site network service.
4081
+ :param str publisher_scope: The scope of the publisher.
4082
+ :param Mapping[str, 'ReferencedResourceResponse'] desired_state_configuration_group_value_references: The goal state of the site network service resource. This has references to the configuration group value objects that describe the desired state of the site network service.
4083
+ :param 'ManagedResourceGroupConfigurationResponse' managed_resource_group_configuration: Managed resource group configuration.
4084
+ :param Union['OpenDeploymentResourceReferenceResponse', 'SecretDeploymentResourceReferenceResponse'] network_service_design_version_resource_reference: The network service design version resource reference.
4085
+ :param 'ReferencedResourceResponse' site_reference: The site details
4086
+ """
4087
+ pulumi.set(__self__, "last_state_configuration_group_value_references", last_state_configuration_group_value_references)
4088
+ pulumi.set(__self__, "last_state_network_service_design_version_name", last_state_network_service_design_version_name)
4089
+ pulumi.set(__self__, "network_service_design_group_name", network_service_design_group_name)
4090
+ pulumi.set(__self__, "network_service_design_version_name", network_service_design_version_name)
4091
+ pulumi.set(__self__, "network_service_design_version_offering_location", network_service_design_version_offering_location)
4092
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
4093
+ pulumi.set(__self__, "publisher_name", publisher_name)
4094
+ pulumi.set(__self__, "publisher_scope", publisher_scope)
4095
+ if desired_state_configuration_group_value_references is not None:
4096
+ pulumi.set(__self__, "desired_state_configuration_group_value_references", desired_state_configuration_group_value_references)
4097
+ if managed_resource_group_configuration is not None:
4098
+ pulumi.set(__self__, "managed_resource_group_configuration", managed_resource_group_configuration)
4099
+ if network_service_design_version_resource_reference is not None:
4100
+ pulumi.set(__self__, "network_service_design_version_resource_reference", network_service_design_version_resource_reference)
4101
+ if site_reference is not None:
4102
+ pulumi.set(__self__, "site_reference", site_reference)
4103
+
4104
+ @property
4105
+ @pulumi.getter(name="lastStateConfigurationGroupValueReferences")
4106
+ def last_state_configuration_group_value_references(self) -> Mapping[str, 'outputs.ReferencedResourceResponse']:
4107
+ """
4108
+ The last state of the site network service resource.
4109
+ """
4110
+ return pulumi.get(self, "last_state_configuration_group_value_references")
4111
+
4112
+ @property
4113
+ @pulumi.getter(name="lastStateNetworkServiceDesignVersionName")
4114
+ def last_state_network_service_design_version_name(self) -> str:
4115
+ """
4116
+ The network service design version for the site network service.
4117
+ """
4118
+ return pulumi.get(self, "last_state_network_service_design_version_name")
4119
+
4120
+ @property
4121
+ @pulumi.getter(name="networkServiceDesignGroupName")
4122
+ def network_service_design_group_name(self) -> str:
4123
+ """
4124
+ The network service design group name for the site network service.
4125
+ """
4126
+ return pulumi.get(self, "network_service_design_group_name")
4127
+
4128
+ @property
4129
+ @pulumi.getter(name="networkServiceDesignVersionName")
4130
+ def network_service_design_version_name(self) -> str:
4131
+ """
4132
+ The network service design version for the site network service.
4133
+ """
4134
+ return pulumi.get(self, "network_service_design_version_name")
4135
+
4136
+ @property
4137
+ @pulumi.getter(name="networkServiceDesignVersionOfferingLocation")
4138
+ def network_service_design_version_offering_location(self) -> str:
4139
+ """
4140
+ The location of the network service design offering.
4141
+ """
4142
+ return pulumi.get(self, "network_service_design_version_offering_location")
4143
+
4144
+ @property
4145
+ @pulumi.getter(name="provisioningState")
4146
+ def provisioning_state(self) -> str:
4147
+ """
4148
+ The provisioning state of the site network service resource.
4149
+ """
4150
+ return pulumi.get(self, "provisioning_state")
4151
+
4152
+ @property
4153
+ @pulumi.getter(name="publisherName")
4154
+ def publisher_name(self) -> str:
4155
+ """
4156
+ The publisher name for the site network service.
4157
+ """
4158
+ return pulumi.get(self, "publisher_name")
4159
+
4160
+ @property
4161
+ @pulumi.getter(name="publisherScope")
4162
+ def publisher_scope(self) -> str:
4163
+ """
4164
+ The scope of the publisher.
4165
+ """
4166
+ return pulumi.get(self, "publisher_scope")
4167
+
4168
+ @property
4169
+ @pulumi.getter(name="desiredStateConfigurationGroupValueReferences")
4170
+ def desired_state_configuration_group_value_references(self) -> Optional[Mapping[str, 'outputs.ReferencedResourceResponse']]:
4171
+ """
4172
+ The goal state of the site network service resource. This has references to the configuration group value objects that describe the desired state of the site network service.
4173
+ """
4174
+ return pulumi.get(self, "desired_state_configuration_group_value_references")
4175
+
4176
+ @property
4177
+ @pulumi.getter(name="managedResourceGroupConfiguration")
4178
+ def managed_resource_group_configuration(self) -> Optional['outputs.ManagedResourceGroupConfigurationResponse']:
4179
+ """
4180
+ Managed resource group configuration.
4181
+ """
4182
+ return pulumi.get(self, "managed_resource_group_configuration")
4183
+
4184
+ @property
4185
+ @pulumi.getter(name="networkServiceDesignVersionResourceReference")
4186
+ def network_service_design_version_resource_reference(self) -> Optional[Any]:
4187
+ """
4188
+ The network service design version resource reference.
4189
+ """
4190
+ return pulumi.get(self, "network_service_design_version_resource_reference")
4191
+
4192
+ @property
4193
+ @pulumi.getter(name="siteReference")
4194
+ def site_reference(self) -> Optional['outputs.ReferencedResourceResponse']:
4195
+ """
4196
+ The site details
4197
+ """
4198
+ return pulumi.get(self, "site_reference")
4199
+
4200
+
4201
+ @pulumi.output_type
4202
+ class SitePropertiesFormatResponse(dict):
4203
+ """
4204
+ Site properties.
4205
+ """
4206
+ @staticmethod
4207
+ def __key_warning(key: str):
4208
+ suggest = None
4209
+ if key == "provisioningState":
4210
+ suggest = "provisioning_state"
4211
+ elif key == "siteNetworkServiceReferences":
4212
+ suggest = "site_network_service_references"
4213
+
4214
+ if suggest:
4215
+ pulumi.log.warn(f"Key '{key}' not found in SitePropertiesFormatResponse. Access the value via the '{suggest}' property getter instead.")
4216
+
4217
+ def __getitem__(self, key: str) -> Any:
4218
+ SitePropertiesFormatResponse.__key_warning(key)
4219
+ return super().__getitem__(key)
4220
+
4221
+ def get(self, key: str, default = None) -> Any:
4222
+ SitePropertiesFormatResponse.__key_warning(key)
4223
+ return super().get(key, default)
4224
+
4225
+ def __init__(__self__, *,
4226
+ provisioning_state: str,
4227
+ site_network_service_references: Sequence['outputs.ReferencedResourceResponse'],
4228
+ nfvis: Optional[Sequence[Any]] = None):
4229
+ """
4230
+ Site properties.
4231
+ :param str provisioning_state: The provisioning state of the site resource. **TODO**: Confirm if this is needed.
4232
+ :param Sequence['ReferencedResourceResponse'] site_network_service_references: The list of site network services on the site.
4233
+ :param Sequence[Union['AzureArcK8sClusterNFVIDetailsResponse', 'AzureCoreNFVIDetailsResponse', 'AzureOperatorNexusClusterNFVIDetailsResponse']] nfvis: List of NFVIs
4234
+ """
4235
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
4236
+ pulumi.set(__self__, "site_network_service_references", site_network_service_references)
4237
+ if nfvis is not None:
4238
+ pulumi.set(__self__, "nfvis", nfvis)
4239
+
4240
+ @property
4241
+ @pulumi.getter(name="provisioningState")
4242
+ def provisioning_state(self) -> str:
4243
+ """
4244
+ The provisioning state of the site resource. **TODO**: Confirm if this is needed.
4245
+ """
4246
+ return pulumi.get(self, "provisioning_state")
4247
+
4248
+ @property
4249
+ @pulumi.getter(name="siteNetworkServiceReferences")
4250
+ def site_network_service_references(self) -> Sequence['outputs.ReferencedResourceResponse']:
4251
+ """
4252
+ The list of site network services on the site.
4253
+ """
4254
+ return pulumi.get(self, "site_network_service_references")
4255
+
4256
+ @property
4257
+ @pulumi.getter
4258
+ def nfvis(self) -> Optional[Sequence[Any]]:
4259
+ """
4260
+ List of NFVIs
4261
+ """
4262
+ return pulumi.get(self, "nfvis")
4263
+
4264
+
4265
+ @pulumi.output_type
4266
+ class SkuResponse(dict):
4267
+ """
4268
+ Sku, to be associated with a SiteNetworkService.
4269
+ """
4270
+ def __init__(__self__, *,
4271
+ name: str,
4272
+ tier: str):
4273
+ """
4274
+ Sku, to be associated with a SiteNetworkService.
4275
+ :param str name: Name of this Sku
4276
+ :param str tier: The SKU tier based on the SKU name.
4277
+ """
4278
+ pulumi.set(__self__, "name", name)
4279
+ pulumi.set(__self__, "tier", tier)
4280
+
4281
+ @property
4282
+ @pulumi.getter
4283
+ def name(self) -> str:
4284
+ """
4285
+ Name of this Sku
4286
+ """
4287
+ return pulumi.get(self, "name")
4288
+
4289
+ @property
4290
+ @pulumi.getter
4291
+ def tier(self) -> str:
4292
+ """
4293
+ The SKU tier based on the SKU name.
4294
+ """
4295
+ return pulumi.get(self, "tier")
4296
+
4297
+
4298
+ @pulumi.output_type
4299
+ class SystemDataResponse(dict):
4300
+ """
4301
+ Metadata pertaining to creation and last modification of the resource.
4302
+ """
4303
+ @staticmethod
4304
+ def __key_warning(key: str):
4305
+ suggest = None
4306
+ if key == "createdAt":
4307
+ suggest = "created_at"
4308
+ elif key == "createdBy":
4309
+ suggest = "created_by"
4310
+ elif key == "createdByType":
4311
+ suggest = "created_by_type"
4312
+ elif key == "lastModifiedAt":
4313
+ suggest = "last_modified_at"
4314
+ elif key == "lastModifiedBy":
4315
+ suggest = "last_modified_by"
4316
+ elif key == "lastModifiedByType":
4317
+ suggest = "last_modified_by_type"
4318
+
4319
+ if suggest:
4320
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
4321
+
4322
+ def __getitem__(self, key: str) -> Any:
4323
+ SystemDataResponse.__key_warning(key)
4324
+ return super().__getitem__(key)
4325
+
4326
+ def get(self, key: str, default = None) -> Any:
4327
+ SystemDataResponse.__key_warning(key)
4328
+ return super().get(key, default)
4329
+
4330
+ def __init__(__self__, *,
4331
+ created_at: Optional[str] = None,
4332
+ created_by: Optional[str] = None,
4333
+ created_by_type: Optional[str] = None,
4334
+ last_modified_at: Optional[str] = None,
4335
+ last_modified_by: Optional[str] = None,
4336
+ last_modified_by_type: Optional[str] = None):
4337
+ """
4338
+ Metadata pertaining to creation and last modification of the resource.
4339
+ :param str created_at: The timestamp of resource creation (UTC).
4340
+ :param str created_by: The identity that created the resource.
4341
+ :param str created_by_type: The type of identity that created the resource.
4342
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
4343
+ :param str last_modified_by: The identity that last modified the resource.
4344
+ :param str last_modified_by_type: The type of identity that last modified the resource.
4345
+ """
4346
+ if created_at is not None:
4347
+ pulumi.set(__self__, "created_at", created_at)
4348
+ if created_by is not None:
4349
+ pulumi.set(__self__, "created_by", created_by)
4350
+ if created_by_type is not None:
4351
+ pulumi.set(__self__, "created_by_type", created_by_type)
4352
+ if last_modified_at is not None:
4353
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
4354
+ if last_modified_by is not None:
4355
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
4356
+ if last_modified_by_type is not None:
4357
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
4358
+
4359
+ @property
4360
+ @pulumi.getter(name="createdAt")
4361
+ def created_at(self) -> Optional[str]:
4362
+ """
4363
+ The timestamp of resource creation (UTC).
4364
+ """
4365
+ return pulumi.get(self, "created_at")
4366
+
4367
+ @property
4368
+ @pulumi.getter(name="createdBy")
4369
+ def created_by(self) -> Optional[str]:
4370
+ """
4371
+ The identity that created the resource.
4372
+ """
4373
+ return pulumi.get(self, "created_by")
4374
+
4375
+ @property
4376
+ @pulumi.getter(name="createdByType")
4377
+ def created_by_type(self) -> Optional[str]:
4378
+ """
4379
+ The type of identity that created the resource.
4380
+ """
4381
+ return pulumi.get(self, "created_by_type")
4382
+
4383
+ @property
4384
+ @pulumi.getter(name="lastModifiedAt")
4385
+ def last_modified_at(self) -> Optional[str]:
4386
+ """
4387
+ The timestamp of resource last modification (UTC)
4388
+ """
4389
+ return pulumi.get(self, "last_modified_at")
4390
+
4391
+ @property
4392
+ @pulumi.getter(name="lastModifiedBy")
4393
+ def last_modified_by(self) -> Optional[str]:
4394
+ """
4395
+ The identity that last modified the resource.
4396
+ """
4397
+ return pulumi.get(self, "last_modified_by")
4398
+
4399
+ @property
4400
+ @pulumi.getter(name="lastModifiedByType")
4401
+ def last_modified_by_type(self) -> Optional[str]:
4402
+ """
4403
+ The type of identity that last modified the resource.
4404
+ """
4405
+ return pulumi.get(self, "last_modified_by_type")
4406
+
4407
+
4408
+ @pulumi.output_type
4409
+ class UserAssignedIdentityResponse(dict):
4410
+ """
4411
+ User assigned identity properties
4412
+ """
4413
+ @staticmethod
4414
+ def __key_warning(key: str):
4415
+ suggest = None
4416
+ if key == "clientId":
4417
+ suggest = "client_id"
4418
+ elif key == "principalId":
4419
+ suggest = "principal_id"
4420
+
4421
+ if suggest:
4422
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
4423
+
4424
+ def __getitem__(self, key: str) -> Any:
4425
+ UserAssignedIdentityResponse.__key_warning(key)
4426
+ return super().__getitem__(key)
4427
+
4428
+ def get(self, key: str, default = None) -> Any:
4429
+ UserAssignedIdentityResponse.__key_warning(key)
4430
+ return super().get(key, default)
4431
+
4432
+ def __init__(__self__, *,
4433
+ client_id: str,
4434
+ principal_id: str):
4435
+ """
4436
+ User assigned identity properties
4437
+ :param str client_id: The client ID of the assigned identity.
4438
+ :param str principal_id: The principal ID of the assigned identity.
4439
+ """
4440
+ pulumi.set(__self__, "client_id", client_id)
4441
+ pulumi.set(__self__, "principal_id", principal_id)
4442
+
4443
+ @property
4444
+ @pulumi.getter(name="clientId")
4445
+ def client_id(self) -> str:
4446
+ """
4447
+ The client ID of the assigned identity.
4448
+ """
4449
+ return pulumi.get(self, "client_id")
4450
+
4451
+ @property
4452
+ @pulumi.getter(name="principalId")
4453
+ def principal_id(self) -> str:
4454
+ """
4455
+ The principal ID of the assigned identity.
4456
+ """
4457
+ return pulumi.get(self, "principal_id")
4458
+
4459
+
4460
+ @pulumi.output_type
4461
+ class VhdImageArtifactProfileResponse(dict):
4462
+ """
4463
+ Vhd artifact profile.
4464
+ """
4465
+ @staticmethod
4466
+ def __key_warning(key: str):
4467
+ suggest = None
4468
+ if key == "vhdName":
4469
+ suggest = "vhd_name"
4470
+ elif key == "vhdVersion":
4471
+ suggest = "vhd_version"
4472
+
4473
+ if suggest:
4474
+ pulumi.log.warn(f"Key '{key}' not found in VhdImageArtifactProfileResponse. Access the value via the '{suggest}' property getter instead.")
4475
+
4476
+ def __getitem__(self, key: str) -> Any:
4477
+ VhdImageArtifactProfileResponse.__key_warning(key)
4478
+ return super().__getitem__(key)
4479
+
4480
+ def get(self, key: str, default = None) -> Any:
4481
+ VhdImageArtifactProfileResponse.__key_warning(key)
4482
+ return super().get(key, default)
4483
+
4484
+ def __init__(__self__, *,
4485
+ vhd_name: Optional[str] = None,
4486
+ vhd_version: Optional[str] = None):
4487
+ """
4488
+ Vhd artifact profile.
4489
+ :param str vhd_name: Vhd name.
4490
+ :param str vhd_version: Vhd version.
4491
+ """
4492
+ if vhd_name is not None:
4493
+ pulumi.set(__self__, "vhd_name", vhd_name)
4494
+ if vhd_version is not None:
4495
+ pulumi.set(__self__, "vhd_version", vhd_version)
4496
+
4497
+ @property
4498
+ @pulumi.getter(name="vhdName")
4499
+ def vhd_name(self) -> Optional[str]:
4500
+ """
4501
+ Vhd name.
4502
+ """
4503
+ return pulumi.get(self, "vhd_name")
4504
+
4505
+ @property
4506
+ @pulumi.getter(name="vhdVersion")
4507
+ def vhd_version(self) -> Optional[str]:
4508
+ """
4509
+ Vhd version.
4510
+ """
4511
+ return pulumi.get(self, "vhd_version")
4512
+
4513
+
4514
+ @pulumi.output_type
4515
+ class VhdImageMappingRuleProfileResponse(dict):
4516
+ """
4517
+ Vhd mapping rule profile
4518
+ """
4519
+ @staticmethod
4520
+ def __key_warning(key: str):
4521
+ suggest = None
4522
+ if key == "userConfiguration":
4523
+ suggest = "user_configuration"
4524
+
4525
+ if suggest:
4526
+ pulumi.log.warn(f"Key '{key}' not found in VhdImageMappingRuleProfileResponse. Access the value via the '{suggest}' property getter instead.")
4527
+
4528
+ def __getitem__(self, key: str) -> Any:
4529
+ VhdImageMappingRuleProfileResponse.__key_warning(key)
4530
+ return super().__getitem__(key)
4531
+
4532
+ def get(self, key: str, default = None) -> Any:
4533
+ VhdImageMappingRuleProfileResponse.__key_warning(key)
4534
+ return super().get(key, default)
4535
+
4536
+ def __init__(__self__, *,
4537
+ user_configuration: Optional[str] = None):
4538
+ """
4539
+ Vhd mapping rule profile
4540
+ :param str user_configuration: List of values.
4541
+ """
4542
+ if user_configuration is not None:
4543
+ pulumi.set(__self__, "user_configuration", user_configuration)
4544
+
4545
+ @property
4546
+ @pulumi.getter(name="userConfiguration")
4547
+ def user_configuration(self) -> Optional[str]:
4548
+ """
4549
+ List of values.
4550
+ """
4551
+ return pulumi.get(self, "user_configuration")
4552
+
4553
+
4554
+ @pulumi.output_type
4555
+ class VirtualNetworkFunctionNetworkFunctionDefinitionVersionResponse(dict):
4556
+ """
4557
+ Virtual network function network function definition version properties.
4558
+ """
4559
+ @staticmethod
4560
+ def __key_warning(key: str):
4561
+ suggest = None
4562
+ if key == "networkFunctionType":
4563
+ suggest = "network_function_type"
4564
+ elif key == "provisioningState":
4565
+ suggest = "provisioning_state"
4566
+ elif key == "versionState":
4567
+ suggest = "version_state"
4568
+ elif key == "deployParameters":
4569
+ suggest = "deploy_parameters"
4570
+ elif key == "networkFunctionTemplate":
4571
+ suggest = "network_function_template"
4572
+
4573
+ if suggest:
4574
+ pulumi.log.warn(f"Key '{key}' not found in VirtualNetworkFunctionNetworkFunctionDefinitionVersionResponse. Access the value via the '{suggest}' property getter instead.")
4575
+
4576
+ def __getitem__(self, key: str) -> Any:
4577
+ VirtualNetworkFunctionNetworkFunctionDefinitionVersionResponse.__key_warning(key)
4578
+ return super().__getitem__(key)
4579
+
4580
+ def get(self, key: str, default = None) -> Any:
4581
+ VirtualNetworkFunctionNetworkFunctionDefinitionVersionResponse.__key_warning(key)
4582
+ return super().get(key, default)
4583
+
4584
+ def __init__(__self__, *,
4585
+ network_function_type: str,
4586
+ provisioning_state: str,
4587
+ version_state: str,
4588
+ deploy_parameters: Optional[str] = None,
4589
+ description: Optional[str] = None,
4590
+ network_function_template: Optional[Any] = None):
4591
+ """
4592
+ Virtual network function network function definition version properties.
4593
+ :param str network_function_type: The network function type.
4594
+ Expected value is 'VirtualNetworkFunction'.
4595
+ :param str provisioning_state: The provisioning state of the network function definition version resource.
4596
+ :param str version_state: The network function definition version state.
4597
+ :param str deploy_parameters: The deployment parameters of the network function definition version.
4598
+ :param str description: The network function definition version description.
4599
+ :param Union['AzureCoreNetworkFunctionTemplateResponse', 'AzureOperatorNexusNetworkFunctionTemplateResponse'] network_function_template: Virtual network function template.
4600
+ """
4601
+ pulumi.set(__self__, "network_function_type", 'VirtualNetworkFunction')
4602
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
4603
+ pulumi.set(__self__, "version_state", version_state)
4604
+ if deploy_parameters is not None:
4605
+ pulumi.set(__self__, "deploy_parameters", deploy_parameters)
4606
+ if description is not None:
4607
+ pulumi.set(__self__, "description", description)
4608
+ if network_function_template is not None:
4609
+ pulumi.set(__self__, "network_function_template", network_function_template)
4610
+
4611
+ @property
4612
+ @pulumi.getter(name="networkFunctionType")
4613
+ def network_function_type(self) -> str:
4614
+ """
4615
+ The network function type.
4616
+ Expected value is 'VirtualNetworkFunction'.
4617
+ """
4618
+ return pulumi.get(self, "network_function_type")
4619
+
4620
+ @property
4621
+ @pulumi.getter(name="provisioningState")
4622
+ def provisioning_state(self) -> str:
4623
+ """
4624
+ The provisioning state of the network function definition version resource.
4625
+ """
4626
+ return pulumi.get(self, "provisioning_state")
4627
+
4628
+ @property
4629
+ @pulumi.getter(name="versionState")
4630
+ def version_state(self) -> str:
4631
+ """
4632
+ The network function definition version state.
4633
+ """
4634
+ return pulumi.get(self, "version_state")
4635
+
4636
+ @property
4637
+ @pulumi.getter(name="deployParameters")
4638
+ def deploy_parameters(self) -> Optional[str]:
4639
+ """
4640
+ The deployment parameters of the network function definition version.
4641
+ """
4642
+ return pulumi.get(self, "deploy_parameters")
4643
+
4644
+ @property
4645
+ @pulumi.getter
4646
+ def description(self) -> Optional[str]:
4647
+ """
4648
+ The network function definition version description.
4649
+ """
4650
+ return pulumi.get(self, "description")
4651
+
4652
+ @property
4653
+ @pulumi.getter(name="networkFunctionTemplate")
4654
+ def network_function_template(self) -> Optional[Any]:
4655
+ """
4656
+ Virtual network function template.
4657
+ """
4658
+ return pulumi.get(self, "network_function_template")
4659
+
4660
+