pulumi-azure-native 2.61.0__py3-none-any.whl → 2.61.0a1726250321__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 (2078) hide show
  1. pulumi_azure_native/__init__.py +1 -273
  2. pulumi_azure_native/appconfiguration/__init__.py +0 -3
  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/containerservice/__init__.py +0 -3
  25. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  26. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  27. pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
  28. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  29. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  30. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  31. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  32. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  33. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  34. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  35. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  36. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  37. pulumi_azure_native/containerservice/load_balancer.py +3 -3
  38. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  39. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  40. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  41. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  42. pulumi_azure_native/containerservice/snapshot.py +3 -3
  43. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  44. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  45. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  46. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  47. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  48. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  49. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  50. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  51. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  52. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  53. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  54. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  55. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  56. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  57. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  58. pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
  59. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  60. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  61. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  62. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  63. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  64. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  65. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  66. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  67. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  68. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  69. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  70. pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
  71. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  72. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  73. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  74. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  75. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  76. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  77. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  78. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  79. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  80. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  81. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  82. pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
  83. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  84. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  85. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  86. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  87. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  88. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  89. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  90. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  91. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  92. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  93. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  94. pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
  95. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  96. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  97. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  98. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  99. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  100. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  101. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  102. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  103. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  104. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  105. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  106. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  107. pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
  108. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  109. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  110. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  111. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  112. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  113. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  114. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  115. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  116. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  117. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  118. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  119. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  120. pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
  121. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  122. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  123. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  124. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  125. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  126. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  127. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  128. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  129. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  130. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  131. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  132. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  133. pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
  134. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  135. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  136. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  137. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  138. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  139. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  140. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  141. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  142. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  143. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  144. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  145. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  146. pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
  147. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  148. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  149. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  150. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  151. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  152. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  153. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  154. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  155. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  156. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  157. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  158. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  159. pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
  160. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  161. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  162. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  163. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  164. pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
  165. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  166. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  167. pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
  168. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  169. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  170. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  171. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
  172. pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +1 -1
  173. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
  174. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
  175. pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +1 -1
  176. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
  177. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
  178. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
  179. pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
  180. pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
  181. pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
  182. pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
  183. pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
  184. pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
  185. pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
  186. pulumi_azure_native/containerservice/v20240502preview/load_balancer.py +1 -1
  187. pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
  188. pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
  189. pulumi_azure_native/containerservice/v20240502preview/managed_cluster_snapshot.py +1 -1
  190. pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
  191. pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
  192. pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
  193. pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1 -1
  194. pulumi_azure_native/containerservice/v20240602preview/load_balancer.py +1 -1
  195. pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +1 -1
  196. pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1 -1
  197. pulumi_azure_native/containerservice/v20240602preview/managed_cluster_snapshot.py +1 -1
  198. pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +1 -1
  199. pulumi_azure_native/containerservice/v20240602preview/snapshot.py +1 -1
  200. pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +1 -1
  201. pulumi_azure_native/containerservice/v20240701/agent_pool.py +1 -1
  202. pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +1 -1
  203. pulumi_azure_native/containerservice/v20240701/managed_cluster.py +1 -1
  204. pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +1 -1
  205. pulumi_azure_native/containerservice/v20240701/snapshot.py +1 -1
  206. pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +1 -1
  207. pulumi_azure_native/devhub/__init__.py +0 -4
  208. pulumi_azure_native/devhub/_enums.py +0 -27
  209. pulumi_azure_native/devhub/_inputs.py +0 -20
  210. pulumi_azure_native/devhub/get_git_hub_o_auth.py +2 -2
  211. pulumi_azure_native/devhub/get_iac_profile.py +0 -4
  212. pulumi_azure_native/devhub/get_workflow.py +2 -2
  213. pulumi_azure_native/devhub/iac_profile.py +1 -6
  214. pulumi_azure_native/devhub/outputs.py +14 -15
  215. pulumi_azure_native/devhub/v20221011preview/workflow.py +1 -1
  216. pulumi_azure_native/devhub/v20230801/workflow.py +1 -1
  217. pulumi_azure_native/devhub/v20240501preview/_enums.py +0 -27
  218. pulumi_azure_native/devhub/v20240501preview/_inputs.py +0 -20
  219. pulumi_azure_native/devhub/v20240501preview/iac_profile.py +1 -2
  220. pulumi_azure_native/devhub/v20240501preview/outputs.py +14 -15
  221. pulumi_azure_native/devhub/v20240501preview/workflow.py +1 -1
  222. pulumi_azure_native/devhub/workflow.py +3 -3
  223. pulumi_azure_native/deviceregistry/__init__.py +0 -13
  224. pulumi_azure_native/deviceregistry/_enums.py +4 -73
  225. pulumi_azure_native/deviceregistry/_inputs.py +9 -414
  226. pulumi_azure_native/deviceregistry/asset.py +17 -21
  227. pulumi_azure_native/deviceregistry/asset_endpoint_profile.py +5 -9
  228. pulumi_azure_native/deviceregistry/get_asset.py +4 -8
  229. pulumi_azure_native/deviceregistry/get_asset_endpoint_profile.py +1 -5
  230. pulumi_azure_native/deviceregistry/outputs.py +22 -367
  231. pulumi_azure_native/deviceregistry/v20231101preview/_enums.py +4 -4
  232. pulumi_azure_native/deviceregistry/v20231101preview/_inputs.py +9 -9
  233. pulumi_azure_native/deviceregistry/v20231101preview/asset.py +17 -17
  234. pulumi_azure_native/deviceregistry/v20231101preview/asset_endpoint_profile.py +5 -5
  235. pulumi_azure_native/deviceregistry/v20231101preview/get_asset.py +4 -4
  236. pulumi_azure_native/deviceregistry/v20231101preview/get_asset_endpoint_profile.py +1 -1
  237. pulumi_azure_native/deviceregistry/v20231101preview/outputs.py +22 -18
  238. pulumi_azure_native/documentdb/__init__.py +0 -6
  239. pulumi_azure_native/documentdb/cassandra_cluster.py +3 -3
  240. pulumi_azure_native/documentdb/cassandra_data_center.py +3 -3
  241. pulumi_azure_native/documentdb/cassandra_resource_cassandra_keyspace.py +3 -3
  242. pulumi_azure_native/documentdb/cassandra_resource_cassandra_table.py +3 -3
  243. pulumi_azure_native/documentdb/cassandra_resource_cassandra_view.py +3 -3
  244. pulumi_azure_native/documentdb/database_account.py +3 -3
  245. pulumi_azure_native/documentdb/get_cassandra_cluster.py +2 -2
  246. pulumi_azure_native/documentdb/get_cassandra_data_center.py +2 -2
  247. pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_keyspace.py +2 -2
  248. pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_table.py +2 -2
  249. pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_view.py +2 -2
  250. pulumi_azure_native/documentdb/get_database_account.py +2 -2
  251. pulumi_azure_native/documentdb/get_graph_resource_graph.py +2 -2
  252. pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_database.py +2 -2
  253. pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_graph.py +2 -2
  254. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_collection.py +2 -2
  255. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_database.py +2 -2
  256. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_role_definition.py +2 -2
  257. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_user_definition.py +2 -2
  258. pulumi_azure_native/documentdb/get_notebook_workspace.py +2 -2
  259. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  260. pulumi_azure_native/documentdb/get_service.py +2 -2
  261. pulumi_azure_native/documentdb/get_sql_resource_sql_container.py +2 -2
  262. pulumi_azure_native/documentdb/get_sql_resource_sql_database.py +2 -2
  263. pulumi_azure_native/documentdb/get_sql_resource_sql_role_assignment.py +2 -2
  264. pulumi_azure_native/documentdb/get_sql_resource_sql_role_definition.py +2 -2
  265. pulumi_azure_native/documentdb/get_sql_resource_sql_stored_procedure.py +2 -2
  266. pulumi_azure_native/documentdb/get_sql_resource_sql_trigger.py +2 -2
  267. pulumi_azure_native/documentdb/get_sql_resource_sql_user_defined_function.py +2 -2
  268. pulumi_azure_native/documentdb/get_table_resource_table.py +2 -2
  269. pulumi_azure_native/documentdb/get_throughput_pool.py +2 -2
  270. pulumi_azure_native/documentdb/get_throughput_pool_account.py +2 -2
  271. pulumi_azure_native/documentdb/graph_resource_graph.py +3 -3
  272. pulumi_azure_native/documentdb/gremlin_resource_gremlin_database.py +3 -3
  273. pulumi_azure_native/documentdb/gremlin_resource_gremlin_graph.py +3 -3
  274. pulumi_azure_native/documentdb/list_database_account_connection_strings.py +2 -2
  275. pulumi_azure_native/documentdb/list_database_account_keys.py +2 -2
  276. pulumi_azure_native/documentdb/list_notebook_workspace_connection_info.py +2 -2
  277. pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_collection.py +3 -3
  278. pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_database.py +3 -3
  279. pulumi_azure_native/documentdb/mongo_db_resource_mongo_role_definition.py +3 -3
  280. pulumi_azure_native/documentdb/mongo_db_resource_mongo_user_definition.py +3 -3
  281. pulumi_azure_native/documentdb/notebook_workspace.py +3 -3
  282. pulumi_azure_native/documentdb/private_endpoint_connection.py +3 -3
  283. pulumi_azure_native/documentdb/service.py +3 -3
  284. pulumi_azure_native/documentdb/sql_resource_sql_container.py +3 -3
  285. pulumi_azure_native/documentdb/sql_resource_sql_database.py +3 -3
  286. pulumi_azure_native/documentdb/sql_resource_sql_role_assignment.py +3 -3
  287. pulumi_azure_native/documentdb/sql_resource_sql_role_definition.py +3 -3
  288. pulumi_azure_native/documentdb/sql_resource_sql_stored_procedure.py +3 -3
  289. pulumi_azure_native/documentdb/sql_resource_sql_trigger.py +3 -3
  290. pulumi_azure_native/documentdb/sql_resource_sql_user_defined_function.py +3 -3
  291. pulumi_azure_native/documentdb/table_resource_table.py +3 -3
  292. pulumi_azure_native/documentdb/throughput_pool.py +3 -3
  293. pulumi_azure_native/documentdb/throughput_pool_account.py +3 -3
  294. pulumi_azure_native/documentdb/v20210401preview/database_account.py +1 -1
  295. pulumi_azure_native/documentdb/v20210701preview/cassandra_cluster.py +1 -1
  296. pulumi_azure_native/documentdb/v20230301preview/mongo_db_resource_mongo_role_definition.py +1 -1
  297. pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_keyspace.py +1 -1
  298. pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_table.py +1 -1
  299. pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_view.py +1 -1
  300. pulumi_azure_native/documentdb/v20230315preview/database_account.py +1 -1
  301. pulumi_azure_native/documentdb/v20230315preview/graph_resource_graph.py +1 -1
  302. pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_database.py +1 -1
  303. pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_graph.py +1 -1
  304. pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_collection.py +1 -1
  305. pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_database.py +1 -1
  306. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_container.py +1 -1
  307. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_database.py +1 -1
  308. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_stored_procedure.py +1 -1
  309. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_trigger.py +1 -1
  310. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_user_defined_function.py +1 -1
  311. pulumi_azure_native/documentdb/v20230315preview/table_resource_table.py +1 -1
  312. pulumi_azure_native/documentdb/v20230415/cassandra_cluster.py +1 -1
  313. pulumi_azure_native/documentdb/v20230415/cassandra_data_center.py +1 -1
  314. pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_keyspace.py +1 -1
  315. pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_table.py +1 -1
  316. pulumi_azure_native/documentdb/v20230415/database_account.py +1 -1
  317. pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_database.py +1 -1
  318. pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_graph.py +1 -1
  319. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_collection.py +1 -1
  320. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_database.py +1 -1
  321. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_role_definition.py +1 -1
  322. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_user_definition.py +1 -1
  323. pulumi_azure_native/documentdb/v20230415/notebook_workspace.py +1 -1
  324. pulumi_azure_native/documentdb/v20230415/private_endpoint_connection.py +1 -1
  325. pulumi_azure_native/documentdb/v20230415/service.py +1 -1
  326. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_container.py +1 -1
  327. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_database.py +1 -1
  328. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_assignment.py +1 -1
  329. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_definition.py +1 -1
  330. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_stored_procedure.py +1 -1
  331. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_trigger.py +1 -1
  332. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_user_defined_function.py +1 -1
  333. pulumi_azure_native/documentdb/v20230415/table_resource_table.py +1 -1
  334. pulumi_azure_native/documentdb/v20230915/cassandra_cluster.py +1 -1
  335. pulumi_azure_native/documentdb/v20230915/cassandra_data_center.py +1 -1
  336. pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_keyspace.py +1 -1
  337. pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_table.py +1 -1
  338. pulumi_azure_native/documentdb/v20230915/database_account.py +1 -1
  339. pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_database.py +1 -1
  340. pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_graph.py +1 -1
  341. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_collection.py +1 -1
  342. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_database.py +1 -1
  343. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_role_definition.py +1 -1
  344. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_user_definition.py +1 -1
  345. pulumi_azure_native/documentdb/v20230915/notebook_workspace.py +1 -1
  346. pulumi_azure_native/documentdb/v20230915/private_endpoint_connection.py +1 -1
  347. pulumi_azure_native/documentdb/v20230915/service.py +1 -1
  348. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_container.py +1 -1
  349. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_database.py +1 -1
  350. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_assignment.py +1 -1
  351. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_definition.py +1 -1
  352. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_stored_procedure.py +1 -1
  353. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_trigger.py +1 -1
  354. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_user_defined_function.py +1 -1
  355. pulumi_azure_native/documentdb/v20230915/table_resource_table.py +1 -1
  356. pulumi_azure_native/documentdb/v20230915preview/cassandra_cluster.py +1 -1
  357. pulumi_azure_native/documentdb/v20230915preview/cassandra_data_center.py +1 -1
  358. pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_keyspace.py +1 -1
  359. pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_table.py +1 -1
  360. pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_view.py +1 -1
  361. pulumi_azure_native/documentdb/v20230915preview/database_account.py +1 -1
  362. pulumi_azure_native/documentdb/v20230915preview/graph_resource_graph.py +1 -1
  363. pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_database.py +1 -1
  364. pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_graph.py +1 -1
  365. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_collection.py +1 -1
  366. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_database.py +1 -1
  367. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_role_definition.py +1 -1
  368. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_user_definition.py +1 -1
  369. pulumi_azure_native/documentdb/v20230915preview/notebook_workspace.py +1 -1
  370. pulumi_azure_native/documentdb/v20230915preview/private_endpoint_connection.py +1 -1
  371. pulumi_azure_native/documentdb/v20230915preview/service.py +1 -1
  372. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_container.py +1 -1
  373. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_database.py +1 -1
  374. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_assignment.py +1 -1
  375. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_definition.py +1 -1
  376. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_stored_procedure.py +1 -1
  377. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_trigger.py +1 -1
  378. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_user_defined_function.py +1 -1
  379. pulumi_azure_native/documentdb/v20230915preview/table_resource_table.py +1 -1
  380. pulumi_azure_native/documentdb/v20231115/cassandra_cluster.py +1 -1
  381. pulumi_azure_native/documentdb/v20231115/cassandra_data_center.py +1 -1
  382. pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_keyspace.py +1 -1
  383. pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_table.py +1 -1
  384. pulumi_azure_native/documentdb/v20231115/database_account.py +1 -1
  385. pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_database.py +1 -1
  386. pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_graph.py +1 -1
  387. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_collection.py +1 -1
  388. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_database.py +1 -1
  389. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_role_definition.py +1 -1
  390. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_user_definition.py +1 -1
  391. pulumi_azure_native/documentdb/v20231115/notebook_workspace.py +1 -1
  392. pulumi_azure_native/documentdb/v20231115/private_endpoint_connection.py +1 -1
  393. pulumi_azure_native/documentdb/v20231115/service.py +1 -1
  394. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_container.py +1 -1
  395. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_database.py +1 -1
  396. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_assignment.py +1 -1
  397. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_definition.py +1 -1
  398. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_stored_procedure.py +1 -1
  399. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_trigger.py +1 -1
  400. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_user_defined_function.py +1 -1
  401. pulumi_azure_native/documentdb/v20231115/table_resource_table.py +1 -1
  402. pulumi_azure_native/documentdb/v20231115preview/cassandra_cluster.py +1 -1
  403. pulumi_azure_native/documentdb/v20231115preview/cassandra_data_center.py +1 -1
  404. pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_keyspace.py +1 -1
  405. pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_table.py +1 -1
  406. pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_view.py +1 -1
  407. pulumi_azure_native/documentdb/v20231115preview/database_account.py +1 -1
  408. pulumi_azure_native/documentdb/v20231115preview/graph_resource_graph.py +1 -1
  409. pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_database.py +1 -1
  410. pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_graph.py +1 -1
  411. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_collection.py +1 -1
  412. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_database.py +1 -1
  413. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_role_definition.py +1 -1
  414. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_user_definition.py +1 -1
  415. pulumi_azure_native/documentdb/v20231115preview/notebook_workspace.py +1 -1
  416. pulumi_azure_native/documentdb/v20231115preview/private_endpoint_connection.py +1 -1
  417. pulumi_azure_native/documentdb/v20231115preview/service.py +1 -1
  418. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_container.py +1 -1
  419. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_database.py +1 -1
  420. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_assignment.py +1 -1
  421. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_definition.py +1 -1
  422. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_stored_procedure.py +1 -1
  423. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_trigger.py +1 -1
  424. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_user_defined_function.py +1 -1
  425. pulumi_azure_native/documentdb/v20231115preview/table_resource_table.py +1 -1
  426. pulumi_azure_native/documentdb/v20231115preview/throughput_pool.py +1 -1
  427. pulumi_azure_native/documentdb/v20231115preview/throughput_pool_account.py +1 -1
  428. pulumi_azure_native/documentdb/v20240215preview/cassandra_cluster.py +1 -1
  429. pulumi_azure_native/documentdb/v20240215preview/cassandra_data_center.py +1 -1
  430. pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_keyspace.py +1 -1
  431. pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_table.py +1 -1
  432. pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_view.py +1 -1
  433. pulumi_azure_native/documentdb/v20240215preview/database_account.py +1 -1
  434. pulumi_azure_native/documentdb/v20240215preview/graph_resource_graph.py +1 -1
  435. pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_database.py +1 -1
  436. pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_graph.py +1 -1
  437. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_collection.py +1 -1
  438. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_database.py +1 -1
  439. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_role_definition.py +1 -1
  440. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_user_definition.py +1 -1
  441. pulumi_azure_native/documentdb/v20240215preview/notebook_workspace.py +1 -1
  442. pulumi_azure_native/documentdb/v20240215preview/private_endpoint_connection.py +1 -1
  443. pulumi_azure_native/documentdb/v20240215preview/service.py +1 -1
  444. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_container.py +1 -1
  445. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_database.py +1 -1
  446. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_assignment.py +1 -1
  447. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_definition.py +1 -1
  448. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_stored_procedure.py +1 -1
  449. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_trigger.py +1 -1
  450. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_user_defined_function.py +1 -1
  451. pulumi_azure_native/documentdb/v20240215preview/table_resource_table.py +1 -1
  452. pulumi_azure_native/documentdb/v20240215preview/throughput_pool.py +1 -1
  453. pulumi_azure_native/documentdb/v20240215preview/throughput_pool_account.py +1 -1
  454. pulumi_azure_native/documentdb/v20240515/cassandra_cluster.py +1 -1
  455. pulumi_azure_native/documentdb/v20240515/cassandra_data_center.py +1 -1
  456. pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_keyspace.py +1 -1
  457. pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_table.py +1 -1
  458. pulumi_azure_native/documentdb/v20240515/database_account.py +1 -1
  459. pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_database.py +1 -1
  460. pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_graph.py +1 -1
  461. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_collection.py +1 -1
  462. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_database.py +1 -1
  463. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_role_definition.py +1 -1
  464. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_user_definition.py +1 -1
  465. pulumi_azure_native/documentdb/v20240515/notebook_workspace.py +1 -1
  466. pulumi_azure_native/documentdb/v20240515/private_endpoint_connection.py +1 -1
  467. pulumi_azure_native/documentdb/v20240515/service.py +1 -1
  468. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_container.py +1 -1
  469. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_database.py +1 -1
  470. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_assignment.py +1 -1
  471. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_definition.py +1 -1
  472. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_stored_procedure.py +1 -1
  473. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_trigger.py +1 -1
  474. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_user_defined_function.py +1 -1
  475. pulumi_azure_native/documentdb/v20240515/table_resource_table.py +1 -1
  476. pulumi_azure_native/documentdb/v20240515preview/cassandra_cluster.py +1 -1
  477. pulumi_azure_native/documentdb/v20240515preview/cassandra_data_center.py +1 -1
  478. pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_keyspace.py +1 -1
  479. pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_table.py +1 -1
  480. pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_view.py +1 -1
  481. pulumi_azure_native/documentdb/v20240515preview/database_account.py +1 -1
  482. pulumi_azure_native/documentdb/v20240515preview/graph_resource_graph.py +1 -1
  483. pulumi_azure_native/documentdb/v20240515preview/gremlin_resource_gremlin_database.py +1 -1
  484. pulumi_azure_native/documentdb/v20240515preview/gremlin_resource_gremlin_graph.py +1 -1
  485. pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_db_collection.py +1 -1
  486. pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_db_database.py +1 -1
  487. pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_role_definition.py +1 -1
  488. pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_user_definition.py +1 -1
  489. pulumi_azure_native/documentdb/v20240515preview/notebook_workspace.py +1 -1
  490. pulumi_azure_native/documentdb/v20240515preview/private_endpoint_connection.py +1 -1
  491. pulumi_azure_native/documentdb/v20240515preview/service.py +1 -1
  492. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_container.py +1 -1
  493. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_database.py +1 -1
  494. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_role_assignment.py +1 -1
  495. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_role_definition.py +1 -1
  496. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_stored_procedure.py +1 -1
  497. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_trigger.py +1 -1
  498. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_user_defined_function.py +1 -1
  499. pulumi_azure_native/documentdb/v20240515preview/table_resource_table.py +1 -1
  500. pulumi_azure_native/documentdb/v20240515preview/throughput_pool.py +1 -1
  501. pulumi_azure_native/documentdb/v20240515preview/throughput_pool_account.py +1 -1
  502. pulumi_azure_native/hybridcompute/__init__.py +0 -3
  503. pulumi_azure_native/hybridcompute/gateway.py +3 -3
  504. pulumi_azure_native/hybridcompute/get_gateway.py +2 -2
  505. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  506. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  507. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  508. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  509. pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
  510. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  511. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  512. pulumi_azure_native/hybridcompute/license.py +3 -3
  513. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  514. pulumi_azure_native/hybridcompute/machine.py +3 -3
  515. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  516. pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
  517. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  518. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  519. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  520. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  521. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  522. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  523. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  524. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  525. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  526. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  527. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  528. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  529. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  530. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  531. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  532. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  533. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  534. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  535. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  536. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  537. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  538. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  539. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  540. pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
  541. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  542. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  543. pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +1 -1
  544. pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
  545. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
  546. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
  547. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
  548. pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +1 -1
  549. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
  550. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
  551. pulumi_azure_native/hybridcompute/v20240520preview/gateway.py +1 -1
  552. pulumi_azure_native/hybridcompute/v20240520preview/license.py +1 -1
  553. pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +1 -1
  554. pulumi_azure_native/hybridcompute/v20240520preview/machine.py +1 -1
  555. pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +1 -1
  556. pulumi_azure_native/hybridcompute/v20240520preview/machine_run_command.py +1 -1
  557. pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +1 -1
  558. pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +1 -1
  559. pulumi_azure_native/hybridcompute/v20240710/license.py +1 -1
  560. pulumi_azure_native/hybridcompute/v20240710/license_profile.py +1 -1
  561. pulumi_azure_native/hybridcompute/v20240710/machine.py +1 -1
  562. pulumi_azure_native/hybridcompute/v20240710/machine_extension.py +1 -1
  563. pulumi_azure_native/hybridcompute/v20240710/private_endpoint_connection.py +1 -1
  564. pulumi_azure_native/hybridcompute/v20240710/private_link_scope.py +1 -1
  565. pulumi_azure_native/network/__init__.py +0 -14
  566. pulumi_azure_native/network/_enums.py +0 -30
  567. pulumi_azure_native/network/_inputs.py +20 -187
  568. pulumi_azure_native/network/admin_rule.py +3 -3
  569. pulumi_azure_native/network/admin_rule_collection.py +3 -3
  570. pulumi_azure_native/network/application_gateway.py +3 -3
  571. pulumi_azure_native/network/application_gateway_private_endpoint_connection.py +3 -3
  572. pulumi_azure_native/network/application_security_group.py +3 -3
  573. pulumi_azure_native/network/azure_firewall.py +3 -3
  574. pulumi_azure_native/network/bastion_host.py +3 -3
  575. pulumi_azure_native/network/configuration_policy_group.py +3 -3
  576. pulumi_azure_native/network/connection_monitor.py +3 -3
  577. pulumi_azure_native/network/connectivity_configuration.py +3 -3
  578. pulumi_azure_native/network/custom_ip_prefix.py +3 -3
  579. pulumi_azure_native/network/ddos_custom_policy.py +3 -3
  580. pulumi_azure_native/network/ddos_protection_plan.py +3 -3
  581. pulumi_azure_native/network/default_admin_rule.py +1 -1
  582. pulumi_azure_native/network/default_user_rule.py +1 -1
  583. pulumi_azure_native/network/dscp_configuration.py +3 -3
  584. pulumi_azure_native/network/express_route_circuit.py +3 -3
  585. pulumi_azure_native/network/express_route_circuit_authorization.py +3 -3
  586. pulumi_azure_native/network/express_route_circuit_connection.py +3 -3
  587. pulumi_azure_native/network/express_route_circuit_peering.py +3 -3
  588. pulumi_azure_native/network/express_route_connection.py +3 -3
  589. pulumi_azure_native/network/express_route_cross_connection_peering.py +3 -3
  590. pulumi_azure_native/network/express_route_gateway.py +3 -3
  591. pulumi_azure_native/network/express_route_port.py +3 -3
  592. pulumi_azure_native/network/express_route_port_authorization.py +3 -3
  593. pulumi_azure_native/network/firewall_policy.py +3 -3
  594. pulumi_azure_native/network/firewall_policy_draft.py +3 -3
  595. pulumi_azure_native/network/firewall_policy_rule_collection_group.py +3 -3
  596. pulumi_azure_native/network/firewall_policy_rule_collection_group_draft.py +3 -3
  597. pulumi_azure_native/network/flow_log.py +3 -3
  598. pulumi_azure_native/network/get_active_sessions.py +2 -2
  599. pulumi_azure_native/network/get_admin_rule.py +2 -2
  600. pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
  601. pulumi_azure_native/network/get_application_gateway.py +2 -2
  602. pulumi_azure_native/network/get_application_gateway_backend_health_on_demand.py +2 -2
  603. pulumi_azure_native/network/get_application_gateway_private_endpoint_connection.py +2 -2
  604. pulumi_azure_native/network/get_application_security_group.py +2 -2
  605. pulumi_azure_native/network/get_azure_firewall.py +2 -2
  606. pulumi_azure_native/network/get_bastion_host.py +2 -2
  607. pulumi_azure_native/network/get_bastion_shareable_link.py +2 -2
  608. pulumi_azure_native/network/get_configuration_policy_group.py +2 -2
  609. pulumi_azure_native/network/get_connection_monitor.py +2 -2
  610. pulumi_azure_native/network/get_connectivity_configuration.py +2 -2
  611. pulumi_azure_native/network/get_custom_ip_prefix.py +2 -2
  612. pulumi_azure_native/network/get_ddos_custom_policy.py +2 -2
  613. pulumi_azure_native/network/get_ddos_protection_plan.py +2 -2
  614. pulumi_azure_native/network/get_dscp_configuration.py +2 -2
  615. pulumi_azure_native/network/get_express_route_circuit.py +2 -2
  616. pulumi_azure_native/network/get_express_route_circuit_authorization.py +2 -2
  617. pulumi_azure_native/network/get_express_route_circuit_connection.py +2 -2
  618. pulumi_azure_native/network/get_express_route_circuit_peering.py +2 -2
  619. pulumi_azure_native/network/get_express_route_connection.py +2 -2
  620. pulumi_azure_native/network/get_express_route_cross_connection_peering.py +2 -2
  621. pulumi_azure_native/network/get_express_route_gateway.py +2 -2
  622. pulumi_azure_native/network/get_express_route_port.py +2 -2
  623. pulumi_azure_native/network/get_express_route_port_authorization.py +2 -2
  624. pulumi_azure_native/network/get_firewall_policy.py +2 -2
  625. pulumi_azure_native/network/get_firewall_policy_draft.py +2 -2
  626. pulumi_azure_native/network/get_firewall_policy_rule_collection_group.py +2 -2
  627. pulumi_azure_native/network/get_firewall_policy_rule_collection_group_draft.py +2 -2
  628. pulumi_azure_native/network/get_flow_log.py +2 -2
  629. pulumi_azure_native/network/get_hub_route_table.py +2 -2
  630. pulumi_azure_native/network/get_hub_virtual_network_connection.py +2 -2
  631. pulumi_azure_native/network/get_inbound_nat_rule.py +2 -2
  632. pulumi_azure_native/network/get_ip_allocation.py +2 -2
  633. pulumi_azure_native/network/get_ip_group.py +2 -2
  634. pulumi_azure_native/network/get_load_balancer.py +2 -2
  635. pulumi_azure_native/network/get_load_balancer_backend_address_pool.py +2 -2
  636. pulumi_azure_native/network/get_local_network_gateway.py +2 -2
  637. pulumi_azure_native/network/get_management_group_network_manager_connection.py +2 -2
  638. pulumi_azure_native/network/get_nat_gateway.py +2 -2
  639. pulumi_azure_native/network/get_nat_rule.py +2 -2
  640. pulumi_azure_native/network/get_network_group.py +2 -2
  641. pulumi_azure_native/network/get_network_interface.py +2 -2
  642. pulumi_azure_native/network/get_network_interface_tap_configuration.py +2 -2
  643. pulumi_azure_native/network/get_network_manager.py +2 -2
  644. pulumi_azure_native/network/get_network_profile.py +2 -2
  645. pulumi_azure_native/network/get_network_security_group.py +2 -2
  646. pulumi_azure_native/network/get_network_virtual_appliance.py +2 -2
  647. pulumi_azure_native/network/get_network_watcher.py +2 -2
  648. pulumi_azure_native/network/get_p2s_vpn_gateway.py +2 -2
  649. pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +2 -2
  650. pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +2 -2
  651. pulumi_azure_native/network/get_packet_capture.py +2 -2
  652. pulumi_azure_native/network/get_private_dns_zone_group.py +2 -2
  653. pulumi_azure_native/network/get_private_endpoint.py +2 -2
  654. pulumi_azure_native/network/get_private_link_service.py +2 -2
  655. pulumi_azure_native/network/get_private_link_service_private_endpoint_connection.py +2 -2
  656. pulumi_azure_native/network/get_public_ip_address.py +2 -2
  657. pulumi_azure_native/network/get_public_ip_prefix.py +2 -2
  658. pulumi_azure_native/network/get_route.py +3 -3
  659. pulumi_azure_native/network/get_route_filter.py +2 -2
  660. pulumi_azure_native/network/get_route_filter_rule.py +2 -2
  661. pulumi_azure_native/network/get_route_map.py +2 -2
  662. pulumi_azure_native/network/get_route_table.py +2 -2
  663. pulumi_azure_native/network/get_routing_intent.py +2 -2
  664. pulumi_azure_native/network/get_scope_connection.py +2 -2
  665. pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
  666. pulumi_azure_native/network/get_security_partner_provider.py +2 -2
  667. pulumi_azure_native/network/get_security_rule.py +2 -2
  668. pulumi_azure_native/network/get_security_user_configuration.py +2 -2
  669. pulumi_azure_native/network/get_service_endpoint_policy.py +2 -2
  670. pulumi_azure_native/network/get_service_endpoint_policy_definition.py +2 -2
  671. pulumi_azure_native/network/get_static_member.py +2 -2
  672. pulumi_azure_native/network/get_subnet.py +2 -2
  673. pulumi_azure_native/network/get_subscription_network_manager_connection.py +2 -2
  674. pulumi_azure_native/network/get_virtual_appliance_site.py +2 -2
  675. pulumi_azure_native/network/get_virtual_hub.py +2 -2
  676. pulumi_azure_native/network/get_virtual_hub_bgp_connection.py +2 -2
  677. pulumi_azure_native/network/get_virtual_hub_ip_configuration.py +2 -2
  678. pulumi_azure_native/network/get_virtual_hub_route_table_v2.py +2 -2
  679. pulumi_azure_native/network/get_virtual_network.py +2 -2
  680. pulumi_azure_native/network/get_virtual_network_gateway.py +2 -2
  681. pulumi_azure_native/network/get_virtual_network_gateway_advertised_routes.py +2 -2
  682. pulumi_azure_native/network/get_virtual_network_gateway_bgp_peer_status.py +2 -2
  683. pulumi_azure_native/network/get_virtual_network_gateway_connection.py +2 -2
  684. pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +2 -2
  685. pulumi_azure_native/network/get_virtual_network_gateway_learned_routes.py +2 -2
  686. pulumi_azure_native/network/get_virtual_network_gateway_nat_rule.py +2 -2
  687. pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +2 -2
  688. pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_connection_health.py +2 -2
  689. pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +2 -2
  690. pulumi_azure_native/network/get_virtual_network_peering.py +2 -2
  691. pulumi_azure_native/network/get_virtual_network_tap.py +2 -2
  692. pulumi_azure_native/network/get_virtual_router.py +2 -2
  693. pulumi_azure_native/network/get_virtual_router_peering.py +2 -2
  694. pulumi_azure_native/network/get_virtual_wan.py +2 -2
  695. pulumi_azure_native/network/get_vpn_connection.py +2 -2
  696. pulumi_azure_native/network/get_vpn_gateway.py +2 -2
  697. pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +2 -2
  698. pulumi_azure_native/network/get_vpn_server_configuration.py +2 -2
  699. pulumi_azure_native/network/get_vpn_site.py +2 -2
  700. pulumi_azure_native/network/get_web_application_firewall_policy.py +2 -2
  701. pulumi_azure_native/network/hub_route_table.py +3 -3
  702. pulumi_azure_native/network/hub_virtual_network_connection.py +3 -3
  703. pulumi_azure_native/network/inbound_nat_rule.py +3 -3
  704. pulumi_azure_native/network/interface_endpoint.py +1 -1
  705. pulumi_azure_native/network/ip_allocation.py +3 -3
  706. pulumi_azure_native/network/ip_group.py +3 -3
  707. pulumi_azure_native/network/list_active_connectivity_configurations.py +2 -2
  708. pulumi_azure_native/network/list_active_security_admin_rules.py +2 -2
  709. pulumi_azure_native/network/list_firewall_policy_idps_signature.py +2 -2
  710. pulumi_azure_native/network/list_firewall_policy_idps_signatures_filter_value.py +2 -2
  711. pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
  712. pulumi_azure_native/network/list_network_manager_effective_connectivity_configurations.py +2 -2
  713. pulumi_azure_native/network/list_network_manager_effective_security_admin_rules.py +2 -2
  714. pulumi_azure_native/network/load_balancer.py +3 -3
  715. pulumi_azure_native/network/load_balancer_backend_address_pool.py +3 -3
  716. pulumi_azure_native/network/local_network_gateway.py +3 -3
  717. pulumi_azure_native/network/management_group_network_manager_connection.py +3 -3
  718. pulumi_azure_native/network/nat_gateway.py +3 -3
  719. pulumi_azure_native/network/nat_rule.py +3 -3
  720. pulumi_azure_native/network/network_group.py +3 -3
  721. pulumi_azure_native/network/network_interface.py +3 -3
  722. pulumi_azure_native/network/network_interface_tap_configuration.py +3 -3
  723. pulumi_azure_native/network/network_manager.py +3 -3
  724. pulumi_azure_native/network/network_profile.py +3 -3
  725. pulumi_azure_native/network/network_security_group.py +3 -3
  726. pulumi_azure_native/network/network_virtual_appliance.py +3 -3
  727. pulumi_azure_native/network/network_watcher.py +3 -3
  728. pulumi_azure_native/network/outputs.py +15 -246
  729. pulumi_azure_native/network/p2s_vpn_gateway.py +3 -3
  730. pulumi_azure_native/network/packet_capture.py +3 -3
  731. pulumi_azure_native/network/private_dns_zone_group.py +3 -3
  732. pulumi_azure_native/network/private_endpoint.py +3 -3
  733. pulumi_azure_native/network/private_link_service.py +3 -3
  734. pulumi_azure_native/network/private_link_service_private_endpoint_connection.py +3 -3
  735. pulumi_azure_native/network/public_ip_address.py +3 -3
  736. pulumi_azure_native/network/public_ip_prefix.py +3 -3
  737. pulumi_azure_native/network/route.py +24 -5
  738. pulumi_azure_native/network/route_filter.py +3 -3
  739. pulumi_azure_native/network/route_filter_rule.py +3 -3
  740. pulumi_azure_native/network/route_map.py +3 -3
  741. pulumi_azure_native/network/route_table.py +3 -3
  742. pulumi_azure_native/network/routing_intent.py +3 -3
  743. pulumi_azure_native/network/scope_connection.py +3 -3
  744. pulumi_azure_native/network/security_admin_configuration.py +3 -3
  745. pulumi_azure_native/network/security_partner_provider.py +3 -3
  746. pulumi_azure_native/network/security_rule.py +3 -3
  747. pulumi_azure_native/network/security_user_configuration.py +3 -3
  748. pulumi_azure_native/network/service_endpoint_policy.py +3 -3
  749. pulumi_azure_native/network/service_endpoint_policy_definition.py +3 -3
  750. pulumi_azure_native/network/static_member.py +3 -3
  751. pulumi_azure_native/network/subnet.py +3 -3
  752. pulumi_azure_native/network/subscription_network_manager_connection.py +3 -3
  753. pulumi_azure_native/network/user_rule.py +1 -1
  754. pulumi_azure_native/network/user_rule_collection.py +1 -1
  755. pulumi_azure_native/network/v20180601/load_balancer.py +1 -1
  756. pulumi_azure_native/network/v20180701/network_interface.py +1 -1
  757. pulumi_azure_native/network/v20180701/service_endpoint_policy.py +1 -1
  758. pulumi_azure_native/network/v20180701/service_endpoint_policy_definition.py +1 -1
  759. pulumi_azure_native/network/v20180701/virtual_hub.py +1 -1
  760. pulumi_azure_native/network/v20180701/virtual_wan.py +1 -1
  761. pulumi_azure_native/network/v20180701/vpn_connection.py +1 -1
  762. pulumi_azure_native/network/v20180701/vpn_gateway.py +1 -1
  763. pulumi_azure_native/network/v20180701/vpn_site.py +1 -1
  764. pulumi_azure_native/network/v20181201/express_route_circuit.py +1 -1
  765. pulumi_azure_native/network/v20190201/express_route_circuit_peering.py +1 -1
  766. pulumi_azure_native/network/v20190201/interface_endpoint.py +1 -1
  767. pulumi_azure_native/network/v20190201/network_interface.py +1 -1
  768. pulumi_azure_native/network/v20190201/subnet.py +1 -1
  769. pulumi_azure_native/network/v20190601/application_gateway.py +1 -1
  770. pulumi_azure_native/network/v20190601/express_route_circuit.py +1 -1
  771. pulumi_azure_native/network/v20190601/express_route_circuit_authorization.py +1 -1
  772. pulumi_azure_native/network/v20190601/express_route_circuit_peering.py +1 -1
  773. pulumi_azure_native/network/v20190601/inbound_nat_rule.py +1 -1
  774. pulumi_azure_native/network/v20190601/load_balancer.py +1 -1
  775. pulumi_azure_native/network/v20190601/nat_gateway.py +1 -1
  776. pulumi_azure_native/network/v20190601/network_interface.py +1 -1
  777. pulumi_azure_native/network/v20190601/network_security_group.py +1 -1
  778. pulumi_azure_native/network/v20190601/public_ip_address.py +1 -1
  779. pulumi_azure_native/network/v20190601/public_ip_prefix.py +1 -1
  780. pulumi_azure_native/network/v20190601/route.py +1 -1
  781. pulumi_azure_native/network/v20190601/route_table.py +1 -1
  782. pulumi_azure_native/network/v20190601/security_rule.py +1 -1
  783. pulumi_azure_native/network/v20190601/subnet.py +1 -1
  784. pulumi_azure_native/network/v20190601/virtual_network.py +1 -1
  785. pulumi_azure_native/network/v20190601/virtual_network_peering.py +1 -1
  786. pulumi_azure_native/network/v20190701/p2s_vpn_gateway.py +1 -1
  787. pulumi_azure_native/network/v20190701/virtual_wan.py +1 -1
  788. pulumi_azure_native/network/v20190701/web_application_firewall_policy.py +1 -1
  789. pulumi_azure_native/network/v20190801/application_gateway.py +1 -1
  790. pulumi_azure_native/network/v20190801/express_route_circuit_peering.py +1 -1
  791. pulumi_azure_native/network/v20190801/express_route_cross_connection_peering.py +1 -1
  792. pulumi_azure_native/network/v20190801/express_route_port.py +1 -1
  793. pulumi_azure_native/network/v20190801/load_balancer.py +1 -1
  794. pulumi_azure_native/network/v20190801/local_network_gateway.py +1 -1
  795. pulumi_azure_native/network/v20190801/nat_gateway.py +1 -1
  796. pulumi_azure_native/network/v20190801/network_interface.py +1 -1
  797. pulumi_azure_native/network/v20190801/network_profile.py +1 -1
  798. pulumi_azure_native/network/v20190801/network_security_group.py +1 -1
  799. pulumi_azure_native/network/v20190801/private_link_service.py +1 -1
  800. pulumi_azure_native/network/v20190801/public_ip_address.py +1 -1
  801. pulumi_azure_native/network/v20190801/public_ip_prefix.py +1 -1
  802. pulumi_azure_native/network/v20190801/route_filter.py +1 -1
  803. pulumi_azure_native/network/v20190801/subnet.py +1 -1
  804. pulumi_azure_native/network/v20190801/virtual_network.py +1 -1
  805. pulumi_azure_native/network/v20190801/virtual_network_gateway.py +1 -1
  806. pulumi_azure_native/network/v20190801/virtual_network_gateway_connection.py +1 -1
  807. pulumi_azure_native/network/v20190901/connection_monitor.py +1 -1
  808. pulumi_azure_native/network/v20200401/azure_firewall.py +1 -1
  809. pulumi_azure_native/network/v20200401/firewall_policy.py +1 -1
  810. pulumi_azure_native/network/v20200401/network_virtual_appliance.py +1 -1
  811. pulumi_azure_native/network/v20200401/virtual_hub.py +1 -1
  812. pulumi_azure_native/network/v20200601/packet_capture.py +1 -1
  813. pulumi_azure_native/network/v20200601/subnet.py +1 -1
  814. pulumi_azure_native/network/v20200601/virtual_hub.py +1 -1
  815. pulumi_azure_native/network/v20210201/_inputs.py +20 -0
  816. pulumi_azure_native/network/v20210201/outputs.py +15 -14
  817. pulumi_azure_native/network/v20210201/private_dns_zone_group.py +1 -1
  818. pulumi_azure_native/network/v20210201/private_endpoint.py +1 -1
  819. pulumi_azure_native/network/v20210201/private_link_service.py +1 -1
  820. pulumi_azure_native/network/v20210201preview/admin_rule.py +1 -1
  821. pulumi_azure_native/network/v20210201preview/admin_rule_collection.py +1 -1
  822. pulumi_azure_native/network/v20210201preview/connectivity_configuration.py +1 -1
  823. pulumi_azure_native/network/v20210201preview/network_group.py +1 -1
  824. pulumi_azure_native/network/v20210201preview/network_manager.py +1 -1
  825. pulumi_azure_native/network/v20210201preview/user_rule_collection.py +1 -1
  826. pulumi_azure_native/network/v20210301/custom_ip_prefix.py +1 -1
  827. pulumi_azure_native/network/v20210301/express_route_gateway.py +1 -1
  828. pulumi_azure_native/network/v20210501preview/admin_rule.py +1 -1
  829. pulumi_azure_native/network/v20210501preview/admin_rule_collection.py +1 -1
  830. pulumi_azure_native/network/v20210501preview/connectivity_configuration.py +1 -1
  831. pulumi_azure_native/network/v20210501preview/default_admin_rule.py +1 -1
  832. pulumi_azure_native/network/v20210501preview/default_user_rule.py +1 -1
  833. pulumi_azure_native/network/v20210501preview/network_group.py +1 -1
  834. pulumi_azure_native/network/v20210501preview/network_manager.py +1 -1
  835. pulumi_azure_native/network/v20210501preview/security_admin_configuration.py +1 -1
  836. pulumi_azure_native/network/v20210501preview/security_user_configuration.py +1 -1
  837. pulumi_azure_native/network/v20210501preview/user_rule.py +1 -1
  838. pulumi_azure_native/network/v20210501preview/user_rule_collection.py +1 -1
  839. pulumi_azure_native/network/v20210801/firewall_policy.py +1 -1
  840. pulumi_azure_native/network/v20220101/ddos_custom_policy.py +1 -1
  841. pulumi_azure_native/network/v20220401preview/default_user_rule.py +1 -1
  842. pulumi_azure_native/network/v20220401preview/network_group.py +1 -1
  843. pulumi_azure_native/network/v20220401preview/security_user_configuration.py +1 -1
  844. pulumi_azure_native/network/v20220401preview/user_rule.py +1 -1
  845. pulumi_azure_native/network/v20220401preview/user_rule_collection.py +1 -1
  846. pulumi_azure_native/network/v20220501/ddos_protection_plan.py +1 -1
  847. pulumi_azure_native/network/v20220501/network_watcher.py +1 -1
  848. pulumi_azure_native/network/v20220701/_inputs.py +20 -0
  849. pulumi_azure_native/network/v20220701/outputs.py +15 -14
  850. pulumi_azure_native/network/v20220701/security_rule.py +1 -1
  851. pulumi_azure_native/network/v20220701/subnet.py +1 -1
  852. pulumi_azure_native/network/v20230201/_inputs.py +20 -0
  853. pulumi_azure_native/network/v20230201/admin_rule.py +1 -1
  854. pulumi_azure_native/network/v20230201/admin_rule_collection.py +1 -1
  855. pulumi_azure_native/network/v20230201/application_gateway.py +1 -1
  856. pulumi_azure_native/network/v20230201/application_gateway_private_endpoint_connection.py +1 -1
  857. pulumi_azure_native/network/v20230201/application_security_group.py +1 -1
  858. pulumi_azure_native/network/v20230201/azure_firewall.py +1 -1
  859. pulumi_azure_native/network/v20230201/bastion_host.py +1 -1
  860. pulumi_azure_native/network/v20230201/configuration_policy_group.py +1 -1
  861. pulumi_azure_native/network/v20230201/connection_monitor.py +1 -1
  862. pulumi_azure_native/network/v20230201/connectivity_configuration.py +1 -1
  863. pulumi_azure_native/network/v20230201/custom_ip_prefix.py +1 -1
  864. pulumi_azure_native/network/v20230201/ddos_custom_policy.py +1 -1
  865. pulumi_azure_native/network/v20230201/ddos_protection_plan.py +1 -1
  866. pulumi_azure_native/network/v20230201/default_admin_rule.py +1 -1
  867. pulumi_azure_native/network/v20230201/dscp_configuration.py +1 -1
  868. pulumi_azure_native/network/v20230201/express_route_circuit.py +1 -1
  869. pulumi_azure_native/network/v20230201/express_route_circuit_authorization.py +1 -1
  870. pulumi_azure_native/network/v20230201/express_route_circuit_connection.py +1 -1
  871. pulumi_azure_native/network/v20230201/express_route_circuit_peering.py +1 -1
  872. pulumi_azure_native/network/v20230201/express_route_connection.py +1 -1
  873. pulumi_azure_native/network/v20230201/express_route_cross_connection_peering.py +1 -1
  874. pulumi_azure_native/network/v20230201/express_route_gateway.py +1 -1
  875. pulumi_azure_native/network/v20230201/express_route_port.py +1 -1
  876. pulumi_azure_native/network/v20230201/express_route_port_authorization.py +1 -1
  877. pulumi_azure_native/network/v20230201/firewall_policy.py +1 -1
  878. pulumi_azure_native/network/v20230201/firewall_policy_rule_collection_group.py +1 -1
  879. pulumi_azure_native/network/v20230201/flow_log.py +1 -1
  880. pulumi_azure_native/network/v20230201/get_route.py +1 -1
  881. pulumi_azure_native/network/v20230201/hub_route_table.py +1 -1
  882. pulumi_azure_native/network/v20230201/hub_virtual_network_connection.py +1 -1
  883. pulumi_azure_native/network/v20230201/inbound_nat_rule.py +1 -1
  884. pulumi_azure_native/network/v20230201/ip_allocation.py +1 -1
  885. pulumi_azure_native/network/v20230201/ip_group.py +1 -1
  886. pulumi_azure_native/network/v20230201/load_balancer.py +1 -1
  887. pulumi_azure_native/network/v20230201/load_balancer_backend_address_pool.py +1 -1
  888. pulumi_azure_native/network/v20230201/local_network_gateway.py +1 -1
  889. pulumi_azure_native/network/v20230201/management_group_network_manager_connection.py +1 -1
  890. pulumi_azure_native/network/v20230201/nat_gateway.py +1 -1
  891. pulumi_azure_native/network/v20230201/nat_rule.py +1 -1
  892. pulumi_azure_native/network/v20230201/network_group.py +1 -1
  893. pulumi_azure_native/network/v20230201/network_interface.py +1 -1
  894. pulumi_azure_native/network/v20230201/network_interface_tap_configuration.py +1 -1
  895. pulumi_azure_native/network/v20230201/network_manager.py +1 -1
  896. pulumi_azure_native/network/v20230201/network_profile.py +1 -1
  897. pulumi_azure_native/network/v20230201/network_security_group.py +1 -1
  898. pulumi_azure_native/network/v20230201/network_virtual_appliance.py +1 -1
  899. pulumi_azure_native/network/v20230201/network_watcher.py +1 -1
  900. pulumi_azure_native/network/v20230201/outputs.py +15 -14
  901. pulumi_azure_native/network/v20230201/p2s_vpn_gateway.py +1 -1
  902. pulumi_azure_native/network/v20230201/packet_capture.py +1 -1
  903. pulumi_azure_native/network/v20230201/private_dns_zone_group.py +1 -1
  904. pulumi_azure_native/network/v20230201/private_endpoint.py +1 -1
  905. pulumi_azure_native/network/v20230201/private_link_service.py +1 -1
  906. pulumi_azure_native/network/v20230201/private_link_service_private_endpoint_connection.py +1 -1
  907. pulumi_azure_native/network/v20230201/public_ip_address.py +1 -1
  908. pulumi_azure_native/network/v20230201/public_ip_prefix.py +1 -1
  909. pulumi_azure_native/network/v20230201/route.py +22 -3
  910. pulumi_azure_native/network/v20230201/route_filter.py +1 -1
  911. pulumi_azure_native/network/v20230201/route_filter_rule.py +1 -1
  912. pulumi_azure_native/network/v20230201/route_map.py +1 -1
  913. pulumi_azure_native/network/v20230201/route_table.py +1 -1
  914. pulumi_azure_native/network/v20230201/routing_intent.py +1 -1
  915. pulumi_azure_native/network/v20230201/scope_connection.py +1 -1
  916. pulumi_azure_native/network/v20230201/security_admin_configuration.py +1 -1
  917. pulumi_azure_native/network/v20230201/security_partner_provider.py +1 -1
  918. pulumi_azure_native/network/v20230201/security_rule.py +1 -1
  919. pulumi_azure_native/network/v20230201/service_endpoint_policy.py +1 -1
  920. pulumi_azure_native/network/v20230201/service_endpoint_policy_definition.py +1 -1
  921. pulumi_azure_native/network/v20230201/static_member.py +1 -1
  922. pulumi_azure_native/network/v20230201/subnet.py +1 -1
  923. pulumi_azure_native/network/v20230201/subscription_network_manager_connection.py +1 -1
  924. pulumi_azure_native/network/v20230201/virtual_appliance_site.py +1 -1
  925. pulumi_azure_native/network/v20230201/virtual_hub.py +1 -1
  926. pulumi_azure_native/network/v20230201/virtual_hub_bgp_connection.py +1 -1
  927. pulumi_azure_native/network/v20230201/virtual_hub_ip_configuration.py +1 -1
  928. pulumi_azure_native/network/v20230201/virtual_hub_route_table_v2.py +1 -1
  929. pulumi_azure_native/network/v20230201/virtual_network.py +1 -1
  930. pulumi_azure_native/network/v20230201/virtual_network_gateway.py +1 -1
  931. pulumi_azure_native/network/v20230201/virtual_network_gateway_connection.py +1 -1
  932. pulumi_azure_native/network/v20230201/virtual_network_gateway_nat_rule.py +1 -1
  933. pulumi_azure_native/network/v20230201/virtual_network_peering.py +1 -1
  934. pulumi_azure_native/network/v20230201/virtual_network_tap.py +1 -1
  935. pulumi_azure_native/network/v20230201/virtual_router.py +1 -1
  936. pulumi_azure_native/network/v20230201/virtual_router_peering.py +1 -1
  937. pulumi_azure_native/network/v20230201/virtual_wan.py +1 -1
  938. pulumi_azure_native/network/v20230201/vpn_connection.py +1 -1
  939. pulumi_azure_native/network/v20230201/vpn_gateway.py +1 -1
  940. pulumi_azure_native/network/v20230201/vpn_server_configuration.py +1 -1
  941. pulumi_azure_native/network/v20230201/vpn_site.py +1 -1
  942. pulumi_azure_native/network/v20230201/web_application_firewall_policy.py +1 -1
  943. pulumi_azure_native/network/v20230401/_inputs.py +20 -0
  944. pulumi_azure_native/network/v20230401/admin_rule.py +1 -1
  945. pulumi_azure_native/network/v20230401/admin_rule_collection.py +1 -1
  946. pulumi_azure_native/network/v20230401/application_gateway.py +1 -1
  947. pulumi_azure_native/network/v20230401/application_gateway_private_endpoint_connection.py +1 -1
  948. pulumi_azure_native/network/v20230401/application_security_group.py +1 -1
  949. pulumi_azure_native/network/v20230401/azure_firewall.py +1 -1
  950. pulumi_azure_native/network/v20230401/bastion_host.py +1 -1
  951. pulumi_azure_native/network/v20230401/configuration_policy_group.py +1 -1
  952. pulumi_azure_native/network/v20230401/connection_monitor.py +1 -1
  953. pulumi_azure_native/network/v20230401/connectivity_configuration.py +1 -1
  954. pulumi_azure_native/network/v20230401/custom_ip_prefix.py +1 -1
  955. pulumi_azure_native/network/v20230401/ddos_custom_policy.py +1 -1
  956. pulumi_azure_native/network/v20230401/ddos_protection_plan.py +1 -1
  957. pulumi_azure_native/network/v20230401/default_admin_rule.py +1 -1
  958. pulumi_azure_native/network/v20230401/dscp_configuration.py +1 -1
  959. pulumi_azure_native/network/v20230401/express_route_circuit.py +1 -1
  960. pulumi_azure_native/network/v20230401/express_route_circuit_authorization.py +1 -1
  961. pulumi_azure_native/network/v20230401/express_route_circuit_connection.py +1 -1
  962. pulumi_azure_native/network/v20230401/express_route_circuit_peering.py +1 -1
  963. pulumi_azure_native/network/v20230401/express_route_connection.py +1 -1
  964. pulumi_azure_native/network/v20230401/express_route_cross_connection_peering.py +1 -1
  965. pulumi_azure_native/network/v20230401/express_route_gateway.py +1 -1
  966. pulumi_azure_native/network/v20230401/express_route_port.py +1 -1
  967. pulumi_azure_native/network/v20230401/express_route_port_authorization.py +1 -1
  968. pulumi_azure_native/network/v20230401/firewall_policy.py +1 -1
  969. pulumi_azure_native/network/v20230401/firewall_policy_rule_collection_group.py +1 -1
  970. pulumi_azure_native/network/v20230401/flow_log.py +1 -1
  971. pulumi_azure_native/network/v20230401/get_route.py +1 -1
  972. pulumi_azure_native/network/v20230401/hub_route_table.py +1 -1
  973. pulumi_azure_native/network/v20230401/hub_virtual_network_connection.py +1 -1
  974. pulumi_azure_native/network/v20230401/inbound_nat_rule.py +1 -1
  975. pulumi_azure_native/network/v20230401/ip_allocation.py +1 -1
  976. pulumi_azure_native/network/v20230401/ip_group.py +1 -1
  977. pulumi_azure_native/network/v20230401/load_balancer.py +1 -1
  978. pulumi_azure_native/network/v20230401/load_balancer_backend_address_pool.py +1 -1
  979. pulumi_azure_native/network/v20230401/local_network_gateway.py +1 -1
  980. pulumi_azure_native/network/v20230401/management_group_network_manager_connection.py +1 -1
  981. pulumi_azure_native/network/v20230401/nat_gateway.py +1 -1
  982. pulumi_azure_native/network/v20230401/nat_rule.py +1 -1
  983. pulumi_azure_native/network/v20230401/network_group.py +1 -1
  984. pulumi_azure_native/network/v20230401/network_interface.py +1 -1
  985. pulumi_azure_native/network/v20230401/network_interface_tap_configuration.py +1 -1
  986. pulumi_azure_native/network/v20230401/network_manager.py +1 -1
  987. pulumi_azure_native/network/v20230401/network_profile.py +1 -1
  988. pulumi_azure_native/network/v20230401/network_security_group.py +1 -1
  989. pulumi_azure_native/network/v20230401/network_virtual_appliance.py +1 -1
  990. pulumi_azure_native/network/v20230401/network_watcher.py +1 -1
  991. pulumi_azure_native/network/v20230401/outputs.py +15 -14
  992. pulumi_azure_native/network/v20230401/p2s_vpn_gateway.py +1 -1
  993. pulumi_azure_native/network/v20230401/packet_capture.py +1 -1
  994. pulumi_azure_native/network/v20230401/private_dns_zone_group.py +1 -1
  995. pulumi_azure_native/network/v20230401/private_endpoint.py +1 -1
  996. pulumi_azure_native/network/v20230401/private_link_service.py +1 -1
  997. pulumi_azure_native/network/v20230401/private_link_service_private_endpoint_connection.py +1 -1
  998. pulumi_azure_native/network/v20230401/public_ip_address.py +1 -1
  999. pulumi_azure_native/network/v20230401/public_ip_prefix.py +1 -1
  1000. pulumi_azure_native/network/v20230401/route.py +22 -3
  1001. pulumi_azure_native/network/v20230401/route_filter.py +1 -1
  1002. pulumi_azure_native/network/v20230401/route_filter_rule.py +1 -1
  1003. pulumi_azure_native/network/v20230401/route_map.py +1 -1
  1004. pulumi_azure_native/network/v20230401/route_table.py +1 -1
  1005. pulumi_azure_native/network/v20230401/routing_intent.py +1 -1
  1006. pulumi_azure_native/network/v20230401/scope_connection.py +1 -1
  1007. pulumi_azure_native/network/v20230401/security_admin_configuration.py +1 -1
  1008. pulumi_azure_native/network/v20230401/security_partner_provider.py +1 -1
  1009. pulumi_azure_native/network/v20230401/security_rule.py +1 -1
  1010. pulumi_azure_native/network/v20230401/service_endpoint_policy.py +1 -1
  1011. pulumi_azure_native/network/v20230401/service_endpoint_policy_definition.py +1 -1
  1012. pulumi_azure_native/network/v20230401/static_member.py +1 -1
  1013. pulumi_azure_native/network/v20230401/subnet.py +1 -1
  1014. pulumi_azure_native/network/v20230401/subscription_network_manager_connection.py +1 -1
  1015. pulumi_azure_native/network/v20230401/virtual_appliance_site.py +1 -1
  1016. pulumi_azure_native/network/v20230401/virtual_hub.py +1 -1
  1017. pulumi_azure_native/network/v20230401/virtual_hub_bgp_connection.py +1 -1
  1018. pulumi_azure_native/network/v20230401/virtual_hub_ip_configuration.py +1 -1
  1019. pulumi_azure_native/network/v20230401/virtual_hub_route_table_v2.py +1 -1
  1020. pulumi_azure_native/network/v20230401/virtual_network.py +1 -1
  1021. pulumi_azure_native/network/v20230401/virtual_network_gateway.py +1 -1
  1022. pulumi_azure_native/network/v20230401/virtual_network_gateway_connection.py +1 -1
  1023. pulumi_azure_native/network/v20230401/virtual_network_gateway_nat_rule.py +1 -1
  1024. pulumi_azure_native/network/v20230401/virtual_network_peering.py +1 -1
  1025. pulumi_azure_native/network/v20230401/virtual_network_tap.py +1 -1
  1026. pulumi_azure_native/network/v20230401/virtual_router.py +1 -1
  1027. pulumi_azure_native/network/v20230401/virtual_router_peering.py +1 -1
  1028. pulumi_azure_native/network/v20230401/virtual_wan.py +1 -1
  1029. pulumi_azure_native/network/v20230401/vpn_connection.py +1 -1
  1030. pulumi_azure_native/network/v20230401/vpn_gateway.py +1 -1
  1031. pulumi_azure_native/network/v20230401/vpn_server_configuration.py +1 -1
  1032. pulumi_azure_native/network/v20230401/vpn_site.py +1 -1
  1033. pulumi_azure_native/network/v20230401/web_application_firewall_policy.py +1 -1
  1034. pulumi_azure_native/network/v20230501/_inputs.py +20 -0
  1035. pulumi_azure_native/network/v20230501/admin_rule.py +1 -1
  1036. pulumi_azure_native/network/v20230501/admin_rule_collection.py +1 -1
  1037. pulumi_azure_native/network/v20230501/application_gateway.py +1 -1
  1038. pulumi_azure_native/network/v20230501/application_gateway_private_endpoint_connection.py +1 -1
  1039. pulumi_azure_native/network/v20230501/application_security_group.py +1 -1
  1040. pulumi_azure_native/network/v20230501/azure_firewall.py +1 -1
  1041. pulumi_azure_native/network/v20230501/bastion_host.py +1 -1
  1042. pulumi_azure_native/network/v20230501/configuration_policy_group.py +1 -1
  1043. pulumi_azure_native/network/v20230501/connection_monitor.py +1 -1
  1044. pulumi_azure_native/network/v20230501/connectivity_configuration.py +1 -1
  1045. pulumi_azure_native/network/v20230501/custom_ip_prefix.py +1 -1
  1046. pulumi_azure_native/network/v20230501/ddos_custom_policy.py +1 -1
  1047. pulumi_azure_native/network/v20230501/ddos_protection_plan.py +1 -1
  1048. pulumi_azure_native/network/v20230501/default_admin_rule.py +1 -1
  1049. pulumi_azure_native/network/v20230501/dscp_configuration.py +1 -1
  1050. pulumi_azure_native/network/v20230501/express_route_circuit.py +1 -1
  1051. pulumi_azure_native/network/v20230501/express_route_circuit_authorization.py +1 -1
  1052. pulumi_azure_native/network/v20230501/express_route_circuit_connection.py +1 -1
  1053. pulumi_azure_native/network/v20230501/express_route_circuit_peering.py +1 -1
  1054. pulumi_azure_native/network/v20230501/express_route_connection.py +1 -1
  1055. pulumi_azure_native/network/v20230501/express_route_cross_connection_peering.py +1 -1
  1056. pulumi_azure_native/network/v20230501/express_route_gateway.py +1 -1
  1057. pulumi_azure_native/network/v20230501/express_route_port.py +1 -1
  1058. pulumi_azure_native/network/v20230501/express_route_port_authorization.py +1 -1
  1059. pulumi_azure_native/network/v20230501/firewall_policy.py +1 -1
  1060. pulumi_azure_native/network/v20230501/firewall_policy_rule_collection_group.py +1 -1
  1061. pulumi_azure_native/network/v20230501/flow_log.py +1 -1
  1062. pulumi_azure_native/network/v20230501/get_route.py +1 -1
  1063. pulumi_azure_native/network/v20230501/hub_route_table.py +1 -1
  1064. pulumi_azure_native/network/v20230501/hub_virtual_network_connection.py +1 -1
  1065. pulumi_azure_native/network/v20230501/inbound_nat_rule.py +1 -1
  1066. pulumi_azure_native/network/v20230501/ip_allocation.py +1 -1
  1067. pulumi_azure_native/network/v20230501/ip_group.py +1 -1
  1068. pulumi_azure_native/network/v20230501/load_balancer.py +1 -1
  1069. pulumi_azure_native/network/v20230501/load_balancer_backend_address_pool.py +1 -1
  1070. pulumi_azure_native/network/v20230501/local_network_gateway.py +1 -1
  1071. pulumi_azure_native/network/v20230501/management_group_network_manager_connection.py +1 -1
  1072. pulumi_azure_native/network/v20230501/nat_gateway.py +1 -1
  1073. pulumi_azure_native/network/v20230501/nat_rule.py +1 -1
  1074. pulumi_azure_native/network/v20230501/network_group.py +1 -1
  1075. pulumi_azure_native/network/v20230501/network_interface.py +1 -1
  1076. pulumi_azure_native/network/v20230501/network_interface_tap_configuration.py +1 -1
  1077. pulumi_azure_native/network/v20230501/network_manager.py +1 -1
  1078. pulumi_azure_native/network/v20230501/network_profile.py +1 -1
  1079. pulumi_azure_native/network/v20230501/network_security_group.py +1 -1
  1080. pulumi_azure_native/network/v20230501/network_virtual_appliance.py +1 -1
  1081. pulumi_azure_native/network/v20230501/network_watcher.py +1 -1
  1082. pulumi_azure_native/network/v20230501/outputs.py +15 -14
  1083. pulumi_azure_native/network/v20230501/p2s_vpn_gateway.py +1 -1
  1084. pulumi_azure_native/network/v20230501/packet_capture.py +1 -1
  1085. pulumi_azure_native/network/v20230501/private_dns_zone_group.py +1 -1
  1086. pulumi_azure_native/network/v20230501/private_endpoint.py +1 -1
  1087. pulumi_azure_native/network/v20230501/private_link_service.py +1 -1
  1088. pulumi_azure_native/network/v20230501/private_link_service_private_endpoint_connection.py +1 -1
  1089. pulumi_azure_native/network/v20230501/public_ip_address.py +1 -1
  1090. pulumi_azure_native/network/v20230501/public_ip_prefix.py +1 -1
  1091. pulumi_azure_native/network/v20230501/route.py +22 -3
  1092. pulumi_azure_native/network/v20230501/route_filter.py +1 -1
  1093. pulumi_azure_native/network/v20230501/route_filter_rule.py +1 -1
  1094. pulumi_azure_native/network/v20230501/route_map.py +1 -1
  1095. pulumi_azure_native/network/v20230501/route_table.py +1 -1
  1096. pulumi_azure_native/network/v20230501/routing_intent.py +1 -1
  1097. pulumi_azure_native/network/v20230501/scope_connection.py +1 -1
  1098. pulumi_azure_native/network/v20230501/security_admin_configuration.py +1 -1
  1099. pulumi_azure_native/network/v20230501/security_partner_provider.py +1 -1
  1100. pulumi_azure_native/network/v20230501/security_rule.py +1 -1
  1101. pulumi_azure_native/network/v20230501/service_endpoint_policy.py +1 -1
  1102. pulumi_azure_native/network/v20230501/service_endpoint_policy_definition.py +1 -1
  1103. pulumi_azure_native/network/v20230501/static_member.py +1 -1
  1104. pulumi_azure_native/network/v20230501/subnet.py +1 -1
  1105. pulumi_azure_native/network/v20230501/subscription_network_manager_connection.py +1 -1
  1106. pulumi_azure_native/network/v20230501/virtual_appliance_site.py +1 -1
  1107. pulumi_azure_native/network/v20230501/virtual_hub.py +1 -1
  1108. pulumi_azure_native/network/v20230501/virtual_hub_bgp_connection.py +1 -1
  1109. pulumi_azure_native/network/v20230501/virtual_hub_ip_configuration.py +1 -1
  1110. pulumi_azure_native/network/v20230501/virtual_hub_route_table_v2.py +1 -1
  1111. pulumi_azure_native/network/v20230501/virtual_network.py +1 -1
  1112. pulumi_azure_native/network/v20230501/virtual_network_gateway.py +1 -1
  1113. pulumi_azure_native/network/v20230501/virtual_network_gateway_connection.py +1 -1
  1114. pulumi_azure_native/network/v20230501/virtual_network_gateway_nat_rule.py +1 -1
  1115. pulumi_azure_native/network/v20230501/virtual_network_peering.py +1 -1
  1116. pulumi_azure_native/network/v20230501/virtual_network_tap.py +1 -1
  1117. pulumi_azure_native/network/v20230501/virtual_router.py +1 -1
  1118. pulumi_azure_native/network/v20230501/virtual_router_peering.py +1 -1
  1119. pulumi_azure_native/network/v20230501/virtual_wan.py +1 -1
  1120. pulumi_azure_native/network/v20230501/vpn_connection.py +1 -1
  1121. pulumi_azure_native/network/v20230501/vpn_gateway.py +1 -1
  1122. pulumi_azure_native/network/v20230501/vpn_server_configuration.py +1 -1
  1123. pulumi_azure_native/network/v20230501/vpn_site.py +1 -1
  1124. pulumi_azure_native/network/v20230501/web_application_firewall_policy.py +1 -1
  1125. pulumi_azure_native/network/v20230601/_inputs.py +20 -0
  1126. pulumi_azure_native/network/v20230601/admin_rule.py +1 -1
  1127. pulumi_azure_native/network/v20230601/admin_rule_collection.py +1 -1
  1128. pulumi_azure_native/network/v20230601/application_gateway.py +1 -1
  1129. pulumi_azure_native/network/v20230601/application_gateway_private_endpoint_connection.py +1 -1
  1130. pulumi_azure_native/network/v20230601/application_security_group.py +1 -1
  1131. pulumi_azure_native/network/v20230601/azure_firewall.py +1 -1
  1132. pulumi_azure_native/network/v20230601/bastion_host.py +1 -1
  1133. pulumi_azure_native/network/v20230601/configuration_policy_group.py +1 -1
  1134. pulumi_azure_native/network/v20230601/connection_monitor.py +1 -1
  1135. pulumi_azure_native/network/v20230601/connectivity_configuration.py +1 -1
  1136. pulumi_azure_native/network/v20230601/custom_ip_prefix.py +1 -1
  1137. pulumi_azure_native/network/v20230601/ddos_custom_policy.py +1 -1
  1138. pulumi_azure_native/network/v20230601/ddos_protection_plan.py +1 -1
  1139. pulumi_azure_native/network/v20230601/default_admin_rule.py +1 -1
  1140. pulumi_azure_native/network/v20230601/dscp_configuration.py +1 -1
  1141. pulumi_azure_native/network/v20230601/express_route_circuit.py +1 -1
  1142. pulumi_azure_native/network/v20230601/express_route_circuit_authorization.py +1 -1
  1143. pulumi_azure_native/network/v20230601/express_route_circuit_connection.py +1 -1
  1144. pulumi_azure_native/network/v20230601/express_route_circuit_peering.py +1 -1
  1145. pulumi_azure_native/network/v20230601/express_route_connection.py +1 -1
  1146. pulumi_azure_native/network/v20230601/express_route_cross_connection_peering.py +1 -1
  1147. pulumi_azure_native/network/v20230601/express_route_gateway.py +1 -1
  1148. pulumi_azure_native/network/v20230601/express_route_port.py +1 -1
  1149. pulumi_azure_native/network/v20230601/express_route_port_authorization.py +1 -1
  1150. pulumi_azure_native/network/v20230601/firewall_policy.py +1 -1
  1151. pulumi_azure_native/network/v20230601/firewall_policy_rule_collection_group.py +1 -1
  1152. pulumi_azure_native/network/v20230601/flow_log.py +1 -1
  1153. pulumi_azure_native/network/v20230601/get_route.py +1 -1
  1154. pulumi_azure_native/network/v20230601/hub_route_table.py +1 -1
  1155. pulumi_azure_native/network/v20230601/hub_virtual_network_connection.py +1 -1
  1156. pulumi_azure_native/network/v20230601/inbound_nat_rule.py +1 -1
  1157. pulumi_azure_native/network/v20230601/ip_allocation.py +1 -1
  1158. pulumi_azure_native/network/v20230601/ip_group.py +1 -1
  1159. pulumi_azure_native/network/v20230601/load_balancer.py +1 -1
  1160. pulumi_azure_native/network/v20230601/load_balancer_backend_address_pool.py +1 -1
  1161. pulumi_azure_native/network/v20230601/local_network_gateway.py +1 -1
  1162. pulumi_azure_native/network/v20230601/management_group_network_manager_connection.py +1 -1
  1163. pulumi_azure_native/network/v20230601/nat_gateway.py +1 -1
  1164. pulumi_azure_native/network/v20230601/nat_rule.py +1 -1
  1165. pulumi_azure_native/network/v20230601/network_group.py +1 -1
  1166. pulumi_azure_native/network/v20230601/network_interface.py +1 -1
  1167. pulumi_azure_native/network/v20230601/network_interface_tap_configuration.py +1 -1
  1168. pulumi_azure_native/network/v20230601/network_manager.py +1 -1
  1169. pulumi_azure_native/network/v20230601/network_profile.py +1 -1
  1170. pulumi_azure_native/network/v20230601/network_security_group.py +1 -1
  1171. pulumi_azure_native/network/v20230601/network_virtual_appliance.py +1 -1
  1172. pulumi_azure_native/network/v20230601/network_virtual_appliance_connection.py +1 -1
  1173. pulumi_azure_native/network/v20230601/network_watcher.py +1 -1
  1174. pulumi_azure_native/network/v20230601/outputs.py +15 -14
  1175. pulumi_azure_native/network/v20230601/p2s_vpn_gateway.py +1 -1
  1176. pulumi_azure_native/network/v20230601/packet_capture.py +1 -1
  1177. pulumi_azure_native/network/v20230601/private_dns_zone_group.py +1 -1
  1178. pulumi_azure_native/network/v20230601/private_endpoint.py +1 -1
  1179. pulumi_azure_native/network/v20230601/private_link_service.py +1 -1
  1180. pulumi_azure_native/network/v20230601/private_link_service_private_endpoint_connection.py +1 -1
  1181. pulumi_azure_native/network/v20230601/public_ip_address.py +1 -1
  1182. pulumi_azure_native/network/v20230601/public_ip_prefix.py +1 -1
  1183. pulumi_azure_native/network/v20230601/route.py +22 -3
  1184. pulumi_azure_native/network/v20230601/route_filter.py +1 -1
  1185. pulumi_azure_native/network/v20230601/route_filter_rule.py +1 -1
  1186. pulumi_azure_native/network/v20230601/route_map.py +1 -1
  1187. pulumi_azure_native/network/v20230601/route_table.py +1 -1
  1188. pulumi_azure_native/network/v20230601/routing_intent.py +1 -1
  1189. pulumi_azure_native/network/v20230601/scope_connection.py +1 -1
  1190. pulumi_azure_native/network/v20230601/security_admin_configuration.py +1 -1
  1191. pulumi_azure_native/network/v20230601/security_partner_provider.py +1 -1
  1192. pulumi_azure_native/network/v20230601/security_rule.py +1 -1
  1193. pulumi_azure_native/network/v20230601/service_endpoint_policy.py +1 -1
  1194. pulumi_azure_native/network/v20230601/service_endpoint_policy_definition.py +1 -1
  1195. pulumi_azure_native/network/v20230601/static_member.py +1 -1
  1196. pulumi_azure_native/network/v20230601/subnet.py +1 -1
  1197. pulumi_azure_native/network/v20230601/subscription_network_manager_connection.py +1 -1
  1198. pulumi_azure_native/network/v20230601/virtual_appliance_site.py +1 -1
  1199. pulumi_azure_native/network/v20230601/virtual_hub.py +1 -1
  1200. pulumi_azure_native/network/v20230601/virtual_hub_bgp_connection.py +1 -1
  1201. pulumi_azure_native/network/v20230601/virtual_hub_ip_configuration.py +1 -1
  1202. pulumi_azure_native/network/v20230601/virtual_hub_route_table_v2.py +1 -1
  1203. pulumi_azure_native/network/v20230601/virtual_network.py +1 -1
  1204. pulumi_azure_native/network/v20230601/virtual_network_gateway.py +1 -1
  1205. pulumi_azure_native/network/v20230601/virtual_network_gateway_connection.py +1 -1
  1206. pulumi_azure_native/network/v20230601/virtual_network_gateway_nat_rule.py +1 -1
  1207. pulumi_azure_native/network/v20230601/virtual_network_peering.py +1 -1
  1208. pulumi_azure_native/network/v20230601/virtual_network_tap.py +1 -1
  1209. pulumi_azure_native/network/v20230601/virtual_router.py +1 -1
  1210. pulumi_azure_native/network/v20230601/virtual_router_peering.py +1 -1
  1211. pulumi_azure_native/network/v20230601/virtual_wan.py +1 -1
  1212. pulumi_azure_native/network/v20230601/vpn_connection.py +1 -1
  1213. pulumi_azure_native/network/v20230601/vpn_gateway.py +1 -1
  1214. pulumi_azure_native/network/v20230601/vpn_server_configuration.py +1 -1
  1215. pulumi_azure_native/network/v20230601/vpn_site.py +1 -1
  1216. pulumi_azure_native/network/v20230601/web_application_firewall_policy.py +1 -1
  1217. pulumi_azure_native/network/v20230901/_inputs.py +20 -0
  1218. pulumi_azure_native/network/v20230901/admin_rule.py +1 -1
  1219. pulumi_azure_native/network/v20230901/admin_rule_collection.py +1 -1
  1220. pulumi_azure_native/network/v20230901/application_gateway.py +1 -1
  1221. pulumi_azure_native/network/v20230901/application_gateway_private_endpoint_connection.py +1 -1
  1222. pulumi_azure_native/network/v20230901/application_security_group.py +1 -1
  1223. pulumi_azure_native/network/v20230901/azure_firewall.py +1 -1
  1224. pulumi_azure_native/network/v20230901/bastion_host.py +1 -1
  1225. pulumi_azure_native/network/v20230901/configuration_policy_group.py +1 -1
  1226. pulumi_azure_native/network/v20230901/connection_monitor.py +1 -1
  1227. pulumi_azure_native/network/v20230901/connectivity_configuration.py +1 -1
  1228. pulumi_azure_native/network/v20230901/custom_ip_prefix.py +1 -1
  1229. pulumi_azure_native/network/v20230901/ddos_custom_policy.py +1 -1
  1230. pulumi_azure_native/network/v20230901/ddos_protection_plan.py +1 -1
  1231. pulumi_azure_native/network/v20230901/default_admin_rule.py +1 -1
  1232. pulumi_azure_native/network/v20230901/dscp_configuration.py +1 -1
  1233. pulumi_azure_native/network/v20230901/express_route_circuit.py +1 -1
  1234. pulumi_azure_native/network/v20230901/express_route_circuit_authorization.py +1 -1
  1235. pulumi_azure_native/network/v20230901/express_route_circuit_connection.py +1 -1
  1236. pulumi_azure_native/network/v20230901/express_route_circuit_peering.py +1 -1
  1237. pulumi_azure_native/network/v20230901/express_route_connection.py +1 -1
  1238. pulumi_azure_native/network/v20230901/express_route_cross_connection_peering.py +1 -1
  1239. pulumi_azure_native/network/v20230901/express_route_gateway.py +1 -1
  1240. pulumi_azure_native/network/v20230901/express_route_port.py +1 -1
  1241. pulumi_azure_native/network/v20230901/express_route_port_authorization.py +1 -1
  1242. pulumi_azure_native/network/v20230901/firewall_policy.py +1 -1
  1243. pulumi_azure_native/network/v20230901/firewall_policy_rule_collection_group.py +1 -1
  1244. pulumi_azure_native/network/v20230901/flow_log.py +1 -1
  1245. pulumi_azure_native/network/v20230901/get_route.py +1 -1
  1246. pulumi_azure_native/network/v20230901/hub_route_table.py +1 -1
  1247. pulumi_azure_native/network/v20230901/hub_virtual_network_connection.py +1 -1
  1248. pulumi_azure_native/network/v20230901/inbound_nat_rule.py +1 -1
  1249. pulumi_azure_native/network/v20230901/ip_allocation.py +1 -1
  1250. pulumi_azure_native/network/v20230901/ip_group.py +1 -1
  1251. pulumi_azure_native/network/v20230901/load_balancer.py +1 -1
  1252. pulumi_azure_native/network/v20230901/load_balancer_backend_address_pool.py +1 -1
  1253. pulumi_azure_native/network/v20230901/local_network_gateway.py +1 -1
  1254. pulumi_azure_native/network/v20230901/management_group_network_manager_connection.py +1 -1
  1255. pulumi_azure_native/network/v20230901/nat_gateway.py +1 -1
  1256. pulumi_azure_native/network/v20230901/nat_rule.py +1 -1
  1257. pulumi_azure_native/network/v20230901/network_group.py +1 -1
  1258. pulumi_azure_native/network/v20230901/network_interface.py +1 -1
  1259. pulumi_azure_native/network/v20230901/network_interface_tap_configuration.py +1 -1
  1260. pulumi_azure_native/network/v20230901/network_manager.py +1 -1
  1261. pulumi_azure_native/network/v20230901/network_profile.py +1 -1
  1262. pulumi_azure_native/network/v20230901/network_security_group.py +1 -1
  1263. pulumi_azure_native/network/v20230901/network_virtual_appliance.py +1 -1
  1264. pulumi_azure_native/network/v20230901/network_virtual_appliance_connection.py +1 -1
  1265. pulumi_azure_native/network/v20230901/network_watcher.py +1 -1
  1266. pulumi_azure_native/network/v20230901/outputs.py +15 -14
  1267. pulumi_azure_native/network/v20230901/p2s_vpn_gateway.py +1 -1
  1268. pulumi_azure_native/network/v20230901/packet_capture.py +1 -1
  1269. pulumi_azure_native/network/v20230901/private_dns_zone_group.py +1 -1
  1270. pulumi_azure_native/network/v20230901/private_endpoint.py +1 -1
  1271. pulumi_azure_native/network/v20230901/private_link_service.py +1 -1
  1272. pulumi_azure_native/network/v20230901/private_link_service_private_endpoint_connection.py +1 -1
  1273. pulumi_azure_native/network/v20230901/public_ip_address.py +1 -1
  1274. pulumi_azure_native/network/v20230901/public_ip_prefix.py +1 -1
  1275. pulumi_azure_native/network/v20230901/route.py +22 -3
  1276. pulumi_azure_native/network/v20230901/route_filter.py +1 -1
  1277. pulumi_azure_native/network/v20230901/route_filter_rule.py +1 -1
  1278. pulumi_azure_native/network/v20230901/route_map.py +1 -1
  1279. pulumi_azure_native/network/v20230901/route_table.py +1 -1
  1280. pulumi_azure_native/network/v20230901/routing_intent.py +1 -1
  1281. pulumi_azure_native/network/v20230901/scope_connection.py +1 -1
  1282. pulumi_azure_native/network/v20230901/security_admin_configuration.py +1 -1
  1283. pulumi_azure_native/network/v20230901/security_partner_provider.py +1 -1
  1284. pulumi_azure_native/network/v20230901/security_rule.py +1 -1
  1285. pulumi_azure_native/network/v20230901/service_endpoint_policy.py +1 -1
  1286. pulumi_azure_native/network/v20230901/service_endpoint_policy_definition.py +1 -1
  1287. pulumi_azure_native/network/v20230901/static_member.py +1 -1
  1288. pulumi_azure_native/network/v20230901/subnet.py +1 -1
  1289. pulumi_azure_native/network/v20230901/subscription_network_manager_connection.py +1 -1
  1290. pulumi_azure_native/network/v20230901/virtual_appliance_site.py +1 -1
  1291. pulumi_azure_native/network/v20230901/virtual_hub.py +1 -1
  1292. pulumi_azure_native/network/v20230901/virtual_hub_bgp_connection.py +1 -1
  1293. pulumi_azure_native/network/v20230901/virtual_hub_ip_configuration.py +1 -1
  1294. pulumi_azure_native/network/v20230901/virtual_hub_route_table_v2.py +1 -1
  1295. pulumi_azure_native/network/v20230901/virtual_network.py +1 -1
  1296. pulumi_azure_native/network/v20230901/virtual_network_gateway.py +1 -1
  1297. pulumi_azure_native/network/v20230901/virtual_network_gateway_connection.py +1 -1
  1298. pulumi_azure_native/network/v20230901/virtual_network_gateway_nat_rule.py +1 -1
  1299. pulumi_azure_native/network/v20230901/virtual_network_peering.py +1 -1
  1300. pulumi_azure_native/network/v20230901/virtual_network_tap.py +1 -1
  1301. pulumi_azure_native/network/v20230901/virtual_router.py +1 -1
  1302. pulumi_azure_native/network/v20230901/virtual_router_peering.py +1 -1
  1303. pulumi_azure_native/network/v20230901/virtual_wan.py +1 -1
  1304. pulumi_azure_native/network/v20230901/vpn_connection.py +1 -1
  1305. pulumi_azure_native/network/v20230901/vpn_gateway.py +1 -1
  1306. pulumi_azure_native/network/v20230901/vpn_server_configuration.py +1 -1
  1307. pulumi_azure_native/network/v20230901/vpn_site.py +1 -1
  1308. pulumi_azure_native/network/v20230901/web_application_firewall_policy.py +1 -1
  1309. pulumi_azure_native/network/v20231101/_inputs.py +20 -0
  1310. pulumi_azure_native/network/v20231101/admin_rule.py +1 -1
  1311. pulumi_azure_native/network/v20231101/admin_rule_collection.py +1 -1
  1312. pulumi_azure_native/network/v20231101/application_gateway.py +1 -1
  1313. pulumi_azure_native/network/v20231101/application_gateway_private_endpoint_connection.py +1 -1
  1314. pulumi_azure_native/network/v20231101/application_security_group.py +1 -1
  1315. pulumi_azure_native/network/v20231101/azure_firewall.py +1 -1
  1316. pulumi_azure_native/network/v20231101/bastion_host.py +1 -1
  1317. pulumi_azure_native/network/v20231101/configuration_policy_group.py +1 -1
  1318. pulumi_azure_native/network/v20231101/connection_monitor.py +1 -1
  1319. pulumi_azure_native/network/v20231101/connectivity_configuration.py +1 -1
  1320. pulumi_azure_native/network/v20231101/custom_ip_prefix.py +1 -1
  1321. pulumi_azure_native/network/v20231101/ddos_custom_policy.py +1 -1
  1322. pulumi_azure_native/network/v20231101/ddos_protection_plan.py +1 -1
  1323. pulumi_azure_native/network/v20231101/default_admin_rule.py +1 -1
  1324. pulumi_azure_native/network/v20231101/dscp_configuration.py +1 -1
  1325. pulumi_azure_native/network/v20231101/express_route_circuit.py +1 -1
  1326. pulumi_azure_native/network/v20231101/express_route_circuit_authorization.py +1 -1
  1327. pulumi_azure_native/network/v20231101/express_route_circuit_connection.py +1 -1
  1328. pulumi_azure_native/network/v20231101/express_route_circuit_peering.py +1 -1
  1329. pulumi_azure_native/network/v20231101/express_route_connection.py +1 -1
  1330. pulumi_azure_native/network/v20231101/express_route_cross_connection_peering.py +1 -1
  1331. pulumi_azure_native/network/v20231101/express_route_gateway.py +1 -1
  1332. pulumi_azure_native/network/v20231101/express_route_port.py +1 -1
  1333. pulumi_azure_native/network/v20231101/express_route_port_authorization.py +1 -1
  1334. pulumi_azure_native/network/v20231101/firewall_policy.py +1 -1
  1335. pulumi_azure_native/network/v20231101/firewall_policy_draft.py +1 -1
  1336. pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group.py +1 -1
  1337. pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group_draft.py +1 -1
  1338. pulumi_azure_native/network/v20231101/flow_log.py +1 -1
  1339. pulumi_azure_native/network/v20231101/get_route.py +1 -1
  1340. pulumi_azure_native/network/v20231101/hub_route_table.py +1 -1
  1341. pulumi_azure_native/network/v20231101/hub_virtual_network_connection.py +1 -1
  1342. pulumi_azure_native/network/v20231101/inbound_nat_rule.py +1 -1
  1343. pulumi_azure_native/network/v20231101/ip_allocation.py +1 -1
  1344. pulumi_azure_native/network/v20231101/ip_group.py +1 -1
  1345. pulumi_azure_native/network/v20231101/load_balancer.py +1 -1
  1346. pulumi_azure_native/network/v20231101/load_balancer_backend_address_pool.py +1 -1
  1347. pulumi_azure_native/network/v20231101/local_network_gateway.py +1 -1
  1348. pulumi_azure_native/network/v20231101/management_group_network_manager_connection.py +1 -1
  1349. pulumi_azure_native/network/v20231101/nat_gateway.py +1 -1
  1350. pulumi_azure_native/network/v20231101/nat_rule.py +1 -1
  1351. pulumi_azure_native/network/v20231101/network_group.py +1 -1
  1352. pulumi_azure_native/network/v20231101/network_interface.py +1 -1
  1353. pulumi_azure_native/network/v20231101/network_interface_tap_configuration.py +1 -1
  1354. pulumi_azure_native/network/v20231101/network_manager.py +1 -1
  1355. pulumi_azure_native/network/v20231101/network_profile.py +1 -1
  1356. pulumi_azure_native/network/v20231101/network_security_group.py +1 -1
  1357. pulumi_azure_native/network/v20231101/network_virtual_appliance.py +1 -1
  1358. pulumi_azure_native/network/v20231101/network_virtual_appliance_connection.py +1 -1
  1359. pulumi_azure_native/network/v20231101/network_watcher.py +1 -1
  1360. pulumi_azure_native/network/v20231101/outputs.py +15 -14
  1361. pulumi_azure_native/network/v20231101/p2s_vpn_gateway.py +1 -1
  1362. pulumi_azure_native/network/v20231101/packet_capture.py +1 -1
  1363. pulumi_azure_native/network/v20231101/private_dns_zone_group.py +1 -1
  1364. pulumi_azure_native/network/v20231101/private_endpoint.py +1 -1
  1365. pulumi_azure_native/network/v20231101/private_link_service.py +1 -1
  1366. pulumi_azure_native/network/v20231101/private_link_service_private_endpoint_connection.py +1 -1
  1367. pulumi_azure_native/network/v20231101/public_ip_address.py +1 -1
  1368. pulumi_azure_native/network/v20231101/public_ip_prefix.py +1 -1
  1369. pulumi_azure_native/network/v20231101/route.py +22 -3
  1370. pulumi_azure_native/network/v20231101/route_filter.py +1 -1
  1371. pulumi_azure_native/network/v20231101/route_filter_rule.py +1 -1
  1372. pulumi_azure_native/network/v20231101/route_map.py +1 -1
  1373. pulumi_azure_native/network/v20231101/route_table.py +1 -1
  1374. pulumi_azure_native/network/v20231101/routing_intent.py +1 -1
  1375. pulumi_azure_native/network/v20231101/scope_connection.py +1 -1
  1376. pulumi_azure_native/network/v20231101/security_admin_configuration.py +1 -1
  1377. pulumi_azure_native/network/v20231101/security_partner_provider.py +1 -1
  1378. pulumi_azure_native/network/v20231101/security_rule.py +1 -1
  1379. pulumi_azure_native/network/v20231101/service_endpoint_policy.py +1 -1
  1380. pulumi_azure_native/network/v20231101/service_endpoint_policy_definition.py +1 -1
  1381. pulumi_azure_native/network/v20231101/static_member.py +1 -1
  1382. pulumi_azure_native/network/v20231101/subnet.py +1 -1
  1383. pulumi_azure_native/network/v20231101/subscription_network_manager_connection.py +1 -1
  1384. pulumi_azure_native/network/v20231101/virtual_appliance_site.py +1 -1
  1385. pulumi_azure_native/network/v20231101/virtual_hub.py +1 -1
  1386. pulumi_azure_native/network/v20231101/virtual_hub_bgp_connection.py +1 -1
  1387. pulumi_azure_native/network/v20231101/virtual_hub_ip_configuration.py +1 -1
  1388. pulumi_azure_native/network/v20231101/virtual_hub_route_table_v2.py +1 -1
  1389. pulumi_azure_native/network/v20231101/virtual_network.py +1 -1
  1390. pulumi_azure_native/network/v20231101/virtual_network_gateway.py +1 -1
  1391. pulumi_azure_native/network/v20231101/virtual_network_gateway_connection.py +1 -1
  1392. pulumi_azure_native/network/v20231101/virtual_network_gateway_nat_rule.py +1 -1
  1393. pulumi_azure_native/network/v20231101/virtual_network_peering.py +1 -1
  1394. pulumi_azure_native/network/v20231101/virtual_network_tap.py +1 -1
  1395. pulumi_azure_native/network/v20231101/virtual_router.py +1 -1
  1396. pulumi_azure_native/network/v20231101/virtual_router_peering.py +1 -1
  1397. pulumi_azure_native/network/v20231101/virtual_wan.py +1 -1
  1398. pulumi_azure_native/network/v20231101/vpn_connection.py +1 -1
  1399. pulumi_azure_native/network/v20231101/vpn_gateway.py +1 -1
  1400. pulumi_azure_native/network/v20231101/vpn_server_configuration.py +1 -1
  1401. pulumi_azure_native/network/v20231101/vpn_site.py +1 -1
  1402. pulumi_azure_native/network/v20231101/web_application_firewall_policy.py +1 -1
  1403. pulumi_azure_native/network/v20240101/_enums.py +1 -0
  1404. pulumi_azure_native/network/v20240101/_inputs.py +20 -0
  1405. pulumi_azure_native/network/v20240101/admin_rule.py +1 -1
  1406. pulumi_azure_native/network/v20240101/admin_rule_collection.py +1 -1
  1407. pulumi_azure_native/network/v20240101/application_gateway.py +1 -1
  1408. pulumi_azure_native/network/v20240101/application_gateway_private_endpoint_connection.py +1 -1
  1409. pulumi_azure_native/network/v20240101/application_security_group.py +1 -1
  1410. pulumi_azure_native/network/v20240101/azure_firewall.py +1 -1
  1411. pulumi_azure_native/network/v20240101/bastion_host.py +1 -1
  1412. pulumi_azure_native/network/v20240101/configuration_policy_group.py +1 -1
  1413. pulumi_azure_native/network/v20240101/connection_monitor.py +1 -1
  1414. pulumi_azure_native/network/v20240101/connectivity_configuration.py +1 -1
  1415. pulumi_azure_native/network/v20240101/custom_ip_prefix.py +1 -1
  1416. pulumi_azure_native/network/v20240101/ddos_custom_policy.py +1 -1
  1417. pulumi_azure_native/network/v20240101/ddos_protection_plan.py +1 -1
  1418. pulumi_azure_native/network/v20240101/default_admin_rule.py +1 -1
  1419. pulumi_azure_native/network/v20240101/dscp_configuration.py +1 -1
  1420. pulumi_azure_native/network/v20240101/express_route_circuit.py +1 -1
  1421. pulumi_azure_native/network/v20240101/express_route_circuit_authorization.py +1 -1
  1422. pulumi_azure_native/network/v20240101/express_route_circuit_connection.py +1 -1
  1423. pulumi_azure_native/network/v20240101/express_route_circuit_peering.py +1 -1
  1424. pulumi_azure_native/network/v20240101/express_route_connection.py +1 -1
  1425. pulumi_azure_native/network/v20240101/express_route_cross_connection_peering.py +1 -1
  1426. pulumi_azure_native/network/v20240101/express_route_gateway.py +1 -1
  1427. pulumi_azure_native/network/v20240101/express_route_port.py +1 -1
  1428. pulumi_azure_native/network/v20240101/express_route_port_authorization.py +1 -1
  1429. pulumi_azure_native/network/v20240101/firewall_policy.py +1 -1
  1430. pulumi_azure_native/network/v20240101/firewall_policy_draft.py +1 -1
  1431. pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group.py +1 -1
  1432. pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group_draft.py +1 -1
  1433. pulumi_azure_native/network/v20240101/flow_log.py +1 -1
  1434. pulumi_azure_native/network/v20240101/get_route.py +1 -1
  1435. pulumi_azure_native/network/v20240101/hub_route_table.py +1 -1
  1436. pulumi_azure_native/network/v20240101/hub_virtual_network_connection.py +1 -1
  1437. pulumi_azure_native/network/v20240101/inbound_nat_rule.py +1 -1
  1438. pulumi_azure_native/network/v20240101/ip_allocation.py +1 -1
  1439. pulumi_azure_native/network/v20240101/ip_group.py +1 -1
  1440. pulumi_azure_native/network/v20240101/load_balancer.py +1 -1
  1441. pulumi_azure_native/network/v20240101/load_balancer_backend_address_pool.py +1 -1
  1442. pulumi_azure_native/network/v20240101/local_network_gateway.py +1 -1
  1443. pulumi_azure_native/network/v20240101/management_group_network_manager_connection.py +1 -1
  1444. pulumi_azure_native/network/v20240101/nat_gateway.py +1 -1
  1445. pulumi_azure_native/network/v20240101/nat_rule.py +1 -1
  1446. pulumi_azure_native/network/v20240101/network_group.py +1 -1
  1447. pulumi_azure_native/network/v20240101/network_interface.py +1 -1
  1448. pulumi_azure_native/network/v20240101/network_interface_tap_configuration.py +1 -1
  1449. pulumi_azure_native/network/v20240101/network_manager.py +1 -1
  1450. pulumi_azure_native/network/v20240101/network_profile.py +1 -1
  1451. pulumi_azure_native/network/v20240101/network_security_group.py +1 -1
  1452. pulumi_azure_native/network/v20240101/network_virtual_appliance.py +1 -1
  1453. pulumi_azure_native/network/v20240101/network_virtual_appliance_connection.py +1 -1
  1454. pulumi_azure_native/network/v20240101/network_watcher.py +1 -1
  1455. pulumi_azure_native/network/v20240101/outputs.py +15 -14
  1456. pulumi_azure_native/network/v20240101/p2s_vpn_gateway.py +1 -1
  1457. pulumi_azure_native/network/v20240101/packet_capture.py +1 -1
  1458. pulumi_azure_native/network/v20240101/private_dns_zone_group.py +1 -1
  1459. pulumi_azure_native/network/v20240101/private_endpoint.py +1 -1
  1460. pulumi_azure_native/network/v20240101/private_link_service.py +1 -1
  1461. pulumi_azure_native/network/v20240101/private_link_service_private_endpoint_connection.py +1 -1
  1462. pulumi_azure_native/network/v20240101/public_ip_address.py +1 -1
  1463. pulumi_azure_native/network/v20240101/public_ip_prefix.py +1 -1
  1464. pulumi_azure_native/network/v20240101/route.py +22 -3
  1465. pulumi_azure_native/network/v20240101/route_filter.py +1 -1
  1466. pulumi_azure_native/network/v20240101/route_filter_rule.py +1 -1
  1467. pulumi_azure_native/network/v20240101/route_map.py +1 -1
  1468. pulumi_azure_native/network/v20240101/route_table.py +1 -1
  1469. pulumi_azure_native/network/v20240101/routing_intent.py +1 -1
  1470. pulumi_azure_native/network/v20240101/scope_connection.py +1 -1
  1471. pulumi_azure_native/network/v20240101/security_admin_configuration.py +1 -1
  1472. pulumi_azure_native/network/v20240101/security_partner_provider.py +1 -1
  1473. pulumi_azure_native/network/v20240101/security_rule.py +1 -1
  1474. pulumi_azure_native/network/v20240101/service_endpoint_policy.py +1 -1
  1475. pulumi_azure_native/network/v20240101/service_endpoint_policy_definition.py +1 -1
  1476. pulumi_azure_native/network/v20240101/static_member.py +1 -1
  1477. pulumi_azure_native/network/v20240101/subnet.py +1 -1
  1478. pulumi_azure_native/network/v20240101/subscription_network_manager_connection.py +1 -1
  1479. pulumi_azure_native/network/v20240101/virtual_appliance_site.py +1 -1
  1480. pulumi_azure_native/network/v20240101/virtual_hub.py +1 -1
  1481. pulumi_azure_native/network/v20240101/virtual_hub_bgp_connection.py +1 -1
  1482. pulumi_azure_native/network/v20240101/virtual_hub_ip_configuration.py +1 -1
  1483. pulumi_azure_native/network/v20240101/virtual_hub_route_table_v2.py +1 -1
  1484. pulumi_azure_native/network/v20240101/virtual_network.py +1 -1
  1485. pulumi_azure_native/network/v20240101/virtual_network_gateway.py +1 -1
  1486. pulumi_azure_native/network/v20240101/virtual_network_gateway_connection.py +1 -1
  1487. pulumi_azure_native/network/v20240101/virtual_network_gateway_nat_rule.py +1 -1
  1488. pulumi_azure_native/network/v20240101/virtual_network_peering.py +1 -1
  1489. pulumi_azure_native/network/v20240101/virtual_network_tap.py +1 -1
  1490. pulumi_azure_native/network/v20240101/virtual_router.py +1 -1
  1491. pulumi_azure_native/network/v20240101/virtual_router_peering.py +1 -1
  1492. pulumi_azure_native/network/v20240101/virtual_wan.py +1 -1
  1493. pulumi_azure_native/network/v20240101/vpn_connection.py +1 -1
  1494. pulumi_azure_native/network/v20240101/vpn_gateway.py +1 -1
  1495. pulumi_azure_native/network/v20240101/vpn_server_configuration.py +1 -1
  1496. pulumi_azure_native/network/v20240101/vpn_site.py +1 -1
  1497. pulumi_azure_native/network/v20240101/web_application_firewall_policy.py +1 -1
  1498. pulumi_azure_native/network/v20240101preview/admin_rule.py +1 -1
  1499. pulumi_azure_native/network/v20240101preview/admin_rule_collection.py +1 -1
  1500. pulumi_azure_native/network/v20240101preview/default_admin_rule.py +1 -1
  1501. pulumi_azure_native/network/v20240101preview/network_manager.py +1 -1
  1502. pulumi_azure_native/network/v20240101preview/security_admin_configuration.py +1 -1
  1503. pulumi_azure_native/network/virtual_appliance_site.py +3 -3
  1504. pulumi_azure_native/network/virtual_hub.py +3 -3
  1505. pulumi_azure_native/network/virtual_hub_bgp_connection.py +3 -3
  1506. pulumi_azure_native/network/virtual_hub_ip_configuration.py +3 -3
  1507. pulumi_azure_native/network/virtual_hub_route_table_v2.py +3 -3
  1508. pulumi_azure_native/network/virtual_network.py +3 -3
  1509. pulumi_azure_native/network/virtual_network_gateway.py +3 -3
  1510. pulumi_azure_native/network/virtual_network_gateway_connection.py +3 -3
  1511. pulumi_azure_native/network/virtual_network_gateway_nat_rule.py +3 -3
  1512. pulumi_azure_native/network/virtual_network_peering.py +3 -3
  1513. pulumi_azure_native/network/virtual_network_tap.py +3 -3
  1514. pulumi_azure_native/network/virtual_router.py +3 -3
  1515. pulumi_azure_native/network/virtual_router_peering.py +3 -3
  1516. pulumi_azure_native/network/virtual_wan.py +3 -3
  1517. pulumi_azure_native/network/vpn_connection.py +3 -3
  1518. pulumi_azure_native/network/vpn_gateway.py +3 -3
  1519. pulumi_azure_native/network/vpn_server_configuration.py +3 -3
  1520. pulumi_azure_native/network/vpn_site.py +3 -3
  1521. pulumi_azure_native/network/web_application_firewall_policy.py +3 -3
  1522. pulumi_azure_native/pulumi-plugin.json +1 -1
  1523. pulumi_azure_native/security/__init__.py +0 -9
  1524. pulumi_azure_native/security/_enums.py +1 -63
  1525. pulumi_azure_native/security/_inputs.py +5 -275
  1526. pulumi_azure_native/security/outputs.py +4 -432
  1527. pulumi_azure_native/servicebus/__init__.py +0 -3
  1528. pulumi_azure_native/servicebus/disaster_recovery_config.py +3 -3
  1529. pulumi_azure_native/servicebus/get_disaster_recovery_config.py +2 -2
  1530. pulumi_azure_native/servicebus/get_migration_config.py +2 -2
  1531. pulumi_azure_native/servicebus/get_namespace.py +2 -2
  1532. pulumi_azure_native/servicebus/get_namespace_authorization_rule.py +2 -2
  1533. pulumi_azure_native/servicebus/get_namespace_network_rule_set.py +2 -2
  1534. pulumi_azure_native/servicebus/get_private_endpoint_connection.py +2 -2
  1535. pulumi_azure_native/servicebus/get_queue.py +2 -2
  1536. pulumi_azure_native/servicebus/get_queue_authorization_rule.py +2 -2
  1537. pulumi_azure_native/servicebus/get_rule.py +2 -2
  1538. pulumi_azure_native/servicebus/get_subscription.py +2 -2
  1539. pulumi_azure_native/servicebus/get_topic.py +2 -2
  1540. pulumi_azure_native/servicebus/get_topic_authorization_rule.py +2 -2
  1541. pulumi_azure_native/servicebus/list_disaster_recovery_config_keys.py +2 -2
  1542. pulumi_azure_native/servicebus/list_namespace_keys.py +2 -2
  1543. pulumi_azure_native/servicebus/list_queue_keys.py +2 -2
  1544. pulumi_azure_native/servicebus/list_topic_keys.py +2 -2
  1545. pulumi_azure_native/servicebus/migration_config.py +3 -3
  1546. pulumi_azure_native/servicebus/namespace.py +3 -3
  1547. pulumi_azure_native/servicebus/namespace_authorization_rule.py +3 -3
  1548. pulumi_azure_native/servicebus/namespace_network_rule_set.py +3 -3
  1549. pulumi_azure_native/servicebus/private_endpoint_connection.py +3 -3
  1550. pulumi_azure_native/servicebus/queue.py +3 -3
  1551. pulumi_azure_native/servicebus/queue_authorization_rule.py +3 -3
  1552. pulumi_azure_native/servicebus/rule.py +3 -3
  1553. pulumi_azure_native/servicebus/subscription.py +3 -3
  1554. pulumi_azure_native/servicebus/topic.py +3 -3
  1555. pulumi_azure_native/servicebus/topic_authorization_rule.py +3 -3
  1556. pulumi_azure_native/servicebus/v20220101preview/disaster_recovery_config.py +1 -1
  1557. pulumi_azure_native/servicebus/v20220101preview/migration_config.py +1 -1
  1558. pulumi_azure_native/servicebus/v20220101preview/namespace.py +1 -1
  1559. pulumi_azure_native/servicebus/v20220101preview/namespace_authorization_rule.py +1 -1
  1560. pulumi_azure_native/servicebus/v20220101preview/namespace_network_rule_set.py +1 -1
  1561. pulumi_azure_native/servicebus/v20220101preview/private_endpoint_connection.py +1 -1
  1562. pulumi_azure_native/servicebus/v20220101preview/queue.py +1 -1
  1563. pulumi_azure_native/servicebus/v20220101preview/queue_authorization_rule.py +1 -1
  1564. pulumi_azure_native/servicebus/v20220101preview/rule.py +1 -1
  1565. pulumi_azure_native/servicebus/v20220101preview/subscription.py +1 -1
  1566. pulumi_azure_native/servicebus/v20220101preview/topic.py +1 -1
  1567. pulumi_azure_native/servicebus/v20220101preview/topic_authorization_rule.py +1 -1
  1568. pulumi_azure_native/servicebus/v20221001preview/disaster_recovery_config.py +1 -1
  1569. pulumi_azure_native/servicebus/v20221001preview/migration_config.py +1 -1
  1570. pulumi_azure_native/servicebus/v20221001preview/namespace.py +1 -1
  1571. pulumi_azure_native/servicebus/v20221001preview/namespace_authorization_rule.py +1 -1
  1572. pulumi_azure_native/servicebus/v20221001preview/namespace_network_rule_set.py +1 -1
  1573. pulumi_azure_native/servicebus/v20221001preview/private_endpoint_connection.py +1 -1
  1574. pulumi_azure_native/servicebus/v20221001preview/queue.py +1 -1
  1575. pulumi_azure_native/servicebus/v20221001preview/queue_authorization_rule.py +1 -1
  1576. pulumi_azure_native/servicebus/v20221001preview/rule.py +1 -1
  1577. pulumi_azure_native/servicebus/v20221001preview/subscription.py +1 -1
  1578. pulumi_azure_native/servicebus/v20221001preview/topic.py +1 -1
  1579. pulumi_azure_native/servicebus/v20221001preview/topic_authorization_rule.py +1 -1
  1580. pulumi_azure_native/servicebus/v20230101preview/disaster_recovery_config.py +1 -1
  1581. pulumi_azure_native/servicebus/v20230101preview/migration_config.py +1 -1
  1582. pulumi_azure_native/servicebus/v20230101preview/namespace.py +1 -1
  1583. pulumi_azure_native/servicebus/v20230101preview/namespace_authorization_rule.py +1 -1
  1584. pulumi_azure_native/servicebus/v20230101preview/namespace_network_rule_set.py +1 -1
  1585. pulumi_azure_native/servicebus/v20230101preview/private_endpoint_connection.py +1 -1
  1586. pulumi_azure_native/servicebus/v20230101preview/queue.py +1 -1
  1587. pulumi_azure_native/servicebus/v20230101preview/queue_authorization_rule.py +1 -1
  1588. pulumi_azure_native/servicebus/v20230101preview/rule.py +1 -1
  1589. pulumi_azure_native/servicebus/v20230101preview/subscription.py +1 -1
  1590. pulumi_azure_native/servicebus/v20230101preview/topic.py +1 -1
  1591. pulumi_azure_native/servicebus/v20230101preview/topic_authorization_rule.py +1 -1
  1592. {pulumi_azure_native-2.61.0.dist-info → pulumi_azure_native-2.61.0a1726250321.dist-info}/METADATA +1 -1
  1593. {pulumi_azure_native-2.61.0.dist-info → pulumi_azure_native-2.61.0a1726250321.dist-info}/RECORD +1595 -2078
  1594. {pulumi_azure_native-2.61.0.dist-info → pulumi_azure_native-2.61.0a1726250321.dist-info}/WHEEL +1 -1
  1595. pulumi_azure_native/appconfiguration/v20240501/__init__.py +0 -19
  1596. pulumi_azure_native/appconfiguration/v20240501/_enums.py +0 -78
  1597. pulumi_azure_native/appconfiguration/v20240501/_inputs.py +0 -367
  1598. pulumi_azure_native/appconfiguration/v20240501/configuration_store.py +0 -534
  1599. pulumi_azure_native/appconfiguration/v20240501/get_configuration_store.py +0 -305
  1600. pulumi_azure_native/appconfiguration/v20240501/get_key_value.py +0 -222
  1601. pulumi_azure_native/appconfiguration/v20240501/get_private_endpoint_connection.py +0 -154
  1602. pulumi_azure_native/appconfiguration/v20240501/get_replica.py +0 -167
  1603. pulumi_azure_native/appconfiguration/v20240501/key_value.py +0 -323
  1604. pulumi_azure_native/appconfiguration/v20240501/list_configuration_store_keys.py +0 -102
  1605. pulumi_azure_native/appconfiguration/v20240501/outputs.py +0 -704
  1606. pulumi_azure_native/appconfiguration/v20240501/private_endpoint_connection.py +0 -251
  1607. pulumi_azure_native/appconfiguration/v20240501/replica.py +0 -239
  1608. pulumi_azure_native/containerservice/v20240702preview/__init__.py +0 -29
  1609. pulumi_azure_native/containerservice/v20240702preview/_enums.py +0 -921
  1610. pulumi_azure_native/containerservice/v20240702preview/_inputs.py +0 -9710
  1611. pulumi_azure_native/containerservice/v20240702preview/agent_pool.py +0 -1691
  1612. pulumi_azure_native/containerservice/v20240702preview/get_agent_pool.py +0 -817
  1613. pulumi_azure_native/containerservice/v20240702preview/get_load_balancer.py +0 -206
  1614. pulumi_azure_native/containerservice/v20240702preview/get_maintenance_configuration.py +0 -167
  1615. pulumi_azure_native/containerservice/v20240702preview/get_managed_cluster.py +0 -838
  1616. pulumi_azure_native/containerservice/v20240702preview/get_managed_cluster_snapshot.py +0 -188
  1617. pulumi_azure_native/containerservice/v20240702preview/get_private_endpoint_connection.py +0 -154
  1618. pulumi_azure_native/containerservice/v20240702preview/get_snapshot.py +0 -253
  1619. pulumi_azure_native/containerservice/v20240702preview/get_trusted_access_role_binding.py +0 -167
  1620. pulumi_azure_native/containerservice/v20240702preview/list_managed_cluster_admin_credentials.py +0 -89
  1621. pulumi_azure_native/containerservice/v20240702preview/list_managed_cluster_monitoring_user_credentials.py +0 -89
  1622. pulumi_azure_native/containerservice/v20240702preview/list_managed_cluster_user_credentials.py +0 -94
  1623. pulumi_azure_native/containerservice/v20240702preview/load_balancer.py +0 -368
  1624. pulumi_azure_native/containerservice/v20240702preview/maintenance_configuration.py +0 -279
  1625. pulumi_azure_native/containerservice/v20240702preview/managed_cluster.py +0 -1595
  1626. pulumi_azure_native/containerservice/v20240702preview/managed_cluster_snapshot.py +0 -297
  1627. pulumi_azure_native/containerservice/v20240702preview/outputs.py +0 -8363
  1628. pulumi_azure_native/containerservice/v20240702preview/private_endpoint_connection.py +0 -251
  1629. pulumi_azure_native/containerservice/v20240702preview/snapshot.py +0 -347
  1630. pulumi_azure_native/containerservice/v20240702preview/trusted_access_role_binding.py +0 -260
  1631. pulumi_azure_native/devhub/get_adoo_auth_info.py +0 -98
  1632. pulumi_azure_native/devhub/v20240801preview/__init__.py +0 -16
  1633. pulumi_azure_native/devhub/v20240801preview/_enums.py +0 -127
  1634. pulumi_azure_native/devhub/v20240801preview/_inputs.py +0 -1446
  1635. pulumi_azure_native/devhub/v20240801preview/get_adoo_auth_info.py +0 -96
  1636. pulumi_azure_native/devhub/v20240801preview/get_git_hub_o_auth.py +0 -96
  1637. pulumi_azure_native/devhub/v20240801preview/get_iac_profile.py +0 -325
  1638. pulumi_azure_native/devhub/v20240801preview/get_workflow.py +0 -162
  1639. pulumi_azure_native/devhub/v20240801preview/iac_profile.py +0 -542
  1640. pulumi_azure_native/devhub/v20240801preview/outputs.py +0 -1527
  1641. pulumi_azure_native/devhub/v20240801preview/workflow.py +0 -258
  1642. pulumi_azure_native/deviceregistry/discovered_asset.py +0 -738
  1643. pulumi_azure_native/deviceregistry/discovered_asset_endpoint_profile.py +0 -449
  1644. pulumi_azure_native/deviceregistry/get_discovered_asset.py +0 -385
  1645. pulumi_azure_native/deviceregistry/get_discovered_asset_endpoint_profile.py +0 -255
  1646. pulumi_azure_native/deviceregistry/get_schema.py +0 -221
  1647. pulumi_azure_native/deviceregistry/get_schema_registry.py +0 -242
  1648. pulumi_azure_native/deviceregistry/get_schema_version.py +0 -200
  1649. pulumi_azure_native/deviceregistry/schema.py +0 -360
  1650. pulumi_azure_native/deviceregistry/schema_registry.py +0 -398
  1651. pulumi_azure_native/deviceregistry/schema_version.py +0 -302
  1652. pulumi_azure_native/deviceregistry/v20240901preview/__init__.py +0 -24
  1653. pulumi_azure_native/deviceregistry/v20240901preview/_enums.py +0 -119
  1654. pulumi_azure_native/deviceregistry/v20240901preview/_inputs.py +0 -968
  1655. pulumi_azure_native/deviceregistry/v20240901preview/asset.py +0 -880
  1656. pulumi_azure_native/deviceregistry/v20240901preview/asset_endpoint_profile.py +0 -436
  1657. pulumi_azure_native/deviceregistry/v20240901preview/discovered_asset.py +0 -736
  1658. pulumi_azure_native/deviceregistry/v20240901preview/discovered_asset_endpoint_profile.py +0 -447
  1659. pulumi_azure_native/deviceregistry/v20240901preview/get_asset.py +0 -474
  1660. pulumi_azure_native/deviceregistry/v20240901preview/get_asset_endpoint_profile.py +0 -266
  1661. pulumi_azure_native/deviceregistry/v20240901preview/get_discovered_asset.py +0 -383
  1662. pulumi_azure_native/deviceregistry/v20240901preview/get_discovered_asset_endpoint_profile.py +0 -253
  1663. pulumi_azure_native/deviceregistry/v20240901preview/get_schema.py +0 -219
  1664. pulumi_azure_native/deviceregistry/v20240901preview/get_schema_registry.py +0 -240
  1665. pulumi_azure_native/deviceregistry/v20240901preview/get_schema_version.py +0 -198
  1666. pulumi_azure_native/deviceregistry/v20240901preview/outputs.py +0 -1243
  1667. pulumi_azure_native/deviceregistry/v20240901preview/schema.py +0 -358
  1668. pulumi_azure_native/deviceregistry/v20240901preview/schema_registry.py +0 -396
  1669. pulumi_azure_native/deviceregistry/v20240901preview/schema_version.py +0 -300
  1670. pulumi_azure_native/documentdb/v20240815/__init__.py +0 -57
  1671. pulumi_azure_native/documentdb/v20240815/_enums.py +0 -347
  1672. pulumi_azure_native/documentdb/v20240815/_inputs.py +0 -5585
  1673. pulumi_azure_native/documentdb/v20240815/cassandra_cluster.py +0 -277
  1674. pulumi_azure_native/documentdb/v20240815/cassandra_data_center.py +0 -211
  1675. pulumi_azure_native/documentdb/v20240815/cassandra_resource_cassandra_keyspace.py +0 -292
  1676. pulumi_azure_native/documentdb/v20240815/cassandra_resource_cassandra_table.py +0 -313
  1677. pulumi_azure_native/documentdb/v20240815/database_account.py +0 -1276
  1678. pulumi_azure_native/documentdb/v20240815/get_cassandra_cluster.py +0 -162
  1679. pulumi_azure_native/documentdb/v20240815/get_cassandra_data_center.py +0 -128
  1680. pulumi_azure_native/documentdb/v20240815/get_cassandra_resource_cassandra_keyspace.py +0 -161
  1681. pulumi_azure_native/documentdb/v20240815/get_cassandra_resource_cassandra_table.py +0 -166
  1682. pulumi_azure_native/documentdb/v20240815/get_database_account.py +0 -682
  1683. pulumi_azure_native/documentdb/v20240815/get_gremlin_resource_gremlin_database.py +0 -161
  1684. pulumi_azure_native/documentdb/v20240815/get_gremlin_resource_gremlin_graph.py +0 -166
  1685. pulumi_azure_native/documentdb/v20240815/get_mongo_db_resource_mongo_db_collection.py +0 -166
  1686. pulumi_azure_native/documentdb/v20240815/get_mongo_db_resource_mongo_db_database.py +0 -161
  1687. pulumi_azure_native/documentdb/v20240815/get_mongo_db_resource_mongo_role_definition.py +0 -167
  1688. pulumi_azure_native/documentdb/v20240815/get_mongo_db_resource_mongo_user_definition.py +0 -193
  1689. pulumi_azure_native/documentdb/v20240815/get_notebook_workspace.py +0 -140
  1690. pulumi_azure_native/documentdb/v20240815/get_private_endpoint_connection.py +0 -167
  1691. pulumi_azure_native/documentdb/v20240815/get_service.py +0 -128
  1692. pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_container.py +0 -166
  1693. pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_database.py +0 -161
  1694. pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_role_assignment.py +0 -153
  1695. pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_role_definition.py +0 -154
  1696. pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_stored_procedure.py +0 -161
  1697. pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_trigger.py +0 -161
  1698. pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_user_defined_function.py +0 -161
  1699. pulumi_azure_native/documentdb/v20240815/get_table_resource_table.py +0 -161
  1700. pulumi_azure_native/documentdb/v20240815/gremlin_resource_gremlin_database.py +0 -293
  1701. pulumi_azure_native/documentdb/v20240815/gremlin_resource_gremlin_graph.py +0 -314
  1702. pulumi_azure_native/documentdb/v20240815/list_database_account_connection_strings.py +0 -84
  1703. pulumi_azure_native/documentdb/v20240815/list_database_account_keys.py +0 -122
  1704. pulumi_azure_native/documentdb/v20240815/list_notebook_workspace_connection_info.py +0 -101
  1705. pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_db_collection.py +0 -314
  1706. pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_db_database.py +0 -293
  1707. pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_role_definition.py +0 -317
  1708. pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_user_definition.py +0 -355
  1709. pulumi_azure_native/documentdb/v20240815/notebook_workspace.py +0 -199
  1710. pulumi_azure_native/documentdb/v20240815/outputs.py +0 -6291
  1711. pulumi_azure_native/documentdb/v20240815/private_endpoint_connection.py +0 -297
  1712. pulumi_azure_native/documentdb/v20240815/service.py +0 -211
  1713. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_container.py +0 -314
  1714. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_database.py +0 -293
  1715. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_role_assignment.py +0 -266
  1716. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_role_definition.py +0 -288
  1717. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_stored_procedure.py +0 -328
  1718. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_trigger.py +0 -329
  1719. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_user_defined_function.py +0 -328
  1720. pulumi_azure_native/documentdb/v20240815/table_resource_table.py +0 -293
  1721. pulumi_azure_native/documentdb/v20240901preview/__init__.py +0 -65
  1722. pulumi_azure_native/documentdb/v20240901preview/_enums.py +0 -405
  1723. pulumi_azure_native/documentdb/v20240901preview/_inputs.py +0 -6006
  1724. pulumi_azure_native/documentdb/v20240901preview/cassandra_cluster.py +0 -277
  1725. pulumi_azure_native/documentdb/v20240901preview/cassandra_data_center.py +0 -211
  1726. pulumi_azure_native/documentdb/v20240901preview/cassandra_resource_cassandra_keyspace.py +0 -322
  1727. pulumi_azure_native/documentdb/v20240901preview/cassandra_resource_cassandra_table.py +0 -343
  1728. pulumi_azure_native/documentdb/v20240901preview/cassandra_resource_cassandra_view.py +0 -343
  1729. pulumi_azure_native/documentdb/v20240901preview/database_account.py +0 -1460
  1730. pulumi_azure_native/documentdb/v20240901preview/get_cassandra_cluster.py +0 -162
  1731. pulumi_azure_native/documentdb/v20240901preview/get_cassandra_data_center.py +0 -128
  1732. pulumi_azure_native/documentdb/v20240901preview/get_cassandra_resource_cassandra_keyspace.py +0 -174
  1733. pulumi_azure_native/documentdb/v20240901preview/get_cassandra_resource_cassandra_table.py +0 -179
  1734. pulumi_azure_native/documentdb/v20240901preview/get_cassandra_resource_cassandra_view.py +0 -179
  1735. pulumi_azure_native/documentdb/v20240901preview/get_database_account.py +0 -773
  1736. pulumi_azure_native/documentdb/v20240901preview/get_graph_resource_graph.py +0 -174
  1737. pulumi_azure_native/documentdb/v20240901preview/get_gremlin_resource_gremlin_database.py +0 -174
  1738. pulumi_azure_native/documentdb/v20240901preview/get_gremlin_resource_gremlin_graph.py +0 -179
  1739. pulumi_azure_native/documentdb/v20240901preview/get_mongo_db_resource_mongo_db_collection.py +0 -179
  1740. pulumi_azure_native/documentdb/v20240901preview/get_mongo_db_resource_mongo_db_database.py +0 -174
  1741. pulumi_azure_native/documentdb/v20240901preview/get_mongo_db_resource_mongo_role_definition.py +0 -167
  1742. pulumi_azure_native/documentdb/v20240901preview/get_mongo_db_resource_mongo_user_definition.py +0 -193
  1743. pulumi_azure_native/documentdb/v20240901preview/get_notebook_workspace.py +0 -140
  1744. pulumi_azure_native/documentdb/v20240901preview/get_private_endpoint_connection.py +0 -180
  1745. pulumi_azure_native/documentdb/v20240901preview/get_service.py +0 -128
  1746. pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_container.py +0 -179
  1747. pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_database.py +0 -174
  1748. pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_role_assignment.py +0 -153
  1749. pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_role_definition.py +0 -154
  1750. pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_stored_procedure.py +0 -174
  1751. pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_trigger.py +0 -174
  1752. pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_user_defined_function.py +0 -174
  1753. pulumi_azure_native/documentdb/v20240901preview/get_table_resource_table.py +0 -174
  1754. pulumi_azure_native/documentdb/v20240901preview/get_throughput_pool.py +0 -175
  1755. pulumi_azure_native/documentdb/v20240901preview/get_throughput_pool_account.py +0 -180
  1756. pulumi_azure_native/documentdb/v20240901preview/graph_resource_graph.py +0 -322
  1757. pulumi_azure_native/documentdb/v20240901preview/gremlin_resource_gremlin_database.py +0 -322
  1758. pulumi_azure_native/documentdb/v20240901preview/gremlin_resource_gremlin_graph.py +0 -343
  1759. pulumi_azure_native/documentdb/v20240901preview/list_database_account_connection_strings.py +0 -84
  1760. pulumi_azure_native/documentdb/v20240901preview/list_database_account_keys.py +0 -122
  1761. pulumi_azure_native/documentdb/v20240901preview/list_notebook_workspace_connection_info.py +0 -101
  1762. pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_db_collection.py +0 -343
  1763. pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_db_database.py +0 -322
  1764. pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_role_definition.py +0 -317
  1765. pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_user_definition.py +0 -355
  1766. pulumi_azure_native/documentdb/v20240901preview/notebook_workspace.py +0 -199
  1767. pulumi_azure_native/documentdb/v20240901preview/outputs.py +0 -6889
  1768. pulumi_azure_native/documentdb/v20240901preview/private_endpoint_connection.py +0 -307
  1769. pulumi_azure_native/documentdb/v20240901preview/service.py +0 -211
  1770. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_container.py +0 -343
  1771. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_database.py +0 -322
  1772. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_role_assignment.py +0 -266
  1773. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_role_definition.py +0 -288
  1774. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_stored_procedure.py +0 -358
  1775. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_trigger.py +0 -358
  1776. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_user_defined_function.py +0 -358
  1777. pulumi_azure_native/documentdb/v20240901preview/table_resource_table.py +0 -322
  1778. pulumi_azure_native/documentdb/v20240901preview/throughput_pool.py +0 -266
  1779. pulumi_azure_native/documentdb/v20240901preview/throughput_pool_account.py +0 -268
  1780. pulumi_azure_native/hybridcompute/v20240731preview/__init__.py +0 -26
  1781. pulumi_azure_native/hybridcompute/v20240731preview/_enums.py +0 -172
  1782. pulumi_azure_native/hybridcompute/v20240731preview/_inputs.py +0 -1924
  1783. pulumi_azure_native/hybridcompute/v20240731preview/gateway.py +0 -316
  1784. pulumi_azure_native/hybridcompute/v20240731preview/get_gateway.py +0 -214
  1785. pulumi_azure_native/hybridcompute/v20240731preview/get_license.py +0 -201
  1786. pulumi_azure_native/hybridcompute/v20240731preview/get_license_profile.py +0 -362
  1787. pulumi_azure_native/hybridcompute/v20240731preview/get_machine.py +0 -635
  1788. pulumi_azure_native/hybridcompute/v20240731preview/get_machine_extension.py +0 -167
  1789. pulumi_azure_native/hybridcompute/v20240731preview/get_machine_run_command.py +0 -323
  1790. pulumi_azure_native/hybridcompute/v20240731preview/get_private_endpoint_connection.py +0 -141
  1791. pulumi_azure_native/hybridcompute/v20240731preview/get_private_link_scope.py +0 -162
  1792. pulumi_azure_native/hybridcompute/v20240731preview/license.py +0 -326
  1793. pulumi_azure_native/hybridcompute/v20240731preview/license_profile.py +0 -505
  1794. pulumi_azure_native/hybridcompute/v20240731preview/machine.py +0 -885
  1795. pulumi_azure_native/hybridcompute/v20240731preview/machine_extension.py +0 -279
  1796. pulumi_azure_native/hybridcompute/v20240731preview/machine_run_command.py +0 -592
  1797. pulumi_azure_native/hybridcompute/v20240731preview/outputs.py +0 -3556
  1798. pulumi_azure_native/hybridcompute/v20240731preview/private_endpoint_connection.py +0 -220
  1799. pulumi_azure_native/hybridcompute/v20240731preview/private_link_scope.py +0 -258
  1800. pulumi_azure_native/network/get_network_manager_routing_configuration.py +0 -182
  1801. pulumi_azure_native/network/get_routing_rule.py +0 -218
  1802. pulumi_azure_native/network/get_routing_rule_collection.py +0 -213
  1803. pulumi_azure_native/network/get_security_user_rule.py +0 -270
  1804. pulumi_azure_native/network/get_security_user_rule_collection.py +0 -200
  1805. pulumi_azure_native/network/list_vpn_link_connection_default_shared_key.py +0 -135
  1806. pulumi_azure_native/network/network_manager_routing_configuration.py +0 -251
  1807. pulumi_azure_native/network/routing_rule.py +0 -355
  1808. pulumi_azure_native/network/routing_rule_collection.py +0 -333
  1809. pulumi_azure_native/network/security_user_rule.py +0 -471
  1810. pulumi_azure_native/network/security_user_rule_collection.py +0 -303
  1811. pulumi_azure_native/network/v20240301/__init__.py +0 -225
  1812. pulumi_azure_native/network/v20240301/_enums.py +0 -1874
  1813. pulumi_azure_native/network/v20240301/_inputs.py +0 -28409
  1814. pulumi_azure_native/network/v20240301/admin_rule.py +0 -563
  1815. pulumi_azure_native/network/v20240301/admin_rule_collection.py +0 -301
  1816. pulumi_azure_native/network/v20240301/application_gateway.py +0 -1256
  1817. pulumi_azure_native/network/v20240301/application_gateway_private_endpoint_connection.py +0 -289
  1818. pulumi_azure_native/network/v20240301/application_security_group.py +0 -266
  1819. pulumi_azure_native/network/v20240301/azure_firewall.py +0 -646
  1820. pulumi_azure_native/network/v20240301/bastion_host.py +0 -685
  1821. pulumi_azure_native/network/v20240301/configuration_policy_group.py +0 -338
  1822. pulumi_azure_native/network/v20240301/connection_monitor.py +0 -579
  1823. pulumi_azure_native/network/v20240301/connectivity_configuration.py +0 -398
  1824. pulumi_azure_native/network/v20240301/custom_ip_prefix.py +0 -647
  1825. pulumi_azure_native/network/v20240301/ddos_custom_policy.py +0 -266
  1826. pulumi_azure_native/network/v20240301/ddos_protection_plan.py +0 -267
  1827. pulumi_azure_native/network/v20240301/default_admin_rule.py +0 -415
  1828. pulumi_azure_native/network/v20240301/dscp_configuration.py +0 -492
  1829. pulumi_azure_native/network/v20240301/express_route_circuit.py +0 -720
  1830. pulumi_azure_native/network/v20240301/express_route_circuit_authorization.py +0 -307
  1831. pulumi_azure_native/network/v20240301/express_route_circuit_connection.py +0 -416
  1832. pulumi_azure_native/network/v20240301/express_route_circuit_peering.py +0 -738
  1833. pulumi_azure_native/network/v20240301/express_route_connection.py +0 -426
  1834. pulumi_azure_native/network/v20240301/express_route_cross_connection_peering.py +0 -561
  1835. pulumi_azure_native/network/v20240301/express_route_gateway.py +0 -379
  1836. pulumi_azure_native/network/v20240301/express_route_port.py +0 -493
  1837. pulumi_azure_native/network/v20240301/express_route_port_authorization.py +0 -268
  1838. pulumi_azure_native/network/v20240301/firewall_policy.py +0 -647
  1839. pulumi_azure_native/network/v20240301/firewall_policy_draft.py +0 -501
  1840. pulumi_azure_native/network/v20240301/firewall_policy_rule_collection_group.py +0 -309
  1841. pulumi_azure_native/network/v20240301/firewall_policy_rule_collection_group_draft.py +0 -290
  1842. pulumi_azure_native/network/v20240301/flow_log.py +0 -524
  1843. pulumi_azure_native/network/v20240301/get_active_sessions.py +0 -97
  1844. pulumi_azure_native/network/v20240301/get_admin_rule.py +0 -308
  1845. pulumi_azure_native/network/v20240301/get_admin_rule_collection.py +0 -198
  1846. pulumi_azure_native/network/v20240301/get_application_gateway.py +0 -643
  1847. pulumi_azure_native/network/v20240301/get_application_gateway_backend_health_on_demand.py +0 -144
  1848. pulumi_azure_native/network/v20240301/get_application_gateway_private_endpoint_connection.py +0 -180
  1849. pulumi_azure_native/network/v20240301/get_application_security_group.py +0 -174
  1850. pulumi_azure_native/network/v20240301/get_azure_firewall.py +0 -344
  1851. pulumi_azure_native/network/v20240301/get_bastion_host.py +0 -341
  1852. pulumi_azure_native/network/v20240301/get_bastion_shareable_link.py +0 -103
  1853. pulumi_azure_native/network/v20240301/get_configuration_policy_group.py +0 -193
  1854. pulumi_azure_native/network/v20240301/get_connection_monitor.py +0 -323
  1855. pulumi_azure_native/network/v20240301/get_connectivity_configuration.py +0 -245
  1856. pulumi_azure_native/network/v20240301/get_custom_ip_prefix.py +0 -375
  1857. pulumi_azure_native/network/v20240301/get_ddos_custom_policy.py +0 -174
  1858. pulumi_azure_native/network/v20240301/get_ddos_protection_plan.py +0 -201
  1859. pulumi_azure_native/network/v20240301/get_default_admin_rule.py +0 -321
  1860. pulumi_azure_native/network/v20240301/get_dscp_configuration.py +0 -292
  1861. pulumi_azure_native/network/v20240301/get_express_route_circuit.py +0 -383
  1862. pulumi_azure_native/network/v20240301/get_express_route_circuit_authorization.py +0 -179
  1863. pulumi_azure_native/network/v20240301/get_express_route_circuit_connection.py +0 -224
  1864. pulumi_azure_native/network/v20240301/get_express_route_circuit_peering.py +0 -388
  1865. pulumi_azure_native/network/v20240301/get_express_route_connection.py +0 -206
  1866. pulumi_azure_native/network/v20240301/get_express_route_cross_connection_peering.py +0 -310
  1867. pulumi_azure_native/network/v20240301/get_express_route_gateway.py +0 -214
  1868. pulumi_azure_native/network/v20240301/get_express_route_port.py +0 -318
  1869. pulumi_azure_native/network/v20240301/get_express_route_port_authorization.py +0 -179
  1870. pulumi_azure_native/network/v20240301/get_firewall_policy.py +0 -375
  1871. pulumi_azure_native/network/v20240301/get_firewall_policy_draft.py +0 -253
  1872. pulumi_azure_native/network/v20240301/get_firewall_policy_rule_collection_group.py +0 -180
  1873. pulumi_azure_native/network/v20240301/get_firewall_policy_rule_collection_group_draft.py +0 -154
  1874. pulumi_azure_native/network/v20240301/get_flow_log.py +0 -284
  1875. pulumi_azure_native/network/v20240301/get_hub_route_table.py +0 -193
  1876. pulumi_azure_native/network/v20240301/get_hub_virtual_network_connection.py +0 -193
  1877. pulumi_azure_native/network/v20240301/get_inbound_nat_rule.py +0 -289
  1878. pulumi_azure_native/network/v20240301/get_ip_allocation.py +0 -245
  1879. pulumi_azure_native/network/v20240301/get_ip_group.py +0 -206
  1880. pulumi_azure_native/network/v20240301/get_load_balancer.py +0 -297
  1881. pulumi_azure_native/network/v20240301/get_load_balancer_backend_address_pool.py +0 -284
  1882. pulumi_azure_native/network/v20240301/get_local_network_gateway.py +0 -227
  1883. pulumi_azure_native/network/v20240301/get_management_group_network_manager_connection.py +0 -162
  1884. pulumi_azure_native/network/v20240301/get_nat_gateway.py +0 -258
  1885. pulumi_azure_native/network/v20240301/get_nat_rule.py +0 -219
  1886. pulumi_azure_native/network/v20240301/get_network_group.py +0 -193
  1887. pulumi_azure_native/network/v20240301/get_network_interface.py +0 -453
  1888. pulumi_azure_native/network/v20240301/get_network_interface_tap_configuration.py +0 -154
  1889. pulumi_azure_native/network/v20240301/get_network_manager.py +0 -227
  1890. pulumi_azure_native/network/v20240301/get_network_manager_routing_configuration.py +0 -180
  1891. pulumi_azure_native/network/v20240301/get_network_profile.py +0 -206
  1892. pulumi_azure_native/network/v20240301/get_network_security_group.py +0 -258
  1893. pulumi_azure_native/network/v20240301/get_network_virtual_appliance.py +0 -414
  1894. pulumi_azure_native/network/v20240301/get_network_virtual_appliance_connection.py +0 -180
  1895. pulumi_azure_native/network/v20240301/get_network_watcher.py +0 -161
  1896. pulumi_azure_native/network/v20240301/get_p2s_vpn_gateway.py +0 -253
  1897. pulumi_azure_native/network/v20240301/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +0 -253
  1898. pulumi_azure_native/network/v20240301/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +0 -93
  1899. pulumi_azure_native/network/v20240301/get_packet_capture.py +0 -258
  1900. pulumi_azure_native/network/v20240301/get_private_dns_zone_group.py +0 -141
  1901. pulumi_azure_native/network/v20240301/get_private_endpoint.py +0 -284
  1902. pulumi_azure_native/network/v20240301/get_private_link_service.py +0 -310
  1903. pulumi_azure_native/network/v20240301/get_private_link_service_private_endpoint_connection.py +0 -198
  1904. pulumi_azure_native/network/v20240301/get_public_ip_address.py +0 -401
  1905. pulumi_azure_native/network/v20240301/get_public_ip_prefix.py +0 -323
  1906. pulumi_azure_native/network/v20240301/get_route.py +0 -192
  1907. pulumi_azure_native/network/v20240301/get_route_filter.py +0 -206
  1908. pulumi_azure_native/network/v20240301/get_route_filter_rule.py +0 -179
  1909. pulumi_azure_native/network/v20240301/get_route_map.py +0 -180
  1910. pulumi_azure_native/network/v20240301/get_route_table.py +0 -219
  1911. pulumi_azure_native/network/v20240301/get_routing_intent.py +0 -154
  1912. pulumi_azure_native/network/v20240301/get_routing_rule.py +0 -216
  1913. pulumi_azure_native/network/v20240301/get_routing_rule_collection.py +0 -211
  1914. pulumi_azure_native/network/v20240301/get_scope_connection.py +0 -180
  1915. pulumi_azure_native/network/v20240301/get_security_admin_configuration.py +0 -193
  1916. pulumi_azure_native/network/v20240301/get_security_partner_provider.py +0 -201
  1917. pulumi_azure_native/network/v20240301/get_security_rule.py +0 -336
  1918. pulumi_azure_native/network/v20240301/get_security_user_configuration.py +0 -180
  1919. pulumi_azure_native/network/v20240301/get_security_user_rule.py +0 -268
  1920. pulumi_azure_native/network/v20240301/get_security_user_rule_collection.py +0 -198
  1921. pulumi_azure_native/network/v20240301/get_service_endpoint_policy.py +0 -245
  1922. pulumi_azure_native/network/v20240301/get_service_endpoint_policy_definition.py +0 -179
  1923. pulumi_azure_native/network/v20240301/get_static_member.py +0 -185
  1924. pulumi_azure_native/network/v20240301/get_subnet.py +0 -406
  1925. pulumi_azure_native/network/v20240301/get_subscription_network_manager_connection.py +0 -157
  1926. pulumi_azure_native/network/v20240301/get_virtual_appliance_site.py +0 -167
  1927. pulumi_azure_native/network/v20240301/get_virtual_hub.py +0 -448
  1928. pulumi_azure_native/network/v20240301/get_virtual_hub_bgp_connection.py +0 -193
  1929. pulumi_azure_native/network/v20240301/get_virtual_hub_ip_configuration.py +0 -193
  1930. pulumi_azure_native/network/v20240301/get_virtual_hub_route_table_v2.py +0 -154
  1931. pulumi_azure_native/network/v20240301/get_virtual_network.py +0 -362
  1932. pulumi_azure_native/network/v20240301/get_virtual_network_gateway.py +0 -513
  1933. pulumi_azure_native/network/v20240301/get_virtual_network_gateway_advertised_routes.py +0 -89
  1934. pulumi_azure_native/network/v20240301/get_virtual_network_gateway_bgp_peer_status.py +0 -89
  1935. pulumi_azure_native/network/v20240301/get_virtual_network_gateway_connection.py +0 -500
  1936. pulumi_azure_native/network/v20240301/get_virtual_network_gateway_connection_ike_sas.py +0 -77
  1937. pulumi_azure_native/network/v20240301/get_virtual_network_gateway_learned_routes.py +0 -84
  1938. pulumi_azure_native/network/v20240301/get_virtual_network_gateway_nat_rule.py +0 -193
  1939. pulumi_azure_native/network/v20240301/get_virtual_network_gateway_vpn_profile_package_url.py +0 -77
  1940. pulumi_azure_native/network/v20240301/get_virtual_network_gateway_vpnclient_connection_health.py +0 -84
  1941. pulumi_azure_native/network/v20240301/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +0 -174
  1942. pulumi_azure_native/network/v20240301/get_virtual_network_peering.py +0 -388
  1943. pulumi_azure_native/network/v20240301/get_virtual_network_tap.py +0 -227
  1944. pulumi_azure_native/network/v20240301/get_virtual_router.py +0 -232
  1945. pulumi_azure_native/network/v20240301/get_virtual_router_peering.py +0 -166
  1946. pulumi_azure_native/network/v20240301/get_virtual_wan.py +0 -240
  1947. pulumi_azure_native/network/v20240301/get_vpn_connection.py +0 -362
  1948. pulumi_azure_native/network/v20240301/get_vpn_gateway.py +0 -266
  1949. pulumi_azure_native/network/v20240301/get_vpn_link_connection_ike_sas.py +0 -87
  1950. pulumi_azure_native/network/v20240301/get_vpn_server_configuration.py +0 -331
  1951. pulumi_azure_native/network/v20240301/get_vpn_site.py +0 -279
  1952. pulumi_azure_native/network/v20240301/get_web_application_firewall_policy.py +0 -266
  1953. pulumi_azure_native/network/v20240301/hub_route_table.py +0 -318
  1954. pulumi_azure_native/network/v20240301/hub_virtual_network_connection.py +0 -376
  1955. pulumi_azure_native/network/v20240301/inbound_nat_rule.py +0 -541
  1956. pulumi_azure_native/network/v20240301/ip_allocation.py +0 -436
  1957. pulumi_azure_native/network/v20240301/ip_group.py +0 -306
  1958. pulumi_azure_native/network/v20240301/list_active_connectivity_configurations.py +0 -112
  1959. pulumi_azure_native/network/v20240301/list_active_security_admin_rules.py +0 -112
  1960. pulumi_azure_native/network/v20240301/list_firewall_policy_idps_signature.py +0 -124
  1961. pulumi_azure_native/network/v20240301/list_firewall_policy_idps_signatures_filter_value.py +0 -88
  1962. pulumi_azure_native/network/v20240301/list_network_manager_deployment_status.py +0 -118
  1963. pulumi_azure_native/network/v20240301/list_network_manager_effective_connectivity_configurations.py +0 -107
  1964. pulumi_azure_native/network/v20240301/list_network_manager_effective_security_admin_rules.py +0 -107
  1965. pulumi_azure_native/network/v20240301/list_vpn_link_connection_default_shared_key.py +0 -133
  1966. pulumi_azure_native/network/v20240301/load_balancer.py +0 -536
  1967. pulumi_azure_native/network/v20240301/load_balancer_backend_address_pool.py +0 -465
  1968. pulumi_azure_native/network/v20240301/local_network_gateway.py +0 -384
  1969. pulumi_azure_native/network/v20240301/management_group_network_manager_connection.py +0 -237
  1970. pulumi_azure_native/network/v20240301/nat_gateway.py +0 -424
  1971. pulumi_azure_native/network/v20240301/nat_rule.py +0 -396
  1972. pulumi_azure_native/network/v20240301/network_group.py +0 -279
  1973. pulumi_azure_native/network/v20240301/network_interface.py +0 -726
  1974. pulumi_azure_native/network/v20240301/network_interface_tap_configuration.py +0 -270
  1975. pulumi_azure_native/network/v20240301/network_manager.py +0 -368
  1976. pulumi_azure_native/network/v20240301/network_manager_routing_configuration.py +0 -249
  1977. pulumi_azure_native/network/v20240301/network_profile.py +0 -308
  1978. pulumi_azure_native/network/v20240301/network_security_group.py +0 -370
  1979. pulumi_azure_native/network/v20240301/network_virtual_appliance.py +0 -677
  1980. pulumi_azure_native/network/v20240301/network_virtual_appliance_connection.py +0 -366
  1981. pulumi_azure_native/network/v20240301/network_watcher.py +0 -256
  1982. pulumi_azure_native/network/v20240301/outputs.py +0 -31507
  1983. pulumi_azure_native/network/v20240301/p2s_vpn_gateway.py +0 -443
  1984. pulumi_azure_native/network/v20240301/packet_capture.py +0 -496
  1985. pulumi_azure_native/network/v20240301/private_dns_zone_group.py +0 -259
  1986. pulumi_azure_native/network/v20240301/private_endpoint.py +0 -501
  1987. pulumi_azure_native/network/v20240301/private_link_service.py +0 -521
  1988. pulumi_azure_native/network/v20240301/private_link_service_private_endpoint_connection.py +0 -299
  1989. pulumi_azure_native/network/v20240301/public_ip_address.py +0 -743
  1990. pulumi_azure_native/network/v20240301/public_ip_prefix.py +0 -531
  1991. pulumi_azure_native/network/v20240301/route.py +0 -356
  1992. pulumi_azure_native/network/v20240301/route_filter.py +0 -311
  1993. pulumi_azure_native/network/v20240301/route_filter_rule.py +0 -348
  1994. pulumi_azure_native/network/v20240301/route_map.py +0 -309
  1995. pulumi_azure_native/network/v20240301/route_table.py +0 -340
  1996. pulumi_azure_native/network/v20240301/routing_intent.py +0 -269
  1997. pulumi_azure_native/network/v20240301/routing_rule.py +0 -353
  1998. pulumi_azure_native/network/v20240301/routing_rule_collection.py +0 -331
  1999. pulumi_azure_native/network/v20240301/scope_connection.py +0 -287
  2000. pulumi_azure_native/network/v20240301/security_admin_configuration.py +0 -279
  2001. pulumi_azure_native/network/v20240301/security_partner_provider.py +0 -327
  2002. pulumi_azure_native/network/v20240301/security_rule.py +0 -699
  2003. pulumi_azure_native/network/v20240301/security_user_configuration.py +0 -249
  2004. pulumi_azure_native/network/v20240301/security_user_rule.py +0 -469
  2005. pulumi_azure_native/network/v20240301/security_user_rule_collection.py +0 -301
  2006. pulumi_azure_native/network/v20240301/service_endpoint_policy.py +0 -378
  2007. pulumi_azure_native/network/v20240301/service_endpoint_policy_definition.py +0 -344
  2008. pulumi_azure_native/network/v20240301/static_member.py +0 -270
  2009. pulumi_azure_native/network/v20240301/subnet.py +0 -734
  2010. pulumi_azure_native/network/v20240301/subscription_network_manager_connection.py +0 -216
  2011. pulumi_azure_native/network/v20240301/virtual_appliance_site.py +0 -298
  2012. pulumi_azure_native/network/v20240301/virtual_hub.py +0 -805
  2013. pulumi_azure_native/network/v20240301/virtual_hub_bgp_connection.py +0 -337
  2014. pulumi_azure_native/network/v20240301/virtual_hub_ip_configuration.py +0 -357
  2015. pulumi_azure_native/network/v20240301/virtual_hub_route_table_v2.py +0 -288
  2016. pulumi_azure_native/network/v20240301/virtual_network.py +0 -670
  2017. pulumi_azure_native/network/v20240301/virtual_network_gateway.py +0 -1007
  2018. pulumi_azure_native/network/v20240301/virtual_network_gateway_connection.py +0 -920
  2019. pulumi_azure_native/network/v20240301/virtual_network_gateway_nat_rule.py +0 -376
  2020. pulumi_azure_native/network/v20240301/virtual_network_peering.py +0 -793
  2021. pulumi_azure_native/network/v20240301/virtual_network_tap.py +0 -366
  2022. pulumi_azure_native/network/v20240301/virtual_router.py +0 -384
  2023. pulumi_azure_native/network/v20240301/virtual_router_peering.py +0 -296
  2024. pulumi_azure_native/network/v20240301/virtual_wan.py +0 -393
  2025. pulumi_azure_native/network/v20240301/vpn_connection.py +0 -696
  2026. pulumi_azure_native/network/v20240301/vpn_gateway.py +0 -478
  2027. pulumi_azure_native/network/v20240301/vpn_server_configuration.py +0 -639
  2028. pulumi_azure_native/network/v20240301/vpn_site.py +0 -519
  2029. pulumi_azure_native/network/v20240301/web_application_firewall_policy.py +0 -397
  2030. pulumi_azure_native/security/custom_recommendation.py +0 -385
  2031. pulumi_azure_native/security/get_custom_recommendation.py +0 -229
  2032. pulumi_azure_native/security/get_security_standard.py +0 -203
  2033. pulumi_azure_native/security/get_standard_assignment.py +0 -229
  2034. pulumi_azure_native/security/security_standard.py +0 -328
  2035. pulumi_azure_native/security/standard_assignment.py +0 -405
  2036. pulumi_azure_native/security/v20240801/__init__.py +0 -16
  2037. pulumi_azure_native/security/v20240801/_enums.py +0 -80
  2038. pulumi_azure_native/security/v20240801/_inputs.py +0 -330
  2039. pulumi_azure_native/security/v20240801/custom_recommendation.py +0 -383
  2040. pulumi_azure_native/security/v20240801/get_custom_recommendation.py +0 -227
  2041. pulumi_azure_native/security/v20240801/get_security_standard.py +0 -201
  2042. pulumi_azure_native/security/v20240801/get_standard_assignment.py +0 -227
  2043. pulumi_azure_native/security/v20240801/outputs.py +0 -584
  2044. pulumi_azure_native/security/v20240801/security_standard.py +0 -326
  2045. pulumi_azure_native/security/v20240801/standard_assignment.py +0 -403
  2046. pulumi_azure_native/servicebus/v20240101/__init__.py +0 -38
  2047. pulumi_azure_native/servicebus/v20240101/_enums.py +0 -149
  2048. pulumi_azure_native/servicebus/v20240101/_inputs.py +0 -1149
  2049. pulumi_azure_native/servicebus/v20240101/disaster_recovery_config.py +0 -288
  2050. pulumi_azure_native/servicebus/v20240101/get_disaster_recovery_config.py +0 -206
  2051. pulumi_azure_native/servicebus/v20240101/get_migration_config.py +0 -206
  2052. pulumi_azure_native/servicebus/v20240101/get_namespace.py +0 -357
  2053. pulumi_azure_native/servicebus/v20240101/get_namespace_authorization_rule.py +0 -154
  2054. pulumi_azure_native/servicebus/v20240101/get_namespace_network_rule_set.py +0 -201
  2055. pulumi_azure_native/servicebus/v20240101/get_private_endpoint_connection.py +0 -180
  2056. pulumi_azure_native/servicebus/v20240101/get_queue.py +0 -427
  2057. pulumi_azure_native/servicebus/v20240101/get_queue_authorization_rule.py +0 -159
  2058. pulumi_azure_native/servicebus/v20240101/get_rule.py +0 -203
  2059. pulumi_azure_native/servicebus/v20240101/get_subscription.py +0 -393
  2060. pulumi_azure_native/servicebus/v20240101/get_topic.py +0 -362
  2061. pulumi_azure_native/servicebus/v20240101/get_topic_authorization_rule.py +0 -159
  2062. pulumi_azure_native/servicebus/v20240101/list_disaster_recovery_config_keys.py +0 -171
  2063. pulumi_azure_native/servicebus/v20240101/list_namespace_keys.py +0 -166
  2064. pulumi_azure_native/servicebus/v20240101/list_queue_keys.py +0 -171
  2065. pulumi_azure_native/servicebus/v20240101/list_topic_keys.py +0 -171
  2066. pulumi_azure_native/servicebus/v20240101/migration_config.py +0 -290
  2067. pulumi_azure_native/servicebus/v20240101/namespace.py +0 -586
  2068. pulumi_azure_native/servicebus/v20240101/namespace_authorization_rule.py +0 -231
  2069. pulumi_azure_native/servicebus/v20240101/namespace_network_rule_set.py +0 -331
  2070. pulumi_azure_native/servicebus/v20240101/outputs.py +0 -1279
  2071. pulumi_azure_native/servicebus/v20240101/private_endpoint_connection.py +0 -289
  2072. pulumi_azure_native/servicebus/v20240101/queue.py +0 -725
  2073. pulumi_azure_native/servicebus/v20240101/queue_authorization_rule.py +0 -252
  2074. pulumi_azure_native/servicebus/v20240101/rule.py +0 -360
  2075. pulumi_azure_native/servicebus/v20240101/subscription.py +0 -679
  2076. pulumi_azure_native/servicebus/v20240101/topic.py +0 -580
  2077. pulumi_azure_native/servicebus/v20240101/topic_authorization_rule.py +0 -252
  2078. {pulumi_azure_native-2.61.0.dist-info → pulumi_azure_native-2.61.0a1726250321.dist-info}/top_level.txt +0 -0
