pulumi-azure-native 2.74.0a1732526192__py3-none-any.whl → 2.74.0a1732531694__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 (2921) hide show
  1. pulumi_azure_native/__init__.py +278 -0
  2. pulumi_azure_native/apimanagement/__init__.py +3 -0
  3. pulumi_azure_native/apimanagement/api.py +3 -3
  4. pulumi_azure_native/apimanagement/api_diagnostic.py +3 -3
  5. pulumi_azure_native/apimanagement/api_gateway.py +3 -3
  6. pulumi_azure_native/apimanagement/api_gateway_config_connection.py +3 -3
  7. pulumi_azure_native/apimanagement/api_issue.py +3 -3
  8. pulumi_azure_native/apimanagement/api_issue_attachment.py +3 -3
  9. pulumi_azure_native/apimanagement/api_issue_comment.py +3 -3
  10. pulumi_azure_native/apimanagement/api_management_service.py +3 -3
  11. pulumi_azure_native/apimanagement/api_operation.py +3 -3
  12. pulumi_azure_native/apimanagement/api_operation_policy.py +3 -3
  13. pulumi_azure_native/apimanagement/api_policy.py +3 -3
  14. pulumi_azure_native/apimanagement/api_release.py +3 -3
  15. pulumi_azure_native/apimanagement/api_schema.py +3 -3
  16. pulumi_azure_native/apimanagement/api_tag_description.py +3 -3
  17. pulumi_azure_native/apimanagement/api_version_set.py +3 -3
  18. pulumi_azure_native/apimanagement/api_wiki.py +3 -3
  19. pulumi_azure_native/apimanagement/authorization.py +3 -3
  20. pulumi_azure_native/apimanagement/authorization_access_policy.py +3 -3
  21. pulumi_azure_native/apimanagement/authorization_provider.py +3 -3
  22. pulumi_azure_native/apimanagement/authorization_server.py +3 -3
  23. pulumi_azure_native/apimanagement/backend.py +3 -3
  24. pulumi_azure_native/apimanagement/cache.py +3 -3
  25. pulumi_azure_native/apimanagement/certificate.py +3 -3
  26. pulumi_azure_native/apimanagement/content_item.py +3 -3
  27. pulumi_azure_native/apimanagement/content_type.py +3 -3
  28. pulumi_azure_native/apimanagement/diagnostic.py +3 -3
  29. pulumi_azure_native/apimanagement/documentation.py +3 -3
  30. pulumi_azure_native/apimanagement/email_template.py +3 -3
  31. pulumi_azure_native/apimanagement/gateway.py +3 -3
  32. pulumi_azure_native/apimanagement/gateway_api_entity_tag.py +3 -3
  33. pulumi_azure_native/apimanagement/gateway_certificate_authority.py +3 -3
  34. pulumi_azure_native/apimanagement/gateway_hostname_configuration.py +3 -3
  35. pulumi_azure_native/apimanagement/get_api.py +2 -2
  36. pulumi_azure_native/apimanagement/get_api_diagnostic.py +2 -2
  37. pulumi_azure_native/apimanagement/get_api_gateway.py +2 -2
  38. pulumi_azure_native/apimanagement/get_api_gateway_config_connection.py +2 -2
  39. pulumi_azure_native/apimanagement/get_api_issue.py +2 -2
  40. pulumi_azure_native/apimanagement/get_api_issue_attachment.py +2 -2
  41. pulumi_azure_native/apimanagement/get_api_issue_comment.py +2 -2
  42. pulumi_azure_native/apimanagement/get_api_management_service.py +2 -2
  43. pulumi_azure_native/apimanagement/get_api_management_service_domain_ownership_identifier.py +2 -2
  44. pulumi_azure_native/apimanagement/get_api_management_service_sso_token.py +2 -2
  45. pulumi_azure_native/apimanagement/get_api_operation.py +2 -2
  46. pulumi_azure_native/apimanagement/get_api_operation_policy.py +2 -2
  47. pulumi_azure_native/apimanagement/get_api_policy.py +2 -2
  48. pulumi_azure_native/apimanagement/get_api_release.py +2 -2
  49. pulumi_azure_native/apimanagement/get_api_schema.py +2 -2
  50. pulumi_azure_native/apimanagement/get_api_tag_description.py +2 -2
  51. pulumi_azure_native/apimanagement/get_api_version_set.py +2 -2
  52. pulumi_azure_native/apimanagement/get_api_wiki.py +2 -2
  53. pulumi_azure_native/apimanagement/get_authorization.py +2 -2
  54. pulumi_azure_native/apimanagement/get_authorization_access_policy.py +2 -2
  55. pulumi_azure_native/apimanagement/get_authorization_login_link_post.py +2 -2
  56. pulumi_azure_native/apimanagement/get_authorization_provider.py +2 -2
  57. pulumi_azure_native/apimanagement/get_authorization_server.py +2 -2
  58. pulumi_azure_native/apimanagement/get_backend.py +2 -2
  59. pulumi_azure_native/apimanagement/get_cache.py +2 -2
  60. pulumi_azure_native/apimanagement/get_certificate.py +2 -2
  61. pulumi_azure_native/apimanagement/get_content_item.py +2 -2
  62. pulumi_azure_native/apimanagement/get_content_type.py +2 -2
  63. pulumi_azure_native/apimanagement/get_diagnostic.py +2 -2
  64. pulumi_azure_native/apimanagement/get_documentation.py +2 -2
  65. pulumi_azure_native/apimanagement/get_email_template.py +2 -2
  66. pulumi_azure_native/apimanagement/get_gateway.py +2 -2
  67. pulumi_azure_native/apimanagement/get_gateway_certificate_authority.py +2 -2
  68. pulumi_azure_native/apimanagement/get_gateway_hostname_configuration.py +2 -2
  69. pulumi_azure_native/apimanagement/get_global_schema.py +2 -2
  70. pulumi_azure_native/apimanagement/get_graph_ql_api_resolver.py +2 -2
  71. pulumi_azure_native/apimanagement/get_graph_ql_api_resolver_policy.py +2 -2
  72. pulumi_azure_native/apimanagement/get_group.py +2 -2
  73. pulumi_azure_native/apimanagement/get_identity_provider.py +2 -2
  74. pulumi_azure_native/apimanagement/get_logger.py +2 -2
  75. pulumi_azure_native/apimanagement/get_named_value.py +2 -2
  76. pulumi_azure_native/apimanagement/get_open_id_connect_provider.py +2 -2
  77. pulumi_azure_native/apimanagement/get_policy.py +2 -2
  78. pulumi_azure_native/apimanagement/get_policy_fragment.py +2 -2
  79. pulumi_azure_native/apimanagement/get_policy_restriction.py +2 -2
  80. pulumi_azure_native/apimanagement/get_private_endpoint_connection_by_name.py +2 -2
  81. pulumi_azure_native/apimanagement/get_product.py +2 -2
  82. pulumi_azure_native/apimanagement/get_product_api_link.py +2 -2
  83. pulumi_azure_native/apimanagement/get_product_group_link.py +2 -2
  84. pulumi_azure_native/apimanagement/get_product_policy.py +2 -2
  85. pulumi_azure_native/apimanagement/get_product_wiki.py +2 -2
  86. pulumi_azure_native/apimanagement/get_subscription.py +2 -2
  87. pulumi_azure_native/apimanagement/get_tag.py +2 -2
  88. pulumi_azure_native/apimanagement/get_tag_api_link.py +2 -2
  89. pulumi_azure_native/apimanagement/get_tag_by_api.py +2 -2
  90. pulumi_azure_native/apimanagement/get_tag_by_operation.py +2 -2
  91. pulumi_azure_native/apimanagement/get_tag_by_product.py +2 -2
  92. pulumi_azure_native/apimanagement/get_tag_operation_link.py +2 -2
  93. pulumi_azure_native/apimanagement/get_tag_product_link.py +2 -2
  94. pulumi_azure_native/apimanagement/get_user.py +2 -2
  95. pulumi_azure_native/apimanagement/get_user_shared_access_token.py +2 -2
  96. pulumi_azure_native/apimanagement/get_workspace.py +2 -2
  97. pulumi_azure_native/apimanagement/get_workspace_api.py +2 -2
  98. pulumi_azure_native/apimanagement/get_workspace_api_diagnostic.py +2 -2
  99. pulumi_azure_native/apimanagement/get_workspace_api_operation.py +2 -2
  100. pulumi_azure_native/apimanagement/get_workspace_api_operation_policy.py +2 -2
  101. pulumi_azure_native/apimanagement/get_workspace_api_policy.py +2 -2
  102. pulumi_azure_native/apimanagement/get_workspace_api_release.py +2 -2
  103. pulumi_azure_native/apimanagement/get_workspace_api_schema.py +2 -2
  104. pulumi_azure_native/apimanagement/get_workspace_api_version_set.py +2 -2
  105. pulumi_azure_native/apimanagement/get_workspace_backend.py +2 -2
  106. pulumi_azure_native/apimanagement/get_workspace_certificate.py +2 -2
  107. pulumi_azure_native/apimanagement/get_workspace_diagnostic.py +2 -2
  108. pulumi_azure_native/apimanagement/get_workspace_global_schema.py +2 -2
  109. pulumi_azure_native/apimanagement/get_workspace_group.py +2 -2
  110. pulumi_azure_native/apimanagement/get_workspace_logger.py +2 -2
  111. pulumi_azure_native/apimanagement/get_workspace_named_value.py +2 -2
  112. pulumi_azure_native/apimanagement/get_workspace_policy.py +2 -2
  113. pulumi_azure_native/apimanagement/get_workspace_policy_fragment.py +2 -2
  114. pulumi_azure_native/apimanagement/get_workspace_product.py +2 -2
  115. pulumi_azure_native/apimanagement/get_workspace_product_api_link.py +2 -2
  116. pulumi_azure_native/apimanagement/get_workspace_product_group_link.py +2 -2
  117. pulumi_azure_native/apimanagement/get_workspace_product_policy.py +2 -2
  118. pulumi_azure_native/apimanagement/get_workspace_subscription.py +2 -2
  119. pulumi_azure_native/apimanagement/get_workspace_tag.py +2 -2
  120. pulumi_azure_native/apimanagement/get_workspace_tag_api_link.py +2 -2
  121. pulumi_azure_native/apimanagement/get_workspace_tag_operation_link.py +2 -2
  122. pulumi_azure_native/apimanagement/get_workspace_tag_product_link.py +2 -2
  123. pulumi_azure_native/apimanagement/global_schema.py +3 -3
  124. pulumi_azure_native/apimanagement/graph_ql_api_resolver.py +3 -3
  125. pulumi_azure_native/apimanagement/graph_ql_api_resolver_policy.py +3 -3
  126. pulumi_azure_native/apimanagement/group.py +3 -3
  127. pulumi_azure_native/apimanagement/group_user.py +3 -3
  128. pulumi_azure_native/apimanagement/identity_provider.py +3 -3
  129. pulumi_azure_native/apimanagement/list_authorization_server_secrets.py +2 -2
  130. pulumi_azure_native/apimanagement/list_gateway_debug_credentials.py +2 -2
  131. pulumi_azure_native/apimanagement/list_gateway_keys.py +2 -2
  132. pulumi_azure_native/apimanagement/list_identity_provider_secrets.py +2 -2
  133. pulumi_azure_native/apimanagement/list_named_value.py +2 -2
  134. pulumi_azure_native/apimanagement/list_open_id_connect_provider_secrets.py +2 -2
  135. pulumi_azure_native/apimanagement/list_policy_fragment_references.py +2 -2
  136. pulumi_azure_native/apimanagement/list_subscription_secrets.py +2 -2
  137. pulumi_azure_native/apimanagement/list_tenant_access_secrets.py +2 -2
  138. pulumi_azure_native/apimanagement/list_workspace_named_value.py +2 -2
  139. pulumi_azure_native/apimanagement/list_workspace_policy_fragment_references.py +2 -2
  140. pulumi_azure_native/apimanagement/list_workspace_subscription_secrets.py +2 -2
  141. pulumi_azure_native/apimanagement/logger.py +3 -3
  142. pulumi_azure_native/apimanagement/named_value.py +3 -3
  143. pulumi_azure_native/apimanagement/notification_recipient_email.py +3 -3
  144. pulumi_azure_native/apimanagement/notification_recipient_user.py +3 -3
  145. pulumi_azure_native/apimanagement/open_id_connect_provider.py +3 -3
  146. pulumi_azure_native/apimanagement/policy.py +3 -3
  147. pulumi_azure_native/apimanagement/policy_fragment.py +3 -3
  148. pulumi_azure_native/apimanagement/policy_restriction.py +3 -3
  149. pulumi_azure_native/apimanagement/private_endpoint_connection_by_name.py +3 -3
  150. pulumi_azure_native/apimanagement/product.py +3 -3
  151. pulumi_azure_native/apimanagement/product_api.py +3 -3
  152. pulumi_azure_native/apimanagement/product_api_link.py +3 -3
  153. pulumi_azure_native/apimanagement/product_group.py +3 -3
  154. pulumi_azure_native/apimanagement/product_group_link.py +3 -3
  155. pulumi_azure_native/apimanagement/product_policy.py +3 -3
  156. pulumi_azure_native/apimanagement/product_wiki.py +3 -3
  157. pulumi_azure_native/apimanagement/schema.py +1 -1
  158. pulumi_azure_native/apimanagement/subscription.py +3 -3
  159. pulumi_azure_native/apimanagement/tag.py +3 -3
  160. pulumi_azure_native/apimanagement/tag_api_link.py +3 -3
  161. pulumi_azure_native/apimanagement/tag_by_api.py +3 -3
  162. pulumi_azure_native/apimanagement/tag_by_operation.py +3 -3
  163. pulumi_azure_native/apimanagement/tag_by_product.py +3 -3
  164. pulumi_azure_native/apimanagement/tag_operation_link.py +3 -3
  165. pulumi_azure_native/apimanagement/tag_product_link.py +3 -3
  166. pulumi_azure_native/apimanagement/user.py +3 -3
  167. pulumi_azure_native/apimanagement/v20161010/api_management_service.py +1 -1
  168. pulumi_azure_native/apimanagement/v20170301/api.py +1 -1
  169. pulumi_azure_native/apimanagement/v20170301/api_management_service.py +1 -1
  170. pulumi_azure_native/apimanagement/v20170301/group_user.py +1 -1
  171. pulumi_azure_native/apimanagement/v20170301/logger.py +1 -1
  172. pulumi_azure_native/apimanagement/v20170301/product_api.py +1 -1
  173. pulumi_azure_native/apimanagement/v20170301/user.py +1 -1
  174. pulumi_azure_native/apimanagement/v20180101/api_diagnostic.py +1 -1
  175. pulumi_azure_native/apimanagement/v20180101/backend.py +1 -1
  176. pulumi_azure_native/apimanagement/v20180101/diagnostic.py +1 -1
  177. pulumi_azure_native/apimanagement/v20180101/group_user.py +1 -1
  178. pulumi_azure_native/apimanagement/v20180101/logger.py +1 -1
  179. pulumi_azure_native/apimanagement/v20180101/notification_recipient_user.py +1 -1
  180. pulumi_azure_native/apimanagement/v20180101/subscription.py +1 -1
  181. pulumi_azure_native/apimanagement/v20180101/user.py +1 -1
  182. pulumi_azure_native/apimanagement/v20180601preview/api.py +1 -1
  183. pulumi_azure_native/apimanagement/v20180601preview/api_operation_policy.py +1 -1
  184. pulumi_azure_native/apimanagement/v20180601preview/api_policy.py +1 -1
  185. pulumi_azure_native/apimanagement/v20180601preview/policy.py +1 -1
  186. pulumi_azure_native/apimanagement/v20180601preview/product_api.py +1 -1
  187. pulumi_azure_native/apimanagement/v20180601preview/product_policy.py +1 -1
  188. pulumi_azure_native/apimanagement/v20180601preview/tag_description.py +1 -1
  189. pulumi_azure_native/apimanagement/v20190101/api_diagnostic.py +1 -1
  190. pulumi_azure_native/apimanagement/v20190101/api_schema.py +1 -1
  191. pulumi_azure_native/apimanagement/v20190101/api_tag_description.py +1 -1
  192. pulumi_azure_native/apimanagement/v20190101/diagnostic.py +1 -1
  193. pulumi_azure_native/apimanagement/v20190101/identity_provider.py +1 -1
  194. pulumi_azure_native/apimanagement/v20190101/subscription.py +1 -1
  195. pulumi_azure_native/apimanagement/v20191201preview/cache.py +1 -1
  196. pulumi_azure_native/apimanagement/v20191201preview/logger.py +1 -1
  197. pulumi_azure_native/apimanagement/v20201201/api.py +1 -1
  198. pulumi_azure_native/apimanagement/v20210401preview/schema.py +1 -1
  199. pulumi_azure_native/apimanagement/v20220801/api.py +1 -1
  200. pulumi_azure_native/apimanagement/v20220801/api_diagnostic.py +1 -1
  201. pulumi_azure_native/apimanagement/v20220801/api_issue.py +1 -1
  202. pulumi_azure_native/apimanagement/v20220801/api_issue_attachment.py +1 -1
  203. pulumi_azure_native/apimanagement/v20220801/api_issue_comment.py +1 -1
  204. pulumi_azure_native/apimanagement/v20220801/api_management_service.py +1 -1
  205. pulumi_azure_native/apimanagement/v20220801/api_operation.py +1 -1
  206. pulumi_azure_native/apimanagement/v20220801/api_operation_policy.py +1 -1
  207. pulumi_azure_native/apimanagement/v20220801/api_policy.py +1 -1
  208. pulumi_azure_native/apimanagement/v20220801/api_release.py +1 -1
  209. pulumi_azure_native/apimanagement/v20220801/api_schema.py +1 -1
  210. pulumi_azure_native/apimanagement/v20220801/api_tag_description.py +1 -1
  211. pulumi_azure_native/apimanagement/v20220801/api_version_set.py +1 -1
  212. pulumi_azure_native/apimanagement/v20220801/api_wiki.py +1 -1
  213. pulumi_azure_native/apimanagement/v20220801/authorization.py +1 -1
  214. pulumi_azure_native/apimanagement/v20220801/authorization_access_policy.py +1 -1
  215. pulumi_azure_native/apimanagement/v20220801/authorization_provider.py +1 -1
  216. pulumi_azure_native/apimanagement/v20220801/authorization_server.py +1 -1
  217. pulumi_azure_native/apimanagement/v20220801/backend.py +1 -1
  218. pulumi_azure_native/apimanagement/v20220801/cache.py +1 -1
  219. pulumi_azure_native/apimanagement/v20220801/certificate.py +1 -1
  220. pulumi_azure_native/apimanagement/v20220801/content_item.py +1 -1
  221. pulumi_azure_native/apimanagement/v20220801/content_type.py +1 -1
  222. pulumi_azure_native/apimanagement/v20220801/diagnostic.py +1 -1
  223. pulumi_azure_native/apimanagement/v20220801/documentation.py +1 -1
  224. pulumi_azure_native/apimanagement/v20220801/email_template.py +1 -1
  225. pulumi_azure_native/apimanagement/v20220801/gateway.py +1 -1
  226. pulumi_azure_native/apimanagement/v20220801/gateway_api_entity_tag.py +1 -1
  227. pulumi_azure_native/apimanagement/v20220801/gateway_certificate_authority.py +1 -1
  228. pulumi_azure_native/apimanagement/v20220801/gateway_hostname_configuration.py +1 -1
  229. pulumi_azure_native/apimanagement/v20220801/global_schema.py +1 -1
  230. pulumi_azure_native/apimanagement/v20220801/graph_ql_api_resolver.py +1 -1
  231. pulumi_azure_native/apimanagement/v20220801/graph_ql_api_resolver_policy.py +1 -1
  232. pulumi_azure_native/apimanagement/v20220801/group.py +1 -1
  233. pulumi_azure_native/apimanagement/v20220801/group_user.py +1 -1
  234. pulumi_azure_native/apimanagement/v20220801/identity_provider.py +1 -1
  235. pulumi_azure_native/apimanagement/v20220801/logger.py +1 -1
  236. pulumi_azure_native/apimanagement/v20220801/named_value.py +1 -1
  237. pulumi_azure_native/apimanagement/v20220801/notification_recipient_email.py +1 -1
  238. pulumi_azure_native/apimanagement/v20220801/notification_recipient_user.py +1 -1
  239. pulumi_azure_native/apimanagement/v20220801/open_id_connect_provider.py +1 -1
  240. pulumi_azure_native/apimanagement/v20220801/policy.py +1 -1
  241. pulumi_azure_native/apimanagement/v20220801/policy_fragment.py +1 -1
  242. pulumi_azure_native/apimanagement/v20220801/private_endpoint_connection_by_name.py +1 -1
  243. pulumi_azure_native/apimanagement/v20220801/product.py +1 -1
  244. pulumi_azure_native/apimanagement/v20220801/product_api.py +1 -1
  245. pulumi_azure_native/apimanagement/v20220801/product_group.py +1 -1
  246. pulumi_azure_native/apimanagement/v20220801/product_policy.py +1 -1
  247. pulumi_azure_native/apimanagement/v20220801/product_wiki.py +1 -1
  248. pulumi_azure_native/apimanagement/v20220801/subscription.py +1 -1
  249. pulumi_azure_native/apimanagement/v20220801/tag.py +1 -1
  250. pulumi_azure_native/apimanagement/v20220801/tag_by_api.py +1 -1
  251. pulumi_azure_native/apimanagement/v20220801/tag_by_operation.py +1 -1
  252. pulumi_azure_native/apimanagement/v20220801/tag_by_product.py +1 -1
  253. pulumi_azure_native/apimanagement/v20220801/user.py +1 -1
  254. pulumi_azure_native/apimanagement/v20220901preview/api.py +1 -1
  255. pulumi_azure_native/apimanagement/v20220901preview/api_diagnostic.py +1 -1
  256. pulumi_azure_native/apimanagement/v20220901preview/api_issue.py +1 -1
  257. pulumi_azure_native/apimanagement/v20220901preview/api_issue_attachment.py +1 -1
  258. pulumi_azure_native/apimanagement/v20220901preview/api_issue_comment.py +1 -1
  259. pulumi_azure_native/apimanagement/v20220901preview/api_management_service.py +1 -1
  260. pulumi_azure_native/apimanagement/v20220901preview/api_operation.py +1 -1
  261. pulumi_azure_native/apimanagement/v20220901preview/api_operation_policy.py +1 -1
  262. pulumi_azure_native/apimanagement/v20220901preview/api_policy.py +1 -1
  263. pulumi_azure_native/apimanagement/v20220901preview/api_release.py +1 -1
  264. pulumi_azure_native/apimanagement/v20220901preview/api_schema.py +1 -1
  265. pulumi_azure_native/apimanagement/v20220901preview/api_tag_description.py +1 -1
  266. pulumi_azure_native/apimanagement/v20220901preview/api_version_set.py +1 -1
  267. pulumi_azure_native/apimanagement/v20220901preview/api_wiki.py +1 -1
  268. pulumi_azure_native/apimanagement/v20220901preview/authorization.py +1 -1
  269. pulumi_azure_native/apimanagement/v20220901preview/authorization_access_policy.py +1 -1
  270. pulumi_azure_native/apimanagement/v20220901preview/authorization_provider.py +1 -1
  271. pulumi_azure_native/apimanagement/v20220901preview/authorization_server.py +1 -1
  272. pulumi_azure_native/apimanagement/v20220901preview/backend.py +1 -1
  273. pulumi_azure_native/apimanagement/v20220901preview/cache.py +1 -1
  274. pulumi_azure_native/apimanagement/v20220901preview/certificate.py +1 -1
  275. pulumi_azure_native/apimanagement/v20220901preview/content_item.py +1 -1
  276. pulumi_azure_native/apimanagement/v20220901preview/content_type.py +1 -1
  277. pulumi_azure_native/apimanagement/v20220901preview/diagnostic.py +1 -1
  278. pulumi_azure_native/apimanagement/v20220901preview/documentation.py +1 -1
  279. pulumi_azure_native/apimanagement/v20220901preview/email_template.py +1 -1
  280. pulumi_azure_native/apimanagement/v20220901preview/gateway.py +1 -1
  281. pulumi_azure_native/apimanagement/v20220901preview/gateway_api_entity_tag.py +1 -1
  282. pulumi_azure_native/apimanagement/v20220901preview/gateway_certificate_authority.py +1 -1
  283. pulumi_azure_native/apimanagement/v20220901preview/gateway_hostname_configuration.py +1 -1
  284. pulumi_azure_native/apimanagement/v20220901preview/global_schema.py +1 -1
  285. pulumi_azure_native/apimanagement/v20220901preview/graph_ql_api_resolver.py +1 -1
  286. pulumi_azure_native/apimanagement/v20220901preview/graph_ql_api_resolver_policy.py +1 -1
  287. pulumi_azure_native/apimanagement/v20220901preview/group.py +1 -1
  288. pulumi_azure_native/apimanagement/v20220901preview/group_user.py +1 -1
  289. pulumi_azure_native/apimanagement/v20220901preview/identity_provider.py +1 -1
  290. pulumi_azure_native/apimanagement/v20220901preview/logger.py +1 -1
  291. pulumi_azure_native/apimanagement/v20220901preview/named_value.py +1 -1
  292. pulumi_azure_native/apimanagement/v20220901preview/notification_recipient_email.py +1 -1
  293. pulumi_azure_native/apimanagement/v20220901preview/notification_recipient_user.py +1 -1
  294. pulumi_azure_native/apimanagement/v20220901preview/open_id_connect_provider.py +1 -1
  295. pulumi_azure_native/apimanagement/v20220901preview/policy.py +1 -1
  296. pulumi_azure_native/apimanagement/v20220901preview/policy_fragment.py +1 -1
  297. pulumi_azure_native/apimanagement/v20220901preview/private_endpoint_connection_by_name.py +1 -1
  298. pulumi_azure_native/apimanagement/v20220901preview/product.py +1 -1
  299. pulumi_azure_native/apimanagement/v20220901preview/product_api.py +1 -1
  300. pulumi_azure_native/apimanagement/v20220901preview/product_api_link.py +1 -1
  301. pulumi_azure_native/apimanagement/v20220901preview/product_group.py +1 -1
  302. pulumi_azure_native/apimanagement/v20220901preview/product_group_link.py +1 -1
  303. pulumi_azure_native/apimanagement/v20220901preview/product_policy.py +1 -1
  304. pulumi_azure_native/apimanagement/v20220901preview/product_wiki.py +1 -1
  305. pulumi_azure_native/apimanagement/v20220901preview/subscription.py +1 -1
  306. pulumi_azure_native/apimanagement/v20220901preview/tag.py +1 -1
  307. pulumi_azure_native/apimanagement/v20220901preview/tag_api_link.py +1 -1
  308. pulumi_azure_native/apimanagement/v20220901preview/tag_by_api.py +1 -1
  309. pulumi_azure_native/apimanagement/v20220901preview/tag_by_operation.py +1 -1
  310. pulumi_azure_native/apimanagement/v20220901preview/tag_by_product.py +1 -1
  311. pulumi_azure_native/apimanagement/v20220901preview/tag_operation_link.py +1 -1
  312. pulumi_azure_native/apimanagement/v20220901preview/tag_product_link.py +1 -1
  313. pulumi_azure_native/apimanagement/v20220901preview/user.py +1 -1
  314. pulumi_azure_native/apimanagement/v20220901preview/workspace.py +1 -1
  315. pulumi_azure_native/apimanagement/v20220901preview/workspace_api.py +1 -1
  316. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_operation.py +1 -1
  317. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_operation_policy.py +1 -1
  318. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_policy.py +1 -1
  319. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_release.py +1 -1
  320. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_schema.py +1 -1
  321. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_version_set.py +1 -1
  322. pulumi_azure_native/apimanagement/v20220901preview/workspace_global_schema.py +1 -1
  323. pulumi_azure_native/apimanagement/v20220901preview/workspace_group.py +1 -1
  324. pulumi_azure_native/apimanagement/v20220901preview/workspace_group_user.py +1 -1
  325. pulumi_azure_native/apimanagement/v20220901preview/workspace_named_value.py +1 -1
  326. pulumi_azure_native/apimanagement/v20220901preview/workspace_notification_recipient_email.py +1 -1
  327. pulumi_azure_native/apimanagement/v20220901preview/workspace_notification_recipient_user.py +1 -1
  328. pulumi_azure_native/apimanagement/v20220901preview/workspace_policy.py +1 -1
  329. pulumi_azure_native/apimanagement/v20220901preview/workspace_policy_fragment.py +1 -1
  330. pulumi_azure_native/apimanagement/v20220901preview/workspace_product.py +1 -1
  331. pulumi_azure_native/apimanagement/v20220901preview/workspace_product_api_link.py +1 -1
  332. pulumi_azure_native/apimanagement/v20220901preview/workspace_product_group_link.py +1 -1
  333. pulumi_azure_native/apimanagement/v20220901preview/workspace_product_policy.py +1 -1
  334. pulumi_azure_native/apimanagement/v20220901preview/workspace_subscription.py +1 -1
  335. pulumi_azure_native/apimanagement/v20220901preview/workspace_tag.py +1 -1
  336. pulumi_azure_native/apimanagement/v20220901preview/workspace_tag_api_link.py +1 -1
  337. pulumi_azure_native/apimanagement/v20220901preview/workspace_tag_operation_link.py +1 -1
  338. pulumi_azure_native/apimanagement/v20220901preview/workspace_tag_product_link.py +1 -1
  339. pulumi_azure_native/apimanagement/v20230301preview/api.py +1 -1
  340. pulumi_azure_native/apimanagement/v20230301preview/api_diagnostic.py +1 -1
  341. pulumi_azure_native/apimanagement/v20230301preview/api_issue.py +1 -1
  342. pulumi_azure_native/apimanagement/v20230301preview/api_issue_attachment.py +1 -1
  343. pulumi_azure_native/apimanagement/v20230301preview/api_issue_comment.py +1 -1
  344. pulumi_azure_native/apimanagement/v20230301preview/api_management_service.py +1 -1
  345. pulumi_azure_native/apimanagement/v20230301preview/api_operation.py +1 -1
  346. pulumi_azure_native/apimanagement/v20230301preview/api_operation_policy.py +1 -1
  347. pulumi_azure_native/apimanagement/v20230301preview/api_policy.py +1 -1
  348. pulumi_azure_native/apimanagement/v20230301preview/api_release.py +1 -1
  349. pulumi_azure_native/apimanagement/v20230301preview/api_schema.py +1 -1
  350. pulumi_azure_native/apimanagement/v20230301preview/api_tag_description.py +1 -1
  351. pulumi_azure_native/apimanagement/v20230301preview/api_version_set.py +1 -1
  352. pulumi_azure_native/apimanagement/v20230301preview/api_wiki.py +1 -1
  353. pulumi_azure_native/apimanagement/v20230301preview/authorization.py +1 -1
  354. pulumi_azure_native/apimanagement/v20230301preview/authorization_access_policy.py +1 -1
  355. pulumi_azure_native/apimanagement/v20230301preview/authorization_provider.py +1 -1
  356. pulumi_azure_native/apimanagement/v20230301preview/authorization_server.py +1 -1
  357. pulumi_azure_native/apimanagement/v20230301preview/backend.py +1 -1
  358. pulumi_azure_native/apimanagement/v20230301preview/cache.py +1 -1
  359. pulumi_azure_native/apimanagement/v20230301preview/certificate.py +1 -1
  360. pulumi_azure_native/apimanagement/v20230301preview/content_item.py +1 -1
  361. pulumi_azure_native/apimanagement/v20230301preview/content_type.py +1 -1
  362. pulumi_azure_native/apimanagement/v20230301preview/diagnostic.py +1 -1
  363. pulumi_azure_native/apimanagement/v20230301preview/documentation.py +1 -1
  364. pulumi_azure_native/apimanagement/v20230301preview/email_template.py +1 -1
  365. pulumi_azure_native/apimanagement/v20230301preview/gateway.py +1 -1
  366. pulumi_azure_native/apimanagement/v20230301preview/gateway_api_entity_tag.py +1 -1
  367. pulumi_azure_native/apimanagement/v20230301preview/gateway_certificate_authority.py +1 -1
  368. pulumi_azure_native/apimanagement/v20230301preview/gateway_hostname_configuration.py +1 -1
  369. pulumi_azure_native/apimanagement/v20230301preview/global_schema.py +1 -1
  370. pulumi_azure_native/apimanagement/v20230301preview/graph_ql_api_resolver.py +1 -1
  371. pulumi_azure_native/apimanagement/v20230301preview/graph_ql_api_resolver_policy.py +1 -1
  372. pulumi_azure_native/apimanagement/v20230301preview/group.py +1 -1
  373. pulumi_azure_native/apimanagement/v20230301preview/group_user.py +1 -1
  374. pulumi_azure_native/apimanagement/v20230301preview/identity_provider.py +1 -1
  375. pulumi_azure_native/apimanagement/v20230301preview/logger.py +1 -1
  376. pulumi_azure_native/apimanagement/v20230301preview/named_value.py +1 -1
  377. pulumi_azure_native/apimanagement/v20230301preview/notification_recipient_email.py +1 -1
  378. pulumi_azure_native/apimanagement/v20230301preview/notification_recipient_user.py +1 -1
  379. pulumi_azure_native/apimanagement/v20230301preview/open_id_connect_provider.py +1 -1
  380. pulumi_azure_native/apimanagement/v20230301preview/policy.py +1 -1
  381. pulumi_azure_native/apimanagement/v20230301preview/policy_fragment.py +1 -1
  382. pulumi_azure_native/apimanagement/v20230301preview/private_endpoint_connection_by_name.py +1 -1
  383. pulumi_azure_native/apimanagement/v20230301preview/product.py +1 -1
  384. pulumi_azure_native/apimanagement/v20230301preview/product_api.py +1 -1
  385. pulumi_azure_native/apimanagement/v20230301preview/product_api_link.py +1 -1
  386. pulumi_azure_native/apimanagement/v20230301preview/product_group.py +1 -1
  387. pulumi_azure_native/apimanagement/v20230301preview/product_group_link.py +1 -1
  388. pulumi_azure_native/apimanagement/v20230301preview/product_policy.py +1 -1
  389. pulumi_azure_native/apimanagement/v20230301preview/product_wiki.py +1 -1
  390. pulumi_azure_native/apimanagement/v20230301preview/subscription.py +1 -1
  391. pulumi_azure_native/apimanagement/v20230301preview/tag.py +1 -1
  392. pulumi_azure_native/apimanagement/v20230301preview/tag_api_link.py +1 -1
  393. pulumi_azure_native/apimanagement/v20230301preview/tag_by_api.py +1 -1
  394. pulumi_azure_native/apimanagement/v20230301preview/tag_by_operation.py +1 -1
  395. pulumi_azure_native/apimanagement/v20230301preview/tag_by_product.py +1 -1
  396. pulumi_azure_native/apimanagement/v20230301preview/tag_operation_link.py +1 -1
  397. pulumi_azure_native/apimanagement/v20230301preview/tag_product_link.py +1 -1
  398. pulumi_azure_native/apimanagement/v20230301preview/user.py +1 -1
  399. pulumi_azure_native/apimanagement/v20230301preview/workspace.py +1 -1
  400. pulumi_azure_native/apimanagement/v20230301preview/workspace_api.py +1 -1
  401. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_operation.py +1 -1
  402. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_operation_policy.py +1 -1
  403. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_policy.py +1 -1
  404. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_release.py +1 -1
  405. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_schema.py +1 -1
  406. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_version_set.py +1 -1
  407. pulumi_azure_native/apimanagement/v20230301preview/workspace_global_schema.py +1 -1
  408. pulumi_azure_native/apimanagement/v20230301preview/workspace_group.py +1 -1
  409. pulumi_azure_native/apimanagement/v20230301preview/workspace_group_user.py +1 -1
  410. pulumi_azure_native/apimanagement/v20230301preview/workspace_named_value.py +1 -1
  411. pulumi_azure_native/apimanagement/v20230301preview/workspace_notification_recipient_email.py +1 -1
  412. pulumi_azure_native/apimanagement/v20230301preview/workspace_notification_recipient_user.py +1 -1
  413. pulumi_azure_native/apimanagement/v20230301preview/workspace_policy.py +1 -1
  414. pulumi_azure_native/apimanagement/v20230301preview/workspace_policy_fragment.py +1 -1
  415. pulumi_azure_native/apimanagement/v20230301preview/workspace_product.py +1 -1
  416. pulumi_azure_native/apimanagement/v20230301preview/workspace_product_api_link.py +1 -1
  417. pulumi_azure_native/apimanagement/v20230301preview/workspace_product_group_link.py +1 -1
  418. pulumi_azure_native/apimanagement/v20230301preview/workspace_product_policy.py +1 -1
  419. pulumi_azure_native/apimanagement/v20230301preview/workspace_subscription.py +1 -1
  420. pulumi_azure_native/apimanagement/v20230301preview/workspace_tag.py +1 -1
  421. pulumi_azure_native/apimanagement/v20230301preview/workspace_tag_api_link.py +1 -1
  422. pulumi_azure_native/apimanagement/v20230301preview/workspace_tag_operation_link.py +1 -1
  423. pulumi_azure_native/apimanagement/v20230301preview/workspace_tag_product_link.py +1 -1
  424. pulumi_azure_native/apimanagement/v20230501preview/api.py +1 -1
  425. pulumi_azure_native/apimanagement/v20230501preview/api_diagnostic.py +1 -1
  426. pulumi_azure_native/apimanagement/v20230501preview/api_issue.py +1 -1
  427. pulumi_azure_native/apimanagement/v20230501preview/api_issue_attachment.py +1 -1
  428. pulumi_azure_native/apimanagement/v20230501preview/api_issue_comment.py +1 -1
  429. pulumi_azure_native/apimanagement/v20230501preview/api_management_service.py +1 -1
  430. pulumi_azure_native/apimanagement/v20230501preview/api_operation.py +1 -1
  431. pulumi_azure_native/apimanagement/v20230501preview/api_operation_policy.py +1 -1
  432. pulumi_azure_native/apimanagement/v20230501preview/api_policy.py +1 -1
  433. pulumi_azure_native/apimanagement/v20230501preview/api_release.py +1 -1
  434. pulumi_azure_native/apimanagement/v20230501preview/api_schema.py +1 -1
  435. pulumi_azure_native/apimanagement/v20230501preview/api_tag_description.py +1 -1
  436. pulumi_azure_native/apimanagement/v20230501preview/api_version_set.py +1 -1
  437. pulumi_azure_native/apimanagement/v20230501preview/api_wiki.py +1 -1
  438. pulumi_azure_native/apimanagement/v20230501preview/authorization.py +1 -1
  439. pulumi_azure_native/apimanagement/v20230501preview/authorization_access_policy.py +1 -1
  440. pulumi_azure_native/apimanagement/v20230501preview/authorization_provider.py +1 -1
  441. pulumi_azure_native/apimanagement/v20230501preview/authorization_server.py +1 -1
  442. pulumi_azure_native/apimanagement/v20230501preview/backend.py +1 -1
  443. pulumi_azure_native/apimanagement/v20230501preview/cache.py +1 -1
  444. pulumi_azure_native/apimanagement/v20230501preview/certificate.py +1 -1
  445. pulumi_azure_native/apimanagement/v20230501preview/content_item.py +1 -1
  446. pulumi_azure_native/apimanagement/v20230501preview/content_type.py +1 -1
  447. pulumi_azure_native/apimanagement/v20230501preview/diagnostic.py +1 -1
  448. pulumi_azure_native/apimanagement/v20230501preview/documentation.py +1 -1
  449. pulumi_azure_native/apimanagement/v20230501preview/email_template.py +1 -1
  450. pulumi_azure_native/apimanagement/v20230501preview/gateway.py +1 -1
  451. pulumi_azure_native/apimanagement/v20230501preview/gateway_api_entity_tag.py +1 -1
  452. pulumi_azure_native/apimanagement/v20230501preview/gateway_certificate_authority.py +1 -1
  453. pulumi_azure_native/apimanagement/v20230501preview/gateway_hostname_configuration.py +1 -1
  454. pulumi_azure_native/apimanagement/v20230501preview/global_schema.py +1 -1
  455. pulumi_azure_native/apimanagement/v20230501preview/graph_ql_api_resolver.py +1 -1
  456. pulumi_azure_native/apimanagement/v20230501preview/graph_ql_api_resolver_policy.py +1 -1
  457. pulumi_azure_native/apimanagement/v20230501preview/group.py +1 -1
  458. pulumi_azure_native/apimanagement/v20230501preview/group_user.py +1 -1
  459. pulumi_azure_native/apimanagement/v20230501preview/identity_provider.py +1 -1
  460. pulumi_azure_native/apimanagement/v20230501preview/logger.py +1 -1
  461. pulumi_azure_native/apimanagement/v20230501preview/named_value.py +1 -1
  462. pulumi_azure_native/apimanagement/v20230501preview/notification_recipient_email.py +1 -1
  463. pulumi_azure_native/apimanagement/v20230501preview/notification_recipient_user.py +1 -1
  464. pulumi_azure_native/apimanagement/v20230501preview/open_id_connect_provider.py +1 -1
  465. pulumi_azure_native/apimanagement/v20230501preview/policy.py +1 -1
  466. pulumi_azure_native/apimanagement/v20230501preview/policy_fragment.py +1 -1
  467. pulumi_azure_native/apimanagement/v20230501preview/policy_restriction.py +1 -1
  468. pulumi_azure_native/apimanagement/v20230501preview/private_endpoint_connection_by_name.py +1 -1
  469. pulumi_azure_native/apimanagement/v20230501preview/product.py +1 -1
  470. pulumi_azure_native/apimanagement/v20230501preview/product_api.py +1 -1
  471. pulumi_azure_native/apimanagement/v20230501preview/product_api_link.py +1 -1
  472. pulumi_azure_native/apimanagement/v20230501preview/product_group.py +1 -1
  473. pulumi_azure_native/apimanagement/v20230501preview/product_group_link.py +1 -1
  474. pulumi_azure_native/apimanagement/v20230501preview/product_policy.py +1 -1
  475. pulumi_azure_native/apimanagement/v20230501preview/product_wiki.py +1 -1
  476. pulumi_azure_native/apimanagement/v20230501preview/subscription.py +1 -1
  477. pulumi_azure_native/apimanagement/v20230501preview/tag.py +1 -1
  478. pulumi_azure_native/apimanagement/v20230501preview/tag_api_link.py +1 -1
  479. pulumi_azure_native/apimanagement/v20230501preview/tag_by_api.py +1 -1
  480. pulumi_azure_native/apimanagement/v20230501preview/tag_by_operation.py +1 -1
  481. pulumi_azure_native/apimanagement/v20230501preview/tag_by_product.py +1 -1
  482. pulumi_azure_native/apimanagement/v20230501preview/tag_operation_link.py +1 -1
  483. pulumi_azure_native/apimanagement/v20230501preview/tag_product_link.py +1 -1
  484. pulumi_azure_native/apimanagement/v20230501preview/user.py +1 -1
  485. pulumi_azure_native/apimanagement/v20230501preview/workspace.py +1 -1
  486. pulumi_azure_native/apimanagement/v20230501preview/workspace_api.py +1 -1
  487. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_operation.py +1 -1
  488. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_operation_policy.py +1 -1
  489. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_policy.py +1 -1
  490. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_release.py +1 -1
  491. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_schema.py +1 -1
  492. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_version_set.py +1 -1
  493. pulumi_azure_native/apimanagement/v20230501preview/workspace_global_schema.py +1 -1
  494. pulumi_azure_native/apimanagement/v20230501preview/workspace_group.py +1 -1
  495. pulumi_azure_native/apimanagement/v20230501preview/workspace_group_user.py +1 -1
  496. pulumi_azure_native/apimanagement/v20230501preview/workspace_named_value.py +1 -1
  497. pulumi_azure_native/apimanagement/v20230501preview/workspace_notification_recipient_email.py +1 -1
  498. pulumi_azure_native/apimanagement/v20230501preview/workspace_notification_recipient_user.py +1 -1
  499. pulumi_azure_native/apimanagement/v20230501preview/workspace_policy.py +1 -1
  500. pulumi_azure_native/apimanagement/v20230501preview/workspace_policy_fragment.py +1 -1
  501. pulumi_azure_native/apimanagement/v20230501preview/workspace_product.py +1 -1
  502. pulumi_azure_native/apimanagement/v20230501preview/workspace_product_api_link.py +1 -1
  503. pulumi_azure_native/apimanagement/v20230501preview/workspace_product_group_link.py +1 -1
  504. pulumi_azure_native/apimanagement/v20230501preview/workspace_product_policy.py +1 -1
  505. pulumi_azure_native/apimanagement/v20230501preview/workspace_subscription.py +1 -1
  506. pulumi_azure_native/apimanagement/v20230501preview/workspace_tag.py +1 -1
  507. pulumi_azure_native/apimanagement/v20230501preview/workspace_tag_api_link.py +1 -1
  508. pulumi_azure_native/apimanagement/v20230501preview/workspace_tag_operation_link.py +1 -1
  509. pulumi_azure_native/apimanagement/v20230501preview/workspace_tag_product_link.py +1 -1
  510. pulumi_azure_native/apimanagement/v20230901preview/api.py +1 -1
  511. pulumi_azure_native/apimanagement/v20230901preview/api_diagnostic.py +1 -1
  512. pulumi_azure_native/apimanagement/v20230901preview/api_gateway.py +1 -1
  513. pulumi_azure_native/apimanagement/v20230901preview/api_gateway_config_connection.py +1 -1
  514. pulumi_azure_native/apimanagement/v20230901preview/api_issue.py +1 -1
  515. pulumi_azure_native/apimanagement/v20230901preview/api_issue_attachment.py +1 -1
  516. pulumi_azure_native/apimanagement/v20230901preview/api_issue_comment.py +1 -1
  517. pulumi_azure_native/apimanagement/v20230901preview/api_management_service.py +1 -1
  518. pulumi_azure_native/apimanagement/v20230901preview/api_operation.py +1 -1
  519. pulumi_azure_native/apimanagement/v20230901preview/api_operation_policy.py +1 -1
  520. pulumi_azure_native/apimanagement/v20230901preview/api_policy.py +1 -1
  521. pulumi_azure_native/apimanagement/v20230901preview/api_release.py +1 -1
  522. pulumi_azure_native/apimanagement/v20230901preview/api_schema.py +1 -1
  523. pulumi_azure_native/apimanagement/v20230901preview/api_tag_description.py +1 -1
  524. pulumi_azure_native/apimanagement/v20230901preview/api_version_set.py +1 -1
  525. pulumi_azure_native/apimanagement/v20230901preview/api_wiki.py +1 -1
  526. pulumi_azure_native/apimanagement/v20230901preview/authorization.py +1 -1
  527. pulumi_azure_native/apimanagement/v20230901preview/authorization_access_policy.py +1 -1
  528. pulumi_azure_native/apimanagement/v20230901preview/authorization_provider.py +1 -1
  529. pulumi_azure_native/apimanagement/v20230901preview/authorization_server.py +1 -1
  530. pulumi_azure_native/apimanagement/v20230901preview/backend.py +1 -1
  531. pulumi_azure_native/apimanagement/v20230901preview/cache.py +1 -1
  532. pulumi_azure_native/apimanagement/v20230901preview/certificate.py +1 -1
  533. pulumi_azure_native/apimanagement/v20230901preview/content_item.py +1 -1
  534. pulumi_azure_native/apimanagement/v20230901preview/content_type.py +1 -1
  535. pulumi_azure_native/apimanagement/v20230901preview/diagnostic.py +1 -1
  536. pulumi_azure_native/apimanagement/v20230901preview/documentation.py +1 -1
  537. pulumi_azure_native/apimanagement/v20230901preview/email_template.py +1 -1
  538. pulumi_azure_native/apimanagement/v20230901preview/gateway.py +1 -1
  539. pulumi_azure_native/apimanagement/v20230901preview/gateway_api_entity_tag.py +1 -1
  540. pulumi_azure_native/apimanagement/v20230901preview/gateway_certificate_authority.py +1 -1
  541. pulumi_azure_native/apimanagement/v20230901preview/gateway_hostname_configuration.py +1 -1
  542. pulumi_azure_native/apimanagement/v20230901preview/global_schema.py +1 -1
  543. pulumi_azure_native/apimanagement/v20230901preview/graph_ql_api_resolver.py +1 -1
  544. pulumi_azure_native/apimanagement/v20230901preview/graph_ql_api_resolver_policy.py +1 -1
  545. pulumi_azure_native/apimanagement/v20230901preview/group.py +1 -1
  546. pulumi_azure_native/apimanagement/v20230901preview/group_user.py +1 -1
  547. pulumi_azure_native/apimanagement/v20230901preview/identity_provider.py +1 -1
  548. pulumi_azure_native/apimanagement/v20230901preview/logger.py +1 -1
  549. pulumi_azure_native/apimanagement/v20230901preview/named_value.py +1 -1
  550. pulumi_azure_native/apimanagement/v20230901preview/notification_recipient_email.py +1 -1
  551. pulumi_azure_native/apimanagement/v20230901preview/notification_recipient_user.py +1 -1
  552. pulumi_azure_native/apimanagement/v20230901preview/open_id_connect_provider.py +1 -1
  553. pulumi_azure_native/apimanagement/v20230901preview/policy.py +1 -1
  554. pulumi_azure_native/apimanagement/v20230901preview/policy_fragment.py +1 -1
  555. pulumi_azure_native/apimanagement/v20230901preview/policy_restriction.py +1 -1
  556. pulumi_azure_native/apimanagement/v20230901preview/private_endpoint_connection_by_name.py +1 -1
  557. pulumi_azure_native/apimanagement/v20230901preview/product.py +1 -1
  558. pulumi_azure_native/apimanagement/v20230901preview/product_api.py +1 -1
  559. pulumi_azure_native/apimanagement/v20230901preview/product_api_link.py +1 -1
  560. pulumi_azure_native/apimanagement/v20230901preview/product_group.py +1 -1
  561. pulumi_azure_native/apimanagement/v20230901preview/product_group_link.py +1 -1
  562. pulumi_azure_native/apimanagement/v20230901preview/product_policy.py +1 -1
  563. pulumi_azure_native/apimanagement/v20230901preview/product_wiki.py +1 -1
  564. pulumi_azure_native/apimanagement/v20230901preview/subscription.py +1 -1
  565. pulumi_azure_native/apimanagement/v20230901preview/tag.py +1 -1
  566. pulumi_azure_native/apimanagement/v20230901preview/tag_api_link.py +1 -1
  567. pulumi_azure_native/apimanagement/v20230901preview/tag_by_api.py +1 -1
  568. pulumi_azure_native/apimanagement/v20230901preview/tag_by_operation.py +1 -1
  569. pulumi_azure_native/apimanagement/v20230901preview/tag_by_product.py +1 -1
  570. pulumi_azure_native/apimanagement/v20230901preview/tag_operation_link.py +1 -1
  571. pulumi_azure_native/apimanagement/v20230901preview/tag_product_link.py +1 -1
  572. pulumi_azure_native/apimanagement/v20230901preview/user.py +1 -1
  573. pulumi_azure_native/apimanagement/v20230901preview/workspace.py +1 -1
  574. pulumi_azure_native/apimanagement/v20230901preview/workspace_api.py +1 -1
  575. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_diagnostic.py +1 -1
  576. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_operation.py +1 -1
  577. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_operation_policy.py +1 -1
  578. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_policy.py +1 -1
  579. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_release.py +1 -1
  580. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_schema.py +1 -1
  581. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_version_set.py +1 -1
  582. pulumi_azure_native/apimanagement/v20230901preview/workspace_backend.py +1 -1
  583. pulumi_azure_native/apimanagement/v20230901preview/workspace_certificate.py +1 -1
  584. pulumi_azure_native/apimanagement/v20230901preview/workspace_diagnostic.py +1 -1
  585. pulumi_azure_native/apimanagement/v20230901preview/workspace_global_schema.py +1 -1
  586. pulumi_azure_native/apimanagement/v20230901preview/workspace_group.py +1 -1
  587. pulumi_azure_native/apimanagement/v20230901preview/workspace_group_user.py +1 -1
  588. pulumi_azure_native/apimanagement/v20230901preview/workspace_logger.py +1 -1
  589. pulumi_azure_native/apimanagement/v20230901preview/workspace_named_value.py +1 -1
  590. pulumi_azure_native/apimanagement/v20230901preview/workspace_notification_recipient_email.py +1 -1
  591. pulumi_azure_native/apimanagement/v20230901preview/workspace_notification_recipient_user.py +1 -1
  592. pulumi_azure_native/apimanagement/v20230901preview/workspace_policy.py +1 -1
  593. pulumi_azure_native/apimanagement/v20230901preview/workspace_policy_fragment.py +1 -1
  594. pulumi_azure_native/apimanagement/v20230901preview/workspace_product.py +1 -1
  595. pulumi_azure_native/apimanagement/v20230901preview/workspace_product_api_link.py +1 -1
  596. pulumi_azure_native/apimanagement/v20230901preview/workspace_product_group_link.py +1 -1
  597. pulumi_azure_native/apimanagement/v20230901preview/workspace_product_policy.py +1 -1
  598. pulumi_azure_native/apimanagement/v20230901preview/workspace_subscription.py +1 -1
  599. pulumi_azure_native/apimanagement/v20230901preview/workspace_tag.py +1 -1
  600. pulumi_azure_native/apimanagement/v20230901preview/workspace_tag_api_link.py +1 -1
  601. pulumi_azure_native/apimanagement/v20230901preview/workspace_tag_operation_link.py +1 -1
  602. pulumi_azure_native/apimanagement/v20230901preview/workspace_tag_product_link.py +1 -1
  603. pulumi_azure_native/apimanagement/v20240501/api.py +1 -1
  604. pulumi_azure_native/apimanagement/v20240501/api_diagnostic.py +1 -1
  605. pulumi_azure_native/apimanagement/v20240501/api_gateway.py +1 -1
  606. pulumi_azure_native/apimanagement/v20240501/api_gateway_config_connection.py +1 -1
  607. pulumi_azure_native/apimanagement/v20240501/api_issue.py +1 -1
  608. pulumi_azure_native/apimanagement/v20240501/api_issue_attachment.py +1 -1
  609. pulumi_azure_native/apimanagement/v20240501/api_issue_comment.py +1 -1
  610. pulumi_azure_native/apimanagement/v20240501/api_management_service.py +1 -1
  611. pulumi_azure_native/apimanagement/v20240501/api_operation.py +1 -1
  612. pulumi_azure_native/apimanagement/v20240501/api_operation_policy.py +1 -1
  613. pulumi_azure_native/apimanagement/v20240501/api_policy.py +1 -1
  614. pulumi_azure_native/apimanagement/v20240501/api_release.py +1 -1
  615. pulumi_azure_native/apimanagement/v20240501/api_schema.py +1 -1
  616. pulumi_azure_native/apimanagement/v20240501/api_tag_description.py +1 -1
  617. pulumi_azure_native/apimanagement/v20240501/api_version_set.py +1 -1
  618. pulumi_azure_native/apimanagement/v20240501/api_wiki.py +1 -1
  619. pulumi_azure_native/apimanagement/v20240501/authorization.py +1 -1
  620. pulumi_azure_native/apimanagement/v20240501/authorization_access_policy.py +1 -1
  621. pulumi_azure_native/apimanagement/v20240501/authorization_provider.py +1 -1
  622. pulumi_azure_native/apimanagement/v20240501/authorization_server.py +1 -1
  623. pulumi_azure_native/apimanagement/v20240501/backend.py +1 -1
  624. pulumi_azure_native/apimanagement/v20240501/cache.py +1 -1
  625. pulumi_azure_native/apimanagement/v20240501/certificate.py +1 -1
  626. pulumi_azure_native/apimanagement/v20240501/content_item.py +1 -1
  627. pulumi_azure_native/apimanagement/v20240501/content_type.py +1 -1
  628. pulumi_azure_native/apimanagement/v20240501/diagnostic.py +1 -1
  629. pulumi_azure_native/apimanagement/v20240501/documentation.py +1 -1
  630. pulumi_azure_native/apimanagement/v20240501/email_template.py +1 -1
  631. pulumi_azure_native/apimanagement/v20240501/gateway.py +1 -1
  632. pulumi_azure_native/apimanagement/v20240501/gateway_api_entity_tag.py +1 -1
  633. pulumi_azure_native/apimanagement/v20240501/gateway_certificate_authority.py +1 -1
  634. pulumi_azure_native/apimanagement/v20240501/gateway_hostname_configuration.py +1 -1
  635. pulumi_azure_native/apimanagement/v20240501/global_schema.py +1 -1
  636. pulumi_azure_native/apimanagement/v20240501/graph_ql_api_resolver.py +1 -1
  637. pulumi_azure_native/apimanagement/v20240501/graph_ql_api_resolver_policy.py +1 -1
  638. pulumi_azure_native/apimanagement/v20240501/group.py +1 -1
  639. pulumi_azure_native/apimanagement/v20240501/group_user.py +1 -1
  640. pulumi_azure_native/apimanagement/v20240501/identity_provider.py +1 -1
  641. pulumi_azure_native/apimanagement/v20240501/logger.py +1 -1
  642. pulumi_azure_native/apimanagement/v20240501/named_value.py +1 -1
  643. pulumi_azure_native/apimanagement/v20240501/notification_recipient_email.py +1 -1
  644. pulumi_azure_native/apimanagement/v20240501/notification_recipient_user.py +1 -1
  645. pulumi_azure_native/apimanagement/v20240501/open_id_connect_provider.py +1 -1
  646. pulumi_azure_native/apimanagement/v20240501/policy.py +1 -1
  647. pulumi_azure_native/apimanagement/v20240501/policy_fragment.py +1 -1
  648. pulumi_azure_native/apimanagement/v20240501/policy_restriction.py +1 -1
  649. pulumi_azure_native/apimanagement/v20240501/private_endpoint_connection_by_name.py +1 -1
  650. pulumi_azure_native/apimanagement/v20240501/product.py +1 -1
  651. pulumi_azure_native/apimanagement/v20240501/product_api.py +1 -1
  652. pulumi_azure_native/apimanagement/v20240501/product_api_link.py +1 -1
  653. pulumi_azure_native/apimanagement/v20240501/product_group.py +1 -1
  654. pulumi_azure_native/apimanagement/v20240501/product_group_link.py +1 -1
  655. pulumi_azure_native/apimanagement/v20240501/product_policy.py +1 -1
  656. pulumi_azure_native/apimanagement/v20240501/product_wiki.py +1 -1
  657. pulumi_azure_native/apimanagement/v20240501/subscription.py +1 -1
  658. pulumi_azure_native/apimanagement/v20240501/tag.py +1 -1
  659. pulumi_azure_native/apimanagement/v20240501/tag_api_link.py +1 -1
  660. pulumi_azure_native/apimanagement/v20240501/tag_by_api.py +1 -1
  661. pulumi_azure_native/apimanagement/v20240501/tag_by_operation.py +1 -1
  662. pulumi_azure_native/apimanagement/v20240501/tag_by_product.py +1 -1
  663. pulumi_azure_native/apimanagement/v20240501/tag_operation_link.py +1 -1
  664. pulumi_azure_native/apimanagement/v20240501/tag_product_link.py +1 -1
  665. pulumi_azure_native/apimanagement/v20240501/user.py +1 -1
  666. pulumi_azure_native/apimanagement/v20240501/workspace.py +1 -1
  667. pulumi_azure_native/apimanagement/v20240501/workspace_api.py +1 -1
  668. pulumi_azure_native/apimanagement/v20240501/workspace_api_diagnostic.py +1 -1
  669. pulumi_azure_native/apimanagement/v20240501/workspace_api_operation.py +1 -1
  670. pulumi_azure_native/apimanagement/v20240501/workspace_api_operation_policy.py +1 -1
  671. pulumi_azure_native/apimanagement/v20240501/workspace_api_policy.py +1 -1
  672. pulumi_azure_native/apimanagement/v20240501/workspace_api_release.py +1 -1
  673. pulumi_azure_native/apimanagement/v20240501/workspace_api_schema.py +1 -1
  674. pulumi_azure_native/apimanagement/v20240501/workspace_api_version_set.py +1 -1
  675. pulumi_azure_native/apimanagement/v20240501/workspace_backend.py +1 -1
  676. pulumi_azure_native/apimanagement/v20240501/workspace_certificate.py +1 -1
  677. pulumi_azure_native/apimanagement/v20240501/workspace_diagnostic.py +1 -1
  678. pulumi_azure_native/apimanagement/v20240501/workspace_global_schema.py +1 -1
  679. pulumi_azure_native/apimanagement/v20240501/workspace_group.py +1 -1
  680. pulumi_azure_native/apimanagement/v20240501/workspace_group_user.py +1 -1
  681. pulumi_azure_native/apimanagement/v20240501/workspace_logger.py +1 -1
  682. pulumi_azure_native/apimanagement/v20240501/workspace_named_value.py +1 -1
  683. pulumi_azure_native/apimanagement/v20240501/workspace_notification_recipient_email.py +1 -1
  684. pulumi_azure_native/apimanagement/v20240501/workspace_notification_recipient_user.py +1 -1
  685. pulumi_azure_native/apimanagement/v20240501/workspace_policy.py +1 -1
  686. pulumi_azure_native/apimanagement/v20240501/workspace_policy_fragment.py +1 -1
  687. pulumi_azure_native/apimanagement/v20240501/workspace_product.py +1 -1
  688. pulumi_azure_native/apimanagement/v20240501/workspace_product_api_link.py +1 -1
  689. pulumi_azure_native/apimanagement/v20240501/workspace_product_group_link.py +1 -1
  690. pulumi_azure_native/apimanagement/v20240501/workspace_product_policy.py +1 -1
  691. pulumi_azure_native/apimanagement/v20240501/workspace_subscription.py +1 -1
  692. pulumi_azure_native/apimanagement/v20240501/workspace_tag.py +1 -1
  693. pulumi_azure_native/apimanagement/v20240501/workspace_tag_api_link.py +1 -1
  694. pulumi_azure_native/apimanagement/v20240501/workspace_tag_operation_link.py +1 -1
  695. pulumi_azure_native/apimanagement/v20240501/workspace_tag_product_link.py +1 -1
  696. pulumi_azure_native/apimanagement/v20240601preview/__init__.py +203 -0
  697. pulumi_azure_native/apimanagement/v20240601preview/_enums.py +881 -0
  698. pulumi_azure_native/apimanagement/v20240601preview/_inputs.py +4446 -0
  699. pulumi_azure_native/apimanagement/v20240601preview/api.py +898 -0
  700. pulumi_azure_native/apimanagement/v20240601preview/api_diagnostic.py +523 -0
  701. pulumi_azure_native/apimanagement/v20240601preview/api_gateway.py +377 -0
  702. pulumi_azure_native/apimanagement/v20240601preview/api_gateway_config_connection.py +267 -0
  703. pulumi_azure_native/apimanagement/v20240601preview/api_issue.py +358 -0
  704. pulumi_azure_native/apimanagement/v20240601preview/api_issue_attachment.py +311 -0
  705. pulumi_azure_native/apimanagement/v20240601preview/api_issue_comment.py +310 -0
  706. pulumi_azure_native/apimanagement/v20240601preview/api_management_service.py +1096 -0
  707. pulumi_azure_native/apimanagement/v20240601preview/api_operation.py +437 -0
  708. pulumi_azure_native/apimanagement/v20240601preview/api_operation_policy.py +285 -0
  709. pulumi_azure_native/apimanagement/v20240601preview/api_policy.py +264 -0
  710. pulumi_azure_native/apimanagement/v20240601preview/api_release.py +258 -0
  711. pulumi_azure_native/apimanagement/v20240601preview/api_schema.py +327 -0
  712. pulumi_azure_native/apimanagement/v20240601preview/api_tag_description.py +307 -0
  713. pulumi_azure_native/apimanagement/v20240601preview/api_version_set.py +327 -0
  714. pulumi_azure_native/apimanagement/v20240601preview/api_wiki.py +211 -0
  715. pulumi_azure_native/apimanagement/v20240601preview/authorization.py +348 -0
  716. pulumi_azure_native/apimanagement/v20240601preview/authorization_access_policy.py +308 -0
  717. pulumi_azure_native/apimanagement/v20240601preview/authorization_provider.py +268 -0
  718. pulumi_azure_native/apimanagement/v20240601preview/authorization_server.py +709 -0
  719. pulumi_azure_native/apimanagement/v20240601preview/backend.py +514 -0
  720. pulumi_azure_native/apimanagement/v20240601preview/cache.py +297 -0
  721. pulumi_azure_native/apimanagement/v20240601preview/certificate.py +280 -0
  722. pulumi_azure_native/apimanagement/v20240601preview/content_item.py +229 -0
  723. pulumi_azure_native/apimanagement/v20240601preview/content_type.py +305 -0
  724. pulumi_azure_native/apimanagement/v20240601preview/diagnostic.py +502 -0
  725. pulumi_azure_native/apimanagement/v20240601preview/documentation.py +237 -0
  726. pulumi_azure_native/apimanagement/v20240601preview/email_template.py +336 -0
  727. pulumi_azure_native/apimanagement/v20240601preview/gateway.py +239 -0
  728. pulumi_azure_native/apimanagement/v20240601preview/gateway_api_entity_tag.py +441 -0
  729. pulumi_azure_native/apimanagement/v20240601preview/gateway_certificate_authority.py +229 -0
  730. pulumi_azure_native/apimanagement/v20240601preview/gateway_hostname_configuration.py +374 -0
  731. pulumi_azure_native/apimanagement/v20240601preview/get_api.py +429 -0
  732. pulumi_azure_native/apimanagement/v20240601preview/get_api_diagnostic.py +281 -0
  733. pulumi_azure_native/apimanagement/v20240601preview/get_api_gateway.py +283 -0
  734. pulumi_azure_native/apimanagement/v20240601preview/get_api_gateway_config_connection.py +190 -0
  735. pulumi_azure_native/apimanagement/v20240601preview/get_api_issue.py +216 -0
  736. pulumi_azure_native/apimanagement/v20240601preview/get_api_issue_attachment.py +174 -0
  737. pulumi_azure_native/apimanagement/v20240601preview/get_api_issue_comment.py +174 -0
  738. pulumi_azure_native/apimanagement/v20240601preview/get_api_management_service.py +689 -0
  739. pulumi_azure_native/apimanagement/v20240601preview/get_api_management_service_domain_ownership_identifier.py +70 -0
  740. pulumi_azure_native/apimanagement/v20240601preview/get_api_management_service_sso_token.py +86 -0
  741. pulumi_azure_native/apimanagement/v20240601preview/get_api_operation.py +239 -0
  742. pulumi_azure_native/apimanagement/v20240601preview/get_api_operation_policy.py +166 -0
  743. pulumi_azure_native/apimanagement/v20240601preview/get_api_policy.py +160 -0
  744. pulumi_azure_native/apimanagement/v20240601preview/get_api_release.py +182 -0
  745. pulumi_azure_native/apimanagement/v20240601preview/get_api_schema.py +196 -0
  746. pulumi_azure_native/apimanagement/v20240601preview/get_api_tag_description.py +196 -0
  747. pulumi_azure_native/apimanagement/v20240601preview/get_api_version_set.py +190 -0
  748. pulumi_azure_native/apimanagement/v20240601preview/get_api_wiki.py +135 -0
  749. pulumi_azure_native/apimanagement/v20240601preview/get_authorization.py +197 -0
  750. pulumi_azure_native/apimanagement/v20240601preview/get_authorization_access_policy.py +174 -0
  751. pulumi_azure_native/apimanagement/v20240601preview/get_authorization_login_link_post.py +104 -0
  752. pulumi_azure_native/apimanagement/v20240601preview/get_authorization_provider.py +163 -0
  753. pulumi_azure_native/apimanagement/v20240601preview/get_authorization_server.py +373 -0
  754. pulumi_azure_native/apimanagement/v20240601preview/get_backend.py +272 -0
  755. pulumi_azure_native/apimanagement/v20240601preview/get_cache.py +176 -0
  756. pulumi_azure_native/apimanagement/v20240601preview/get_certificate.py +177 -0
  757. pulumi_azure_native/apimanagement/v20240601preview/get_content_item.py +140 -0
  758. pulumi_azure_native/apimanagement/v20240601preview/get_content_type.py +162 -0
  759. pulumi_azure_native/apimanagement/v20240601preview/get_diagnostic.py +275 -0
  760. pulumi_azure_native/apimanagement/v20240601preview/get_documentation.py +148 -0
  761. pulumi_azure_native/apimanagement/v20240601preview/get_email_template.py +205 -0
  762. pulumi_azure_native/apimanagement/v20240601preview/get_gateway.py +149 -0
  763. pulumi_azure_native/apimanagement/v20240601preview/get_gateway_certificate_authority.py +140 -0
  764. pulumi_azure_native/apimanagement/v20240601preview/get_gateway_hostname_configuration.py +210 -0
  765. pulumi_azure_native/apimanagement/v20240601preview/get_global_schema.py +176 -0
  766. pulumi_azure_native/apimanagement/v20240601preview/get_graph_ql_api_resolver.py +168 -0
  767. pulumi_azure_native/apimanagement/v20240601preview/get_graph_ql_api_resolver_policy.py +166 -0
  768. pulumi_azure_native/apimanagement/v20240601preview/get_group.py +176 -0
  769. pulumi_azure_native/apimanagement/v20240601preview/get_identity_provider.py +274 -0
  770. pulumi_azure_native/apimanagement/v20240601preview/get_logger.py +191 -0
  771. pulumi_azure_native/apimanagement/v20240601preview/get_named_value.py +205 -0
  772. pulumi_azure_native/apimanagement/v20240601preview/get_open_id_connect_provider.py +218 -0
  773. pulumi_azure_native/apimanagement/v20240601preview/get_policy.py +154 -0
  774. pulumi_azure_native/apimanagement/v20240601preview/get_policy_fragment.py +182 -0
  775. pulumi_azure_native/apimanagement/v20240601preview/get_policy_restriction.py +148 -0
  776. pulumi_azure_native/apimanagement/v20240601preview/get_private_endpoint_connection_by_name.py +163 -0
  777. pulumi_azure_native/apimanagement/v20240601preview/get_product.py +218 -0
  778. pulumi_azure_native/apimanagement/v20240601preview/get_product_api_link.py +140 -0
  779. pulumi_azure_native/apimanagement/v20240601preview/get_product_group_link.py +140 -0
  780. pulumi_azure_native/apimanagement/v20240601preview/get_product_policy.py +160 -0
  781. pulumi_azure_native/apimanagement/v20240601preview/get_product_wiki.py +135 -0
  782. pulumi_azure_native/apimanagement/v20240601preview/get_subscription.py +302 -0
  783. pulumi_azure_native/apimanagement/v20240601preview/get_tag.py +134 -0
  784. pulumi_azure_native/apimanagement/v20240601preview/get_tag_api_link.py +140 -0
  785. pulumi_azure_native/apimanagement/v20240601preview/get_tag_by_api.py +140 -0
  786. pulumi_azure_native/apimanagement/v20240601preview/get_tag_by_operation.py +146 -0
  787. pulumi_azure_native/apimanagement/v20240601preview/get_tag_by_product.py +140 -0
  788. pulumi_azure_native/apimanagement/v20240601preview/get_tag_operation_link.py +140 -0
  789. pulumi_azure_native/apimanagement/v20240601preview/get_tag_product_link.py +140 -0
  790. pulumi_azure_native/apimanagement/v20240601preview/get_user.py +233 -0
  791. pulumi_azure_native/apimanagement/v20240601preview/get_user_shared_access_token.py +105 -0
  792. pulumi_azure_native/apimanagement/v20240601preview/get_workspace.py +148 -0
  793. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_api.py +435 -0
  794. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_api_diagnostic.py +287 -0
  795. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_api_operation.py +245 -0
  796. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_api_operation_policy.py +172 -0
  797. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_api_policy.py +166 -0
  798. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_api_release.py +188 -0
  799. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_api_schema.py +202 -0
  800. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_api_version_set.py +196 -0
  801. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_backend.py +278 -0
  802. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_certificate.py +183 -0
  803. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_diagnostic.py +281 -0
  804. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_global_schema.py +182 -0
  805. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_group.py +182 -0
  806. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_logger.py +197 -0
  807. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_named_value.py +211 -0
  808. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_policy.py +160 -0
  809. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_policy_fragment.py +188 -0
  810. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_product.py +224 -0
  811. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_product_api_link.py +146 -0
  812. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_product_group_link.py +146 -0
  813. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_product_policy.py +166 -0
  814. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_subscription.py +308 -0
  815. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_tag.py +140 -0
  816. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_tag_api_link.py +146 -0
  817. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_tag_operation_link.py +146 -0
  818. pulumi_azure_native/apimanagement/v20240601preview/get_workspace_tag_product_link.py +146 -0
  819. pulumi_azure_native/apimanagement/v20240601preview/global_schema.py +278 -0
  820. pulumi_azure_native/apimanagement/v20240601preview/graph_ql_api_resolver.py +287 -0
  821. pulumi_azure_native/apimanagement/v20240601preview/graph_ql_api_resolver_policy.py +285 -0
  822. pulumi_azure_native/apimanagement/v20240601preview/group.py +297 -0
  823. pulumi_azure_native/apimanagement/v20240601preview/group_user.py +281 -0
  824. pulumi_azure_native/apimanagement/v20240601preview/identity_provider.py +520 -0
  825. pulumi_azure_native/apimanagement/v20240601preview/list_authorization_server_secrets.py +120 -0
  826. pulumi_azure_native/apimanagement/v20240601preview/list_gateway_debug_credentials.py +111 -0
  827. pulumi_azure_native/apimanagement/v20240601preview/list_gateway_keys.py +106 -0
  828. pulumi_azure_native/apimanagement/v20240601preview/list_identity_provider_secrets.py +92 -0
  829. pulumi_azure_native/apimanagement/v20240601preview/list_named_value.py +92 -0
  830. pulumi_azure_native/apimanagement/v20240601preview/list_open_id_connect_provider_secrets.py +92 -0
  831. pulumi_azure_native/apimanagement/v20240601preview/list_policy_fragment_references.py +133 -0
  832. pulumi_azure_native/apimanagement/v20240601preview/list_subscription_secrets.py +106 -0
  833. pulumi_azure_native/apimanagement/v20240601preview/list_tenant_access_secrets.py +148 -0
  834. pulumi_azure_native/apimanagement/v20240601preview/list_workspace_named_value.py +98 -0
  835. pulumi_azure_native/apimanagement/v20240601preview/list_workspace_policy_fragment_references.py +139 -0
  836. pulumi_azure_native/apimanagement/v20240601preview/list_workspace_subscription_secrets.py +112 -0
  837. pulumi_azure_native/apimanagement/v20240601preview/logger.py +330 -0
  838. pulumi_azure_native/apimanagement/v20240601preview/named_value.py +337 -0
  839. pulumi_azure_native/apimanagement/v20240601preview/notification_recipient_email.py +209 -0
  840. pulumi_azure_native/apimanagement/v20240601preview/notification_recipient_user.py +209 -0
  841. pulumi_azure_native/apimanagement/v20240601preview/open_id_connect_provider.py +385 -0
  842. pulumi_azure_native/apimanagement/v20240601preview/outputs.py +3923 -0
  843. pulumi_azure_native/apimanagement/v20240601preview/policy.py +243 -0
  844. pulumi_azure_native/apimanagement/v20240601preview/policy_fragment.py +282 -0
  845. pulumi_azure_native/apimanagement/v20240601preview/policy_restriction.py +242 -0
  846. pulumi_azure_native/apimanagement/v20240601preview/private_endpoint_connection_by_name.py +252 -0
  847. pulumi_azure_native/apimanagement/v20240601preview/product.py +384 -0
  848. pulumi_azure_native/apimanagement/v20240601preview/product_api.py +421 -0
  849. pulumi_azure_native/apimanagement/v20240601preview/product_api_link.py +230 -0
  850. pulumi_azure_native/apimanagement/v20240601preview/product_group.py +240 -0
  851. pulumi_azure_native/apimanagement/v20240601preview/product_group_link.py +230 -0
  852. pulumi_azure_native/apimanagement/v20240601preview/product_policy.py +264 -0
  853. pulumi_azure_native/apimanagement/v20240601preview/product_wiki.py +211 -0
  854. pulumi_azure_native/apimanagement/v20240601preview/subscription.py +491 -0
  855. pulumi_azure_native/apimanagement/v20240601preview/tag.py +209 -0
  856. pulumi_azure_native/apimanagement/v20240601preview/tag_api_link.py +230 -0
  857. pulumi_azure_native/apimanagement/v20240601preview/tag_by_api.py +210 -0
  858. pulumi_azure_native/apimanagement/v20240601preview/tag_by_operation.py +231 -0
  859. pulumi_azure_native/apimanagement/v20240601preview/tag_by_product.py +210 -0
  860. pulumi_azure_native/apimanagement/v20240601preview/tag_operation_link.py +230 -0
  861. pulumi_azure_native/apimanagement/v20240601preview/tag_product_link.py +230 -0
  862. pulumi_azure_native/apimanagement/v20240601preview/user.py +463 -0
  863. pulumi_azure_native/apimanagement/v20240601preview/workspace.py +238 -0
  864. pulumi_azure_native/apimanagement/v20240601preview/workspace_api.py +919 -0
  865. pulumi_azure_native/apimanagement/v20240601preview/workspace_api_diagnostic.py +544 -0
  866. pulumi_azure_native/apimanagement/v20240601preview/workspace_api_operation.py +458 -0
  867. pulumi_azure_native/apimanagement/v20240601preview/workspace_api_operation_policy.py +306 -0
  868. pulumi_azure_native/apimanagement/v20240601preview/workspace_api_policy.py +285 -0
  869. pulumi_azure_native/apimanagement/v20240601preview/workspace_api_release.py +279 -0
  870. pulumi_azure_native/apimanagement/v20240601preview/workspace_api_schema.py +348 -0
  871. pulumi_azure_native/apimanagement/v20240601preview/workspace_api_version_set.py +348 -0
  872. pulumi_azure_native/apimanagement/v20240601preview/workspace_backend.py +535 -0
  873. pulumi_azure_native/apimanagement/v20240601preview/workspace_certificate.py +301 -0
  874. pulumi_azure_native/apimanagement/v20240601preview/workspace_diagnostic.py +523 -0
  875. pulumi_azure_native/apimanagement/v20240601preview/workspace_global_schema.py +299 -0
  876. pulumi_azure_native/apimanagement/v20240601preview/workspace_group.py +318 -0
  877. pulumi_azure_native/apimanagement/v20240601preview/workspace_group_user.py +302 -0
  878. pulumi_azure_native/apimanagement/v20240601preview/workspace_logger.py +351 -0
  879. pulumi_azure_native/apimanagement/v20240601preview/workspace_named_value.py +358 -0
  880. pulumi_azure_native/apimanagement/v20240601preview/workspace_notification_recipient_email.py +230 -0
  881. pulumi_azure_native/apimanagement/v20240601preview/workspace_notification_recipient_user.py +230 -0
  882. pulumi_azure_native/apimanagement/v20240601preview/workspace_policy.py +264 -0
  883. pulumi_azure_native/apimanagement/v20240601preview/workspace_policy_fragment.py +303 -0
  884. pulumi_azure_native/apimanagement/v20240601preview/workspace_product.py +405 -0
  885. pulumi_azure_native/apimanagement/v20240601preview/workspace_product_api_link.py +251 -0
  886. pulumi_azure_native/apimanagement/v20240601preview/workspace_product_group_link.py +251 -0
  887. pulumi_azure_native/apimanagement/v20240601preview/workspace_product_policy.py +285 -0
  888. pulumi_azure_native/apimanagement/v20240601preview/workspace_subscription.py +512 -0
  889. pulumi_azure_native/apimanagement/v20240601preview/workspace_tag.py +230 -0
  890. pulumi_azure_native/apimanagement/v20240601preview/workspace_tag_api_link.py +251 -0
  891. pulumi_azure_native/apimanagement/v20240601preview/workspace_tag_operation_link.py +251 -0
  892. pulumi_azure_native/apimanagement/v20240601preview/workspace_tag_product_link.py +251 -0
  893. pulumi_azure_native/apimanagement/workspace.py +3 -3
  894. pulumi_azure_native/apimanagement/workspace_api.py +3 -3
  895. pulumi_azure_native/apimanagement/workspace_api_diagnostic.py +3 -3
  896. pulumi_azure_native/apimanagement/workspace_api_operation.py +3 -3
  897. pulumi_azure_native/apimanagement/workspace_api_operation_policy.py +3 -3
  898. pulumi_azure_native/apimanagement/workspace_api_policy.py +3 -3
  899. pulumi_azure_native/apimanagement/workspace_api_release.py +3 -3
  900. pulumi_azure_native/apimanagement/workspace_api_schema.py +3 -3
  901. pulumi_azure_native/apimanagement/workspace_api_version_set.py +3 -3
  902. pulumi_azure_native/apimanagement/workspace_backend.py +3 -3
  903. pulumi_azure_native/apimanagement/workspace_certificate.py +3 -3
  904. pulumi_azure_native/apimanagement/workspace_diagnostic.py +3 -3
  905. pulumi_azure_native/apimanagement/workspace_global_schema.py +3 -3
  906. pulumi_azure_native/apimanagement/workspace_group.py +3 -3
  907. pulumi_azure_native/apimanagement/workspace_group_user.py +3 -3
  908. pulumi_azure_native/apimanagement/workspace_logger.py +3 -3
  909. pulumi_azure_native/apimanagement/workspace_named_value.py +3 -3
  910. pulumi_azure_native/apimanagement/workspace_notification_recipient_email.py +3 -3
  911. pulumi_azure_native/apimanagement/workspace_notification_recipient_user.py +3 -3
  912. pulumi_azure_native/apimanagement/workspace_policy.py +3 -3
  913. pulumi_azure_native/apimanagement/workspace_policy_fragment.py +3 -3
  914. pulumi_azure_native/apimanagement/workspace_product.py +3 -3
  915. pulumi_azure_native/apimanagement/workspace_product_api_link.py +3 -3
  916. pulumi_azure_native/apimanagement/workspace_product_group_link.py +3 -3
  917. pulumi_azure_native/apimanagement/workspace_product_policy.py +3 -3
  918. pulumi_azure_native/apimanagement/workspace_subscription.py +3 -3
  919. pulumi_azure_native/apimanagement/workspace_tag.py +3 -3
  920. pulumi_azure_native/apimanagement/workspace_tag_api_link.py +3 -3
  921. pulumi_azure_native/apimanagement/workspace_tag_operation_link.py +3 -3
  922. pulumi_azure_native/apimanagement/workspace_tag_product_link.py +3 -3
  923. pulumi_azure_native/app/_enums.py +0 -2
  924. pulumi_azure_native/app/v20241002preview/_enums.py +0 -2
  925. pulumi_azure_native/authorization/__init__.py +3 -0
  926. pulumi_azure_native/authorization/get_policy_assignment.py +2 -2
  927. pulumi_azure_native/authorization/get_policy_definition.py +2 -2
  928. pulumi_azure_native/authorization/get_policy_definition_at_management_group.py +2 -2
  929. pulumi_azure_native/authorization/get_policy_definition_version.py +2 -2
  930. pulumi_azure_native/authorization/get_policy_definition_version_at_management_group.py +2 -2
  931. pulumi_azure_native/authorization/get_policy_set_definition.py +2 -2
  932. pulumi_azure_native/authorization/get_policy_set_definition_at_management_group.py +2 -2
  933. pulumi_azure_native/authorization/get_policy_set_definition_version.py +2 -2
  934. pulumi_azure_native/authorization/get_policy_set_definition_version_at_management_group.py +2 -2
  935. pulumi_azure_native/authorization/list_policy_definition_version_all.py +2 -2
  936. pulumi_azure_native/authorization/list_policy_definition_version_all_at_management_group.py +2 -2
  937. pulumi_azure_native/authorization/list_policy_definition_version_all_builtins.py +2 -2
  938. pulumi_azure_native/authorization/list_policy_set_definition_version_all.py +2 -2
  939. pulumi_azure_native/authorization/list_policy_set_definition_version_all_at_management_group.py +2 -2
  940. pulumi_azure_native/authorization/list_policy_set_definition_version_all_builtins.py +2 -2
  941. pulumi_azure_native/authorization/policy_assignment.py +3 -3
  942. pulumi_azure_native/authorization/policy_definition.py +3 -3
  943. pulumi_azure_native/authorization/policy_definition_at_management_group.py +3 -3
  944. pulumi_azure_native/authorization/policy_definition_version.py +3 -3
  945. pulumi_azure_native/authorization/policy_definition_version_at_management_group.py +3 -3
  946. pulumi_azure_native/authorization/policy_set_definition.py +3 -3
  947. pulumi_azure_native/authorization/policy_set_definition_at_management_group.py +3 -3
  948. pulumi_azure_native/authorization/policy_set_definition_version.py +3 -3
  949. pulumi_azure_native/authorization/policy_set_definition_version_at_management_group.py +3 -3
  950. pulumi_azure_native/authorization/v20180501/policy_definition.py +1 -1
  951. pulumi_azure_native/authorization/v20180501/policy_definition_at_management_group.py +1 -1
  952. pulumi_azure_native/authorization/v20190601/policy_assignment.py +1 -1
  953. pulumi_azure_native/authorization/v20190601/policy_definition.py +1 -1
  954. pulumi_azure_native/authorization/v20190601/policy_definition_at_management_group.py +1 -1
  955. pulumi_azure_native/authorization/v20190601/policy_set_definition.py +1 -1
  956. pulumi_azure_native/authorization/v20190601/policy_set_definition_at_management_group.py +1 -1
  957. pulumi_azure_native/authorization/v20200301/policy_assignment.py +1 -1
  958. pulumi_azure_native/authorization/v20210601/policy_definition.py +1 -1
  959. pulumi_azure_native/authorization/v20210601/policy_definition_at_management_group.py +1 -1
  960. pulumi_azure_native/authorization/v20210601/policy_set_definition.py +1 -1
  961. pulumi_azure_native/authorization/v20210601/policy_set_definition_at_management_group.py +1 -1
  962. pulumi_azure_native/authorization/v20220601/policy_assignment.py +1 -1
  963. pulumi_azure_native/authorization/v20230401/policy_assignment.py +1 -1
  964. pulumi_azure_native/authorization/v20230401/policy_definition.py +1 -1
  965. pulumi_azure_native/authorization/v20230401/policy_definition_at_management_group.py +1 -1
  966. pulumi_azure_native/authorization/v20230401/policy_definition_version.py +1 -1
  967. pulumi_azure_native/authorization/v20230401/policy_definition_version_at_management_group.py +1 -1
  968. pulumi_azure_native/authorization/v20230401/policy_set_definition.py +1 -1
  969. pulumi_azure_native/authorization/v20230401/policy_set_definition_at_management_group.py +1 -1
  970. pulumi_azure_native/authorization/v20230401/policy_set_definition_version.py +1 -1
  971. pulumi_azure_native/authorization/v20230401/policy_set_definition_version_at_management_group.py +1 -1
  972. pulumi_azure_native/authorization/v20240401/policy_assignment.py +1 -1
  973. pulumi_azure_native/authorization/v20240501/policy_assignment.py +1 -1
  974. pulumi_azure_native/authorization/v20240501/policy_definition.py +1 -1
  975. pulumi_azure_native/authorization/v20240501/policy_definition_at_management_group.py +1 -1
  976. pulumi_azure_native/authorization/v20240501/policy_definition_version.py +1 -1
  977. pulumi_azure_native/authorization/v20240501/policy_definition_version_at_management_group.py +1 -1
  978. pulumi_azure_native/authorization/v20240501/policy_set_definition.py +1 -1
  979. pulumi_azure_native/authorization/v20240501/policy_set_definition_at_management_group.py +1 -1
  980. pulumi_azure_native/authorization/v20240501/policy_set_definition_version.py +1 -1
  981. pulumi_azure_native/authorization/v20240501/policy_set_definition_version_at_management_group.py +1 -1
  982. pulumi_azure_native/authorization/v20250101/__init__.py +34 -0
  983. pulumi_azure_native/authorization/v20250101/_enums.py +120 -0
  984. pulumi_azure_native/authorization/v20250101/_inputs.py +839 -0
  985. pulumi_azure_native/authorization/v20250101/get_policy_assignment.py +387 -0
  986. pulumi_azure_native/authorization/v20250101/get_policy_definition.py +249 -0
  987. pulumi_azure_native/authorization/v20250101/get_policy_definition_at_management_group.py +255 -0
  988. pulumi_azure_native/authorization/v20250101/get_policy_definition_version.py +241 -0
  989. pulumi_azure_native/authorization/v20250101/get_policy_definition_version_at_management_group.py +247 -0
  990. pulumi_azure_native/authorization/v20250101/get_policy_set_definition.py +255 -0
  991. pulumi_azure_native/authorization/v20250101/get_policy_set_definition_at_management_group.py +261 -0
  992. pulumi_azure_native/authorization/v20250101/get_policy_set_definition_version.py +247 -0
  993. pulumi_azure_native/authorization/v20250101/get_policy_set_definition_version_at_management_group.py +253 -0
  994. pulumi_azure_native/authorization/v20250101/list_policy_definition_version_all.py +85 -0
  995. pulumi_azure_native/authorization/v20250101/list_policy_definition_version_all_at_management_group.py +95 -0
  996. pulumi_azure_native/authorization/v20250101/list_policy_definition_version_all_builtins.py +85 -0
  997. pulumi_azure_native/authorization/v20250101/list_policy_set_definition_version_all.py +85 -0
  998. pulumi_azure_native/authorization/v20250101/list_policy_set_definition_version_all_at_management_group.py +95 -0
  999. pulumi_azure_native/authorization/v20250101/list_policy_set_definition_version_all_builtins.py +85 -0
  1000. pulumi_azure_native/authorization/v20250101/outputs.py +1174 -0
  1001. pulumi_azure_native/authorization/v20250101/policy_assignment.py +620 -0
  1002. pulumi_azure_native/authorization/v20250101/policy_definition.py +415 -0
  1003. pulumi_azure_native/authorization/v20250101/policy_definition_at_management_group.py +436 -0
  1004. pulumi_azure_native/authorization/v20250101/policy_definition_version.py +407 -0
  1005. pulumi_azure_native/authorization/v20250101/policy_definition_version_at_management_group.py +428 -0
  1006. pulumi_azure_native/authorization/v20250101/policy_set_definition.py +412 -0
  1007. pulumi_azure_native/authorization/v20250101/policy_set_definition_at_management_group.py +433 -0
  1008. pulumi_azure_native/authorization/v20250101/policy_set_definition_version.py +404 -0
  1009. pulumi_azure_native/authorization/v20250101/policy_set_definition_version_at_management_group.py +425 -0
  1010. pulumi_azure_native/compute/__init__.py +7 -0
  1011. pulumi_azure_native/compute/_enums.py +30 -0
  1012. pulumi_azure_native/compute/_inputs.py +557 -0
  1013. pulumi_azure_native/compute/gallery.py +3 -3
  1014. pulumi_azure_native/compute/gallery_application.py +3 -3
  1015. pulumi_azure_native/compute/gallery_application_version.py +3 -3
  1016. pulumi_azure_native/compute/gallery_image.py +3 -3
  1017. pulumi_azure_native/compute/gallery_image_version.py +3 -3
  1018. pulumi_azure_native/compute/gallery_in_vm_access_control_profile.py +271 -0
  1019. pulumi_azure_native/compute/gallery_in_vm_access_control_profile_version.py +440 -0
  1020. pulumi_azure_native/compute/get_gallery.py +2 -2
  1021. pulumi_azure_native/compute/get_gallery_application.py +2 -2
  1022. pulumi_azure_native/compute/get_gallery_application_version.py +2 -2
  1023. pulumi_azure_native/compute/get_gallery_image.py +2 -2
  1024. pulumi_azure_native/compute/get_gallery_image_version.py +2 -2
  1025. pulumi_azure_native/compute/get_gallery_in_vm_access_control_profile.py +165 -0
  1026. pulumi_azure_native/compute/get_gallery_in_vm_access_control_profile_version.py +269 -0
  1027. pulumi_azure_native/compute/outputs.py +450 -1
  1028. pulumi_azure_native/compute/v20220303/gallery.py +1 -1
  1029. pulumi_azure_native/compute/v20220303/gallery_application.py +1 -1
  1030. pulumi_azure_native/compute/v20220303/gallery_application_version.py +1 -1
  1031. pulumi_azure_native/compute/v20220303/gallery_image.py +1 -1
  1032. pulumi_azure_native/compute/v20220303/gallery_image_version.py +1 -1
  1033. pulumi_azure_native/compute/v20220803/gallery.py +1 -1
  1034. pulumi_azure_native/compute/v20220803/gallery_application.py +1 -1
  1035. pulumi_azure_native/compute/v20220803/gallery_application_version.py +1 -1
  1036. pulumi_azure_native/compute/v20220803/gallery_image.py +1 -1
  1037. pulumi_azure_native/compute/v20220803/gallery_image_version.py +1 -1
  1038. pulumi_azure_native/compute/v20230703/gallery.py +1 -1
  1039. pulumi_azure_native/compute/v20230703/gallery_application.py +1 -1
  1040. pulumi_azure_native/compute/v20230703/gallery_application_version.py +1 -1
  1041. pulumi_azure_native/compute/v20230703/gallery_image.py +1 -1
  1042. pulumi_azure_native/compute/v20230703/gallery_image_version.py +1 -1
  1043. pulumi_azure_native/compute/v20240303/__init__.py +24 -0
  1044. pulumi_azure_native/compute/v20240303/_enums.py +192 -0
  1045. pulumi_azure_native/compute/v20240303/_inputs.py +3294 -0
  1046. pulumi_azure_native/compute/v20240303/gallery.py +365 -0
  1047. pulumi_azure_native/compute/v20240303/gallery_application.py +444 -0
  1048. pulumi_azure_native/compute/v20240303/gallery_application_version.py +340 -0
  1049. pulumi_azure_native/compute/v20240303/gallery_image.py +688 -0
  1050. pulumi_azure_native/compute/v20240303/gallery_image_version.py +437 -0
  1051. pulumi_azure_native/compute/v20240303/gallery_in_vm_access_control_profile.py +269 -0
  1052. pulumi_azure_native/compute/v20240303/gallery_in_vm_access_control_profile_version.py +438 -0
  1053. pulumi_azure_native/compute/v20240303/get_gallery.py +253 -0
  1054. pulumi_azure_native/compute/v20240303/get_gallery_application.py +247 -0
  1055. pulumi_azure_native/compute/v20240303/get_gallery_application_version.py +217 -0
  1056. pulumi_azure_native/compute/v20240303/get_gallery_image.py +373 -0
  1057. pulumi_azure_native/compute/v20240303/get_gallery_image_version.py +273 -0
  1058. pulumi_azure_native/compute/v20240303/get_gallery_in_vm_access_control_profile.py +163 -0
  1059. pulumi_azure_native/compute/v20240303/get_gallery_in_vm_access_control_profile_version.py +267 -0
  1060. pulumi_azure_native/compute/v20240303/outputs.py +3340 -0
  1061. pulumi_azure_native/machinelearningservices/v20240701preview/_inputs.py +59 -1
  1062. pulumi_azure_native/machinelearningservices/v20240701preview/outputs.py +56 -1
  1063. pulumi_azure_native/network/__init__.py +3 -0
  1064. pulumi_azure_native/network/admin_rule.py +3 -3
  1065. pulumi_azure_native/network/admin_rule_collection.py +3 -3
  1066. pulumi_azure_native/network/application_gateway.py +3 -3
  1067. pulumi_azure_native/network/application_gateway_private_endpoint_connection.py +3 -3
  1068. pulumi_azure_native/network/application_security_group.py +3 -3
  1069. pulumi_azure_native/network/azure_firewall.py +3 -3
  1070. pulumi_azure_native/network/bastion_host.py +3 -3
  1071. pulumi_azure_native/network/configuration_policy_group.py +3 -3
  1072. pulumi_azure_native/network/connection_monitor.py +3 -3
  1073. pulumi_azure_native/network/connectivity_configuration.py +3 -3
  1074. pulumi_azure_native/network/custom_ip_prefix.py +3 -3
  1075. pulumi_azure_native/network/ddos_custom_policy.py +3 -3
  1076. pulumi_azure_native/network/ddos_protection_plan.py +3 -3
  1077. pulumi_azure_native/network/default_admin_rule.py +1 -1
  1078. pulumi_azure_native/network/default_user_rule.py +1 -1
  1079. pulumi_azure_native/network/dscp_configuration.py +3 -3
  1080. pulumi_azure_native/network/express_route_circuit.py +3 -3
  1081. pulumi_azure_native/network/express_route_circuit_authorization.py +3 -3
  1082. pulumi_azure_native/network/express_route_circuit_connection.py +3 -3
  1083. pulumi_azure_native/network/express_route_circuit_peering.py +3 -3
  1084. pulumi_azure_native/network/express_route_connection.py +3 -3
  1085. pulumi_azure_native/network/express_route_cross_connection_peering.py +3 -3
  1086. pulumi_azure_native/network/express_route_gateway.py +3 -3
  1087. pulumi_azure_native/network/express_route_port.py +3 -3
  1088. pulumi_azure_native/network/express_route_port_authorization.py +3 -3
  1089. pulumi_azure_native/network/firewall_policy.py +3 -3
  1090. pulumi_azure_native/network/firewall_policy_draft.py +3 -3
  1091. pulumi_azure_native/network/firewall_policy_rule_collection_group.py +3 -3
  1092. pulumi_azure_native/network/firewall_policy_rule_collection_group_draft.py +3 -3
  1093. pulumi_azure_native/network/flow_log.py +3 -3
  1094. pulumi_azure_native/network/get_active_sessions.py +2 -2
  1095. pulumi_azure_native/network/get_admin_rule.py +2 -2
  1096. pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
  1097. pulumi_azure_native/network/get_application_gateway.py +2 -2
  1098. pulumi_azure_native/network/get_application_gateway_backend_health_on_demand.py +2 -2
  1099. pulumi_azure_native/network/get_application_gateway_private_endpoint_connection.py +2 -2
  1100. pulumi_azure_native/network/get_application_security_group.py +2 -2
  1101. pulumi_azure_native/network/get_azure_firewall.py +2 -2
  1102. pulumi_azure_native/network/get_bastion_host.py +2 -2
  1103. pulumi_azure_native/network/get_bastion_shareable_link.py +2 -2
  1104. pulumi_azure_native/network/get_configuration_policy_group.py +2 -2
  1105. pulumi_azure_native/network/get_connection_monitor.py +2 -2
  1106. pulumi_azure_native/network/get_connectivity_configuration.py +2 -2
  1107. pulumi_azure_native/network/get_custom_ip_prefix.py +2 -2
  1108. pulumi_azure_native/network/get_ddos_custom_policy.py +2 -2
  1109. pulumi_azure_native/network/get_ddos_protection_plan.py +2 -2
  1110. pulumi_azure_native/network/get_dscp_configuration.py +2 -2
  1111. pulumi_azure_native/network/get_express_route_circuit.py +2 -2
  1112. pulumi_azure_native/network/get_express_route_circuit_authorization.py +2 -2
  1113. pulumi_azure_native/network/get_express_route_circuit_connection.py +2 -2
  1114. pulumi_azure_native/network/get_express_route_circuit_peering.py +2 -2
  1115. pulumi_azure_native/network/get_express_route_connection.py +2 -2
  1116. pulumi_azure_native/network/get_express_route_cross_connection_peering.py +2 -2
  1117. pulumi_azure_native/network/get_express_route_gateway.py +2 -2
  1118. pulumi_azure_native/network/get_express_route_port.py +2 -2
  1119. pulumi_azure_native/network/get_express_route_port_authorization.py +2 -2
  1120. pulumi_azure_native/network/get_firewall_policy.py +2 -2
  1121. pulumi_azure_native/network/get_firewall_policy_draft.py +2 -2
  1122. pulumi_azure_native/network/get_firewall_policy_rule_collection_group.py +2 -2
  1123. pulumi_azure_native/network/get_firewall_policy_rule_collection_group_draft.py +2 -2
  1124. pulumi_azure_native/network/get_flow_log.py +2 -2
  1125. pulumi_azure_native/network/get_hub_route_table.py +2 -2
  1126. pulumi_azure_native/network/get_hub_virtual_network_connection.py +2 -2
  1127. pulumi_azure_native/network/get_inbound_nat_rule.py +2 -2
  1128. pulumi_azure_native/network/get_ip_allocation.py +2 -2
  1129. pulumi_azure_native/network/get_ip_group.py +2 -2
  1130. pulumi_azure_native/network/get_ipam_pool.py +4 -0
  1131. pulumi_azure_native/network/get_ipam_pool_usage.py +4 -0
  1132. pulumi_azure_native/network/get_load_balancer.py +2 -2
  1133. pulumi_azure_native/network/get_load_balancer_backend_address_pool.py +2 -2
  1134. pulumi_azure_native/network/get_local_network_gateway.py +2 -2
  1135. pulumi_azure_native/network/get_management_group_network_manager_connection.py +2 -2
  1136. pulumi_azure_native/network/get_nat_gateway.py +2 -2
  1137. pulumi_azure_native/network/get_nat_rule.py +2 -2
  1138. pulumi_azure_native/network/get_network_group.py +2 -2
  1139. pulumi_azure_native/network/get_network_interface.py +2 -2
  1140. pulumi_azure_native/network/get_network_interface_tap_configuration.py +2 -2
  1141. pulumi_azure_native/network/get_network_manager.py +2 -2
  1142. pulumi_azure_native/network/get_network_manager_routing_configuration.py +4 -0
  1143. pulumi_azure_native/network/get_network_profile.py +2 -2
  1144. pulumi_azure_native/network/get_network_security_group.py +2 -2
  1145. pulumi_azure_native/network/get_network_virtual_appliance.py +2 -2
  1146. pulumi_azure_native/network/get_network_watcher.py +2 -2
  1147. pulumi_azure_native/network/get_p2s_vpn_gateway.py +2 -2
  1148. pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +2 -2
  1149. pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +2 -2
  1150. pulumi_azure_native/network/get_packet_capture.py +2 -2
  1151. pulumi_azure_native/network/get_private_dns_zone_group.py +2 -2
  1152. pulumi_azure_native/network/get_private_endpoint.py +2 -2
  1153. pulumi_azure_native/network/get_private_link_service.py +2 -2
  1154. pulumi_azure_native/network/get_private_link_service_private_endpoint_connection.py +2 -2
  1155. pulumi_azure_native/network/get_public_ip_address.py +2 -2
  1156. pulumi_azure_native/network/get_public_ip_prefix.py +2 -2
  1157. pulumi_azure_native/network/get_reachability_analysis_intent.py +4 -0
  1158. pulumi_azure_native/network/get_reachability_analysis_run.py +4 -0
  1159. pulumi_azure_native/network/get_route.py +2 -2
  1160. pulumi_azure_native/network/get_route_filter.py +2 -2
  1161. pulumi_azure_native/network/get_route_filter_rule.py +2 -2
  1162. pulumi_azure_native/network/get_route_map.py +2 -2
  1163. pulumi_azure_native/network/get_route_table.py +2 -2
  1164. pulumi_azure_native/network/get_routing_intent.py +2 -2
  1165. pulumi_azure_native/network/get_routing_rule.py +4 -0
  1166. pulumi_azure_native/network/get_routing_rule_collection.py +4 -0
  1167. pulumi_azure_native/network/get_scope_connection.py +2 -2
  1168. pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
  1169. pulumi_azure_native/network/get_security_partner_provider.py +2 -2
  1170. pulumi_azure_native/network/get_security_rule.py +2 -2
  1171. pulumi_azure_native/network/get_security_user_configuration.py +2 -2
  1172. pulumi_azure_native/network/get_security_user_rule.py +4 -0
  1173. pulumi_azure_native/network/get_security_user_rule_collection.py +4 -0
  1174. pulumi_azure_native/network/get_service_endpoint_policy.py +2 -2
  1175. pulumi_azure_native/network/get_service_endpoint_policy_definition.py +2 -2
  1176. pulumi_azure_native/network/get_static_cidr.py +4 -0
  1177. pulumi_azure_native/network/get_static_member.py +2 -2
  1178. pulumi_azure_native/network/get_subnet.py +2 -2
  1179. pulumi_azure_native/network/get_subscription_network_manager_connection.py +2 -2
  1180. pulumi_azure_native/network/get_verifier_workspace.py +4 -0
  1181. pulumi_azure_native/network/get_virtual_appliance_site.py +2 -2
  1182. pulumi_azure_native/network/get_virtual_hub.py +2 -2
  1183. pulumi_azure_native/network/get_virtual_hub_bgp_connection.py +2 -2
  1184. pulumi_azure_native/network/get_virtual_hub_ip_configuration.py +2 -2
  1185. pulumi_azure_native/network/get_virtual_hub_route_table_v2.py +2 -2
  1186. pulumi_azure_native/network/get_virtual_network.py +2 -2
  1187. pulumi_azure_native/network/get_virtual_network_gateway.py +2 -2
  1188. pulumi_azure_native/network/get_virtual_network_gateway_advertised_routes.py +2 -2
  1189. pulumi_azure_native/network/get_virtual_network_gateway_bgp_peer_status.py +2 -2
  1190. pulumi_azure_native/network/get_virtual_network_gateway_connection.py +2 -2
  1191. pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +2 -2
  1192. pulumi_azure_native/network/get_virtual_network_gateway_learned_routes.py +2 -2
  1193. pulumi_azure_native/network/get_virtual_network_gateway_nat_rule.py +2 -2
  1194. pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +2 -2
  1195. pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_connection_health.py +2 -2
  1196. pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +2 -2
  1197. pulumi_azure_native/network/get_virtual_network_peering.py +2 -2
  1198. pulumi_azure_native/network/get_virtual_network_tap.py +2 -2
  1199. pulumi_azure_native/network/get_virtual_router.py +2 -2
  1200. pulumi_azure_native/network/get_virtual_router_peering.py +2 -2
  1201. pulumi_azure_native/network/get_virtual_wan.py +2 -2
  1202. pulumi_azure_native/network/get_vpn_connection.py +2 -2
  1203. pulumi_azure_native/network/get_vpn_gateway.py +2 -2
  1204. pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +2 -2
  1205. pulumi_azure_native/network/get_vpn_server_configuration.py +2 -2
  1206. pulumi_azure_native/network/get_vpn_site.py +2 -2
  1207. pulumi_azure_native/network/get_web_application_firewall_policy.py +2 -2
  1208. pulumi_azure_native/network/hub_route_table.py +3 -3
  1209. pulumi_azure_native/network/hub_virtual_network_connection.py +3 -3
  1210. pulumi_azure_native/network/inbound_nat_rule.py +3 -3
  1211. pulumi_azure_native/network/interface_endpoint.py +1 -1
  1212. pulumi_azure_native/network/ip_allocation.py +3 -3
  1213. pulumi_azure_native/network/ip_group.py +3 -3
  1214. pulumi_azure_native/network/ipam_pool.py +5 -1
  1215. pulumi_azure_native/network/list_active_connectivity_configurations.py +2 -2
  1216. pulumi_azure_native/network/list_active_security_admin_rules.py +2 -2
  1217. pulumi_azure_native/network/list_firewall_policy_idps_signature.py +2 -2
  1218. pulumi_azure_native/network/list_firewall_policy_idps_signatures_filter_value.py +2 -2
  1219. pulumi_azure_native/network/list_ipam_pool_associated_resources.py +4 -0
  1220. pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
  1221. pulumi_azure_native/network/list_network_manager_effective_connectivity_configurations.py +2 -2
  1222. pulumi_azure_native/network/list_network_manager_effective_security_admin_rules.py +2 -2
  1223. pulumi_azure_native/network/list_vpn_link_connection_default_shared_key.py +4 -0
  1224. pulumi_azure_native/network/load_balancer.py +3 -3
  1225. pulumi_azure_native/network/load_balancer_backend_address_pool.py +3 -3
  1226. pulumi_azure_native/network/local_network_gateway.py +3 -3
  1227. pulumi_azure_native/network/management_group_network_manager_connection.py +3 -3
  1228. pulumi_azure_native/network/nat_gateway.py +3 -3
  1229. pulumi_azure_native/network/nat_rule.py +3 -3
  1230. pulumi_azure_native/network/network_group.py +3 -3
  1231. pulumi_azure_native/network/network_interface.py +3 -3
  1232. pulumi_azure_native/network/network_interface_tap_configuration.py +3 -3
  1233. pulumi_azure_native/network/network_manager.py +3 -3
  1234. pulumi_azure_native/network/network_manager_routing_configuration.py +5 -1
  1235. pulumi_azure_native/network/network_profile.py +3 -3
  1236. pulumi_azure_native/network/network_security_group.py +3 -3
  1237. pulumi_azure_native/network/network_virtual_appliance.py +3 -3
  1238. pulumi_azure_native/network/network_watcher.py +3 -3
  1239. pulumi_azure_native/network/p2s_vpn_gateway.py +3 -3
  1240. pulumi_azure_native/network/packet_capture.py +3 -3
  1241. pulumi_azure_native/network/private_dns_zone_group.py +3 -3
  1242. pulumi_azure_native/network/private_endpoint.py +3 -3
  1243. pulumi_azure_native/network/private_link_service.py +3 -3
  1244. pulumi_azure_native/network/private_link_service_private_endpoint_connection.py +3 -3
  1245. pulumi_azure_native/network/public_ip_address.py +3 -3
  1246. pulumi_azure_native/network/public_ip_prefix.py +3 -3
  1247. pulumi_azure_native/network/reachability_analysis_intent.py +5 -1
  1248. pulumi_azure_native/network/reachability_analysis_run.py +5 -1
  1249. pulumi_azure_native/network/route.py +3 -3
  1250. pulumi_azure_native/network/route_filter.py +3 -3
  1251. pulumi_azure_native/network/route_filter_rule.py +3 -3
  1252. pulumi_azure_native/network/route_map.py +3 -3
  1253. pulumi_azure_native/network/route_table.py +3 -3
  1254. pulumi_azure_native/network/routing_intent.py +3 -3
  1255. pulumi_azure_native/network/routing_rule.py +5 -1
  1256. pulumi_azure_native/network/routing_rule_collection.py +5 -1
  1257. pulumi_azure_native/network/scope_connection.py +3 -3
  1258. pulumi_azure_native/network/security_admin_configuration.py +3 -3
  1259. pulumi_azure_native/network/security_partner_provider.py +3 -3
  1260. pulumi_azure_native/network/security_rule.py +3 -3
  1261. pulumi_azure_native/network/security_user_configuration.py +3 -3
  1262. pulumi_azure_native/network/security_user_rule.py +5 -1
  1263. pulumi_azure_native/network/security_user_rule_collection.py +5 -1
  1264. pulumi_azure_native/network/service_endpoint_policy.py +3 -3
  1265. pulumi_azure_native/network/service_endpoint_policy_definition.py +3 -3
  1266. pulumi_azure_native/network/static_cidr.py +5 -1
  1267. pulumi_azure_native/network/static_member.py +3 -3
  1268. pulumi_azure_native/network/subnet.py +3 -3
  1269. pulumi_azure_native/network/subscription_network_manager_connection.py +3 -3
  1270. pulumi_azure_native/network/user_rule.py +1 -1
  1271. pulumi_azure_native/network/user_rule_collection.py +1 -1
  1272. pulumi_azure_native/network/v20180601/load_balancer.py +1 -1
  1273. pulumi_azure_native/network/v20180701/network_interface.py +1 -1
  1274. pulumi_azure_native/network/v20180701/service_endpoint_policy.py +1 -1
  1275. pulumi_azure_native/network/v20180701/service_endpoint_policy_definition.py +1 -1
  1276. pulumi_azure_native/network/v20180701/virtual_hub.py +1 -1
  1277. pulumi_azure_native/network/v20180701/virtual_wan.py +1 -1
  1278. pulumi_azure_native/network/v20180701/vpn_connection.py +1 -1
  1279. pulumi_azure_native/network/v20180701/vpn_gateway.py +1 -1
  1280. pulumi_azure_native/network/v20180701/vpn_site.py +1 -1
  1281. pulumi_azure_native/network/v20181201/express_route_circuit.py +1 -1
  1282. pulumi_azure_native/network/v20190201/express_route_circuit_peering.py +1 -1
  1283. pulumi_azure_native/network/v20190201/interface_endpoint.py +1 -1
  1284. pulumi_azure_native/network/v20190201/network_interface.py +1 -1
  1285. pulumi_azure_native/network/v20190201/subnet.py +1 -1
  1286. pulumi_azure_native/network/v20190601/application_gateway.py +1 -1
  1287. pulumi_azure_native/network/v20190601/express_route_circuit.py +1 -1
  1288. pulumi_azure_native/network/v20190601/express_route_circuit_authorization.py +1 -1
  1289. pulumi_azure_native/network/v20190601/express_route_circuit_peering.py +1 -1
  1290. pulumi_azure_native/network/v20190601/inbound_nat_rule.py +1 -1
  1291. pulumi_azure_native/network/v20190601/load_balancer.py +1 -1
  1292. pulumi_azure_native/network/v20190601/nat_gateway.py +1 -1
  1293. pulumi_azure_native/network/v20190601/network_interface.py +1 -1
  1294. pulumi_azure_native/network/v20190601/network_security_group.py +1 -1
  1295. pulumi_azure_native/network/v20190601/public_ip_address.py +1 -1
  1296. pulumi_azure_native/network/v20190601/public_ip_prefix.py +1 -1
  1297. pulumi_azure_native/network/v20190601/route.py +1 -1
  1298. pulumi_azure_native/network/v20190601/route_table.py +1 -1
  1299. pulumi_azure_native/network/v20190601/security_rule.py +1 -1
  1300. pulumi_azure_native/network/v20190601/subnet.py +1 -1
  1301. pulumi_azure_native/network/v20190601/virtual_network.py +1 -1
  1302. pulumi_azure_native/network/v20190601/virtual_network_peering.py +1 -1
  1303. pulumi_azure_native/network/v20190701/p2s_vpn_gateway.py +1 -1
  1304. pulumi_azure_native/network/v20190701/virtual_wan.py +1 -1
  1305. pulumi_azure_native/network/v20190701/web_application_firewall_policy.py +1 -1
  1306. pulumi_azure_native/network/v20190801/application_gateway.py +1 -1
  1307. pulumi_azure_native/network/v20190801/express_route_circuit_peering.py +1 -1
  1308. pulumi_azure_native/network/v20190801/express_route_cross_connection_peering.py +1 -1
  1309. pulumi_azure_native/network/v20190801/express_route_port.py +1 -1
  1310. pulumi_azure_native/network/v20190801/load_balancer.py +1 -1
  1311. pulumi_azure_native/network/v20190801/local_network_gateway.py +1 -1
  1312. pulumi_azure_native/network/v20190801/nat_gateway.py +1 -1
  1313. pulumi_azure_native/network/v20190801/network_interface.py +1 -1
  1314. pulumi_azure_native/network/v20190801/network_profile.py +1 -1
  1315. pulumi_azure_native/network/v20190801/network_security_group.py +1 -1
  1316. pulumi_azure_native/network/v20190801/private_link_service.py +1 -1
  1317. pulumi_azure_native/network/v20190801/public_ip_address.py +1 -1
  1318. pulumi_azure_native/network/v20190801/public_ip_prefix.py +1 -1
  1319. pulumi_azure_native/network/v20190801/route_filter.py +1 -1
  1320. pulumi_azure_native/network/v20190801/subnet.py +1 -1
  1321. pulumi_azure_native/network/v20190801/virtual_network.py +1 -1
  1322. pulumi_azure_native/network/v20190801/virtual_network_gateway.py +1 -1
  1323. pulumi_azure_native/network/v20190801/virtual_network_gateway_connection.py +1 -1
  1324. pulumi_azure_native/network/v20190901/connection_monitor.py +1 -1
  1325. pulumi_azure_native/network/v20200401/azure_firewall.py +1 -1
  1326. pulumi_azure_native/network/v20200401/firewall_policy.py +1 -1
  1327. pulumi_azure_native/network/v20200401/network_virtual_appliance.py +1 -1
  1328. pulumi_azure_native/network/v20200401/virtual_hub.py +1 -1
  1329. pulumi_azure_native/network/v20200601/packet_capture.py +1 -1
  1330. pulumi_azure_native/network/v20200601/subnet.py +1 -1
  1331. pulumi_azure_native/network/v20200601/virtual_hub.py +1 -1
  1332. pulumi_azure_native/network/v20210201/private_dns_zone_group.py +1 -1
  1333. pulumi_azure_native/network/v20210201/private_endpoint.py +1 -1
  1334. pulumi_azure_native/network/v20210201/private_link_service.py +1 -1
  1335. pulumi_azure_native/network/v20210201preview/admin_rule.py +1 -1
  1336. pulumi_azure_native/network/v20210201preview/admin_rule_collection.py +1 -1
  1337. pulumi_azure_native/network/v20210201preview/connectivity_configuration.py +1 -1
  1338. pulumi_azure_native/network/v20210201preview/network_group.py +1 -1
  1339. pulumi_azure_native/network/v20210201preview/network_manager.py +1 -1
  1340. pulumi_azure_native/network/v20210201preview/user_rule_collection.py +1 -1
  1341. pulumi_azure_native/network/v20210301/custom_ip_prefix.py +1 -1
  1342. pulumi_azure_native/network/v20210301/express_route_gateway.py +1 -1
  1343. pulumi_azure_native/network/v20210501preview/admin_rule.py +1 -1
  1344. pulumi_azure_native/network/v20210501preview/admin_rule_collection.py +1 -1
  1345. pulumi_azure_native/network/v20210501preview/connectivity_configuration.py +1 -1
  1346. pulumi_azure_native/network/v20210501preview/default_admin_rule.py +1 -1
  1347. pulumi_azure_native/network/v20210501preview/default_user_rule.py +1 -1
  1348. pulumi_azure_native/network/v20210501preview/network_group.py +1 -1
  1349. pulumi_azure_native/network/v20210501preview/network_manager.py +1 -1
  1350. pulumi_azure_native/network/v20210501preview/security_admin_configuration.py +1 -1
  1351. pulumi_azure_native/network/v20210501preview/security_user_configuration.py +1 -1
  1352. pulumi_azure_native/network/v20210501preview/user_rule.py +1 -1
  1353. pulumi_azure_native/network/v20210501preview/user_rule_collection.py +1 -1
  1354. pulumi_azure_native/network/v20210801/firewall_policy.py +1 -1
  1355. pulumi_azure_native/network/v20220101/ddos_custom_policy.py +1 -1
  1356. pulumi_azure_native/network/v20220401preview/default_user_rule.py +1 -1
  1357. pulumi_azure_native/network/v20220401preview/network_group.py +1 -1
  1358. pulumi_azure_native/network/v20220401preview/security_user_configuration.py +1 -1
  1359. pulumi_azure_native/network/v20220401preview/user_rule.py +1 -1
  1360. pulumi_azure_native/network/v20220401preview/user_rule_collection.py +1 -1
  1361. pulumi_azure_native/network/v20220501/ddos_protection_plan.py +1 -1
  1362. pulumi_azure_native/network/v20220501/network_watcher.py +1 -1
  1363. pulumi_azure_native/network/v20220701/security_rule.py +1 -1
  1364. pulumi_azure_native/network/v20220701/subnet.py +1 -1
  1365. pulumi_azure_native/network/v20230201/admin_rule.py +1 -1
  1366. pulumi_azure_native/network/v20230201/admin_rule_collection.py +1 -1
  1367. pulumi_azure_native/network/v20230201/application_gateway.py +1 -1
  1368. pulumi_azure_native/network/v20230201/application_gateway_private_endpoint_connection.py +1 -1
  1369. pulumi_azure_native/network/v20230201/application_security_group.py +1 -1
  1370. pulumi_azure_native/network/v20230201/azure_firewall.py +1 -1
  1371. pulumi_azure_native/network/v20230201/bastion_host.py +1 -1
  1372. pulumi_azure_native/network/v20230201/configuration_policy_group.py +1 -1
  1373. pulumi_azure_native/network/v20230201/connection_monitor.py +1 -1
  1374. pulumi_azure_native/network/v20230201/connectivity_configuration.py +1 -1
  1375. pulumi_azure_native/network/v20230201/custom_ip_prefix.py +1 -1
  1376. pulumi_azure_native/network/v20230201/ddos_custom_policy.py +1 -1
  1377. pulumi_azure_native/network/v20230201/ddos_protection_plan.py +1 -1
  1378. pulumi_azure_native/network/v20230201/default_admin_rule.py +1 -1
  1379. pulumi_azure_native/network/v20230201/dscp_configuration.py +1 -1
  1380. pulumi_azure_native/network/v20230201/express_route_circuit.py +1 -1
  1381. pulumi_azure_native/network/v20230201/express_route_circuit_authorization.py +1 -1
  1382. pulumi_azure_native/network/v20230201/express_route_circuit_connection.py +1 -1
  1383. pulumi_azure_native/network/v20230201/express_route_circuit_peering.py +1 -1
  1384. pulumi_azure_native/network/v20230201/express_route_connection.py +1 -1
  1385. pulumi_azure_native/network/v20230201/express_route_cross_connection_peering.py +1 -1
  1386. pulumi_azure_native/network/v20230201/express_route_gateway.py +1 -1
  1387. pulumi_azure_native/network/v20230201/express_route_port.py +1 -1
  1388. pulumi_azure_native/network/v20230201/express_route_port_authorization.py +1 -1
  1389. pulumi_azure_native/network/v20230201/firewall_policy.py +1 -1
  1390. pulumi_azure_native/network/v20230201/firewall_policy_rule_collection_group.py +1 -1
  1391. pulumi_azure_native/network/v20230201/flow_log.py +1 -1
  1392. pulumi_azure_native/network/v20230201/hub_route_table.py +1 -1
  1393. pulumi_azure_native/network/v20230201/hub_virtual_network_connection.py +1 -1
  1394. pulumi_azure_native/network/v20230201/inbound_nat_rule.py +1 -1
  1395. pulumi_azure_native/network/v20230201/ip_allocation.py +1 -1
  1396. pulumi_azure_native/network/v20230201/ip_group.py +1 -1
  1397. pulumi_azure_native/network/v20230201/load_balancer.py +1 -1
  1398. pulumi_azure_native/network/v20230201/load_balancer_backend_address_pool.py +1 -1
  1399. pulumi_azure_native/network/v20230201/local_network_gateway.py +1 -1
  1400. pulumi_azure_native/network/v20230201/management_group_network_manager_connection.py +1 -1
  1401. pulumi_azure_native/network/v20230201/nat_gateway.py +1 -1
  1402. pulumi_azure_native/network/v20230201/nat_rule.py +1 -1
  1403. pulumi_azure_native/network/v20230201/network_group.py +1 -1
  1404. pulumi_azure_native/network/v20230201/network_interface.py +1 -1
  1405. pulumi_azure_native/network/v20230201/network_interface_tap_configuration.py +1 -1
  1406. pulumi_azure_native/network/v20230201/network_manager.py +1 -1
  1407. pulumi_azure_native/network/v20230201/network_profile.py +1 -1
  1408. pulumi_azure_native/network/v20230201/network_security_group.py +1 -1
  1409. pulumi_azure_native/network/v20230201/network_virtual_appliance.py +1 -1
  1410. pulumi_azure_native/network/v20230201/network_watcher.py +1 -1
  1411. pulumi_azure_native/network/v20230201/p2s_vpn_gateway.py +1 -1
  1412. pulumi_azure_native/network/v20230201/packet_capture.py +1 -1
  1413. pulumi_azure_native/network/v20230201/private_dns_zone_group.py +1 -1
  1414. pulumi_azure_native/network/v20230201/private_endpoint.py +1 -1
  1415. pulumi_azure_native/network/v20230201/private_link_service.py +1 -1
  1416. pulumi_azure_native/network/v20230201/private_link_service_private_endpoint_connection.py +1 -1
  1417. pulumi_azure_native/network/v20230201/public_ip_address.py +1 -1
  1418. pulumi_azure_native/network/v20230201/public_ip_prefix.py +1 -1
  1419. pulumi_azure_native/network/v20230201/route.py +1 -1
  1420. pulumi_azure_native/network/v20230201/route_filter.py +1 -1
  1421. pulumi_azure_native/network/v20230201/route_filter_rule.py +1 -1
  1422. pulumi_azure_native/network/v20230201/route_map.py +1 -1
  1423. pulumi_azure_native/network/v20230201/route_table.py +1 -1
  1424. pulumi_azure_native/network/v20230201/routing_intent.py +1 -1
  1425. pulumi_azure_native/network/v20230201/scope_connection.py +1 -1
  1426. pulumi_azure_native/network/v20230201/security_admin_configuration.py +1 -1
  1427. pulumi_azure_native/network/v20230201/security_partner_provider.py +1 -1
  1428. pulumi_azure_native/network/v20230201/security_rule.py +1 -1
  1429. pulumi_azure_native/network/v20230201/service_endpoint_policy.py +1 -1
  1430. pulumi_azure_native/network/v20230201/service_endpoint_policy_definition.py +1 -1
  1431. pulumi_azure_native/network/v20230201/static_member.py +1 -1
  1432. pulumi_azure_native/network/v20230201/subnet.py +1 -1
  1433. pulumi_azure_native/network/v20230201/subscription_network_manager_connection.py +1 -1
  1434. pulumi_azure_native/network/v20230201/virtual_appliance_site.py +1 -1
  1435. pulumi_azure_native/network/v20230201/virtual_hub.py +1 -1
  1436. pulumi_azure_native/network/v20230201/virtual_hub_bgp_connection.py +1 -1
  1437. pulumi_azure_native/network/v20230201/virtual_hub_ip_configuration.py +1 -1
  1438. pulumi_azure_native/network/v20230201/virtual_hub_route_table_v2.py +1 -1
  1439. pulumi_azure_native/network/v20230201/virtual_network.py +1 -1
  1440. pulumi_azure_native/network/v20230201/virtual_network_gateway.py +1 -1
  1441. pulumi_azure_native/network/v20230201/virtual_network_gateway_connection.py +1 -1
  1442. pulumi_azure_native/network/v20230201/virtual_network_gateway_nat_rule.py +1 -1
  1443. pulumi_azure_native/network/v20230201/virtual_network_peering.py +1 -1
  1444. pulumi_azure_native/network/v20230201/virtual_network_tap.py +1 -1
  1445. pulumi_azure_native/network/v20230201/virtual_router.py +1 -1
  1446. pulumi_azure_native/network/v20230201/virtual_router_peering.py +1 -1
  1447. pulumi_azure_native/network/v20230201/virtual_wan.py +1 -1
  1448. pulumi_azure_native/network/v20230201/vpn_connection.py +1 -1
  1449. pulumi_azure_native/network/v20230201/vpn_gateway.py +1 -1
  1450. pulumi_azure_native/network/v20230201/vpn_server_configuration.py +1 -1
  1451. pulumi_azure_native/network/v20230201/vpn_site.py +1 -1
  1452. pulumi_azure_native/network/v20230201/web_application_firewall_policy.py +1 -1
  1453. pulumi_azure_native/network/v20230401/admin_rule.py +1 -1
  1454. pulumi_azure_native/network/v20230401/admin_rule_collection.py +1 -1
  1455. pulumi_azure_native/network/v20230401/application_gateway.py +1 -1
  1456. pulumi_azure_native/network/v20230401/application_gateway_private_endpoint_connection.py +1 -1
  1457. pulumi_azure_native/network/v20230401/application_security_group.py +1 -1
  1458. pulumi_azure_native/network/v20230401/azure_firewall.py +1 -1
  1459. pulumi_azure_native/network/v20230401/bastion_host.py +1 -1
  1460. pulumi_azure_native/network/v20230401/configuration_policy_group.py +1 -1
  1461. pulumi_azure_native/network/v20230401/connection_monitor.py +1 -1
  1462. pulumi_azure_native/network/v20230401/connectivity_configuration.py +1 -1
  1463. pulumi_azure_native/network/v20230401/custom_ip_prefix.py +1 -1
  1464. pulumi_azure_native/network/v20230401/ddos_custom_policy.py +1 -1
  1465. pulumi_azure_native/network/v20230401/ddos_protection_plan.py +1 -1
  1466. pulumi_azure_native/network/v20230401/default_admin_rule.py +1 -1
  1467. pulumi_azure_native/network/v20230401/dscp_configuration.py +1 -1
  1468. pulumi_azure_native/network/v20230401/express_route_circuit.py +1 -1
  1469. pulumi_azure_native/network/v20230401/express_route_circuit_authorization.py +1 -1
  1470. pulumi_azure_native/network/v20230401/express_route_circuit_connection.py +1 -1
  1471. pulumi_azure_native/network/v20230401/express_route_circuit_peering.py +1 -1
  1472. pulumi_azure_native/network/v20230401/express_route_connection.py +1 -1
  1473. pulumi_azure_native/network/v20230401/express_route_cross_connection_peering.py +1 -1
  1474. pulumi_azure_native/network/v20230401/express_route_gateway.py +1 -1
  1475. pulumi_azure_native/network/v20230401/express_route_port.py +1 -1
  1476. pulumi_azure_native/network/v20230401/express_route_port_authorization.py +1 -1
  1477. pulumi_azure_native/network/v20230401/firewall_policy.py +1 -1
  1478. pulumi_azure_native/network/v20230401/firewall_policy_rule_collection_group.py +1 -1
  1479. pulumi_azure_native/network/v20230401/flow_log.py +1 -1
  1480. pulumi_azure_native/network/v20230401/hub_route_table.py +1 -1
  1481. pulumi_azure_native/network/v20230401/hub_virtual_network_connection.py +1 -1
  1482. pulumi_azure_native/network/v20230401/inbound_nat_rule.py +1 -1
  1483. pulumi_azure_native/network/v20230401/ip_allocation.py +1 -1
  1484. pulumi_azure_native/network/v20230401/ip_group.py +1 -1
  1485. pulumi_azure_native/network/v20230401/load_balancer.py +1 -1
  1486. pulumi_azure_native/network/v20230401/load_balancer_backend_address_pool.py +1 -1
  1487. pulumi_azure_native/network/v20230401/local_network_gateway.py +1 -1
  1488. pulumi_azure_native/network/v20230401/management_group_network_manager_connection.py +1 -1
  1489. pulumi_azure_native/network/v20230401/nat_gateway.py +1 -1
  1490. pulumi_azure_native/network/v20230401/nat_rule.py +1 -1
  1491. pulumi_azure_native/network/v20230401/network_group.py +1 -1
  1492. pulumi_azure_native/network/v20230401/network_interface.py +1 -1
  1493. pulumi_azure_native/network/v20230401/network_interface_tap_configuration.py +1 -1
  1494. pulumi_azure_native/network/v20230401/network_manager.py +1 -1
  1495. pulumi_azure_native/network/v20230401/network_profile.py +1 -1
  1496. pulumi_azure_native/network/v20230401/network_security_group.py +1 -1
  1497. pulumi_azure_native/network/v20230401/network_virtual_appliance.py +1 -1
  1498. pulumi_azure_native/network/v20230401/network_watcher.py +1 -1
  1499. pulumi_azure_native/network/v20230401/p2s_vpn_gateway.py +1 -1
  1500. pulumi_azure_native/network/v20230401/packet_capture.py +1 -1
  1501. pulumi_azure_native/network/v20230401/private_dns_zone_group.py +1 -1
  1502. pulumi_azure_native/network/v20230401/private_endpoint.py +1 -1
  1503. pulumi_azure_native/network/v20230401/private_link_service.py +1 -1
  1504. pulumi_azure_native/network/v20230401/private_link_service_private_endpoint_connection.py +1 -1
  1505. pulumi_azure_native/network/v20230401/public_ip_address.py +1 -1
  1506. pulumi_azure_native/network/v20230401/public_ip_prefix.py +1 -1
  1507. pulumi_azure_native/network/v20230401/route.py +1 -1
  1508. pulumi_azure_native/network/v20230401/route_filter.py +1 -1
  1509. pulumi_azure_native/network/v20230401/route_filter_rule.py +1 -1
  1510. pulumi_azure_native/network/v20230401/route_map.py +1 -1
  1511. pulumi_azure_native/network/v20230401/route_table.py +1 -1
  1512. pulumi_azure_native/network/v20230401/routing_intent.py +1 -1
  1513. pulumi_azure_native/network/v20230401/scope_connection.py +1 -1
  1514. pulumi_azure_native/network/v20230401/security_admin_configuration.py +1 -1
  1515. pulumi_azure_native/network/v20230401/security_partner_provider.py +1 -1
  1516. pulumi_azure_native/network/v20230401/security_rule.py +1 -1
  1517. pulumi_azure_native/network/v20230401/service_endpoint_policy.py +1 -1
  1518. pulumi_azure_native/network/v20230401/service_endpoint_policy_definition.py +1 -1
  1519. pulumi_azure_native/network/v20230401/static_member.py +1 -1
  1520. pulumi_azure_native/network/v20230401/subnet.py +1 -1
  1521. pulumi_azure_native/network/v20230401/subscription_network_manager_connection.py +1 -1
  1522. pulumi_azure_native/network/v20230401/virtual_appliance_site.py +1 -1
  1523. pulumi_azure_native/network/v20230401/virtual_hub.py +1 -1
  1524. pulumi_azure_native/network/v20230401/virtual_hub_bgp_connection.py +1 -1
  1525. pulumi_azure_native/network/v20230401/virtual_hub_ip_configuration.py +1 -1
  1526. pulumi_azure_native/network/v20230401/virtual_hub_route_table_v2.py +1 -1
  1527. pulumi_azure_native/network/v20230401/virtual_network.py +1 -1
  1528. pulumi_azure_native/network/v20230401/virtual_network_gateway.py +1 -1
  1529. pulumi_azure_native/network/v20230401/virtual_network_gateway_connection.py +1 -1
  1530. pulumi_azure_native/network/v20230401/virtual_network_gateway_nat_rule.py +1 -1
  1531. pulumi_azure_native/network/v20230401/virtual_network_peering.py +1 -1
  1532. pulumi_azure_native/network/v20230401/virtual_network_tap.py +1 -1
  1533. pulumi_azure_native/network/v20230401/virtual_router.py +1 -1
  1534. pulumi_azure_native/network/v20230401/virtual_router_peering.py +1 -1
  1535. pulumi_azure_native/network/v20230401/virtual_wan.py +1 -1
  1536. pulumi_azure_native/network/v20230401/vpn_connection.py +1 -1
  1537. pulumi_azure_native/network/v20230401/vpn_gateway.py +1 -1
  1538. pulumi_azure_native/network/v20230401/vpn_server_configuration.py +1 -1
  1539. pulumi_azure_native/network/v20230401/vpn_site.py +1 -1
  1540. pulumi_azure_native/network/v20230401/web_application_firewall_policy.py +1 -1
  1541. pulumi_azure_native/network/v20230501/admin_rule.py +1 -1
  1542. pulumi_azure_native/network/v20230501/admin_rule_collection.py +1 -1
  1543. pulumi_azure_native/network/v20230501/application_gateway.py +1 -1
  1544. pulumi_azure_native/network/v20230501/application_gateway_private_endpoint_connection.py +1 -1
  1545. pulumi_azure_native/network/v20230501/application_security_group.py +1 -1
  1546. pulumi_azure_native/network/v20230501/azure_firewall.py +1 -1
  1547. pulumi_azure_native/network/v20230501/bastion_host.py +1 -1
  1548. pulumi_azure_native/network/v20230501/configuration_policy_group.py +1 -1
  1549. pulumi_azure_native/network/v20230501/connection_monitor.py +1 -1
  1550. pulumi_azure_native/network/v20230501/connectivity_configuration.py +1 -1
  1551. pulumi_azure_native/network/v20230501/custom_ip_prefix.py +1 -1
  1552. pulumi_azure_native/network/v20230501/ddos_custom_policy.py +1 -1
  1553. pulumi_azure_native/network/v20230501/ddos_protection_plan.py +1 -1
  1554. pulumi_azure_native/network/v20230501/default_admin_rule.py +1 -1
  1555. pulumi_azure_native/network/v20230501/dscp_configuration.py +1 -1
  1556. pulumi_azure_native/network/v20230501/express_route_circuit.py +1 -1
  1557. pulumi_azure_native/network/v20230501/express_route_circuit_authorization.py +1 -1
  1558. pulumi_azure_native/network/v20230501/express_route_circuit_connection.py +1 -1
  1559. pulumi_azure_native/network/v20230501/express_route_circuit_peering.py +1 -1
  1560. pulumi_azure_native/network/v20230501/express_route_connection.py +1 -1
  1561. pulumi_azure_native/network/v20230501/express_route_cross_connection_peering.py +1 -1
  1562. pulumi_azure_native/network/v20230501/express_route_gateway.py +1 -1
  1563. pulumi_azure_native/network/v20230501/express_route_port.py +1 -1
  1564. pulumi_azure_native/network/v20230501/express_route_port_authorization.py +1 -1
  1565. pulumi_azure_native/network/v20230501/firewall_policy.py +1 -1
  1566. pulumi_azure_native/network/v20230501/firewall_policy_rule_collection_group.py +1 -1
  1567. pulumi_azure_native/network/v20230501/flow_log.py +1 -1
  1568. pulumi_azure_native/network/v20230501/hub_route_table.py +1 -1
  1569. pulumi_azure_native/network/v20230501/hub_virtual_network_connection.py +1 -1
  1570. pulumi_azure_native/network/v20230501/inbound_nat_rule.py +1 -1
  1571. pulumi_azure_native/network/v20230501/ip_allocation.py +1 -1
  1572. pulumi_azure_native/network/v20230501/ip_group.py +1 -1
  1573. pulumi_azure_native/network/v20230501/load_balancer.py +1 -1
  1574. pulumi_azure_native/network/v20230501/load_balancer_backend_address_pool.py +1 -1
  1575. pulumi_azure_native/network/v20230501/local_network_gateway.py +1 -1
  1576. pulumi_azure_native/network/v20230501/management_group_network_manager_connection.py +1 -1
  1577. pulumi_azure_native/network/v20230501/nat_gateway.py +1 -1
  1578. pulumi_azure_native/network/v20230501/nat_rule.py +1 -1
  1579. pulumi_azure_native/network/v20230501/network_group.py +1 -1
  1580. pulumi_azure_native/network/v20230501/network_interface.py +1 -1
  1581. pulumi_azure_native/network/v20230501/network_interface_tap_configuration.py +1 -1
  1582. pulumi_azure_native/network/v20230501/network_manager.py +1 -1
  1583. pulumi_azure_native/network/v20230501/network_profile.py +1 -1
  1584. pulumi_azure_native/network/v20230501/network_security_group.py +1 -1
  1585. pulumi_azure_native/network/v20230501/network_virtual_appliance.py +1 -1
  1586. pulumi_azure_native/network/v20230501/network_watcher.py +1 -1
  1587. pulumi_azure_native/network/v20230501/p2s_vpn_gateway.py +1 -1
  1588. pulumi_azure_native/network/v20230501/packet_capture.py +1 -1
  1589. pulumi_azure_native/network/v20230501/private_dns_zone_group.py +1 -1
  1590. pulumi_azure_native/network/v20230501/private_endpoint.py +1 -1
  1591. pulumi_azure_native/network/v20230501/private_link_service.py +1 -1
  1592. pulumi_azure_native/network/v20230501/private_link_service_private_endpoint_connection.py +1 -1
  1593. pulumi_azure_native/network/v20230501/public_ip_address.py +1 -1
  1594. pulumi_azure_native/network/v20230501/public_ip_prefix.py +1 -1
  1595. pulumi_azure_native/network/v20230501/route.py +1 -1
  1596. pulumi_azure_native/network/v20230501/route_filter.py +1 -1
  1597. pulumi_azure_native/network/v20230501/route_filter_rule.py +1 -1
  1598. pulumi_azure_native/network/v20230501/route_map.py +1 -1
  1599. pulumi_azure_native/network/v20230501/route_table.py +1 -1
  1600. pulumi_azure_native/network/v20230501/routing_intent.py +1 -1
  1601. pulumi_azure_native/network/v20230501/scope_connection.py +1 -1
  1602. pulumi_azure_native/network/v20230501/security_admin_configuration.py +1 -1
  1603. pulumi_azure_native/network/v20230501/security_partner_provider.py +1 -1
  1604. pulumi_azure_native/network/v20230501/security_rule.py +1 -1
  1605. pulumi_azure_native/network/v20230501/service_endpoint_policy.py +1 -1
  1606. pulumi_azure_native/network/v20230501/service_endpoint_policy_definition.py +1 -1
  1607. pulumi_azure_native/network/v20230501/static_member.py +1 -1
  1608. pulumi_azure_native/network/v20230501/subnet.py +1 -1
  1609. pulumi_azure_native/network/v20230501/subscription_network_manager_connection.py +1 -1
  1610. pulumi_azure_native/network/v20230501/virtual_appliance_site.py +1 -1
  1611. pulumi_azure_native/network/v20230501/virtual_hub.py +1 -1
  1612. pulumi_azure_native/network/v20230501/virtual_hub_bgp_connection.py +1 -1
  1613. pulumi_azure_native/network/v20230501/virtual_hub_ip_configuration.py +1 -1
  1614. pulumi_azure_native/network/v20230501/virtual_hub_route_table_v2.py +1 -1
  1615. pulumi_azure_native/network/v20230501/virtual_network.py +1 -1
  1616. pulumi_azure_native/network/v20230501/virtual_network_gateway.py +1 -1
  1617. pulumi_azure_native/network/v20230501/virtual_network_gateway_connection.py +1 -1
  1618. pulumi_azure_native/network/v20230501/virtual_network_gateway_nat_rule.py +1 -1
  1619. pulumi_azure_native/network/v20230501/virtual_network_peering.py +1 -1
  1620. pulumi_azure_native/network/v20230501/virtual_network_tap.py +1 -1
  1621. pulumi_azure_native/network/v20230501/virtual_router.py +1 -1
  1622. pulumi_azure_native/network/v20230501/virtual_router_peering.py +1 -1
  1623. pulumi_azure_native/network/v20230501/virtual_wan.py +1 -1
  1624. pulumi_azure_native/network/v20230501/vpn_connection.py +1 -1
  1625. pulumi_azure_native/network/v20230501/vpn_gateway.py +1 -1
  1626. pulumi_azure_native/network/v20230501/vpn_server_configuration.py +1 -1
  1627. pulumi_azure_native/network/v20230501/vpn_site.py +1 -1
  1628. pulumi_azure_native/network/v20230501/web_application_firewall_policy.py +1 -1
  1629. pulumi_azure_native/network/v20230601/admin_rule.py +1 -1
  1630. pulumi_azure_native/network/v20230601/admin_rule_collection.py +1 -1
  1631. pulumi_azure_native/network/v20230601/application_gateway.py +1 -1
  1632. pulumi_azure_native/network/v20230601/application_gateway_private_endpoint_connection.py +1 -1
  1633. pulumi_azure_native/network/v20230601/application_security_group.py +1 -1
  1634. pulumi_azure_native/network/v20230601/azure_firewall.py +1 -1
  1635. pulumi_azure_native/network/v20230601/bastion_host.py +1 -1
  1636. pulumi_azure_native/network/v20230601/configuration_policy_group.py +1 -1
  1637. pulumi_azure_native/network/v20230601/connection_monitor.py +1 -1
  1638. pulumi_azure_native/network/v20230601/connectivity_configuration.py +1 -1
  1639. pulumi_azure_native/network/v20230601/custom_ip_prefix.py +1 -1
  1640. pulumi_azure_native/network/v20230601/ddos_custom_policy.py +1 -1
  1641. pulumi_azure_native/network/v20230601/ddos_protection_plan.py +1 -1
  1642. pulumi_azure_native/network/v20230601/default_admin_rule.py +1 -1
  1643. pulumi_azure_native/network/v20230601/dscp_configuration.py +1 -1
  1644. pulumi_azure_native/network/v20230601/express_route_circuit.py +1 -1
  1645. pulumi_azure_native/network/v20230601/express_route_circuit_authorization.py +1 -1
  1646. pulumi_azure_native/network/v20230601/express_route_circuit_connection.py +1 -1
  1647. pulumi_azure_native/network/v20230601/express_route_circuit_peering.py +1 -1
  1648. pulumi_azure_native/network/v20230601/express_route_connection.py +1 -1
  1649. pulumi_azure_native/network/v20230601/express_route_cross_connection_peering.py +1 -1
  1650. pulumi_azure_native/network/v20230601/express_route_gateway.py +1 -1
  1651. pulumi_azure_native/network/v20230601/express_route_port.py +1 -1
  1652. pulumi_azure_native/network/v20230601/express_route_port_authorization.py +1 -1
  1653. pulumi_azure_native/network/v20230601/firewall_policy.py +1 -1
  1654. pulumi_azure_native/network/v20230601/firewall_policy_rule_collection_group.py +1 -1
  1655. pulumi_azure_native/network/v20230601/flow_log.py +1 -1
  1656. pulumi_azure_native/network/v20230601/hub_route_table.py +1 -1
  1657. pulumi_azure_native/network/v20230601/hub_virtual_network_connection.py +1 -1
  1658. pulumi_azure_native/network/v20230601/inbound_nat_rule.py +1 -1
  1659. pulumi_azure_native/network/v20230601/ip_allocation.py +1 -1
  1660. pulumi_azure_native/network/v20230601/ip_group.py +1 -1
  1661. pulumi_azure_native/network/v20230601/load_balancer.py +1 -1
  1662. pulumi_azure_native/network/v20230601/load_balancer_backend_address_pool.py +1 -1
  1663. pulumi_azure_native/network/v20230601/local_network_gateway.py +1 -1
  1664. pulumi_azure_native/network/v20230601/management_group_network_manager_connection.py +1 -1
  1665. pulumi_azure_native/network/v20230601/nat_gateway.py +1 -1
  1666. pulumi_azure_native/network/v20230601/nat_rule.py +1 -1
  1667. pulumi_azure_native/network/v20230601/network_group.py +1 -1
  1668. pulumi_azure_native/network/v20230601/network_interface.py +1 -1
  1669. pulumi_azure_native/network/v20230601/network_interface_tap_configuration.py +1 -1
  1670. pulumi_azure_native/network/v20230601/network_manager.py +1 -1
  1671. pulumi_azure_native/network/v20230601/network_profile.py +1 -1
  1672. pulumi_azure_native/network/v20230601/network_security_group.py +1 -1
  1673. pulumi_azure_native/network/v20230601/network_virtual_appliance.py +1 -1
  1674. pulumi_azure_native/network/v20230601/network_virtual_appliance_connection.py +1 -1
  1675. pulumi_azure_native/network/v20230601/network_watcher.py +1 -1
  1676. pulumi_azure_native/network/v20230601/p2s_vpn_gateway.py +1 -1
  1677. pulumi_azure_native/network/v20230601/packet_capture.py +1 -1
  1678. pulumi_azure_native/network/v20230601/private_dns_zone_group.py +1 -1
  1679. pulumi_azure_native/network/v20230601/private_endpoint.py +1 -1
  1680. pulumi_azure_native/network/v20230601/private_link_service.py +1 -1
  1681. pulumi_azure_native/network/v20230601/private_link_service_private_endpoint_connection.py +1 -1
  1682. pulumi_azure_native/network/v20230601/public_ip_address.py +1 -1
  1683. pulumi_azure_native/network/v20230601/public_ip_prefix.py +1 -1
  1684. pulumi_azure_native/network/v20230601/route.py +1 -1
  1685. pulumi_azure_native/network/v20230601/route_filter.py +1 -1
  1686. pulumi_azure_native/network/v20230601/route_filter_rule.py +1 -1
  1687. pulumi_azure_native/network/v20230601/route_map.py +1 -1
  1688. pulumi_azure_native/network/v20230601/route_table.py +1 -1
  1689. pulumi_azure_native/network/v20230601/routing_intent.py +1 -1
  1690. pulumi_azure_native/network/v20230601/scope_connection.py +1 -1
  1691. pulumi_azure_native/network/v20230601/security_admin_configuration.py +1 -1
  1692. pulumi_azure_native/network/v20230601/security_partner_provider.py +1 -1
  1693. pulumi_azure_native/network/v20230601/security_rule.py +1 -1
  1694. pulumi_azure_native/network/v20230601/service_endpoint_policy.py +1 -1
  1695. pulumi_azure_native/network/v20230601/service_endpoint_policy_definition.py +1 -1
  1696. pulumi_azure_native/network/v20230601/static_member.py +1 -1
  1697. pulumi_azure_native/network/v20230601/subnet.py +1 -1
  1698. pulumi_azure_native/network/v20230601/subscription_network_manager_connection.py +1 -1
  1699. pulumi_azure_native/network/v20230601/virtual_appliance_site.py +1 -1
  1700. pulumi_azure_native/network/v20230601/virtual_hub.py +1 -1
  1701. pulumi_azure_native/network/v20230601/virtual_hub_bgp_connection.py +1 -1
  1702. pulumi_azure_native/network/v20230601/virtual_hub_ip_configuration.py +1 -1
  1703. pulumi_azure_native/network/v20230601/virtual_hub_route_table_v2.py +1 -1
  1704. pulumi_azure_native/network/v20230601/virtual_network.py +1 -1
  1705. pulumi_azure_native/network/v20230601/virtual_network_gateway.py +1 -1
  1706. pulumi_azure_native/network/v20230601/virtual_network_gateway_connection.py +1 -1
  1707. pulumi_azure_native/network/v20230601/virtual_network_gateway_nat_rule.py +1 -1
  1708. pulumi_azure_native/network/v20230601/virtual_network_peering.py +1 -1
  1709. pulumi_azure_native/network/v20230601/virtual_network_tap.py +1 -1
  1710. pulumi_azure_native/network/v20230601/virtual_router.py +1 -1
  1711. pulumi_azure_native/network/v20230601/virtual_router_peering.py +1 -1
  1712. pulumi_azure_native/network/v20230601/virtual_wan.py +1 -1
  1713. pulumi_azure_native/network/v20230601/vpn_connection.py +1 -1
  1714. pulumi_azure_native/network/v20230601/vpn_gateway.py +1 -1
  1715. pulumi_azure_native/network/v20230601/vpn_server_configuration.py +1 -1
  1716. pulumi_azure_native/network/v20230601/vpn_site.py +1 -1
  1717. pulumi_azure_native/network/v20230601/web_application_firewall_policy.py +1 -1
  1718. pulumi_azure_native/network/v20230901/admin_rule.py +1 -1
  1719. pulumi_azure_native/network/v20230901/admin_rule_collection.py +1 -1
  1720. pulumi_azure_native/network/v20230901/application_gateway.py +1 -1
  1721. pulumi_azure_native/network/v20230901/application_gateway_private_endpoint_connection.py +1 -1
  1722. pulumi_azure_native/network/v20230901/application_security_group.py +1 -1
  1723. pulumi_azure_native/network/v20230901/azure_firewall.py +1 -1
  1724. pulumi_azure_native/network/v20230901/bastion_host.py +1 -1
  1725. pulumi_azure_native/network/v20230901/configuration_policy_group.py +1 -1
  1726. pulumi_azure_native/network/v20230901/connection_monitor.py +1 -1
  1727. pulumi_azure_native/network/v20230901/connectivity_configuration.py +1 -1
  1728. pulumi_azure_native/network/v20230901/custom_ip_prefix.py +1 -1
  1729. pulumi_azure_native/network/v20230901/ddos_custom_policy.py +1 -1
  1730. pulumi_azure_native/network/v20230901/ddos_protection_plan.py +1 -1
  1731. pulumi_azure_native/network/v20230901/default_admin_rule.py +1 -1
  1732. pulumi_azure_native/network/v20230901/dscp_configuration.py +1 -1
  1733. pulumi_azure_native/network/v20230901/express_route_circuit.py +1 -1
  1734. pulumi_azure_native/network/v20230901/express_route_circuit_authorization.py +1 -1
  1735. pulumi_azure_native/network/v20230901/express_route_circuit_connection.py +1 -1
  1736. pulumi_azure_native/network/v20230901/express_route_circuit_peering.py +1 -1
  1737. pulumi_azure_native/network/v20230901/express_route_connection.py +1 -1
  1738. pulumi_azure_native/network/v20230901/express_route_cross_connection_peering.py +1 -1
  1739. pulumi_azure_native/network/v20230901/express_route_gateway.py +1 -1
  1740. pulumi_azure_native/network/v20230901/express_route_port.py +1 -1
  1741. pulumi_azure_native/network/v20230901/express_route_port_authorization.py +1 -1
  1742. pulumi_azure_native/network/v20230901/firewall_policy.py +1 -1
  1743. pulumi_azure_native/network/v20230901/firewall_policy_rule_collection_group.py +1 -1
  1744. pulumi_azure_native/network/v20230901/flow_log.py +1 -1
  1745. pulumi_azure_native/network/v20230901/hub_route_table.py +1 -1
  1746. pulumi_azure_native/network/v20230901/hub_virtual_network_connection.py +1 -1
  1747. pulumi_azure_native/network/v20230901/inbound_nat_rule.py +1 -1
  1748. pulumi_azure_native/network/v20230901/ip_allocation.py +1 -1
  1749. pulumi_azure_native/network/v20230901/ip_group.py +1 -1
  1750. pulumi_azure_native/network/v20230901/load_balancer.py +1 -1
  1751. pulumi_azure_native/network/v20230901/load_balancer_backend_address_pool.py +1 -1
  1752. pulumi_azure_native/network/v20230901/local_network_gateway.py +1 -1
  1753. pulumi_azure_native/network/v20230901/management_group_network_manager_connection.py +1 -1
  1754. pulumi_azure_native/network/v20230901/nat_gateway.py +1 -1
  1755. pulumi_azure_native/network/v20230901/nat_rule.py +1 -1
  1756. pulumi_azure_native/network/v20230901/network_group.py +1 -1
  1757. pulumi_azure_native/network/v20230901/network_interface.py +1 -1
  1758. pulumi_azure_native/network/v20230901/network_interface_tap_configuration.py +1 -1
  1759. pulumi_azure_native/network/v20230901/network_manager.py +1 -1
  1760. pulumi_azure_native/network/v20230901/network_profile.py +1 -1
  1761. pulumi_azure_native/network/v20230901/network_security_group.py +1 -1
  1762. pulumi_azure_native/network/v20230901/network_virtual_appliance.py +1 -1
  1763. pulumi_azure_native/network/v20230901/network_virtual_appliance_connection.py +1 -1
  1764. pulumi_azure_native/network/v20230901/network_watcher.py +1 -1
  1765. pulumi_azure_native/network/v20230901/p2s_vpn_gateway.py +1 -1
  1766. pulumi_azure_native/network/v20230901/packet_capture.py +1 -1
  1767. pulumi_azure_native/network/v20230901/private_dns_zone_group.py +1 -1
  1768. pulumi_azure_native/network/v20230901/private_endpoint.py +1 -1
  1769. pulumi_azure_native/network/v20230901/private_link_service.py +1 -1
  1770. pulumi_azure_native/network/v20230901/private_link_service_private_endpoint_connection.py +1 -1
  1771. pulumi_azure_native/network/v20230901/public_ip_address.py +1 -1
  1772. pulumi_azure_native/network/v20230901/public_ip_prefix.py +1 -1
  1773. pulumi_azure_native/network/v20230901/route.py +1 -1
  1774. pulumi_azure_native/network/v20230901/route_filter.py +1 -1
  1775. pulumi_azure_native/network/v20230901/route_filter_rule.py +1 -1
  1776. pulumi_azure_native/network/v20230901/route_map.py +1 -1
  1777. pulumi_azure_native/network/v20230901/route_table.py +1 -1
  1778. pulumi_azure_native/network/v20230901/routing_intent.py +1 -1
  1779. pulumi_azure_native/network/v20230901/scope_connection.py +1 -1
  1780. pulumi_azure_native/network/v20230901/security_admin_configuration.py +1 -1
  1781. pulumi_azure_native/network/v20230901/security_partner_provider.py +1 -1
  1782. pulumi_azure_native/network/v20230901/security_rule.py +1 -1
  1783. pulumi_azure_native/network/v20230901/service_endpoint_policy.py +1 -1
  1784. pulumi_azure_native/network/v20230901/service_endpoint_policy_definition.py +1 -1
  1785. pulumi_azure_native/network/v20230901/static_member.py +1 -1
  1786. pulumi_azure_native/network/v20230901/subnet.py +1 -1
  1787. pulumi_azure_native/network/v20230901/subscription_network_manager_connection.py +1 -1
  1788. pulumi_azure_native/network/v20230901/virtual_appliance_site.py +1 -1
  1789. pulumi_azure_native/network/v20230901/virtual_hub.py +1 -1
  1790. pulumi_azure_native/network/v20230901/virtual_hub_bgp_connection.py +1 -1
  1791. pulumi_azure_native/network/v20230901/virtual_hub_ip_configuration.py +1 -1
  1792. pulumi_azure_native/network/v20230901/virtual_hub_route_table_v2.py +1 -1
  1793. pulumi_azure_native/network/v20230901/virtual_network.py +1 -1
  1794. pulumi_azure_native/network/v20230901/virtual_network_gateway.py +1 -1
  1795. pulumi_azure_native/network/v20230901/virtual_network_gateway_connection.py +1 -1
  1796. pulumi_azure_native/network/v20230901/virtual_network_gateway_nat_rule.py +1 -1
  1797. pulumi_azure_native/network/v20230901/virtual_network_peering.py +1 -1
  1798. pulumi_azure_native/network/v20230901/virtual_network_tap.py +1 -1
  1799. pulumi_azure_native/network/v20230901/virtual_router.py +1 -1
  1800. pulumi_azure_native/network/v20230901/virtual_router_peering.py +1 -1
  1801. pulumi_azure_native/network/v20230901/virtual_wan.py +1 -1
  1802. pulumi_azure_native/network/v20230901/vpn_connection.py +1 -1
  1803. pulumi_azure_native/network/v20230901/vpn_gateway.py +1 -1
  1804. pulumi_azure_native/network/v20230901/vpn_server_configuration.py +1 -1
  1805. pulumi_azure_native/network/v20230901/vpn_site.py +1 -1
  1806. pulumi_azure_native/network/v20230901/web_application_firewall_policy.py +1 -1
  1807. pulumi_azure_native/network/v20231101/admin_rule.py +1 -1
  1808. pulumi_azure_native/network/v20231101/admin_rule_collection.py +1 -1
  1809. pulumi_azure_native/network/v20231101/application_gateway.py +1 -1
  1810. pulumi_azure_native/network/v20231101/application_gateway_private_endpoint_connection.py +1 -1
  1811. pulumi_azure_native/network/v20231101/application_security_group.py +1 -1
  1812. pulumi_azure_native/network/v20231101/azure_firewall.py +1 -1
  1813. pulumi_azure_native/network/v20231101/bastion_host.py +1 -1
  1814. pulumi_azure_native/network/v20231101/configuration_policy_group.py +1 -1
  1815. pulumi_azure_native/network/v20231101/connection_monitor.py +1 -1
  1816. pulumi_azure_native/network/v20231101/connectivity_configuration.py +1 -1
  1817. pulumi_azure_native/network/v20231101/custom_ip_prefix.py +1 -1
  1818. pulumi_azure_native/network/v20231101/ddos_custom_policy.py +1 -1
  1819. pulumi_azure_native/network/v20231101/ddos_protection_plan.py +1 -1
  1820. pulumi_azure_native/network/v20231101/default_admin_rule.py +1 -1
  1821. pulumi_azure_native/network/v20231101/dscp_configuration.py +1 -1
  1822. pulumi_azure_native/network/v20231101/express_route_circuit.py +1 -1
  1823. pulumi_azure_native/network/v20231101/express_route_circuit_authorization.py +1 -1
  1824. pulumi_azure_native/network/v20231101/express_route_circuit_connection.py +1 -1
  1825. pulumi_azure_native/network/v20231101/express_route_circuit_peering.py +1 -1
  1826. pulumi_azure_native/network/v20231101/express_route_connection.py +1 -1
  1827. pulumi_azure_native/network/v20231101/express_route_cross_connection_peering.py +1 -1
  1828. pulumi_azure_native/network/v20231101/express_route_gateway.py +1 -1
  1829. pulumi_azure_native/network/v20231101/express_route_port.py +1 -1
  1830. pulumi_azure_native/network/v20231101/express_route_port_authorization.py +1 -1
  1831. pulumi_azure_native/network/v20231101/firewall_policy.py +1 -1
  1832. pulumi_azure_native/network/v20231101/firewall_policy_draft.py +1 -1
  1833. pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group.py +1 -1
  1834. pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group_draft.py +1 -1
  1835. pulumi_azure_native/network/v20231101/flow_log.py +1 -1
  1836. pulumi_azure_native/network/v20231101/hub_route_table.py +1 -1
  1837. pulumi_azure_native/network/v20231101/hub_virtual_network_connection.py +1 -1
  1838. pulumi_azure_native/network/v20231101/inbound_nat_rule.py +1 -1
  1839. pulumi_azure_native/network/v20231101/ip_allocation.py +1 -1
  1840. pulumi_azure_native/network/v20231101/ip_group.py +1 -1
  1841. pulumi_azure_native/network/v20231101/load_balancer.py +1 -1
  1842. pulumi_azure_native/network/v20231101/load_balancer_backend_address_pool.py +1 -1
  1843. pulumi_azure_native/network/v20231101/local_network_gateway.py +1 -1
  1844. pulumi_azure_native/network/v20231101/management_group_network_manager_connection.py +1 -1
  1845. pulumi_azure_native/network/v20231101/nat_gateway.py +1 -1
  1846. pulumi_azure_native/network/v20231101/nat_rule.py +1 -1
  1847. pulumi_azure_native/network/v20231101/network_group.py +1 -1
  1848. pulumi_azure_native/network/v20231101/network_interface.py +1 -1
  1849. pulumi_azure_native/network/v20231101/network_interface_tap_configuration.py +1 -1
  1850. pulumi_azure_native/network/v20231101/network_manager.py +1 -1
  1851. pulumi_azure_native/network/v20231101/network_profile.py +1 -1
  1852. pulumi_azure_native/network/v20231101/network_security_group.py +1 -1
  1853. pulumi_azure_native/network/v20231101/network_virtual_appliance.py +1 -1
  1854. pulumi_azure_native/network/v20231101/network_virtual_appliance_connection.py +1 -1
  1855. pulumi_azure_native/network/v20231101/network_watcher.py +1 -1
  1856. pulumi_azure_native/network/v20231101/p2s_vpn_gateway.py +1 -1
  1857. pulumi_azure_native/network/v20231101/packet_capture.py +1 -1
  1858. pulumi_azure_native/network/v20231101/private_dns_zone_group.py +1 -1
  1859. pulumi_azure_native/network/v20231101/private_endpoint.py +1 -1
  1860. pulumi_azure_native/network/v20231101/private_link_service.py +1 -1
  1861. pulumi_azure_native/network/v20231101/private_link_service_private_endpoint_connection.py +1 -1
  1862. pulumi_azure_native/network/v20231101/public_ip_address.py +1 -1
  1863. pulumi_azure_native/network/v20231101/public_ip_prefix.py +1 -1
  1864. pulumi_azure_native/network/v20231101/route.py +1 -1
  1865. pulumi_azure_native/network/v20231101/route_filter.py +1 -1
  1866. pulumi_azure_native/network/v20231101/route_filter_rule.py +1 -1
  1867. pulumi_azure_native/network/v20231101/route_map.py +1 -1
  1868. pulumi_azure_native/network/v20231101/route_table.py +1 -1
  1869. pulumi_azure_native/network/v20231101/routing_intent.py +1 -1
  1870. pulumi_azure_native/network/v20231101/scope_connection.py +1 -1
  1871. pulumi_azure_native/network/v20231101/security_admin_configuration.py +1 -1
  1872. pulumi_azure_native/network/v20231101/security_partner_provider.py +1 -1
  1873. pulumi_azure_native/network/v20231101/security_rule.py +1 -1
  1874. pulumi_azure_native/network/v20231101/service_endpoint_policy.py +1 -1
  1875. pulumi_azure_native/network/v20231101/service_endpoint_policy_definition.py +1 -1
  1876. pulumi_azure_native/network/v20231101/static_member.py +1 -1
  1877. pulumi_azure_native/network/v20231101/subnet.py +1 -1
  1878. pulumi_azure_native/network/v20231101/subscription_network_manager_connection.py +1 -1
  1879. pulumi_azure_native/network/v20231101/virtual_appliance_site.py +1 -1
  1880. pulumi_azure_native/network/v20231101/virtual_hub.py +1 -1
  1881. pulumi_azure_native/network/v20231101/virtual_hub_bgp_connection.py +1 -1
  1882. pulumi_azure_native/network/v20231101/virtual_hub_ip_configuration.py +1 -1
  1883. pulumi_azure_native/network/v20231101/virtual_hub_route_table_v2.py +1 -1
  1884. pulumi_azure_native/network/v20231101/virtual_network.py +1 -1
  1885. pulumi_azure_native/network/v20231101/virtual_network_gateway.py +1 -1
  1886. pulumi_azure_native/network/v20231101/virtual_network_gateway_connection.py +1 -1
  1887. pulumi_azure_native/network/v20231101/virtual_network_gateway_nat_rule.py +1 -1
  1888. pulumi_azure_native/network/v20231101/virtual_network_peering.py +1 -1
  1889. pulumi_azure_native/network/v20231101/virtual_network_tap.py +1 -1
  1890. pulumi_azure_native/network/v20231101/virtual_router.py +1 -1
  1891. pulumi_azure_native/network/v20231101/virtual_router_peering.py +1 -1
  1892. pulumi_azure_native/network/v20231101/virtual_wan.py +1 -1
  1893. pulumi_azure_native/network/v20231101/vpn_connection.py +1 -1
  1894. pulumi_azure_native/network/v20231101/vpn_gateway.py +1 -1
  1895. pulumi_azure_native/network/v20231101/vpn_server_configuration.py +1 -1
  1896. pulumi_azure_native/network/v20231101/vpn_site.py +1 -1
  1897. pulumi_azure_native/network/v20231101/web_application_firewall_policy.py +1 -1
  1898. pulumi_azure_native/network/v20240101/admin_rule.py +1 -1
  1899. pulumi_azure_native/network/v20240101/admin_rule_collection.py +1 -1
  1900. pulumi_azure_native/network/v20240101/application_gateway.py +1 -1
  1901. pulumi_azure_native/network/v20240101/application_gateway_private_endpoint_connection.py +1 -1
  1902. pulumi_azure_native/network/v20240101/application_security_group.py +1 -1
  1903. pulumi_azure_native/network/v20240101/azure_firewall.py +1 -1
  1904. pulumi_azure_native/network/v20240101/bastion_host.py +1 -1
  1905. pulumi_azure_native/network/v20240101/configuration_policy_group.py +1 -1
  1906. pulumi_azure_native/network/v20240101/connection_monitor.py +1 -1
  1907. pulumi_azure_native/network/v20240101/connectivity_configuration.py +1 -1
  1908. pulumi_azure_native/network/v20240101/custom_ip_prefix.py +1 -1
  1909. pulumi_azure_native/network/v20240101/ddos_custom_policy.py +1 -1
  1910. pulumi_azure_native/network/v20240101/ddos_protection_plan.py +1 -1
  1911. pulumi_azure_native/network/v20240101/default_admin_rule.py +1 -1
  1912. pulumi_azure_native/network/v20240101/dscp_configuration.py +1 -1
  1913. pulumi_azure_native/network/v20240101/express_route_circuit.py +1 -1
  1914. pulumi_azure_native/network/v20240101/express_route_circuit_authorization.py +1 -1
  1915. pulumi_azure_native/network/v20240101/express_route_circuit_connection.py +1 -1
  1916. pulumi_azure_native/network/v20240101/express_route_circuit_peering.py +1 -1
  1917. pulumi_azure_native/network/v20240101/express_route_connection.py +1 -1
  1918. pulumi_azure_native/network/v20240101/express_route_cross_connection_peering.py +1 -1
  1919. pulumi_azure_native/network/v20240101/express_route_gateway.py +1 -1
  1920. pulumi_azure_native/network/v20240101/express_route_port.py +1 -1
  1921. pulumi_azure_native/network/v20240101/express_route_port_authorization.py +1 -1
  1922. pulumi_azure_native/network/v20240101/firewall_policy.py +1 -1
  1923. pulumi_azure_native/network/v20240101/firewall_policy_draft.py +1 -1
  1924. pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group.py +1 -1
  1925. pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group_draft.py +1 -1
  1926. pulumi_azure_native/network/v20240101/flow_log.py +1 -1
  1927. pulumi_azure_native/network/v20240101/hub_route_table.py +1 -1
  1928. pulumi_azure_native/network/v20240101/hub_virtual_network_connection.py +1 -1
  1929. pulumi_azure_native/network/v20240101/inbound_nat_rule.py +1 -1
  1930. pulumi_azure_native/network/v20240101/ip_allocation.py +1 -1
  1931. pulumi_azure_native/network/v20240101/ip_group.py +1 -1
  1932. pulumi_azure_native/network/v20240101/load_balancer.py +1 -1
  1933. pulumi_azure_native/network/v20240101/load_balancer_backend_address_pool.py +1 -1
  1934. pulumi_azure_native/network/v20240101/local_network_gateway.py +1 -1
  1935. pulumi_azure_native/network/v20240101/management_group_network_manager_connection.py +1 -1
  1936. pulumi_azure_native/network/v20240101/nat_gateway.py +1 -1
  1937. pulumi_azure_native/network/v20240101/nat_rule.py +1 -1
  1938. pulumi_azure_native/network/v20240101/network_group.py +1 -1
  1939. pulumi_azure_native/network/v20240101/network_interface.py +1 -1
  1940. pulumi_azure_native/network/v20240101/network_interface_tap_configuration.py +1 -1
  1941. pulumi_azure_native/network/v20240101/network_manager.py +1 -1
  1942. pulumi_azure_native/network/v20240101/network_profile.py +1 -1
  1943. pulumi_azure_native/network/v20240101/network_security_group.py +1 -1
  1944. pulumi_azure_native/network/v20240101/network_virtual_appliance.py +1 -1
  1945. pulumi_azure_native/network/v20240101/network_virtual_appliance_connection.py +1 -1
  1946. pulumi_azure_native/network/v20240101/network_watcher.py +1 -1
  1947. pulumi_azure_native/network/v20240101/p2s_vpn_gateway.py +1 -1
  1948. pulumi_azure_native/network/v20240101/packet_capture.py +1 -1
  1949. pulumi_azure_native/network/v20240101/private_dns_zone_group.py +1 -1
  1950. pulumi_azure_native/network/v20240101/private_endpoint.py +1 -1
  1951. pulumi_azure_native/network/v20240101/private_link_service.py +1 -1
  1952. pulumi_azure_native/network/v20240101/private_link_service_private_endpoint_connection.py +1 -1
  1953. pulumi_azure_native/network/v20240101/public_ip_address.py +1 -1
  1954. pulumi_azure_native/network/v20240101/public_ip_prefix.py +1 -1
  1955. pulumi_azure_native/network/v20240101/route.py +1 -1
  1956. pulumi_azure_native/network/v20240101/route_filter.py +1 -1
  1957. pulumi_azure_native/network/v20240101/route_filter_rule.py +1 -1
  1958. pulumi_azure_native/network/v20240101/route_map.py +1 -1
  1959. pulumi_azure_native/network/v20240101/route_table.py +1 -1
  1960. pulumi_azure_native/network/v20240101/routing_intent.py +1 -1
  1961. pulumi_azure_native/network/v20240101/scope_connection.py +1 -1
  1962. pulumi_azure_native/network/v20240101/security_admin_configuration.py +1 -1
  1963. pulumi_azure_native/network/v20240101/security_partner_provider.py +1 -1
  1964. pulumi_azure_native/network/v20240101/security_rule.py +1 -1
  1965. pulumi_azure_native/network/v20240101/service_endpoint_policy.py +1 -1
  1966. pulumi_azure_native/network/v20240101/service_endpoint_policy_definition.py +1 -1
  1967. pulumi_azure_native/network/v20240101/static_member.py +1 -1
  1968. pulumi_azure_native/network/v20240101/subnet.py +1 -1
  1969. pulumi_azure_native/network/v20240101/subscription_network_manager_connection.py +1 -1
  1970. pulumi_azure_native/network/v20240101/virtual_appliance_site.py +1 -1
  1971. pulumi_azure_native/network/v20240101/virtual_hub.py +1 -1
  1972. pulumi_azure_native/network/v20240101/virtual_hub_bgp_connection.py +1 -1
  1973. pulumi_azure_native/network/v20240101/virtual_hub_ip_configuration.py +1 -1
  1974. pulumi_azure_native/network/v20240101/virtual_hub_route_table_v2.py +1 -1
  1975. pulumi_azure_native/network/v20240101/virtual_network.py +1 -1
  1976. pulumi_azure_native/network/v20240101/virtual_network_gateway.py +1 -1
  1977. pulumi_azure_native/network/v20240101/virtual_network_gateway_connection.py +1 -1
  1978. pulumi_azure_native/network/v20240101/virtual_network_gateway_nat_rule.py +1 -1
  1979. pulumi_azure_native/network/v20240101/virtual_network_peering.py +1 -1
  1980. pulumi_azure_native/network/v20240101/virtual_network_tap.py +1 -1
  1981. pulumi_azure_native/network/v20240101/virtual_router.py +1 -1
  1982. pulumi_azure_native/network/v20240101/virtual_router_peering.py +1 -1
  1983. pulumi_azure_native/network/v20240101/virtual_wan.py +1 -1
  1984. pulumi_azure_native/network/v20240101/vpn_connection.py +1 -1
  1985. pulumi_azure_native/network/v20240101/vpn_gateway.py +1 -1
  1986. pulumi_azure_native/network/v20240101/vpn_server_configuration.py +1 -1
  1987. pulumi_azure_native/network/v20240101/vpn_site.py +1 -1
  1988. pulumi_azure_native/network/v20240101/web_application_firewall_policy.py +1 -1
  1989. pulumi_azure_native/network/v20240101preview/admin_rule.py +1 -1
  1990. pulumi_azure_native/network/v20240101preview/admin_rule_collection.py +1 -1
  1991. pulumi_azure_native/network/v20240101preview/default_admin_rule.py +1 -1
  1992. pulumi_azure_native/network/v20240101preview/ipam_pool.py +1 -1
  1993. pulumi_azure_native/network/v20240101preview/network_manager.py +1 -1
  1994. pulumi_azure_native/network/v20240101preview/reachability_analysis_intent.py +1 -1
  1995. pulumi_azure_native/network/v20240101preview/reachability_analysis_run.py +1 -1
  1996. pulumi_azure_native/network/v20240101preview/security_admin_configuration.py +1 -1
  1997. pulumi_azure_native/network/v20240101preview/static_cidr.py +1 -1
  1998. pulumi_azure_native/network/v20240101preview/verifier_workspace.py +1 -1
  1999. pulumi_azure_native/network/v20240301/admin_rule.py +1 -1
  2000. pulumi_azure_native/network/v20240301/admin_rule_collection.py +1 -1
  2001. pulumi_azure_native/network/v20240301/application_gateway.py +1 -1
  2002. pulumi_azure_native/network/v20240301/application_gateway_private_endpoint_connection.py +1 -1
  2003. pulumi_azure_native/network/v20240301/application_security_group.py +1 -1
  2004. pulumi_azure_native/network/v20240301/azure_firewall.py +1 -1
  2005. pulumi_azure_native/network/v20240301/bastion_host.py +1 -1
  2006. pulumi_azure_native/network/v20240301/configuration_policy_group.py +1 -1
  2007. pulumi_azure_native/network/v20240301/connection_monitor.py +1 -1
  2008. pulumi_azure_native/network/v20240301/connectivity_configuration.py +1 -1
  2009. pulumi_azure_native/network/v20240301/custom_ip_prefix.py +1 -1
  2010. pulumi_azure_native/network/v20240301/ddos_custom_policy.py +1 -1
  2011. pulumi_azure_native/network/v20240301/ddos_protection_plan.py +1 -1
  2012. pulumi_azure_native/network/v20240301/default_admin_rule.py +1 -1
  2013. pulumi_azure_native/network/v20240301/dscp_configuration.py +1 -1
  2014. pulumi_azure_native/network/v20240301/express_route_circuit.py +1 -1
  2015. pulumi_azure_native/network/v20240301/express_route_circuit_authorization.py +1 -1
  2016. pulumi_azure_native/network/v20240301/express_route_circuit_connection.py +1 -1
  2017. pulumi_azure_native/network/v20240301/express_route_circuit_peering.py +1 -1
  2018. pulumi_azure_native/network/v20240301/express_route_connection.py +1 -1
  2019. pulumi_azure_native/network/v20240301/express_route_cross_connection_peering.py +1 -1
  2020. pulumi_azure_native/network/v20240301/express_route_gateway.py +1 -1
  2021. pulumi_azure_native/network/v20240301/express_route_port.py +1 -1
  2022. pulumi_azure_native/network/v20240301/express_route_port_authorization.py +1 -1
  2023. pulumi_azure_native/network/v20240301/firewall_policy.py +1 -1
  2024. pulumi_azure_native/network/v20240301/firewall_policy_draft.py +1 -1
  2025. pulumi_azure_native/network/v20240301/firewall_policy_rule_collection_group.py +1 -1
  2026. pulumi_azure_native/network/v20240301/firewall_policy_rule_collection_group_draft.py +1 -1
  2027. pulumi_azure_native/network/v20240301/flow_log.py +1 -1
  2028. pulumi_azure_native/network/v20240301/hub_route_table.py +1 -1
  2029. pulumi_azure_native/network/v20240301/hub_virtual_network_connection.py +1 -1
  2030. pulumi_azure_native/network/v20240301/inbound_nat_rule.py +1 -1
  2031. pulumi_azure_native/network/v20240301/ip_allocation.py +1 -1
  2032. pulumi_azure_native/network/v20240301/ip_group.py +1 -1
  2033. pulumi_azure_native/network/v20240301/load_balancer.py +1 -1
  2034. pulumi_azure_native/network/v20240301/load_balancer_backend_address_pool.py +1 -1
  2035. pulumi_azure_native/network/v20240301/local_network_gateway.py +1 -1
  2036. pulumi_azure_native/network/v20240301/management_group_network_manager_connection.py +1 -1
  2037. pulumi_azure_native/network/v20240301/nat_gateway.py +1 -1
  2038. pulumi_azure_native/network/v20240301/nat_rule.py +1 -1
  2039. pulumi_azure_native/network/v20240301/network_group.py +1 -1
  2040. pulumi_azure_native/network/v20240301/network_interface.py +1 -1
  2041. pulumi_azure_native/network/v20240301/network_interface_tap_configuration.py +1 -1
  2042. pulumi_azure_native/network/v20240301/network_manager.py +1 -1
  2043. pulumi_azure_native/network/v20240301/network_manager_routing_configuration.py +1 -1
  2044. pulumi_azure_native/network/v20240301/network_profile.py +1 -1
  2045. pulumi_azure_native/network/v20240301/network_security_group.py +1 -1
  2046. pulumi_azure_native/network/v20240301/network_virtual_appliance.py +1 -1
  2047. pulumi_azure_native/network/v20240301/network_virtual_appliance_connection.py +1 -1
  2048. pulumi_azure_native/network/v20240301/network_watcher.py +1 -1
  2049. pulumi_azure_native/network/v20240301/p2s_vpn_gateway.py +1 -1
  2050. pulumi_azure_native/network/v20240301/packet_capture.py +1 -1
  2051. pulumi_azure_native/network/v20240301/private_dns_zone_group.py +1 -1
  2052. pulumi_azure_native/network/v20240301/private_endpoint.py +1 -1
  2053. pulumi_azure_native/network/v20240301/private_link_service.py +1 -1
  2054. pulumi_azure_native/network/v20240301/private_link_service_private_endpoint_connection.py +1 -1
  2055. pulumi_azure_native/network/v20240301/public_ip_address.py +1 -1
  2056. pulumi_azure_native/network/v20240301/public_ip_prefix.py +1 -1
  2057. pulumi_azure_native/network/v20240301/route.py +1 -1
  2058. pulumi_azure_native/network/v20240301/route_filter.py +1 -1
  2059. pulumi_azure_native/network/v20240301/route_filter_rule.py +1 -1
  2060. pulumi_azure_native/network/v20240301/route_map.py +1 -1
  2061. pulumi_azure_native/network/v20240301/route_table.py +1 -1
  2062. pulumi_azure_native/network/v20240301/routing_intent.py +1 -1
  2063. pulumi_azure_native/network/v20240301/routing_rule.py +1 -1
  2064. pulumi_azure_native/network/v20240301/routing_rule_collection.py +1 -1
  2065. pulumi_azure_native/network/v20240301/scope_connection.py +1 -1
  2066. pulumi_azure_native/network/v20240301/security_admin_configuration.py +1 -1
  2067. pulumi_azure_native/network/v20240301/security_partner_provider.py +1 -1
  2068. pulumi_azure_native/network/v20240301/security_rule.py +1 -1
  2069. pulumi_azure_native/network/v20240301/security_user_configuration.py +1 -1
  2070. pulumi_azure_native/network/v20240301/security_user_rule.py +1 -1
  2071. pulumi_azure_native/network/v20240301/security_user_rule_collection.py +1 -1
  2072. pulumi_azure_native/network/v20240301/service_endpoint_policy.py +1 -1
  2073. pulumi_azure_native/network/v20240301/service_endpoint_policy_definition.py +1 -1
  2074. pulumi_azure_native/network/v20240301/static_member.py +1 -1
  2075. pulumi_azure_native/network/v20240301/subnet.py +1 -1
  2076. pulumi_azure_native/network/v20240301/subscription_network_manager_connection.py +1 -1
  2077. pulumi_azure_native/network/v20240301/virtual_appliance_site.py +1 -1
  2078. pulumi_azure_native/network/v20240301/virtual_hub.py +1 -1
  2079. pulumi_azure_native/network/v20240301/virtual_hub_bgp_connection.py +1 -1
  2080. pulumi_azure_native/network/v20240301/virtual_hub_ip_configuration.py +1 -1
  2081. pulumi_azure_native/network/v20240301/virtual_hub_route_table_v2.py +1 -1
  2082. pulumi_azure_native/network/v20240301/virtual_network.py +1 -1
  2083. pulumi_azure_native/network/v20240301/virtual_network_gateway.py +1 -1
  2084. pulumi_azure_native/network/v20240301/virtual_network_gateway_connection.py +1 -1
  2085. pulumi_azure_native/network/v20240301/virtual_network_gateway_nat_rule.py +1 -1
  2086. pulumi_azure_native/network/v20240301/virtual_network_peering.py +1 -1
  2087. pulumi_azure_native/network/v20240301/virtual_network_tap.py +1 -1
  2088. pulumi_azure_native/network/v20240301/virtual_router.py +1 -1
  2089. pulumi_azure_native/network/v20240301/virtual_router_peering.py +1 -1
  2090. pulumi_azure_native/network/v20240301/virtual_wan.py +1 -1
  2091. pulumi_azure_native/network/v20240301/vpn_connection.py +1 -1
  2092. pulumi_azure_native/network/v20240301/vpn_gateway.py +1 -1
  2093. pulumi_azure_native/network/v20240301/vpn_server_configuration.py +1 -1
  2094. pulumi_azure_native/network/v20240301/vpn_site.py +1 -1
  2095. pulumi_azure_native/network/v20240301/web_application_firewall_policy.py +1 -1
  2096. pulumi_azure_native/network/v20240501/__init__.py +237 -0
  2097. pulumi_azure_native/network/v20240501/_enums.py +1895 -0
  2098. pulumi_azure_native/network/v20240501/_inputs.py +28944 -0
  2099. pulumi_azure_native/network/v20240501/admin_rule.py +563 -0
  2100. pulumi_azure_native/network/v20240501/admin_rule_collection.py +301 -0
  2101. pulumi_azure_native/network/v20240501/application_gateway.py +1256 -0
  2102. pulumi_azure_native/network/v20240501/application_gateway_private_endpoint_connection.py +289 -0
  2103. pulumi_azure_native/network/v20240501/application_security_group.py +266 -0
  2104. pulumi_azure_native/network/v20240501/azure_firewall.py +646 -0
  2105. pulumi_azure_native/network/v20240501/bastion_host.py +718 -0
  2106. pulumi_azure_native/network/v20240501/configuration_policy_group.py +338 -0
  2107. pulumi_azure_native/network/v20240501/connection_monitor.py +579 -0
  2108. pulumi_azure_native/network/v20240501/connectivity_configuration.py +398 -0
  2109. pulumi_azure_native/network/v20240501/custom_ip_prefix.py +647 -0
  2110. pulumi_azure_native/network/v20240501/ddos_custom_policy.py +266 -0
  2111. pulumi_azure_native/network/v20240501/ddos_protection_plan.py +267 -0
  2112. pulumi_azure_native/network/v20240501/default_admin_rule.py +415 -0
  2113. pulumi_azure_native/network/v20240501/dscp_configuration.py +492 -0
  2114. pulumi_azure_native/network/v20240501/express_route_circuit.py +720 -0
  2115. pulumi_azure_native/network/v20240501/express_route_circuit_authorization.py +307 -0
  2116. pulumi_azure_native/network/v20240501/express_route_circuit_connection.py +416 -0
  2117. pulumi_azure_native/network/v20240501/express_route_circuit_peering.py +738 -0
  2118. pulumi_azure_native/network/v20240501/express_route_connection.py +426 -0
  2119. pulumi_azure_native/network/v20240501/express_route_cross_connection_peering.py +561 -0
  2120. pulumi_azure_native/network/v20240501/express_route_gateway.py +379 -0
  2121. pulumi_azure_native/network/v20240501/express_route_port.py +493 -0
  2122. pulumi_azure_native/network/v20240501/express_route_port_authorization.py +268 -0
  2123. pulumi_azure_native/network/v20240501/firewall_policy.py +647 -0
  2124. pulumi_azure_native/network/v20240501/firewall_policy_draft.py +501 -0
  2125. pulumi_azure_native/network/v20240501/firewall_policy_rule_collection_group.py +309 -0
  2126. pulumi_azure_native/network/v20240501/firewall_policy_rule_collection_group_draft.py +290 -0
  2127. pulumi_azure_native/network/v20240501/flow_log.py +524 -0
  2128. pulumi_azure_native/network/v20240501/get_active_sessions.py +101 -0
  2129. pulumi_azure_native/network/v20240501/get_admin_rule.py +330 -0
  2130. pulumi_azure_native/network/v20240501/get_admin_rule_collection.py +211 -0
  2131. pulumi_azure_native/network/v20240501/get_application_gateway.py +689 -0
  2132. pulumi_azure_native/network/v20240501/get_application_gateway_backend_health_on_demand.py +157 -0
  2133. pulumi_azure_native/network/v20240501/get_application_gateway_private_endpoint_connection.py +191 -0
  2134. pulumi_azure_native/network/v20240501/get_application_security_group.py +184 -0
  2135. pulumi_azure_native/network/v20240501/get_azure_firewall.py +367 -0
  2136. pulumi_azure_native/network/v20240501/get_bastion_host.py +378 -0
  2137. pulumi_azure_native/network/v20240501/get_bastion_shareable_link.py +108 -0
  2138. pulumi_azure_native/network/v20240501/get_configuration_policy_group.py +205 -0
  2139. pulumi_azure_native/network/v20240501/get_connection_monitor.py +345 -0
  2140. pulumi_azure_native/network/v20240501/get_connectivity_configuration.py +261 -0
  2141. pulumi_azure_native/network/v20240501/get_custom_ip_prefix.py +401 -0
  2142. pulumi_azure_native/network/v20240501/get_ddos_custom_policy.py +184 -0
  2143. pulumi_azure_native/network/v20240501/get_ddos_protection_plan.py +213 -0
  2144. pulumi_azure_native/network/v20240501/get_default_admin_rule.py +344 -0
  2145. pulumi_azure_native/network/v20240501/get_dscp_configuration.py +311 -0
  2146. pulumi_azure_native/network/v20240501/get_express_route_circuit.py +409 -0
  2147. pulumi_azure_native/network/v20240501/get_express_route_circuit_authorization.py +190 -0
  2148. pulumi_azure_native/network/v20240501/get_express_route_circuit_connection.py +239 -0
  2149. pulumi_azure_native/network/v20240501/get_express_route_circuit_peering.py +415 -0
  2150. pulumi_azure_native/network/v20240501/get_express_route_connection.py +219 -0
  2151. pulumi_azure_native/network/v20240501/get_express_route_cross_connection_peering.py +331 -0
  2152. pulumi_azure_native/network/v20240501/get_express_route_gateway.py +227 -0
  2153. pulumi_azure_native/network/v20240501/get_express_route_port.py +339 -0
  2154. pulumi_azure_native/network/v20240501/get_express_route_port_authorization.py +190 -0
  2155. pulumi_azure_native/network/v20240501/get_firewall_policy.py +401 -0
  2156. pulumi_azure_native/network/v20240501/get_firewall_policy_draft.py +269 -0
  2157. pulumi_azure_native/network/v20240501/get_firewall_policy_rule_collection_group.py +191 -0
  2158. pulumi_azure_native/network/v20240501/get_firewall_policy_rule_collection_group_draft.py +163 -0
  2159. pulumi_azure_native/network/v20240501/get_flow_log.py +303 -0
  2160. pulumi_azure_native/network/v20240501/get_hub_route_table.py +205 -0
  2161. pulumi_azure_native/network/v20240501/get_hub_virtual_network_connection.py +205 -0
  2162. pulumi_azure_native/network/v20240501/get_inbound_nat_rule.py +309 -0
  2163. pulumi_azure_native/network/v20240501/get_ip_allocation.py +261 -0
  2164. pulumi_azure_native/network/v20240501/get_ip_group.py +219 -0
  2165. pulumi_azure_native/network/v20240501/get_ipam_pool.py +177 -0
  2166. pulumi_azure_native/network/v20240501/get_ipam_pool_usage.py +205 -0
  2167. pulumi_azure_native/network/v20240501/get_load_balancer.py +317 -0
  2168. pulumi_azure_native/network/v20240501/get_load_balancer_backend_address_pool.py +303 -0
  2169. pulumi_azure_native/network/v20240501/get_local_network_gateway.py +241 -0
  2170. pulumi_azure_native/network/v20240501/get_management_group_network_manager_connection.py +171 -0
  2171. pulumi_azure_native/network/v20240501/get_nat_gateway.py +275 -0
  2172. pulumi_azure_native/network/v20240501/get_nat_rule.py +233 -0
  2173. pulumi_azure_native/network/v20240501/get_network_group.py +205 -0
  2174. pulumi_azure_native/network/v20240501/get_network_interface.py +499 -0
  2175. pulumi_azure_native/network/v20240501/get_network_interface_tap_configuration.py +163 -0
  2176. pulumi_azure_native/network/v20240501/get_network_manager.py +241 -0
  2177. pulumi_azure_native/network/v20240501/get_network_manager_routing_configuration.py +191 -0
  2178. pulumi_azure_native/network/v20240501/get_network_profile.py +219 -0
  2179. pulumi_azure_native/network/v20240501/get_network_security_group.py +275 -0
  2180. pulumi_azure_native/network/v20240501/get_network_virtual_appliance.py +443 -0
  2181. pulumi_azure_native/network/v20240501/get_network_virtual_appliance_connection.py +191 -0
  2182. pulumi_azure_native/network/v20240501/get_network_watcher.py +170 -0
  2183. pulumi_azure_native/network/v20240501/get_p2s_vpn_gateway.py +269 -0
  2184. pulumi_azure_native/network/v20240501/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +269 -0
  2185. pulumi_azure_native/network/v20240501/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +98 -0
  2186. pulumi_azure_native/network/v20240501/get_packet_capture.py +275 -0
  2187. pulumi_azure_native/network/v20240501/get_private_dns_zone_group.py +149 -0
  2188. pulumi_azure_native/network/v20240501/get_private_endpoint.py +303 -0
  2189. pulumi_azure_native/network/v20240501/get_private_link_service.py +331 -0
  2190. pulumi_azure_native/network/v20240501/get_private_link_service_private_endpoint_connection.py +211 -0
  2191. pulumi_azure_native/network/v20240501/get_public_ip_address.py +429 -0
  2192. pulumi_azure_native/network/v20240501/get_public_ip_prefix.py +345 -0
  2193. pulumi_azure_native/network/v20240501/get_reachability_analysis_intent.py +155 -0
  2194. pulumi_azure_native/network/v20240501/get_reachability_analysis_run.py +155 -0
  2195. pulumi_azure_native/network/v20240501/get_route.py +204 -0
  2196. pulumi_azure_native/network/v20240501/get_route_filter.py +219 -0
  2197. pulumi_azure_native/network/v20240501/get_route_filter_rule.py +190 -0
  2198. pulumi_azure_native/network/v20240501/get_route_map.py +191 -0
  2199. pulumi_azure_native/network/v20240501/get_route_table.py +233 -0
  2200. pulumi_azure_native/network/v20240501/get_routing_intent.py +163 -0
  2201. pulumi_azure_native/network/v20240501/get_routing_rule.py +231 -0
  2202. pulumi_azure_native/network/v20240501/get_routing_rule_collection.py +225 -0
  2203. pulumi_azure_native/network/v20240501/get_scope_connection.py +191 -0
  2204. pulumi_azure_native/network/v20240501/get_security_admin_configuration.py +219 -0
  2205. pulumi_azure_native/network/v20240501/get_security_partner_provider.py +213 -0
  2206. pulumi_azure_native/network/v20240501/get_security_rule.py +359 -0
  2207. pulumi_azure_native/network/v20240501/get_security_user_configuration.py +191 -0
  2208. pulumi_azure_native/network/v20240501/get_security_user_rule.py +287 -0
  2209. pulumi_azure_native/network/v20240501/get_security_user_rule_collection.py +211 -0
  2210. pulumi_azure_native/network/v20240501/get_service_endpoint_policy.py +261 -0
  2211. pulumi_azure_native/network/v20240501/get_service_endpoint_policy_definition.py +190 -0
  2212. pulumi_azure_native/network/v20240501/get_static_cidr.py +155 -0
  2213. pulumi_azure_native/network/v20240501/get_static_member.py +197 -0
  2214. pulumi_azure_native/network/v20240501/get_subnet.py +449 -0
  2215. pulumi_azure_native/network/v20240501/get_subscription_network_manager_connection.py +165 -0
  2216. pulumi_azure_native/network/v20240501/get_verifier_workspace.py +177 -0
  2217. pulumi_azure_native/network/v20240501/get_virtual_appliance_site.py +177 -0
  2218. pulumi_azure_native/network/v20240501/get_virtual_hub.py +479 -0
  2219. pulumi_azure_native/network/v20240501/get_virtual_hub_bgp_connection.py +205 -0
  2220. pulumi_azure_native/network/v20240501/get_virtual_hub_ip_configuration.py +205 -0
  2221. pulumi_azure_native/network/v20240501/get_virtual_hub_route_table_v2.py +163 -0
  2222. pulumi_azure_native/network/v20240501/get_virtual_network.py +387 -0
  2223. pulumi_azure_native/network/v20240501/get_virtual_network_gateway.py +549 -0
  2224. pulumi_azure_native/network/v20240501/get_virtual_network_gateway_advertised_routes.py +93 -0
  2225. pulumi_azure_native/network/v20240501/get_virtual_network_gateway_bgp_peer_status.py +93 -0
  2226. pulumi_azure_native/network/v20240501/get_virtual_network_gateway_connection.py +535 -0
  2227. pulumi_azure_native/network/v20240501/get_virtual_network_gateway_connection_ike_sas.py +80 -0
  2228. pulumi_azure_native/network/v20240501/get_virtual_network_gateway_learned_routes.py +87 -0
  2229. pulumi_azure_native/network/v20240501/get_virtual_network_gateway_nat_rule.py +205 -0
  2230. pulumi_azure_native/network/v20240501/get_virtual_network_gateway_vpn_profile_package_url.py +80 -0
  2231. pulumi_azure_native/network/v20240501/get_virtual_network_gateway_vpnclient_connection_health.py +87 -0
  2232. pulumi_azure_native/network/v20240501/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +184 -0
  2233. pulumi_azure_native/network/v20240501/get_virtual_network_peering.py +415 -0
  2234. pulumi_azure_native/network/v20240501/get_virtual_network_tap.py +241 -0
  2235. pulumi_azure_native/network/v20240501/get_virtual_router.py +247 -0
  2236. pulumi_azure_native/network/v20240501/get_virtual_router_peering.py +176 -0
  2237. pulumi_azure_native/network/v20240501/get_virtual_wan.py +255 -0
  2238. pulumi_azure_native/network/v20240501/get_vpn_connection.py +387 -0
  2239. pulumi_azure_native/network/v20240501/get_vpn_gateway.py +283 -0
  2240. pulumi_azure_native/network/v20240501/get_vpn_link_connection_ike_sas.py +92 -0
  2241. pulumi_azure_native/network/v20240501/get_vpn_server_configuration.py +353 -0
  2242. pulumi_azure_native/network/v20240501/get_vpn_site.py +297 -0
  2243. pulumi_azure_native/network/v20240501/get_web_application_firewall_policy.py +283 -0
  2244. pulumi_azure_native/network/v20240501/hub_route_table.py +318 -0
  2245. pulumi_azure_native/network/v20240501/hub_virtual_network_connection.py +376 -0
  2246. pulumi_azure_native/network/v20240501/inbound_nat_rule.py +541 -0
  2247. pulumi_azure_native/network/v20240501/ip_allocation.py +436 -0
  2248. pulumi_azure_native/network/v20240501/ip_group.py +306 -0
  2249. pulumi_azure_native/network/v20240501/ipam_pool.py +279 -0
  2250. pulumi_azure_native/network/v20240501/list_active_connectivity_configurations.py +119 -0
  2251. pulumi_azure_native/network/v20240501/list_active_security_admin_rules.py +119 -0
  2252. pulumi_azure_native/network/v20240501/list_firewall_policy_idps_signature.py +133 -0
  2253. pulumi_azure_native/network/v20240501/list_firewall_policy_idps_signatures_filter_value.py +92 -0
  2254. pulumi_azure_native/network/v20240501/list_ipam_pool_associated_resources.py +104 -0
  2255. pulumi_azure_native/network/v20240501/list_network_manager_deployment_status.py +126 -0
  2256. pulumi_azure_native/network/v20240501/list_network_manager_effective_connectivity_configurations.py +113 -0
  2257. pulumi_azure_native/network/v20240501/list_network_manager_effective_security_admin_rules.py +113 -0
  2258. pulumi_azure_native/network/v20240501/list_vpn_link_connection_default_shared_key.py +141 -0
  2259. pulumi_azure_native/network/v20240501/load_balancer.py +536 -0
  2260. pulumi_azure_native/network/v20240501/load_balancer_backend_address_pool.py +465 -0
  2261. pulumi_azure_native/network/v20240501/local_network_gateway.py +384 -0
  2262. pulumi_azure_native/network/v20240501/management_group_network_manager_connection.py +237 -0
  2263. pulumi_azure_native/network/v20240501/nat_gateway.py +424 -0
  2264. pulumi_azure_native/network/v20240501/nat_rule.py +396 -0
  2265. pulumi_azure_native/network/v20240501/network_group.py +279 -0
  2266. pulumi_azure_native/network/v20240501/network_interface.py +736 -0
  2267. pulumi_azure_native/network/v20240501/network_interface_tap_configuration.py +270 -0
  2268. pulumi_azure_native/network/v20240501/network_manager.py +367 -0
  2269. pulumi_azure_native/network/v20240501/network_manager_routing_configuration.py +249 -0
  2270. pulumi_azure_native/network/v20240501/network_profile.py +308 -0
  2271. pulumi_azure_native/network/v20240501/network_security_group.py +370 -0
  2272. pulumi_azure_native/network/v20240501/network_virtual_appliance.py +677 -0
  2273. pulumi_azure_native/network/v20240501/network_virtual_appliance_connection.py +366 -0
  2274. pulumi_azure_native/network/v20240501/network_watcher.py +256 -0
  2275. pulumi_azure_native/network/v20240501/outputs.py +32338 -0
  2276. pulumi_azure_native/network/v20240501/p2s_vpn_gateway.py +443 -0
  2277. pulumi_azure_native/network/v20240501/packet_capture.py +496 -0
  2278. pulumi_azure_native/network/v20240501/private_dns_zone_group.py +259 -0
  2279. pulumi_azure_native/network/v20240501/private_endpoint.py +501 -0
  2280. pulumi_azure_native/network/v20240501/private_link_service.py +521 -0
  2281. pulumi_azure_native/network/v20240501/private_link_service_private_endpoint_connection.py +299 -0
  2282. pulumi_azure_native/network/v20240501/public_ip_address.py +743 -0
  2283. pulumi_azure_native/network/v20240501/public_ip_prefix.py +531 -0
  2284. pulumi_azure_native/network/v20240501/reachability_analysis_intent.py +243 -0
  2285. pulumi_azure_native/network/v20240501/reachability_analysis_run.py +242 -0
  2286. pulumi_azure_native/network/v20240501/route.py +356 -0
  2287. pulumi_azure_native/network/v20240501/route_filter.py +311 -0
  2288. pulumi_azure_native/network/v20240501/route_filter_rule.py +348 -0
  2289. pulumi_azure_native/network/v20240501/route_map.py +309 -0
  2290. pulumi_azure_native/network/v20240501/route_table.py +340 -0
  2291. pulumi_azure_native/network/v20240501/routing_intent.py +269 -0
  2292. pulumi_azure_native/network/v20240501/routing_rule.py +353 -0
  2293. pulumi_azure_native/network/v20240501/routing_rule_collection.py +331 -0
  2294. pulumi_azure_native/network/v20240501/scope_connection.py +287 -0
  2295. pulumi_azure_native/network/v20240501/security_admin_configuration.py +308 -0
  2296. pulumi_azure_native/network/v20240501/security_partner_provider.py +327 -0
  2297. pulumi_azure_native/network/v20240501/security_rule.py +699 -0
  2298. pulumi_azure_native/network/v20240501/security_user_configuration.py +249 -0
  2299. pulumi_azure_native/network/v20240501/security_user_rule.py +469 -0
  2300. pulumi_azure_native/network/v20240501/security_user_rule_collection.py +301 -0
  2301. pulumi_azure_native/network/v20240501/service_endpoint_policy.py +378 -0
  2302. pulumi_azure_native/network/v20240501/service_endpoint_policy_definition.py +344 -0
  2303. pulumi_azure_native/network/v20240501/static_cidr.py +241 -0
  2304. pulumi_azure_native/network/v20240501/static_member.py +270 -0
  2305. pulumi_azure_native/network/v20240501/subnet.py +763 -0
  2306. pulumi_azure_native/network/v20240501/subscription_network_manager_connection.py +216 -0
  2307. pulumi_azure_native/network/v20240501/verifier_workspace.py +278 -0
  2308. pulumi_azure_native/network/v20240501/virtual_appliance_site.py +298 -0
  2309. pulumi_azure_native/network/v20240501/virtual_hub.py +805 -0
  2310. pulumi_azure_native/network/v20240501/virtual_hub_bgp_connection.py +337 -0
  2311. pulumi_azure_native/network/v20240501/virtual_hub_ip_configuration.py +357 -0
  2312. pulumi_azure_native/network/v20240501/virtual_hub_route_table_v2.py +288 -0
  2313. pulumi_azure_native/network/v20240501/virtual_network.py +670 -0
  2314. pulumi_azure_native/network/v20240501/virtual_network_gateway.py +1007 -0
  2315. pulumi_azure_native/network/v20240501/virtual_network_gateway_connection.py +920 -0
  2316. pulumi_azure_native/network/v20240501/virtual_network_gateway_nat_rule.py +376 -0
  2317. pulumi_azure_native/network/v20240501/virtual_network_peering.py +793 -0
  2318. pulumi_azure_native/network/v20240501/virtual_network_tap.py +366 -0
  2319. pulumi_azure_native/network/v20240501/virtual_router.py +384 -0
  2320. pulumi_azure_native/network/v20240501/virtual_router_peering.py +296 -0
  2321. pulumi_azure_native/network/v20240501/virtual_wan.py +393 -0
  2322. pulumi_azure_native/network/v20240501/vpn_connection.py +696 -0
  2323. pulumi_azure_native/network/v20240501/vpn_gateway.py +478 -0
  2324. pulumi_azure_native/network/v20240501/vpn_server_configuration.py +639 -0
  2325. pulumi_azure_native/network/v20240501/vpn_site.py +519 -0
  2326. pulumi_azure_native/network/v20240501/web_application_firewall_policy.py +397 -0
  2327. pulumi_azure_native/network/verifier_workspace.py +5 -1
  2328. pulumi_azure_native/network/virtual_appliance_site.py +3 -3
  2329. pulumi_azure_native/network/virtual_hub.py +3 -3
  2330. pulumi_azure_native/network/virtual_hub_bgp_connection.py +3 -3
  2331. pulumi_azure_native/network/virtual_hub_ip_configuration.py +3 -3
  2332. pulumi_azure_native/network/virtual_hub_route_table_v2.py +3 -3
  2333. pulumi_azure_native/network/virtual_network.py +3 -3
  2334. pulumi_azure_native/network/virtual_network_gateway.py +3 -3
  2335. pulumi_azure_native/network/virtual_network_gateway_connection.py +3 -3
  2336. pulumi_azure_native/network/virtual_network_gateway_nat_rule.py +3 -3
  2337. pulumi_azure_native/network/virtual_network_peering.py +3 -3
  2338. pulumi_azure_native/network/virtual_network_tap.py +3 -3
  2339. pulumi_azure_native/network/virtual_router.py +3 -3
  2340. pulumi_azure_native/network/virtual_router_peering.py +3 -3
  2341. pulumi_azure_native/network/virtual_wan.py +3 -3
  2342. pulumi_azure_native/network/vpn_connection.py +3 -3
  2343. pulumi_azure_native/network/vpn_gateway.py +3 -3
  2344. pulumi_azure_native/network/vpn_server_configuration.py +3 -3
  2345. pulumi_azure_native/network/vpn_site.py +3 -3
  2346. pulumi_azure_native/network/web_application_firewall_policy.py +3 -3
  2347. pulumi_azure_native/pulumi-plugin.json +1 -1
  2348. pulumi_azure_native/securityinsights/__init__.py +3 -0
  2349. pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
  2350. pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
  2351. pulumi_azure_native/securityinsights/action.py +3 -3
  2352. pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
  2353. pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
  2354. pulumi_azure_native/securityinsights/automation_rule.py +3 -3
  2355. pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
  2356. pulumi_azure_native/securityinsights/bookmark.py +3 -3
  2357. pulumi_azure_native/securityinsights/content_package.py +3 -3
  2358. pulumi_azure_native/securityinsights/content_template.py +3 -3
  2359. pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
  2360. pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
  2361. pulumi_azure_native/securityinsights/get_action.py +2 -2
  2362. pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
  2363. pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
  2364. pulumi_azure_native/securityinsights/get_content_package.py +2 -2
  2365. pulumi_azure_native/securityinsights/get_content_template.py +2 -2
  2366. pulumi_azure_native/securityinsights/get_incident.py +2 -2
  2367. pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
  2368. pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
  2369. pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
  2370. pulumi_azure_native/securityinsights/get_metadata.py +2 -2
  2371. pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
  2372. pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
  2373. pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
  2374. pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
  2375. pulumi_azure_native/securityinsights/incident.py +3 -3
  2376. pulumi_azure_native/securityinsights/incident_comment.py +3 -3
  2377. pulumi_azure_native/securityinsights/incident_relation.py +3 -3
  2378. pulumi_azure_native/securityinsights/incident_task.py +3 -3
  2379. pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
  2380. pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
  2381. pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
  2382. pulumi_azure_native/securityinsights/metadata.py +3 -3
  2383. pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
  2384. pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
  2385. pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
  2386. pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
  2387. pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
  2388. pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
  2389. pulumi_azure_native/securityinsights/v20190101preview/automation_rule.py +1 -1
  2390. pulumi_azure_native/securityinsights/v20190101preview/bookmark.py +1 -1
  2391. pulumi_azure_native/securityinsights/v20190101preview/watchlist.py +1 -1
  2392. pulumi_azure_native/securityinsights/v20210301preview/aad_data_connector.py +1 -1
  2393. pulumi_azure_native/securityinsights/v20210301preview/aatp_data_connector.py +1 -1
  2394. pulumi_azure_native/securityinsights/v20210301preview/action.py +1 -1
  2395. pulumi_azure_native/securityinsights/v20210301preview/asc_data_connector.py +1 -1
  2396. pulumi_azure_native/securityinsights/v20210301preview/aws_cloud_trail_data_connector.py +1 -1
  2397. pulumi_azure_native/securityinsights/v20210301preview/codeless_ui_data_connector.py +1 -1
  2398. pulumi_azure_native/securityinsights/v20210301preview/dynamics365_data_connector.py +1 -1
  2399. pulumi_azure_native/securityinsights/v20210301preview/fusion_alert_rule.py +1 -1
  2400. pulumi_azure_native/securityinsights/v20210301preview/incident.py +1 -1
  2401. pulumi_azure_native/securityinsights/v20210301preview/incident_comment.py +1 -1
  2402. pulumi_azure_native/securityinsights/v20210301preview/incident_relation.py +1 -1
  2403. pulumi_azure_native/securityinsights/v20210301preview/mcas_data_connector.py +1 -1
  2404. pulumi_azure_native/securityinsights/v20210301preview/mdatp_data_connector.py +1 -1
  2405. pulumi_azure_native/securityinsights/v20210301preview/metadata.py +1 -1
  2406. pulumi_azure_native/securityinsights/v20210301preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  2407. pulumi_azure_native/securityinsights/v20210301preview/ml_behavior_analytics_alert_rule.py +1 -1
  2408. pulumi_azure_native/securityinsights/v20210301preview/msti_data_connector.py +1 -1
  2409. pulumi_azure_native/securityinsights/v20210301preview/mtp_data_connector.py +1 -1
  2410. pulumi_azure_native/securityinsights/v20210301preview/office_atp_data_connector.py +1 -1
  2411. pulumi_azure_native/securityinsights/v20210301preview/office_data_connector.py +1 -1
  2412. pulumi_azure_native/securityinsights/v20210301preview/scheduled_alert_rule.py +1 -1
  2413. pulumi_azure_native/securityinsights/v20210301preview/sentinel_onboarding_state.py +1 -1
  2414. pulumi_azure_native/securityinsights/v20210301preview/threat_intelligence_alert_rule.py +1 -1
  2415. pulumi_azure_native/securityinsights/v20210301preview/ti_data_connector.py +1 -1
  2416. pulumi_azure_native/securityinsights/v20210301preview/ti_taxii_data_connector.py +1 -1
  2417. pulumi_azure_native/securityinsights/v20210301preview/watchlist.py +1 -1
  2418. pulumi_azure_native/securityinsights/v20210401/threat_intelligence_indicator.py +1 -1
  2419. pulumi_azure_native/securityinsights/v20210401/watchlist.py +1 -1
  2420. pulumi_azure_native/securityinsights/v20210401/watchlist_item.py +1 -1
  2421. pulumi_azure_native/securityinsights/v20210901preview/threat_intelligence_indicator.py +1 -1
  2422. pulumi_azure_native/securityinsights/v20211001preview/fusion_alert_rule.py +1 -1
  2423. pulumi_azure_native/securityinsights/v20211001preview/nrt_alert_rule.py +1 -1
  2424. pulumi_azure_native/securityinsights/v20211001preview/watchlist.py +1 -1
  2425. pulumi_azure_native/securityinsights/v20220101preview/watchlist.py +1 -1
  2426. pulumi_azure_native/securityinsights/v20230201/aad_data_connector.py +1 -1
  2427. pulumi_azure_native/securityinsights/v20230201/aatp_data_connector.py +1 -1
  2428. pulumi_azure_native/securityinsights/v20230201/action.py +1 -1
  2429. pulumi_azure_native/securityinsights/v20230201/automation_rule.py +1 -1
  2430. pulumi_azure_native/securityinsights/v20230201/aws_cloud_trail_data_connector.py +1 -1
  2431. pulumi_azure_native/securityinsights/v20230201/bookmark.py +1 -1
  2432. pulumi_azure_native/securityinsights/v20230201/incident.py +1 -1
  2433. pulumi_azure_native/securityinsights/v20230201/incident_comment.py +1 -1
  2434. pulumi_azure_native/securityinsights/v20230201/incident_relation.py +1 -1
  2435. pulumi_azure_native/securityinsights/v20230201/mcas_data_connector.py +1 -1
  2436. pulumi_azure_native/securityinsights/v20230201/mdatp_data_connector.py +1 -1
  2437. pulumi_azure_native/securityinsights/v20230201/metadata.py +1 -1
  2438. pulumi_azure_native/securityinsights/v20230201/office_data_connector.py +1 -1
  2439. pulumi_azure_native/securityinsights/v20230201/sentinel_onboarding_state.py +1 -1
  2440. pulumi_azure_native/securityinsights/v20230201/threat_intelligence_indicator.py +1 -1
  2441. pulumi_azure_native/securityinsights/v20230201/ti_data_connector.py +1 -1
  2442. pulumi_azure_native/securityinsights/v20230201/watchlist.py +1 -1
  2443. pulumi_azure_native/securityinsights/v20230201/watchlist_item.py +1 -1
  2444. pulumi_azure_native/securityinsights/v20230201preview/incident.py +1 -1
  2445. pulumi_azure_native/securityinsights/v20230201preview/metadata.py +1 -1
  2446. pulumi_azure_native/securityinsights/v20230301preview/incident.py +1 -1
  2447. pulumi_azure_native/securityinsights/v20230601preview/aad_data_connector.py +1 -1
  2448. pulumi_azure_native/securityinsights/v20230601preview/aatp_data_connector.py +1 -1
  2449. pulumi_azure_native/securityinsights/v20230601preview/action.py +1 -1
  2450. pulumi_azure_native/securityinsights/v20230601preview/anomaly_security_ml_analytics_settings.py +1 -1
  2451. pulumi_azure_native/securityinsights/v20230601preview/asc_data_connector.py +1 -1
  2452. pulumi_azure_native/securityinsights/v20230601preview/automation_rule.py +1 -1
  2453. pulumi_azure_native/securityinsights/v20230601preview/aws_cloud_trail_data_connector.py +1 -1
  2454. pulumi_azure_native/securityinsights/v20230601preview/aws_s3_data_connector.py +1 -1
  2455. pulumi_azure_native/securityinsights/v20230601preview/bookmark.py +1 -1
  2456. pulumi_azure_native/securityinsights/v20230601preview/codeless_api_polling_data_connector.py +1 -1
  2457. pulumi_azure_native/securityinsights/v20230601preview/codeless_ui_data_connector.py +1 -1
  2458. pulumi_azure_native/securityinsights/v20230601preview/content_package.py +1 -1
  2459. pulumi_azure_native/securityinsights/v20230601preview/content_template.py +1 -1
  2460. pulumi_azure_native/securityinsights/v20230601preview/dynamics365_data_connector.py +1 -1
  2461. pulumi_azure_native/securityinsights/v20230601preview/fusion_alert_rule.py +1 -1
  2462. pulumi_azure_native/securityinsights/v20230601preview/gcp_data_connector.py +1 -1
  2463. pulumi_azure_native/securityinsights/v20230601preview/incident.py +1 -1
  2464. pulumi_azure_native/securityinsights/v20230601preview/incident_comment.py +1 -1
  2465. pulumi_azure_native/securityinsights/v20230601preview/incident_relation.py +1 -1
  2466. pulumi_azure_native/securityinsights/v20230601preview/incident_task.py +1 -1
  2467. pulumi_azure_native/securityinsights/v20230601preview/io_t_data_connector.py +1 -1
  2468. pulumi_azure_native/securityinsights/v20230601preview/mcas_data_connector.py +1 -1
  2469. pulumi_azure_native/securityinsights/v20230601preview/mdatp_data_connector.py +1 -1
  2470. pulumi_azure_native/securityinsights/v20230601preview/metadata.py +1 -1
  2471. pulumi_azure_native/securityinsights/v20230601preview/microsoft_purview_information_protection_data_connector.py +1 -1
  2472. pulumi_azure_native/securityinsights/v20230601preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  2473. pulumi_azure_native/securityinsights/v20230601preview/ml_behavior_analytics_alert_rule.py +1 -1
  2474. pulumi_azure_native/securityinsights/v20230601preview/msti_data_connector.py +1 -1
  2475. pulumi_azure_native/securityinsights/v20230601preview/mtp_data_connector.py +1 -1
  2476. pulumi_azure_native/securityinsights/v20230601preview/nrt_alert_rule.py +1 -1
  2477. pulumi_azure_native/securityinsights/v20230601preview/office365_project_data_connector.py +1 -1
  2478. pulumi_azure_native/securityinsights/v20230601preview/office_atp_data_connector.py +1 -1
  2479. pulumi_azure_native/securityinsights/v20230601preview/office_data_connector.py +1 -1
  2480. pulumi_azure_native/securityinsights/v20230601preview/office_irm_data_connector.py +1 -1
  2481. pulumi_azure_native/securityinsights/v20230601preview/office_power_bi_data_connector.py +1 -1
  2482. pulumi_azure_native/securityinsights/v20230601preview/scheduled_alert_rule.py +1 -1
  2483. pulumi_azure_native/securityinsights/v20230601preview/sentinel_onboarding_state.py +1 -1
  2484. pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_alert_rule.py +1 -1
  2485. pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_indicator.py +1 -1
  2486. pulumi_azure_native/securityinsights/v20230601preview/ti_data_connector.py +1 -1
  2487. pulumi_azure_native/securityinsights/v20230601preview/ti_taxii_data_connector.py +1 -1
  2488. pulumi_azure_native/securityinsights/v20230601preview/watchlist.py +1 -1
  2489. pulumi_azure_native/securityinsights/v20230601preview/watchlist_item.py +1 -1
  2490. pulumi_azure_native/securityinsights/v20230701preview/aad_data_connector.py +1 -1
  2491. pulumi_azure_native/securityinsights/v20230701preview/aatp_data_connector.py +1 -1
  2492. pulumi_azure_native/securityinsights/v20230701preview/action.py +1 -1
  2493. pulumi_azure_native/securityinsights/v20230701preview/anomaly_security_ml_analytics_settings.py +1 -1
  2494. pulumi_azure_native/securityinsights/v20230701preview/asc_data_connector.py +1 -1
  2495. pulumi_azure_native/securityinsights/v20230701preview/automation_rule.py +1 -1
  2496. pulumi_azure_native/securityinsights/v20230701preview/aws_cloud_trail_data_connector.py +1 -1
  2497. pulumi_azure_native/securityinsights/v20230701preview/aws_s3_data_connector.py +1 -1
  2498. pulumi_azure_native/securityinsights/v20230701preview/bookmark.py +1 -1
  2499. pulumi_azure_native/securityinsights/v20230701preview/codeless_api_polling_data_connector.py +1 -1
  2500. pulumi_azure_native/securityinsights/v20230701preview/codeless_ui_data_connector.py +1 -1
  2501. pulumi_azure_native/securityinsights/v20230701preview/content_package.py +1 -1
  2502. pulumi_azure_native/securityinsights/v20230701preview/content_template.py +1 -1
  2503. pulumi_azure_native/securityinsights/v20230701preview/customizable_connector_definition.py +1 -1
  2504. pulumi_azure_native/securityinsights/v20230701preview/dynamics365_data_connector.py +1 -1
  2505. pulumi_azure_native/securityinsights/v20230701preview/fusion_alert_rule.py +1 -1
  2506. pulumi_azure_native/securityinsights/v20230701preview/gcp_data_connector.py +1 -1
  2507. pulumi_azure_native/securityinsights/v20230701preview/incident.py +1 -1
  2508. pulumi_azure_native/securityinsights/v20230701preview/incident_comment.py +1 -1
  2509. pulumi_azure_native/securityinsights/v20230701preview/incident_relation.py +1 -1
  2510. pulumi_azure_native/securityinsights/v20230701preview/incident_task.py +1 -1
  2511. pulumi_azure_native/securityinsights/v20230701preview/io_t_data_connector.py +1 -1
  2512. pulumi_azure_native/securityinsights/v20230701preview/mcas_data_connector.py +1 -1
  2513. pulumi_azure_native/securityinsights/v20230701preview/mdatp_data_connector.py +1 -1
  2514. pulumi_azure_native/securityinsights/v20230701preview/metadata.py +1 -1
  2515. pulumi_azure_native/securityinsights/v20230701preview/microsoft_purview_information_protection_data_connector.py +1 -1
  2516. pulumi_azure_native/securityinsights/v20230701preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  2517. pulumi_azure_native/securityinsights/v20230701preview/ml_behavior_analytics_alert_rule.py +1 -1
  2518. pulumi_azure_native/securityinsights/v20230701preview/msti_data_connector.py +1 -1
  2519. pulumi_azure_native/securityinsights/v20230701preview/mtp_data_connector.py +1 -1
  2520. pulumi_azure_native/securityinsights/v20230701preview/nrt_alert_rule.py +1 -1
  2521. pulumi_azure_native/securityinsights/v20230701preview/office365_project_data_connector.py +1 -1
  2522. pulumi_azure_native/securityinsights/v20230701preview/office_atp_data_connector.py +1 -1
  2523. pulumi_azure_native/securityinsights/v20230701preview/office_data_connector.py +1 -1
  2524. pulumi_azure_native/securityinsights/v20230701preview/office_irm_data_connector.py +1 -1
  2525. pulumi_azure_native/securityinsights/v20230701preview/office_power_bi_data_connector.py +1 -1
  2526. pulumi_azure_native/securityinsights/v20230701preview/scheduled_alert_rule.py +1 -1
  2527. pulumi_azure_native/securityinsights/v20230701preview/sentinel_onboarding_state.py +1 -1
  2528. pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_alert_rule.py +1 -1
  2529. pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_indicator.py +1 -1
  2530. pulumi_azure_native/securityinsights/v20230701preview/ti_data_connector.py +1 -1
  2531. pulumi_azure_native/securityinsights/v20230701preview/ti_taxii_data_connector.py +1 -1
  2532. pulumi_azure_native/securityinsights/v20230701preview/watchlist.py +1 -1
  2533. pulumi_azure_native/securityinsights/v20230701preview/watchlist_item.py +1 -1
  2534. pulumi_azure_native/securityinsights/v20230801preview/aad_data_connector.py +1 -1
  2535. pulumi_azure_native/securityinsights/v20230801preview/aatp_data_connector.py +1 -1
  2536. pulumi_azure_native/securityinsights/v20230801preview/action.py +1 -1
  2537. pulumi_azure_native/securityinsights/v20230801preview/anomaly_security_ml_analytics_settings.py +1 -1
  2538. pulumi_azure_native/securityinsights/v20230801preview/asc_data_connector.py +1 -1
  2539. pulumi_azure_native/securityinsights/v20230801preview/automation_rule.py +1 -1
  2540. pulumi_azure_native/securityinsights/v20230801preview/aws_cloud_trail_data_connector.py +1 -1
  2541. pulumi_azure_native/securityinsights/v20230801preview/aws_s3_data_connector.py +1 -1
  2542. pulumi_azure_native/securityinsights/v20230801preview/bookmark.py +1 -1
  2543. pulumi_azure_native/securityinsights/v20230801preview/codeless_api_polling_data_connector.py +1 -1
  2544. pulumi_azure_native/securityinsights/v20230801preview/codeless_ui_data_connector.py +1 -1
  2545. pulumi_azure_native/securityinsights/v20230801preview/content_package.py +1 -1
  2546. pulumi_azure_native/securityinsights/v20230801preview/content_template.py +1 -1
  2547. pulumi_azure_native/securityinsights/v20230801preview/customizable_connector_definition.py +1 -1
  2548. pulumi_azure_native/securityinsights/v20230801preview/dynamics365_data_connector.py +1 -1
  2549. pulumi_azure_native/securityinsights/v20230801preview/fusion_alert_rule.py +1 -1
  2550. pulumi_azure_native/securityinsights/v20230801preview/gcp_data_connector.py +1 -1
  2551. pulumi_azure_native/securityinsights/v20230801preview/incident.py +1 -1
  2552. pulumi_azure_native/securityinsights/v20230801preview/incident_comment.py +1 -1
  2553. pulumi_azure_native/securityinsights/v20230801preview/incident_relation.py +1 -1
  2554. pulumi_azure_native/securityinsights/v20230801preview/incident_task.py +1 -1
  2555. pulumi_azure_native/securityinsights/v20230801preview/io_t_data_connector.py +1 -1
  2556. pulumi_azure_native/securityinsights/v20230801preview/mcas_data_connector.py +1 -1
  2557. pulumi_azure_native/securityinsights/v20230801preview/mdatp_data_connector.py +1 -1
  2558. pulumi_azure_native/securityinsights/v20230801preview/metadata.py +1 -1
  2559. pulumi_azure_native/securityinsights/v20230801preview/microsoft_purview_information_protection_data_connector.py +1 -1
  2560. pulumi_azure_native/securityinsights/v20230801preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  2561. pulumi_azure_native/securityinsights/v20230801preview/ml_behavior_analytics_alert_rule.py +1 -1
  2562. pulumi_azure_native/securityinsights/v20230801preview/msti_data_connector.py +1 -1
  2563. pulumi_azure_native/securityinsights/v20230801preview/mtp_data_connector.py +1 -1
  2564. pulumi_azure_native/securityinsights/v20230801preview/nrt_alert_rule.py +1 -1
  2565. pulumi_azure_native/securityinsights/v20230801preview/office365_project_data_connector.py +1 -1
  2566. pulumi_azure_native/securityinsights/v20230801preview/office_atp_data_connector.py +1 -1
  2567. pulumi_azure_native/securityinsights/v20230801preview/office_data_connector.py +1 -1
  2568. pulumi_azure_native/securityinsights/v20230801preview/office_irm_data_connector.py +1 -1
  2569. pulumi_azure_native/securityinsights/v20230801preview/office_power_bi_data_connector.py +1 -1
  2570. pulumi_azure_native/securityinsights/v20230801preview/scheduled_alert_rule.py +1 -1
  2571. pulumi_azure_native/securityinsights/v20230801preview/sentinel_onboarding_state.py +1 -1
  2572. pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_alert_rule.py +1 -1
  2573. pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_indicator.py +1 -1
  2574. pulumi_azure_native/securityinsights/v20230801preview/ti_data_connector.py +1 -1
  2575. pulumi_azure_native/securityinsights/v20230801preview/ti_taxii_data_connector.py +1 -1
  2576. pulumi_azure_native/securityinsights/v20230801preview/watchlist.py +1 -1
  2577. pulumi_azure_native/securityinsights/v20230801preview/watchlist_item.py +1 -1
  2578. pulumi_azure_native/securityinsights/v20230901preview/aad_data_connector.py +1 -1
  2579. pulumi_azure_native/securityinsights/v20230901preview/aatp_data_connector.py +1 -1
  2580. pulumi_azure_native/securityinsights/v20230901preview/action.py +1 -1
  2581. pulumi_azure_native/securityinsights/v20230901preview/anomaly_security_ml_analytics_settings.py +1 -1
  2582. pulumi_azure_native/securityinsights/v20230901preview/asc_data_connector.py +1 -1
  2583. pulumi_azure_native/securityinsights/v20230901preview/automation_rule.py +1 -1
  2584. pulumi_azure_native/securityinsights/v20230901preview/aws_cloud_trail_data_connector.py +1 -1
  2585. pulumi_azure_native/securityinsights/v20230901preview/aws_s3_data_connector.py +1 -1
  2586. pulumi_azure_native/securityinsights/v20230901preview/bookmark.py +1 -1
  2587. pulumi_azure_native/securityinsights/v20230901preview/codeless_api_polling_data_connector.py +1 -1
  2588. pulumi_azure_native/securityinsights/v20230901preview/codeless_ui_data_connector.py +1 -1
  2589. pulumi_azure_native/securityinsights/v20230901preview/content_package.py +1 -1
  2590. pulumi_azure_native/securityinsights/v20230901preview/content_template.py +1 -1
  2591. pulumi_azure_native/securityinsights/v20230901preview/customizable_connector_definition.py +1 -1
  2592. pulumi_azure_native/securityinsights/v20230901preview/dynamics365_data_connector.py +1 -1
  2593. pulumi_azure_native/securityinsights/v20230901preview/fusion_alert_rule.py +1 -1
  2594. pulumi_azure_native/securityinsights/v20230901preview/gcp_data_connector.py +1 -1
  2595. pulumi_azure_native/securityinsights/v20230901preview/incident.py +1 -1
  2596. pulumi_azure_native/securityinsights/v20230901preview/incident_comment.py +1 -1
  2597. pulumi_azure_native/securityinsights/v20230901preview/incident_relation.py +1 -1
  2598. pulumi_azure_native/securityinsights/v20230901preview/incident_task.py +1 -1
  2599. pulumi_azure_native/securityinsights/v20230901preview/io_t_data_connector.py +1 -1
  2600. pulumi_azure_native/securityinsights/v20230901preview/mcas_data_connector.py +1 -1
  2601. pulumi_azure_native/securityinsights/v20230901preview/mdatp_data_connector.py +1 -1
  2602. pulumi_azure_native/securityinsights/v20230901preview/metadata.py +1 -1
  2603. pulumi_azure_native/securityinsights/v20230901preview/microsoft_purview_information_protection_data_connector.py +1 -1
  2604. pulumi_azure_native/securityinsights/v20230901preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  2605. pulumi_azure_native/securityinsights/v20230901preview/ml_behavior_analytics_alert_rule.py +1 -1
  2606. pulumi_azure_native/securityinsights/v20230901preview/msti_data_connector.py +1 -1
  2607. pulumi_azure_native/securityinsights/v20230901preview/mtp_data_connector.py +1 -1
  2608. pulumi_azure_native/securityinsights/v20230901preview/nrt_alert_rule.py +1 -1
  2609. pulumi_azure_native/securityinsights/v20230901preview/office365_project_data_connector.py +1 -1
  2610. pulumi_azure_native/securityinsights/v20230901preview/office_atp_data_connector.py +1 -1
  2611. pulumi_azure_native/securityinsights/v20230901preview/office_data_connector.py +1 -1
  2612. pulumi_azure_native/securityinsights/v20230901preview/office_irm_data_connector.py +1 -1
  2613. pulumi_azure_native/securityinsights/v20230901preview/office_power_bi_data_connector.py +1 -1
  2614. pulumi_azure_native/securityinsights/v20230901preview/scheduled_alert_rule.py +1 -1
  2615. pulumi_azure_native/securityinsights/v20230901preview/sentinel_onboarding_state.py +1 -1
  2616. pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_alert_rule.py +1 -1
  2617. pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_indicator.py +1 -1
  2618. pulumi_azure_native/securityinsights/v20230901preview/ti_data_connector.py +1 -1
  2619. pulumi_azure_native/securityinsights/v20230901preview/ti_taxii_data_connector.py +1 -1
  2620. pulumi_azure_native/securityinsights/v20230901preview/watchlist.py +1 -1
  2621. pulumi_azure_native/securityinsights/v20230901preview/watchlist_item.py +1 -1
  2622. pulumi_azure_native/securityinsights/v20231001preview/aad_data_connector.py +1 -1
  2623. pulumi_azure_native/securityinsights/v20231001preview/aatp_data_connector.py +1 -1
  2624. pulumi_azure_native/securityinsights/v20231001preview/action.py +1 -1
  2625. pulumi_azure_native/securityinsights/v20231001preview/anomaly_security_ml_analytics_settings.py +1 -1
  2626. pulumi_azure_native/securityinsights/v20231001preview/asc_data_connector.py +1 -1
  2627. pulumi_azure_native/securityinsights/v20231001preview/automation_rule.py +1 -1
  2628. pulumi_azure_native/securityinsights/v20231001preview/aws_cloud_trail_data_connector.py +1 -1
  2629. pulumi_azure_native/securityinsights/v20231001preview/aws_s3_data_connector.py +1 -1
  2630. pulumi_azure_native/securityinsights/v20231001preview/bookmark.py +1 -1
  2631. pulumi_azure_native/securityinsights/v20231001preview/codeless_api_polling_data_connector.py +1 -1
  2632. pulumi_azure_native/securityinsights/v20231001preview/codeless_ui_data_connector.py +1 -1
  2633. pulumi_azure_native/securityinsights/v20231001preview/content_package.py +1 -1
  2634. pulumi_azure_native/securityinsights/v20231001preview/content_template.py +1 -1
  2635. pulumi_azure_native/securityinsights/v20231001preview/customizable_connector_definition.py +1 -1
  2636. pulumi_azure_native/securityinsights/v20231001preview/dynamics365_data_connector.py +1 -1
  2637. pulumi_azure_native/securityinsights/v20231001preview/fusion_alert_rule.py +1 -1
  2638. pulumi_azure_native/securityinsights/v20231001preview/gcp_data_connector.py +1 -1
  2639. pulumi_azure_native/securityinsights/v20231001preview/incident.py +1 -1
  2640. pulumi_azure_native/securityinsights/v20231001preview/incident_comment.py +1 -1
  2641. pulumi_azure_native/securityinsights/v20231001preview/incident_relation.py +1 -1
  2642. pulumi_azure_native/securityinsights/v20231001preview/incident_task.py +1 -1
  2643. pulumi_azure_native/securityinsights/v20231001preview/io_t_data_connector.py +1 -1
  2644. pulumi_azure_native/securityinsights/v20231001preview/mcas_data_connector.py +1 -1
  2645. pulumi_azure_native/securityinsights/v20231001preview/mdatp_data_connector.py +1 -1
  2646. pulumi_azure_native/securityinsights/v20231001preview/metadata.py +1 -1
  2647. pulumi_azure_native/securityinsights/v20231001preview/microsoft_purview_information_protection_data_connector.py +1 -1
  2648. pulumi_azure_native/securityinsights/v20231001preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  2649. pulumi_azure_native/securityinsights/v20231001preview/ml_behavior_analytics_alert_rule.py +1 -1
  2650. pulumi_azure_native/securityinsights/v20231001preview/msti_data_connector.py +1 -1
  2651. pulumi_azure_native/securityinsights/v20231001preview/mtp_data_connector.py +1 -1
  2652. pulumi_azure_native/securityinsights/v20231001preview/nrt_alert_rule.py +1 -1
  2653. pulumi_azure_native/securityinsights/v20231001preview/office365_project_data_connector.py +1 -1
  2654. pulumi_azure_native/securityinsights/v20231001preview/office_atp_data_connector.py +1 -1
  2655. pulumi_azure_native/securityinsights/v20231001preview/office_data_connector.py +1 -1
  2656. pulumi_azure_native/securityinsights/v20231001preview/office_irm_data_connector.py +1 -1
  2657. pulumi_azure_native/securityinsights/v20231001preview/office_power_bi_data_connector.py +1 -1
  2658. pulumi_azure_native/securityinsights/v20231001preview/scheduled_alert_rule.py +1 -1
  2659. pulumi_azure_native/securityinsights/v20231001preview/sentinel_onboarding_state.py +1 -1
  2660. pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_alert_rule.py +1 -1
  2661. pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_indicator.py +1 -1
  2662. pulumi_azure_native/securityinsights/v20231001preview/ti_data_connector.py +1 -1
  2663. pulumi_azure_native/securityinsights/v20231001preview/ti_taxii_data_connector.py +1 -1
  2664. pulumi_azure_native/securityinsights/v20231001preview/watchlist.py +1 -1
  2665. pulumi_azure_native/securityinsights/v20231001preview/watchlist_item.py +1 -1
  2666. pulumi_azure_native/securityinsights/v20231101/aad_data_connector.py +1 -1
  2667. pulumi_azure_native/securityinsights/v20231101/aatp_data_connector.py +1 -1
  2668. pulumi_azure_native/securityinsights/v20231101/action.py +1 -1
  2669. pulumi_azure_native/securityinsights/v20231101/anomaly_security_ml_analytics_settings.py +1 -1
  2670. pulumi_azure_native/securityinsights/v20231101/asc_data_connector.py +1 -1
  2671. pulumi_azure_native/securityinsights/v20231101/automation_rule.py +1 -1
  2672. pulumi_azure_native/securityinsights/v20231101/aws_cloud_trail_data_connector.py +1 -1
  2673. pulumi_azure_native/securityinsights/v20231101/bookmark.py +1 -1
  2674. pulumi_azure_native/securityinsights/v20231101/content_package.py +1 -1
  2675. pulumi_azure_native/securityinsights/v20231101/content_template.py +1 -1
  2676. pulumi_azure_native/securityinsights/v20231101/fusion_alert_rule.py +1 -1
  2677. pulumi_azure_native/securityinsights/v20231101/incident.py +1 -1
  2678. pulumi_azure_native/securityinsights/v20231101/incident_comment.py +1 -1
  2679. pulumi_azure_native/securityinsights/v20231101/incident_relation.py +1 -1
  2680. pulumi_azure_native/securityinsights/v20231101/mcas_data_connector.py +1 -1
  2681. pulumi_azure_native/securityinsights/v20231101/mdatp_data_connector.py +1 -1
  2682. pulumi_azure_native/securityinsights/v20231101/metadata.py +1 -1
  2683. pulumi_azure_native/securityinsights/v20231101/microsoft_security_incident_creation_alert_rule.py +1 -1
  2684. pulumi_azure_native/securityinsights/v20231101/office_data_connector.py +1 -1
  2685. pulumi_azure_native/securityinsights/v20231101/scheduled_alert_rule.py +1 -1
  2686. pulumi_azure_native/securityinsights/v20231101/sentinel_onboarding_state.py +1 -1
  2687. pulumi_azure_native/securityinsights/v20231101/threat_intelligence_indicator.py +1 -1
  2688. pulumi_azure_native/securityinsights/v20231101/ti_data_connector.py +1 -1
  2689. pulumi_azure_native/securityinsights/v20231101/watchlist.py +1 -1
  2690. pulumi_azure_native/securityinsights/v20231101/watchlist_item.py +1 -1
  2691. pulumi_azure_native/securityinsights/v20231201preview/aad_data_connector.py +1 -1
  2692. pulumi_azure_native/securityinsights/v20231201preview/aatp_data_connector.py +1 -1
  2693. pulumi_azure_native/securityinsights/v20231201preview/action.py +1 -1
  2694. pulumi_azure_native/securityinsights/v20231201preview/anomaly_security_ml_analytics_settings.py +1 -1
  2695. pulumi_azure_native/securityinsights/v20231201preview/asc_data_connector.py +1 -1
  2696. pulumi_azure_native/securityinsights/v20231201preview/automation_rule.py +1 -1
  2697. pulumi_azure_native/securityinsights/v20231201preview/aws_cloud_trail_data_connector.py +1 -1
  2698. pulumi_azure_native/securityinsights/v20231201preview/aws_s3_data_connector.py +1 -1
  2699. pulumi_azure_native/securityinsights/v20231201preview/bookmark.py +1 -1
  2700. pulumi_azure_native/securityinsights/v20231201preview/codeless_api_polling_data_connector.py +1 -1
  2701. pulumi_azure_native/securityinsights/v20231201preview/codeless_ui_data_connector.py +1 -1
  2702. pulumi_azure_native/securityinsights/v20231201preview/content_package.py +1 -1
  2703. pulumi_azure_native/securityinsights/v20231201preview/content_template.py +1 -1
  2704. pulumi_azure_native/securityinsights/v20231201preview/customizable_connector_definition.py +1 -1
  2705. pulumi_azure_native/securityinsights/v20231201preview/dynamics365_data_connector.py +1 -1
  2706. pulumi_azure_native/securityinsights/v20231201preview/fusion_alert_rule.py +1 -1
  2707. pulumi_azure_native/securityinsights/v20231201preview/gcp_data_connector.py +1 -1
  2708. pulumi_azure_native/securityinsights/v20231201preview/incident.py +1 -1
  2709. pulumi_azure_native/securityinsights/v20231201preview/incident_comment.py +1 -1
  2710. pulumi_azure_native/securityinsights/v20231201preview/incident_relation.py +1 -1
  2711. pulumi_azure_native/securityinsights/v20231201preview/incident_task.py +1 -1
  2712. pulumi_azure_native/securityinsights/v20231201preview/io_t_data_connector.py +1 -1
  2713. pulumi_azure_native/securityinsights/v20231201preview/mcas_data_connector.py +1 -1
  2714. pulumi_azure_native/securityinsights/v20231201preview/mdatp_data_connector.py +1 -1
  2715. pulumi_azure_native/securityinsights/v20231201preview/metadata.py +1 -1
  2716. pulumi_azure_native/securityinsights/v20231201preview/microsoft_purview_information_protection_data_connector.py +1 -1
  2717. pulumi_azure_native/securityinsights/v20231201preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  2718. pulumi_azure_native/securityinsights/v20231201preview/ml_behavior_analytics_alert_rule.py +1 -1
  2719. pulumi_azure_native/securityinsights/v20231201preview/msti_data_connector.py +1 -1
  2720. pulumi_azure_native/securityinsights/v20231201preview/mtp_data_connector.py +1 -1
  2721. pulumi_azure_native/securityinsights/v20231201preview/nrt_alert_rule.py +1 -1
  2722. pulumi_azure_native/securityinsights/v20231201preview/office365_project_data_connector.py +1 -1
  2723. pulumi_azure_native/securityinsights/v20231201preview/office_atp_data_connector.py +1 -1
  2724. pulumi_azure_native/securityinsights/v20231201preview/office_data_connector.py +1 -1
  2725. pulumi_azure_native/securityinsights/v20231201preview/office_irm_data_connector.py +1 -1
  2726. pulumi_azure_native/securityinsights/v20231201preview/office_power_bi_data_connector.py +1 -1
  2727. pulumi_azure_native/securityinsights/v20231201preview/scheduled_alert_rule.py +1 -1
  2728. pulumi_azure_native/securityinsights/v20231201preview/sentinel_onboarding_state.py +1 -1
  2729. pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_alert_rule.py +1 -1
  2730. pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_indicator.py +1 -1
  2731. pulumi_azure_native/securityinsights/v20231201preview/ti_data_connector.py +1 -1
  2732. pulumi_azure_native/securityinsights/v20231201preview/ti_taxii_data_connector.py +1 -1
  2733. pulumi_azure_native/securityinsights/v20231201preview/watchlist.py +1 -1
  2734. pulumi_azure_native/securityinsights/v20231201preview/watchlist_item.py +1 -1
  2735. pulumi_azure_native/securityinsights/v20240101preview/aad_data_connector.py +1 -1
  2736. pulumi_azure_native/securityinsights/v20240101preview/aatp_data_connector.py +1 -1
  2737. pulumi_azure_native/securityinsights/v20240101preview/action.py +1 -1
  2738. pulumi_azure_native/securityinsights/v20240101preview/anomaly_security_ml_analytics_settings.py +1 -1
  2739. pulumi_azure_native/securityinsights/v20240101preview/asc_data_connector.py +1 -1
  2740. pulumi_azure_native/securityinsights/v20240101preview/automation_rule.py +1 -1
  2741. pulumi_azure_native/securityinsights/v20240101preview/aws_cloud_trail_data_connector.py +1 -1
  2742. pulumi_azure_native/securityinsights/v20240101preview/aws_s3_data_connector.py +1 -1
  2743. pulumi_azure_native/securityinsights/v20240101preview/bookmark.py +1 -1
  2744. pulumi_azure_native/securityinsights/v20240101preview/codeless_api_polling_data_connector.py +1 -1
  2745. pulumi_azure_native/securityinsights/v20240101preview/codeless_ui_data_connector.py +1 -1
  2746. pulumi_azure_native/securityinsights/v20240101preview/content_package.py +1 -1
  2747. pulumi_azure_native/securityinsights/v20240101preview/content_template.py +1 -1
  2748. pulumi_azure_native/securityinsights/v20240101preview/customizable_connector_definition.py +1 -1
  2749. pulumi_azure_native/securityinsights/v20240101preview/dynamics365_data_connector.py +1 -1
  2750. pulumi_azure_native/securityinsights/v20240101preview/fusion_alert_rule.py +1 -1
  2751. pulumi_azure_native/securityinsights/v20240101preview/gcp_data_connector.py +1 -1
  2752. pulumi_azure_native/securityinsights/v20240101preview/incident.py +1 -1
  2753. pulumi_azure_native/securityinsights/v20240101preview/incident_comment.py +1 -1
  2754. pulumi_azure_native/securityinsights/v20240101preview/incident_relation.py +1 -1
  2755. pulumi_azure_native/securityinsights/v20240101preview/incident_task.py +1 -1
  2756. pulumi_azure_native/securityinsights/v20240101preview/io_t_data_connector.py +1 -1
  2757. pulumi_azure_native/securityinsights/v20240101preview/mcas_data_connector.py +1 -1
  2758. pulumi_azure_native/securityinsights/v20240101preview/mdatp_data_connector.py +1 -1
  2759. pulumi_azure_native/securityinsights/v20240101preview/metadata.py +1 -1
  2760. pulumi_azure_native/securityinsights/v20240101preview/microsoft_purview_information_protection_data_connector.py +1 -1
  2761. pulumi_azure_native/securityinsights/v20240101preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  2762. pulumi_azure_native/securityinsights/v20240101preview/ml_behavior_analytics_alert_rule.py +1 -1
  2763. pulumi_azure_native/securityinsights/v20240101preview/msti_data_connector.py +1 -1
  2764. pulumi_azure_native/securityinsights/v20240101preview/mtp_data_connector.py +1 -1
  2765. pulumi_azure_native/securityinsights/v20240101preview/nrt_alert_rule.py +1 -1
  2766. pulumi_azure_native/securityinsights/v20240101preview/office365_project_data_connector.py +1 -1
  2767. pulumi_azure_native/securityinsights/v20240101preview/office_atp_data_connector.py +1 -1
  2768. pulumi_azure_native/securityinsights/v20240101preview/office_data_connector.py +1 -1
  2769. pulumi_azure_native/securityinsights/v20240101preview/office_irm_data_connector.py +1 -1
  2770. pulumi_azure_native/securityinsights/v20240101preview/office_power_bi_data_connector.py +1 -1
  2771. pulumi_azure_native/securityinsights/v20240101preview/rest_api_poller_data_connector.py +1 -1
  2772. pulumi_azure_native/securityinsights/v20240101preview/scheduled_alert_rule.py +1 -1
  2773. pulumi_azure_native/securityinsights/v20240101preview/sentinel_onboarding_state.py +1 -1
  2774. pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_alert_rule.py +1 -1
  2775. pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_indicator.py +1 -1
  2776. pulumi_azure_native/securityinsights/v20240101preview/ti_data_connector.py +1 -1
  2777. pulumi_azure_native/securityinsights/v20240101preview/ti_taxii_data_connector.py +1 -1
  2778. pulumi_azure_native/securityinsights/v20240101preview/watchlist.py +1 -1
  2779. pulumi_azure_native/securityinsights/v20240101preview/watchlist_item.py +1 -1
  2780. pulumi_azure_native/securityinsights/v20240301/aad_data_connector.py +1 -1
  2781. pulumi_azure_native/securityinsights/v20240301/aatp_data_connector.py +1 -1
  2782. pulumi_azure_native/securityinsights/v20240301/action.py +1 -1
  2783. pulumi_azure_native/securityinsights/v20240301/anomaly_security_ml_analytics_settings.py +1 -1
  2784. pulumi_azure_native/securityinsights/v20240301/asc_data_connector.py +1 -1
  2785. pulumi_azure_native/securityinsights/v20240301/automation_rule.py +1 -1
  2786. pulumi_azure_native/securityinsights/v20240301/aws_cloud_trail_data_connector.py +1 -1
  2787. pulumi_azure_native/securityinsights/v20240301/bookmark.py +1 -1
  2788. pulumi_azure_native/securityinsights/v20240301/content_package.py +1 -1
  2789. pulumi_azure_native/securityinsights/v20240301/content_template.py +1 -1
  2790. pulumi_azure_native/securityinsights/v20240301/fusion_alert_rule.py +1 -1
  2791. pulumi_azure_native/securityinsights/v20240301/incident.py +1 -1
  2792. pulumi_azure_native/securityinsights/v20240301/incident_comment.py +1 -1
  2793. pulumi_azure_native/securityinsights/v20240301/incident_relation.py +1 -1
  2794. pulumi_azure_native/securityinsights/v20240301/incident_task.py +1 -1
  2795. pulumi_azure_native/securityinsights/v20240301/mcas_data_connector.py +1 -1
  2796. pulumi_azure_native/securityinsights/v20240301/mdatp_data_connector.py +1 -1
  2797. pulumi_azure_native/securityinsights/v20240301/metadata.py +1 -1
  2798. pulumi_azure_native/securityinsights/v20240301/microsoft_security_incident_creation_alert_rule.py +1 -1
  2799. pulumi_azure_native/securityinsights/v20240301/office_data_connector.py +1 -1
  2800. pulumi_azure_native/securityinsights/v20240301/scheduled_alert_rule.py +1 -1
  2801. pulumi_azure_native/securityinsights/v20240301/sentinel_onboarding_state.py +1 -1
  2802. pulumi_azure_native/securityinsights/v20240301/threat_intelligence_indicator.py +1 -1
  2803. pulumi_azure_native/securityinsights/v20240301/ti_data_connector.py +1 -1
  2804. pulumi_azure_native/securityinsights/v20240301/watchlist.py +1 -1
  2805. pulumi_azure_native/securityinsights/v20240301/watchlist_item.py +1 -1
  2806. pulumi_azure_native/securityinsights/v20240401preview/aad_data_connector.py +1 -1
  2807. pulumi_azure_native/securityinsights/v20240401preview/aatp_data_connector.py +1 -1
  2808. pulumi_azure_native/securityinsights/v20240401preview/action.py +1 -1
  2809. pulumi_azure_native/securityinsights/v20240401preview/anomaly_security_ml_analytics_settings.py +1 -1
  2810. pulumi_azure_native/securityinsights/v20240401preview/asc_data_connector.py +1 -1
  2811. pulumi_azure_native/securityinsights/v20240401preview/automation_rule.py +1 -1
  2812. pulumi_azure_native/securityinsights/v20240401preview/aws_cloud_trail_data_connector.py +1 -1
  2813. pulumi_azure_native/securityinsights/v20240401preview/aws_s3_data_connector.py +1 -1
  2814. pulumi_azure_native/securityinsights/v20240401preview/bookmark.py +1 -1
  2815. pulumi_azure_native/securityinsights/v20240401preview/codeless_api_polling_data_connector.py +1 -1
  2816. pulumi_azure_native/securityinsights/v20240401preview/codeless_ui_data_connector.py +1 -1
  2817. pulumi_azure_native/securityinsights/v20240401preview/content_package.py +1 -1
  2818. pulumi_azure_native/securityinsights/v20240401preview/content_template.py +1 -1
  2819. pulumi_azure_native/securityinsights/v20240401preview/customizable_connector_definition.py +1 -1
  2820. pulumi_azure_native/securityinsights/v20240401preview/dynamics365_data_connector.py +1 -1
  2821. pulumi_azure_native/securityinsights/v20240401preview/fusion_alert_rule.py +1 -1
  2822. pulumi_azure_native/securityinsights/v20240401preview/gcp_data_connector.py +1 -1
  2823. pulumi_azure_native/securityinsights/v20240401preview/incident.py +1 -1
  2824. pulumi_azure_native/securityinsights/v20240401preview/incident_comment.py +1 -1
  2825. pulumi_azure_native/securityinsights/v20240401preview/incident_relation.py +1 -1
  2826. pulumi_azure_native/securityinsights/v20240401preview/incident_task.py +1 -1
  2827. pulumi_azure_native/securityinsights/v20240401preview/io_t_data_connector.py +1 -1
  2828. pulumi_azure_native/securityinsights/v20240401preview/mcas_data_connector.py +1 -1
  2829. pulumi_azure_native/securityinsights/v20240401preview/mdatp_data_connector.py +1 -1
  2830. pulumi_azure_native/securityinsights/v20240401preview/metadata.py +1 -1
  2831. pulumi_azure_native/securityinsights/v20240401preview/microsoft_purview_information_protection_data_connector.py +1 -1
  2832. pulumi_azure_native/securityinsights/v20240401preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  2833. pulumi_azure_native/securityinsights/v20240401preview/ml_behavior_analytics_alert_rule.py +1 -1
  2834. pulumi_azure_native/securityinsights/v20240401preview/msti_data_connector.py +1 -1
  2835. pulumi_azure_native/securityinsights/v20240401preview/mtp_data_connector.py +1 -1
  2836. pulumi_azure_native/securityinsights/v20240401preview/nrt_alert_rule.py +1 -1
  2837. pulumi_azure_native/securityinsights/v20240401preview/office365_project_data_connector.py +1 -1
  2838. pulumi_azure_native/securityinsights/v20240401preview/office_atp_data_connector.py +1 -1
  2839. pulumi_azure_native/securityinsights/v20240401preview/office_data_connector.py +1 -1
  2840. pulumi_azure_native/securityinsights/v20240401preview/office_irm_data_connector.py +1 -1
  2841. pulumi_azure_native/securityinsights/v20240401preview/office_power_bi_data_connector.py +1 -1
  2842. pulumi_azure_native/securityinsights/v20240401preview/rest_api_poller_data_connector.py +1 -1
  2843. pulumi_azure_native/securityinsights/v20240401preview/scheduled_alert_rule.py +1 -1
  2844. pulumi_azure_native/securityinsights/v20240401preview/sentinel_onboarding_state.py +1 -1
  2845. pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_alert_rule.py +1 -1
  2846. pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_indicator.py +1 -1
  2847. pulumi_azure_native/securityinsights/v20240401preview/ti_data_connector.py +1 -1
  2848. pulumi_azure_native/securityinsights/v20240401preview/ti_taxii_data_connector.py +1 -1
  2849. pulumi_azure_native/securityinsights/v20240401preview/watchlist.py +1 -1
  2850. pulumi_azure_native/securityinsights/v20240401preview/watchlist_item.py +1 -1
  2851. pulumi_azure_native/securityinsights/v20240901/__init__.py +71 -0
  2852. pulumi_azure_native/securityinsights/v20240901/_enums.py +1033 -0
  2853. pulumi_azure_native/securityinsights/v20240901/_inputs.py +6871 -0
  2854. pulumi_azure_native/securityinsights/v20240901/aad_data_connector.py +294 -0
  2855. pulumi_azure_native/securityinsights/v20240901/aatp_data_connector.py +294 -0
  2856. pulumi_azure_native/securityinsights/v20240901/action.py +282 -0
  2857. pulumi_azure_native/securityinsights/v20240901/anomaly_security_ml_analytics_settings.py +629 -0
  2858. pulumi_azure_native/securityinsights/v20240901/asc_data_connector.py +294 -0
  2859. pulumi_azure_native/securityinsights/v20240901/automation_rule.py +360 -0
  2860. pulumi_azure_native/securityinsights/v20240901/aws_cloud_trail_data_connector.py +294 -0
  2861. pulumi_azure_native/securityinsights/v20240901/bookmark.py +581 -0
  2862. pulumi_azure_native/securityinsights/v20240901/content_package.py +874 -0
  2863. pulumi_azure_native/securityinsights/v20240901/content_template.py +955 -0
  2864. pulumi_azure_native/securityinsights/v20240901/customizable_connector_definition.py +353 -0
  2865. pulumi_azure_native/securityinsights/v20240901/fusion_alert_rule.py +354 -0
  2866. pulumi_azure_native/securityinsights/v20240901/get_aad_data_connector.py +192 -0
  2867. pulumi_azure_native/securityinsights/v20240901/get_aatp_data_connector.py +192 -0
  2868. pulumi_azure_native/securityinsights/v20240901/get_action.py +183 -0
  2869. pulumi_azure_native/securityinsights/v20240901/get_anomaly_security_ml_analytics_settings.py +360 -0
  2870. pulumi_azure_native/securityinsights/v20240901/get_asc_data_connector.py +192 -0
  2871. pulumi_azure_native/securityinsights/v20240901/get_automation_rule.py +258 -0
  2872. pulumi_azure_native/securityinsights/v20240901/get_aws_cloud_trail_data_connector.py +192 -0
  2873. pulumi_azure_native/securityinsights/v20240901/get_bookmark.py +331 -0
  2874. pulumi_azure_native/securityinsights/v20240901/get_content_package.py +471 -0
  2875. pulumi_azure_native/securityinsights/v20240901/get_content_template.py +533 -0
  2876. pulumi_azure_native/securityinsights/v20240901/get_customizable_connector_definition.py +220 -0
  2877. pulumi_azure_native/securityinsights/v20240901/get_fusion_alert_rule.py +276 -0
  2878. pulumi_azure_native/securityinsights/v20240901/get_incident.py +415 -0
  2879. pulumi_azure_native/securityinsights/v20240901/get_incident_comment.py +211 -0
  2880. pulumi_azure_native/securityinsights/v20240901/get_incident_relation.py +211 -0
  2881. pulumi_azure_native/securityinsights/v20240901/get_incident_task.py +253 -0
  2882. pulumi_azure_native/securityinsights/v20240901/get_mcas_data_connector.py +192 -0
  2883. pulumi_azure_native/securityinsights/v20240901/get_mdatp_data_connector.py +192 -0
  2884. pulumi_azure_native/securityinsights/v20240901/get_metadata.py +415 -0
  2885. pulumi_azure_native/securityinsights/v20240901/get_microsoft_security_incident_creation_alert_rule.py +290 -0
  2886. pulumi_azure_native/securityinsights/v20240901/get_msti_data_connector.py +192 -0
  2887. pulumi_azure_native/securityinsights/v20240901/get_office_data_connector.py +192 -0
  2888. pulumi_azure_native/securityinsights/v20240901/get_premium_microsoft_defender_for_threat_intelligence.py +220 -0
  2889. pulumi_azure_native/securityinsights/v20240901/get_rest_api_poller_data_connector.py +290 -0
  2890. pulumi_azure_native/securityinsights/v20240901/get_scheduled_alert_rule.py +458 -0
  2891. pulumi_azure_native/securityinsights/v20240901/get_sentinel_onboarding_state.py +163 -0
  2892. pulumi_azure_native/securityinsights/v20240901/get_threat_intelligence_indicator.py +163 -0
  2893. pulumi_azure_native/securityinsights/v20240901/get_ti_data_connector.py +206 -0
  2894. pulumi_azure_native/securityinsights/v20240901/get_watchlist.py +457 -0
  2895. pulumi_azure_native/securityinsights/v20240901/get_watchlist_item.py +295 -0
  2896. pulumi_azure_native/securityinsights/v20240901/incident.py +604 -0
  2897. pulumi_azure_native/securityinsights/v20240901/incident_comment.py +281 -0
  2898. pulumi_azure_native/securityinsights/v20240901/incident_relation.py +281 -0
  2899. pulumi_azure_native/securityinsights/v20240901/incident_task.py +390 -0
  2900. pulumi_azure_native/securityinsights/v20240901/list_source_control_repositories.py +138 -0
  2901. pulumi_azure_native/securityinsights/v20240901/mcas_data_connector.py +294 -0
  2902. pulumi_azure_native/securityinsights/v20240901/mdatp_data_connector.py +294 -0
  2903. pulumi_azure_native/securityinsights/v20240901/metadata.py +755 -0
  2904. pulumi_azure_native/securityinsights/v20240901/microsoft_security_incident_creation_alert_rule.py +480 -0
  2905. pulumi_azure_native/securityinsights/v20240901/msti_data_connector.py +295 -0
  2906. pulumi_azure_native/securityinsights/v20240901/office_data_connector.py +294 -0
  2907. pulumi_azure_native/securityinsights/v20240901/outputs.py +5879 -0
  2908. pulumi_azure_native/securityinsights/v20240901/premium_microsoft_defender_for_threat_intelligence.py +354 -0
  2909. pulumi_azure_native/securityinsights/v20240901/rest_api_poller_data_connector.py +500 -0
  2910. pulumi_azure_native/securityinsights/v20240901/scheduled_alert_rule.py +836 -0
  2911. pulumi_azure_native/securityinsights/v20240901/sentinel_onboarding_state.py +229 -0
  2912. pulumi_azure_native/securityinsights/v20240901/threat_intelligence_indicator.py +793 -0
  2913. pulumi_azure_native/securityinsights/v20240901/ti_data_connector.py +323 -0
  2914. pulumi_azure_native/securityinsights/v20240901/watchlist.py +804 -0
  2915. pulumi_azure_native/securityinsights/v20240901/watchlist_item.py +493 -0
  2916. pulumi_azure_native/securityinsights/watchlist.py +3 -3
  2917. pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
  2918. {pulumi_azure_native-2.74.0a1732526192.dist-info → pulumi_azure_native-2.74.0a1732531694.dist-info}/METADATA +1 -1
  2919. {pulumi_azure_native-2.74.0a1732526192.dist-info → pulumi_azure_native-2.74.0a1732531694.dist-info}/RECORD +2921 -2378
  2920. {pulumi_azure_native-2.74.0a1732526192.dist-info → pulumi_azure_native-2.74.0a1732531694.dist-info}/WHEEL +0 -0
  2921. {pulumi_azure_native-2.74.0a1732526192.dist-info → pulumi_azure_native-2.74.0a1732531694.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3340 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'AccessControlRulesIdentityResponse',
21
+ 'AccessControlRulesPrivilegeResponse',
22
+ 'AccessControlRulesResponse',
23
+ 'AccessControlRulesRoleAssignmentResponse',
24
+ 'AccessControlRulesRoleResponse',
25
+ 'AdditionalReplicaSetResponse',
26
+ 'CommunityGalleryInfoResponse',
27
+ 'DataDiskImageEncryptionResponse',
28
+ 'DisallowedResponse',
29
+ 'EncryptionImagesResponse',
30
+ 'ExecutedValidationResponse',
31
+ 'GalleryApplicationCustomActionParameterResponse',
32
+ 'GalleryApplicationCustomActionResponse',
33
+ 'GalleryApplicationVersionPublishingProfileResponse',
34
+ 'GalleryApplicationVersionSafetyProfileResponse',
35
+ 'GalleryArtifactVersionFullSourceResponse',
36
+ 'GalleryDataDiskImageResponse',
37
+ 'GalleryDiskImageSourceResponse',
38
+ 'GalleryExtendedLocationResponse',
39
+ 'GalleryIdentifierResponse',
40
+ 'GalleryIdentityResponse',
41
+ 'GalleryImageFeatureResponse',
42
+ 'GalleryImageIdentifierResponse',
43
+ 'GalleryImageVersionPublishingProfileResponse',
44
+ 'GalleryImageVersionSafetyProfileResponse',
45
+ 'GalleryImageVersionStorageProfileResponse',
46
+ 'GalleryImageVersionUefiSettingsResponse',
47
+ 'GalleryInVMAccessControlProfilePropertiesResponse',
48
+ 'GalleryOSDiskImageResponse',
49
+ 'GalleryTargetExtendedLocationResponse',
50
+ 'ImagePurchasePlanResponse',
51
+ 'ImageVersionSecurityProfileResponse',
52
+ 'OSDiskImageEncryptionResponse',
53
+ 'OSDiskImageSecurityProfileResponse',
54
+ 'PlatformAttributeResponse',
55
+ 'PolicyViolationResponse',
56
+ 'RecommendedMachineConfigurationResponse',
57
+ 'RegionalReplicationStatusResponse',
58
+ 'RegionalSharingStatusResponse',
59
+ 'ReplicationStatusResponse',
60
+ 'ResourceRangeResponse',
61
+ 'SharingProfileGroupResponse',
62
+ 'SharingProfileResponse',
63
+ 'SharingStatusResponse',
64
+ 'SoftDeletePolicyResponse',
65
+ 'TargetRegionResponse',
66
+ 'UefiKeyResponse',
67
+ 'UefiKeySignaturesResponse',
68
+ 'UserArtifactManageResponse',
69
+ 'UserArtifactSettingsResponse',
70
+ 'UserArtifactSourceResponse',
71
+ 'UserAssignedIdentitiesResponseUserAssignedIdentities',
72
+ 'ValidationsProfileResponse',
73
+ ]
74
+
75
+ @pulumi.output_type
76
+ class AccessControlRulesIdentityResponse(dict):
77
+ """
78
+ The properties of an Access Control Rule Identity.
79
+ """
80
+ @staticmethod
81
+ def __key_warning(key: str):
82
+ suggest = None
83
+ if key == "exePath":
84
+ suggest = "exe_path"
85
+ elif key == "groupName":
86
+ suggest = "group_name"
87
+ elif key == "processName":
88
+ suggest = "process_name"
89
+ elif key == "userName":
90
+ suggest = "user_name"
91
+
92
+ if suggest:
93
+ pulumi.log.warn(f"Key '{key}' not found in AccessControlRulesIdentityResponse. Access the value via the '{suggest}' property getter instead.")
94
+
95
+ def __getitem__(self, key: str) -> Any:
96
+ AccessControlRulesIdentityResponse.__key_warning(key)
97
+ return super().__getitem__(key)
98
+
99
+ def get(self, key: str, default = None) -> Any:
100
+ AccessControlRulesIdentityResponse.__key_warning(key)
101
+ return super().get(key, default)
102
+
103
+ def __init__(__self__, *,
104
+ name: str,
105
+ exe_path: Optional[str] = None,
106
+ group_name: Optional[str] = None,
107
+ process_name: Optional[str] = None,
108
+ user_name: Optional[str] = None):
109
+ """
110
+ The properties of an Access Control Rule Identity.
111
+ :param str name: The name of the identity.
112
+ :param str exe_path: The path to the executable.
113
+ :param str group_name: The groupName corresponding to this identity.
114
+ :param str process_name: The process name of the executable.
115
+ :param str user_name: The username corresponding to this identity.
116
+ """
117
+ pulumi.set(__self__, "name", name)
118
+ if exe_path is not None:
119
+ pulumi.set(__self__, "exe_path", exe_path)
120
+ if group_name is not None:
121
+ pulumi.set(__self__, "group_name", group_name)
122
+ if process_name is not None:
123
+ pulumi.set(__self__, "process_name", process_name)
124
+ if user_name is not None:
125
+ pulumi.set(__self__, "user_name", user_name)
126
+
127
+ @property
128
+ @pulumi.getter
129
+ def name(self) -> str:
130
+ """
131
+ The name of the identity.
132
+ """
133
+ return pulumi.get(self, "name")
134
+
135
+ @property
136
+ @pulumi.getter(name="exePath")
137
+ def exe_path(self) -> Optional[str]:
138
+ """
139
+ The path to the executable.
140
+ """
141
+ return pulumi.get(self, "exe_path")
142
+
143
+ @property
144
+ @pulumi.getter(name="groupName")
145
+ def group_name(self) -> Optional[str]:
146
+ """
147
+ The groupName corresponding to this identity.
148
+ """
149
+ return pulumi.get(self, "group_name")
150
+
151
+ @property
152
+ @pulumi.getter(name="processName")
153
+ def process_name(self) -> Optional[str]:
154
+ """
155
+ The process name of the executable.
156
+ """
157
+ return pulumi.get(self, "process_name")
158
+
159
+ @property
160
+ @pulumi.getter(name="userName")
161
+ def user_name(self) -> Optional[str]:
162
+ """
163
+ The username corresponding to this identity.
164
+ """
165
+ return pulumi.get(self, "user_name")
166
+
167
+
168
+ @pulumi.output_type
169
+ class AccessControlRulesPrivilegeResponse(dict):
170
+ """
171
+ The properties of an Access Control Rule Privilege.
172
+ """
173
+ @staticmethod
174
+ def __key_warning(key: str):
175
+ suggest = None
176
+ if key == "queryParameters":
177
+ suggest = "query_parameters"
178
+
179
+ if suggest:
180
+ pulumi.log.warn(f"Key '{key}' not found in AccessControlRulesPrivilegeResponse. Access the value via the '{suggest}' property getter instead.")
181
+
182
+ def __getitem__(self, key: str) -> Any:
183
+ AccessControlRulesPrivilegeResponse.__key_warning(key)
184
+ return super().__getitem__(key)
185
+
186
+ def get(self, key: str, default = None) -> Any:
187
+ AccessControlRulesPrivilegeResponse.__key_warning(key)
188
+ return super().get(key, default)
189
+
190
+ def __init__(__self__, *,
191
+ name: str,
192
+ path: str,
193
+ query_parameters: Optional[Mapping[str, str]] = None):
194
+ """
195
+ The properties of an Access Control Rule Privilege.
196
+ :param str name: The name of the privilege.
197
+ :param str path: The HTTP path corresponding to the privilege.
198
+ :param Mapping[str, str] query_parameters: The query parameters to match in the path.
199
+ """
200
+ pulumi.set(__self__, "name", name)
201
+ pulumi.set(__self__, "path", path)
202
+ if query_parameters is not None:
203
+ pulumi.set(__self__, "query_parameters", query_parameters)
204
+
205
+ @property
206
+ @pulumi.getter
207
+ def name(self) -> str:
208
+ """
209
+ The name of the privilege.
210
+ """
211
+ return pulumi.get(self, "name")
212
+
213
+ @property
214
+ @pulumi.getter
215
+ def path(self) -> str:
216
+ """
217
+ The HTTP path corresponding to the privilege.
218
+ """
219
+ return pulumi.get(self, "path")
220
+
221
+ @property
222
+ @pulumi.getter(name="queryParameters")
223
+ def query_parameters(self) -> Optional[Mapping[str, str]]:
224
+ """
225
+ The query parameters to match in the path.
226
+ """
227
+ return pulumi.get(self, "query_parameters")
228
+
229
+
230
+ @pulumi.output_type
231
+ class AccessControlRulesResponse(dict):
232
+ """
233
+ This is the Access Control Rules specification for an inVMAccessControlProfile version.
234
+ """
235
+ @staticmethod
236
+ def __key_warning(key: str):
237
+ suggest = None
238
+ if key == "roleAssignments":
239
+ suggest = "role_assignments"
240
+
241
+ if suggest:
242
+ pulumi.log.warn(f"Key '{key}' not found in AccessControlRulesResponse. Access the value via the '{suggest}' property getter instead.")
243
+
244
+ def __getitem__(self, key: str) -> Any:
245
+ AccessControlRulesResponse.__key_warning(key)
246
+ return super().__getitem__(key)
247
+
248
+ def get(self, key: str, default = None) -> Any:
249
+ AccessControlRulesResponse.__key_warning(key)
250
+ return super().get(key, default)
251
+
252
+ def __init__(__self__, *,
253
+ identities: Optional[Sequence['outputs.AccessControlRulesIdentityResponse']] = None,
254
+ privileges: Optional[Sequence['outputs.AccessControlRulesPrivilegeResponse']] = None,
255
+ role_assignments: Optional[Sequence['outputs.AccessControlRulesRoleAssignmentResponse']] = None,
256
+ roles: Optional[Sequence['outputs.AccessControlRulesRoleResponse']] = None):
257
+ """
258
+ This is the Access Control Rules specification for an inVMAccessControlProfile version.
259
+ :param Sequence['AccessControlRulesIdentityResponse'] identities: A list of identities.
260
+ :param Sequence['AccessControlRulesPrivilegeResponse'] privileges: A list of privileges.
261
+ :param Sequence['AccessControlRulesRoleAssignmentResponse'] role_assignments: A list of role assignments.
262
+ :param Sequence['AccessControlRulesRoleResponse'] roles: A list of roles.
263
+ """
264
+ if identities is not None:
265
+ pulumi.set(__self__, "identities", identities)
266
+ if privileges is not None:
267
+ pulumi.set(__self__, "privileges", privileges)
268
+ if role_assignments is not None:
269
+ pulumi.set(__self__, "role_assignments", role_assignments)
270
+ if roles is not None:
271
+ pulumi.set(__self__, "roles", roles)
272
+
273
+ @property
274
+ @pulumi.getter
275
+ def identities(self) -> Optional[Sequence['outputs.AccessControlRulesIdentityResponse']]:
276
+ """
277
+ A list of identities.
278
+ """
279
+ return pulumi.get(self, "identities")
280
+
281
+ @property
282
+ @pulumi.getter
283
+ def privileges(self) -> Optional[Sequence['outputs.AccessControlRulesPrivilegeResponse']]:
284
+ """
285
+ A list of privileges.
286
+ """
287
+ return pulumi.get(self, "privileges")
288
+
289
+ @property
290
+ @pulumi.getter(name="roleAssignments")
291
+ def role_assignments(self) -> Optional[Sequence['outputs.AccessControlRulesRoleAssignmentResponse']]:
292
+ """
293
+ A list of role assignments.
294
+ """
295
+ return pulumi.get(self, "role_assignments")
296
+
297
+ @property
298
+ @pulumi.getter
299
+ def roles(self) -> Optional[Sequence['outputs.AccessControlRulesRoleResponse']]:
300
+ """
301
+ A list of roles.
302
+ """
303
+ return pulumi.get(self, "roles")
304
+
305
+
306
+ @pulumi.output_type
307
+ class AccessControlRulesRoleAssignmentResponse(dict):
308
+ """
309
+ The properties of an Access Control Rule RoleAssignment.
310
+ """
311
+ def __init__(__self__, *,
312
+ identities: Sequence[str],
313
+ role: str):
314
+ """
315
+ The properties of an Access Control Rule RoleAssignment.
316
+ :param Sequence[str] identities: A list of identities that can access the privileges defined by the role.
317
+ :param str role: The name of the role.
318
+ """
319
+ pulumi.set(__self__, "identities", identities)
320
+ pulumi.set(__self__, "role", role)
321
+
322
+ @property
323
+ @pulumi.getter
324
+ def identities(self) -> Sequence[str]:
325
+ """
326
+ A list of identities that can access the privileges defined by the role.
327
+ """
328
+ return pulumi.get(self, "identities")
329
+
330
+ @property
331
+ @pulumi.getter
332
+ def role(self) -> str:
333
+ """
334
+ The name of the role.
335
+ """
336
+ return pulumi.get(self, "role")
337
+
338
+
339
+ @pulumi.output_type
340
+ class AccessControlRulesRoleResponse(dict):
341
+ """
342
+ The properties of an Access Control Rule Role.
343
+ """
344
+ def __init__(__self__, *,
345
+ name: str,
346
+ privileges: Sequence[str]):
347
+ """
348
+ The properties of an Access Control Rule Role.
349
+ :param str name: The name of the role.
350
+ :param Sequence[str] privileges: A list of privileges needed by this role.
351
+ """
352
+ pulumi.set(__self__, "name", name)
353
+ pulumi.set(__self__, "privileges", privileges)
354
+
355
+ @property
356
+ @pulumi.getter
357
+ def name(self) -> str:
358
+ """
359
+ The name of the role.
360
+ """
361
+ return pulumi.get(self, "name")
362
+
363
+ @property
364
+ @pulumi.getter
365
+ def privileges(self) -> Sequence[str]:
366
+ """
367
+ A list of privileges needed by this role.
368
+ """
369
+ return pulumi.get(self, "privileges")
370
+
371
+
372
+ @pulumi.output_type
373
+ class AdditionalReplicaSetResponse(dict):
374
+ """
375
+ Describes the additional replica set information.
376
+ """
377
+ @staticmethod
378
+ def __key_warning(key: str):
379
+ suggest = None
380
+ if key == "regionalReplicaCount":
381
+ suggest = "regional_replica_count"
382
+ elif key == "storageAccountType":
383
+ suggest = "storage_account_type"
384
+
385
+ if suggest:
386
+ pulumi.log.warn(f"Key '{key}' not found in AdditionalReplicaSetResponse. Access the value via the '{suggest}' property getter instead.")
387
+
388
+ def __getitem__(self, key: str) -> Any:
389
+ AdditionalReplicaSetResponse.__key_warning(key)
390
+ return super().__getitem__(key)
391
+
392
+ def get(self, key: str, default = None) -> Any:
393
+ AdditionalReplicaSetResponse.__key_warning(key)
394
+ return super().get(key, default)
395
+
396
+ def __init__(__self__, *,
397
+ regional_replica_count: Optional[int] = None,
398
+ storage_account_type: Optional[str] = None):
399
+ """
400
+ Describes the additional replica set information.
401
+ :param int regional_replica_count: The number of direct drive replicas of the Image Version to be created.This Property is updatable
402
+ :param str storage_account_type: Specifies the storage account type to be used to create the direct drive replicas
403
+ """
404
+ if regional_replica_count is not None:
405
+ pulumi.set(__self__, "regional_replica_count", regional_replica_count)
406
+ if storage_account_type is not None:
407
+ pulumi.set(__self__, "storage_account_type", storage_account_type)
408
+
409
+ @property
410
+ @pulumi.getter(name="regionalReplicaCount")
411
+ def regional_replica_count(self) -> Optional[int]:
412
+ """
413
+ The number of direct drive replicas of the Image Version to be created.This Property is updatable
414
+ """
415
+ return pulumi.get(self, "regional_replica_count")
416
+
417
+ @property
418
+ @pulumi.getter(name="storageAccountType")
419
+ def storage_account_type(self) -> Optional[str]:
420
+ """
421
+ Specifies the storage account type to be used to create the direct drive replicas
422
+ """
423
+ return pulumi.get(self, "storage_account_type")
424
+
425
+
426
+ @pulumi.output_type
427
+ class CommunityGalleryInfoResponse(dict):
428
+ """
429
+ Information of community gallery if current gallery is shared to community
430
+ """
431
+ @staticmethod
432
+ def __key_warning(key: str):
433
+ suggest = None
434
+ if key == "communityGalleryEnabled":
435
+ suggest = "community_gallery_enabled"
436
+ elif key == "publicNames":
437
+ suggest = "public_names"
438
+ elif key == "publicNamePrefix":
439
+ suggest = "public_name_prefix"
440
+ elif key == "publisherContact":
441
+ suggest = "publisher_contact"
442
+ elif key == "publisherUri":
443
+ suggest = "publisher_uri"
444
+
445
+ if suggest:
446
+ pulumi.log.warn(f"Key '{key}' not found in CommunityGalleryInfoResponse. Access the value via the '{suggest}' property getter instead.")
447
+
448
+ def __getitem__(self, key: str) -> Any:
449
+ CommunityGalleryInfoResponse.__key_warning(key)
450
+ return super().__getitem__(key)
451
+
452
+ def get(self, key: str, default = None) -> Any:
453
+ CommunityGalleryInfoResponse.__key_warning(key)
454
+ return super().get(key, default)
455
+
456
+ def __init__(__self__, *,
457
+ community_gallery_enabled: bool,
458
+ public_names: Sequence[str],
459
+ eula: Optional[str] = None,
460
+ public_name_prefix: Optional[str] = None,
461
+ publisher_contact: Optional[str] = None,
462
+ publisher_uri: Optional[str] = None):
463
+ """
464
+ Information of community gallery if current gallery is shared to community
465
+ :param bool community_gallery_enabled: Contains info about whether community gallery sharing is enabled.
466
+ :param Sequence[str] public_names: Community gallery public name list.
467
+ :param str eula: End-user license agreement for community gallery image.
468
+ :param str public_name_prefix: The prefix of the gallery name that will be displayed publicly. Visible to all users.
469
+ :param str publisher_contact: Community gallery publisher support email. The email address of the publisher. Visible to all users.
470
+ :param str publisher_uri: The link to the publisher website. Visible to all users.
471
+ """
472
+ pulumi.set(__self__, "community_gallery_enabled", community_gallery_enabled)
473
+ pulumi.set(__self__, "public_names", public_names)
474
+ if eula is not None:
475
+ pulumi.set(__self__, "eula", eula)
476
+ if public_name_prefix is not None:
477
+ pulumi.set(__self__, "public_name_prefix", public_name_prefix)
478
+ if publisher_contact is not None:
479
+ pulumi.set(__self__, "publisher_contact", publisher_contact)
480
+ if publisher_uri is not None:
481
+ pulumi.set(__self__, "publisher_uri", publisher_uri)
482
+
483
+ @property
484
+ @pulumi.getter(name="communityGalleryEnabled")
485
+ def community_gallery_enabled(self) -> bool:
486
+ """
487
+ Contains info about whether community gallery sharing is enabled.
488
+ """
489
+ return pulumi.get(self, "community_gallery_enabled")
490
+
491
+ @property
492
+ @pulumi.getter(name="publicNames")
493
+ def public_names(self) -> Sequence[str]:
494
+ """
495
+ Community gallery public name list.
496
+ """
497
+ return pulumi.get(self, "public_names")
498
+
499
+ @property
500
+ @pulumi.getter
501
+ def eula(self) -> Optional[str]:
502
+ """
503
+ End-user license agreement for community gallery image.
504
+ """
505
+ return pulumi.get(self, "eula")
506
+
507
+ @property
508
+ @pulumi.getter(name="publicNamePrefix")
509
+ def public_name_prefix(self) -> Optional[str]:
510
+ """
511
+ The prefix of the gallery name that will be displayed publicly. Visible to all users.
512
+ """
513
+ return pulumi.get(self, "public_name_prefix")
514
+
515
+ @property
516
+ @pulumi.getter(name="publisherContact")
517
+ def publisher_contact(self) -> Optional[str]:
518
+ """
519
+ Community gallery publisher support email. The email address of the publisher. Visible to all users.
520
+ """
521
+ return pulumi.get(self, "publisher_contact")
522
+
523
+ @property
524
+ @pulumi.getter(name="publisherUri")
525
+ def publisher_uri(self) -> Optional[str]:
526
+ """
527
+ The link to the publisher website. Visible to all users.
528
+ """
529
+ return pulumi.get(self, "publisher_uri")
530
+
531
+
532
+ @pulumi.output_type
533
+ class DataDiskImageEncryptionResponse(dict):
534
+ """
535
+ Contains encryption settings for a data disk image.
536
+ """
537
+ @staticmethod
538
+ def __key_warning(key: str):
539
+ suggest = None
540
+ if key == "diskEncryptionSetId":
541
+ suggest = "disk_encryption_set_id"
542
+
543
+ if suggest:
544
+ pulumi.log.warn(f"Key '{key}' not found in DataDiskImageEncryptionResponse. Access the value via the '{suggest}' property getter instead.")
545
+
546
+ def __getitem__(self, key: str) -> Any:
547
+ DataDiskImageEncryptionResponse.__key_warning(key)
548
+ return super().__getitem__(key)
549
+
550
+ def get(self, key: str, default = None) -> Any:
551
+ DataDiskImageEncryptionResponse.__key_warning(key)
552
+ return super().get(key, default)
553
+
554
+ def __init__(__self__, *,
555
+ lun: int,
556
+ disk_encryption_set_id: Optional[str] = None):
557
+ """
558
+ Contains encryption settings for a data disk image.
559
+ :param int lun: This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine.
560
+ :param str disk_encryption_set_id: A relative URI containing the resource ID of the disk encryption set.
561
+ """
562
+ pulumi.set(__self__, "lun", lun)
563
+ if disk_encryption_set_id is not None:
564
+ pulumi.set(__self__, "disk_encryption_set_id", disk_encryption_set_id)
565
+
566
+ @property
567
+ @pulumi.getter
568
+ def lun(self) -> int:
569
+ """
570
+ This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine.
571
+ """
572
+ return pulumi.get(self, "lun")
573
+
574
+ @property
575
+ @pulumi.getter(name="diskEncryptionSetId")
576
+ def disk_encryption_set_id(self) -> Optional[str]:
577
+ """
578
+ A relative URI containing the resource ID of the disk encryption set.
579
+ """
580
+ return pulumi.get(self, "disk_encryption_set_id")
581
+
582
+
583
+ @pulumi.output_type
584
+ class DisallowedResponse(dict):
585
+ """
586
+ Describes the disallowed disk types.
587
+ """
588
+ @staticmethod
589
+ def __key_warning(key: str):
590
+ suggest = None
591
+ if key == "diskTypes":
592
+ suggest = "disk_types"
593
+
594
+ if suggest:
595
+ pulumi.log.warn(f"Key '{key}' not found in DisallowedResponse. Access the value via the '{suggest}' property getter instead.")
596
+
597
+ def __getitem__(self, key: str) -> Any:
598
+ DisallowedResponse.__key_warning(key)
599
+ return super().__getitem__(key)
600
+
601
+ def get(self, key: str, default = None) -> Any:
602
+ DisallowedResponse.__key_warning(key)
603
+ return super().get(key, default)
604
+
605
+ def __init__(__self__, *,
606
+ disk_types: Optional[Sequence[str]] = None):
607
+ """
608
+ Describes the disallowed disk types.
609
+ :param Sequence[str] disk_types: A list of disk types.
610
+ """
611
+ if disk_types is not None:
612
+ pulumi.set(__self__, "disk_types", disk_types)
613
+
614
+ @property
615
+ @pulumi.getter(name="diskTypes")
616
+ def disk_types(self) -> Optional[Sequence[str]]:
617
+ """
618
+ A list of disk types.
619
+ """
620
+ return pulumi.get(self, "disk_types")
621
+
622
+
623
+ @pulumi.output_type
624
+ class EncryptionImagesResponse(dict):
625
+ """
626
+ Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
627
+ """
628
+ @staticmethod
629
+ def __key_warning(key: str):
630
+ suggest = None
631
+ if key == "dataDiskImages":
632
+ suggest = "data_disk_images"
633
+ elif key == "osDiskImage":
634
+ suggest = "os_disk_image"
635
+
636
+ if suggest:
637
+ pulumi.log.warn(f"Key '{key}' not found in EncryptionImagesResponse. Access the value via the '{suggest}' property getter instead.")
638
+
639
+ def __getitem__(self, key: str) -> Any:
640
+ EncryptionImagesResponse.__key_warning(key)
641
+ return super().__getitem__(key)
642
+
643
+ def get(self, key: str, default = None) -> Any:
644
+ EncryptionImagesResponse.__key_warning(key)
645
+ return super().get(key, default)
646
+
647
+ def __init__(__self__, *,
648
+ data_disk_images: Optional[Sequence['outputs.DataDiskImageEncryptionResponse']] = None,
649
+ os_disk_image: Optional['outputs.OSDiskImageEncryptionResponse'] = None):
650
+ """
651
+ Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
652
+ :param Sequence['DataDiskImageEncryptionResponse'] data_disk_images: A list of encryption specifications for data disk images.
653
+ :param 'OSDiskImageEncryptionResponse' os_disk_image: Contains encryption settings for an OS disk image.
654
+ """
655
+ if data_disk_images is not None:
656
+ pulumi.set(__self__, "data_disk_images", data_disk_images)
657
+ if os_disk_image is not None:
658
+ pulumi.set(__self__, "os_disk_image", os_disk_image)
659
+
660
+ @property
661
+ @pulumi.getter(name="dataDiskImages")
662
+ def data_disk_images(self) -> Optional[Sequence['outputs.DataDiskImageEncryptionResponse']]:
663
+ """
664
+ A list of encryption specifications for data disk images.
665
+ """
666
+ return pulumi.get(self, "data_disk_images")
667
+
668
+ @property
669
+ @pulumi.getter(name="osDiskImage")
670
+ def os_disk_image(self) -> Optional['outputs.OSDiskImageEncryptionResponse']:
671
+ """
672
+ Contains encryption settings for an OS disk image.
673
+ """
674
+ return pulumi.get(self, "os_disk_image")
675
+
676
+
677
+ @pulumi.output_type
678
+ class ExecutedValidationResponse(dict):
679
+ """
680
+ This is the executed Validation.
681
+ """
682
+ @staticmethod
683
+ def __key_warning(key: str):
684
+ suggest = None
685
+ if key == "executionTime":
686
+ suggest = "execution_time"
687
+
688
+ if suggest:
689
+ pulumi.log.warn(f"Key '{key}' not found in ExecutedValidationResponse. Access the value via the '{suggest}' property getter instead.")
690
+
691
+ def __getitem__(self, key: str) -> Any:
692
+ ExecutedValidationResponse.__key_warning(key)
693
+ return super().__getitem__(key)
694
+
695
+ def get(self, key: str, default = None) -> Any:
696
+ ExecutedValidationResponse.__key_warning(key)
697
+ return super().get(key, default)
698
+
699
+ def __init__(__self__, *,
700
+ execution_time: Optional[str] = None,
701
+ status: Optional[str] = None,
702
+ type: Optional[str] = None,
703
+ version: Optional[str] = None):
704
+ """
705
+ This is the executed Validation.
706
+ :param str execution_time: This property specifies the starting timestamp.
707
+ :param str status: This property specifies the status of the validationProfile of the image version.
708
+ :param str type: This property specifies the type of image version validation.
709
+ :param str version: This property specifies the valid version of the validation.
710
+ """
711
+ if execution_time is not None:
712
+ pulumi.set(__self__, "execution_time", execution_time)
713
+ if status is not None:
714
+ pulumi.set(__self__, "status", status)
715
+ if type is not None:
716
+ pulumi.set(__self__, "type", type)
717
+ if version is not None:
718
+ pulumi.set(__self__, "version", version)
719
+
720
+ @property
721
+ @pulumi.getter(name="executionTime")
722
+ def execution_time(self) -> Optional[str]:
723
+ """
724
+ This property specifies the starting timestamp.
725
+ """
726
+ return pulumi.get(self, "execution_time")
727
+
728
+ @property
729
+ @pulumi.getter
730
+ def status(self) -> Optional[str]:
731
+ """
732
+ This property specifies the status of the validationProfile of the image version.
733
+ """
734
+ return pulumi.get(self, "status")
735
+
736
+ @property
737
+ @pulumi.getter
738
+ def type(self) -> Optional[str]:
739
+ """
740
+ This property specifies the type of image version validation.
741
+ """
742
+ return pulumi.get(self, "type")
743
+
744
+ @property
745
+ @pulumi.getter
746
+ def version(self) -> Optional[str]:
747
+ """
748
+ This property specifies the valid version of the validation.
749
+ """
750
+ return pulumi.get(self, "version")
751
+
752
+
753
+ @pulumi.output_type
754
+ class GalleryApplicationCustomActionParameterResponse(dict):
755
+ """
756
+ The definition of a parameter that can be passed to a custom action of a Gallery Application Version.
757
+ """
758
+ @staticmethod
759
+ def __key_warning(key: str):
760
+ suggest = None
761
+ if key == "defaultValue":
762
+ suggest = "default_value"
763
+
764
+ if suggest:
765
+ pulumi.log.warn(f"Key '{key}' not found in GalleryApplicationCustomActionParameterResponse. Access the value via the '{suggest}' property getter instead.")
766
+
767
+ def __getitem__(self, key: str) -> Any:
768
+ GalleryApplicationCustomActionParameterResponse.__key_warning(key)
769
+ return super().__getitem__(key)
770
+
771
+ def get(self, key: str, default = None) -> Any:
772
+ GalleryApplicationCustomActionParameterResponse.__key_warning(key)
773
+ return super().get(key, default)
774
+
775
+ def __init__(__self__, *,
776
+ name: str,
777
+ default_value: Optional[str] = None,
778
+ description: Optional[str] = None,
779
+ required: Optional[bool] = None,
780
+ type: Optional[str] = None):
781
+ """
782
+ The definition of a parameter that can be passed to a custom action of a Gallery Application Version.
783
+ :param str name: The name of the custom action. Must be unique within the Gallery Application Version.
784
+ :param str default_value: The default value of the parameter. Only applies to string types
785
+ :param str description: A description to help users understand what this parameter means
786
+ :param bool required: Indicates whether this parameter must be passed when running the custom action.
787
+ :param str type: Specifies the type of the custom action parameter. Possible values are: String, ConfigurationDataBlob or LogOutputBlob
788
+ """
789
+ pulumi.set(__self__, "name", name)
790
+ if default_value is not None:
791
+ pulumi.set(__self__, "default_value", default_value)
792
+ if description is not None:
793
+ pulumi.set(__self__, "description", description)
794
+ if required is not None:
795
+ pulumi.set(__self__, "required", required)
796
+ if type is not None:
797
+ pulumi.set(__self__, "type", type)
798
+
799
+ @property
800
+ @pulumi.getter
801
+ def name(self) -> str:
802
+ """
803
+ The name of the custom action. Must be unique within the Gallery Application Version.
804
+ """
805
+ return pulumi.get(self, "name")
806
+
807
+ @property
808
+ @pulumi.getter(name="defaultValue")
809
+ def default_value(self) -> Optional[str]:
810
+ """
811
+ The default value of the parameter. Only applies to string types
812
+ """
813
+ return pulumi.get(self, "default_value")
814
+
815
+ @property
816
+ @pulumi.getter
817
+ def description(self) -> Optional[str]:
818
+ """
819
+ A description to help users understand what this parameter means
820
+ """
821
+ return pulumi.get(self, "description")
822
+
823
+ @property
824
+ @pulumi.getter
825
+ def required(self) -> Optional[bool]:
826
+ """
827
+ Indicates whether this parameter must be passed when running the custom action.
828
+ """
829
+ return pulumi.get(self, "required")
830
+
831
+ @property
832
+ @pulumi.getter
833
+ def type(self) -> Optional[str]:
834
+ """
835
+ Specifies the type of the custom action parameter. Possible values are: String, ConfigurationDataBlob or LogOutputBlob
836
+ """
837
+ return pulumi.get(self, "type")
838
+
839
+
840
+ @pulumi.output_type
841
+ class GalleryApplicationCustomActionResponse(dict):
842
+ """
843
+ A custom action that can be performed with a Gallery Application Version.
844
+ """
845
+ def __init__(__self__, *,
846
+ name: str,
847
+ script: str,
848
+ description: Optional[str] = None,
849
+ parameters: Optional[Sequence['outputs.GalleryApplicationCustomActionParameterResponse']] = None):
850
+ """
851
+ A custom action that can be performed with a Gallery Application Version.
852
+ :param str name: The name of the custom action. Must be unique within the Gallery Application Version.
853
+ :param str script: The script to run when executing this custom action.
854
+ :param str description: Description to help the users understand what this custom action does.
855
+ :param Sequence['GalleryApplicationCustomActionParameterResponse'] parameters: The parameters that this custom action uses
856
+ """
857
+ pulumi.set(__self__, "name", name)
858
+ pulumi.set(__self__, "script", script)
859
+ if description is not None:
860
+ pulumi.set(__self__, "description", description)
861
+ if parameters is not None:
862
+ pulumi.set(__self__, "parameters", parameters)
863
+
864
+ @property
865
+ @pulumi.getter
866
+ def name(self) -> str:
867
+ """
868
+ The name of the custom action. Must be unique within the Gallery Application Version.
869
+ """
870
+ return pulumi.get(self, "name")
871
+
872
+ @property
873
+ @pulumi.getter
874
+ def script(self) -> str:
875
+ """
876
+ The script to run when executing this custom action.
877
+ """
878
+ return pulumi.get(self, "script")
879
+
880
+ @property
881
+ @pulumi.getter
882
+ def description(self) -> Optional[str]:
883
+ """
884
+ Description to help the users understand what this custom action does.
885
+ """
886
+ return pulumi.get(self, "description")
887
+
888
+ @property
889
+ @pulumi.getter
890
+ def parameters(self) -> Optional[Sequence['outputs.GalleryApplicationCustomActionParameterResponse']]:
891
+ """
892
+ The parameters that this custom action uses
893
+ """
894
+ return pulumi.get(self, "parameters")
895
+
896
+
897
+ @pulumi.output_type
898
+ class GalleryApplicationVersionPublishingProfileResponse(dict):
899
+ """
900
+ The publishing profile of a gallery image version.
901
+ """
902
+ @staticmethod
903
+ def __key_warning(key: str):
904
+ suggest = None
905
+ if key == "publishedDate":
906
+ suggest = "published_date"
907
+ elif key == "advancedSettings":
908
+ suggest = "advanced_settings"
909
+ elif key == "customActions":
910
+ suggest = "custom_actions"
911
+ elif key == "enableHealthCheck":
912
+ suggest = "enable_health_check"
913
+ elif key == "endOfLifeDate":
914
+ suggest = "end_of_life_date"
915
+ elif key == "excludeFromLatest":
916
+ suggest = "exclude_from_latest"
917
+ elif key == "manageActions":
918
+ suggest = "manage_actions"
919
+ elif key == "replicaCount":
920
+ suggest = "replica_count"
921
+ elif key == "replicationMode":
922
+ suggest = "replication_mode"
923
+ elif key == "storageAccountType":
924
+ suggest = "storage_account_type"
925
+ elif key == "targetExtendedLocations":
926
+ suggest = "target_extended_locations"
927
+ elif key == "targetRegions":
928
+ suggest = "target_regions"
929
+
930
+ if suggest:
931
+ pulumi.log.warn(f"Key '{key}' not found in GalleryApplicationVersionPublishingProfileResponse. Access the value via the '{suggest}' property getter instead.")
932
+
933
+ def __getitem__(self, key: str) -> Any:
934
+ GalleryApplicationVersionPublishingProfileResponse.__key_warning(key)
935
+ return super().__getitem__(key)
936
+
937
+ def get(self, key: str, default = None) -> Any:
938
+ GalleryApplicationVersionPublishingProfileResponse.__key_warning(key)
939
+ return super().get(key, default)
940
+
941
+ def __init__(__self__, *,
942
+ published_date: str,
943
+ source: 'outputs.UserArtifactSourceResponse',
944
+ advanced_settings: Optional[Mapping[str, str]] = None,
945
+ custom_actions: Optional[Sequence['outputs.GalleryApplicationCustomActionResponse']] = None,
946
+ enable_health_check: Optional[bool] = None,
947
+ end_of_life_date: Optional[str] = None,
948
+ exclude_from_latest: Optional[bool] = None,
949
+ manage_actions: Optional['outputs.UserArtifactManageResponse'] = None,
950
+ replica_count: Optional[int] = None,
951
+ replication_mode: Optional[str] = None,
952
+ settings: Optional['outputs.UserArtifactSettingsResponse'] = None,
953
+ storage_account_type: Optional[str] = None,
954
+ target_extended_locations: Optional[Sequence['outputs.GalleryTargetExtendedLocationResponse']] = None,
955
+ target_regions: Optional[Sequence['outputs.TargetRegionResponse']] = None):
956
+ """
957
+ The publishing profile of a gallery image version.
958
+ :param str published_date: The timestamp for when the gallery image version is published.
959
+ :param 'UserArtifactSourceResponse' source: The source image from which the Image Version is going to be created.
960
+ :param Mapping[str, str] advanced_settings: Optional. Additional settings to pass to the vm-application-manager extension. For advanced use only.
961
+ :param Sequence['GalleryApplicationCustomActionResponse'] custom_actions: A list of custom actions that can be performed with this Gallery Application Version.
962
+ :param bool enable_health_check: Optional. Whether or not this application reports health.
963
+ :param str end_of_life_date: The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable.
964
+ :param bool exclude_from_latest: If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.
965
+ :param int replica_count: The number of replicas of the Image Version to be created per region. This property would take effect for a region when regionalReplicaCount is not specified. This property is updatable.
966
+ :param str replication_mode: Optional parameter which specifies the mode to be used for replication. This property is not updatable.
967
+ :param 'UserArtifactSettingsResponse' settings: Additional settings for the VM app that contains the target package and config file name when it is deployed to target VM or VM scale set.
968
+ :param str storage_account_type: Specifies the storage account type to be used to store the image. This property is not updatable.
969
+ :param Sequence['GalleryTargetExtendedLocationResponse'] target_extended_locations: The target extended locations where the Image Version is going to be replicated to. This property is updatable.
970
+ :param Sequence['TargetRegionResponse'] target_regions: The target regions where the Image Version is going to be replicated to. This property is updatable.
971
+ """
972
+ pulumi.set(__self__, "published_date", published_date)
973
+ pulumi.set(__self__, "source", source)
974
+ if advanced_settings is not None:
975
+ pulumi.set(__self__, "advanced_settings", advanced_settings)
976
+ if custom_actions is not None:
977
+ pulumi.set(__self__, "custom_actions", custom_actions)
978
+ if enable_health_check is not None:
979
+ pulumi.set(__self__, "enable_health_check", enable_health_check)
980
+ if end_of_life_date is not None:
981
+ pulumi.set(__self__, "end_of_life_date", end_of_life_date)
982
+ if exclude_from_latest is not None:
983
+ pulumi.set(__self__, "exclude_from_latest", exclude_from_latest)
984
+ if manage_actions is not None:
985
+ pulumi.set(__self__, "manage_actions", manage_actions)
986
+ if replica_count is not None:
987
+ pulumi.set(__self__, "replica_count", replica_count)
988
+ if replication_mode is not None:
989
+ pulumi.set(__self__, "replication_mode", replication_mode)
990
+ if settings is not None:
991
+ pulumi.set(__self__, "settings", settings)
992
+ if storage_account_type is not None:
993
+ pulumi.set(__self__, "storage_account_type", storage_account_type)
994
+ if target_extended_locations is not None:
995
+ pulumi.set(__self__, "target_extended_locations", target_extended_locations)
996
+ if target_regions is not None:
997
+ pulumi.set(__self__, "target_regions", target_regions)
998
+
999
+ @property
1000
+ @pulumi.getter(name="publishedDate")
1001
+ def published_date(self) -> str:
1002
+ """
1003
+ The timestamp for when the gallery image version is published.
1004
+ """
1005
+ return pulumi.get(self, "published_date")
1006
+
1007
+ @property
1008
+ @pulumi.getter
1009
+ def source(self) -> 'outputs.UserArtifactSourceResponse':
1010
+ """
1011
+ The source image from which the Image Version is going to be created.
1012
+ """
1013
+ return pulumi.get(self, "source")
1014
+
1015
+ @property
1016
+ @pulumi.getter(name="advancedSettings")
1017
+ def advanced_settings(self) -> Optional[Mapping[str, str]]:
1018
+ """
1019
+ Optional. Additional settings to pass to the vm-application-manager extension. For advanced use only.
1020
+ """
1021
+ return pulumi.get(self, "advanced_settings")
1022
+
1023
+ @property
1024
+ @pulumi.getter(name="customActions")
1025
+ def custom_actions(self) -> Optional[Sequence['outputs.GalleryApplicationCustomActionResponse']]:
1026
+ """
1027
+ A list of custom actions that can be performed with this Gallery Application Version.
1028
+ """
1029
+ return pulumi.get(self, "custom_actions")
1030
+
1031
+ @property
1032
+ @pulumi.getter(name="enableHealthCheck")
1033
+ def enable_health_check(self) -> Optional[bool]:
1034
+ """
1035
+ Optional. Whether or not this application reports health.
1036
+ """
1037
+ return pulumi.get(self, "enable_health_check")
1038
+
1039
+ @property
1040
+ @pulumi.getter(name="endOfLifeDate")
1041
+ def end_of_life_date(self) -> Optional[str]:
1042
+ """
1043
+ The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable.
1044
+ """
1045
+ return pulumi.get(self, "end_of_life_date")
1046
+
1047
+ @property
1048
+ @pulumi.getter(name="excludeFromLatest")
1049
+ def exclude_from_latest(self) -> Optional[bool]:
1050
+ """
1051
+ If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.
1052
+ """
1053
+ return pulumi.get(self, "exclude_from_latest")
1054
+
1055
+ @property
1056
+ @pulumi.getter(name="manageActions")
1057
+ def manage_actions(self) -> Optional['outputs.UserArtifactManageResponse']:
1058
+ return pulumi.get(self, "manage_actions")
1059
+
1060
+ @property
1061
+ @pulumi.getter(name="replicaCount")
1062
+ def replica_count(self) -> Optional[int]:
1063
+ """
1064
+ The number of replicas of the Image Version to be created per region. This property would take effect for a region when regionalReplicaCount is not specified. This property is updatable.
1065
+ """
1066
+ return pulumi.get(self, "replica_count")
1067
+
1068
+ @property
1069
+ @pulumi.getter(name="replicationMode")
1070
+ def replication_mode(self) -> Optional[str]:
1071
+ """
1072
+ Optional parameter which specifies the mode to be used for replication. This property is not updatable.
1073
+ """
1074
+ return pulumi.get(self, "replication_mode")
1075
+
1076
+ @property
1077
+ @pulumi.getter
1078
+ def settings(self) -> Optional['outputs.UserArtifactSettingsResponse']:
1079
+ """
1080
+ Additional settings for the VM app that contains the target package and config file name when it is deployed to target VM or VM scale set.
1081
+ """
1082
+ return pulumi.get(self, "settings")
1083
+
1084
+ @property
1085
+ @pulumi.getter(name="storageAccountType")
1086
+ def storage_account_type(self) -> Optional[str]:
1087
+ """
1088
+ Specifies the storage account type to be used to store the image. This property is not updatable.
1089
+ """
1090
+ return pulumi.get(self, "storage_account_type")
1091
+
1092
+ @property
1093
+ @pulumi.getter(name="targetExtendedLocations")
1094
+ def target_extended_locations(self) -> Optional[Sequence['outputs.GalleryTargetExtendedLocationResponse']]:
1095
+ """
1096
+ The target extended locations where the Image Version is going to be replicated to. This property is updatable.
1097
+ """
1098
+ return pulumi.get(self, "target_extended_locations")
1099
+
1100
+ @property
1101
+ @pulumi.getter(name="targetRegions")
1102
+ def target_regions(self) -> Optional[Sequence['outputs.TargetRegionResponse']]:
1103
+ """
1104
+ The target regions where the Image Version is going to be replicated to. This property is updatable.
1105
+ """
1106
+ return pulumi.get(self, "target_regions")
1107
+
1108
+
1109
+ @pulumi.output_type
1110
+ class GalleryApplicationVersionSafetyProfileResponse(dict):
1111
+ """
1112
+ The safety profile of the Gallery Application Version.
1113
+ """
1114
+ @staticmethod
1115
+ def __key_warning(key: str):
1116
+ suggest = None
1117
+ if key == "allowDeletionOfReplicatedLocations":
1118
+ suggest = "allow_deletion_of_replicated_locations"
1119
+
1120
+ if suggest:
1121
+ pulumi.log.warn(f"Key '{key}' not found in GalleryApplicationVersionSafetyProfileResponse. Access the value via the '{suggest}' property getter instead.")
1122
+
1123
+ def __getitem__(self, key: str) -> Any:
1124
+ GalleryApplicationVersionSafetyProfileResponse.__key_warning(key)
1125
+ return super().__getitem__(key)
1126
+
1127
+ def get(self, key: str, default = None) -> Any:
1128
+ GalleryApplicationVersionSafetyProfileResponse.__key_warning(key)
1129
+ return super().get(key, default)
1130
+
1131
+ def __init__(__self__, *,
1132
+ allow_deletion_of_replicated_locations: Optional[bool] = None):
1133
+ """
1134
+ The safety profile of the Gallery Application Version.
1135
+ :param bool allow_deletion_of_replicated_locations: Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.
1136
+ """
1137
+ if allow_deletion_of_replicated_locations is not None:
1138
+ pulumi.set(__self__, "allow_deletion_of_replicated_locations", allow_deletion_of_replicated_locations)
1139
+
1140
+ @property
1141
+ @pulumi.getter(name="allowDeletionOfReplicatedLocations")
1142
+ def allow_deletion_of_replicated_locations(self) -> Optional[bool]:
1143
+ """
1144
+ Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.
1145
+ """
1146
+ return pulumi.get(self, "allow_deletion_of_replicated_locations")
1147
+
1148
+
1149
+ @pulumi.output_type
1150
+ class GalleryArtifactVersionFullSourceResponse(dict):
1151
+ """
1152
+ The source of the gallery artifact version.
1153
+ """
1154
+ @staticmethod
1155
+ def __key_warning(key: str):
1156
+ suggest = None
1157
+ if key == "communityGalleryImageId":
1158
+ suggest = "community_gallery_image_id"
1159
+ elif key == "virtualMachineId":
1160
+ suggest = "virtual_machine_id"
1161
+
1162
+ if suggest:
1163
+ pulumi.log.warn(f"Key '{key}' not found in GalleryArtifactVersionFullSourceResponse. Access the value via the '{suggest}' property getter instead.")
1164
+
1165
+ def __getitem__(self, key: str) -> Any:
1166
+ GalleryArtifactVersionFullSourceResponse.__key_warning(key)
1167
+ return super().__getitem__(key)
1168
+
1169
+ def get(self, key: str, default = None) -> Any:
1170
+ GalleryArtifactVersionFullSourceResponse.__key_warning(key)
1171
+ return super().get(key, default)
1172
+
1173
+ def __init__(__self__, *,
1174
+ community_gallery_image_id: Optional[str] = None,
1175
+ id: Optional[str] = None,
1176
+ virtual_machine_id: Optional[str] = None):
1177
+ """
1178
+ The source of the gallery artifact version.
1179
+ :param str community_gallery_image_id: The resource Id of the source Community Gallery Image. Only required when using Community Gallery Image as a source.
1180
+ :param str id: The id of the gallery artifact version source.
1181
+ :param str virtual_machine_id: The resource Id of the source virtual machine. Only required when capturing a virtual machine to source this Gallery Image Version.
1182
+ """
1183
+ if community_gallery_image_id is not None:
1184
+ pulumi.set(__self__, "community_gallery_image_id", community_gallery_image_id)
1185
+ if id is not None:
1186
+ pulumi.set(__self__, "id", id)
1187
+ if virtual_machine_id is not None:
1188
+ pulumi.set(__self__, "virtual_machine_id", virtual_machine_id)
1189
+
1190
+ @property
1191
+ @pulumi.getter(name="communityGalleryImageId")
1192
+ def community_gallery_image_id(self) -> Optional[str]:
1193
+ """
1194
+ The resource Id of the source Community Gallery Image. Only required when using Community Gallery Image as a source.
1195
+ """
1196
+ return pulumi.get(self, "community_gallery_image_id")
1197
+
1198
+ @property
1199
+ @pulumi.getter
1200
+ def id(self) -> Optional[str]:
1201
+ """
1202
+ The id of the gallery artifact version source.
1203
+ """
1204
+ return pulumi.get(self, "id")
1205
+
1206
+ @property
1207
+ @pulumi.getter(name="virtualMachineId")
1208
+ def virtual_machine_id(self) -> Optional[str]:
1209
+ """
1210
+ The resource Id of the source virtual machine. Only required when capturing a virtual machine to source this Gallery Image Version.
1211
+ """
1212
+ return pulumi.get(self, "virtual_machine_id")
1213
+
1214
+
1215
+ @pulumi.output_type
1216
+ class GalleryDataDiskImageResponse(dict):
1217
+ """
1218
+ This is the data disk image.
1219
+ """
1220
+ @staticmethod
1221
+ def __key_warning(key: str):
1222
+ suggest = None
1223
+ if key == "sizeInGB":
1224
+ suggest = "size_in_gb"
1225
+ elif key == "hostCaching":
1226
+ suggest = "host_caching"
1227
+
1228
+ if suggest:
1229
+ pulumi.log.warn(f"Key '{key}' not found in GalleryDataDiskImageResponse. Access the value via the '{suggest}' property getter instead.")
1230
+
1231
+ def __getitem__(self, key: str) -> Any:
1232
+ GalleryDataDiskImageResponse.__key_warning(key)
1233
+ return super().__getitem__(key)
1234
+
1235
+ def get(self, key: str, default = None) -> Any:
1236
+ GalleryDataDiskImageResponse.__key_warning(key)
1237
+ return super().get(key, default)
1238
+
1239
+ def __init__(__self__, *,
1240
+ lun: int,
1241
+ size_in_gb: int,
1242
+ host_caching: Optional[str] = None,
1243
+ source: Optional['outputs.GalleryDiskImageSourceResponse'] = None):
1244
+ """
1245
+ This is the data disk image.
1246
+ :param int lun: This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine.
1247
+ :param int size_in_gb: This property indicates the size of the VHD to be created.
1248
+ :param str host_caching: The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'
1249
+ :param 'GalleryDiskImageSourceResponse' source: The source for the disk image.
1250
+ """
1251
+ pulumi.set(__self__, "lun", lun)
1252
+ pulumi.set(__self__, "size_in_gb", size_in_gb)
1253
+ if host_caching is not None:
1254
+ pulumi.set(__self__, "host_caching", host_caching)
1255
+ if source is not None:
1256
+ pulumi.set(__self__, "source", source)
1257
+
1258
+ @property
1259
+ @pulumi.getter
1260
+ def lun(self) -> int:
1261
+ """
1262
+ This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine.
1263
+ """
1264
+ return pulumi.get(self, "lun")
1265
+
1266
+ @property
1267
+ @pulumi.getter(name="sizeInGB")
1268
+ def size_in_gb(self) -> int:
1269
+ """
1270
+ This property indicates the size of the VHD to be created.
1271
+ """
1272
+ return pulumi.get(self, "size_in_gb")
1273
+
1274
+ @property
1275
+ @pulumi.getter(name="hostCaching")
1276
+ def host_caching(self) -> Optional[str]:
1277
+ """
1278
+ The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'
1279
+ """
1280
+ return pulumi.get(self, "host_caching")
1281
+
1282
+ @property
1283
+ @pulumi.getter
1284
+ def source(self) -> Optional['outputs.GalleryDiskImageSourceResponse']:
1285
+ """
1286
+ The source for the disk image.
1287
+ """
1288
+ return pulumi.get(self, "source")
1289
+
1290
+
1291
+ @pulumi.output_type
1292
+ class GalleryDiskImageSourceResponse(dict):
1293
+ """
1294
+ The source for the disk image.
1295
+ """
1296
+ @staticmethod
1297
+ def __key_warning(key: str):
1298
+ suggest = None
1299
+ if key == "storageAccountId":
1300
+ suggest = "storage_account_id"
1301
+
1302
+ if suggest:
1303
+ pulumi.log.warn(f"Key '{key}' not found in GalleryDiskImageSourceResponse. Access the value via the '{suggest}' property getter instead.")
1304
+
1305
+ def __getitem__(self, key: str) -> Any:
1306
+ GalleryDiskImageSourceResponse.__key_warning(key)
1307
+ return super().__getitem__(key)
1308
+
1309
+ def get(self, key: str, default = None) -> Any:
1310
+ GalleryDiskImageSourceResponse.__key_warning(key)
1311
+ return super().get(key, default)
1312
+
1313
+ def __init__(__self__, *,
1314
+ id: Optional[str] = None,
1315
+ storage_account_id: Optional[str] = None,
1316
+ uri: Optional[str] = None):
1317
+ """
1318
+ The source for the disk image.
1319
+ :param str id: The id of the gallery artifact version source.
1320
+ :param str storage_account_id: The Storage Account Id that contains the vhd blob being used as a source for this artifact version.
1321
+ :param str uri: The uri of the gallery artifact version source. Currently used to specify vhd/blob source.
1322
+ """
1323
+ if id is not None:
1324
+ pulumi.set(__self__, "id", id)
1325
+ if storage_account_id is not None:
1326
+ pulumi.set(__self__, "storage_account_id", storage_account_id)
1327
+ if uri is not None:
1328
+ pulumi.set(__self__, "uri", uri)
1329
+
1330
+ @property
1331
+ @pulumi.getter
1332
+ def id(self) -> Optional[str]:
1333
+ """
1334
+ The id of the gallery artifact version source.
1335
+ """
1336
+ return pulumi.get(self, "id")
1337
+
1338
+ @property
1339
+ @pulumi.getter(name="storageAccountId")
1340
+ def storage_account_id(self) -> Optional[str]:
1341
+ """
1342
+ The Storage Account Id that contains the vhd blob being used as a source for this artifact version.
1343
+ """
1344
+ return pulumi.get(self, "storage_account_id")
1345
+
1346
+ @property
1347
+ @pulumi.getter
1348
+ def uri(self) -> Optional[str]:
1349
+ """
1350
+ The uri of the gallery artifact version source. Currently used to specify vhd/blob source.
1351
+ """
1352
+ return pulumi.get(self, "uri")
1353
+
1354
+
1355
+ @pulumi.output_type
1356
+ class GalleryExtendedLocationResponse(dict):
1357
+ """
1358
+ The name of the extended location.
1359
+ """
1360
+ def __init__(__self__, *,
1361
+ name: Optional[str] = None,
1362
+ type: Optional[str] = None):
1363
+ """
1364
+ The name of the extended location.
1365
+ :param str type: It is type of the extended location.
1366
+ """
1367
+ if name is not None:
1368
+ pulumi.set(__self__, "name", name)
1369
+ if type is not None:
1370
+ pulumi.set(__self__, "type", type)
1371
+
1372
+ @property
1373
+ @pulumi.getter
1374
+ def name(self) -> Optional[str]:
1375
+ return pulumi.get(self, "name")
1376
+
1377
+ @property
1378
+ @pulumi.getter
1379
+ def type(self) -> Optional[str]:
1380
+ """
1381
+ It is type of the extended location.
1382
+ """
1383
+ return pulumi.get(self, "type")
1384
+
1385
+
1386
+ @pulumi.output_type
1387
+ class GalleryIdentifierResponse(dict):
1388
+ """
1389
+ Describes the gallery unique name.
1390
+ """
1391
+ @staticmethod
1392
+ def __key_warning(key: str):
1393
+ suggest = None
1394
+ if key == "uniqueName":
1395
+ suggest = "unique_name"
1396
+
1397
+ if suggest:
1398
+ pulumi.log.warn(f"Key '{key}' not found in GalleryIdentifierResponse. Access the value via the '{suggest}' property getter instead.")
1399
+
1400
+ def __getitem__(self, key: str) -> Any:
1401
+ GalleryIdentifierResponse.__key_warning(key)
1402
+ return super().__getitem__(key)
1403
+
1404
+ def get(self, key: str, default = None) -> Any:
1405
+ GalleryIdentifierResponse.__key_warning(key)
1406
+ return super().get(key, default)
1407
+
1408
+ def __init__(__self__, *,
1409
+ unique_name: str):
1410
+ """
1411
+ Describes the gallery unique name.
1412
+ :param str unique_name: The unique name of the Shared Image Gallery. This name is generated automatically by Azure.
1413
+ """
1414
+ pulumi.set(__self__, "unique_name", unique_name)
1415
+
1416
+ @property
1417
+ @pulumi.getter(name="uniqueName")
1418
+ def unique_name(self) -> str:
1419
+ """
1420
+ The unique name of the Shared Image Gallery. This name is generated automatically by Azure.
1421
+ """
1422
+ return pulumi.get(self, "unique_name")
1423
+
1424
+
1425
+ @pulumi.output_type
1426
+ class GalleryIdentityResponse(dict):
1427
+ """
1428
+ Identity for the virtual machine.
1429
+ """
1430
+ @staticmethod
1431
+ def __key_warning(key: str):
1432
+ suggest = None
1433
+ if key == "principalId":
1434
+ suggest = "principal_id"
1435
+ elif key == "tenantId":
1436
+ suggest = "tenant_id"
1437
+ elif key == "userAssignedIdentities":
1438
+ suggest = "user_assigned_identities"
1439
+
1440
+ if suggest:
1441
+ pulumi.log.warn(f"Key '{key}' not found in GalleryIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1442
+
1443
+ def __getitem__(self, key: str) -> Any:
1444
+ GalleryIdentityResponse.__key_warning(key)
1445
+ return super().__getitem__(key)
1446
+
1447
+ def get(self, key: str, default = None) -> Any:
1448
+ GalleryIdentityResponse.__key_warning(key)
1449
+ return super().get(key, default)
1450
+
1451
+ def __init__(__self__, *,
1452
+ principal_id: str,
1453
+ tenant_id: str,
1454
+ type: Optional[str] = None,
1455
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentitiesResponseUserAssignedIdentities']] = None):
1456
+ """
1457
+ Identity for the virtual machine.
1458
+ :param str principal_id: The principal id of the gallery identity. This property will only be provided for a system assigned identity.
1459
+ :param str tenant_id: The AAD tenant id of the gallery identity. This property will only be provided for a system assigned identity.
1460
+ :param str type: The type of identity used for the gallery. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove all identities from the gallery.
1461
+ :param Mapping[str, 'UserAssignedIdentitiesResponseUserAssignedIdentities'] user_assigned_identities: The list of user identities associated with the gallery. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
1462
+ """
1463
+ pulumi.set(__self__, "principal_id", principal_id)
1464
+ pulumi.set(__self__, "tenant_id", tenant_id)
1465
+ if type is not None:
1466
+ pulumi.set(__self__, "type", type)
1467
+ if user_assigned_identities is not None:
1468
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
1469
+
1470
+ @property
1471
+ @pulumi.getter(name="principalId")
1472
+ def principal_id(self) -> str:
1473
+ """
1474
+ The principal id of the gallery identity. This property will only be provided for a system assigned identity.
1475
+ """
1476
+ return pulumi.get(self, "principal_id")
1477
+
1478
+ @property
1479
+ @pulumi.getter(name="tenantId")
1480
+ def tenant_id(self) -> str:
1481
+ """
1482
+ The AAD tenant id of the gallery identity. This property will only be provided for a system assigned identity.
1483
+ """
1484
+ return pulumi.get(self, "tenant_id")
1485
+
1486
+ @property
1487
+ @pulumi.getter
1488
+ def type(self) -> Optional[str]:
1489
+ """
1490
+ The type of identity used for the gallery. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove all identities from the gallery.
1491
+ """
1492
+ return pulumi.get(self, "type")
1493
+
1494
+ @property
1495
+ @pulumi.getter(name="userAssignedIdentities")
1496
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentitiesResponseUserAssignedIdentities']]:
1497
+ """
1498
+ The list of user identities associated with the gallery. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
1499
+ """
1500
+ return pulumi.get(self, "user_assigned_identities")
1501
+
1502
+
1503
+ @pulumi.output_type
1504
+ class GalleryImageFeatureResponse(dict):
1505
+ """
1506
+ A feature for gallery image.
1507
+ """
1508
+ @staticmethod
1509
+ def __key_warning(key: str):
1510
+ suggest = None
1511
+ if key == "startsAtVersion":
1512
+ suggest = "starts_at_version"
1513
+
1514
+ if suggest:
1515
+ pulumi.log.warn(f"Key '{key}' not found in GalleryImageFeatureResponse. Access the value via the '{suggest}' property getter instead.")
1516
+
1517
+ def __getitem__(self, key: str) -> Any:
1518
+ GalleryImageFeatureResponse.__key_warning(key)
1519
+ return super().__getitem__(key)
1520
+
1521
+ def get(self, key: str, default = None) -> Any:
1522
+ GalleryImageFeatureResponse.__key_warning(key)
1523
+ return super().get(key, default)
1524
+
1525
+ def __init__(__self__, *,
1526
+ name: Optional[str] = None,
1527
+ starts_at_version: Optional[str] = None,
1528
+ value: Optional[str] = None):
1529
+ """
1530
+ A feature for gallery image.
1531
+ :param str name: The name of the gallery image feature.
1532
+ :param str starts_at_version: The minimum gallery image version which supports this feature.
1533
+ :param str value: The value of the gallery image feature.
1534
+ """
1535
+ if name is not None:
1536
+ pulumi.set(__self__, "name", name)
1537
+ if starts_at_version is not None:
1538
+ pulumi.set(__self__, "starts_at_version", starts_at_version)
1539
+ if value is not None:
1540
+ pulumi.set(__self__, "value", value)
1541
+
1542
+ @property
1543
+ @pulumi.getter
1544
+ def name(self) -> Optional[str]:
1545
+ """
1546
+ The name of the gallery image feature.
1547
+ """
1548
+ return pulumi.get(self, "name")
1549
+
1550
+ @property
1551
+ @pulumi.getter(name="startsAtVersion")
1552
+ def starts_at_version(self) -> Optional[str]:
1553
+ """
1554
+ The minimum gallery image version which supports this feature.
1555
+ """
1556
+ return pulumi.get(self, "starts_at_version")
1557
+
1558
+ @property
1559
+ @pulumi.getter
1560
+ def value(self) -> Optional[str]:
1561
+ """
1562
+ The value of the gallery image feature.
1563
+ """
1564
+ return pulumi.get(self, "value")
1565
+
1566
+
1567
+ @pulumi.output_type
1568
+ class GalleryImageIdentifierResponse(dict):
1569
+ """
1570
+ This is the gallery image definition identifier.
1571
+ """
1572
+ def __init__(__self__, *,
1573
+ offer: str,
1574
+ publisher: str,
1575
+ sku: str):
1576
+ """
1577
+ This is the gallery image definition identifier.
1578
+ :param str offer: The name of the gallery image definition offer.
1579
+ :param str publisher: The name of the gallery image definition publisher.
1580
+ :param str sku: The name of the gallery image definition SKU.
1581
+ """
1582
+ pulumi.set(__self__, "offer", offer)
1583
+ pulumi.set(__self__, "publisher", publisher)
1584
+ pulumi.set(__self__, "sku", sku)
1585
+
1586
+ @property
1587
+ @pulumi.getter
1588
+ def offer(self) -> str:
1589
+ """
1590
+ The name of the gallery image definition offer.
1591
+ """
1592
+ return pulumi.get(self, "offer")
1593
+
1594
+ @property
1595
+ @pulumi.getter
1596
+ def publisher(self) -> str:
1597
+ """
1598
+ The name of the gallery image definition publisher.
1599
+ """
1600
+ return pulumi.get(self, "publisher")
1601
+
1602
+ @property
1603
+ @pulumi.getter
1604
+ def sku(self) -> str:
1605
+ """
1606
+ The name of the gallery image definition SKU.
1607
+ """
1608
+ return pulumi.get(self, "sku")
1609
+
1610
+
1611
+ @pulumi.output_type
1612
+ class GalleryImageVersionPublishingProfileResponse(dict):
1613
+ """
1614
+ The publishing profile of a gallery image Version.
1615
+ """
1616
+ @staticmethod
1617
+ def __key_warning(key: str):
1618
+ suggest = None
1619
+ if key == "publishedDate":
1620
+ suggest = "published_date"
1621
+ elif key == "endOfLifeDate":
1622
+ suggest = "end_of_life_date"
1623
+ elif key == "excludeFromLatest":
1624
+ suggest = "exclude_from_latest"
1625
+ elif key == "replicaCount":
1626
+ suggest = "replica_count"
1627
+ elif key == "replicationMode":
1628
+ suggest = "replication_mode"
1629
+ elif key == "storageAccountType":
1630
+ suggest = "storage_account_type"
1631
+ elif key == "targetExtendedLocations":
1632
+ suggest = "target_extended_locations"
1633
+ elif key == "targetRegions":
1634
+ suggest = "target_regions"
1635
+
1636
+ if suggest:
1637
+ pulumi.log.warn(f"Key '{key}' not found in GalleryImageVersionPublishingProfileResponse. Access the value via the '{suggest}' property getter instead.")
1638
+
1639
+ def __getitem__(self, key: str) -> Any:
1640
+ GalleryImageVersionPublishingProfileResponse.__key_warning(key)
1641
+ return super().__getitem__(key)
1642
+
1643
+ def get(self, key: str, default = None) -> Any:
1644
+ GalleryImageVersionPublishingProfileResponse.__key_warning(key)
1645
+ return super().get(key, default)
1646
+
1647
+ def __init__(__self__, *,
1648
+ published_date: str,
1649
+ end_of_life_date: Optional[str] = None,
1650
+ exclude_from_latest: Optional[bool] = None,
1651
+ replica_count: Optional[int] = None,
1652
+ replication_mode: Optional[str] = None,
1653
+ storage_account_type: Optional[str] = None,
1654
+ target_extended_locations: Optional[Sequence['outputs.GalleryTargetExtendedLocationResponse']] = None,
1655
+ target_regions: Optional[Sequence['outputs.TargetRegionResponse']] = None):
1656
+ """
1657
+ The publishing profile of a gallery image Version.
1658
+ :param str published_date: The timestamp for when the gallery image version is published.
1659
+ :param str end_of_life_date: The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable.
1660
+ :param bool exclude_from_latest: If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.
1661
+ :param int replica_count: The number of replicas of the Image Version to be created per region. This property would take effect for a region when regionalReplicaCount is not specified. This property is updatable.
1662
+ :param str replication_mode: Optional parameter which specifies the mode to be used for replication. This property is not updatable.
1663
+ :param str storage_account_type: Specifies the storage account type to be used to store the image. This property is not updatable.
1664
+ :param Sequence['GalleryTargetExtendedLocationResponse'] target_extended_locations: The target extended locations where the Image Version is going to be replicated to. This property is updatable.
1665
+ :param Sequence['TargetRegionResponse'] target_regions: The target regions where the Image Version is going to be replicated to. This property is updatable.
1666
+ """
1667
+ pulumi.set(__self__, "published_date", published_date)
1668
+ if end_of_life_date is not None:
1669
+ pulumi.set(__self__, "end_of_life_date", end_of_life_date)
1670
+ if exclude_from_latest is not None:
1671
+ pulumi.set(__self__, "exclude_from_latest", exclude_from_latest)
1672
+ if replica_count is not None:
1673
+ pulumi.set(__self__, "replica_count", replica_count)
1674
+ if replication_mode is not None:
1675
+ pulumi.set(__self__, "replication_mode", replication_mode)
1676
+ if storage_account_type is not None:
1677
+ pulumi.set(__self__, "storage_account_type", storage_account_type)
1678
+ if target_extended_locations is not None:
1679
+ pulumi.set(__self__, "target_extended_locations", target_extended_locations)
1680
+ if target_regions is not None:
1681
+ pulumi.set(__self__, "target_regions", target_regions)
1682
+
1683
+ @property
1684
+ @pulumi.getter(name="publishedDate")
1685
+ def published_date(self) -> str:
1686
+ """
1687
+ The timestamp for when the gallery image version is published.
1688
+ """
1689
+ return pulumi.get(self, "published_date")
1690
+
1691
+ @property
1692
+ @pulumi.getter(name="endOfLifeDate")
1693
+ def end_of_life_date(self) -> Optional[str]:
1694
+ """
1695
+ The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable.
1696
+ """
1697
+ return pulumi.get(self, "end_of_life_date")
1698
+
1699
+ @property
1700
+ @pulumi.getter(name="excludeFromLatest")
1701
+ def exclude_from_latest(self) -> Optional[bool]:
1702
+ """
1703
+ If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.
1704
+ """
1705
+ return pulumi.get(self, "exclude_from_latest")
1706
+
1707
+ @property
1708
+ @pulumi.getter(name="replicaCount")
1709
+ def replica_count(self) -> Optional[int]:
1710
+ """
1711
+ The number of replicas of the Image Version to be created per region. This property would take effect for a region when regionalReplicaCount is not specified. This property is updatable.
1712
+ """
1713
+ return pulumi.get(self, "replica_count")
1714
+
1715
+ @property
1716
+ @pulumi.getter(name="replicationMode")
1717
+ def replication_mode(self) -> Optional[str]:
1718
+ """
1719
+ Optional parameter which specifies the mode to be used for replication. This property is not updatable.
1720
+ """
1721
+ return pulumi.get(self, "replication_mode")
1722
+
1723
+ @property
1724
+ @pulumi.getter(name="storageAccountType")
1725
+ def storage_account_type(self) -> Optional[str]:
1726
+ """
1727
+ Specifies the storage account type to be used to store the image. This property is not updatable.
1728
+ """
1729
+ return pulumi.get(self, "storage_account_type")
1730
+
1731
+ @property
1732
+ @pulumi.getter(name="targetExtendedLocations")
1733
+ def target_extended_locations(self) -> Optional[Sequence['outputs.GalleryTargetExtendedLocationResponse']]:
1734
+ """
1735
+ The target extended locations where the Image Version is going to be replicated to. This property is updatable.
1736
+ """
1737
+ return pulumi.get(self, "target_extended_locations")
1738
+
1739
+ @property
1740
+ @pulumi.getter(name="targetRegions")
1741
+ def target_regions(self) -> Optional[Sequence['outputs.TargetRegionResponse']]:
1742
+ """
1743
+ The target regions where the Image Version is going to be replicated to. This property is updatable.
1744
+ """
1745
+ return pulumi.get(self, "target_regions")
1746
+
1747
+
1748
+ @pulumi.output_type
1749
+ class GalleryImageVersionSafetyProfileResponse(dict):
1750
+ """
1751
+ This is the safety profile of the Gallery Image Version.
1752
+ """
1753
+ @staticmethod
1754
+ def __key_warning(key: str):
1755
+ suggest = None
1756
+ if key == "policyViolations":
1757
+ suggest = "policy_violations"
1758
+ elif key == "reportedForPolicyViolation":
1759
+ suggest = "reported_for_policy_violation"
1760
+ elif key == "allowDeletionOfReplicatedLocations":
1761
+ suggest = "allow_deletion_of_replicated_locations"
1762
+ elif key == "blockDeletionBeforeEndOfLife":
1763
+ suggest = "block_deletion_before_end_of_life"
1764
+
1765
+ if suggest:
1766
+ pulumi.log.warn(f"Key '{key}' not found in GalleryImageVersionSafetyProfileResponse. Access the value via the '{suggest}' property getter instead.")
1767
+
1768
+ def __getitem__(self, key: str) -> Any:
1769
+ GalleryImageVersionSafetyProfileResponse.__key_warning(key)
1770
+ return super().__getitem__(key)
1771
+
1772
+ def get(self, key: str, default = None) -> Any:
1773
+ GalleryImageVersionSafetyProfileResponse.__key_warning(key)
1774
+ return super().get(key, default)
1775
+
1776
+ def __init__(__self__, *,
1777
+ policy_violations: Sequence['outputs.PolicyViolationResponse'],
1778
+ reported_for_policy_violation: bool,
1779
+ allow_deletion_of_replicated_locations: Optional[bool] = None,
1780
+ block_deletion_before_end_of_life: Optional[bool] = None):
1781
+ """
1782
+ This is the safety profile of the Gallery Image Version.
1783
+ :param Sequence['PolicyViolationResponse'] policy_violations: A list of Policy Violations that have been reported for this Gallery Image Version.
1784
+ :param bool reported_for_policy_violation: Indicates whether this image has been reported as violating Microsoft's policies.
1785
+ :param bool allow_deletion_of_replicated_locations: Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.
1786
+ :param bool block_deletion_before_end_of_life: Indicates whether or not the deletion is blocked for this Gallery Image Version if its End Of Life has not expired.
1787
+ """
1788
+ pulumi.set(__self__, "policy_violations", policy_violations)
1789
+ pulumi.set(__self__, "reported_for_policy_violation", reported_for_policy_violation)
1790
+ if allow_deletion_of_replicated_locations is not None:
1791
+ pulumi.set(__self__, "allow_deletion_of_replicated_locations", allow_deletion_of_replicated_locations)
1792
+ if block_deletion_before_end_of_life is not None:
1793
+ pulumi.set(__self__, "block_deletion_before_end_of_life", block_deletion_before_end_of_life)
1794
+
1795
+ @property
1796
+ @pulumi.getter(name="policyViolations")
1797
+ def policy_violations(self) -> Sequence['outputs.PolicyViolationResponse']:
1798
+ """
1799
+ A list of Policy Violations that have been reported for this Gallery Image Version.
1800
+ """
1801
+ return pulumi.get(self, "policy_violations")
1802
+
1803
+ @property
1804
+ @pulumi.getter(name="reportedForPolicyViolation")
1805
+ def reported_for_policy_violation(self) -> bool:
1806
+ """
1807
+ Indicates whether this image has been reported as violating Microsoft's policies.
1808
+ """
1809
+ return pulumi.get(self, "reported_for_policy_violation")
1810
+
1811
+ @property
1812
+ @pulumi.getter(name="allowDeletionOfReplicatedLocations")
1813
+ def allow_deletion_of_replicated_locations(self) -> Optional[bool]:
1814
+ """
1815
+ Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.
1816
+ """
1817
+ return pulumi.get(self, "allow_deletion_of_replicated_locations")
1818
+
1819
+ @property
1820
+ @pulumi.getter(name="blockDeletionBeforeEndOfLife")
1821
+ def block_deletion_before_end_of_life(self) -> Optional[bool]:
1822
+ """
1823
+ Indicates whether or not the deletion is blocked for this Gallery Image Version if its End Of Life has not expired.
1824
+ """
1825
+ return pulumi.get(self, "block_deletion_before_end_of_life")
1826
+
1827
+
1828
+ @pulumi.output_type
1829
+ class GalleryImageVersionStorageProfileResponse(dict):
1830
+ """
1831
+ This is the storage profile of a Gallery Image Version.
1832
+ """
1833
+ @staticmethod
1834
+ def __key_warning(key: str):
1835
+ suggest = None
1836
+ if key == "dataDiskImages":
1837
+ suggest = "data_disk_images"
1838
+ elif key == "osDiskImage":
1839
+ suggest = "os_disk_image"
1840
+
1841
+ if suggest:
1842
+ pulumi.log.warn(f"Key '{key}' not found in GalleryImageVersionStorageProfileResponse. Access the value via the '{suggest}' property getter instead.")
1843
+
1844
+ def __getitem__(self, key: str) -> Any:
1845
+ GalleryImageVersionStorageProfileResponse.__key_warning(key)
1846
+ return super().__getitem__(key)
1847
+
1848
+ def get(self, key: str, default = None) -> Any:
1849
+ GalleryImageVersionStorageProfileResponse.__key_warning(key)
1850
+ return super().get(key, default)
1851
+
1852
+ def __init__(__self__, *,
1853
+ data_disk_images: Optional[Sequence['outputs.GalleryDataDiskImageResponse']] = None,
1854
+ os_disk_image: Optional['outputs.GalleryOSDiskImageResponse'] = None,
1855
+ source: Optional['outputs.GalleryArtifactVersionFullSourceResponse'] = None):
1856
+ """
1857
+ This is the storage profile of a Gallery Image Version.
1858
+ :param Sequence['GalleryDataDiskImageResponse'] data_disk_images: A list of data disk images.
1859
+ :param 'GalleryOSDiskImageResponse' os_disk_image: This is the OS disk image.
1860
+ :param 'GalleryArtifactVersionFullSourceResponse' source: The source of the gallery artifact version.
1861
+ """
1862
+ if data_disk_images is not None:
1863
+ pulumi.set(__self__, "data_disk_images", data_disk_images)
1864
+ if os_disk_image is not None:
1865
+ pulumi.set(__self__, "os_disk_image", os_disk_image)
1866
+ if source is not None:
1867
+ pulumi.set(__self__, "source", source)
1868
+
1869
+ @property
1870
+ @pulumi.getter(name="dataDiskImages")
1871
+ def data_disk_images(self) -> Optional[Sequence['outputs.GalleryDataDiskImageResponse']]:
1872
+ """
1873
+ A list of data disk images.
1874
+ """
1875
+ return pulumi.get(self, "data_disk_images")
1876
+
1877
+ @property
1878
+ @pulumi.getter(name="osDiskImage")
1879
+ def os_disk_image(self) -> Optional['outputs.GalleryOSDiskImageResponse']:
1880
+ """
1881
+ This is the OS disk image.
1882
+ """
1883
+ return pulumi.get(self, "os_disk_image")
1884
+
1885
+ @property
1886
+ @pulumi.getter
1887
+ def source(self) -> Optional['outputs.GalleryArtifactVersionFullSourceResponse']:
1888
+ """
1889
+ The source of the gallery artifact version.
1890
+ """
1891
+ return pulumi.get(self, "source")
1892
+
1893
+
1894
+ @pulumi.output_type
1895
+ class GalleryImageVersionUefiSettingsResponse(dict):
1896
+ """
1897
+ Contains UEFI settings for the image version.
1898
+ """
1899
+ @staticmethod
1900
+ def __key_warning(key: str):
1901
+ suggest = None
1902
+ if key == "additionalSignatures":
1903
+ suggest = "additional_signatures"
1904
+ elif key == "signatureTemplateNames":
1905
+ suggest = "signature_template_names"
1906
+
1907
+ if suggest:
1908
+ pulumi.log.warn(f"Key '{key}' not found in GalleryImageVersionUefiSettingsResponse. Access the value via the '{suggest}' property getter instead.")
1909
+
1910
+ def __getitem__(self, key: str) -> Any:
1911
+ GalleryImageVersionUefiSettingsResponse.__key_warning(key)
1912
+ return super().__getitem__(key)
1913
+
1914
+ def get(self, key: str, default = None) -> Any:
1915
+ GalleryImageVersionUefiSettingsResponse.__key_warning(key)
1916
+ return super().get(key, default)
1917
+
1918
+ def __init__(__self__, *,
1919
+ additional_signatures: Optional['outputs.UefiKeySignaturesResponse'] = None,
1920
+ signature_template_names: Optional[Sequence[str]] = None):
1921
+ """
1922
+ Contains UEFI settings for the image version.
1923
+ :param 'UefiKeySignaturesResponse' additional_signatures: Additional UEFI key signatures that will be added to the image in addition to the signature templates
1924
+ :param Sequence[str] signature_template_names: The name of the template(s) that contains default UEFI key signatures that will be added to the image.
1925
+ """
1926
+ if additional_signatures is not None:
1927
+ pulumi.set(__self__, "additional_signatures", additional_signatures)
1928
+ if signature_template_names is not None:
1929
+ pulumi.set(__self__, "signature_template_names", signature_template_names)
1930
+
1931
+ @property
1932
+ @pulumi.getter(name="additionalSignatures")
1933
+ def additional_signatures(self) -> Optional['outputs.UefiKeySignaturesResponse']:
1934
+ """
1935
+ Additional UEFI key signatures that will be added to the image in addition to the signature templates
1936
+ """
1937
+ return pulumi.get(self, "additional_signatures")
1938
+
1939
+ @property
1940
+ @pulumi.getter(name="signatureTemplateNames")
1941
+ def signature_template_names(self) -> Optional[Sequence[str]]:
1942
+ """
1943
+ The name of the template(s) that contains default UEFI key signatures that will be added to the image.
1944
+ """
1945
+ return pulumi.get(self, "signature_template_names")
1946
+
1947
+
1948
+ @pulumi.output_type
1949
+ class GalleryInVMAccessControlProfilePropertiesResponse(dict):
1950
+ """
1951
+ Describes the properties of a gallery inVMAccessControlProfile.
1952
+ """
1953
+ @staticmethod
1954
+ def __key_warning(key: str):
1955
+ suggest = None
1956
+ if key == "applicableHostEndpoint":
1957
+ suggest = "applicable_host_endpoint"
1958
+ elif key == "osType":
1959
+ suggest = "os_type"
1960
+ elif key == "provisioningState":
1961
+ suggest = "provisioning_state"
1962
+
1963
+ if suggest:
1964
+ pulumi.log.warn(f"Key '{key}' not found in GalleryInVMAccessControlProfilePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1965
+
1966
+ def __getitem__(self, key: str) -> Any:
1967
+ GalleryInVMAccessControlProfilePropertiesResponse.__key_warning(key)
1968
+ return super().__getitem__(key)
1969
+
1970
+ def get(self, key: str, default = None) -> Any:
1971
+ GalleryInVMAccessControlProfilePropertiesResponse.__key_warning(key)
1972
+ return super().get(key, default)
1973
+
1974
+ def __init__(__self__, *,
1975
+ applicable_host_endpoint: str,
1976
+ os_type: str,
1977
+ provisioning_state: str,
1978
+ description: Optional[str] = None):
1979
+ """
1980
+ Describes the properties of a gallery inVMAccessControlProfile.
1981
+ :param str applicable_host_endpoint: This property allows you to specify the Endpoint type for which this profile is defining the access control for. Possible values are: 'WireServer' or 'IMDS'
1982
+ :param str os_type: This property allows you to specify the OS type of the VMs/VMSS for which this profile can be used against. Possible values are: 'Windows' or 'Linux'
1983
+ :param str provisioning_state: The provisioning state, which only appears in the response.
1984
+ :param str description: The description of this gallery inVMAccessControlProfile resources. This property is updatable.
1985
+ """
1986
+ pulumi.set(__self__, "applicable_host_endpoint", applicable_host_endpoint)
1987
+ pulumi.set(__self__, "os_type", os_type)
1988
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
1989
+ if description is not None:
1990
+ pulumi.set(__self__, "description", description)
1991
+
1992
+ @property
1993
+ @pulumi.getter(name="applicableHostEndpoint")
1994
+ def applicable_host_endpoint(self) -> str:
1995
+ """
1996
+ This property allows you to specify the Endpoint type for which this profile is defining the access control for. Possible values are: 'WireServer' or 'IMDS'
1997
+ """
1998
+ return pulumi.get(self, "applicable_host_endpoint")
1999
+
2000
+ @property
2001
+ @pulumi.getter(name="osType")
2002
+ def os_type(self) -> str:
2003
+ """
2004
+ This property allows you to specify the OS type of the VMs/VMSS for which this profile can be used against. Possible values are: 'Windows' or 'Linux'
2005
+ """
2006
+ return pulumi.get(self, "os_type")
2007
+
2008
+ @property
2009
+ @pulumi.getter(name="provisioningState")
2010
+ def provisioning_state(self) -> str:
2011
+ """
2012
+ The provisioning state, which only appears in the response.
2013
+ """
2014
+ return pulumi.get(self, "provisioning_state")
2015
+
2016
+ @property
2017
+ @pulumi.getter
2018
+ def description(self) -> Optional[str]:
2019
+ """
2020
+ The description of this gallery inVMAccessControlProfile resources. This property is updatable.
2021
+ """
2022
+ return pulumi.get(self, "description")
2023
+
2024
+
2025
+ @pulumi.output_type
2026
+ class GalleryOSDiskImageResponse(dict):
2027
+ """
2028
+ This is the OS disk image.
2029
+ """
2030
+ @staticmethod
2031
+ def __key_warning(key: str):
2032
+ suggest = None
2033
+ if key == "sizeInGB":
2034
+ suggest = "size_in_gb"
2035
+ elif key == "hostCaching":
2036
+ suggest = "host_caching"
2037
+
2038
+ if suggest:
2039
+ pulumi.log.warn(f"Key '{key}' not found in GalleryOSDiskImageResponse. Access the value via the '{suggest}' property getter instead.")
2040
+
2041
+ def __getitem__(self, key: str) -> Any:
2042
+ GalleryOSDiskImageResponse.__key_warning(key)
2043
+ return super().__getitem__(key)
2044
+
2045
+ def get(self, key: str, default = None) -> Any:
2046
+ GalleryOSDiskImageResponse.__key_warning(key)
2047
+ return super().get(key, default)
2048
+
2049
+ def __init__(__self__, *,
2050
+ size_in_gb: int,
2051
+ host_caching: Optional[str] = None,
2052
+ source: Optional['outputs.GalleryDiskImageSourceResponse'] = None):
2053
+ """
2054
+ This is the OS disk image.
2055
+ :param int size_in_gb: This property indicates the size of the VHD to be created.
2056
+ :param str host_caching: The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'
2057
+ :param 'GalleryDiskImageSourceResponse' source: The source for the disk image.
2058
+ """
2059
+ pulumi.set(__self__, "size_in_gb", size_in_gb)
2060
+ if host_caching is not None:
2061
+ pulumi.set(__self__, "host_caching", host_caching)
2062
+ if source is not None:
2063
+ pulumi.set(__self__, "source", source)
2064
+
2065
+ @property
2066
+ @pulumi.getter(name="sizeInGB")
2067
+ def size_in_gb(self) -> int:
2068
+ """
2069
+ This property indicates the size of the VHD to be created.
2070
+ """
2071
+ return pulumi.get(self, "size_in_gb")
2072
+
2073
+ @property
2074
+ @pulumi.getter(name="hostCaching")
2075
+ def host_caching(self) -> Optional[str]:
2076
+ """
2077
+ The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'
2078
+ """
2079
+ return pulumi.get(self, "host_caching")
2080
+
2081
+ @property
2082
+ @pulumi.getter
2083
+ def source(self) -> Optional['outputs.GalleryDiskImageSourceResponse']:
2084
+ """
2085
+ The source for the disk image.
2086
+ """
2087
+ return pulumi.get(self, "source")
2088
+
2089
+
2090
+ @pulumi.output_type
2091
+ class GalleryTargetExtendedLocationResponse(dict):
2092
+ @staticmethod
2093
+ def __key_warning(key: str):
2094
+ suggest = None
2095
+ if key == "extendedLocation":
2096
+ suggest = "extended_location"
2097
+ elif key == "extendedLocationReplicaCount":
2098
+ suggest = "extended_location_replica_count"
2099
+ elif key == "storageAccountType":
2100
+ suggest = "storage_account_type"
2101
+
2102
+ if suggest:
2103
+ pulumi.log.warn(f"Key '{key}' not found in GalleryTargetExtendedLocationResponse. Access the value via the '{suggest}' property getter instead.")
2104
+
2105
+ def __getitem__(self, key: str) -> Any:
2106
+ GalleryTargetExtendedLocationResponse.__key_warning(key)
2107
+ return super().__getitem__(key)
2108
+
2109
+ def get(self, key: str, default = None) -> Any:
2110
+ GalleryTargetExtendedLocationResponse.__key_warning(key)
2111
+ return super().get(key, default)
2112
+
2113
+ def __init__(__self__, *,
2114
+ encryption: Optional['outputs.EncryptionImagesResponse'] = None,
2115
+ extended_location: Optional['outputs.GalleryExtendedLocationResponse'] = None,
2116
+ extended_location_replica_count: Optional[int] = None,
2117
+ name: Optional[str] = None,
2118
+ storage_account_type: Optional[str] = None):
2119
+ """
2120
+ :param 'EncryptionImagesResponse' encryption: Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
2121
+ :param 'GalleryExtendedLocationResponse' extended_location: The name of the extended location.
2122
+ :param int extended_location_replica_count: The number of replicas of the Image Version to be created per extended location. This property is updatable.
2123
+ :param str name: The name of the region.
2124
+ :param str storage_account_type: Specifies the storage account type to be used to store the image. This property is not updatable.
2125
+ """
2126
+ if encryption is not None:
2127
+ pulumi.set(__self__, "encryption", encryption)
2128
+ if extended_location is not None:
2129
+ pulumi.set(__self__, "extended_location", extended_location)
2130
+ if extended_location_replica_count is not None:
2131
+ pulumi.set(__self__, "extended_location_replica_count", extended_location_replica_count)
2132
+ if name is not None:
2133
+ pulumi.set(__self__, "name", name)
2134
+ if storage_account_type is not None:
2135
+ pulumi.set(__self__, "storage_account_type", storage_account_type)
2136
+
2137
+ @property
2138
+ @pulumi.getter
2139
+ def encryption(self) -> Optional['outputs.EncryptionImagesResponse']:
2140
+ """
2141
+ Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
2142
+ """
2143
+ return pulumi.get(self, "encryption")
2144
+
2145
+ @property
2146
+ @pulumi.getter(name="extendedLocation")
2147
+ def extended_location(self) -> Optional['outputs.GalleryExtendedLocationResponse']:
2148
+ """
2149
+ The name of the extended location.
2150
+ """
2151
+ return pulumi.get(self, "extended_location")
2152
+
2153
+ @property
2154
+ @pulumi.getter(name="extendedLocationReplicaCount")
2155
+ def extended_location_replica_count(self) -> Optional[int]:
2156
+ """
2157
+ The number of replicas of the Image Version to be created per extended location. This property is updatable.
2158
+ """
2159
+ return pulumi.get(self, "extended_location_replica_count")
2160
+
2161
+ @property
2162
+ @pulumi.getter
2163
+ def name(self) -> Optional[str]:
2164
+ """
2165
+ The name of the region.
2166
+ """
2167
+ return pulumi.get(self, "name")
2168
+
2169
+ @property
2170
+ @pulumi.getter(name="storageAccountType")
2171
+ def storage_account_type(self) -> Optional[str]:
2172
+ """
2173
+ Specifies the storage account type to be used to store the image. This property is not updatable.
2174
+ """
2175
+ return pulumi.get(self, "storage_account_type")
2176
+
2177
+
2178
+ @pulumi.output_type
2179
+ class ImagePurchasePlanResponse(dict):
2180
+ """
2181
+ Describes the gallery image definition purchase plan. This is used by marketplace images.
2182
+ """
2183
+ def __init__(__self__, *,
2184
+ name: Optional[str] = None,
2185
+ product: Optional[str] = None,
2186
+ publisher: Optional[str] = None):
2187
+ """
2188
+ Describes the gallery image definition purchase plan. This is used by marketplace images.
2189
+ :param str name: The plan ID.
2190
+ :param str product: The product ID.
2191
+ :param str publisher: The publisher ID.
2192
+ """
2193
+ if name is not None:
2194
+ pulumi.set(__self__, "name", name)
2195
+ if product is not None:
2196
+ pulumi.set(__self__, "product", product)
2197
+ if publisher is not None:
2198
+ pulumi.set(__self__, "publisher", publisher)
2199
+
2200
+ @property
2201
+ @pulumi.getter
2202
+ def name(self) -> Optional[str]:
2203
+ """
2204
+ The plan ID.
2205
+ """
2206
+ return pulumi.get(self, "name")
2207
+
2208
+ @property
2209
+ @pulumi.getter
2210
+ def product(self) -> Optional[str]:
2211
+ """
2212
+ The product ID.
2213
+ """
2214
+ return pulumi.get(self, "product")
2215
+
2216
+ @property
2217
+ @pulumi.getter
2218
+ def publisher(self) -> Optional[str]:
2219
+ """
2220
+ The publisher ID.
2221
+ """
2222
+ return pulumi.get(self, "publisher")
2223
+
2224
+
2225
+ @pulumi.output_type
2226
+ class ImageVersionSecurityProfileResponse(dict):
2227
+ """
2228
+ The security profile of a gallery image version
2229
+ """
2230
+ @staticmethod
2231
+ def __key_warning(key: str):
2232
+ suggest = None
2233
+ if key == "uefiSettings":
2234
+ suggest = "uefi_settings"
2235
+
2236
+ if suggest:
2237
+ pulumi.log.warn(f"Key '{key}' not found in ImageVersionSecurityProfileResponse. Access the value via the '{suggest}' property getter instead.")
2238
+
2239
+ def __getitem__(self, key: str) -> Any:
2240
+ ImageVersionSecurityProfileResponse.__key_warning(key)
2241
+ return super().__getitem__(key)
2242
+
2243
+ def get(self, key: str, default = None) -> Any:
2244
+ ImageVersionSecurityProfileResponse.__key_warning(key)
2245
+ return super().get(key, default)
2246
+
2247
+ def __init__(__self__, *,
2248
+ uefi_settings: Optional['outputs.GalleryImageVersionUefiSettingsResponse'] = None):
2249
+ """
2250
+ The security profile of a gallery image version
2251
+ :param 'GalleryImageVersionUefiSettingsResponse' uefi_settings: Contains UEFI settings for the image version.
2252
+ """
2253
+ if uefi_settings is not None:
2254
+ pulumi.set(__self__, "uefi_settings", uefi_settings)
2255
+
2256
+ @property
2257
+ @pulumi.getter(name="uefiSettings")
2258
+ def uefi_settings(self) -> Optional['outputs.GalleryImageVersionUefiSettingsResponse']:
2259
+ """
2260
+ Contains UEFI settings for the image version.
2261
+ """
2262
+ return pulumi.get(self, "uefi_settings")
2263
+
2264
+
2265
+ @pulumi.output_type
2266
+ class OSDiskImageEncryptionResponse(dict):
2267
+ """
2268
+ Contains encryption settings for an OS disk image.
2269
+ """
2270
+ @staticmethod
2271
+ def __key_warning(key: str):
2272
+ suggest = None
2273
+ if key == "diskEncryptionSetId":
2274
+ suggest = "disk_encryption_set_id"
2275
+ elif key == "securityProfile":
2276
+ suggest = "security_profile"
2277
+
2278
+ if suggest:
2279
+ pulumi.log.warn(f"Key '{key}' not found in OSDiskImageEncryptionResponse. Access the value via the '{suggest}' property getter instead.")
2280
+
2281
+ def __getitem__(self, key: str) -> Any:
2282
+ OSDiskImageEncryptionResponse.__key_warning(key)
2283
+ return super().__getitem__(key)
2284
+
2285
+ def get(self, key: str, default = None) -> Any:
2286
+ OSDiskImageEncryptionResponse.__key_warning(key)
2287
+ return super().get(key, default)
2288
+
2289
+ def __init__(__self__, *,
2290
+ disk_encryption_set_id: Optional[str] = None,
2291
+ security_profile: Optional['outputs.OSDiskImageSecurityProfileResponse'] = None):
2292
+ """
2293
+ Contains encryption settings for an OS disk image.
2294
+ :param str disk_encryption_set_id: A relative URI containing the resource ID of the disk encryption set.
2295
+ :param 'OSDiskImageSecurityProfileResponse' security_profile: This property specifies the security profile of an OS disk image.
2296
+ """
2297
+ if disk_encryption_set_id is not None:
2298
+ pulumi.set(__self__, "disk_encryption_set_id", disk_encryption_set_id)
2299
+ if security_profile is not None:
2300
+ pulumi.set(__self__, "security_profile", security_profile)
2301
+
2302
+ @property
2303
+ @pulumi.getter(name="diskEncryptionSetId")
2304
+ def disk_encryption_set_id(self) -> Optional[str]:
2305
+ """
2306
+ A relative URI containing the resource ID of the disk encryption set.
2307
+ """
2308
+ return pulumi.get(self, "disk_encryption_set_id")
2309
+
2310
+ @property
2311
+ @pulumi.getter(name="securityProfile")
2312
+ def security_profile(self) -> Optional['outputs.OSDiskImageSecurityProfileResponse']:
2313
+ """
2314
+ This property specifies the security profile of an OS disk image.
2315
+ """
2316
+ return pulumi.get(self, "security_profile")
2317
+
2318
+
2319
+ @pulumi.output_type
2320
+ class OSDiskImageSecurityProfileResponse(dict):
2321
+ """
2322
+ Contains security profile for an OS disk image.
2323
+ """
2324
+ @staticmethod
2325
+ def __key_warning(key: str):
2326
+ suggest = None
2327
+ if key == "confidentialVMEncryptionType":
2328
+ suggest = "confidential_vm_encryption_type"
2329
+ elif key == "secureVMDiskEncryptionSetId":
2330
+ suggest = "secure_vm_disk_encryption_set_id"
2331
+
2332
+ if suggest:
2333
+ pulumi.log.warn(f"Key '{key}' not found in OSDiskImageSecurityProfileResponse. Access the value via the '{suggest}' property getter instead.")
2334
+
2335
+ def __getitem__(self, key: str) -> Any:
2336
+ OSDiskImageSecurityProfileResponse.__key_warning(key)
2337
+ return super().__getitem__(key)
2338
+
2339
+ def get(self, key: str, default = None) -> Any:
2340
+ OSDiskImageSecurityProfileResponse.__key_warning(key)
2341
+ return super().get(key, default)
2342
+
2343
+ def __init__(__self__, *,
2344
+ confidential_vm_encryption_type: Optional[str] = None,
2345
+ secure_vm_disk_encryption_set_id: Optional[str] = None):
2346
+ """
2347
+ Contains security profile for an OS disk image.
2348
+ :param str confidential_vm_encryption_type: confidential VM encryption types
2349
+ :param str secure_vm_disk_encryption_set_id: secure VM disk encryption set id
2350
+ """
2351
+ if confidential_vm_encryption_type is not None:
2352
+ pulumi.set(__self__, "confidential_vm_encryption_type", confidential_vm_encryption_type)
2353
+ if secure_vm_disk_encryption_set_id is not None:
2354
+ pulumi.set(__self__, "secure_vm_disk_encryption_set_id", secure_vm_disk_encryption_set_id)
2355
+
2356
+ @property
2357
+ @pulumi.getter(name="confidentialVMEncryptionType")
2358
+ def confidential_vm_encryption_type(self) -> Optional[str]:
2359
+ """
2360
+ confidential VM encryption types
2361
+ """
2362
+ return pulumi.get(self, "confidential_vm_encryption_type")
2363
+
2364
+ @property
2365
+ @pulumi.getter(name="secureVMDiskEncryptionSetId")
2366
+ def secure_vm_disk_encryption_set_id(self) -> Optional[str]:
2367
+ """
2368
+ secure VM disk encryption set id
2369
+ """
2370
+ return pulumi.get(self, "secure_vm_disk_encryption_set_id")
2371
+
2372
+
2373
+ @pulumi.output_type
2374
+ class PlatformAttributeResponse(dict):
2375
+ """
2376
+ This is the platform attribute of the image version.
2377
+ """
2378
+ def __init__(__self__, *,
2379
+ name: str,
2380
+ value: str):
2381
+ """
2382
+ This is the platform attribute of the image version.
2383
+ :param str name: This property specifies the name of the platformAttribute. It is read-only.
2384
+ :param str value: This property specifies the value of the corresponding name property. It is read-only.
2385
+ """
2386
+ pulumi.set(__self__, "name", name)
2387
+ pulumi.set(__self__, "value", value)
2388
+
2389
+ @property
2390
+ @pulumi.getter
2391
+ def name(self) -> str:
2392
+ """
2393
+ This property specifies the name of the platformAttribute. It is read-only.
2394
+ """
2395
+ return pulumi.get(self, "name")
2396
+
2397
+ @property
2398
+ @pulumi.getter
2399
+ def value(self) -> str:
2400
+ """
2401
+ This property specifies the value of the corresponding name property. It is read-only.
2402
+ """
2403
+ return pulumi.get(self, "value")
2404
+
2405
+
2406
+ @pulumi.output_type
2407
+ class PolicyViolationResponse(dict):
2408
+ """
2409
+ A policy violation reported against a gallery artifact.
2410
+ """
2411
+ def __init__(__self__, *,
2412
+ category: Optional[str] = None,
2413
+ details: Optional[str] = None):
2414
+ """
2415
+ A policy violation reported against a gallery artifact.
2416
+ :param str category: Describes the nature of the policy violation.
2417
+ :param str details: Describes specific details about why this policy violation was reported.
2418
+ """
2419
+ if category is not None:
2420
+ pulumi.set(__self__, "category", category)
2421
+ if details is not None:
2422
+ pulumi.set(__self__, "details", details)
2423
+
2424
+ @property
2425
+ @pulumi.getter
2426
+ def category(self) -> Optional[str]:
2427
+ """
2428
+ Describes the nature of the policy violation.
2429
+ """
2430
+ return pulumi.get(self, "category")
2431
+
2432
+ @property
2433
+ @pulumi.getter
2434
+ def details(self) -> Optional[str]:
2435
+ """
2436
+ Describes specific details about why this policy violation was reported.
2437
+ """
2438
+ return pulumi.get(self, "details")
2439
+
2440
+
2441
+ @pulumi.output_type
2442
+ class RecommendedMachineConfigurationResponse(dict):
2443
+ """
2444
+ The properties describe the recommended machine configuration for this Image Definition. These properties are updatable.
2445
+ """
2446
+ @staticmethod
2447
+ def __key_warning(key: str):
2448
+ suggest = None
2449
+ if key == "vCPUs":
2450
+ suggest = "v_cpus"
2451
+
2452
+ if suggest:
2453
+ pulumi.log.warn(f"Key '{key}' not found in RecommendedMachineConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
2454
+
2455
+ def __getitem__(self, key: str) -> Any:
2456
+ RecommendedMachineConfigurationResponse.__key_warning(key)
2457
+ return super().__getitem__(key)
2458
+
2459
+ def get(self, key: str, default = None) -> Any:
2460
+ RecommendedMachineConfigurationResponse.__key_warning(key)
2461
+ return super().get(key, default)
2462
+
2463
+ def __init__(__self__, *,
2464
+ memory: Optional['outputs.ResourceRangeResponse'] = None,
2465
+ v_cpus: Optional['outputs.ResourceRangeResponse'] = None):
2466
+ """
2467
+ The properties describe the recommended machine configuration for this Image Definition. These properties are updatable.
2468
+ :param 'ResourceRangeResponse' memory: Describes the resource range.
2469
+ :param 'ResourceRangeResponse' v_cpus: Describes the resource range.
2470
+ """
2471
+ if memory is not None:
2472
+ pulumi.set(__self__, "memory", memory)
2473
+ if v_cpus is not None:
2474
+ pulumi.set(__self__, "v_cpus", v_cpus)
2475
+
2476
+ @property
2477
+ @pulumi.getter
2478
+ def memory(self) -> Optional['outputs.ResourceRangeResponse']:
2479
+ """
2480
+ Describes the resource range.
2481
+ """
2482
+ return pulumi.get(self, "memory")
2483
+
2484
+ @property
2485
+ @pulumi.getter(name="vCPUs")
2486
+ def v_cpus(self) -> Optional['outputs.ResourceRangeResponse']:
2487
+ """
2488
+ Describes the resource range.
2489
+ """
2490
+ return pulumi.get(self, "v_cpus")
2491
+
2492
+
2493
+ @pulumi.output_type
2494
+ class RegionalReplicationStatusResponse(dict):
2495
+ """
2496
+ This is the regional replication status.
2497
+ """
2498
+ def __init__(__self__, *,
2499
+ details: str,
2500
+ progress: int,
2501
+ region: str,
2502
+ state: str):
2503
+ """
2504
+ This is the regional replication status.
2505
+ :param str details: The details of the replication status.
2506
+ :param int progress: It indicates progress of the replication job.
2507
+ :param str region: The region to which the gallery image version is being replicated to.
2508
+ :param str state: This is the regional replication state.
2509
+ """
2510
+ pulumi.set(__self__, "details", details)
2511
+ pulumi.set(__self__, "progress", progress)
2512
+ pulumi.set(__self__, "region", region)
2513
+ pulumi.set(__self__, "state", state)
2514
+
2515
+ @property
2516
+ @pulumi.getter
2517
+ def details(self) -> str:
2518
+ """
2519
+ The details of the replication status.
2520
+ """
2521
+ return pulumi.get(self, "details")
2522
+
2523
+ @property
2524
+ @pulumi.getter
2525
+ def progress(self) -> int:
2526
+ """
2527
+ It indicates progress of the replication job.
2528
+ """
2529
+ return pulumi.get(self, "progress")
2530
+
2531
+ @property
2532
+ @pulumi.getter
2533
+ def region(self) -> str:
2534
+ """
2535
+ The region to which the gallery image version is being replicated to.
2536
+ """
2537
+ return pulumi.get(self, "region")
2538
+
2539
+ @property
2540
+ @pulumi.getter
2541
+ def state(self) -> str:
2542
+ """
2543
+ This is the regional replication state.
2544
+ """
2545
+ return pulumi.get(self, "state")
2546
+
2547
+
2548
+ @pulumi.output_type
2549
+ class RegionalSharingStatusResponse(dict):
2550
+ """
2551
+ Gallery regional sharing status
2552
+ """
2553
+ def __init__(__self__, *,
2554
+ state: str,
2555
+ details: Optional[str] = None,
2556
+ region: Optional[str] = None):
2557
+ """
2558
+ Gallery regional sharing status
2559
+ :param str state: Gallery sharing state in current region
2560
+ :param str details: Details of gallery regional sharing failure.
2561
+ :param str region: Region name
2562
+ """
2563
+ pulumi.set(__self__, "state", state)
2564
+ if details is not None:
2565
+ pulumi.set(__self__, "details", details)
2566
+ if region is not None:
2567
+ pulumi.set(__self__, "region", region)
2568
+
2569
+ @property
2570
+ @pulumi.getter
2571
+ def state(self) -> str:
2572
+ """
2573
+ Gallery sharing state in current region
2574
+ """
2575
+ return pulumi.get(self, "state")
2576
+
2577
+ @property
2578
+ @pulumi.getter
2579
+ def details(self) -> Optional[str]:
2580
+ """
2581
+ Details of gallery regional sharing failure.
2582
+ """
2583
+ return pulumi.get(self, "details")
2584
+
2585
+ @property
2586
+ @pulumi.getter
2587
+ def region(self) -> Optional[str]:
2588
+ """
2589
+ Region name
2590
+ """
2591
+ return pulumi.get(self, "region")
2592
+
2593
+
2594
+ @pulumi.output_type
2595
+ class ReplicationStatusResponse(dict):
2596
+ """
2597
+ This is the replication status of the gallery image version.
2598
+ """
2599
+ @staticmethod
2600
+ def __key_warning(key: str):
2601
+ suggest = None
2602
+ if key == "aggregatedState":
2603
+ suggest = "aggregated_state"
2604
+
2605
+ if suggest:
2606
+ pulumi.log.warn(f"Key '{key}' not found in ReplicationStatusResponse. Access the value via the '{suggest}' property getter instead.")
2607
+
2608
+ def __getitem__(self, key: str) -> Any:
2609
+ ReplicationStatusResponse.__key_warning(key)
2610
+ return super().__getitem__(key)
2611
+
2612
+ def get(self, key: str, default = None) -> Any:
2613
+ ReplicationStatusResponse.__key_warning(key)
2614
+ return super().get(key, default)
2615
+
2616
+ def __init__(__self__, *,
2617
+ aggregated_state: str,
2618
+ summary: Sequence['outputs.RegionalReplicationStatusResponse']):
2619
+ """
2620
+ This is the replication status of the gallery image version.
2621
+ :param str aggregated_state: This is the aggregated replication status based on all the regional replication status flags.
2622
+ :param Sequence['RegionalReplicationStatusResponse'] summary: This is a summary of replication status for each region.
2623
+ """
2624
+ pulumi.set(__self__, "aggregated_state", aggregated_state)
2625
+ pulumi.set(__self__, "summary", summary)
2626
+
2627
+ @property
2628
+ @pulumi.getter(name="aggregatedState")
2629
+ def aggregated_state(self) -> str:
2630
+ """
2631
+ This is the aggregated replication status based on all the regional replication status flags.
2632
+ """
2633
+ return pulumi.get(self, "aggregated_state")
2634
+
2635
+ @property
2636
+ @pulumi.getter
2637
+ def summary(self) -> Sequence['outputs.RegionalReplicationStatusResponse']:
2638
+ """
2639
+ This is a summary of replication status for each region.
2640
+ """
2641
+ return pulumi.get(self, "summary")
2642
+
2643
+
2644
+ @pulumi.output_type
2645
+ class ResourceRangeResponse(dict):
2646
+ """
2647
+ Describes the resource range.
2648
+ """
2649
+ def __init__(__self__, *,
2650
+ max: Optional[int] = None,
2651
+ min: Optional[int] = None):
2652
+ """
2653
+ Describes the resource range.
2654
+ :param int max: The maximum number of the resource.
2655
+ :param int min: The minimum number of the resource.
2656
+ """
2657
+ if max is not None:
2658
+ pulumi.set(__self__, "max", max)
2659
+ if min is not None:
2660
+ pulumi.set(__self__, "min", min)
2661
+
2662
+ @property
2663
+ @pulumi.getter
2664
+ def max(self) -> Optional[int]:
2665
+ """
2666
+ The maximum number of the resource.
2667
+ """
2668
+ return pulumi.get(self, "max")
2669
+
2670
+ @property
2671
+ @pulumi.getter
2672
+ def min(self) -> Optional[int]:
2673
+ """
2674
+ The minimum number of the resource.
2675
+ """
2676
+ return pulumi.get(self, "min")
2677
+
2678
+
2679
+ @pulumi.output_type
2680
+ class SharingProfileGroupResponse(dict):
2681
+ """
2682
+ Group of the gallery sharing profile
2683
+ """
2684
+ def __init__(__self__, *,
2685
+ ids: Optional[Sequence[str]] = None,
2686
+ type: Optional[str] = None):
2687
+ """
2688
+ Group of the gallery sharing profile
2689
+ :param Sequence[str] ids: A list of subscription/tenant ids the gallery is aimed to be shared to.
2690
+ :param str type: This property allows you to specify the type of sharing group. Possible values are: **Subscriptions,** **AADTenants.**
2691
+ """
2692
+ if ids is not None:
2693
+ pulumi.set(__self__, "ids", ids)
2694
+ if type is not None:
2695
+ pulumi.set(__self__, "type", type)
2696
+
2697
+ @property
2698
+ @pulumi.getter
2699
+ def ids(self) -> Optional[Sequence[str]]:
2700
+ """
2701
+ A list of subscription/tenant ids the gallery is aimed to be shared to.
2702
+ """
2703
+ return pulumi.get(self, "ids")
2704
+
2705
+ @property
2706
+ @pulumi.getter
2707
+ def type(self) -> Optional[str]:
2708
+ """
2709
+ This property allows you to specify the type of sharing group. Possible values are: **Subscriptions,** **AADTenants.**
2710
+ """
2711
+ return pulumi.get(self, "type")
2712
+
2713
+
2714
+ @pulumi.output_type
2715
+ class SharingProfileResponse(dict):
2716
+ """
2717
+ Profile for gallery sharing to subscription or tenant
2718
+ """
2719
+ @staticmethod
2720
+ def __key_warning(key: str):
2721
+ suggest = None
2722
+ if key == "communityGalleryInfo":
2723
+ suggest = "community_gallery_info"
2724
+
2725
+ if suggest:
2726
+ pulumi.log.warn(f"Key '{key}' not found in SharingProfileResponse. Access the value via the '{suggest}' property getter instead.")
2727
+
2728
+ def __getitem__(self, key: str) -> Any:
2729
+ SharingProfileResponse.__key_warning(key)
2730
+ return super().__getitem__(key)
2731
+
2732
+ def get(self, key: str, default = None) -> Any:
2733
+ SharingProfileResponse.__key_warning(key)
2734
+ return super().get(key, default)
2735
+
2736
+ def __init__(__self__, *,
2737
+ groups: Sequence['outputs.SharingProfileGroupResponse'],
2738
+ community_gallery_info: Optional['outputs.CommunityGalleryInfoResponse'] = None,
2739
+ permissions: Optional[str] = None):
2740
+ """
2741
+ Profile for gallery sharing to subscription or tenant
2742
+ :param Sequence['SharingProfileGroupResponse'] groups: A list of sharing profile groups.
2743
+ :param 'CommunityGalleryInfoResponse' community_gallery_info: Information of community gallery if current gallery is shared to community.
2744
+ :param str permissions: This property allows you to specify the permission of sharing gallery. Possible values are: **Private,** **Groups,** **Community.**
2745
+ """
2746
+ pulumi.set(__self__, "groups", groups)
2747
+ if community_gallery_info is not None:
2748
+ pulumi.set(__self__, "community_gallery_info", community_gallery_info)
2749
+ if permissions is not None:
2750
+ pulumi.set(__self__, "permissions", permissions)
2751
+
2752
+ @property
2753
+ @pulumi.getter
2754
+ def groups(self) -> Sequence['outputs.SharingProfileGroupResponse']:
2755
+ """
2756
+ A list of sharing profile groups.
2757
+ """
2758
+ return pulumi.get(self, "groups")
2759
+
2760
+ @property
2761
+ @pulumi.getter(name="communityGalleryInfo")
2762
+ def community_gallery_info(self) -> Optional['outputs.CommunityGalleryInfoResponse']:
2763
+ """
2764
+ Information of community gallery if current gallery is shared to community.
2765
+ """
2766
+ return pulumi.get(self, "community_gallery_info")
2767
+
2768
+ @property
2769
+ @pulumi.getter
2770
+ def permissions(self) -> Optional[str]:
2771
+ """
2772
+ This property allows you to specify the permission of sharing gallery. Possible values are: **Private,** **Groups,** **Community.**
2773
+ """
2774
+ return pulumi.get(self, "permissions")
2775
+
2776
+
2777
+ @pulumi.output_type
2778
+ class SharingStatusResponse(dict):
2779
+ """
2780
+ Sharing status of current gallery.
2781
+ """
2782
+ @staticmethod
2783
+ def __key_warning(key: str):
2784
+ suggest = None
2785
+ if key == "aggregatedState":
2786
+ suggest = "aggregated_state"
2787
+
2788
+ if suggest:
2789
+ pulumi.log.warn(f"Key '{key}' not found in SharingStatusResponse. Access the value via the '{suggest}' property getter instead.")
2790
+
2791
+ def __getitem__(self, key: str) -> Any:
2792
+ SharingStatusResponse.__key_warning(key)
2793
+ return super().__getitem__(key)
2794
+
2795
+ def get(self, key: str, default = None) -> Any:
2796
+ SharingStatusResponse.__key_warning(key)
2797
+ return super().get(key, default)
2798
+
2799
+ def __init__(__self__, *,
2800
+ aggregated_state: str,
2801
+ summary: Optional[Sequence['outputs.RegionalSharingStatusResponse']] = None):
2802
+ """
2803
+ Sharing status of current gallery.
2804
+ :param str aggregated_state: Aggregated sharing state of current gallery.
2805
+ :param Sequence['RegionalSharingStatusResponse'] summary: Summary of all regional sharing status.
2806
+ """
2807
+ pulumi.set(__self__, "aggregated_state", aggregated_state)
2808
+ if summary is not None:
2809
+ pulumi.set(__self__, "summary", summary)
2810
+
2811
+ @property
2812
+ @pulumi.getter(name="aggregatedState")
2813
+ def aggregated_state(self) -> str:
2814
+ """
2815
+ Aggregated sharing state of current gallery.
2816
+ """
2817
+ return pulumi.get(self, "aggregated_state")
2818
+
2819
+ @property
2820
+ @pulumi.getter
2821
+ def summary(self) -> Optional[Sequence['outputs.RegionalSharingStatusResponse']]:
2822
+ """
2823
+ Summary of all regional sharing status.
2824
+ """
2825
+ return pulumi.get(self, "summary")
2826
+
2827
+
2828
+ @pulumi.output_type
2829
+ class SoftDeletePolicyResponse(dict):
2830
+ """
2831
+ Contains information about the soft deletion policy of the gallery.
2832
+ """
2833
+ @staticmethod
2834
+ def __key_warning(key: str):
2835
+ suggest = None
2836
+ if key == "isSoftDeleteEnabled":
2837
+ suggest = "is_soft_delete_enabled"
2838
+
2839
+ if suggest:
2840
+ pulumi.log.warn(f"Key '{key}' not found in SoftDeletePolicyResponse. Access the value via the '{suggest}' property getter instead.")
2841
+
2842
+ def __getitem__(self, key: str) -> Any:
2843
+ SoftDeletePolicyResponse.__key_warning(key)
2844
+ return super().__getitem__(key)
2845
+
2846
+ def get(self, key: str, default = None) -> Any:
2847
+ SoftDeletePolicyResponse.__key_warning(key)
2848
+ return super().get(key, default)
2849
+
2850
+ def __init__(__self__, *,
2851
+ is_soft_delete_enabled: Optional[bool] = None):
2852
+ """
2853
+ Contains information about the soft deletion policy of the gallery.
2854
+ :param bool is_soft_delete_enabled: Enables soft-deletion for resources in this gallery, allowing them to be recovered within retention time.
2855
+ """
2856
+ if is_soft_delete_enabled is not None:
2857
+ pulumi.set(__self__, "is_soft_delete_enabled", is_soft_delete_enabled)
2858
+
2859
+ @property
2860
+ @pulumi.getter(name="isSoftDeleteEnabled")
2861
+ def is_soft_delete_enabled(self) -> Optional[bool]:
2862
+ """
2863
+ Enables soft-deletion for resources in this gallery, allowing them to be recovered within retention time.
2864
+ """
2865
+ return pulumi.get(self, "is_soft_delete_enabled")
2866
+
2867
+
2868
+ @pulumi.output_type
2869
+ class TargetRegionResponse(dict):
2870
+ """
2871
+ Describes the target region information.
2872
+ """
2873
+ @staticmethod
2874
+ def __key_warning(key: str):
2875
+ suggest = None
2876
+ if key == "additionalReplicaSets":
2877
+ suggest = "additional_replica_sets"
2878
+ elif key == "excludeFromLatest":
2879
+ suggest = "exclude_from_latest"
2880
+ elif key == "regionalReplicaCount":
2881
+ suggest = "regional_replica_count"
2882
+ elif key == "storageAccountType":
2883
+ suggest = "storage_account_type"
2884
+
2885
+ if suggest:
2886
+ pulumi.log.warn(f"Key '{key}' not found in TargetRegionResponse. Access the value via the '{suggest}' property getter instead.")
2887
+
2888
+ def __getitem__(self, key: str) -> Any:
2889
+ TargetRegionResponse.__key_warning(key)
2890
+ return super().__getitem__(key)
2891
+
2892
+ def get(self, key: str, default = None) -> Any:
2893
+ TargetRegionResponse.__key_warning(key)
2894
+ return super().get(key, default)
2895
+
2896
+ def __init__(__self__, *,
2897
+ name: str,
2898
+ additional_replica_sets: Optional[Sequence['outputs.AdditionalReplicaSetResponse']] = None,
2899
+ encryption: Optional['outputs.EncryptionImagesResponse'] = None,
2900
+ exclude_from_latest: Optional[bool] = None,
2901
+ regional_replica_count: Optional[int] = None,
2902
+ storage_account_type: Optional[str] = None):
2903
+ """
2904
+ Describes the target region information.
2905
+ :param str name: The name of the region.
2906
+ :param Sequence['AdditionalReplicaSetResponse'] additional_replica_sets: List of storage sku with replica count to create direct drive replicas.
2907
+ :param 'EncryptionImagesResponse' encryption: Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
2908
+ :param bool exclude_from_latest: Contains the flag setting to hide an image when users specify version='latest'
2909
+ :param int regional_replica_count: The number of replicas of the Image Version to be created per region. This property is updatable.
2910
+ :param str storage_account_type: Specifies the storage account type to be used to store the image. This property is not updatable.
2911
+ """
2912
+ pulumi.set(__self__, "name", name)
2913
+ if additional_replica_sets is not None:
2914
+ pulumi.set(__self__, "additional_replica_sets", additional_replica_sets)
2915
+ if encryption is not None:
2916
+ pulumi.set(__self__, "encryption", encryption)
2917
+ if exclude_from_latest is not None:
2918
+ pulumi.set(__self__, "exclude_from_latest", exclude_from_latest)
2919
+ if regional_replica_count is not None:
2920
+ pulumi.set(__self__, "regional_replica_count", regional_replica_count)
2921
+ if storage_account_type is not None:
2922
+ pulumi.set(__self__, "storage_account_type", storage_account_type)
2923
+
2924
+ @property
2925
+ @pulumi.getter
2926
+ def name(self) -> str:
2927
+ """
2928
+ The name of the region.
2929
+ """
2930
+ return pulumi.get(self, "name")
2931
+
2932
+ @property
2933
+ @pulumi.getter(name="additionalReplicaSets")
2934
+ def additional_replica_sets(self) -> Optional[Sequence['outputs.AdditionalReplicaSetResponse']]:
2935
+ """
2936
+ List of storage sku with replica count to create direct drive replicas.
2937
+ """
2938
+ return pulumi.get(self, "additional_replica_sets")
2939
+
2940
+ @property
2941
+ @pulumi.getter
2942
+ def encryption(self) -> Optional['outputs.EncryptionImagesResponse']:
2943
+ """
2944
+ Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
2945
+ """
2946
+ return pulumi.get(self, "encryption")
2947
+
2948
+ @property
2949
+ @pulumi.getter(name="excludeFromLatest")
2950
+ def exclude_from_latest(self) -> Optional[bool]:
2951
+ """
2952
+ Contains the flag setting to hide an image when users specify version='latest'
2953
+ """
2954
+ return pulumi.get(self, "exclude_from_latest")
2955
+
2956
+ @property
2957
+ @pulumi.getter(name="regionalReplicaCount")
2958
+ def regional_replica_count(self) -> Optional[int]:
2959
+ """
2960
+ The number of replicas of the Image Version to be created per region. This property is updatable.
2961
+ """
2962
+ return pulumi.get(self, "regional_replica_count")
2963
+
2964
+ @property
2965
+ @pulumi.getter(name="storageAccountType")
2966
+ def storage_account_type(self) -> Optional[str]:
2967
+ """
2968
+ Specifies the storage account type to be used to store the image. This property is not updatable.
2969
+ """
2970
+ return pulumi.get(self, "storage_account_type")
2971
+
2972
+
2973
+ @pulumi.output_type
2974
+ class UefiKeyResponse(dict):
2975
+ """
2976
+ A UEFI key signature.
2977
+ """
2978
+ def __init__(__self__, *,
2979
+ type: Optional[str] = None,
2980
+ value: Optional[Sequence[str]] = None):
2981
+ """
2982
+ A UEFI key signature.
2983
+ :param str type: The type of key signature.
2984
+ :param Sequence[str] value: The value of the key signature.
2985
+ """
2986
+ if type is not None:
2987
+ pulumi.set(__self__, "type", type)
2988
+ if value is not None:
2989
+ pulumi.set(__self__, "value", value)
2990
+
2991
+ @property
2992
+ @pulumi.getter
2993
+ def type(self) -> Optional[str]:
2994
+ """
2995
+ The type of key signature.
2996
+ """
2997
+ return pulumi.get(self, "type")
2998
+
2999
+ @property
3000
+ @pulumi.getter
3001
+ def value(self) -> Optional[Sequence[str]]:
3002
+ """
3003
+ The value of the key signature.
3004
+ """
3005
+ return pulumi.get(self, "value")
3006
+
3007
+
3008
+ @pulumi.output_type
3009
+ class UefiKeySignaturesResponse(dict):
3010
+ """
3011
+ Additional UEFI key signatures that will be added to the image in addition to the signature templates
3012
+ """
3013
+ def __init__(__self__, *,
3014
+ db: Optional[Sequence['outputs.UefiKeyResponse']] = None,
3015
+ dbx: Optional[Sequence['outputs.UefiKeyResponse']] = None,
3016
+ kek: Optional[Sequence['outputs.UefiKeyResponse']] = None,
3017
+ pk: Optional['outputs.UefiKeyResponse'] = None):
3018
+ """
3019
+ Additional UEFI key signatures that will be added to the image in addition to the signature templates
3020
+ :param Sequence['UefiKeyResponse'] db: The database of UEFI keys for this image version.
3021
+ :param Sequence['UefiKeyResponse'] dbx: The database of revoked UEFI keys for this image version.
3022
+ :param Sequence['UefiKeyResponse'] kek: The Key Encryption Keys of this image version.
3023
+ :param 'UefiKeyResponse' pk: The Platform Key of this image version.
3024
+ """
3025
+ if db is not None:
3026
+ pulumi.set(__self__, "db", db)
3027
+ if dbx is not None:
3028
+ pulumi.set(__self__, "dbx", dbx)
3029
+ if kek is not None:
3030
+ pulumi.set(__self__, "kek", kek)
3031
+ if pk is not None:
3032
+ pulumi.set(__self__, "pk", pk)
3033
+
3034
+ @property
3035
+ @pulumi.getter
3036
+ def db(self) -> Optional[Sequence['outputs.UefiKeyResponse']]:
3037
+ """
3038
+ The database of UEFI keys for this image version.
3039
+ """
3040
+ return pulumi.get(self, "db")
3041
+
3042
+ @property
3043
+ @pulumi.getter
3044
+ def dbx(self) -> Optional[Sequence['outputs.UefiKeyResponse']]:
3045
+ """
3046
+ The database of revoked UEFI keys for this image version.
3047
+ """
3048
+ return pulumi.get(self, "dbx")
3049
+
3050
+ @property
3051
+ @pulumi.getter
3052
+ def kek(self) -> Optional[Sequence['outputs.UefiKeyResponse']]:
3053
+ """
3054
+ The Key Encryption Keys of this image version.
3055
+ """
3056
+ return pulumi.get(self, "kek")
3057
+
3058
+ @property
3059
+ @pulumi.getter
3060
+ def pk(self) -> Optional['outputs.UefiKeyResponse']:
3061
+ """
3062
+ The Platform Key of this image version.
3063
+ """
3064
+ return pulumi.get(self, "pk")
3065
+
3066
+
3067
+ @pulumi.output_type
3068
+ class UserArtifactManageResponse(dict):
3069
+ def __init__(__self__, *,
3070
+ install: str,
3071
+ remove: str,
3072
+ update: Optional[str] = None):
3073
+ """
3074
+ :param str install: Required. The path and arguments to install the gallery application. This is limited to 4096 characters.
3075
+ :param str remove: Required. The path and arguments to remove the gallery application. This is limited to 4096 characters.
3076
+ :param str update: Optional. The path and arguments to update the gallery application. If not present, then update operation will invoke remove command on the previous version and install command on the current version of the gallery application. This is limited to 4096 characters.
3077
+ """
3078
+ pulumi.set(__self__, "install", install)
3079
+ pulumi.set(__self__, "remove", remove)
3080
+ if update is not None:
3081
+ pulumi.set(__self__, "update", update)
3082
+
3083
+ @property
3084
+ @pulumi.getter
3085
+ def install(self) -> str:
3086
+ """
3087
+ Required. The path and arguments to install the gallery application. This is limited to 4096 characters.
3088
+ """
3089
+ return pulumi.get(self, "install")
3090
+
3091
+ @property
3092
+ @pulumi.getter
3093
+ def remove(self) -> str:
3094
+ """
3095
+ Required. The path and arguments to remove the gallery application. This is limited to 4096 characters.
3096
+ """
3097
+ return pulumi.get(self, "remove")
3098
+
3099
+ @property
3100
+ @pulumi.getter
3101
+ def update(self) -> Optional[str]:
3102
+ """
3103
+ Optional. The path and arguments to update the gallery application. If not present, then update operation will invoke remove command on the previous version and install command on the current version of the gallery application. This is limited to 4096 characters.
3104
+ """
3105
+ return pulumi.get(self, "update")
3106
+
3107
+
3108
+ @pulumi.output_type
3109
+ class UserArtifactSettingsResponse(dict):
3110
+ """
3111
+ Additional settings for the VM app that contains the target package and config file name when it is deployed to target VM or VM scale set.
3112
+ """
3113
+ @staticmethod
3114
+ def __key_warning(key: str):
3115
+ suggest = None
3116
+ if key == "configFileName":
3117
+ suggest = "config_file_name"
3118
+ elif key == "packageFileName":
3119
+ suggest = "package_file_name"
3120
+ elif key == "scriptBehaviorAfterReboot":
3121
+ suggest = "script_behavior_after_reboot"
3122
+
3123
+ if suggest:
3124
+ pulumi.log.warn(f"Key '{key}' not found in UserArtifactSettingsResponse. Access the value via the '{suggest}' property getter instead.")
3125
+
3126
+ def __getitem__(self, key: str) -> Any:
3127
+ UserArtifactSettingsResponse.__key_warning(key)
3128
+ return super().__getitem__(key)
3129
+
3130
+ def get(self, key: str, default = None) -> Any:
3131
+ UserArtifactSettingsResponse.__key_warning(key)
3132
+ return super().get(key, default)
3133
+
3134
+ def __init__(__self__, *,
3135
+ config_file_name: Optional[str] = None,
3136
+ package_file_name: Optional[str] = None,
3137
+ script_behavior_after_reboot: Optional[str] = None):
3138
+ """
3139
+ Additional settings for the VM app that contains the target package and config file name when it is deployed to target VM or VM scale set.
3140
+ :param str config_file_name: Optional. The name to assign the downloaded config file on the VM. This is limited to 4096 characters. If not specified, the config file will be named the Gallery Application name appended with "_config".
3141
+ :param str package_file_name: Optional. The name to assign the downloaded package file on the VM. This is limited to 4096 characters. If not specified, the package file will be named the same as the Gallery Application name.
3142
+ :param str script_behavior_after_reboot: Optional. The action to be taken with regards to install/update/remove of the gallery application in the event of a reboot.
3143
+ """
3144
+ if config_file_name is not None:
3145
+ pulumi.set(__self__, "config_file_name", config_file_name)
3146
+ if package_file_name is not None:
3147
+ pulumi.set(__self__, "package_file_name", package_file_name)
3148
+ if script_behavior_after_reboot is not None:
3149
+ pulumi.set(__self__, "script_behavior_after_reboot", script_behavior_after_reboot)
3150
+
3151
+ @property
3152
+ @pulumi.getter(name="configFileName")
3153
+ def config_file_name(self) -> Optional[str]:
3154
+ """
3155
+ Optional. The name to assign the downloaded config file on the VM. This is limited to 4096 characters. If not specified, the config file will be named the Gallery Application name appended with "_config".
3156
+ """
3157
+ return pulumi.get(self, "config_file_name")
3158
+
3159
+ @property
3160
+ @pulumi.getter(name="packageFileName")
3161
+ def package_file_name(self) -> Optional[str]:
3162
+ """
3163
+ Optional. The name to assign the downloaded package file on the VM. This is limited to 4096 characters. If not specified, the package file will be named the same as the Gallery Application name.
3164
+ """
3165
+ return pulumi.get(self, "package_file_name")
3166
+
3167
+ @property
3168
+ @pulumi.getter(name="scriptBehaviorAfterReboot")
3169
+ def script_behavior_after_reboot(self) -> Optional[str]:
3170
+ """
3171
+ Optional. The action to be taken with regards to install/update/remove of the gallery application in the event of a reboot.
3172
+ """
3173
+ return pulumi.get(self, "script_behavior_after_reboot")
3174
+
3175
+
3176
+ @pulumi.output_type
3177
+ class UserArtifactSourceResponse(dict):
3178
+ """
3179
+ The source image from which the Image Version is going to be created.
3180
+ """
3181
+ @staticmethod
3182
+ def __key_warning(key: str):
3183
+ suggest = None
3184
+ if key == "mediaLink":
3185
+ suggest = "media_link"
3186
+ elif key == "defaultConfigurationLink":
3187
+ suggest = "default_configuration_link"
3188
+
3189
+ if suggest:
3190
+ pulumi.log.warn(f"Key '{key}' not found in UserArtifactSourceResponse. Access the value via the '{suggest}' property getter instead.")
3191
+
3192
+ def __getitem__(self, key: str) -> Any:
3193
+ UserArtifactSourceResponse.__key_warning(key)
3194
+ return super().__getitem__(key)
3195
+
3196
+ def get(self, key: str, default = None) -> Any:
3197
+ UserArtifactSourceResponse.__key_warning(key)
3198
+ return super().get(key, default)
3199
+
3200
+ def __init__(__self__, *,
3201
+ media_link: str,
3202
+ default_configuration_link: Optional[str] = None):
3203
+ """
3204
+ The source image from which the Image Version is going to be created.
3205
+ :param str media_link: Required. The mediaLink of the artifact, must be a readable storage page blob.
3206
+ :param str default_configuration_link: Optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob.
3207
+ """
3208
+ pulumi.set(__self__, "media_link", media_link)
3209
+ if default_configuration_link is not None:
3210
+ pulumi.set(__self__, "default_configuration_link", default_configuration_link)
3211
+
3212
+ @property
3213
+ @pulumi.getter(name="mediaLink")
3214
+ def media_link(self) -> str:
3215
+ """
3216
+ Required. The mediaLink of the artifact, must be a readable storage page blob.
3217
+ """
3218
+ return pulumi.get(self, "media_link")
3219
+
3220
+ @property
3221
+ @pulumi.getter(name="defaultConfigurationLink")
3222
+ def default_configuration_link(self) -> Optional[str]:
3223
+ """
3224
+ Optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob.
3225
+ """
3226
+ return pulumi.get(self, "default_configuration_link")
3227
+
3228
+
3229
+ @pulumi.output_type
3230
+ class UserAssignedIdentitiesResponseUserAssignedIdentities(dict):
3231
+ @staticmethod
3232
+ def __key_warning(key: str):
3233
+ suggest = None
3234
+ if key == "clientId":
3235
+ suggest = "client_id"
3236
+ elif key == "principalId":
3237
+ suggest = "principal_id"
3238
+
3239
+ if suggest:
3240
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentitiesResponseUserAssignedIdentities. Access the value via the '{suggest}' property getter instead.")
3241
+
3242
+ def __getitem__(self, key: str) -> Any:
3243
+ UserAssignedIdentitiesResponseUserAssignedIdentities.__key_warning(key)
3244
+ return super().__getitem__(key)
3245
+
3246
+ def get(self, key: str, default = None) -> Any:
3247
+ UserAssignedIdentitiesResponseUserAssignedIdentities.__key_warning(key)
3248
+ return super().get(key, default)
3249
+
3250
+ def __init__(__self__, *,
3251
+ client_id: str,
3252
+ principal_id: str):
3253
+ """
3254
+ :param str client_id: The client id of user assigned identity.
3255
+ :param str principal_id: The principal id of user assigned identity.
3256
+ """
3257
+ pulumi.set(__self__, "client_id", client_id)
3258
+ pulumi.set(__self__, "principal_id", principal_id)
3259
+
3260
+ @property
3261
+ @pulumi.getter(name="clientId")
3262
+ def client_id(self) -> str:
3263
+ """
3264
+ The client id of user assigned identity.
3265
+ """
3266
+ return pulumi.get(self, "client_id")
3267
+
3268
+ @property
3269
+ @pulumi.getter(name="principalId")
3270
+ def principal_id(self) -> str:
3271
+ """
3272
+ The principal id of user assigned identity.
3273
+ """
3274
+ return pulumi.get(self, "principal_id")
3275
+
3276
+
3277
+ @pulumi.output_type
3278
+ class ValidationsProfileResponse(dict):
3279
+ """
3280
+ This is the validations profile of a Gallery Image Version.
3281
+ """
3282
+ @staticmethod
3283
+ def __key_warning(key: str):
3284
+ suggest = None
3285
+ if key == "executedValidations":
3286
+ suggest = "executed_validations"
3287
+ elif key == "platformAttributes":
3288
+ suggest = "platform_attributes"
3289
+ elif key == "validationEtag":
3290
+ suggest = "validation_etag"
3291
+
3292
+ if suggest:
3293
+ pulumi.log.warn(f"Key '{key}' not found in ValidationsProfileResponse. Access the value via the '{suggest}' property getter instead.")
3294
+
3295
+ def __getitem__(self, key: str) -> Any:
3296
+ ValidationsProfileResponse.__key_warning(key)
3297
+ return super().__getitem__(key)
3298
+
3299
+ def get(self, key: str, default = None) -> Any:
3300
+ ValidationsProfileResponse.__key_warning(key)
3301
+ return super().get(key, default)
3302
+
3303
+ def __init__(__self__, *,
3304
+ executed_validations: Optional[Sequence['outputs.ExecutedValidationResponse']] = None,
3305
+ platform_attributes: Optional[Sequence['outputs.PlatformAttributeResponse']] = None,
3306
+ validation_etag: Optional[str] = None):
3307
+ """
3308
+ This is the validations profile of a Gallery Image Version.
3309
+ :param Sequence['PlatformAttributeResponse'] platform_attributes: This specifies the pub, offer, sku and version of the image version metadata
3310
+ :param str validation_etag: The published time of the image version
3311
+ """
3312
+ if executed_validations is not None:
3313
+ pulumi.set(__self__, "executed_validations", executed_validations)
3314
+ if platform_attributes is not None:
3315
+ pulumi.set(__self__, "platform_attributes", platform_attributes)
3316
+ if validation_etag is not None:
3317
+ pulumi.set(__self__, "validation_etag", validation_etag)
3318
+
3319
+ @property
3320
+ @pulumi.getter(name="executedValidations")
3321
+ def executed_validations(self) -> Optional[Sequence['outputs.ExecutedValidationResponse']]:
3322
+ return pulumi.get(self, "executed_validations")
3323
+
3324
+ @property
3325
+ @pulumi.getter(name="platformAttributes")
3326
+ def platform_attributes(self) -> Optional[Sequence['outputs.PlatformAttributeResponse']]:
3327
+ """
3328
+ This specifies the pub, offer, sku and version of the image version metadata
3329
+ """
3330
+ return pulumi.get(self, "platform_attributes")
3331
+
3332
+ @property
3333
+ @pulumi.getter(name="validationEtag")
3334
+ def validation_etag(self) -> Optional[str]:
3335
+ """
3336
+ The published time of the image version
3337
+ """
3338
+ return pulumi.get(self, "validation_etag")
3339
+
3340
+