pulumi-azure-native 2.74.0a1732205415__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.0a1732205415.dist-info → pulumi_azure_native-2.74.0a1732531694.dist-info}/METADATA +1 -1
  2919. {pulumi_azure_native-2.74.0a1732205415.dist-info → pulumi_azure_native-2.74.0a1732531694.dist-info}/RECORD +2921 -2378
  2920. {pulumi_azure_native-2.74.0a1732205415.dist-info → pulumi_azure_native-2.74.0a1732531694.dist-info}/WHEEL +0 -0
  2921. {pulumi_azure_native-2.74.0a1732205415.dist-info → pulumi_azure_native-2.74.0a1732531694.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3294 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from ._enums import *
17
+
18
+ __all__ = [
19
+ 'AccessControlRulesIdentityArgs',
20
+ 'AccessControlRulesIdentityArgsDict',
21
+ 'AccessControlRulesPrivilegeArgs',
22
+ 'AccessControlRulesPrivilegeArgsDict',
23
+ 'AccessControlRulesRoleAssignmentArgs',
24
+ 'AccessControlRulesRoleAssignmentArgsDict',
25
+ 'AccessControlRulesRoleArgs',
26
+ 'AccessControlRulesRoleArgsDict',
27
+ 'AccessControlRulesArgs',
28
+ 'AccessControlRulesArgsDict',
29
+ 'AdditionalReplicaSetArgs',
30
+ 'AdditionalReplicaSetArgsDict',
31
+ 'CommunityGalleryInfoArgs',
32
+ 'CommunityGalleryInfoArgsDict',
33
+ 'DataDiskImageEncryptionArgs',
34
+ 'DataDiskImageEncryptionArgsDict',
35
+ 'DisallowedArgs',
36
+ 'DisallowedArgsDict',
37
+ 'EncryptionImagesArgs',
38
+ 'EncryptionImagesArgsDict',
39
+ 'GalleryApplicationCustomActionParameterArgs',
40
+ 'GalleryApplicationCustomActionParameterArgsDict',
41
+ 'GalleryApplicationCustomActionArgs',
42
+ 'GalleryApplicationCustomActionArgsDict',
43
+ 'GalleryApplicationVersionPublishingProfileArgs',
44
+ 'GalleryApplicationVersionPublishingProfileArgsDict',
45
+ 'GalleryApplicationVersionSafetyProfileArgs',
46
+ 'GalleryApplicationVersionSafetyProfileArgsDict',
47
+ 'GalleryArtifactVersionFullSourceArgs',
48
+ 'GalleryArtifactVersionFullSourceArgsDict',
49
+ 'GalleryDataDiskImageArgs',
50
+ 'GalleryDataDiskImageArgsDict',
51
+ 'GalleryDiskImageSourceArgs',
52
+ 'GalleryDiskImageSourceArgsDict',
53
+ 'GalleryExtendedLocationArgs',
54
+ 'GalleryExtendedLocationArgsDict',
55
+ 'GalleryIdentityArgs',
56
+ 'GalleryIdentityArgsDict',
57
+ 'GalleryImageFeatureArgs',
58
+ 'GalleryImageFeatureArgsDict',
59
+ 'GalleryImageIdentifierArgs',
60
+ 'GalleryImageIdentifierArgsDict',
61
+ 'GalleryImageVersionPublishingProfileArgs',
62
+ 'GalleryImageVersionPublishingProfileArgsDict',
63
+ 'GalleryImageVersionSafetyProfileArgs',
64
+ 'GalleryImageVersionSafetyProfileArgsDict',
65
+ 'GalleryImageVersionStorageProfileArgs',
66
+ 'GalleryImageVersionStorageProfileArgsDict',
67
+ 'GalleryImageVersionUefiSettingsArgs',
68
+ 'GalleryImageVersionUefiSettingsArgsDict',
69
+ 'GalleryInVMAccessControlProfilePropertiesArgs',
70
+ 'GalleryInVMAccessControlProfilePropertiesArgsDict',
71
+ 'GalleryOSDiskImageArgs',
72
+ 'GalleryOSDiskImageArgsDict',
73
+ 'GalleryTargetExtendedLocationArgs',
74
+ 'GalleryTargetExtendedLocationArgsDict',
75
+ 'ImagePurchasePlanArgs',
76
+ 'ImagePurchasePlanArgsDict',
77
+ 'ImageVersionSecurityProfileArgs',
78
+ 'ImageVersionSecurityProfileArgsDict',
79
+ 'OSDiskImageEncryptionArgs',
80
+ 'OSDiskImageEncryptionArgsDict',
81
+ 'OSDiskImageSecurityProfileArgs',
82
+ 'OSDiskImageSecurityProfileArgsDict',
83
+ 'RecommendedMachineConfigurationArgs',
84
+ 'RecommendedMachineConfigurationArgsDict',
85
+ 'ResourceRangeArgs',
86
+ 'ResourceRangeArgsDict',
87
+ 'SharingProfileArgs',
88
+ 'SharingProfileArgsDict',
89
+ 'SoftDeletePolicyArgs',
90
+ 'SoftDeletePolicyArgsDict',
91
+ 'TargetRegionArgs',
92
+ 'TargetRegionArgsDict',
93
+ 'UefiKeySignaturesArgs',
94
+ 'UefiKeySignaturesArgsDict',
95
+ 'UefiKeyArgs',
96
+ 'UefiKeyArgsDict',
97
+ 'UserArtifactManageArgs',
98
+ 'UserArtifactManageArgsDict',
99
+ 'UserArtifactSettingsArgs',
100
+ 'UserArtifactSettingsArgsDict',
101
+ 'UserArtifactSourceArgs',
102
+ 'UserArtifactSourceArgsDict',
103
+ ]
104
+
105
+ MYPY = False
106
+
107
+ if not MYPY:
108
+ class AccessControlRulesIdentityArgsDict(TypedDict):
109
+ """
110
+ The properties of an Access Control Rule Identity.
111
+ """
112
+ name: pulumi.Input[str]
113
+ """
114
+ The name of the identity.
115
+ """
116
+ exe_path: NotRequired[pulumi.Input[str]]
117
+ """
118
+ The path to the executable.
119
+ """
120
+ group_name: NotRequired[pulumi.Input[str]]
121
+ """
122
+ The groupName corresponding to this identity.
123
+ """
124
+ process_name: NotRequired[pulumi.Input[str]]
125
+ """
126
+ The process name of the executable.
127
+ """
128
+ user_name: NotRequired[pulumi.Input[str]]
129
+ """
130
+ The username corresponding to this identity.
131
+ """
132
+ elif False:
133
+ AccessControlRulesIdentityArgsDict: TypeAlias = Mapping[str, Any]
134
+
135
+ @pulumi.input_type
136
+ class AccessControlRulesIdentityArgs:
137
+ def __init__(__self__, *,
138
+ name: pulumi.Input[str],
139
+ exe_path: Optional[pulumi.Input[str]] = None,
140
+ group_name: Optional[pulumi.Input[str]] = None,
141
+ process_name: Optional[pulumi.Input[str]] = None,
142
+ user_name: Optional[pulumi.Input[str]] = None):
143
+ """
144
+ The properties of an Access Control Rule Identity.
145
+ :param pulumi.Input[str] name: The name of the identity.
146
+ :param pulumi.Input[str] exe_path: The path to the executable.
147
+ :param pulumi.Input[str] group_name: The groupName corresponding to this identity.
148
+ :param pulumi.Input[str] process_name: The process name of the executable.
149
+ :param pulumi.Input[str] user_name: The username corresponding to this identity.
150
+ """
151
+ pulumi.set(__self__, "name", name)
152
+ if exe_path is not None:
153
+ pulumi.set(__self__, "exe_path", exe_path)
154
+ if group_name is not None:
155
+ pulumi.set(__self__, "group_name", group_name)
156
+ if process_name is not None:
157
+ pulumi.set(__self__, "process_name", process_name)
158
+ if user_name is not None:
159
+ pulumi.set(__self__, "user_name", user_name)
160
+
161
+ @property
162
+ @pulumi.getter
163
+ def name(self) -> pulumi.Input[str]:
164
+ """
165
+ The name of the identity.
166
+ """
167
+ return pulumi.get(self, "name")
168
+
169
+ @name.setter
170
+ def name(self, value: pulumi.Input[str]):
171
+ pulumi.set(self, "name", value)
172
+
173
+ @property
174
+ @pulumi.getter(name="exePath")
175
+ def exe_path(self) -> Optional[pulumi.Input[str]]:
176
+ """
177
+ The path to the executable.
178
+ """
179
+ return pulumi.get(self, "exe_path")
180
+
181
+ @exe_path.setter
182
+ def exe_path(self, value: Optional[pulumi.Input[str]]):
183
+ pulumi.set(self, "exe_path", value)
184
+
185
+ @property
186
+ @pulumi.getter(name="groupName")
187
+ def group_name(self) -> Optional[pulumi.Input[str]]:
188
+ """
189
+ The groupName corresponding to this identity.
190
+ """
191
+ return pulumi.get(self, "group_name")
192
+
193
+ @group_name.setter
194
+ def group_name(self, value: Optional[pulumi.Input[str]]):
195
+ pulumi.set(self, "group_name", value)
196
+
197
+ @property
198
+ @pulumi.getter(name="processName")
199
+ def process_name(self) -> Optional[pulumi.Input[str]]:
200
+ """
201
+ The process name of the executable.
202
+ """
203
+ return pulumi.get(self, "process_name")
204
+
205
+ @process_name.setter
206
+ def process_name(self, value: Optional[pulumi.Input[str]]):
207
+ pulumi.set(self, "process_name", value)
208
+
209
+ @property
210
+ @pulumi.getter(name="userName")
211
+ def user_name(self) -> Optional[pulumi.Input[str]]:
212
+ """
213
+ The username corresponding to this identity.
214
+ """
215
+ return pulumi.get(self, "user_name")
216
+
217
+ @user_name.setter
218
+ def user_name(self, value: Optional[pulumi.Input[str]]):
219
+ pulumi.set(self, "user_name", value)
220
+
221
+
222
+ if not MYPY:
223
+ class AccessControlRulesPrivilegeArgsDict(TypedDict):
224
+ """
225
+ The properties of an Access Control Rule Privilege.
226
+ """
227
+ name: pulumi.Input[str]
228
+ """
229
+ The name of the privilege.
230
+ """
231
+ path: pulumi.Input[str]
232
+ """
233
+ The HTTP path corresponding to the privilege.
234
+ """
235
+ query_parameters: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
236
+ """
237
+ The query parameters to match in the path.
238
+ """
239
+ elif False:
240
+ AccessControlRulesPrivilegeArgsDict: TypeAlias = Mapping[str, Any]
241
+
242
+ @pulumi.input_type
243
+ class AccessControlRulesPrivilegeArgs:
244
+ def __init__(__self__, *,
245
+ name: pulumi.Input[str],
246
+ path: pulumi.Input[str],
247
+ query_parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
248
+ """
249
+ The properties of an Access Control Rule Privilege.
250
+ :param pulumi.Input[str] name: The name of the privilege.
251
+ :param pulumi.Input[str] path: The HTTP path corresponding to the privilege.
252
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] query_parameters: The query parameters to match in the path.
253
+ """
254
+ pulumi.set(__self__, "name", name)
255
+ pulumi.set(__self__, "path", path)
256
+ if query_parameters is not None:
257
+ pulumi.set(__self__, "query_parameters", query_parameters)
258
+
259
+ @property
260
+ @pulumi.getter
261
+ def name(self) -> pulumi.Input[str]:
262
+ """
263
+ The name of the privilege.
264
+ """
265
+ return pulumi.get(self, "name")
266
+
267
+ @name.setter
268
+ def name(self, value: pulumi.Input[str]):
269
+ pulumi.set(self, "name", value)
270
+
271
+ @property
272
+ @pulumi.getter
273
+ def path(self) -> pulumi.Input[str]:
274
+ """
275
+ The HTTP path corresponding to the privilege.
276
+ """
277
+ return pulumi.get(self, "path")
278
+
279
+ @path.setter
280
+ def path(self, value: pulumi.Input[str]):
281
+ pulumi.set(self, "path", value)
282
+
283
+ @property
284
+ @pulumi.getter(name="queryParameters")
285
+ def query_parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
286
+ """
287
+ The query parameters to match in the path.
288
+ """
289
+ return pulumi.get(self, "query_parameters")
290
+
291
+ @query_parameters.setter
292
+ def query_parameters(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
293
+ pulumi.set(self, "query_parameters", value)
294
+
295
+
296
+ if not MYPY:
297
+ class AccessControlRulesRoleAssignmentArgsDict(TypedDict):
298
+ """
299
+ The properties of an Access Control Rule RoleAssignment.
300
+ """
301
+ identities: pulumi.Input[Sequence[pulumi.Input[str]]]
302
+ """
303
+ A list of identities that can access the privileges defined by the role.
304
+ """
305
+ role: pulumi.Input[str]
306
+ """
307
+ The name of the role.
308
+ """
309
+ elif False:
310
+ AccessControlRulesRoleAssignmentArgsDict: TypeAlias = Mapping[str, Any]
311
+
312
+ @pulumi.input_type
313
+ class AccessControlRulesRoleAssignmentArgs:
314
+ def __init__(__self__, *,
315
+ identities: pulumi.Input[Sequence[pulumi.Input[str]]],
316
+ role: pulumi.Input[str]):
317
+ """
318
+ The properties of an Access Control Rule RoleAssignment.
319
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: A list of identities that can access the privileges defined by the role.
320
+ :param pulumi.Input[str] role: The name of the role.
321
+ """
322
+ pulumi.set(__self__, "identities", identities)
323
+ pulumi.set(__self__, "role", role)
324
+
325
+ @property
326
+ @pulumi.getter
327
+ def identities(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
328
+ """
329
+ A list of identities that can access the privileges defined by the role.
330
+ """
331
+ return pulumi.get(self, "identities")
332
+
333
+ @identities.setter
334
+ def identities(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
335
+ pulumi.set(self, "identities", value)
336
+
337
+ @property
338
+ @pulumi.getter
339
+ def role(self) -> pulumi.Input[str]:
340
+ """
341
+ The name of the role.
342
+ """
343
+ return pulumi.get(self, "role")
344
+
345
+ @role.setter
346
+ def role(self, value: pulumi.Input[str]):
347
+ pulumi.set(self, "role", value)
348
+
349
+
350
+ if not MYPY:
351
+ class AccessControlRulesRoleArgsDict(TypedDict):
352
+ """
353
+ The properties of an Access Control Rule Role.
354
+ """
355
+ name: pulumi.Input[str]
356
+ """
357
+ The name of the role.
358
+ """
359
+ privileges: pulumi.Input[Sequence[pulumi.Input[str]]]
360
+ """
361
+ A list of privileges needed by this role.
362
+ """
363
+ elif False:
364
+ AccessControlRulesRoleArgsDict: TypeAlias = Mapping[str, Any]
365
+
366
+ @pulumi.input_type
367
+ class AccessControlRulesRoleArgs:
368
+ def __init__(__self__, *,
369
+ name: pulumi.Input[str],
370
+ privileges: pulumi.Input[Sequence[pulumi.Input[str]]]):
371
+ """
372
+ The properties of an Access Control Rule Role.
373
+ :param pulumi.Input[str] name: The name of the role.
374
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] privileges: A list of privileges needed by this role.
375
+ """
376
+ pulumi.set(__self__, "name", name)
377
+ pulumi.set(__self__, "privileges", privileges)
378
+
379
+ @property
380
+ @pulumi.getter
381
+ def name(self) -> pulumi.Input[str]:
382
+ """
383
+ The name of the role.
384
+ """
385
+ return pulumi.get(self, "name")
386
+
387
+ @name.setter
388
+ def name(self, value: pulumi.Input[str]):
389
+ pulumi.set(self, "name", value)
390
+
391
+ @property
392
+ @pulumi.getter
393
+ def privileges(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
394
+ """
395
+ A list of privileges needed by this role.
396
+ """
397
+ return pulumi.get(self, "privileges")
398
+
399
+ @privileges.setter
400
+ def privileges(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
401
+ pulumi.set(self, "privileges", value)
402
+
403
+
404
+ if not MYPY:
405
+ class AccessControlRulesArgsDict(TypedDict):
406
+ """
407
+ This is the Access Control Rules specification for an inVMAccessControlProfile version.
408
+ """
409
+ identities: NotRequired[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesIdentityArgsDict']]]]
410
+ """
411
+ A list of identities.
412
+ """
413
+ privileges: NotRequired[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesPrivilegeArgsDict']]]]
414
+ """
415
+ A list of privileges.
416
+ """
417
+ role_assignments: NotRequired[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesRoleAssignmentArgsDict']]]]
418
+ """
419
+ A list of role assignments.
420
+ """
421
+ roles: NotRequired[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesRoleArgsDict']]]]
422
+ """
423
+ A list of roles.
424
+ """
425
+ elif False:
426
+ AccessControlRulesArgsDict: TypeAlias = Mapping[str, Any]
427
+
428
+ @pulumi.input_type
429
+ class AccessControlRulesArgs:
430
+ def __init__(__self__, *,
431
+ identities: Optional[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesIdentityArgs']]]] = None,
432
+ privileges: Optional[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesPrivilegeArgs']]]] = None,
433
+ role_assignments: Optional[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesRoleAssignmentArgs']]]] = None,
434
+ roles: Optional[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesRoleArgs']]]] = None):
435
+ """
436
+ This is the Access Control Rules specification for an inVMAccessControlProfile version.
437
+ :param pulumi.Input[Sequence[pulumi.Input['AccessControlRulesIdentityArgs']]] identities: A list of identities.
438
+ :param pulumi.Input[Sequence[pulumi.Input['AccessControlRulesPrivilegeArgs']]] privileges: A list of privileges.
439
+ :param pulumi.Input[Sequence[pulumi.Input['AccessControlRulesRoleAssignmentArgs']]] role_assignments: A list of role assignments.
440
+ :param pulumi.Input[Sequence[pulumi.Input['AccessControlRulesRoleArgs']]] roles: A list of roles.
441
+ """
442
+ if identities is not None:
443
+ pulumi.set(__self__, "identities", identities)
444
+ if privileges is not None:
445
+ pulumi.set(__self__, "privileges", privileges)
446
+ if role_assignments is not None:
447
+ pulumi.set(__self__, "role_assignments", role_assignments)
448
+ if roles is not None:
449
+ pulumi.set(__self__, "roles", roles)
450
+
451
+ @property
452
+ @pulumi.getter
453
+ def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesIdentityArgs']]]]:
454
+ """
455
+ A list of identities.
456
+ """
457
+ return pulumi.get(self, "identities")
458
+
459
+ @identities.setter
460
+ def identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesIdentityArgs']]]]):
461
+ pulumi.set(self, "identities", value)
462
+
463
+ @property
464
+ @pulumi.getter
465
+ def privileges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesPrivilegeArgs']]]]:
466
+ """
467
+ A list of privileges.
468
+ """
469
+ return pulumi.get(self, "privileges")
470
+
471
+ @privileges.setter
472
+ def privileges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesPrivilegeArgs']]]]):
473
+ pulumi.set(self, "privileges", value)
474
+
475
+ @property
476
+ @pulumi.getter(name="roleAssignments")
477
+ def role_assignments(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesRoleAssignmentArgs']]]]:
478
+ """
479
+ A list of role assignments.
480
+ """
481
+ return pulumi.get(self, "role_assignments")
482
+
483
+ @role_assignments.setter
484
+ def role_assignments(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesRoleAssignmentArgs']]]]):
485
+ pulumi.set(self, "role_assignments", value)
486
+
487
+ @property
488
+ @pulumi.getter
489
+ def roles(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesRoleArgs']]]]:
490
+ """
491
+ A list of roles.
492
+ """
493
+ return pulumi.get(self, "roles")
494
+
495
+ @roles.setter
496
+ def roles(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesRoleArgs']]]]):
497
+ pulumi.set(self, "roles", value)
498
+
499
+
500
+ if not MYPY:
501
+ class AdditionalReplicaSetArgsDict(TypedDict):
502
+ """
503
+ Describes the additional replica set information.
504
+ """
505
+ regional_replica_count: NotRequired[pulumi.Input[int]]
506
+ """
507
+ The number of direct drive replicas of the Image Version to be created.This Property is updatable
508
+ """
509
+ storage_account_type: NotRequired[pulumi.Input[Union[str, 'StorageAccountType']]]
510
+ """
511
+ Specifies the storage account type to be used to create the direct drive replicas
512
+ """
513
+ elif False:
514
+ AdditionalReplicaSetArgsDict: TypeAlias = Mapping[str, Any]
515
+
516
+ @pulumi.input_type
517
+ class AdditionalReplicaSetArgs:
518
+ def __init__(__self__, *,
519
+ regional_replica_count: Optional[pulumi.Input[int]] = None,
520
+ storage_account_type: Optional[pulumi.Input[Union[str, 'StorageAccountType']]] = None):
521
+ """
522
+ Describes the additional replica set information.
523
+ :param pulumi.Input[int] regional_replica_count: The number of direct drive replicas of the Image Version to be created.This Property is updatable
524
+ :param pulumi.Input[Union[str, 'StorageAccountType']] storage_account_type: Specifies the storage account type to be used to create the direct drive replicas
525
+ """
526
+ if regional_replica_count is not None:
527
+ pulumi.set(__self__, "regional_replica_count", regional_replica_count)
528
+ if storage_account_type is not None:
529
+ pulumi.set(__self__, "storage_account_type", storage_account_type)
530
+
531
+ @property
532
+ @pulumi.getter(name="regionalReplicaCount")
533
+ def regional_replica_count(self) -> Optional[pulumi.Input[int]]:
534
+ """
535
+ The number of direct drive replicas of the Image Version to be created.This Property is updatable
536
+ """
537
+ return pulumi.get(self, "regional_replica_count")
538
+
539
+ @regional_replica_count.setter
540
+ def regional_replica_count(self, value: Optional[pulumi.Input[int]]):
541
+ pulumi.set(self, "regional_replica_count", value)
542
+
543
+ @property
544
+ @pulumi.getter(name="storageAccountType")
545
+ def storage_account_type(self) -> Optional[pulumi.Input[Union[str, 'StorageAccountType']]]:
546
+ """
547
+ Specifies the storage account type to be used to create the direct drive replicas
548
+ """
549
+ return pulumi.get(self, "storage_account_type")
550
+
551
+ @storage_account_type.setter
552
+ def storage_account_type(self, value: Optional[pulumi.Input[Union[str, 'StorageAccountType']]]):
553
+ pulumi.set(self, "storage_account_type", value)
554
+
555
+
556
+ if not MYPY:
557
+ class CommunityGalleryInfoArgsDict(TypedDict):
558
+ """
559
+ Information of community gallery if current gallery is shared to community
560
+ """
561
+ eula: NotRequired[pulumi.Input[str]]
562
+ """
563
+ End-user license agreement for community gallery image.
564
+ """
565
+ public_name_prefix: NotRequired[pulumi.Input[str]]
566
+ """
567
+ The prefix of the gallery name that will be displayed publicly. Visible to all users.
568
+ """
569
+ publisher_contact: NotRequired[pulumi.Input[str]]
570
+ """
571
+ Community gallery publisher support email. The email address of the publisher. Visible to all users.
572
+ """
573
+ publisher_uri: NotRequired[pulumi.Input[str]]
574
+ """
575
+ The link to the publisher website. Visible to all users.
576
+ """
577
+ elif False:
578
+ CommunityGalleryInfoArgsDict: TypeAlias = Mapping[str, Any]
579
+
580
+ @pulumi.input_type
581
+ class CommunityGalleryInfoArgs:
582
+ def __init__(__self__, *,
583
+ eula: Optional[pulumi.Input[str]] = None,
584
+ public_name_prefix: Optional[pulumi.Input[str]] = None,
585
+ publisher_contact: Optional[pulumi.Input[str]] = None,
586
+ publisher_uri: Optional[pulumi.Input[str]] = None):
587
+ """
588
+ Information of community gallery if current gallery is shared to community
589
+ :param pulumi.Input[str] eula: End-user license agreement for community gallery image.
590
+ :param pulumi.Input[str] public_name_prefix: The prefix of the gallery name that will be displayed publicly. Visible to all users.
591
+ :param pulumi.Input[str] publisher_contact: Community gallery publisher support email. The email address of the publisher. Visible to all users.
592
+ :param pulumi.Input[str] publisher_uri: The link to the publisher website. Visible to all users.
593
+ """
594
+ if eula is not None:
595
+ pulumi.set(__self__, "eula", eula)
596
+ if public_name_prefix is not None:
597
+ pulumi.set(__self__, "public_name_prefix", public_name_prefix)
598
+ if publisher_contact is not None:
599
+ pulumi.set(__self__, "publisher_contact", publisher_contact)
600
+ if publisher_uri is not None:
601
+ pulumi.set(__self__, "publisher_uri", publisher_uri)
602
+
603
+ @property
604
+ @pulumi.getter
605
+ def eula(self) -> Optional[pulumi.Input[str]]:
606
+ """
607
+ End-user license agreement for community gallery image.
608
+ """
609
+ return pulumi.get(self, "eula")
610
+
611
+ @eula.setter
612
+ def eula(self, value: Optional[pulumi.Input[str]]):
613
+ pulumi.set(self, "eula", value)
614
+
615
+ @property
616
+ @pulumi.getter(name="publicNamePrefix")
617
+ def public_name_prefix(self) -> Optional[pulumi.Input[str]]:
618
+ """
619
+ The prefix of the gallery name that will be displayed publicly. Visible to all users.
620
+ """
621
+ return pulumi.get(self, "public_name_prefix")
622
+
623
+ @public_name_prefix.setter
624
+ def public_name_prefix(self, value: Optional[pulumi.Input[str]]):
625
+ pulumi.set(self, "public_name_prefix", value)
626
+
627
+ @property
628
+ @pulumi.getter(name="publisherContact")
629
+ def publisher_contact(self) -> Optional[pulumi.Input[str]]:
630
+ """
631
+ Community gallery publisher support email. The email address of the publisher. Visible to all users.
632
+ """
633
+ return pulumi.get(self, "publisher_contact")
634
+
635
+ @publisher_contact.setter
636
+ def publisher_contact(self, value: Optional[pulumi.Input[str]]):
637
+ pulumi.set(self, "publisher_contact", value)
638
+
639
+ @property
640
+ @pulumi.getter(name="publisherUri")
641
+ def publisher_uri(self) -> Optional[pulumi.Input[str]]:
642
+ """
643
+ The link to the publisher website. Visible to all users.
644
+ """
645
+ return pulumi.get(self, "publisher_uri")
646
+
647
+ @publisher_uri.setter
648
+ def publisher_uri(self, value: Optional[pulumi.Input[str]]):
649
+ pulumi.set(self, "publisher_uri", value)
650
+
651
+
652
+ if not MYPY:
653
+ class DataDiskImageEncryptionArgsDict(TypedDict):
654
+ """
655
+ Contains encryption settings for a data disk image.
656
+ """
657
+ lun: pulumi.Input[int]
658
+ """
659
+ 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.
660
+ """
661
+ disk_encryption_set_id: NotRequired[pulumi.Input[str]]
662
+ """
663
+ A relative URI containing the resource ID of the disk encryption set.
664
+ """
665
+ elif False:
666
+ DataDiskImageEncryptionArgsDict: TypeAlias = Mapping[str, Any]
667
+
668
+ @pulumi.input_type
669
+ class DataDiskImageEncryptionArgs:
670
+ def __init__(__self__, *,
671
+ lun: pulumi.Input[int],
672
+ disk_encryption_set_id: Optional[pulumi.Input[str]] = None):
673
+ """
674
+ Contains encryption settings for a data disk image.
675
+ :param pulumi.Input[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.
676
+ :param pulumi.Input[str] disk_encryption_set_id: A relative URI containing the resource ID of the disk encryption set.
677
+ """
678
+ pulumi.set(__self__, "lun", lun)
679
+ if disk_encryption_set_id is not None:
680
+ pulumi.set(__self__, "disk_encryption_set_id", disk_encryption_set_id)
681
+
682
+ @property
683
+ @pulumi.getter
684
+ def lun(self) -> pulumi.Input[int]:
685
+ """
686
+ 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.
687
+ """
688
+ return pulumi.get(self, "lun")
689
+
690
+ @lun.setter
691
+ def lun(self, value: pulumi.Input[int]):
692
+ pulumi.set(self, "lun", value)
693
+
694
+ @property
695
+ @pulumi.getter(name="diskEncryptionSetId")
696
+ def disk_encryption_set_id(self) -> Optional[pulumi.Input[str]]:
697
+ """
698
+ A relative URI containing the resource ID of the disk encryption set.
699
+ """
700
+ return pulumi.get(self, "disk_encryption_set_id")
701
+
702
+ @disk_encryption_set_id.setter
703
+ def disk_encryption_set_id(self, value: Optional[pulumi.Input[str]]):
704
+ pulumi.set(self, "disk_encryption_set_id", value)
705
+
706
+
707
+ if not MYPY:
708
+ class DisallowedArgsDict(TypedDict):
709
+ """
710
+ Describes the disallowed disk types.
711
+ """
712
+ disk_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
713
+ """
714
+ A list of disk types.
715
+ """
716
+ elif False:
717
+ DisallowedArgsDict: TypeAlias = Mapping[str, Any]
718
+
719
+ @pulumi.input_type
720
+ class DisallowedArgs:
721
+ def __init__(__self__, *,
722
+ disk_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
723
+ """
724
+ Describes the disallowed disk types.
725
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] disk_types: A list of disk types.
726
+ """
727
+ if disk_types is not None:
728
+ pulumi.set(__self__, "disk_types", disk_types)
729
+
730
+ @property
731
+ @pulumi.getter(name="diskTypes")
732
+ def disk_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
733
+ """
734
+ A list of disk types.
735
+ """
736
+ return pulumi.get(self, "disk_types")
737
+
738
+ @disk_types.setter
739
+ def disk_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
740
+ pulumi.set(self, "disk_types", value)
741
+
742
+
743
+ if not MYPY:
744
+ class EncryptionImagesArgsDict(TypedDict):
745
+ """
746
+ Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
747
+ """
748
+ data_disk_images: NotRequired[pulumi.Input[Sequence[pulumi.Input['DataDiskImageEncryptionArgsDict']]]]
749
+ """
750
+ A list of encryption specifications for data disk images.
751
+ """
752
+ os_disk_image: NotRequired[pulumi.Input['OSDiskImageEncryptionArgsDict']]
753
+ """
754
+ Contains encryption settings for an OS disk image.
755
+ """
756
+ elif False:
757
+ EncryptionImagesArgsDict: TypeAlias = Mapping[str, Any]
758
+
759
+ @pulumi.input_type
760
+ class EncryptionImagesArgs:
761
+ def __init__(__self__, *,
762
+ data_disk_images: Optional[pulumi.Input[Sequence[pulumi.Input['DataDiskImageEncryptionArgs']]]] = None,
763
+ os_disk_image: Optional[pulumi.Input['OSDiskImageEncryptionArgs']] = None):
764
+ """
765
+ Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
766
+ :param pulumi.Input[Sequence[pulumi.Input['DataDiskImageEncryptionArgs']]] data_disk_images: A list of encryption specifications for data disk images.
767
+ :param pulumi.Input['OSDiskImageEncryptionArgs'] os_disk_image: Contains encryption settings for an OS disk image.
768
+ """
769
+ if data_disk_images is not None:
770
+ pulumi.set(__self__, "data_disk_images", data_disk_images)
771
+ if os_disk_image is not None:
772
+ pulumi.set(__self__, "os_disk_image", os_disk_image)
773
+
774
+ @property
775
+ @pulumi.getter(name="dataDiskImages")
776
+ def data_disk_images(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DataDiskImageEncryptionArgs']]]]:
777
+ """
778
+ A list of encryption specifications for data disk images.
779
+ """
780
+ return pulumi.get(self, "data_disk_images")
781
+
782
+ @data_disk_images.setter
783
+ def data_disk_images(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DataDiskImageEncryptionArgs']]]]):
784
+ pulumi.set(self, "data_disk_images", value)
785
+
786
+ @property
787
+ @pulumi.getter(name="osDiskImage")
788
+ def os_disk_image(self) -> Optional[pulumi.Input['OSDiskImageEncryptionArgs']]:
789
+ """
790
+ Contains encryption settings for an OS disk image.
791
+ """
792
+ return pulumi.get(self, "os_disk_image")
793
+
794
+ @os_disk_image.setter
795
+ def os_disk_image(self, value: Optional[pulumi.Input['OSDiskImageEncryptionArgs']]):
796
+ pulumi.set(self, "os_disk_image", value)
797
+
798
+
799
+ if not MYPY:
800
+ class GalleryApplicationCustomActionParameterArgsDict(TypedDict):
801
+ """
802
+ The definition of a parameter that can be passed to a custom action of a Gallery Application Version.
803
+ """
804
+ name: pulumi.Input[str]
805
+ """
806
+ The name of the custom action. Must be unique within the Gallery Application Version.
807
+ """
808
+ default_value: NotRequired[pulumi.Input[str]]
809
+ """
810
+ The default value of the parameter. Only applies to string types
811
+ """
812
+ description: NotRequired[pulumi.Input[str]]
813
+ """
814
+ A description to help users understand what this parameter means
815
+ """
816
+ required: NotRequired[pulumi.Input[bool]]
817
+ """
818
+ Indicates whether this parameter must be passed when running the custom action.
819
+ """
820
+ type: NotRequired[pulumi.Input['GalleryApplicationCustomActionParameterType']]
821
+ """
822
+ Specifies the type of the custom action parameter. Possible values are: String, ConfigurationDataBlob or LogOutputBlob
823
+ """
824
+ elif False:
825
+ GalleryApplicationCustomActionParameterArgsDict: TypeAlias = Mapping[str, Any]
826
+
827
+ @pulumi.input_type
828
+ class GalleryApplicationCustomActionParameterArgs:
829
+ def __init__(__self__, *,
830
+ name: pulumi.Input[str],
831
+ default_value: Optional[pulumi.Input[str]] = None,
832
+ description: Optional[pulumi.Input[str]] = None,
833
+ required: Optional[pulumi.Input[bool]] = None,
834
+ type: Optional[pulumi.Input['GalleryApplicationCustomActionParameterType']] = None):
835
+ """
836
+ The definition of a parameter that can be passed to a custom action of a Gallery Application Version.
837
+ :param pulumi.Input[str] name: The name of the custom action. Must be unique within the Gallery Application Version.
838
+ :param pulumi.Input[str] default_value: The default value of the parameter. Only applies to string types
839
+ :param pulumi.Input[str] description: A description to help users understand what this parameter means
840
+ :param pulumi.Input[bool] required: Indicates whether this parameter must be passed when running the custom action.
841
+ :param pulumi.Input['GalleryApplicationCustomActionParameterType'] type: Specifies the type of the custom action parameter. Possible values are: String, ConfigurationDataBlob or LogOutputBlob
842
+ """
843
+ pulumi.set(__self__, "name", name)
844
+ if default_value is not None:
845
+ pulumi.set(__self__, "default_value", default_value)
846
+ if description is not None:
847
+ pulumi.set(__self__, "description", description)
848
+ if required is not None:
849
+ pulumi.set(__self__, "required", required)
850
+ if type is not None:
851
+ pulumi.set(__self__, "type", type)
852
+
853
+ @property
854
+ @pulumi.getter
855
+ def name(self) -> pulumi.Input[str]:
856
+ """
857
+ The name of the custom action. Must be unique within the Gallery Application Version.
858
+ """
859
+ return pulumi.get(self, "name")
860
+
861
+ @name.setter
862
+ def name(self, value: pulumi.Input[str]):
863
+ pulumi.set(self, "name", value)
864
+
865
+ @property
866
+ @pulumi.getter(name="defaultValue")
867
+ def default_value(self) -> Optional[pulumi.Input[str]]:
868
+ """
869
+ The default value of the parameter. Only applies to string types
870
+ """
871
+ return pulumi.get(self, "default_value")
872
+
873
+ @default_value.setter
874
+ def default_value(self, value: Optional[pulumi.Input[str]]):
875
+ pulumi.set(self, "default_value", value)
876
+
877
+ @property
878
+ @pulumi.getter
879
+ def description(self) -> Optional[pulumi.Input[str]]:
880
+ """
881
+ A description to help users understand what this parameter means
882
+ """
883
+ return pulumi.get(self, "description")
884
+
885
+ @description.setter
886
+ def description(self, value: Optional[pulumi.Input[str]]):
887
+ pulumi.set(self, "description", value)
888
+
889
+ @property
890
+ @pulumi.getter
891
+ def required(self) -> Optional[pulumi.Input[bool]]:
892
+ """
893
+ Indicates whether this parameter must be passed when running the custom action.
894
+ """
895
+ return pulumi.get(self, "required")
896
+
897
+ @required.setter
898
+ def required(self, value: Optional[pulumi.Input[bool]]):
899
+ pulumi.set(self, "required", value)
900
+
901
+ @property
902
+ @pulumi.getter
903
+ def type(self) -> Optional[pulumi.Input['GalleryApplicationCustomActionParameterType']]:
904
+ """
905
+ Specifies the type of the custom action parameter. Possible values are: String, ConfigurationDataBlob or LogOutputBlob
906
+ """
907
+ return pulumi.get(self, "type")
908
+
909
+ @type.setter
910
+ def type(self, value: Optional[pulumi.Input['GalleryApplicationCustomActionParameterType']]):
911
+ pulumi.set(self, "type", value)
912
+
913
+
914
+ if not MYPY:
915
+ class GalleryApplicationCustomActionArgsDict(TypedDict):
916
+ """
917
+ A custom action that can be performed with a Gallery Application Version.
918
+ """
919
+ name: pulumi.Input[str]
920
+ """
921
+ The name of the custom action. Must be unique within the Gallery Application Version.
922
+ """
923
+ script: pulumi.Input[str]
924
+ """
925
+ The script to run when executing this custom action.
926
+ """
927
+ description: NotRequired[pulumi.Input[str]]
928
+ """
929
+ Description to help the users understand what this custom action does.
930
+ """
931
+ parameters: NotRequired[pulumi.Input[Sequence[pulumi.Input['GalleryApplicationCustomActionParameterArgsDict']]]]
932
+ """
933
+ The parameters that this custom action uses
934
+ """
935
+ elif False:
936
+ GalleryApplicationCustomActionArgsDict: TypeAlias = Mapping[str, Any]
937
+
938
+ @pulumi.input_type
939
+ class GalleryApplicationCustomActionArgs:
940
+ def __init__(__self__, *,
941
+ name: pulumi.Input[str],
942
+ script: pulumi.Input[str],
943
+ description: Optional[pulumi.Input[str]] = None,
944
+ parameters: Optional[pulumi.Input[Sequence[pulumi.Input['GalleryApplicationCustomActionParameterArgs']]]] = None):
945
+ """
946
+ A custom action that can be performed with a Gallery Application Version.
947
+ :param pulumi.Input[str] name: The name of the custom action. Must be unique within the Gallery Application Version.
948
+ :param pulumi.Input[str] script: The script to run when executing this custom action.
949
+ :param pulumi.Input[str] description: Description to help the users understand what this custom action does.
950
+ :param pulumi.Input[Sequence[pulumi.Input['GalleryApplicationCustomActionParameterArgs']]] parameters: The parameters that this custom action uses
951
+ """
952
+ pulumi.set(__self__, "name", name)
953
+ pulumi.set(__self__, "script", script)
954
+ if description is not None:
955
+ pulumi.set(__self__, "description", description)
956
+ if parameters is not None:
957
+ pulumi.set(__self__, "parameters", parameters)
958
+
959
+ @property
960
+ @pulumi.getter
961
+ def name(self) -> pulumi.Input[str]:
962
+ """
963
+ The name of the custom action. Must be unique within the Gallery Application Version.
964
+ """
965
+ return pulumi.get(self, "name")
966
+
967
+ @name.setter
968
+ def name(self, value: pulumi.Input[str]):
969
+ pulumi.set(self, "name", value)
970
+
971
+ @property
972
+ @pulumi.getter
973
+ def script(self) -> pulumi.Input[str]:
974
+ """
975
+ The script to run when executing this custom action.
976
+ """
977
+ return pulumi.get(self, "script")
978
+
979
+ @script.setter
980
+ def script(self, value: pulumi.Input[str]):
981
+ pulumi.set(self, "script", value)
982
+
983
+ @property
984
+ @pulumi.getter
985
+ def description(self) -> Optional[pulumi.Input[str]]:
986
+ """
987
+ Description to help the users understand what this custom action does.
988
+ """
989
+ return pulumi.get(self, "description")
990
+
991
+ @description.setter
992
+ def description(self, value: Optional[pulumi.Input[str]]):
993
+ pulumi.set(self, "description", value)
994
+
995
+ @property
996
+ @pulumi.getter
997
+ def parameters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GalleryApplicationCustomActionParameterArgs']]]]:
998
+ """
999
+ The parameters that this custom action uses
1000
+ """
1001
+ return pulumi.get(self, "parameters")
1002
+
1003
+ @parameters.setter
1004
+ def parameters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['GalleryApplicationCustomActionParameterArgs']]]]):
1005
+ pulumi.set(self, "parameters", value)
1006
+
1007
+
1008
+ if not MYPY:
1009
+ class GalleryApplicationVersionPublishingProfileArgsDict(TypedDict):
1010
+ """
1011
+ The publishing profile of a gallery image version.
1012
+ """
1013
+ source: pulumi.Input['UserArtifactSourceArgsDict']
1014
+ """
1015
+ The source image from which the Image Version is going to be created.
1016
+ """
1017
+ advanced_settings: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
1018
+ """
1019
+ Optional. Additional settings to pass to the vm-application-manager extension. For advanced use only.
1020
+ """
1021
+ custom_actions: NotRequired[pulumi.Input[Sequence[pulumi.Input['GalleryApplicationCustomActionArgsDict']]]]
1022
+ """
1023
+ A list of custom actions that can be performed with this Gallery Application Version.
1024
+ """
1025
+ enable_health_check: NotRequired[pulumi.Input[bool]]
1026
+ """
1027
+ Optional. Whether or not this application reports health.
1028
+ """
1029
+ end_of_life_date: NotRequired[pulumi.Input[str]]
1030
+ """
1031
+ The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable.
1032
+ """
1033
+ exclude_from_latest: NotRequired[pulumi.Input[bool]]
1034
+ """
1035
+ If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.
1036
+ """
1037
+ manage_actions: NotRequired[pulumi.Input['UserArtifactManageArgsDict']]
1038
+ replica_count: NotRequired[pulumi.Input[int]]
1039
+ """
1040
+ 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.
1041
+ """
1042
+ replication_mode: NotRequired[pulumi.Input[Union[str, 'ReplicationMode']]]
1043
+ """
1044
+ Optional parameter which specifies the mode to be used for replication. This property is not updatable.
1045
+ """
1046
+ settings: NotRequired[pulumi.Input['UserArtifactSettingsArgsDict']]
1047
+ """
1048
+ 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.
1049
+ """
1050
+ storage_account_type: NotRequired[pulumi.Input[Union[str, 'StorageAccountType']]]
1051
+ """
1052
+ Specifies the storage account type to be used to store the image. This property is not updatable.
1053
+ """
1054
+ target_extended_locations: NotRequired[pulumi.Input[Sequence[pulumi.Input['GalleryTargetExtendedLocationArgsDict']]]]
1055
+ """
1056
+ The target extended locations where the Image Version is going to be replicated to. This property is updatable.
1057
+ """
1058
+ target_regions: NotRequired[pulumi.Input[Sequence[pulumi.Input['TargetRegionArgsDict']]]]
1059
+ """
1060
+ The target regions where the Image Version is going to be replicated to. This property is updatable.
1061
+ """
1062
+ elif False:
1063
+ GalleryApplicationVersionPublishingProfileArgsDict: TypeAlias = Mapping[str, Any]
1064
+
1065
+ @pulumi.input_type
1066
+ class GalleryApplicationVersionPublishingProfileArgs:
1067
+ def __init__(__self__, *,
1068
+ source: pulumi.Input['UserArtifactSourceArgs'],
1069
+ advanced_settings: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1070
+ custom_actions: Optional[pulumi.Input[Sequence[pulumi.Input['GalleryApplicationCustomActionArgs']]]] = None,
1071
+ enable_health_check: Optional[pulumi.Input[bool]] = None,
1072
+ end_of_life_date: Optional[pulumi.Input[str]] = None,
1073
+ exclude_from_latest: Optional[pulumi.Input[bool]] = None,
1074
+ manage_actions: Optional[pulumi.Input['UserArtifactManageArgs']] = None,
1075
+ replica_count: Optional[pulumi.Input[int]] = None,
1076
+ replication_mode: Optional[pulumi.Input[Union[str, 'ReplicationMode']]] = None,
1077
+ settings: Optional[pulumi.Input['UserArtifactSettingsArgs']] = None,
1078
+ storage_account_type: Optional[pulumi.Input[Union[str, 'StorageAccountType']]] = None,
1079
+ target_extended_locations: Optional[pulumi.Input[Sequence[pulumi.Input['GalleryTargetExtendedLocationArgs']]]] = None,
1080
+ target_regions: Optional[pulumi.Input[Sequence[pulumi.Input['TargetRegionArgs']]]] = None):
1081
+ """
1082
+ The publishing profile of a gallery image version.
1083
+ :param pulumi.Input['UserArtifactSourceArgs'] source: The source image from which the Image Version is going to be created.
1084
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] advanced_settings: Optional. Additional settings to pass to the vm-application-manager extension. For advanced use only.
1085
+ :param pulumi.Input[Sequence[pulumi.Input['GalleryApplicationCustomActionArgs']]] custom_actions: A list of custom actions that can be performed with this Gallery Application Version.
1086
+ :param pulumi.Input[bool] enable_health_check: Optional. Whether or not this application reports health.
1087
+ :param pulumi.Input[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.
1088
+ :param pulumi.Input[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.
1089
+ :param pulumi.Input[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.
1090
+ :param pulumi.Input[Union[str, 'ReplicationMode']] replication_mode: Optional parameter which specifies the mode to be used for replication. This property is not updatable.
1091
+ :param pulumi.Input['UserArtifactSettingsArgs'] 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.
1092
+ :param pulumi.Input[Union[str, 'StorageAccountType']] storage_account_type: Specifies the storage account type to be used to store the image. This property is not updatable.
1093
+ :param pulumi.Input[Sequence[pulumi.Input['GalleryTargetExtendedLocationArgs']]] target_extended_locations: The target extended locations where the Image Version is going to be replicated to. This property is updatable.
1094
+ :param pulumi.Input[Sequence[pulumi.Input['TargetRegionArgs']]] target_regions: The target regions where the Image Version is going to be replicated to. This property is updatable.
1095
+ """
1096
+ pulumi.set(__self__, "source", source)
1097
+ if advanced_settings is not None:
1098
+ pulumi.set(__self__, "advanced_settings", advanced_settings)
1099
+ if custom_actions is not None:
1100
+ pulumi.set(__self__, "custom_actions", custom_actions)
1101
+ if enable_health_check is not None:
1102
+ pulumi.set(__self__, "enable_health_check", enable_health_check)
1103
+ if end_of_life_date is not None:
1104
+ pulumi.set(__self__, "end_of_life_date", end_of_life_date)
1105
+ if exclude_from_latest is not None:
1106
+ pulumi.set(__self__, "exclude_from_latest", exclude_from_latest)
1107
+ if manage_actions is not None:
1108
+ pulumi.set(__self__, "manage_actions", manage_actions)
1109
+ if replica_count is not None:
1110
+ pulumi.set(__self__, "replica_count", replica_count)
1111
+ if replication_mode is not None:
1112
+ pulumi.set(__self__, "replication_mode", replication_mode)
1113
+ if settings is not None:
1114
+ pulumi.set(__self__, "settings", settings)
1115
+ if storage_account_type is not None:
1116
+ pulumi.set(__self__, "storage_account_type", storage_account_type)
1117
+ if target_extended_locations is not None:
1118
+ pulumi.set(__self__, "target_extended_locations", target_extended_locations)
1119
+ if target_regions is not None:
1120
+ pulumi.set(__self__, "target_regions", target_regions)
1121
+
1122
+ @property
1123
+ @pulumi.getter
1124
+ def source(self) -> pulumi.Input['UserArtifactSourceArgs']:
1125
+ """
1126
+ The source image from which the Image Version is going to be created.
1127
+ """
1128
+ return pulumi.get(self, "source")
1129
+
1130
+ @source.setter
1131
+ def source(self, value: pulumi.Input['UserArtifactSourceArgs']):
1132
+ pulumi.set(self, "source", value)
1133
+
1134
+ @property
1135
+ @pulumi.getter(name="advancedSettings")
1136
+ def advanced_settings(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
1137
+ """
1138
+ Optional. Additional settings to pass to the vm-application-manager extension. For advanced use only.
1139
+ """
1140
+ return pulumi.get(self, "advanced_settings")
1141
+
1142
+ @advanced_settings.setter
1143
+ def advanced_settings(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
1144
+ pulumi.set(self, "advanced_settings", value)
1145
+
1146
+ @property
1147
+ @pulumi.getter(name="customActions")
1148
+ def custom_actions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GalleryApplicationCustomActionArgs']]]]:
1149
+ """
1150
+ A list of custom actions that can be performed with this Gallery Application Version.
1151
+ """
1152
+ return pulumi.get(self, "custom_actions")
1153
+
1154
+ @custom_actions.setter
1155
+ def custom_actions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['GalleryApplicationCustomActionArgs']]]]):
1156
+ pulumi.set(self, "custom_actions", value)
1157
+
1158
+ @property
1159
+ @pulumi.getter(name="enableHealthCheck")
1160
+ def enable_health_check(self) -> Optional[pulumi.Input[bool]]:
1161
+ """
1162
+ Optional. Whether or not this application reports health.
1163
+ """
1164
+ return pulumi.get(self, "enable_health_check")
1165
+
1166
+ @enable_health_check.setter
1167
+ def enable_health_check(self, value: Optional[pulumi.Input[bool]]):
1168
+ pulumi.set(self, "enable_health_check", value)
1169
+
1170
+ @property
1171
+ @pulumi.getter(name="endOfLifeDate")
1172
+ def end_of_life_date(self) -> Optional[pulumi.Input[str]]:
1173
+ """
1174
+ The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable.
1175
+ """
1176
+ return pulumi.get(self, "end_of_life_date")
1177
+
1178
+ @end_of_life_date.setter
1179
+ def end_of_life_date(self, value: Optional[pulumi.Input[str]]):
1180
+ pulumi.set(self, "end_of_life_date", value)
1181
+
1182
+ @property
1183
+ @pulumi.getter(name="excludeFromLatest")
1184
+ def exclude_from_latest(self) -> Optional[pulumi.Input[bool]]:
1185
+ """
1186
+ If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.
1187
+ """
1188
+ return pulumi.get(self, "exclude_from_latest")
1189
+
1190
+ @exclude_from_latest.setter
1191
+ def exclude_from_latest(self, value: Optional[pulumi.Input[bool]]):
1192
+ pulumi.set(self, "exclude_from_latest", value)
1193
+
1194
+ @property
1195
+ @pulumi.getter(name="manageActions")
1196
+ def manage_actions(self) -> Optional[pulumi.Input['UserArtifactManageArgs']]:
1197
+ return pulumi.get(self, "manage_actions")
1198
+
1199
+ @manage_actions.setter
1200
+ def manage_actions(self, value: Optional[pulumi.Input['UserArtifactManageArgs']]):
1201
+ pulumi.set(self, "manage_actions", value)
1202
+
1203
+ @property
1204
+ @pulumi.getter(name="replicaCount")
1205
+ def replica_count(self) -> Optional[pulumi.Input[int]]:
1206
+ """
1207
+ 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.
1208
+ """
1209
+ return pulumi.get(self, "replica_count")
1210
+
1211
+ @replica_count.setter
1212
+ def replica_count(self, value: Optional[pulumi.Input[int]]):
1213
+ pulumi.set(self, "replica_count", value)
1214
+
1215
+ @property
1216
+ @pulumi.getter(name="replicationMode")
1217
+ def replication_mode(self) -> Optional[pulumi.Input[Union[str, 'ReplicationMode']]]:
1218
+ """
1219
+ Optional parameter which specifies the mode to be used for replication. This property is not updatable.
1220
+ """
1221
+ return pulumi.get(self, "replication_mode")
1222
+
1223
+ @replication_mode.setter
1224
+ def replication_mode(self, value: Optional[pulumi.Input[Union[str, 'ReplicationMode']]]):
1225
+ pulumi.set(self, "replication_mode", value)
1226
+
1227
+ @property
1228
+ @pulumi.getter
1229
+ def settings(self) -> Optional[pulumi.Input['UserArtifactSettingsArgs']]:
1230
+ """
1231
+ 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.
1232
+ """
1233
+ return pulumi.get(self, "settings")
1234
+
1235
+ @settings.setter
1236
+ def settings(self, value: Optional[pulumi.Input['UserArtifactSettingsArgs']]):
1237
+ pulumi.set(self, "settings", value)
1238
+
1239
+ @property
1240
+ @pulumi.getter(name="storageAccountType")
1241
+ def storage_account_type(self) -> Optional[pulumi.Input[Union[str, 'StorageAccountType']]]:
1242
+ """
1243
+ Specifies the storage account type to be used to store the image. This property is not updatable.
1244
+ """
1245
+ return pulumi.get(self, "storage_account_type")
1246
+
1247
+ @storage_account_type.setter
1248
+ def storage_account_type(self, value: Optional[pulumi.Input[Union[str, 'StorageAccountType']]]):
1249
+ pulumi.set(self, "storage_account_type", value)
1250
+
1251
+ @property
1252
+ @pulumi.getter(name="targetExtendedLocations")
1253
+ def target_extended_locations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GalleryTargetExtendedLocationArgs']]]]:
1254
+ """
1255
+ The target extended locations where the Image Version is going to be replicated to. This property is updatable.
1256
+ """
1257
+ return pulumi.get(self, "target_extended_locations")
1258
+
1259
+ @target_extended_locations.setter
1260
+ def target_extended_locations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['GalleryTargetExtendedLocationArgs']]]]):
1261
+ pulumi.set(self, "target_extended_locations", value)
1262
+
1263
+ @property
1264
+ @pulumi.getter(name="targetRegions")
1265
+ def target_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetRegionArgs']]]]:
1266
+ """
1267
+ The target regions where the Image Version is going to be replicated to. This property is updatable.
1268
+ """
1269
+ return pulumi.get(self, "target_regions")
1270
+
1271
+ @target_regions.setter
1272
+ def target_regions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TargetRegionArgs']]]]):
1273
+ pulumi.set(self, "target_regions", value)
1274
+
1275
+
1276
+ if not MYPY:
1277
+ class GalleryApplicationVersionSafetyProfileArgsDict(TypedDict):
1278
+ """
1279
+ The safety profile of the Gallery Application Version.
1280
+ """
1281
+ allow_deletion_of_replicated_locations: NotRequired[pulumi.Input[bool]]
1282
+ """
1283
+ Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.
1284
+ """
1285
+ elif False:
1286
+ GalleryApplicationVersionSafetyProfileArgsDict: TypeAlias = Mapping[str, Any]
1287
+
1288
+ @pulumi.input_type
1289
+ class GalleryApplicationVersionSafetyProfileArgs:
1290
+ def __init__(__self__, *,
1291
+ allow_deletion_of_replicated_locations: Optional[pulumi.Input[bool]] = None):
1292
+ """
1293
+ The safety profile of the Gallery Application Version.
1294
+ :param pulumi.Input[bool] allow_deletion_of_replicated_locations: Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.
1295
+ """
1296
+ if allow_deletion_of_replicated_locations is not None:
1297
+ pulumi.set(__self__, "allow_deletion_of_replicated_locations", allow_deletion_of_replicated_locations)
1298
+
1299
+ @property
1300
+ @pulumi.getter(name="allowDeletionOfReplicatedLocations")
1301
+ def allow_deletion_of_replicated_locations(self) -> Optional[pulumi.Input[bool]]:
1302
+ """
1303
+ Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.
1304
+ """
1305
+ return pulumi.get(self, "allow_deletion_of_replicated_locations")
1306
+
1307
+ @allow_deletion_of_replicated_locations.setter
1308
+ def allow_deletion_of_replicated_locations(self, value: Optional[pulumi.Input[bool]]):
1309
+ pulumi.set(self, "allow_deletion_of_replicated_locations", value)
1310
+
1311
+
1312
+ if not MYPY:
1313
+ class GalleryArtifactVersionFullSourceArgsDict(TypedDict):
1314
+ """
1315
+ The source of the gallery artifact version.
1316
+ """
1317
+ community_gallery_image_id: NotRequired[pulumi.Input[str]]
1318
+ """
1319
+ The resource Id of the source Community Gallery Image. Only required when using Community Gallery Image as a source.
1320
+ """
1321
+ id: NotRequired[pulumi.Input[str]]
1322
+ """
1323
+ The id of the gallery artifact version source.
1324
+ """
1325
+ virtual_machine_id: NotRequired[pulumi.Input[str]]
1326
+ """
1327
+ The resource Id of the source virtual machine. Only required when capturing a virtual machine to source this Gallery Image Version.
1328
+ """
1329
+ elif False:
1330
+ GalleryArtifactVersionFullSourceArgsDict: TypeAlias = Mapping[str, Any]
1331
+
1332
+ @pulumi.input_type
1333
+ class GalleryArtifactVersionFullSourceArgs:
1334
+ def __init__(__self__, *,
1335
+ community_gallery_image_id: Optional[pulumi.Input[str]] = None,
1336
+ id: Optional[pulumi.Input[str]] = None,
1337
+ virtual_machine_id: Optional[pulumi.Input[str]] = None):
1338
+ """
1339
+ The source of the gallery artifact version.
1340
+ :param pulumi.Input[str] community_gallery_image_id: The resource Id of the source Community Gallery Image. Only required when using Community Gallery Image as a source.
1341
+ :param pulumi.Input[str] id: The id of the gallery artifact version source.
1342
+ :param pulumi.Input[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.
1343
+ """
1344
+ if community_gallery_image_id is not None:
1345
+ pulumi.set(__self__, "community_gallery_image_id", community_gallery_image_id)
1346
+ if id is not None:
1347
+ pulumi.set(__self__, "id", id)
1348
+ if virtual_machine_id is not None:
1349
+ pulumi.set(__self__, "virtual_machine_id", virtual_machine_id)
1350
+
1351
+ @property
1352
+ @pulumi.getter(name="communityGalleryImageId")
1353
+ def community_gallery_image_id(self) -> Optional[pulumi.Input[str]]:
1354
+ """
1355
+ The resource Id of the source Community Gallery Image. Only required when using Community Gallery Image as a source.
1356
+ """
1357
+ return pulumi.get(self, "community_gallery_image_id")
1358
+
1359
+ @community_gallery_image_id.setter
1360
+ def community_gallery_image_id(self, value: Optional[pulumi.Input[str]]):
1361
+ pulumi.set(self, "community_gallery_image_id", value)
1362
+
1363
+ @property
1364
+ @pulumi.getter
1365
+ def id(self) -> Optional[pulumi.Input[str]]:
1366
+ """
1367
+ The id of the gallery artifact version source.
1368
+ """
1369
+ return pulumi.get(self, "id")
1370
+
1371
+ @id.setter
1372
+ def id(self, value: Optional[pulumi.Input[str]]):
1373
+ pulumi.set(self, "id", value)
1374
+
1375
+ @property
1376
+ @pulumi.getter(name="virtualMachineId")
1377
+ def virtual_machine_id(self) -> Optional[pulumi.Input[str]]:
1378
+ """
1379
+ The resource Id of the source virtual machine. Only required when capturing a virtual machine to source this Gallery Image Version.
1380
+ """
1381
+ return pulumi.get(self, "virtual_machine_id")
1382
+
1383
+ @virtual_machine_id.setter
1384
+ def virtual_machine_id(self, value: Optional[pulumi.Input[str]]):
1385
+ pulumi.set(self, "virtual_machine_id", value)
1386
+
1387
+
1388
+ if not MYPY:
1389
+ class GalleryDataDiskImageArgsDict(TypedDict):
1390
+ """
1391
+ This is the data disk image.
1392
+ """
1393
+ lun: pulumi.Input[int]
1394
+ """
1395
+ 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.
1396
+ """
1397
+ host_caching: NotRequired[pulumi.Input['HostCaching']]
1398
+ """
1399
+ The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'
1400
+ """
1401
+ source: NotRequired[pulumi.Input['GalleryDiskImageSourceArgsDict']]
1402
+ """
1403
+ The source for the disk image.
1404
+ """
1405
+ elif False:
1406
+ GalleryDataDiskImageArgsDict: TypeAlias = Mapping[str, Any]
1407
+
1408
+ @pulumi.input_type
1409
+ class GalleryDataDiskImageArgs:
1410
+ def __init__(__self__, *,
1411
+ lun: pulumi.Input[int],
1412
+ host_caching: Optional[pulumi.Input['HostCaching']] = None,
1413
+ source: Optional[pulumi.Input['GalleryDiskImageSourceArgs']] = None):
1414
+ """
1415
+ This is the data disk image.
1416
+ :param pulumi.Input[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.
1417
+ :param pulumi.Input['HostCaching'] host_caching: The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'
1418
+ :param pulumi.Input['GalleryDiskImageSourceArgs'] source: The source for the disk image.
1419
+ """
1420
+ pulumi.set(__self__, "lun", lun)
1421
+ if host_caching is not None:
1422
+ pulumi.set(__self__, "host_caching", host_caching)
1423
+ if source is not None:
1424
+ pulumi.set(__self__, "source", source)
1425
+
1426
+ @property
1427
+ @pulumi.getter
1428
+ def lun(self) -> pulumi.Input[int]:
1429
+ """
1430
+ 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.
1431
+ """
1432
+ return pulumi.get(self, "lun")
1433
+
1434
+ @lun.setter
1435
+ def lun(self, value: pulumi.Input[int]):
1436
+ pulumi.set(self, "lun", value)
1437
+
1438
+ @property
1439
+ @pulumi.getter(name="hostCaching")
1440
+ def host_caching(self) -> Optional[pulumi.Input['HostCaching']]:
1441
+ """
1442
+ The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'
1443
+ """
1444
+ return pulumi.get(self, "host_caching")
1445
+
1446
+ @host_caching.setter
1447
+ def host_caching(self, value: Optional[pulumi.Input['HostCaching']]):
1448
+ pulumi.set(self, "host_caching", value)
1449
+
1450
+ @property
1451
+ @pulumi.getter
1452
+ def source(self) -> Optional[pulumi.Input['GalleryDiskImageSourceArgs']]:
1453
+ """
1454
+ The source for the disk image.
1455
+ """
1456
+ return pulumi.get(self, "source")
1457
+
1458
+ @source.setter
1459
+ def source(self, value: Optional[pulumi.Input['GalleryDiskImageSourceArgs']]):
1460
+ pulumi.set(self, "source", value)
1461
+
1462
+
1463
+ if not MYPY:
1464
+ class GalleryDiskImageSourceArgsDict(TypedDict):
1465
+ """
1466
+ The source for the disk image.
1467
+ """
1468
+ id: NotRequired[pulumi.Input[str]]
1469
+ """
1470
+ The id of the gallery artifact version source.
1471
+ """
1472
+ storage_account_id: NotRequired[pulumi.Input[str]]
1473
+ """
1474
+ The Storage Account Id that contains the vhd blob being used as a source for this artifact version.
1475
+ """
1476
+ uri: NotRequired[pulumi.Input[str]]
1477
+ """
1478
+ The uri of the gallery artifact version source. Currently used to specify vhd/blob source.
1479
+ """
1480
+ elif False:
1481
+ GalleryDiskImageSourceArgsDict: TypeAlias = Mapping[str, Any]
1482
+
1483
+ @pulumi.input_type
1484
+ class GalleryDiskImageSourceArgs:
1485
+ def __init__(__self__, *,
1486
+ id: Optional[pulumi.Input[str]] = None,
1487
+ storage_account_id: Optional[pulumi.Input[str]] = None,
1488
+ uri: Optional[pulumi.Input[str]] = None):
1489
+ """
1490
+ The source for the disk image.
1491
+ :param pulumi.Input[str] id: The id of the gallery artifact version source.
1492
+ :param pulumi.Input[str] storage_account_id: The Storage Account Id that contains the vhd blob being used as a source for this artifact version.
1493
+ :param pulumi.Input[str] uri: The uri of the gallery artifact version source. Currently used to specify vhd/blob source.
1494
+ """
1495
+ if id is not None:
1496
+ pulumi.set(__self__, "id", id)
1497
+ if storage_account_id is not None:
1498
+ pulumi.set(__self__, "storage_account_id", storage_account_id)
1499
+ if uri is not None:
1500
+ pulumi.set(__self__, "uri", uri)
1501
+
1502
+ @property
1503
+ @pulumi.getter
1504
+ def id(self) -> Optional[pulumi.Input[str]]:
1505
+ """
1506
+ The id of the gallery artifact version source.
1507
+ """
1508
+ return pulumi.get(self, "id")
1509
+
1510
+ @id.setter
1511
+ def id(self, value: Optional[pulumi.Input[str]]):
1512
+ pulumi.set(self, "id", value)
1513
+
1514
+ @property
1515
+ @pulumi.getter(name="storageAccountId")
1516
+ def storage_account_id(self) -> Optional[pulumi.Input[str]]:
1517
+ """
1518
+ The Storage Account Id that contains the vhd blob being used as a source for this artifact version.
1519
+ """
1520
+ return pulumi.get(self, "storage_account_id")
1521
+
1522
+ @storage_account_id.setter
1523
+ def storage_account_id(self, value: Optional[pulumi.Input[str]]):
1524
+ pulumi.set(self, "storage_account_id", value)
1525
+
1526
+ @property
1527
+ @pulumi.getter
1528
+ def uri(self) -> Optional[pulumi.Input[str]]:
1529
+ """
1530
+ The uri of the gallery artifact version source. Currently used to specify vhd/blob source.
1531
+ """
1532
+ return pulumi.get(self, "uri")
1533
+
1534
+ @uri.setter
1535
+ def uri(self, value: Optional[pulumi.Input[str]]):
1536
+ pulumi.set(self, "uri", value)
1537
+
1538
+
1539
+ if not MYPY:
1540
+ class GalleryExtendedLocationArgsDict(TypedDict):
1541
+ """
1542
+ The name of the extended location.
1543
+ """
1544
+ name: NotRequired[pulumi.Input[str]]
1545
+ type: NotRequired[pulumi.Input[Union[str, 'GalleryExtendedLocationType']]]
1546
+ """
1547
+ It is type of the extended location.
1548
+ """
1549
+ elif False:
1550
+ GalleryExtendedLocationArgsDict: TypeAlias = Mapping[str, Any]
1551
+
1552
+ @pulumi.input_type
1553
+ class GalleryExtendedLocationArgs:
1554
+ def __init__(__self__, *,
1555
+ name: Optional[pulumi.Input[str]] = None,
1556
+ type: Optional[pulumi.Input[Union[str, 'GalleryExtendedLocationType']]] = None):
1557
+ """
1558
+ The name of the extended location.
1559
+ :param pulumi.Input[Union[str, 'GalleryExtendedLocationType']] type: It is type of the extended location.
1560
+ """
1561
+ if name is not None:
1562
+ pulumi.set(__self__, "name", name)
1563
+ if type is not None:
1564
+ pulumi.set(__self__, "type", type)
1565
+
1566
+ @property
1567
+ @pulumi.getter
1568
+ def name(self) -> Optional[pulumi.Input[str]]:
1569
+ return pulumi.get(self, "name")
1570
+
1571
+ @name.setter
1572
+ def name(self, value: Optional[pulumi.Input[str]]):
1573
+ pulumi.set(self, "name", value)
1574
+
1575
+ @property
1576
+ @pulumi.getter
1577
+ def type(self) -> Optional[pulumi.Input[Union[str, 'GalleryExtendedLocationType']]]:
1578
+ """
1579
+ It is type of the extended location.
1580
+ """
1581
+ return pulumi.get(self, "type")
1582
+
1583
+ @type.setter
1584
+ def type(self, value: Optional[pulumi.Input[Union[str, 'GalleryExtendedLocationType']]]):
1585
+ pulumi.set(self, "type", value)
1586
+
1587
+
1588
+ if not MYPY:
1589
+ class GalleryIdentityArgsDict(TypedDict):
1590
+ """
1591
+ Identity for the virtual machine.
1592
+ """
1593
+ type: NotRequired[pulumi.Input['ResourceIdentityType']]
1594
+ """
1595
+ 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.
1596
+ """
1597
+ user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1598
+ """
1599
+ 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}'.
1600
+ """
1601
+ elif False:
1602
+ GalleryIdentityArgsDict: TypeAlias = Mapping[str, Any]
1603
+
1604
+ @pulumi.input_type
1605
+ class GalleryIdentityArgs:
1606
+ def __init__(__self__, *,
1607
+ type: Optional[pulumi.Input['ResourceIdentityType']] = None,
1608
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
1609
+ """
1610
+ Identity for the virtual machine.
1611
+ :param pulumi.Input['ResourceIdentityType'] 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.
1612
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] 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}'.
1613
+ """
1614
+ if type is not None:
1615
+ pulumi.set(__self__, "type", type)
1616
+ if user_assigned_identities is not None:
1617
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
1618
+
1619
+ @property
1620
+ @pulumi.getter
1621
+ def type(self) -> Optional[pulumi.Input['ResourceIdentityType']]:
1622
+ """
1623
+ 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.
1624
+ """
1625
+ return pulumi.get(self, "type")
1626
+
1627
+ @type.setter
1628
+ def type(self, value: Optional[pulumi.Input['ResourceIdentityType']]):
1629
+ pulumi.set(self, "type", value)
1630
+
1631
+ @property
1632
+ @pulumi.getter(name="userAssignedIdentities")
1633
+ def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1634
+ """
1635
+ 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}'.
1636
+ """
1637
+ return pulumi.get(self, "user_assigned_identities")
1638
+
1639
+ @user_assigned_identities.setter
1640
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1641
+ pulumi.set(self, "user_assigned_identities", value)
1642
+
1643
+
1644
+ if not MYPY:
1645
+ class GalleryImageFeatureArgsDict(TypedDict):
1646
+ """
1647
+ A feature for gallery image.
1648
+ """
1649
+ name: NotRequired[pulumi.Input[str]]
1650
+ """
1651
+ The name of the gallery image feature.
1652
+ """
1653
+ starts_at_version: NotRequired[pulumi.Input[str]]
1654
+ """
1655
+ The minimum gallery image version which supports this feature.
1656
+ """
1657
+ value: NotRequired[pulumi.Input[str]]
1658
+ """
1659
+ The value of the gallery image feature.
1660
+ """
1661
+ elif False:
1662
+ GalleryImageFeatureArgsDict: TypeAlias = Mapping[str, Any]
1663
+
1664
+ @pulumi.input_type
1665
+ class GalleryImageFeatureArgs:
1666
+ def __init__(__self__, *,
1667
+ name: Optional[pulumi.Input[str]] = None,
1668
+ starts_at_version: Optional[pulumi.Input[str]] = None,
1669
+ value: Optional[pulumi.Input[str]] = None):
1670
+ """
1671
+ A feature for gallery image.
1672
+ :param pulumi.Input[str] name: The name of the gallery image feature.
1673
+ :param pulumi.Input[str] starts_at_version: The minimum gallery image version which supports this feature.
1674
+ :param pulumi.Input[str] value: The value of the gallery image feature.
1675
+ """
1676
+ if name is not None:
1677
+ pulumi.set(__self__, "name", name)
1678
+ if starts_at_version is not None:
1679
+ pulumi.set(__self__, "starts_at_version", starts_at_version)
1680
+ if value is not None:
1681
+ pulumi.set(__self__, "value", value)
1682
+
1683
+ @property
1684
+ @pulumi.getter
1685
+ def name(self) -> Optional[pulumi.Input[str]]:
1686
+ """
1687
+ The name of the gallery image feature.
1688
+ """
1689
+ return pulumi.get(self, "name")
1690
+
1691
+ @name.setter
1692
+ def name(self, value: Optional[pulumi.Input[str]]):
1693
+ pulumi.set(self, "name", value)
1694
+
1695
+ @property
1696
+ @pulumi.getter(name="startsAtVersion")
1697
+ def starts_at_version(self) -> Optional[pulumi.Input[str]]:
1698
+ """
1699
+ The minimum gallery image version which supports this feature.
1700
+ """
1701
+ return pulumi.get(self, "starts_at_version")
1702
+
1703
+ @starts_at_version.setter
1704
+ def starts_at_version(self, value: Optional[pulumi.Input[str]]):
1705
+ pulumi.set(self, "starts_at_version", value)
1706
+
1707
+ @property
1708
+ @pulumi.getter
1709
+ def value(self) -> Optional[pulumi.Input[str]]:
1710
+ """
1711
+ The value of the gallery image feature.
1712
+ """
1713
+ return pulumi.get(self, "value")
1714
+
1715
+ @value.setter
1716
+ def value(self, value: Optional[pulumi.Input[str]]):
1717
+ pulumi.set(self, "value", value)
1718
+
1719
+
1720
+ if not MYPY:
1721
+ class GalleryImageIdentifierArgsDict(TypedDict):
1722
+ """
1723
+ This is the gallery image definition identifier.
1724
+ """
1725
+ offer: pulumi.Input[str]
1726
+ """
1727
+ The name of the gallery image definition offer.
1728
+ """
1729
+ publisher: pulumi.Input[str]
1730
+ """
1731
+ The name of the gallery image definition publisher.
1732
+ """
1733
+ sku: pulumi.Input[str]
1734
+ """
1735
+ The name of the gallery image definition SKU.
1736
+ """
1737
+ elif False:
1738
+ GalleryImageIdentifierArgsDict: TypeAlias = Mapping[str, Any]
1739
+
1740
+ @pulumi.input_type
1741
+ class GalleryImageIdentifierArgs:
1742
+ def __init__(__self__, *,
1743
+ offer: pulumi.Input[str],
1744
+ publisher: pulumi.Input[str],
1745
+ sku: pulumi.Input[str]):
1746
+ """
1747
+ This is the gallery image definition identifier.
1748
+ :param pulumi.Input[str] offer: The name of the gallery image definition offer.
1749
+ :param pulumi.Input[str] publisher: The name of the gallery image definition publisher.
1750
+ :param pulumi.Input[str] sku: The name of the gallery image definition SKU.
1751
+ """
1752
+ pulumi.set(__self__, "offer", offer)
1753
+ pulumi.set(__self__, "publisher", publisher)
1754
+ pulumi.set(__self__, "sku", sku)
1755
+
1756
+ @property
1757
+ @pulumi.getter
1758
+ def offer(self) -> pulumi.Input[str]:
1759
+ """
1760
+ The name of the gallery image definition offer.
1761
+ """
1762
+ return pulumi.get(self, "offer")
1763
+
1764
+ @offer.setter
1765
+ def offer(self, value: pulumi.Input[str]):
1766
+ pulumi.set(self, "offer", value)
1767
+
1768
+ @property
1769
+ @pulumi.getter
1770
+ def publisher(self) -> pulumi.Input[str]:
1771
+ """
1772
+ The name of the gallery image definition publisher.
1773
+ """
1774
+ return pulumi.get(self, "publisher")
1775
+
1776
+ @publisher.setter
1777
+ def publisher(self, value: pulumi.Input[str]):
1778
+ pulumi.set(self, "publisher", value)
1779
+
1780
+ @property
1781
+ @pulumi.getter
1782
+ def sku(self) -> pulumi.Input[str]:
1783
+ """
1784
+ The name of the gallery image definition SKU.
1785
+ """
1786
+ return pulumi.get(self, "sku")
1787
+
1788
+ @sku.setter
1789
+ def sku(self, value: pulumi.Input[str]):
1790
+ pulumi.set(self, "sku", value)
1791
+
1792
+
1793
+ if not MYPY:
1794
+ class GalleryImageVersionPublishingProfileArgsDict(TypedDict):
1795
+ """
1796
+ The publishing profile of a gallery image Version.
1797
+ """
1798
+ end_of_life_date: NotRequired[pulumi.Input[str]]
1799
+ """
1800
+ The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable.
1801
+ """
1802
+ exclude_from_latest: NotRequired[pulumi.Input[bool]]
1803
+ """
1804
+ If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.
1805
+ """
1806
+ replica_count: NotRequired[pulumi.Input[int]]
1807
+ """
1808
+ 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.
1809
+ """
1810
+ replication_mode: NotRequired[pulumi.Input[Union[str, 'ReplicationMode']]]
1811
+ """
1812
+ Optional parameter which specifies the mode to be used for replication. This property is not updatable.
1813
+ """
1814
+ storage_account_type: NotRequired[pulumi.Input[Union[str, 'StorageAccountType']]]
1815
+ """
1816
+ Specifies the storage account type to be used to store the image. This property is not updatable.
1817
+ """
1818
+ target_extended_locations: NotRequired[pulumi.Input[Sequence[pulumi.Input['GalleryTargetExtendedLocationArgsDict']]]]
1819
+ """
1820
+ The target extended locations where the Image Version is going to be replicated to. This property is updatable.
1821
+ """
1822
+ target_regions: NotRequired[pulumi.Input[Sequence[pulumi.Input['TargetRegionArgsDict']]]]
1823
+ """
1824
+ The target regions where the Image Version is going to be replicated to. This property is updatable.
1825
+ """
1826
+ elif False:
1827
+ GalleryImageVersionPublishingProfileArgsDict: TypeAlias = Mapping[str, Any]
1828
+
1829
+ @pulumi.input_type
1830
+ class GalleryImageVersionPublishingProfileArgs:
1831
+ def __init__(__self__, *,
1832
+ end_of_life_date: Optional[pulumi.Input[str]] = None,
1833
+ exclude_from_latest: Optional[pulumi.Input[bool]] = None,
1834
+ replica_count: Optional[pulumi.Input[int]] = None,
1835
+ replication_mode: Optional[pulumi.Input[Union[str, 'ReplicationMode']]] = None,
1836
+ storage_account_type: Optional[pulumi.Input[Union[str, 'StorageAccountType']]] = None,
1837
+ target_extended_locations: Optional[pulumi.Input[Sequence[pulumi.Input['GalleryTargetExtendedLocationArgs']]]] = None,
1838
+ target_regions: Optional[pulumi.Input[Sequence[pulumi.Input['TargetRegionArgs']]]] = None):
1839
+ """
1840
+ The publishing profile of a gallery image Version.
1841
+ :param pulumi.Input[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.
1842
+ :param pulumi.Input[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.
1843
+ :param pulumi.Input[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.
1844
+ :param pulumi.Input[Union[str, 'ReplicationMode']] replication_mode: Optional parameter which specifies the mode to be used for replication. This property is not updatable.
1845
+ :param pulumi.Input[Union[str, 'StorageAccountType']] storage_account_type: Specifies the storage account type to be used to store the image. This property is not updatable.
1846
+ :param pulumi.Input[Sequence[pulumi.Input['GalleryTargetExtendedLocationArgs']]] target_extended_locations: The target extended locations where the Image Version is going to be replicated to. This property is updatable.
1847
+ :param pulumi.Input[Sequence[pulumi.Input['TargetRegionArgs']]] target_regions: The target regions where the Image Version is going to be replicated to. This property is updatable.
1848
+ """
1849
+ if end_of_life_date is not None:
1850
+ pulumi.set(__self__, "end_of_life_date", end_of_life_date)
1851
+ if exclude_from_latest is not None:
1852
+ pulumi.set(__self__, "exclude_from_latest", exclude_from_latest)
1853
+ if replica_count is not None:
1854
+ pulumi.set(__self__, "replica_count", replica_count)
1855
+ if replication_mode is not None:
1856
+ pulumi.set(__self__, "replication_mode", replication_mode)
1857
+ if storage_account_type is not None:
1858
+ pulumi.set(__self__, "storage_account_type", storage_account_type)
1859
+ if target_extended_locations is not None:
1860
+ pulumi.set(__self__, "target_extended_locations", target_extended_locations)
1861
+ if target_regions is not None:
1862
+ pulumi.set(__self__, "target_regions", target_regions)
1863
+
1864
+ @property
1865
+ @pulumi.getter(name="endOfLifeDate")
1866
+ def end_of_life_date(self) -> Optional[pulumi.Input[str]]:
1867
+ """
1868
+ The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable.
1869
+ """
1870
+ return pulumi.get(self, "end_of_life_date")
1871
+
1872
+ @end_of_life_date.setter
1873
+ def end_of_life_date(self, value: Optional[pulumi.Input[str]]):
1874
+ pulumi.set(self, "end_of_life_date", value)
1875
+
1876
+ @property
1877
+ @pulumi.getter(name="excludeFromLatest")
1878
+ def exclude_from_latest(self) -> Optional[pulumi.Input[bool]]:
1879
+ """
1880
+ If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.
1881
+ """
1882
+ return pulumi.get(self, "exclude_from_latest")
1883
+
1884
+ @exclude_from_latest.setter
1885
+ def exclude_from_latest(self, value: Optional[pulumi.Input[bool]]):
1886
+ pulumi.set(self, "exclude_from_latest", value)
1887
+
1888
+ @property
1889
+ @pulumi.getter(name="replicaCount")
1890
+ def replica_count(self) -> Optional[pulumi.Input[int]]:
1891
+ """
1892
+ 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.
1893
+ """
1894
+ return pulumi.get(self, "replica_count")
1895
+
1896
+ @replica_count.setter
1897
+ def replica_count(self, value: Optional[pulumi.Input[int]]):
1898
+ pulumi.set(self, "replica_count", value)
1899
+
1900
+ @property
1901
+ @pulumi.getter(name="replicationMode")
1902
+ def replication_mode(self) -> Optional[pulumi.Input[Union[str, 'ReplicationMode']]]:
1903
+ """
1904
+ Optional parameter which specifies the mode to be used for replication. This property is not updatable.
1905
+ """
1906
+ return pulumi.get(self, "replication_mode")
1907
+
1908
+ @replication_mode.setter
1909
+ def replication_mode(self, value: Optional[pulumi.Input[Union[str, 'ReplicationMode']]]):
1910
+ pulumi.set(self, "replication_mode", value)
1911
+
1912
+ @property
1913
+ @pulumi.getter(name="storageAccountType")
1914
+ def storage_account_type(self) -> Optional[pulumi.Input[Union[str, 'StorageAccountType']]]:
1915
+ """
1916
+ Specifies the storage account type to be used to store the image. This property is not updatable.
1917
+ """
1918
+ return pulumi.get(self, "storage_account_type")
1919
+
1920
+ @storage_account_type.setter
1921
+ def storage_account_type(self, value: Optional[pulumi.Input[Union[str, 'StorageAccountType']]]):
1922
+ pulumi.set(self, "storage_account_type", value)
1923
+
1924
+ @property
1925
+ @pulumi.getter(name="targetExtendedLocations")
1926
+ def target_extended_locations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GalleryTargetExtendedLocationArgs']]]]:
1927
+ """
1928
+ The target extended locations where the Image Version is going to be replicated to. This property is updatable.
1929
+ """
1930
+ return pulumi.get(self, "target_extended_locations")
1931
+
1932
+ @target_extended_locations.setter
1933
+ def target_extended_locations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['GalleryTargetExtendedLocationArgs']]]]):
1934
+ pulumi.set(self, "target_extended_locations", value)
1935
+
1936
+ @property
1937
+ @pulumi.getter(name="targetRegions")
1938
+ def target_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetRegionArgs']]]]:
1939
+ """
1940
+ The target regions where the Image Version is going to be replicated to. This property is updatable.
1941
+ """
1942
+ return pulumi.get(self, "target_regions")
1943
+
1944
+ @target_regions.setter
1945
+ def target_regions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TargetRegionArgs']]]]):
1946
+ pulumi.set(self, "target_regions", value)
1947
+
1948
+
1949
+ if not MYPY:
1950
+ class GalleryImageVersionSafetyProfileArgsDict(TypedDict):
1951
+ """
1952
+ This is the safety profile of the Gallery Image Version.
1953
+ """
1954
+ allow_deletion_of_replicated_locations: NotRequired[pulumi.Input[bool]]
1955
+ """
1956
+ Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.
1957
+ """
1958
+ block_deletion_before_end_of_life: NotRequired[pulumi.Input[bool]]
1959
+ """
1960
+ Indicates whether or not the deletion is blocked for this Gallery Image Version if its End Of Life has not expired.
1961
+ """
1962
+ elif False:
1963
+ GalleryImageVersionSafetyProfileArgsDict: TypeAlias = Mapping[str, Any]
1964
+
1965
+ @pulumi.input_type
1966
+ class GalleryImageVersionSafetyProfileArgs:
1967
+ def __init__(__self__, *,
1968
+ allow_deletion_of_replicated_locations: Optional[pulumi.Input[bool]] = None,
1969
+ block_deletion_before_end_of_life: Optional[pulumi.Input[bool]] = None):
1970
+ """
1971
+ This is the safety profile of the Gallery Image Version.
1972
+ :param pulumi.Input[bool] allow_deletion_of_replicated_locations: Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.
1973
+ :param pulumi.Input[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.
1974
+ """
1975
+ if allow_deletion_of_replicated_locations is not None:
1976
+ pulumi.set(__self__, "allow_deletion_of_replicated_locations", allow_deletion_of_replicated_locations)
1977
+ if block_deletion_before_end_of_life is not None:
1978
+ pulumi.set(__self__, "block_deletion_before_end_of_life", block_deletion_before_end_of_life)
1979
+
1980
+ @property
1981
+ @pulumi.getter(name="allowDeletionOfReplicatedLocations")
1982
+ def allow_deletion_of_replicated_locations(self) -> Optional[pulumi.Input[bool]]:
1983
+ """
1984
+ Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.
1985
+ """
1986
+ return pulumi.get(self, "allow_deletion_of_replicated_locations")
1987
+
1988
+ @allow_deletion_of_replicated_locations.setter
1989
+ def allow_deletion_of_replicated_locations(self, value: Optional[pulumi.Input[bool]]):
1990
+ pulumi.set(self, "allow_deletion_of_replicated_locations", value)
1991
+
1992
+ @property
1993
+ @pulumi.getter(name="blockDeletionBeforeEndOfLife")
1994
+ def block_deletion_before_end_of_life(self) -> Optional[pulumi.Input[bool]]:
1995
+ """
1996
+ Indicates whether or not the deletion is blocked for this Gallery Image Version if its End Of Life has not expired.
1997
+ """
1998
+ return pulumi.get(self, "block_deletion_before_end_of_life")
1999
+
2000
+ @block_deletion_before_end_of_life.setter
2001
+ def block_deletion_before_end_of_life(self, value: Optional[pulumi.Input[bool]]):
2002
+ pulumi.set(self, "block_deletion_before_end_of_life", value)
2003
+
2004
+
2005
+ if not MYPY:
2006
+ class GalleryImageVersionStorageProfileArgsDict(TypedDict):
2007
+ """
2008
+ This is the storage profile of a Gallery Image Version.
2009
+ """
2010
+ data_disk_images: NotRequired[pulumi.Input[Sequence[pulumi.Input['GalleryDataDiskImageArgsDict']]]]
2011
+ """
2012
+ A list of data disk images.
2013
+ """
2014
+ os_disk_image: NotRequired[pulumi.Input['GalleryOSDiskImageArgsDict']]
2015
+ """
2016
+ This is the OS disk image.
2017
+ """
2018
+ source: NotRequired[pulumi.Input['GalleryArtifactVersionFullSourceArgsDict']]
2019
+ """
2020
+ The source of the gallery artifact version.
2021
+ """
2022
+ elif False:
2023
+ GalleryImageVersionStorageProfileArgsDict: TypeAlias = Mapping[str, Any]
2024
+
2025
+ @pulumi.input_type
2026
+ class GalleryImageVersionStorageProfileArgs:
2027
+ def __init__(__self__, *,
2028
+ data_disk_images: Optional[pulumi.Input[Sequence[pulumi.Input['GalleryDataDiskImageArgs']]]] = None,
2029
+ os_disk_image: Optional[pulumi.Input['GalleryOSDiskImageArgs']] = None,
2030
+ source: Optional[pulumi.Input['GalleryArtifactVersionFullSourceArgs']] = None):
2031
+ """
2032
+ This is the storage profile of a Gallery Image Version.
2033
+ :param pulumi.Input[Sequence[pulumi.Input['GalleryDataDiskImageArgs']]] data_disk_images: A list of data disk images.
2034
+ :param pulumi.Input['GalleryOSDiskImageArgs'] os_disk_image: This is the OS disk image.
2035
+ :param pulumi.Input['GalleryArtifactVersionFullSourceArgs'] source: The source of the gallery artifact version.
2036
+ """
2037
+ if data_disk_images is not None:
2038
+ pulumi.set(__self__, "data_disk_images", data_disk_images)
2039
+ if os_disk_image is not None:
2040
+ pulumi.set(__self__, "os_disk_image", os_disk_image)
2041
+ if source is not None:
2042
+ pulumi.set(__self__, "source", source)
2043
+
2044
+ @property
2045
+ @pulumi.getter(name="dataDiskImages")
2046
+ def data_disk_images(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GalleryDataDiskImageArgs']]]]:
2047
+ """
2048
+ A list of data disk images.
2049
+ """
2050
+ return pulumi.get(self, "data_disk_images")
2051
+
2052
+ @data_disk_images.setter
2053
+ def data_disk_images(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['GalleryDataDiskImageArgs']]]]):
2054
+ pulumi.set(self, "data_disk_images", value)
2055
+
2056
+ @property
2057
+ @pulumi.getter(name="osDiskImage")
2058
+ def os_disk_image(self) -> Optional[pulumi.Input['GalleryOSDiskImageArgs']]:
2059
+ """
2060
+ This is the OS disk image.
2061
+ """
2062
+ return pulumi.get(self, "os_disk_image")
2063
+
2064
+ @os_disk_image.setter
2065
+ def os_disk_image(self, value: Optional[pulumi.Input['GalleryOSDiskImageArgs']]):
2066
+ pulumi.set(self, "os_disk_image", value)
2067
+
2068
+ @property
2069
+ @pulumi.getter
2070
+ def source(self) -> Optional[pulumi.Input['GalleryArtifactVersionFullSourceArgs']]:
2071
+ """
2072
+ The source of the gallery artifact version.
2073
+ """
2074
+ return pulumi.get(self, "source")
2075
+
2076
+ @source.setter
2077
+ def source(self, value: Optional[pulumi.Input['GalleryArtifactVersionFullSourceArgs']]):
2078
+ pulumi.set(self, "source", value)
2079
+
2080
+
2081
+ if not MYPY:
2082
+ class GalleryImageVersionUefiSettingsArgsDict(TypedDict):
2083
+ """
2084
+ Contains UEFI settings for the image version.
2085
+ """
2086
+ additional_signatures: NotRequired[pulumi.Input['UefiKeySignaturesArgsDict']]
2087
+ """
2088
+ Additional UEFI key signatures that will be added to the image in addition to the signature templates
2089
+ """
2090
+ signature_template_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union[str, 'UefiSignatureTemplateName']]]]]
2091
+ """
2092
+ The name of the template(s) that contains default UEFI key signatures that will be added to the image.
2093
+ """
2094
+ elif False:
2095
+ GalleryImageVersionUefiSettingsArgsDict: TypeAlias = Mapping[str, Any]
2096
+
2097
+ @pulumi.input_type
2098
+ class GalleryImageVersionUefiSettingsArgs:
2099
+ def __init__(__self__, *,
2100
+ additional_signatures: Optional[pulumi.Input['UefiKeySignaturesArgs']] = None,
2101
+ signature_template_names: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'UefiSignatureTemplateName']]]]] = None):
2102
+ """
2103
+ Contains UEFI settings for the image version.
2104
+ :param pulumi.Input['UefiKeySignaturesArgs'] additional_signatures: Additional UEFI key signatures that will be added to the image in addition to the signature templates
2105
+ :param pulumi.Input[Sequence[pulumi.Input[Union[str, 'UefiSignatureTemplateName']]]] signature_template_names: The name of the template(s) that contains default UEFI key signatures that will be added to the image.
2106
+ """
2107
+ if additional_signatures is not None:
2108
+ pulumi.set(__self__, "additional_signatures", additional_signatures)
2109
+ if signature_template_names is not None:
2110
+ pulumi.set(__self__, "signature_template_names", signature_template_names)
2111
+
2112
+ @property
2113
+ @pulumi.getter(name="additionalSignatures")
2114
+ def additional_signatures(self) -> Optional[pulumi.Input['UefiKeySignaturesArgs']]:
2115
+ """
2116
+ Additional UEFI key signatures that will be added to the image in addition to the signature templates
2117
+ """
2118
+ return pulumi.get(self, "additional_signatures")
2119
+
2120
+ @additional_signatures.setter
2121
+ def additional_signatures(self, value: Optional[pulumi.Input['UefiKeySignaturesArgs']]):
2122
+ pulumi.set(self, "additional_signatures", value)
2123
+
2124
+ @property
2125
+ @pulumi.getter(name="signatureTemplateNames")
2126
+ def signature_template_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'UefiSignatureTemplateName']]]]]:
2127
+ """
2128
+ The name of the template(s) that contains default UEFI key signatures that will be added to the image.
2129
+ """
2130
+ return pulumi.get(self, "signature_template_names")
2131
+
2132
+ @signature_template_names.setter
2133
+ def signature_template_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'UefiSignatureTemplateName']]]]]):
2134
+ pulumi.set(self, "signature_template_names", value)
2135
+
2136
+
2137
+ if not MYPY:
2138
+ class GalleryInVMAccessControlProfilePropertiesArgsDict(TypedDict):
2139
+ """
2140
+ Describes the properties of a gallery inVMAccessControlProfile.
2141
+ """
2142
+ applicable_host_endpoint: pulumi.Input['EndpointTypes']
2143
+ """
2144
+ 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'
2145
+ """
2146
+ os_type: pulumi.Input['OperatingSystemTypes']
2147
+ """
2148
+ 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'
2149
+ """
2150
+ description: NotRequired[pulumi.Input[str]]
2151
+ """
2152
+ The description of this gallery inVMAccessControlProfile resources. This property is updatable.
2153
+ """
2154
+ elif False:
2155
+ GalleryInVMAccessControlProfilePropertiesArgsDict: TypeAlias = Mapping[str, Any]
2156
+
2157
+ @pulumi.input_type
2158
+ class GalleryInVMAccessControlProfilePropertiesArgs:
2159
+ def __init__(__self__, *,
2160
+ applicable_host_endpoint: pulumi.Input['EndpointTypes'],
2161
+ os_type: pulumi.Input['OperatingSystemTypes'],
2162
+ description: Optional[pulumi.Input[str]] = None):
2163
+ """
2164
+ Describes the properties of a gallery inVMAccessControlProfile.
2165
+ :param pulumi.Input['EndpointTypes'] 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'
2166
+ :param pulumi.Input['OperatingSystemTypes'] 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'
2167
+ :param pulumi.Input[str] description: The description of this gallery inVMAccessControlProfile resources. This property is updatable.
2168
+ """
2169
+ pulumi.set(__self__, "applicable_host_endpoint", applicable_host_endpoint)
2170
+ pulumi.set(__self__, "os_type", os_type)
2171
+ if description is not None:
2172
+ pulumi.set(__self__, "description", description)
2173
+
2174
+ @property
2175
+ @pulumi.getter(name="applicableHostEndpoint")
2176
+ def applicable_host_endpoint(self) -> pulumi.Input['EndpointTypes']:
2177
+ """
2178
+ 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'
2179
+ """
2180
+ return pulumi.get(self, "applicable_host_endpoint")
2181
+
2182
+ @applicable_host_endpoint.setter
2183
+ def applicable_host_endpoint(self, value: pulumi.Input['EndpointTypes']):
2184
+ pulumi.set(self, "applicable_host_endpoint", value)
2185
+
2186
+ @property
2187
+ @pulumi.getter(name="osType")
2188
+ def os_type(self) -> pulumi.Input['OperatingSystemTypes']:
2189
+ """
2190
+ 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'
2191
+ """
2192
+ return pulumi.get(self, "os_type")
2193
+
2194
+ @os_type.setter
2195
+ def os_type(self, value: pulumi.Input['OperatingSystemTypes']):
2196
+ pulumi.set(self, "os_type", value)
2197
+
2198
+ @property
2199
+ @pulumi.getter
2200
+ def description(self) -> Optional[pulumi.Input[str]]:
2201
+ """
2202
+ The description of this gallery inVMAccessControlProfile resources. This property is updatable.
2203
+ """
2204
+ return pulumi.get(self, "description")
2205
+
2206
+ @description.setter
2207
+ def description(self, value: Optional[pulumi.Input[str]]):
2208
+ pulumi.set(self, "description", value)
2209
+
2210
+
2211
+ if not MYPY:
2212
+ class GalleryOSDiskImageArgsDict(TypedDict):
2213
+ """
2214
+ This is the OS disk image.
2215
+ """
2216
+ host_caching: NotRequired[pulumi.Input['HostCaching']]
2217
+ """
2218
+ The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'
2219
+ """
2220
+ source: NotRequired[pulumi.Input['GalleryDiskImageSourceArgsDict']]
2221
+ """
2222
+ The source for the disk image.
2223
+ """
2224
+ elif False:
2225
+ GalleryOSDiskImageArgsDict: TypeAlias = Mapping[str, Any]
2226
+
2227
+ @pulumi.input_type
2228
+ class GalleryOSDiskImageArgs:
2229
+ def __init__(__self__, *,
2230
+ host_caching: Optional[pulumi.Input['HostCaching']] = None,
2231
+ source: Optional[pulumi.Input['GalleryDiskImageSourceArgs']] = None):
2232
+ """
2233
+ This is the OS disk image.
2234
+ :param pulumi.Input['HostCaching'] host_caching: The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'
2235
+ :param pulumi.Input['GalleryDiskImageSourceArgs'] source: The source for the disk image.
2236
+ """
2237
+ if host_caching is not None:
2238
+ pulumi.set(__self__, "host_caching", host_caching)
2239
+ if source is not None:
2240
+ pulumi.set(__self__, "source", source)
2241
+
2242
+ @property
2243
+ @pulumi.getter(name="hostCaching")
2244
+ def host_caching(self) -> Optional[pulumi.Input['HostCaching']]:
2245
+ """
2246
+ The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'
2247
+ """
2248
+ return pulumi.get(self, "host_caching")
2249
+
2250
+ @host_caching.setter
2251
+ def host_caching(self, value: Optional[pulumi.Input['HostCaching']]):
2252
+ pulumi.set(self, "host_caching", value)
2253
+
2254
+ @property
2255
+ @pulumi.getter
2256
+ def source(self) -> Optional[pulumi.Input['GalleryDiskImageSourceArgs']]:
2257
+ """
2258
+ The source for the disk image.
2259
+ """
2260
+ return pulumi.get(self, "source")
2261
+
2262
+ @source.setter
2263
+ def source(self, value: Optional[pulumi.Input['GalleryDiskImageSourceArgs']]):
2264
+ pulumi.set(self, "source", value)
2265
+
2266
+
2267
+ if not MYPY:
2268
+ class GalleryTargetExtendedLocationArgsDict(TypedDict):
2269
+ encryption: NotRequired[pulumi.Input['EncryptionImagesArgsDict']]
2270
+ """
2271
+ Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
2272
+ """
2273
+ extended_location: NotRequired[pulumi.Input['GalleryExtendedLocationArgsDict']]
2274
+ """
2275
+ The name of the extended location.
2276
+ """
2277
+ extended_location_replica_count: NotRequired[pulumi.Input[int]]
2278
+ """
2279
+ The number of replicas of the Image Version to be created per extended location. This property is updatable.
2280
+ """
2281
+ name: NotRequired[pulumi.Input[str]]
2282
+ """
2283
+ The name of the region.
2284
+ """
2285
+ storage_account_type: NotRequired[pulumi.Input[Union[str, 'EdgeZoneStorageAccountType']]]
2286
+ """
2287
+ Specifies the storage account type to be used to store the image. This property is not updatable.
2288
+ """
2289
+ elif False:
2290
+ GalleryTargetExtendedLocationArgsDict: TypeAlias = Mapping[str, Any]
2291
+
2292
+ @pulumi.input_type
2293
+ class GalleryTargetExtendedLocationArgs:
2294
+ def __init__(__self__, *,
2295
+ encryption: Optional[pulumi.Input['EncryptionImagesArgs']] = None,
2296
+ extended_location: Optional[pulumi.Input['GalleryExtendedLocationArgs']] = None,
2297
+ extended_location_replica_count: Optional[pulumi.Input[int]] = None,
2298
+ name: Optional[pulumi.Input[str]] = None,
2299
+ storage_account_type: Optional[pulumi.Input[Union[str, 'EdgeZoneStorageAccountType']]] = None):
2300
+ """
2301
+ :param pulumi.Input['EncryptionImagesArgs'] encryption: Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
2302
+ :param pulumi.Input['GalleryExtendedLocationArgs'] extended_location: The name of the extended location.
2303
+ :param pulumi.Input[int] extended_location_replica_count: The number of replicas of the Image Version to be created per extended location. This property is updatable.
2304
+ :param pulumi.Input[str] name: The name of the region.
2305
+ :param pulumi.Input[Union[str, 'EdgeZoneStorageAccountType']] storage_account_type: Specifies the storage account type to be used to store the image. This property is not updatable.
2306
+ """
2307
+ if encryption is not None:
2308
+ pulumi.set(__self__, "encryption", encryption)
2309
+ if extended_location is not None:
2310
+ pulumi.set(__self__, "extended_location", extended_location)
2311
+ if extended_location_replica_count is not None:
2312
+ pulumi.set(__self__, "extended_location_replica_count", extended_location_replica_count)
2313
+ if name is not None:
2314
+ pulumi.set(__self__, "name", name)
2315
+ if storage_account_type is not None:
2316
+ pulumi.set(__self__, "storage_account_type", storage_account_type)
2317
+
2318
+ @property
2319
+ @pulumi.getter
2320
+ def encryption(self) -> Optional[pulumi.Input['EncryptionImagesArgs']]:
2321
+ """
2322
+ Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
2323
+ """
2324
+ return pulumi.get(self, "encryption")
2325
+
2326
+ @encryption.setter
2327
+ def encryption(self, value: Optional[pulumi.Input['EncryptionImagesArgs']]):
2328
+ pulumi.set(self, "encryption", value)
2329
+
2330
+ @property
2331
+ @pulumi.getter(name="extendedLocation")
2332
+ def extended_location(self) -> Optional[pulumi.Input['GalleryExtendedLocationArgs']]:
2333
+ """
2334
+ The name of the extended location.
2335
+ """
2336
+ return pulumi.get(self, "extended_location")
2337
+
2338
+ @extended_location.setter
2339
+ def extended_location(self, value: Optional[pulumi.Input['GalleryExtendedLocationArgs']]):
2340
+ pulumi.set(self, "extended_location", value)
2341
+
2342
+ @property
2343
+ @pulumi.getter(name="extendedLocationReplicaCount")
2344
+ def extended_location_replica_count(self) -> Optional[pulumi.Input[int]]:
2345
+ """
2346
+ The number of replicas of the Image Version to be created per extended location. This property is updatable.
2347
+ """
2348
+ return pulumi.get(self, "extended_location_replica_count")
2349
+
2350
+ @extended_location_replica_count.setter
2351
+ def extended_location_replica_count(self, value: Optional[pulumi.Input[int]]):
2352
+ pulumi.set(self, "extended_location_replica_count", value)
2353
+
2354
+ @property
2355
+ @pulumi.getter
2356
+ def name(self) -> Optional[pulumi.Input[str]]:
2357
+ """
2358
+ The name of the region.
2359
+ """
2360
+ return pulumi.get(self, "name")
2361
+
2362
+ @name.setter
2363
+ def name(self, value: Optional[pulumi.Input[str]]):
2364
+ pulumi.set(self, "name", value)
2365
+
2366
+ @property
2367
+ @pulumi.getter(name="storageAccountType")
2368
+ def storage_account_type(self) -> Optional[pulumi.Input[Union[str, 'EdgeZoneStorageAccountType']]]:
2369
+ """
2370
+ Specifies the storage account type to be used to store the image. This property is not updatable.
2371
+ """
2372
+ return pulumi.get(self, "storage_account_type")
2373
+
2374
+ @storage_account_type.setter
2375
+ def storage_account_type(self, value: Optional[pulumi.Input[Union[str, 'EdgeZoneStorageAccountType']]]):
2376
+ pulumi.set(self, "storage_account_type", value)
2377
+
2378
+
2379
+ if not MYPY:
2380
+ class ImagePurchasePlanArgsDict(TypedDict):
2381
+ """
2382
+ Describes the gallery image definition purchase plan. This is used by marketplace images.
2383
+ """
2384
+ name: NotRequired[pulumi.Input[str]]
2385
+ """
2386
+ The plan ID.
2387
+ """
2388
+ product: NotRequired[pulumi.Input[str]]
2389
+ """
2390
+ The product ID.
2391
+ """
2392
+ publisher: NotRequired[pulumi.Input[str]]
2393
+ """
2394
+ The publisher ID.
2395
+ """
2396
+ elif False:
2397
+ ImagePurchasePlanArgsDict: TypeAlias = Mapping[str, Any]
2398
+
2399
+ @pulumi.input_type
2400
+ class ImagePurchasePlanArgs:
2401
+ def __init__(__self__, *,
2402
+ name: Optional[pulumi.Input[str]] = None,
2403
+ product: Optional[pulumi.Input[str]] = None,
2404
+ publisher: Optional[pulumi.Input[str]] = None):
2405
+ """
2406
+ Describes the gallery image definition purchase plan. This is used by marketplace images.
2407
+ :param pulumi.Input[str] name: The plan ID.
2408
+ :param pulumi.Input[str] product: The product ID.
2409
+ :param pulumi.Input[str] publisher: The publisher ID.
2410
+ """
2411
+ if name is not None:
2412
+ pulumi.set(__self__, "name", name)
2413
+ if product is not None:
2414
+ pulumi.set(__self__, "product", product)
2415
+ if publisher is not None:
2416
+ pulumi.set(__self__, "publisher", publisher)
2417
+
2418
+ @property
2419
+ @pulumi.getter
2420
+ def name(self) -> Optional[pulumi.Input[str]]:
2421
+ """
2422
+ The plan ID.
2423
+ """
2424
+ return pulumi.get(self, "name")
2425
+
2426
+ @name.setter
2427
+ def name(self, value: Optional[pulumi.Input[str]]):
2428
+ pulumi.set(self, "name", value)
2429
+
2430
+ @property
2431
+ @pulumi.getter
2432
+ def product(self) -> Optional[pulumi.Input[str]]:
2433
+ """
2434
+ The product ID.
2435
+ """
2436
+ return pulumi.get(self, "product")
2437
+
2438
+ @product.setter
2439
+ def product(self, value: Optional[pulumi.Input[str]]):
2440
+ pulumi.set(self, "product", value)
2441
+
2442
+ @property
2443
+ @pulumi.getter
2444
+ def publisher(self) -> Optional[pulumi.Input[str]]:
2445
+ """
2446
+ The publisher ID.
2447
+ """
2448
+ return pulumi.get(self, "publisher")
2449
+
2450
+ @publisher.setter
2451
+ def publisher(self, value: Optional[pulumi.Input[str]]):
2452
+ pulumi.set(self, "publisher", value)
2453
+
2454
+
2455
+ if not MYPY:
2456
+ class ImageVersionSecurityProfileArgsDict(TypedDict):
2457
+ """
2458
+ The security profile of a gallery image version
2459
+ """
2460
+ uefi_settings: NotRequired[pulumi.Input['GalleryImageVersionUefiSettingsArgsDict']]
2461
+ """
2462
+ Contains UEFI settings for the image version.
2463
+ """
2464
+ elif False:
2465
+ ImageVersionSecurityProfileArgsDict: TypeAlias = Mapping[str, Any]
2466
+
2467
+ @pulumi.input_type
2468
+ class ImageVersionSecurityProfileArgs:
2469
+ def __init__(__self__, *,
2470
+ uefi_settings: Optional[pulumi.Input['GalleryImageVersionUefiSettingsArgs']] = None):
2471
+ """
2472
+ The security profile of a gallery image version
2473
+ :param pulumi.Input['GalleryImageVersionUefiSettingsArgs'] uefi_settings: Contains UEFI settings for the image version.
2474
+ """
2475
+ if uefi_settings is not None:
2476
+ pulumi.set(__self__, "uefi_settings", uefi_settings)
2477
+
2478
+ @property
2479
+ @pulumi.getter(name="uefiSettings")
2480
+ def uefi_settings(self) -> Optional[pulumi.Input['GalleryImageVersionUefiSettingsArgs']]:
2481
+ """
2482
+ Contains UEFI settings for the image version.
2483
+ """
2484
+ return pulumi.get(self, "uefi_settings")
2485
+
2486
+ @uefi_settings.setter
2487
+ def uefi_settings(self, value: Optional[pulumi.Input['GalleryImageVersionUefiSettingsArgs']]):
2488
+ pulumi.set(self, "uefi_settings", value)
2489
+
2490
+
2491
+ if not MYPY:
2492
+ class OSDiskImageEncryptionArgsDict(TypedDict):
2493
+ """
2494
+ Contains encryption settings for an OS disk image.
2495
+ """
2496
+ disk_encryption_set_id: NotRequired[pulumi.Input[str]]
2497
+ """
2498
+ A relative URI containing the resource ID of the disk encryption set.
2499
+ """
2500
+ security_profile: NotRequired[pulumi.Input['OSDiskImageSecurityProfileArgsDict']]
2501
+ """
2502
+ This property specifies the security profile of an OS disk image.
2503
+ """
2504
+ elif False:
2505
+ OSDiskImageEncryptionArgsDict: TypeAlias = Mapping[str, Any]
2506
+
2507
+ @pulumi.input_type
2508
+ class OSDiskImageEncryptionArgs:
2509
+ def __init__(__self__, *,
2510
+ disk_encryption_set_id: Optional[pulumi.Input[str]] = None,
2511
+ security_profile: Optional[pulumi.Input['OSDiskImageSecurityProfileArgs']] = None):
2512
+ """
2513
+ Contains encryption settings for an OS disk image.
2514
+ :param pulumi.Input[str] disk_encryption_set_id: A relative URI containing the resource ID of the disk encryption set.
2515
+ :param pulumi.Input['OSDiskImageSecurityProfileArgs'] security_profile: This property specifies the security profile of an OS disk image.
2516
+ """
2517
+ if disk_encryption_set_id is not None:
2518
+ pulumi.set(__self__, "disk_encryption_set_id", disk_encryption_set_id)
2519
+ if security_profile is not None:
2520
+ pulumi.set(__self__, "security_profile", security_profile)
2521
+
2522
+ @property
2523
+ @pulumi.getter(name="diskEncryptionSetId")
2524
+ def disk_encryption_set_id(self) -> Optional[pulumi.Input[str]]:
2525
+ """
2526
+ A relative URI containing the resource ID of the disk encryption set.
2527
+ """
2528
+ return pulumi.get(self, "disk_encryption_set_id")
2529
+
2530
+ @disk_encryption_set_id.setter
2531
+ def disk_encryption_set_id(self, value: Optional[pulumi.Input[str]]):
2532
+ pulumi.set(self, "disk_encryption_set_id", value)
2533
+
2534
+ @property
2535
+ @pulumi.getter(name="securityProfile")
2536
+ def security_profile(self) -> Optional[pulumi.Input['OSDiskImageSecurityProfileArgs']]:
2537
+ """
2538
+ This property specifies the security profile of an OS disk image.
2539
+ """
2540
+ return pulumi.get(self, "security_profile")
2541
+
2542
+ @security_profile.setter
2543
+ def security_profile(self, value: Optional[pulumi.Input['OSDiskImageSecurityProfileArgs']]):
2544
+ pulumi.set(self, "security_profile", value)
2545
+
2546
+
2547
+ if not MYPY:
2548
+ class OSDiskImageSecurityProfileArgsDict(TypedDict):
2549
+ """
2550
+ Contains security profile for an OS disk image.
2551
+ """
2552
+ confidential_vm_encryption_type: NotRequired[pulumi.Input[Union[str, 'ConfidentialVMEncryptionType']]]
2553
+ """
2554
+ confidential VM encryption types
2555
+ """
2556
+ secure_vm_disk_encryption_set_id: NotRequired[pulumi.Input[str]]
2557
+ """
2558
+ secure VM disk encryption set id
2559
+ """
2560
+ elif False:
2561
+ OSDiskImageSecurityProfileArgsDict: TypeAlias = Mapping[str, Any]
2562
+
2563
+ @pulumi.input_type
2564
+ class OSDiskImageSecurityProfileArgs:
2565
+ def __init__(__self__, *,
2566
+ confidential_vm_encryption_type: Optional[pulumi.Input[Union[str, 'ConfidentialVMEncryptionType']]] = None,
2567
+ secure_vm_disk_encryption_set_id: Optional[pulumi.Input[str]] = None):
2568
+ """
2569
+ Contains security profile for an OS disk image.
2570
+ :param pulumi.Input[Union[str, 'ConfidentialVMEncryptionType']] confidential_vm_encryption_type: confidential VM encryption types
2571
+ :param pulumi.Input[str] secure_vm_disk_encryption_set_id: secure VM disk encryption set id
2572
+ """
2573
+ if confidential_vm_encryption_type is not None:
2574
+ pulumi.set(__self__, "confidential_vm_encryption_type", confidential_vm_encryption_type)
2575
+ if secure_vm_disk_encryption_set_id is not None:
2576
+ pulumi.set(__self__, "secure_vm_disk_encryption_set_id", secure_vm_disk_encryption_set_id)
2577
+
2578
+ @property
2579
+ @pulumi.getter(name="confidentialVMEncryptionType")
2580
+ def confidential_vm_encryption_type(self) -> Optional[pulumi.Input[Union[str, 'ConfidentialVMEncryptionType']]]:
2581
+ """
2582
+ confidential VM encryption types
2583
+ """
2584
+ return pulumi.get(self, "confidential_vm_encryption_type")
2585
+
2586
+ @confidential_vm_encryption_type.setter
2587
+ def confidential_vm_encryption_type(self, value: Optional[pulumi.Input[Union[str, 'ConfidentialVMEncryptionType']]]):
2588
+ pulumi.set(self, "confidential_vm_encryption_type", value)
2589
+
2590
+ @property
2591
+ @pulumi.getter(name="secureVMDiskEncryptionSetId")
2592
+ def secure_vm_disk_encryption_set_id(self) -> Optional[pulumi.Input[str]]:
2593
+ """
2594
+ secure VM disk encryption set id
2595
+ """
2596
+ return pulumi.get(self, "secure_vm_disk_encryption_set_id")
2597
+
2598
+ @secure_vm_disk_encryption_set_id.setter
2599
+ def secure_vm_disk_encryption_set_id(self, value: Optional[pulumi.Input[str]]):
2600
+ pulumi.set(self, "secure_vm_disk_encryption_set_id", value)
2601
+
2602
+
2603
+ if not MYPY:
2604
+ class RecommendedMachineConfigurationArgsDict(TypedDict):
2605
+ """
2606
+ The properties describe the recommended machine configuration for this Image Definition. These properties are updatable.
2607
+ """
2608
+ memory: NotRequired[pulumi.Input['ResourceRangeArgsDict']]
2609
+ """
2610
+ Describes the resource range.
2611
+ """
2612
+ v_cpus: NotRequired[pulumi.Input['ResourceRangeArgsDict']]
2613
+ """
2614
+ Describes the resource range.
2615
+ """
2616
+ elif False:
2617
+ RecommendedMachineConfigurationArgsDict: TypeAlias = Mapping[str, Any]
2618
+
2619
+ @pulumi.input_type
2620
+ class RecommendedMachineConfigurationArgs:
2621
+ def __init__(__self__, *,
2622
+ memory: Optional[pulumi.Input['ResourceRangeArgs']] = None,
2623
+ v_cpus: Optional[pulumi.Input['ResourceRangeArgs']] = None):
2624
+ """
2625
+ The properties describe the recommended machine configuration for this Image Definition. These properties are updatable.
2626
+ :param pulumi.Input['ResourceRangeArgs'] memory: Describes the resource range.
2627
+ :param pulumi.Input['ResourceRangeArgs'] v_cpus: Describes the resource range.
2628
+ """
2629
+ if memory is not None:
2630
+ pulumi.set(__self__, "memory", memory)
2631
+ if v_cpus is not None:
2632
+ pulumi.set(__self__, "v_cpus", v_cpus)
2633
+
2634
+ @property
2635
+ @pulumi.getter
2636
+ def memory(self) -> Optional[pulumi.Input['ResourceRangeArgs']]:
2637
+ """
2638
+ Describes the resource range.
2639
+ """
2640
+ return pulumi.get(self, "memory")
2641
+
2642
+ @memory.setter
2643
+ def memory(self, value: Optional[pulumi.Input['ResourceRangeArgs']]):
2644
+ pulumi.set(self, "memory", value)
2645
+
2646
+ @property
2647
+ @pulumi.getter(name="vCPUs")
2648
+ def v_cpus(self) -> Optional[pulumi.Input['ResourceRangeArgs']]:
2649
+ """
2650
+ Describes the resource range.
2651
+ """
2652
+ return pulumi.get(self, "v_cpus")
2653
+
2654
+ @v_cpus.setter
2655
+ def v_cpus(self, value: Optional[pulumi.Input['ResourceRangeArgs']]):
2656
+ pulumi.set(self, "v_cpus", value)
2657
+
2658
+
2659
+ if not MYPY:
2660
+ class ResourceRangeArgsDict(TypedDict):
2661
+ """
2662
+ Describes the resource range.
2663
+ """
2664
+ max: NotRequired[pulumi.Input[int]]
2665
+ """
2666
+ The maximum number of the resource.
2667
+ """
2668
+ min: NotRequired[pulumi.Input[int]]
2669
+ """
2670
+ The minimum number of the resource.
2671
+ """
2672
+ elif False:
2673
+ ResourceRangeArgsDict: TypeAlias = Mapping[str, Any]
2674
+
2675
+ @pulumi.input_type
2676
+ class ResourceRangeArgs:
2677
+ def __init__(__self__, *,
2678
+ max: Optional[pulumi.Input[int]] = None,
2679
+ min: Optional[pulumi.Input[int]] = None):
2680
+ """
2681
+ Describes the resource range.
2682
+ :param pulumi.Input[int] max: The maximum number of the resource.
2683
+ :param pulumi.Input[int] min: The minimum number of the resource.
2684
+ """
2685
+ if max is not None:
2686
+ pulumi.set(__self__, "max", max)
2687
+ if min is not None:
2688
+ pulumi.set(__self__, "min", min)
2689
+
2690
+ @property
2691
+ @pulumi.getter
2692
+ def max(self) -> Optional[pulumi.Input[int]]:
2693
+ """
2694
+ The maximum number of the resource.
2695
+ """
2696
+ return pulumi.get(self, "max")
2697
+
2698
+ @max.setter
2699
+ def max(self, value: Optional[pulumi.Input[int]]):
2700
+ pulumi.set(self, "max", value)
2701
+
2702
+ @property
2703
+ @pulumi.getter
2704
+ def min(self) -> Optional[pulumi.Input[int]]:
2705
+ """
2706
+ The minimum number of the resource.
2707
+ """
2708
+ return pulumi.get(self, "min")
2709
+
2710
+ @min.setter
2711
+ def min(self, value: Optional[pulumi.Input[int]]):
2712
+ pulumi.set(self, "min", value)
2713
+
2714
+
2715
+ if not MYPY:
2716
+ class SharingProfileArgsDict(TypedDict):
2717
+ """
2718
+ Profile for gallery sharing to subscription or tenant
2719
+ """
2720
+ community_gallery_info: NotRequired[pulumi.Input['CommunityGalleryInfoArgsDict']]
2721
+ """
2722
+ Information of community gallery if current gallery is shared to community.
2723
+ """
2724
+ permissions: NotRequired[pulumi.Input[Union[str, 'GallerySharingPermissionTypes']]]
2725
+ """
2726
+ This property allows you to specify the permission of sharing gallery. Possible values are: **Private,** **Groups,** **Community.**
2727
+ """
2728
+ elif False:
2729
+ SharingProfileArgsDict: TypeAlias = Mapping[str, Any]
2730
+
2731
+ @pulumi.input_type
2732
+ class SharingProfileArgs:
2733
+ def __init__(__self__, *,
2734
+ community_gallery_info: Optional[pulumi.Input['CommunityGalleryInfoArgs']] = None,
2735
+ permissions: Optional[pulumi.Input[Union[str, 'GallerySharingPermissionTypes']]] = None):
2736
+ """
2737
+ Profile for gallery sharing to subscription or tenant
2738
+ :param pulumi.Input['CommunityGalleryInfoArgs'] community_gallery_info: Information of community gallery if current gallery is shared to community.
2739
+ :param pulumi.Input[Union[str, 'GallerySharingPermissionTypes']] permissions: This property allows you to specify the permission of sharing gallery. Possible values are: **Private,** **Groups,** **Community.**
2740
+ """
2741
+ if community_gallery_info is not None:
2742
+ pulumi.set(__self__, "community_gallery_info", community_gallery_info)
2743
+ if permissions is not None:
2744
+ pulumi.set(__self__, "permissions", permissions)
2745
+
2746
+ @property
2747
+ @pulumi.getter(name="communityGalleryInfo")
2748
+ def community_gallery_info(self) -> Optional[pulumi.Input['CommunityGalleryInfoArgs']]:
2749
+ """
2750
+ Information of community gallery if current gallery is shared to community.
2751
+ """
2752
+ return pulumi.get(self, "community_gallery_info")
2753
+
2754
+ @community_gallery_info.setter
2755
+ def community_gallery_info(self, value: Optional[pulumi.Input['CommunityGalleryInfoArgs']]):
2756
+ pulumi.set(self, "community_gallery_info", value)
2757
+
2758
+ @property
2759
+ @pulumi.getter
2760
+ def permissions(self) -> Optional[pulumi.Input[Union[str, 'GallerySharingPermissionTypes']]]:
2761
+ """
2762
+ This property allows you to specify the permission of sharing gallery. Possible values are: **Private,** **Groups,** **Community.**
2763
+ """
2764
+ return pulumi.get(self, "permissions")
2765
+
2766
+ @permissions.setter
2767
+ def permissions(self, value: Optional[pulumi.Input[Union[str, 'GallerySharingPermissionTypes']]]):
2768
+ pulumi.set(self, "permissions", value)
2769
+
2770
+
2771
+ if not MYPY:
2772
+ class SoftDeletePolicyArgsDict(TypedDict):
2773
+ """
2774
+ Contains information about the soft deletion policy of the gallery.
2775
+ """
2776
+ is_soft_delete_enabled: NotRequired[pulumi.Input[bool]]
2777
+ """
2778
+ Enables soft-deletion for resources in this gallery, allowing them to be recovered within retention time.
2779
+ """
2780
+ elif False:
2781
+ SoftDeletePolicyArgsDict: TypeAlias = Mapping[str, Any]
2782
+
2783
+ @pulumi.input_type
2784
+ class SoftDeletePolicyArgs:
2785
+ def __init__(__self__, *,
2786
+ is_soft_delete_enabled: Optional[pulumi.Input[bool]] = None):
2787
+ """
2788
+ Contains information about the soft deletion policy of the gallery.
2789
+ :param pulumi.Input[bool] is_soft_delete_enabled: Enables soft-deletion for resources in this gallery, allowing them to be recovered within retention time.
2790
+ """
2791
+ if is_soft_delete_enabled is not None:
2792
+ pulumi.set(__self__, "is_soft_delete_enabled", is_soft_delete_enabled)
2793
+
2794
+ @property
2795
+ @pulumi.getter(name="isSoftDeleteEnabled")
2796
+ def is_soft_delete_enabled(self) -> Optional[pulumi.Input[bool]]:
2797
+ """
2798
+ Enables soft-deletion for resources in this gallery, allowing them to be recovered within retention time.
2799
+ """
2800
+ return pulumi.get(self, "is_soft_delete_enabled")
2801
+
2802
+ @is_soft_delete_enabled.setter
2803
+ def is_soft_delete_enabled(self, value: Optional[pulumi.Input[bool]]):
2804
+ pulumi.set(self, "is_soft_delete_enabled", value)
2805
+
2806
+
2807
+ if not MYPY:
2808
+ class TargetRegionArgsDict(TypedDict):
2809
+ """
2810
+ Describes the target region information.
2811
+ """
2812
+ name: pulumi.Input[str]
2813
+ """
2814
+ The name of the region.
2815
+ """
2816
+ additional_replica_sets: NotRequired[pulumi.Input[Sequence[pulumi.Input['AdditionalReplicaSetArgsDict']]]]
2817
+ """
2818
+ List of storage sku with replica count to create direct drive replicas.
2819
+ """
2820
+ encryption: NotRequired[pulumi.Input['EncryptionImagesArgsDict']]
2821
+ """
2822
+ Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
2823
+ """
2824
+ exclude_from_latest: NotRequired[pulumi.Input[bool]]
2825
+ """
2826
+ Contains the flag setting to hide an image when users specify version='latest'
2827
+ """
2828
+ regional_replica_count: NotRequired[pulumi.Input[int]]
2829
+ """
2830
+ The number of replicas of the Image Version to be created per region. This property is updatable.
2831
+ """
2832
+ storage_account_type: NotRequired[pulumi.Input[Union[str, 'StorageAccountType']]]
2833
+ """
2834
+ Specifies the storage account type to be used to store the image. This property is not updatable.
2835
+ """
2836
+ elif False:
2837
+ TargetRegionArgsDict: TypeAlias = Mapping[str, Any]
2838
+
2839
+ @pulumi.input_type
2840
+ class TargetRegionArgs:
2841
+ def __init__(__self__, *,
2842
+ name: pulumi.Input[str],
2843
+ additional_replica_sets: Optional[pulumi.Input[Sequence[pulumi.Input['AdditionalReplicaSetArgs']]]] = None,
2844
+ encryption: Optional[pulumi.Input['EncryptionImagesArgs']] = None,
2845
+ exclude_from_latest: Optional[pulumi.Input[bool]] = None,
2846
+ regional_replica_count: Optional[pulumi.Input[int]] = None,
2847
+ storage_account_type: Optional[pulumi.Input[Union[str, 'StorageAccountType']]] = None):
2848
+ """
2849
+ Describes the target region information.
2850
+ :param pulumi.Input[str] name: The name of the region.
2851
+ :param pulumi.Input[Sequence[pulumi.Input['AdditionalReplicaSetArgs']]] additional_replica_sets: List of storage sku with replica count to create direct drive replicas.
2852
+ :param pulumi.Input['EncryptionImagesArgs'] encryption: Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
2853
+ :param pulumi.Input[bool] exclude_from_latest: Contains the flag setting to hide an image when users specify version='latest'
2854
+ :param pulumi.Input[int] regional_replica_count: The number of replicas of the Image Version to be created per region. This property is updatable.
2855
+ :param pulumi.Input[Union[str, 'StorageAccountType']] storage_account_type: Specifies the storage account type to be used to store the image. This property is not updatable.
2856
+ """
2857
+ pulumi.set(__self__, "name", name)
2858
+ if additional_replica_sets is not None:
2859
+ pulumi.set(__self__, "additional_replica_sets", additional_replica_sets)
2860
+ if encryption is not None:
2861
+ pulumi.set(__self__, "encryption", encryption)
2862
+ if exclude_from_latest is not None:
2863
+ pulumi.set(__self__, "exclude_from_latest", exclude_from_latest)
2864
+ if regional_replica_count is not None:
2865
+ pulumi.set(__self__, "regional_replica_count", regional_replica_count)
2866
+ if storage_account_type is not None:
2867
+ pulumi.set(__self__, "storage_account_type", storage_account_type)
2868
+
2869
+ @property
2870
+ @pulumi.getter
2871
+ def name(self) -> pulumi.Input[str]:
2872
+ """
2873
+ The name of the region.
2874
+ """
2875
+ return pulumi.get(self, "name")
2876
+
2877
+ @name.setter
2878
+ def name(self, value: pulumi.Input[str]):
2879
+ pulumi.set(self, "name", value)
2880
+
2881
+ @property
2882
+ @pulumi.getter(name="additionalReplicaSets")
2883
+ def additional_replica_sets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AdditionalReplicaSetArgs']]]]:
2884
+ """
2885
+ List of storage sku with replica count to create direct drive replicas.
2886
+ """
2887
+ return pulumi.get(self, "additional_replica_sets")
2888
+
2889
+ @additional_replica_sets.setter
2890
+ def additional_replica_sets(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AdditionalReplicaSetArgs']]]]):
2891
+ pulumi.set(self, "additional_replica_sets", value)
2892
+
2893
+ @property
2894
+ @pulumi.getter
2895
+ def encryption(self) -> Optional[pulumi.Input['EncryptionImagesArgs']]:
2896
+ """
2897
+ Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
2898
+ """
2899
+ return pulumi.get(self, "encryption")
2900
+
2901
+ @encryption.setter
2902
+ def encryption(self, value: Optional[pulumi.Input['EncryptionImagesArgs']]):
2903
+ pulumi.set(self, "encryption", value)
2904
+
2905
+ @property
2906
+ @pulumi.getter(name="excludeFromLatest")
2907
+ def exclude_from_latest(self) -> Optional[pulumi.Input[bool]]:
2908
+ """
2909
+ Contains the flag setting to hide an image when users specify version='latest'
2910
+ """
2911
+ return pulumi.get(self, "exclude_from_latest")
2912
+
2913
+ @exclude_from_latest.setter
2914
+ def exclude_from_latest(self, value: Optional[pulumi.Input[bool]]):
2915
+ pulumi.set(self, "exclude_from_latest", value)
2916
+
2917
+ @property
2918
+ @pulumi.getter(name="regionalReplicaCount")
2919
+ def regional_replica_count(self) -> Optional[pulumi.Input[int]]:
2920
+ """
2921
+ The number of replicas of the Image Version to be created per region. This property is updatable.
2922
+ """
2923
+ return pulumi.get(self, "regional_replica_count")
2924
+
2925
+ @regional_replica_count.setter
2926
+ def regional_replica_count(self, value: Optional[pulumi.Input[int]]):
2927
+ pulumi.set(self, "regional_replica_count", value)
2928
+
2929
+ @property
2930
+ @pulumi.getter(name="storageAccountType")
2931
+ def storage_account_type(self) -> Optional[pulumi.Input[Union[str, 'StorageAccountType']]]:
2932
+ """
2933
+ Specifies the storage account type to be used to store the image. This property is not updatable.
2934
+ """
2935
+ return pulumi.get(self, "storage_account_type")
2936
+
2937
+ @storage_account_type.setter
2938
+ def storage_account_type(self, value: Optional[pulumi.Input[Union[str, 'StorageAccountType']]]):
2939
+ pulumi.set(self, "storage_account_type", value)
2940
+
2941
+
2942
+ if not MYPY:
2943
+ class UefiKeySignaturesArgsDict(TypedDict):
2944
+ """
2945
+ Additional UEFI key signatures that will be added to the image in addition to the signature templates
2946
+ """
2947
+ db: NotRequired[pulumi.Input[Sequence[pulumi.Input['UefiKeyArgsDict']]]]
2948
+ """
2949
+ The database of UEFI keys for this image version.
2950
+ """
2951
+ dbx: NotRequired[pulumi.Input[Sequence[pulumi.Input['UefiKeyArgsDict']]]]
2952
+ """
2953
+ The database of revoked UEFI keys for this image version.
2954
+ """
2955
+ kek: NotRequired[pulumi.Input[Sequence[pulumi.Input['UefiKeyArgsDict']]]]
2956
+ """
2957
+ The Key Encryption Keys of this image version.
2958
+ """
2959
+ pk: NotRequired[pulumi.Input['UefiKeyArgsDict']]
2960
+ """
2961
+ The Platform Key of this image version.
2962
+ """
2963
+ elif False:
2964
+ UefiKeySignaturesArgsDict: TypeAlias = Mapping[str, Any]
2965
+
2966
+ @pulumi.input_type
2967
+ class UefiKeySignaturesArgs:
2968
+ def __init__(__self__, *,
2969
+ db: Optional[pulumi.Input[Sequence[pulumi.Input['UefiKeyArgs']]]] = None,
2970
+ dbx: Optional[pulumi.Input[Sequence[pulumi.Input['UefiKeyArgs']]]] = None,
2971
+ kek: Optional[pulumi.Input[Sequence[pulumi.Input['UefiKeyArgs']]]] = None,
2972
+ pk: Optional[pulumi.Input['UefiKeyArgs']] = None):
2973
+ """
2974
+ Additional UEFI key signatures that will be added to the image in addition to the signature templates
2975
+ :param pulumi.Input[Sequence[pulumi.Input['UefiKeyArgs']]] db: The database of UEFI keys for this image version.
2976
+ :param pulumi.Input[Sequence[pulumi.Input['UefiKeyArgs']]] dbx: The database of revoked UEFI keys for this image version.
2977
+ :param pulumi.Input[Sequence[pulumi.Input['UefiKeyArgs']]] kek: The Key Encryption Keys of this image version.
2978
+ :param pulumi.Input['UefiKeyArgs'] pk: The Platform Key of this image version.
2979
+ """
2980
+ if db is not None:
2981
+ pulumi.set(__self__, "db", db)
2982
+ if dbx is not None:
2983
+ pulumi.set(__self__, "dbx", dbx)
2984
+ if kek is not None:
2985
+ pulumi.set(__self__, "kek", kek)
2986
+ if pk is not None:
2987
+ pulumi.set(__self__, "pk", pk)
2988
+
2989
+ @property
2990
+ @pulumi.getter
2991
+ def db(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['UefiKeyArgs']]]]:
2992
+ """
2993
+ The database of UEFI keys for this image version.
2994
+ """
2995
+ return pulumi.get(self, "db")
2996
+
2997
+ @db.setter
2998
+ def db(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['UefiKeyArgs']]]]):
2999
+ pulumi.set(self, "db", value)
3000
+
3001
+ @property
3002
+ @pulumi.getter
3003
+ def dbx(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['UefiKeyArgs']]]]:
3004
+ """
3005
+ The database of revoked UEFI keys for this image version.
3006
+ """
3007
+ return pulumi.get(self, "dbx")
3008
+
3009
+ @dbx.setter
3010
+ def dbx(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['UefiKeyArgs']]]]):
3011
+ pulumi.set(self, "dbx", value)
3012
+
3013
+ @property
3014
+ @pulumi.getter
3015
+ def kek(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['UefiKeyArgs']]]]:
3016
+ """
3017
+ The Key Encryption Keys of this image version.
3018
+ """
3019
+ return pulumi.get(self, "kek")
3020
+
3021
+ @kek.setter
3022
+ def kek(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['UefiKeyArgs']]]]):
3023
+ pulumi.set(self, "kek", value)
3024
+
3025
+ @property
3026
+ @pulumi.getter
3027
+ def pk(self) -> Optional[pulumi.Input['UefiKeyArgs']]:
3028
+ """
3029
+ The Platform Key of this image version.
3030
+ """
3031
+ return pulumi.get(self, "pk")
3032
+
3033
+ @pk.setter
3034
+ def pk(self, value: Optional[pulumi.Input['UefiKeyArgs']]):
3035
+ pulumi.set(self, "pk", value)
3036
+
3037
+
3038
+ if not MYPY:
3039
+ class UefiKeyArgsDict(TypedDict):
3040
+ """
3041
+ A UEFI key signature.
3042
+ """
3043
+ type: NotRequired[pulumi.Input[Union[str, 'UefiKeyType']]]
3044
+ """
3045
+ The type of key signature.
3046
+ """
3047
+ value: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
3048
+ """
3049
+ The value of the key signature.
3050
+ """
3051
+ elif False:
3052
+ UefiKeyArgsDict: TypeAlias = Mapping[str, Any]
3053
+
3054
+ @pulumi.input_type
3055
+ class UefiKeyArgs:
3056
+ def __init__(__self__, *,
3057
+ type: Optional[pulumi.Input[Union[str, 'UefiKeyType']]] = None,
3058
+ value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
3059
+ """
3060
+ A UEFI key signature.
3061
+ :param pulumi.Input[Union[str, 'UefiKeyType']] type: The type of key signature.
3062
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] value: The value of the key signature.
3063
+ """
3064
+ if type is not None:
3065
+ pulumi.set(__self__, "type", type)
3066
+ if value is not None:
3067
+ pulumi.set(__self__, "value", value)
3068
+
3069
+ @property
3070
+ @pulumi.getter
3071
+ def type(self) -> Optional[pulumi.Input[Union[str, 'UefiKeyType']]]:
3072
+ """
3073
+ The type of key signature.
3074
+ """
3075
+ return pulumi.get(self, "type")
3076
+
3077
+ @type.setter
3078
+ def type(self, value: Optional[pulumi.Input[Union[str, 'UefiKeyType']]]):
3079
+ pulumi.set(self, "type", value)
3080
+
3081
+ @property
3082
+ @pulumi.getter
3083
+ def value(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3084
+ """
3085
+ The value of the key signature.
3086
+ """
3087
+ return pulumi.get(self, "value")
3088
+
3089
+ @value.setter
3090
+ def value(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
3091
+ pulumi.set(self, "value", value)
3092
+
3093
+
3094
+ if not MYPY:
3095
+ class UserArtifactManageArgsDict(TypedDict):
3096
+ install: pulumi.Input[str]
3097
+ """
3098
+ Required. The path and arguments to install the gallery application. This is limited to 4096 characters.
3099
+ """
3100
+ remove: pulumi.Input[str]
3101
+ """
3102
+ Required. The path and arguments to remove the gallery application. This is limited to 4096 characters.
3103
+ """
3104
+ update: NotRequired[pulumi.Input[str]]
3105
+ """
3106
+ 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.
3107
+ """
3108
+ elif False:
3109
+ UserArtifactManageArgsDict: TypeAlias = Mapping[str, Any]
3110
+
3111
+ @pulumi.input_type
3112
+ class UserArtifactManageArgs:
3113
+ def __init__(__self__, *,
3114
+ install: pulumi.Input[str],
3115
+ remove: pulumi.Input[str],
3116
+ update: Optional[pulumi.Input[str]] = None):
3117
+ """
3118
+ :param pulumi.Input[str] install: Required. The path and arguments to install the gallery application. This is limited to 4096 characters.
3119
+ :param pulumi.Input[str] remove: Required. The path and arguments to remove the gallery application. This is limited to 4096 characters.
3120
+ :param pulumi.Input[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.
3121
+ """
3122
+ pulumi.set(__self__, "install", install)
3123
+ pulumi.set(__self__, "remove", remove)
3124
+ if update is not None:
3125
+ pulumi.set(__self__, "update", update)
3126
+
3127
+ @property
3128
+ @pulumi.getter
3129
+ def install(self) -> pulumi.Input[str]:
3130
+ """
3131
+ Required. The path and arguments to install the gallery application. This is limited to 4096 characters.
3132
+ """
3133
+ return pulumi.get(self, "install")
3134
+
3135
+ @install.setter
3136
+ def install(self, value: pulumi.Input[str]):
3137
+ pulumi.set(self, "install", value)
3138
+
3139
+ @property
3140
+ @pulumi.getter
3141
+ def remove(self) -> pulumi.Input[str]:
3142
+ """
3143
+ Required. The path and arguments to remove the gallery application. This is limited to 4096 characters.
3144
+ """
3145
+ return pulumi.get(self, "remove")
3146
+
3147
+ @remove.setter
3148
+ def remove(self, value: pulumi.Input[str]):
3149
+ pulumi.set(self, "remove", value)
3150
+
3151
+ @property
3152
+ @pulumi.getter
3153
+ def update(self) -> Optional[pulumi.Input[str]]:
3154
+ """
3155
+ 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.
3156
+ """
3157
+ return pulumi.get(self, "update")
3158
+
3159
+ @update.setter
3160
+ def update(self, value: Optional[pulumi.Input[str]]):
3161
+ pulumi.set(self, "update", value)
3162
+
3163
+
3164
+ if not MYPY:
3165
+ class UserArtifactSettingsArgsDict(TypedDict):
3166
+ """
3167
+ 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.
3168
+ """
3169
+ config_file_name: NotRequired[pulumi.Input[str]]
3170
+ """
3171
+ 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".
3172
+ """
3173
+ package_file_name: NotRequired[pulumi.Input[str]]
3174
+ """
3175
+ 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.
3176
+ """
3177
+ script_behavior_after_reboot: NotRequired[pulumi.Input[Union[str, 'GalleryApplicationScriptRebootBehavior']]]
3178
+ """
3179
+ Optional. The action to be taken with regards to install/update/remove of the gallery application in the event of a reboot.
3180
+ """
3181
+ elif False:
3182
+ UserArtifactSettingsArgsDict: TypeAlias = Mapping[str, Any]
3183
+
3184
+ @pulumi.input_type
3185
+ class UserArtifactSettingsArgs:
3186
+ def __init__(__self__, *,
3187
+ config_file_name: Optional[pulumi.Input[str]] = None,
3188
+ package_file_name: Optional[pulumi.Input[str]] = None,
3189
+ script_behavior_after_reboot: Optional[pulumi.Input[Union[str, 'GalleryApplicationScriptRebootBehavior']]] = None):
3190
+ """
3191
+ 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.
3192
+ :param pulumi.Input[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".
3193
+ :param pulumi.Input[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.
3194
+ :param pulumi.Input[Union[str, 'GalleryApplicationScriptRebootBehavior']] 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.
3195
+ """
3196
+ if config_file_name is not None:
3197
+ pulumi.set(__self__, "config_file_name", config_file_name)
3198
+ if package_file_name is not None:
3199
+ pulumi.set(__self__, "package_file_name", package_file_name)
3200
+ if script_behavior_after_reboot is not None:
3201
+ pulumi.set(__self__, "script_behavior_after_reboot", script_behavior_after_reboot)
3202
+
3203
+ @property
3204
+ @pulumi.getter(name="configFileName")
3205
+ def config_file_name(self) -> Optional[pulumi.Input[str]]:
3206
+ """
3207
+ 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".
3208
+ """
3209
+ return pulumi.get(self, "config_file_name")
3210
+
3211
+ @config_file_name.setter
3212
+ def config_file_name(self, value: Optional[pulumi.Input[str]]):
3213
+ pulumi.set(self, "config_file_name", value)
3214
+
3215
+ @property
3216
+ @pulumi.getter(name="packageFileName")
3217
+ def package_file_name(self) -> Optional[pulumi.Input[str]]:
3218
+ """
3219
+ 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.
3220
+ """
3221
+ return pulumi.get(self, "package_file_name")
3222
+
3223
+ @package_file_name.setter
3224
+ def package_file_name(self, value: Optional[pulumi.Input[str]]):
3225
+ pulumi.set(self, "package_file_name", value)
3226
+
3227
+ @property
3228
+ @pulumi.getter(name="scriptBehaviorAfterReboot")
3229
+ def script_behavior_after_reboot(self) -> Optional[pulumi.Input[Union[str, 'GalleryApplicationScriptRebootBehavior']]]:
3230
+ """
3231
+ Optional. The action to be taken with regards to install/update/remove of the gallery application in the event of a reboot.
3232
+ """
3233
+ return pulumi.get(self, "script_behavior_after_reboot")
3234
+
3235
+ @script_behavior_after_reboot.setter
3236
+ def script_behavior_after_reboot(self, value: Optional[pulumi.Input[Union[str, 'GalleryApplicationScriptRebootBehavior']]]):
3237
+ pulumi.set(self, "script_behavior_after_reboot", value)
3238
+
3239
+
3240
+ if not MYPY:
3241
+ class UserArtifactSourceArgsDict(TypedDict):
3242
+ """
3243
+ The source image from which the Image Version is going to be created.
3244
+ """
3245
+ media_link: pulumi.Input[str]
3246
+ """
3247
+ Required. The mediaLink of the artifact, must be a readable storage page blob.
3248
+ """
3249
+ default_configuration_link: NotRequired[pulumi.Input[str]]
3250
+ """
3251
+ Optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob.
3252
+ """
3253
+ elif False:
3254
+ UserArtifactSourceArgsDict: TypeAlias = Mapping[str, Any]
3255
+
3256
+ @pulumi.input_type
3257
+ class UserArtifactSourceArgs:
3258
+ def __init__(__self__, *,
3259
+ media_link: pulumi.Input[str],
3260
+ default_configuration_link: Optional[pulumi.Input[str]] = None):
3261
+ """
3262
+ The source image from which the Image Version is going to be created.
3263
+ :param pulumi.Input[str] media_link: Required. The mediaLink of the artifact, must be a readable storage page blob.
3264
+ :param pulumi.Input[str] default_configuration_link: Optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob.
3265
+ """
3266
+ pulumi.set(__self__, "media_link", media_link)
3267
+ if default_configuration_link is not None:
3268
+ pulumi.set(__self__, "default_configuration_link", default_configuration_link)
3269
+
3270
+ @property
3271
+ @pulumi.getter(name="mediaLink")
3272
+ def media_link(self) -> pulumi.Input[str]:
3273
+ """
3274
+ Required. The mediaLink of the artifact, must be a readable storage page blob.
3275
+ """
3276
+ return pulumi.get(self, "media_link")
3277
+
3278
+ @media_link.setter
3279
+ def media_link(self, value: pulumi.Input[str]):
3280
+ pulumi.set(self, "media_link", value)
3281
+
3282
+ @property
3283
+ @pulumi.getter(name="defaultConfigurationLink")
3284
+ def default_configuration_link(self) -> Optional[pulumi.Input[str]]:
3285
+ """
3286
+ Optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob.
3287
+ """
3288
+ return pulumi.get(self, "default_configuration_link")
3289
+
3290
+ @default_configuration_link.setter
3291
+ def default_configuration_link(self, value: Optional[pulumi.Input[str]]):
3292
+ pulumi.set(self, "default_configuration_link", value)
3293
+
3294
+