@@ -1,968 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import sys
8
- import pulumi
9
- import pulumi.runtime
10
- from typing import Any, Mapping, Optional, Sequence, Union, overload
11
- if sys.version_info >= (3, 11):
12
- from typing import NotRequired, TypedDict, TypeAlias
13
- else:
14
- from typing_extensions import NotRequired, TypedDict, TypeAlias
15
- from ... import _utilities
16
- from ._enums import *
17
-
18
- __all__ = [
19
- 'AuthenticationArgs',
20
- 'AuthenticationArgsDict',
21
- 'DataPointArgs',
22
- 'DataPointArgsDict',
23
- 'DatasetArgs',
24
- 'DatasetArgsDict',
25
- 'DiscoveredDataPointArgs',
26
- 'DiscoveredDataPointArgsDict',
27
- 'DiscoveredDatasetArgs',
28
- 'DiscoveredDatasetArgsDict',
29
- 'DiscoveredEventArgs',
30
- 'DiscoveredEventArgsDict',
31
- 'EventArgs',
32
- 'EventArgsDict',
33
- 'ExtendedLocationArgs',
34
- 'ExtendedLocationArgsDict',
35
- 'SystemAssignedServiceIdentityArgs',
36
- 'SystemAssignedServiceIdentityArgsDict',
37
- 'TopicArgs',
38
- 'TopicArgsDict',
39
- 'UsernamePasswordCredentialsArgs',
40
- 'UsernamePasswordCredentialsArgsDict',
41
- 'X509CredentialsArgs',
42
- 'X509CredentialsArgsDict',
43
- ]
44
-
45
- MYPY = False
46
-
47
- if not MYPY:
48
- class AuthenticationArgsDict(TypedDict):
49
- """
50
- Definition of the client authentication mechanism to the server.
51
- """
52
- method: pulumi.Input[Union[str, 'AuthenticationMethod']]
53
- """
54
- Defines the method to authenticate the user of the client at the server.
55
- """
56
- username_password_credentials: NotRequired[pulumi.Input['UsernamePasswordCredentialsArgsDict']]
57
- """
58
- Defines the username and password references when UsernamePassword user authentication mode is selected.
59
- """
60
- x509_credentials: NotRequired[pulumi.Input['X509CredentialsArgsDict']]
61
- """
62
- Defines the certificate reference when Certificate user authentication mode is selected.
63
- """
64
- elif False:
65
- AuthenticationArgsDict: TypeAlias = Mapping[str, Any]
66
-
67
- @pulumi.input_type
68
- class AuthenticationArgs:
69
- def __init__(__self__, *,
70
- method: Optional[pulumi.Input[Union[str, 'AuthenticationMethod']]] = None,
71
- username_password_credentials: Optional[pulumi.Input['UsernamePasswordCredentialsArgs']] = None,
72
- x509_credentials: Optional[pulumi.Input['X509CredentialsArgs']] = None):
73
- """
74
- Definition of the client authentication mechanism to the server.
75
- :param pulumi.Input[Union[str, 'AuthenticationMethod']] method: Defines the method to authenticate the user of the client at the server.
76
- :param pulumi.Input['UsernamePasswordCredentialsArgs'] username_password_credentials: Defines the username and password references when UsernamePassword user authentication mode is selected.
77
- :param pulumi.Input['X509CredentialsArgs'] x509_credentials: Defines the certificate reference when Certificate user authentication mode is selected.
78
- """
79
- if method is None:
80
- method = 'Certificate'
81
- pulumi.set(__self__, "method", method)
82
- if username_password_credentials is not None:
83
- pulumi.set(__self__, "username_password_credentials", username_password_credentials)
84
- if x509_credentials is not None:
85
- pulumi.set(__self__, "x509_credentials", x509_credentials)
86
-
87
- @property
88
- @pulumi.getter
89
- def method(self) -> pulumi.Input[Union[str, 'AuthenticationMethod']]:
90
- """
91
- Defines the method to authenticate the user of the client at the server.
92
- """
93
- return pulumi.get(self, "method")
94
-
95
- @method.setter
96
- def method(self, value: pulumi.Input[Union[str, 'AuthenticationMethod']]):
97
- pulumi.set(self, "method", value)
98
-
99
- @property
100
- @pulumi.getter(name="usernamePasswordCredentials")
101
- def username_password_credentials(self) -> Optional[pulumi.Input['UsernamePasswordCredentialsArgs']]:
102
- """
103
- Defines the username and password references when UsernamePassword user authentication mode is selected.
104
- """
105
- return pulumi.get(self, "username_password_credentials")
106
-
107
- @username_password_credentials.setter
108
- def username_password_credentials(self, value: Optional[pulumi.Input['UsernamePasswordCredentialsArgs']]):
109
- pulumi.set(self, "username_password_credentials", value)
110
-
111
- @property
112
- @pulumi.getter(name="x509Credentials")
113
- def x509_credentials(self) -> Optional[pulumi.Input['X509CredentialsArgs']]:
114
- """
115
- Defines the certificate reference when Certificate user authentication mode is selected.
116
- """
117
- return pulumi.get(self, "x509_credentials")
118
-
119
- @x509_credentials.setter
120
- def x509_credentials(self, value: Optional[pulumi.Input['X509CredentialsArgs']]):
121
- pulumi.set(self, "x509_credentials", value)
122
-
123
-
124
- if not MYPY:
125
- class DataPointArgsDict(TypedDict):
126
- """
127
- Defines the data point properties.
128
- """
129
- data_source: pulumi.Input[str]
130
- """
131
- The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
132
- """
133
- name: pulumi.Input[str]
134
- """
135
- The name of the data point.
136
- """
137
- data_point_configuration: NotRequired[pulumi.Input[str]]
138
- """
139
- Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
140
- """
141
- observability_mode: NotRequired[pulumi.Input[Union[str, 'DataPointObservabilityMode']]]
142
- """
143
- An indication of how the data point should be mapped to OpenTelemetry.
144
- """
145
- elif False:
146
- DataPointArgsDict: TypeAlias = Mapping[str, Any]
147
-
148
- @pulumi.input_type
149
- class DataPointArgs:
150
- def __init__(__self__, *,
151
- data_source: pulumi.Input[str],
152
- name: pulumi.Input[str],
153
- data_point_configuration: Optional[pulumi.Input[str]] = None,
154
- observability_mode: Optional[pulumi.Input[Union[str, 'DataPointObservabilityMode']]] = None):
155
- """
156
- Defines the data point properties.
157
- :param pulumi.Input[str] data_source: The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
158
- :param pulumi.Input[str] name: The name of the data point.
159
- :param pulumi.Input[str] data_point_configuration: Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
160
- :param pulumi.Input[Union[str, 'DataPointObservabilityMode']] observability_mode: An indication of how the data point should be mapped to OpenTelemetry.
161
- """
162
- pulumi.set(__self__, "data_source", data_source)
163
- pulumi.set(__self__, "name", name)
164
- if data_point_configuration is not None:
165
- pulumi.set(__self__, "data_point_configuration", data_point_configuration)
166
- if observability_mode is None:
167
- observability_mode = 'None'
168
- if observability_mode is not None:
169
- pulumi.set(__self__, "observability_mode", observability_mode)
170
-
171
- @property
172
- @pulumi.getter(name="dataSource")
173
- def data_source(self) -> pulumi.Input[str]:
174
- """
175
- The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
176
- """
177
- return pulumi.get(self, "data_source")
178
-
179
- @data_source.setter
180
- def data_source(self, value: pulumi.Input[str]):
181
- pulumi.set(self, "data_source", value)
182
-
183
- @property
184
- @pulumi.getter
185
- def name(self) -> pulumi.Input[str]:
186
- """
187
- The name of the data point.
188
- """
189
- return pulumi.get(self, "name")
190
-
191
- @name.setter
192
- def name(self, value: pulumi.Input[str]):
193
- pulumi.set(self, "name", value)
194
-
195
- @property
196
- @pulumi.getter(name="dataPointConfiguration")
197
- def data_point_configuration(self) -> Optional[pulumi.Input[str]]:
198
- """
199
- Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
200
- """
201
- return pulumi.get(self, "data_point_configuration")
202
-
203
- @data_point_configuration.setter
204
- def data_point_configuration(self, value: Optional[pulumi.Input[str]]):
205
- pulumi.set(self, "data_point_configuration", value)
206
-
207
- @property
208
- @pulumi.getter(name="observabilityMode")
209
- def observability_mode(self) -> Optional[pulumi.Input[Union[str, 'DataPointObservabilityMode']]]:
210
- """
211
- An indication of how the data point should be mapped to OpenTelemetry.
212
- """
213
- return pulumi.get(self, "observability_mode")
214
-
215
- @observability_mode.setter
216
- def observability_mode(self, value: Optional[pulumi.Input[Union[str, 'DataPointObservabilityMode']]]):
217
- pulumi.set(self, "observability_mode", value)
218
-
219
-
220
- if not MYPY:
221
- class DatasetArgsDict(TypedDict):
222
- """
223
- Defines the dataset properties.
224
- """
225
- name: pulumi.Input[str]
226
- """
227
- Name of the dataset.
228
- """
229
- data_points: NotRequired[pulumi.Input[Sequence[pulumi.Input['DataPointArgsDict']]]]
230
- """
231
- Array of data points that are part of the dataset. Each data point can have per-data point configuration.
232
- """
233
- dataset_configuration: NotRequired[pulumi.Input[str]]
234
- """
235
- Stringified JSON that contains connector-specific JSON string that describes configuration for the specific dataset.
236
- """
237
- topic: NotRequired[pulumi.Input['TopicArgsDict']]
238
- """
239
- Object that describes the topic information for the specific dataset.
240
- """
241
- elif False:
242
- DatasetArgsDict: TypeAlias = Mapping[str, Any]
243
-
244
- @pulumi.input_type
245
- class DatasetArgs:
246
- def __init__(__self__, *,
247
- name: pulumi.Input[str],
248
- data_points: Optional[pulumi.Input[Sequence[pulumi.Input['DataPointArgs']]]] = None,
249
- dataset_configuration: Optional[pulumi.Input[str]] = None,
250
- topic: Optional[pulumi.Input['TopicArgs']] = None):
251
- """
252
- Defines the dataset properties.
253
- :param pulumi.Input[str] name: Name of the dataset.
254
- :param pulumi.Input[Sequence[pulumi.Input['DataPointArgs']]] data_points: Array of data points that are part of the dataset. Each data point can have per-data point configuration.
255
- :param pulumi.Input[str] dataset_configuration: Stringified JSON that contains connector-specific JSON string that describes configuration for the specific dataset.
256
- :param pulumi.Input['TopicArgs'] topic: Object that describes the topic information for the specific dataset.
257
- """
258
- pulumi.set(__self__, "name", name)
259
- if data_points is not None:
260
- pulumi.set(__self__, "data_points", data_points)
261
- if dataset_configuration is not None:
262
- pulumi.set(__self__, "dataset_configuration", dataset_configuration)
263
- if topic is not None:
264
- pulumi.set(__self__, "topic", topic)
265
-
266
- @property
267
- @pulumi.getter
268
- def name(self) -> pulumi.Input[str]:
269
- """
270
- Name of the dataset.
271
- """
272
- return pulumi.get(self, "name")
273
-
274
- @name.setter
275
- def name(self, value: pulumi.Input[str]):
276
- pulumi.set(self, "name", value)
277
-
278
- @property
279
- @pulumi.getter(name="dataPoints")
280
- def data_points(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DataPointArgs']]]]:
281
- """
282
- Array of data points that are part of the dataset. Each data point can have per-data point configuration.
283
- """
284
- return pulumi.get(self, "data_points")
285
-
286
- @data_points.setter
287
- def data_points(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DataPointArgs']]]]):
288
- pulumi.set(self, "data_points", value)
289
-
290
- @property
291
- @pulumi.getter(name="datasetConfiguration")
292
- def dataset_configuration(self) -> Optional[pulumi.Input[str]]:
293
- """
294
- Stringified JSON that contains connector-specific JSON string that describes configuration for the specific dataset.
295
- """
296
- return pulumi.get(self, "dataset_configuration")
297
-
298
- @dataset_configuration.setter
299
- def dataset_configuration(self, value: Optional[pulumi.Input[str]]):
300
- pulumi.set(self, "dataset_configuration", value)
301
-
302
- @property
303
- @pulumi.getter
304
- def topic(self) -> Optional[pulumi.Input['TopicArgs']]:
305
- """
306
- Object that describes the topic information for the specific dataset.
307
- """
308
- return pulumi.get(self, "topic")
309
-
310
- @topic.setter
311
- def topic(self, value: Optional[pulumi.Input['TopicArgs']]):
312
- pulumi.set(self, "topic", value)
313
-
314
-
315
- if not MYPY:
316
- class DiscoveredDataPointArgsDict(TypedDict):
317
- """
318
- Defines the data point properties.
319
- """
320
- data_source: pulumi.Input[str]
321
- """
322
- The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
323
- """
324
- name: pulumi.Input[str]
325
- """
326
- The name of the data point.
327
- """
328
- data_point_configuration: NotRequired[pulumi.Input[str]]
329
- """
330
- Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
331
- """
332
- last_updated_on: NotRequired[pulumi.Input[str]]
333
- """
334
- UTC timestamp indicating when the data point was added or modified.
335
- """
336
- elif False:
337
- DiscoveredDataPointArgsDict: TypeAlias = Mapping[str, Any]
338
-
339
- @pulumi.input_type
340
- class DiscoveredDataPointArgs:
341
- def __init__(__self__, *,
342
- data_source: pulumi.Input[str],
343
- name: pulumi.Input[str],
344
- data_point_configuration: Optional[pulumi.Input[str]] = None,
345
- last_updated_on: Optional[pulumi.Input[str]] = None):
346
- """
347
- Defines the data point properties.
348
- :param pulumi.Input[str] data_source: The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
349
- :param pulumi.Input[str] name: The name of the data point.
350
- :param pulumi.Input[str] data_point_configuration: Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
351
- :param pulumi.Input[str] last_updated_on: UTC timestamp indicating when the data point was added or modified.
352
- """
353
- pulumi.set(__self__, "data_source", data_source)
354
- pulumi.set(__self__, "name", name)
355
- if data_point_configuration is not None:
356
- pulumi.set(__self__, "data_point_configuration", data_point_configuration)
357
- if last_updated_on is not None:
358
- pulumi.set(__self__, "last_updated_on", last_updated_on)
359
-
360
- @property
361
- @pulumi.getter(name="dataSource")
362
- def data_source(self) -> pulumi.Input[str]:
363
- """
364
- The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
365
- """
366
- return pulumi.get(self, "data_source")
367
-
368
- @data_source.setter
369
- def data_source(self, value: pulumi.Input[str]):
370
- pulumi.set(self, "data_source", value)
371
-
372
- @property
373
- @pulumi.getter
374
- def name(self) -> pulumi.Input[str]:
375
- """
376
- The name of the data point.
377
- """
378
- return pulumi.get(self, "name")
379
-
380
- @name.setter
381
- def name(self, value: pulumi.Input[str]):
382
- pulumi.set(self, "name", value)
383
-
384
- @property
385
- @pulumi.getter(name="dataPointConfiguration")
386
- def data_point_configuration(self) -> Optional[pulumi.Input[str]]:
387
- """
388
- Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
389
- """
390
- return pulumi.get(self, "data_point_configuration")
391
-
392
- @data_point_configuration.setter
393
- def data_point_configuration(self, value: Optional[pulumi.Input[str]]):
394
- pulumi.set(self, "data_point_configuration", value)
395
-
396
- @property
397
- @pulumi.getter(name="lastUpdatedOn")
398
- def last_updated_on(self) -> Optional[pulumi.Input[str]]:
399
- """
400
- UTC timestamp indicating when the data point was added or modified.
401
- """
402
- return pulumi.get(self, "last_updated_on")
403
-
404
- @last_updated_on.setter
405
- def last_updated_on(self, value: Optional[pulumi.Input[str]]):
406
- pulumi.set(self, "last_updated_on", value)
407
-
408
-
409
- if not MYPY:
410
- class DiscoveredDatasetArgsDict(TypedDict):
411
- """
412
- Defines the dataset properties.
413
- """
414
- name: pulumi.Input[str]
415
- """
416
- Name of the dataset.
417
- """
418
- data_points: NotRequired[pulumi.Input[Sequence[pulumi.Input['DiscoveredDataPointArgsDict']]]]
419
- """
420
- Array of data points that are part of the dataset. Each data point can have per-data point configuration.
421
- """
422
- dataset_configuration: NotRequired[pulumi.Input[str]]
423
- """
424
- Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
425
- """
426
- topic: NotRequired[pulumi.Input['TopicArgsDict']]
427
- """
428
- Object that describes the topic information for the specific dataset.
429
- """
430
- elif False:
431
- DiscoveredDatasetArgsDict: TypeAlias = Mapping[str, Any]
432
-
433
- @pulumi.input_type
434
- class DiscoveredDatasetArgs:
435
- def __init__(__self__, *,
436
- name: pulumi.Input[str],
437
- data_points: Optional[pulumi.Input[Sequence[pulumi.Input['DiscoveredDataPointArgs']]]] = None,
438
- dataset_configuration: Optional[pulumi.Input[str]] = None,
439
- topic: Optional[pulumi.Input['TopicArgs']] = None):
440
- """
441
- Defines the dataset properties.
442
- :param pulumi.Input[str] name: Name of the dataset.
443
- :param pulumi.Input[Sequence[pulumi.Input['DiscoveredDataPointArgs']]] data_points: Array of data points that are part of the dataset. Each data point can have per-data point configuration.
444
- :param pulumi.Input[str] dataset_configuration: Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
445
- :param pulumi.Input['TopicArgs'] topic: Object that describes the topic information for the specific dataset.
446
- """
447
- pulumi.set(__self__, "name", name)
448
- if data_points is not None:
449
- pulumi.set(__self__, "data_points", data_points)
450
- if dataset_configuration is not None:
451
- pulumi.set(__self__, "dataset_configuration", dataset_configuration)
452
- if topic is not None:
453
- pulumi.set(__self__, "topic", topic)
454
-
455
- @property
456
- @pulumi.getter
457
- def name(self) -> pulumi.Input[str]:
458
- """
459
- Name of the dataset.
460
- """
461
- return pulumi.get(self, "name")
462
-
463
- @name.setter
464
- def name(self, value: pulumi.Input[str]):
465
- pulumi.set(self, "name", value)
466
-
467
- @property
468
- @pulumi.getter(name="dataPoints")
469
- def data_points(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DiscoveredDataPointArgs']]]]:
470
- """
471
- Array of data points that are part of the dataset. Each data point can have per-data point configuration.
472
- """
473
- return pulumi.get(self, "data_points")
474
-
475
- @data_points.setter
476
- def data_points(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DiscoveredDataPointArgs']]]]):
477
- pulumi.set(self, "data_points", value)
478
-
479
- @property
480
- @pulumi.getter(name="datasetConfiguration")
481
- def dataset_configuration(self) -> Optional[pulumi.Input[str]]:
482
- """
483
- Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
484
- """
485
- return pulumi.get(self, "dataset_configuration")
486
-
487
- @dataset_configuration.setter
488
- def dataset_configuration(self, value: Optional[pulumi.Input[str]]):
489
- pulumi.set(self, "dataset_configuration", value)
490
-
491
- @property
492
- @pulumi.getter
493
- def topic(self) -> Optional[pulumi.Input['TopicArgs']]:
494
- """
495
- Object that describes the topic information for the specific dataset.
496
- """
497
- return pulumi.get(self, "topic")
498
-
499
- @topic.setter
500
- def topic(self, value: Optional[pulumi.Input['TopicArgs']]):
501
- pulumi.set(self, "topic", value)
502
-
503
-
504
- if not MYPY:
505
- class DiscoveredEventArgsDict(TypedDict):
506
- """
507
- Defines the event properties.
508
- """
509
- event_notifier: pulumi.Input[str]
510
- """
511
- The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
512
- """
513
- name: pulumi.Input[str]
514
- """
515
- The name of the event.
516
- """
517
- event_configuration: NotRequired[pulumi.Input[str]]
518
- """
519
- Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
520
- """
521
- last_updated_on: NotRequired[pulumi.Input[str]]
522
- """
523
- UTC timestamp indicating when the event was added or modified.
524
- """
525
- topic: NotRequired[pulumi.Input['TopicArgsDict']]
526
- """
527
- Object that describes the topic information for the specific event.
528
- """
529
- elif False:
530
- DiscoveredEventArgsDict: TypeAlias = Mapping[str, Any]
531
-
532
- @pulumi.input_type
533
- class DiscoveredEventArgs:
534
- def __init__(__self__, *,
535
- event_notifier: pulumi.Input[str],
536
- name: pulumi.Input[str],
537
- event_configuration: Optional[pulumi.Input[str]] = None,
538
- last_updated_on: Optional[pulumi.Input[str]] = None,
539
- topic: Optional[pulumi.Input['TopicArgs']] = None):
540
- """
541
- Defines the event properties.
542
- :param pulumi.Input[str] event_notifier: The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
543
- :param pulumi.Input[str] name: The name of the event.
544
- :param pulumi.Input[str] event_configuration: Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
545
- :param pulumi.Input[str] last_updated_on: UTC timestamp indicating when the event was added or modified.
546
- :param pulumi.Input['TopicArgs'] topic: Object that describes the topic information for the specific event.
547
- """
548
- pulumi.set(__self__, "event_notifier", event_notifier)
549
- pulumi.set(__self__, "name", name)
550
- if event_configuration is not None:
551
- pulumi.set(__self__, "event_configuration", event_configuration)
552
- if last_updated_on is not None:
553
- pulumi.set(__self__, "last_updated_on", last_updated_on)
554
- if topic is not None:
555
- pulumi.set(__self__, "topic", topic)
556
-
557
- @property
558
- @pulumi.getter(name="eventNotifier")
559
- def event_notifier(self) -> pulumi.Input[str]:
560
- """
561
- The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
562
- """
563
- return pulumi.get(self, "event_notifier")
564
-
565
- @event_notifier.setter
566
- def event_notifier(self, value: pulumi.Input[str]):
567
- pulumi.set(self, "event_notifier", value)
568
-
569
- @property
570
- @pulumi.getter
571
- def name(self) -> pulumi.Input[str]:
572
- """
573
- The name of the event.
574
- """
575
- return pulumi.get(self, "name")
576
-
577
- @name.setter
578
- def name(self, value: pulumi.Input[str]):
579
- pulumi.set(self, "name", value)
580
-
581
- @property
582
- @pulumi.getter(name="eventConfiguration")
583
- def event_configuration(self) -> Optional[pulumi.Input[str]]:
584
- """
585
- Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
586
- """
587
- return pulumi.get(self, "event_configuration")
588
-
589
- @event_configuration.setter
590
- def event_configuration(self, value: Optional[pulumi.Input[str]]):
591
- pulumi.set(self, "event_configuration", value)
592
-
593
- @property
594
- @pulumi.getter(name="lastUpdatedOn")
595
- def last_updated_on(self) -> Optional[pulumi.Input[str]]:
596
- """
597
- UTC timestamp indicating when the event was added or modified.
598
- """
599
- return pulumi.get(self, "last_updated_on")
600
-
601
- @last_updated_on.setter
602
- def last_updated_on(self, value: Optional[pulumi.Input[str]]):
603
- pulumi.set(self, "last_updated_on", value)
604
-
605
- @property
606
- @pulumi.getter
607
- def topic(self) -> Optional[pulumi.Input['TopicArgs']]:
608
- """
609
- Object that describes the topic information for the specific event.
610
- """
611
- return pulumi.get(self, "topic")
612
-
613
- @topic.setter
614
- def topic(self, value: Optional[pulumi.Input['TopicArgs']]):
615
- pulumi.set(self, "topic", value)
616
-
617
-
618
- if not MYPY:
619
- class EventArgsDict(TypedDict):
620
- """
621
- Defines the event properties.
622
- """
623
- event_notifier: pulumi.Input[str]
624
- """
625
- The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
626
- """
627
- name: pulumi.Input[str]
628
- """
629
- The name of the event.
630
- """
631
- event_configuration: NotRequired[pulumi.Input[str]]
632
- """
633
- Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
634
- """
635
- observability_mode: NotRequired[pulumi.Input[Union[str, 'EventObservabilityMode']]]
636
- """
637
- An indication of how the event should be mapped to OpenTelemetry.
638
- """
639
- topic: NotRequired[pulumi.Input['TopicArgsDict']]
640
- """
641
- Object that describes the topic information for the specific event.
642
- """
643
- elif False:
644
- EventArgsDict: TypeAlias = Mapping[str, Any]
645
-
646
- @pulumi.input_type
647
- class EventArgs:
648
- def __init__(__self__, *,
649
- event_notifier: pulumi.Input[str],
650
- name: pulumi.Input[str],
651
- event_configuration: Optional[pulumi.Input[str]] = None,
652
- observability_mode: Optional[pulumi.Input[Union[str, 'EventObservabilityMode']]] = None,
653
- topic: Optional[pulumi.Input['TopicArgs']] = None):
654
- """
655
- Defines the event properties.
656
- :param pulumi.Input[str] event_notifier: The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
657
- :param pulumi.Input[str] name: The name of the event.
658
- :param pulumi.Input[str] event_configuration: Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
659
- :param pulumi.Input[Union[str, 'EventObservabilityMode']] observability_mode: An indication of how the event should be mapped to OpenTelemetry.
660
- :param pulumi.Input['TopicArgs'] topic: Object that describes the topic information for the specific event.
661
- """
662
- pulumi.set(__self__, "event_notifier", event_notifier)
663
- pulumi.set(__self__, "name", name)
664
- if event_configuration is not None:
665
- pulumi.set(__self__, "event_configuration", event_configuration)
666
- if observability_mode is None:
667
- observability_mode = 'None'
668
- if observability_mode is not None:
669
- pulumi.set(__self__, "observability_mode", observability_mode)
670
- if topic is not None:
671
- pulumi.set(__self__, "topic", topic)
672
-
673
- @property
674
- @pulumi.getter(name="eventNotifier")
675
- def event_notifier(self) -> pulumi.Input[str]:
676
- """
677
- The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
678
- """
679
- return pulumi.get(self, "event_notifier")
680
-
681
- @event_notifier.setter
682
- def event_notifier(self, value: pulumi.Input[str]):
683
- pulumi.set(self, "event_notifier", value)
684
-
685
- @property
686
- @pulumi.getter
687
- def name(self) -> pulumi.Input[str]:
688
- """
689
- The name of the event.
690
- """
691
- return pulumi.get(self, "name")
692
-
693
- @name.setter
694
- def name(self, value: pulumi.Input[str]):
695
- pulumi.set(self, "name", value)
696
-
697
- @property
698
- @pulumi.getter(name="eventConfiguration")
699
- def event_configuration(self) -> Optional[pulumi.Input[str]]:
700
- """
701
- Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
702
- """
703
- return pulumi.get(self, "event_configuration")
704
-
705
- @event_configuration.setter
706
- def event_configuration(self, value: Optional[pulumi.Input[str]]):
707
- pulumi.set(self, "event_configuration", value)
708
-
709
- @property
710
- @pulumi.getter(name="observabilityMode")
711
- def observability_mode(self) -> Optional[pulumi.Input[Union[str, 'EventObservabilityMode']]]:
712
- """
713
- An indication of how the event should be mapped to OpenTelemetry.
714
- """
715
- return pulumi.get(self, "observability_mode")
716
-
717
- @observability_mode.setter
718
- def observability_mode(self, value: Optional[pulumi.Input[Union[str, 'EventObservabilityMode']]]):
719
- pulumi.set(self, "observability_mode", value)
720
-
721
- @property
722
- @pulumi.getter
723
- def topic(self) -> Optional[pulumi.Input['TopicArgs']]:
724
- """
725
- Object that describes the topic information for the specific event.
726
- """
727
- return pulumi.get(self, "topic")
728
-
729
- @topic.setter
730
- def topic(self, value: Optional[pulumi.Input['TopicArgs']]):
731
- pulumi.set(self, "topic", value)
732
-
733
-
734
- if not MYPY:
735
- class ExtendedLocationArgsDict(TypedDict):
736
- """
737
- The extended location.
738
- """
739
- name: pulumi.Input[str]
740
- """
741
- The extended location name.
742
- """
743
- type: pulumi.Input[str]
744
- """
745
- The extended location type.
746
- """
747
- elif False:
748
- ExtendedLocationArgsDict: TypeAlias = Mapping[str, Any]
749
-
750
- @pulumi.input_type
751
- class ExtendedLocationArgs:
752
- def __init__(__self__, *,
753
- name: pulumi.Input[str],
754
- type: pulumi.Input[str]):
755
- """
756
- The extended location.
757
- :param pulumi.Input[str] name: The extended location name.
758
- :param pulumi.Input[str] type: The extended location type.
759
- """
760
- pulumi.set(__self__, "name", name)
761
- pulumi.set(__self__, "type", type)
762
-
763
- @property
764
- @pulumi.getter
765
- def name(self) -> pulumi.Input[str]:
766
- """
767
- The extended location name.
768
- """
769
- return pulumi.get(self, "name")
770
-
771
- @name.setter
772
- def name(self, value: pulumi.Input[str]):
773
- pulumi.set(self, "name", value)
774
-
775
- @property
776
- @pulumi.getter
777
- def type(self) -> pulumi.Input[str]:
778
- """
779
- The extended location type.
780
- """
781
- return pulumi.get(self, "type")
782
-
783
- @type.setter
784
- def type(self, value: pulumi.Input[str]):
785
- pulumi.set(self, "type", value)
786
-
787
-
788
- if not MYPY:
789
- class SystemAssignedServiceIdentityArgsDict(TypedDict):
790
- """
791
- Managed service identity (either system assigned, or none)
792
- """
793
- type: pulumi.Input[Union[str, 'SystemAssignedServiceIdentityType']]
794
- """
795
- Type of managed service identity (either system assigned, or none).
796
- """
797
- elif False:
798
- SystemAssignedServiceIdentityArgsDict: TypeAlias = Mapping[str, Any]
799
-
800
- @pulumi.input_type
801
- class SystemAssignedServiceIdentityArgs:
802
- def __init__(__self__, *,
803
- type: pulumi.Input[Union[str, 'SystemAssignedServiceIdentityType']]):
804
- """
805
- Managed service identity (either system assigned, or none)
806
- :param pulumi.Input[Union[str, 'SystemAssignedServiceIdentityType']] type: Type of managed service identity (either system assigned, or none).
807
- """
808
- pulumi.set(__self__, "type", type)
809
-
810
- @property
811
- @pulumi.getter
812
- def type(self) -> pulumi.Input[Union[str, 'SystemAssignedServiceIdentityType']]:
813
- """
814
- Type of managed service identity (either system assigned, or none).
815
- """
816
- return pulumi.get(self, "type")
817
-
818
- @type.setter
819
- def type(self, value: pulumi.Input[Union[str, 'SystemAssignedServiceIdentityType']]):
820
- pulumi.set(self, "type", value)
821
-
822
-
823
- if not MYPY:
824
- class TopicArgsDict(TypedDict):
825
- """
826
- Object that describes the topic information.
827
- """
828
- path: pulumi.Input[str]
829
- """
830
- The topic path for messages published to an MQTT broker.
831
- """
832
- retain: NotRequired[pulumi.Input[Union[str, 'TopicRetainType']]]
833
- """
834
- When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
835
- """
836
- elif False:
837
- TopicArgsDict: TypeAlias = Mapping[str, Any]
838
-
839
- @pulumi.input_type
840
- class TopicArgs:
841
- def __init__(__self__, *,
842
- path: pulumi.Input[str],
843
- retain: Optional[pulumi.Input[Union[str, 'TopicRetainType']]] = None):
844
- """
845
- Object that describes the topic information.
846
- :param pulumi.Input[str] path: The topic path for messages published to an MQTT broker.
847
- :param pulumi.Input[Union[str, 'TopicRetainType']] retain: When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
848
- """
849
- pulumi.set(__self__, "path", path)
850
- if retain is None:
851
- retain = 'Never'
852
- if retain is not None:
853
- pulumi.set(__self__, "retain", retain)
854
-
855
- @property
856
- @pulumi.getter
857
- def path(self) -> pulumi.Input[str]:
858
- """
859
- The topic path for messages published to an MQTT broker.
860
- """
861
- return pulumi.get(self, "path")
862
-
863
- @path.setter
864
- def path(self, value: pulumi.Input[str]):
865
- pulumi.set(self, "path", value)
866
-
867
- @property
868
- @pulumi.getter
869
- def retain(self) -> Optional[pulumi.Input[Union[str, 'TopicRetainType']]]:
870
- """
871
- When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
872
- """
873
- return pulumi.get(self, "retain")
874
-
875
- @retain.setter
876
- def retain(self, value: Optional[pulumi.Input[Union[str, 'TopicRetainType']]]):
877
- pulumi.set(self, "retain", value)
878
-
879
-
880
- if not MYPY:
881
- class UsernamePasswordCredentialsArgsDict(TypedDict):
882
- """
883
- The credentials for authentication mode UsernamePassword.
884
- """
885
- password_secret_name: pulumi.Input[str]
886
- """
887
- The name of the secret containing the password.
888
- """
889
- username_secret_name: pulumi.Input[str]
890
- """
891
- The name of the secret containing the username.
892
- """
893
- elif False:
894
- UsernamePasswordCredentialsArgsDict: TypeAlias = Mapping[str, Any]
895
-
896
- @pulumi.input_type
897
- class UsernamePasswordCredentialsArgs:
898
- def __init__(__self__, *,
899
- password_secret_name: pulumi.Input[str],
900
- username_secret_name: pulumi.Input[str]):
901
- """
902
- The credentials for authentication mode UsernamePassword.
903
- :param pulumi.Input[str] password_secret_name: The name of the secret containing the password.
904
- :param pulumi.Input[str] username_secret_name: The name of the secret containing the username.
905
- """
906
- pulumi.set(__self__, "password_secret_name", password_secret_name)
907
- pulumi.set(__self__, "username_secret_name", username_secret_name)
908
-
909
- @property
910
- @pulumi.getter(name="passwordSecretName")
911
- def password_secret_name(self) -> pulumi.Input[str]:
912
- """
913
- The name of the secret containing the password.
914
- """
915
- return pulumi.get(self, "password_secret_name")
916
-
917
- @password_secret_name.setter
918
- def password_secret_name(self, value: pulumi.Input[str]):
919
- pulumi.set(self, "password_secret_name", value)
920
-
921
- @property
922
- @pulumi.getter(name="usernameSecretName")
923
- def username_secret_name(self) -> pulumi.Input[str]:
924
- """
925
- The name of the secret containing the username.
926
- """
927
- return pulumi.get(self, "username_secret_name")
928
-
929
- @username_secret_name.setter
930
- def username_secret_name(self, value: pulumi.Input[str]):
931
- pulumi.set(self, "username_secret_name", value)
932
-
933
-
934
- if not MYPY:
935
- class X509CredentialsArgsDict(TypedDict):
936
- """
937
- The x509 certificate for authentication mode Certificate.
938
- """
939
- certificate_secret_name: pulumi.Input[str]
940
- """
941
- The name of the secret containing the certificate and private key (e.g. stored as .der/.pem or .der/.pfx).
942
- """
943
- elif False:
944
- X509CredentialsArgsDict: TypeAlias = Mapping[str, Any]
945
-
946
- @pulumi.input_type
947
- class X509CredentialsArgs:
948
- def __init__(__self__, *,
949
- certificate_secret_name: pulumi.Input[str]):
950
- """
951
- The x509 certificate for authentication mode Certificate.
952
- :param pulumi.Input[str] certificate_secret_name: The name of the secret containing the certificate and private key (e.g. stored as .der/.pem or .der/.pfx).
953
- """
954
- pulumi.set(__self__, "certificate_secret_name", certificate_secret_name)
955
-
956
- @property
957
- @pulumi.getter(name="certificateSecretName")
958
- def certificate_secret_name(self) -> pulumi.Input[str]:
959
- """
960
- The name of the secret containing the certificate and private key (e.g. stored as .der/.pem or .der/.pfx).
961
- """
962
- return pulumi.get(self, "certificate_secret_name")
963
-
964
- @certificate_secret_name.setter
965
- def certificate_secret_name(self, value: pulumi.Input[str]):
966
- pulumi.set(self, "certificate_secret_name", value)
967
-
968
-