pulumi-azure-native 2.76.0a1733162443__py3-none-any.whl → 2.76.0a1733466631__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 (552) hide show
  1. pulumi_azure_native/__init__.py +86 -2
  2. pulumi_azure_native/containerregistry/__init__.py +3 -0
  3. pulumi_azure_native/containerregistry/archife.py +3 -3
  4. pulumi_azure_native/containerregistry/archive_version.py +3 -3
  5. pulumi_azure_native/containerregistry/cache_rule.py +3 -3
  6. pulumi_azure_native/containerregistry/connected_registry.py +3 -3
  7. pulumi_azure_native/containerregistry/credential_set.py +3 -3
  8. pulumi_azure_native/containerregistry/export_pipeline.py +3 -3
  9. pulumi_azure_native/containerregistry/get_archife.py +2 -2
  10. pulumi_azure_native/containerregistry/get_archive_version.py +2 -2
  11. pulumi_azure_native/containerregistry/get_cache_rule.py +2 -2
  12. pulumi_azure_native/containerregistry/get_connected_registry.py +2 -2
  13. pulumi_azure_native/containerregistry/get_credential_set.py +2 -2
  14. pulumi_azure_native/containerregistry/get_export_pipeline.py +2 -2
  15. pulumi_azure_native/containerregistry/get_import_pipeline.py +2 -2
  16. pulumi_azure_native/containerregistry/get_pipeline_run.py +2 -2
  17. pulumi_azure_native/containerregistry/get_private_endpoint_connection.py +2 -2
  18. pulumi_azure_native/containerregistry/get_registry.py +2 -2
  19. pulumi_azure_native/containerregistry/get_replication.py +2 -2
  20. pulumi_azure_native/containerregistry/get_scope_map.py +2 -2
  21. pulumi_azure_native/containerregistry/get_token.py +2 -2
  22. pulumi_azure_native/containerregistry/get_webhook.py +2 -2
  23. pulumi_azure_native/containerregistry/get_webhook_callback_config.py +2 -2
  24. pulumi_azure_native/containerregistry/import_pipeline.py +3 -3
  25. pulumi_azure_native/containerregistry/list_registry_credentials.py +2 -2
  26. pulumi_azure_native/containerregistry/list_webhook_events.py +2 -2
  27. pulumi_azure_native/containerregistry/pipeline_run.py +3 -3
  28. pulumi_azure_native/containerregistry/private_endpoint_connection.py +3 -3
  29. pulumi_azure_native/containerregistry/registry.py +3 -3
  30. pulumi_azure_native/containerregistry/replication.py +3 -3
  31. pulumi_azure_native/containerregistry/scope_map.py +3 -3
  32. pulumi_azure_native/containerregistry/token.py +3 -3
  33. pulumi_azure_native/containerregistry/v20170301/registry.py +1 -1
  34. pulumi_azure_native/containerregistry/v20190501/registry.py +1 -1
  35. pulumi_azure_native/containerregistry/v20221201/private_endpoint_connection.py +1 -1
  36. pulumi_azure_native/containerregistry/v20221201/registry.py +1 -1
  37. pulumi_azure_native/containerregistry/v20221201/replication.py +1 -1
  38. pulumi_azure_native/containerregistry/v20221201/scope_map.py +1 -1
  39. pulumi_azure_native/containerregistry/v20221201/token.py +1 -1
  40. pulumi_azure_native/containerregistry/v20221201/webhook.py +1 -1
  41. pulumi_azure_native/containerregistry/v20230101preview/cache_rule.py +1 -1
  42. pulumi_azure_native/containerregistry/v20230101preview/connected_registry.py +1 -1
  43. pulumi_azure_native/containerregistry/v20230101preview/credential_set.py +1 -1
  44. pulumi_azure_native/containerregistry/v20230101preview/export_pipeline.py +1 -1
  45. pulumi_azure_native/containerregistry/v20230101preview/import_pipeline.py +1 -1
  46. pulumi_azure_native/containerregistry/v20230101preview/pipeline_run.py +1 -1
  47. pulumi_azure_native/containerregistry/v20230101preview/private_endpoint_connection.py +1 -1
  48. pulumi_azure_native/containerregistry/v20230101preview/registry.py +1 -1
  49. pulumi_azure_native/containerregistry/v20230101preview/replication.py +1 -1
  50. pulumi_azure_native/containerregistry/v20230101preview/scope_map.py +1 -1
  51. pulumi_azure_native/containerregistry/v20230101preview/token.py +1 -1
  52. pulumi_azure_native/containerregistry/v20230101preview/webhook.py +1 -1
  53. pulumi_azure_native/containerregistry/v20230601preview/archife.py +1 -1
  54. pulumi_azure_native/containerregistry/v20230601preview/archive_version.py +1 -1
  55. pulumi_azure_native/containerregistry/v20230601preview/cache_rule.py +1 -1
  56. pulumi_azure_native/containerregistry/v20230601preview/connected_registry.py +1 -1
  57. pulumi_azure_native/containerregistry/v20230601preview/credential_set.py +1 -1
  58. pulumi_azure_native/containerregistry/v20230601preview/export_pipeline.py +1 -1
  59. pulumi_azure_native/containerregistry/v20230601preview/import_pipeline.py +1 -1
  60. pulumi_azure_native/containerregistry/v20230601preview/pipeline_run.py +1 -1
  61. pulumi_azure_native/containerregistry/v20230601preview/private_endpoint_connection.py +1 -1
  62. pulumi_azure_native/containerregistry/v20230601preview/registry.py +1 -1
  63. pulumi_azure_native/containerregistry/v20230601preview/replication.py +1 -1
  64. pulumi_azure_native/containerregistry/v20230601preview/scope_map.py +1 -1
  65. pulumi_azure_native/containerregistry/v20230601preview/token.py +1 -1
  66. pulumi_azure_native/containerregistry/v20230601preview/webhook.py +1 -1
  67. pulumi_azure_native/containerregistry/v20230701/cache_rule.py +1 -1
  68. pulumi_azure_native/containerregistry/v20230701/credential_set.py +1 -1
  69. pulumi_azure_native/containerregistry/v20230701/private_endpoint_connection.py +1 -1
  70. pulumi_azure_native/containerregistry/v20230701/registry.py +1 -1
  71. pulumi_azure_native/containerregistry/v20230701/replication.py +1 -1
  72. pulumi_azure_native/containerregistry/v20230701/scope_map.py +1 -1
  73. pulumi_azure_native/containerregistry/v20230701/token.py +1 -1
  74. pulumi_azure_native/containerregistry/v20230701/webhook.py +1 -1
  75. pulumi_azure_native/containerregistry/v20230801preview/archife.py +1 -1
  76. pulumi_azure_native/containerregistry/v20230801preview/archive_version.py +1 -1
  77. pulumi_azure_native/containerregistry/v20230801preview/cache_rule.py +1 -1
  78. pulumi_azure_native/containerregistry/v20230801preview/connected_registry.py +1 -1
  79. pulumi_azure_native/containerregistry/v20230801preview/credential_set.py +1 -1
  80. pulumi_azure_native/containerregistry/v20230801preview/export_pipeline.py +1 -1
  81. pulumi_azure_native/containerregistry/v20230801preview/import_pipeline.py +1 -1
  82. pulumi_azure_native/containerregistry/v20230801preview/pipeline_run.py +1 -1
  83. pulumi_azure_native/containerregistry/v20230801preview/private_endpoint_connection.py +1 -1
  84. pulumi_azure_native/containerregistry/v20230801preview/registry.py +1 -1
  85. pulumi_azure_native/containerregistry/v20230801preview/replication.py +1 -1
  86. pulumi_azure_native/containerregistry/v20230801preview/scope_map.py +1 -1
  87. pulumi_azure_native/containerregistry/v20230801preview/token.py +1 -1
  88. pulumi_azure_native/containerregistry/v20230801preview/webhook.py +1 -1
  89. pulumi_azure_native/containerregistry/v20231101preview/archife.py +1 -1
  90. pulumi_azure_native/containerregistry/v20231101preview/archive_version.py +1 -1
  91. pulumi_azure_native/containerregistry/v20231101preview/cache_rule.py +1 -1
  92. pulumi_azure_native/containerregistry/v20231101preview/connected_registry.py +1 -1
  93. pulumi_azure_native/containerregistry/v20231101preview/credential_set.py +1 -1
  94. pulumi_azure_native/containerregistry/v20231101preview/export_pipeline.py +1 -1
  95. pulumi_azure_native/containerregistry/v20231101preview/import_pipeline.py +1 -1
  96. pulumi_azure_native/containerregistry/v20231101preview/pipeline_run.py +1 -1
  97. pulumi_azure_native/containerregistry/v20231101preview/private_endpoint_connection.py +1 -1
  98. pulumi_azure_native/containerregistry/v20231101preview/registry.py +1 -1
  99. pulumi_azure_native/containerregistry/v20231101preview/replication.py +1 -1
  100. pulumi_azure_native/containerregistry/v20231101preview/scope_map.py +1 -1
  101. pulumi_azure_native/containerregistry/v20231101preview/token.py +1 -1
  102. pulumi_azure_native/containerregistry/v20231101preview/webhook.py +1 -1
  103. pulumi_azure_native/containerregistry/v20241101preview/__init__.py +41 -0
  104. pulumi_azure_native/containerregistry/v20241101preview/_enums.py +290 -0
  105. pulumi_azure_native/containerregistry/v20241101preview/_inputs.py +2010 -0
  106. pulumi_azure_native/containerregistry/v20241101preview/archife.py +309 -0
  107. pulumi_azure_native/containerregistry/v20241101preview/archive_version.py +252 -0
  108. pulumi_azure_native/containerregistry/v20241101preview/cache_rule.py +301 -0
  109. pulumi_azure_native/containerregistry/v20241101preview/connected_registry.py +438 -0
  110. pulumi_azure_native/containerregistry/v20241101preview/credential_set.py +303 -0
  111. pulumi_azure_native/containerregistry/v20241101preview/export_pipeline.py +319 -0
  112. pulumi_azure_native/containerregistry/v20241101preview/get_archife.py +205 -0
  113. pulumi_azure_native/containerregistry/v20241101preview/get_archive_version.py +175 -0
  114. pulumi_azure_native/containerregistry/v20241101preview/get_cache_rule.py +206 -0
  115. pulumi_azure_native/containerregistry/v20241101preview/get_connected_registry.py +317 -0
  116. pulumi_azure_native/containerregistry/v20241101preview/get_credential_set.py +206 -0
  117. pulumi_azure_native/containerregistry/v20241101preview/get_export_pipeline.py +205 -0
  118. pulumi_azure_native/containerregistry/v20241101preview/get_import_pipeline.py +219 -0
  119. pulumi_azure_native/containerregistry/v20241101preview/get_pipeline_run.py +191 -0
  120. pulumi_azure_native/containerregistry/v20241101preview/get_private_endpoint_connection.py +177 -0
  121. pulumi_azure_native/containerregistry/v20241101preview/get_registry.py +423 -0
  122. pulumi_azure_native/containerregistry/v20241101preview/get_replication.py +219 -0
  123. pulumi_azure_native/containerregistry/v20241101preview/get_scope_map.py +193 -0
  124. pulumi_azure_native/containerregistry/v20241101preview/get_token.py +205 -0
  125. pulumi_azure_native/containerregistry/v20241101preview/get_webhook.py +219 -0
  126. pulumi_azure_native/containerregistry/v20241101preview/get_webhook_callback_config.py +106 -0
  127. pulumi_azure_native/containerregistry/v20241101preview/import_pipeline.py +348 -0
  128. pulumi_azure_native/containerregistry/v20241101preview/list_registry_credentials.py +101 -0
  129. pulumi_azure_native/containerregistry/v20241101preview/list_webhook_events.py +107 -0
  130. pulumi_azure_native/containerregistry/v20241101preview/outputs.py +3171 -0
  131. pulumi_azure_native/containerregistry/v20241101preview/pipeline_run.py +270 -0
  132. pulumi_azure_native/containerregistry/v20241101preview/private_endpoint_connection.py +260 -0
  133. pulumi_azure_native/containerregistry/v20241101preview/registry.py +695 -0
  134. pulumi_azure_native/containerregistry/v20241101preview/replication.py +335 -0
  135. pulumi_azure_native/containerregistry/v20241101preview/scope_map.py +277 -0
  136. pulumi_azure_native/containerregistry/v20241101preview/token.py +299 -0
  137. pulumi_azure_native/containerregistry/v20241101preview/webhook.py +388 -0
  138. pulumi_azure_native/containerregistry/webhook.py +3 -3
  139. pulumi_azure_native/dbforpostgresql/v20240801/_enums.py +1 -0
  140. pulumi_azure_native/documentdb/__init__.py +3 -0
  141. pulumi_azure_native/documentdb/firewall_rule.py +3 -3
  142. pulumi_azure_native/documentdb/get_firewall_rule.py +2 -2
  143. pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
  144. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  145. pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
  146. pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
  147. pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
  148. pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
  149. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
  150. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
  151. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
  152. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
  153. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
  154. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
  155. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
  156. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
  157. pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +1 -1
  158. pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +1 -1
  159. pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +1 -1
  160. pulumi_azure_native/documentdb/v20240601preview/firewall_rule.py +1 -1
  161. pulumi_azure_native/documentdb/v20240601preview/mongo_cluster.py +1 -1
  162. pulumi_azure_native/documentdb/v20240601preview/private_endpoint_connection.py +1 -1
  163. pulumi_azure_native/documentdb/v20240701/firewall_rule.py +1 -1
  164. pulumi_azure_native/documentdb/v20240701/mongo_cluster.py +1 -1
  165. pulumi_azure_native/documentdb/v20240701/private_endpoint_connection.py +1 -1
  166. pulumi_azure_native/documentdb/v20241001preview/__init__.py +17 -0
  167. pulumi_azure_native/documentdb/v20241001preview/_enums.py +101 -0
  168. pulumi_azure_native/documentdb/v20241001preview/_inputs.py +813 -0
  169. pulumi_azure_native/documentdb/v20241001preview/firewall_rule.py +220 -0
  170. pulumi_azure_native/documentdb/v20241001preview/get_firewall_rule.py +149 -0
  171. pulumi_azure_native/documentdb/v20241001preview/get_mongo_cluster.py +171 -0
  172. pulumi_azure_native/documentdb/v20241001preview/get_private_endpoint_connection.py +149 -0
  173. pulumi_azure_native/documentdb/v20241001preview/list_mongo_cluster_connection_strings.py +87 -0
  174. pulumi_azure_native/documentdb/v20241001preview/mongo_cluster.py +258 -0
  175. pulumi_azure_native/documentdb/v20241001preview/outputs.py +1086 -0
  176. pulumi_azure_native/documentdb/v20241001preview/private_endpoint_connection.py +221 -0
  177. pulumi_azure_native/eventgrid/__init__.py +3 -0
  178. pulumi_azure_native/eventgrid/ca_certificate.py +3 -3
  179. pulumi_azure_native/eventgrid/channel.py +3 -3
  180. pulumi_azure_native/eventgrid/client.py +3 -3
  181. pulumi_azure_native/eventgrid/client_group.py +3 -3
  182. pulumi_azure_native/eventgrid/domain.py +3 -3
  183. pulumi_azure_native/eventgrid/domain_event_subscription.py +3 -3
  184. pulumi_azure_native/eventgrid/domain_topic.py +3 -3
  185. pulumi_azure_native/eventgrid/domain_topic_event_subscription.py +3 -3
  186. pulumi_azure_native/eventgrid/event_subscription.py +3 -3
  187. pulumi_azure_native/eventgrid/get_ca_certificate.py +2 -2
  188. pulumi_azure_native/eventgrid/get_channel.py +2 -2
  189. pulumi_azure_native/eventgrid/get_channel_full_url.py +2 -2
  190. pulumi_azure_native/eventgrid/get_client.py +2 -2
  191. pulumi_azure_native/eventgrid/get_client_group.py +2 -2
  192. pulumi_azure_native/eventgrid/get_domain.py +2 -2
  193. pulumi_azure_native/eventgrid/get_domain_event_subscription.py +2 -2
  194. pulumi_azure_native/eventgrid/get_domain_event_subscription_delivery_attributes.py +2 -2
  195. pulumi_azure_native/eventgrid/get_domain_event_subscription_full_url.py +2 -2
  196. pulumi_azure_native/eventgrid/get_domain_topic.py +2 -2
  197. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription.py +2 -2
  198. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_delivery_attributes.py +2 -2
  199. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_full_url.py +2 -2
  200. pulumi_azure_native/eventgrid/get_event_subscription.py +2 -2
  201. pulumi_azure_native/eventgrid/get_event_subscription_delivery_attributes.py +2 -2
  202. pulumi_azure_native/eventgrid/get_event_subscription_full_url.py +2 -2
  203. pulumi_azure_native/eventgrid/get_namespace.py +2 -2
  204. pulumi_azure_native/eventgrid/get_namespace_topic.py +2 -2
  205. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription.py +2 -2
  206. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_delivery_attributes.py +2 -2
  207. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_full_url.py +4 -0
  208. pulumi_azure_native/eventgrid/get_partner_configuration.py +2 -2
  209. pulumi_azure_native/eventgrid/get_partner_destination.py +2 -2
  210. pulumi_azure_native/eventgrid/get_partner_namespace.py +2 -2
  211. pulumi_azure_native/eventgrid/get_partner_registration.py +2 -2
  212. pulumi_azure_native/eventgrid/get_partner_topic.py +2 -2
  213. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription.py +2 -2
  214. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_delivery_attributes.py +2 -2
  215. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_full_url.py +2 -2
  216. pulumi_azure_native/eventgrid/get_permission_binding.py +2 -2
  217. pulumi_azure_native/eventgrid/get_private_endpoint_connection.py +2 -2
  218. pulumi_azure_native/eventgrid/get_system_topic.py +2 -2
  219. pulumi_azure_native/eventgrid/get_system_topic_event_subscription.py +2 -2
  220. pulumi_azure_native/eventgrid/get_system_topic_event_subscription_delivery_attributes.py +2 -2
  221. pulumi_azure_native/eventgrid/get_system_topic_event_subscription_full_url.py +2 -2
  222. pulumi_azure_native/eventgrid/get_topic.py +2 -2
  223. pulumi_azure_native/eventgrid/get_topic_event_subscription.py +2 -2
  224. pulumi_azure_native/eventgrid/get_topic_event_subscription_delivery_attributes.py +2 -2
  225. pulumi_azure_native/eventgrid/get_topic_event_subscription_full_url.py +2 -2
  226. pulumi_azure_native/eventgrid/get_topic_space.py +2 -2
  227. pulumi_azure_native/eventgrid/list_domain_shared_access_keys.py +2 -2
  228. pulumi_azure_native/eventgrid/list_namespace_shared_access_keys.py +2 -2
  229. pulumi_azure_native/eventgrid/list_namespace_topic_shared_access_keys.py +2 -2
  230. pulumi_azure_native/eventgrid/list_partner_namespace_shared_access_keys.py +2 -2
  231. pulumi_azure_native/eventgrid/list_topic_shared_access_keys.py +2 -2
  232. pulumi_azure_native/eventgrid/namespace.py +3 -3
  233. pulumi_azure_native/eventgrid/namespace_topic.py +3 -3
  234. pulumi_azure_native/eventgrid/namespace_topic_event_subscription.py +3 -3
  235. pulumi_azure_native/eventgrid/partner_configuration.py +3 -3
  236. pulumi_azure_native/eventgrid/partner_destination.py +3 -3
  237. pulumi_azure_native/eventgrid/partner_namespace.py +3 -3
  238. pulumi_azure_native/eventgrid/partner_registration.py +3 -3
  239. pulumi_azure_native/eventgrid/partner_topic.py +3 -3
  240. pulumi_azure_native/eventgrid/partner_topic_event_subscription.py +3 -3
  241. pulumi_azure_native/eventgrid/permission_binding.py +3 -3
  242. pulumi_azure_native/eventgrid/private_endpoint_connection.py +3 -3
  243. pulumi_azure_native/eventgrid/system_topic.py +3 -3
  244. pulumi_azure_native/eventgrid/system_topic_event_subscription.py +3 -3
  245. pulumi_azure_native/eventgrid/topic.py +3 -3
  246. pulumi_azure_native/eventgrid/topic_event_subscription.py +3 -3
  247. pulumi_azure_native/eventgrid/topic_space.py +3 -3
  248. pulumi_azure_native/eventgrid/v20200401preview/domain.py +1 -1
  249. pulumi_azure_native/eventgrid/v20200401preview/topic.py +1 -1
  250. pulumi_azure_native/eventgrid/v20211015preview/partner_destination.py +1 -1
  251. pulumi_azure_native/eventgrid/v20211015preview/partner_registration.py +1 -1
  252. pulumi_azure_native/eventgrid/v20220615/channel.py +1 -1
  253. pulumi_azure_native/eventgrid/v20220615/domain.py +1 -1
  254. pulumi_azure_native/eventgrid/v20220615/domain_event_subscription.py +1 -1
  255. pulumi_azure_native/eventgrid/v20220615/domain_topic.py +1 -1
  256. pulumi_azure_native/eventgrid/v20220615/domain_topic_event_subscription.py +1 -1
  257. pulumi_azure_native/eventgrid/v20220615/event_subscription.py +1 -1
  258. pulumi_azure_native/eventgrid/v20220615/partner_configuration.py +1 -1
  259. pulumi_azure_native/eventgrid/v20220615/partner_namespace.py +1 -1
  260. pulumi_azure_native/eventgrid/v20220615/partner_registration.py +1 -1
  261. pulumi_azure_native/eventgrid/v20220615/partner_topic.py +1 -1
  262. pulumi_azure_native/eventgrid/v20220615/partner_topic_event_subscription.py +1 -1
  263. pulumi_azure_native/eventgrid/v20220615/private_endpoint_connection.py +1 -1
  264. pulumi_azure_native/eventgrid/v20220615/system_topic.py +1 -1
  265. pulumi_azure_native/eventgrid/v20220615/system_topic_event_subscription.py +1 -1
  266. pulumi_azure_native/eventgrid/v20220615/topic.py +1 -1
  267. pulumi_azure_native/eventgrid/v20220615/topic_event_subscription.py +1 -1
  268. pulumi_azure_native/eventgrid/v20230601preview/ca_certificate.py +1 -1
  269. pulumi_azure_native/eventgrid/v20230601preview/channel.py +1 -1
  270. pulumi_azure_native/eventgrid/v20230601preview/client.py +1 -1
  271. pulumi_azure_native/eventgrid/v20230601preview/client_group.py +1 -1
  272. pulumi_azure_native/eventgrid/v20230601preview/domain.py +1 -1
  273. pulumi_azure_native/eventgrid/v20230601preview/domain_event_subscription.py +1 -1
  274. pulumi_azure_native/eventgrid/v20230601preview/domain_topic.py +1 -1
  275. pulumi_azure_native/eventgrid/v20230601preview/domain_topic_event_subscription.py +1 -1
  276. pulumi_azure_native/eventgrid/v20230601preview/event_subscription.py +1 -1
  277. pulumi_azure_native/eventgrid/v20230601preview/namespace.py +1 -1
  278. pulumi_azure_native/eventgrid/v20230601preview/namespace_topic.py +1 -1
  279. pulumi_azure_native/eventgrid/v20230601preview/namespace_topic_event_subscription.py +1 -1
  280. pulumi_azure_native/eventgrid/v20230601preview/partner_configuration.py +1 -1
  281. pulumi_azure_native/eventgrid/v20230601preview/partner_destination.py +1 -1
  282. pulumi_azure_native/eventgrid/v20230601preview/partner_namespace.py +1 -1
  283. pulumi_azure_native/eventgrid/v20230601preview/partner_registration.py +1 -1
  284. pulumi_azure_native/eventgrid/v20230601preview/partner_topic.py +1 -1
  285. pulumi_azure_native/eventgrid/v20230601preview/partner_topic_event_subscription.py +1 -1
  286. pulumi_azure_native/eventgrid/v20230601preview/permission_binding.py +1 -1
  287. pulumi_azure_native/eventgrid/v20230601preview/private_endpoint_connection.py +1 -1
  288. pulumi_azure_native/eventgrid/v20230601preview/system_topic.py +1 -1
  289. pulumi_azure_native/eventgrid/v20230601preview/system_topic_event_subscription.py +1 -1
  290. pulumi_azure_native/eventgrid/v20230601preview/topic.py +1 -1
  291. pulumi_azure_native/eventgrid/v20230601preview/topic_event_subscription.py +1 -1
  292. pulumi_azure_native/eventgrid/v20230601preview/topic_space.py +1 -1
  293. pulumi_azure_native/eventgrid/v20231215preview/ca_certificate.py +1 -1
  294. pulumi_azure_native/eventgrid/v20231215preview/channel.py +1 -1
  295. pulumi_azure_native/eventgrid/v20231215preview/client.py +1 -1
  296. pulumi_azure_native/eventgrid/v20231215preview/client_group.py +1 -1
  297. pulumi_azure_native/eventgrid/v20231215preview/domain.py +1 -1
  298. pulumi_azure_native/eventgrid/v20231215preview/domain_event_subscription.py +1 -1
  299. pulumi_azure_native/eventgrid/v20231215preview/domain_topic.py +1 -1
  300. pulumi_azure_native/eventgrid/v20231215preview/domain_topic_event_subscription.py +1 -1
  301. pulumi_azure_native/eventgrid/v20231215preview/event_subscription.py +1 -1
  302. pulumi_azure_native/eventgrid/v20231215preview/namespace.py +1 -1
  303. pulumi_azure_native/eventgrid/v20231215preview/namespace_topic.py +1 -1
  304. pulumi_azure_native/eventgrid/v20231215preview/namespace_topic_event_subscription.py +1 -1
  305. pulumi_azure_native/eventgrid/v20231215preview/partner_configuration.py +1 -1
  306. pulumi_azure_native/eventgrid/v20231215preview/partner_destination.py +1 -1
  307. pulumi_azure_native/eventgrid/v20231215preview/partner_namespace.py +1 -1
  308. pulumi_azure_native/eventgrid/v20231215preview/partner_registration.py +1 -1
  309. pulumi_azure_native/eventgrid/v20231215preview/partner_topic.py +1 -1
  310. pulumi_azure_native/eventgrid/v20231215preview/partner_topic_event_subscription.py +1 -1
  311. pulumi_azure_native/eventgrid/v20231215preview/permission_binding.py +1 -1
  312. pulumi_azure_native/eventgrid/v20231215preview/private_endpoint_connection.py +1 -1
  313. pulumi_azure_native/eventgrid/v20231215preview/system_topic.py +1 -1
  314. pulumi_azure_native/eventgrid/v20231215preview/system_topic_event_subscription.py +1 -1
  315. pulumi_azure_native/eventgrid/v20231215preview/topic.py +1 -1
  316. pulumi_azure_native/eventgrid/v20231215preview/topic_event_subscription.py +1 -1
  317. pulumi_azure_native/eventgrid/v20231215preview/topic_space.py +1 -1
  318. pulumi_azure_native/eventgrid/v20240601preview/ca_certificate.py +1 -1
  319. pulumi_azure_native/eventgrid/v20240601preview/channel.py +1 -1
  320. pulumi_azure_native/eventgrid/v20240601preview/client.py +1 -1
  321. pulumi_azure_native/eventgrid/v20240601preview/client_group.py +1 -1
  322. pulumi_azure_native/eventgrid/v20240601preview/domain.py +1 -1
  323. pulumi_azure_native/eventgrid/v20240601preview/domain_event_subscription.py +1 -1
  324. pulumi_azure_native/eventgrid/v20240601preview/domain_topic.py +1 -1
  325. pulumi_azure_native/eventgrid/v20240601preview/domain_topic_event_subscription.py +1 -1
  326. pulumi_azure_native/eventgrid/v20240601preview/event_subscription.py +1 -1
  327. pulumi_azure_native/eventgrid/v20240601preview/namespace.py +1 -1
  328. pulumi_azure_native/eventgrid/v20240601preview/namespace_topic.py +1 -1
  329. pulumi_azure_native/eventgrid/v20240601preview/namespace_topic_event_subscription.py +1 -1
  330. pulumi_azure_native/eventgrid/v20240601preview/partner_configuration.py +1 -1
  331. pulumi_azure_native/eventgrid/v20240601preview/partner_destination.py +1 -1
  332. pulumi_azure_native/eventgrid/v20240601preview/partner_namespace.py +1 -1
  333. pulumi_azure_native/eventgrid/v20240601preview/partner_registration.py +1 -1
  334. pulumi_azure_native/eventgrid/v20240601preview/partner_topic.py +1 -1
  335. pulumi_azure_native/eventgrid/v20240601preview/partner_topic_event_subscription.py +1 -1
  336. pulumi_azure_native/eventgrid/v20240601preview/permission_binding.py +1 -1
  337. pulumi_azure_native/eventgrid/v20240601preview/private_endpoint_connection.py +1 -1
  338. pulumi_azure_native/eventgrid/v20240601preview/system_topic.py +1 -1
  339. pulumi_azure_native/eventgrid/v20240601preview/system_topic_event_subscription.py +1 -1
  340. pulumi_azure_native/eventgrid/v20240601preview/topic.py +1 -1
  341. pulumi_azure_native/eventgrid/v20240601preview/topic_event_subscription.py +1 -1
  342. pulumi_azure_native/eventgrid/v20240601preview/topic_space.py +1 -1
  343. pulumi_azure_native/eventgrid/v20241215preview/__init__.py +80 -0
  344. pulumi_azure_native/eventgrid/v20241215preview/_enums.py +473 -0
  345. pulumi_azure_native/eventgrid/v20241215preview/_inputs.py +7786 -0
  346. pulumi_azure_native/eventgrid/v20241215preview/ca_certificate.py +278 -0
  347. pulumi_azure_native/eventgrid/v20241215preview/channel.py +399 -0
  348. pulumi_azure_native/eventgrid/v20241215preview/client.py +359 -0
  349. pulumi_azure_native/eventgrid/v20241215preview/client_group.py +262 -0
  350. pulumi_azure_native/eventgrid/v20241215preview/domain.py +693 -0
  351. pulumi_azure_native/eventgrid/v20241215preview/domain_event_subscription.py +493 -0
  352. pulumi_azure_native/eventgrid/v20241215preview/domain_topic.py +200 -0
  353. pulumi_azure_native/eventgrid/v20241215preview/domain_topic_event_subscription.py +514 -0
  354. pulumi_azure_native/eventgrid/v20241215preview/event_subscription.py +472 -0
  355. pulumi_azure_native/eventgrid/v20241215preview/get_ca_certificate.py +205 -0
  356. pulumi_azure_native/eventgrid/v20241215preview/get_channel.py +234 -0
  357. pulumi_azure_native/eventgrid/v20241215preview/get_channel_full_url.py +92 -0
  358. pulumi_azure_native/eventgrid/v20241215preview/get_client.py +221 -0
  359. pulumi_azure_native/eventgrid/v20241215preview/get_client_group.py +178 -0
  360. pulumi_azure_native/eventgrid/v20241215preview/get_domain.py +395 -0
  361. pulumi_azure_native/eventgrid/v20241215preview/get_domain_event_subscription.py +293 -0
  362. pulumi_azure_native/eventgrid/v20241215preview/get_domain_event_subscription_delivery_attributes.py +93 -0
  363. pulumi_azure_native/eventgrid/v20241215preview/get_domain_event_subscription_full_url.py +92 -0
  364. pulumi_azure_native/eventgrid/v20241215preview/get_domain_topic.py +149 -0
  365. pulumi_azure_native/eventgrid/v20241215preview/get_domain_topic_event_subscription.py +299 -0
  366. pulumi_azure_native/eventgrid/v20241215preview/get_domain_topic_event_subscription_delivery_attributes.py +99 -0
  367. pulumi_azure_native/eventgrid/v20241215preview/get_domain_topic_event_subscription_full_url.py +98 -0
  368. pulumi_azure_native/eventgrid/v20241215preview/get_event_subscription.py +287 -0
  369. pulumi_azure_native/eventgrid/v20241215preview/get_event_subscription_delivery_attributes.py +87 -0
  370. pulumi_azure_native/eventgrid/v20241215preview/get_event_subscription_full_url.py +86 -0
  371. pulumi_azure_native/eventgrid/v20241215preview/get_namespace.py +302 -0
  372. pulumi_azure_native/eventgrid/v20241215preview/get_namespace_topic.py +192 -0
  373. pulumi_azure_native/eventgrid/v20241215preview/get_namespace_topic_event_subscription.py +225 -0
  374. pulumi_azure_native/eventgrid/v20241215preview/get_namespace_topic_event_subscription_delivery_attributes.py +99 -0
  375. pulumi_azure_native/eventgrid/v20241215preview/get_namespace_topic_event_subscription_full_url.py +98 -0
  376. pulumi_azure_native/eventgrid/v20241215preview/get_partner_configuration.py +179 -0
  377. pulumi_azure_native/eventgrid/v20241215preview/get_partner_destination.py +256 -0
  378. pulumi_azure_native/eventgrid/v20241215preview/get_partner_namespace.py +286 -0
  379. pulumi_azure_native/eventgrid/v20241215preview/get_partner_registration.py +186 -0
  380. pulumi_azure_native/eventgrid/v20241215preview/get_partner_topic.py +285 -0
  381. pulumi_azure_native/eventgrid/v20241215preview/get_partner_topic_event_subscription.py +293 -0
  382. pulumi_azure_native/eventgrid/v20241215preview/get_partner_topic_event_subscription_delivery_attributes.py +93 -0
  383. pulumi_azure_native/eventgrid/v20241215preview/get_partner_topic_event_subscription_full_url.py +92 -0
  384. pulumi_azure_native/eventgrid/v20241215preview/get_permission_binding.py +207 -0
  385. pulumi_azure_native/eventgrid/v20241215preview/get_private_endpoint_connection.py +180 -0
  386. pulumi_azure_native/eventgrid/v20241215preview/get_system_topic.py +227 -0
  387. pulumi_azure_native/eventgrid/v20241215preview/get_system_topic_event_subscription.py +293 -0
  388. pulumi_azure_native/eventgrid/v20241215preview/get_system_topic_event_subscription_delivery_attributes.py +93 -0
  389. pulumi_azure_native/eventgrid/v20241215preview/get_system_topic_event_subscription_full_url.py +92 -0
  390. pulumi_azure_native/eventgrid/v20241215preview/get_topic.py +383 -0
  391. pulumi_azure_native/eventgrid/v20241215preview/get_topic_event_subscription.py +293 -0
  392. pulumi_azure_native/eventgrid/v20241215preview/get_topic_event_subscription_delivery_attributes.py +93 -0
  393. pulumi_azure_native/eventgrid/v20241215preview/get_topic_event_subscription_full_url.py +92 -0
  394. pulumi_azure_native/eventgrid/v20241215preview/get_topic_space.py +181 -0
  395. pulumi_azure_native/eventgrid/v20241215preview/list_domain_shared_access_keys.py +100 -0
  396. pulumi_azure_native/eventgrid/v20241215preview/list_namespace_shared_access_keys.py +100 -0
  397. pulumi_azure_native/eventgrid/v20241215preview/list_namespace_topic_shared_access_keys.py +106 -0
  398. pulumi_azure_native/eventgrid/v20241215preview/list_partner_namespace_shared_access_keys.py +100 -0
  399. pulumi_azure_native/eventgrid/v20241215preview/list_topic_shared_access_keys.py +100 -0
  400. pulumi_azure_native/eventgrid/v20241215preview/namespace.py +520 -0
  401. pulumi_azure_native/eventgrid/v20241215preview/namespace_topic.py +296 -0
  402. pulumi_azure_native/eventgrid/v20241215preview/namespace_topic_event_subscription.py +368 -0
  403. pulumi_azure_native/eventgrid/v20241215preview/outputs.py +6635 -0
  404. pulumi_azure_native/eventgrid/v20241215preview/partner_configuration.py +267 -0
  405. pulumi_azure_native/eventgrid/v20241215preview/partner_destination.py +416 -0
  406. pulumi_azure_native/eventgrid/v20241215preview/partner_namespace.py +457 -0
  407. pulumi_azure_native/eventgrid/v20241215preview/partner_registration.py +270 -0
  408. pulumi_azure_native/eventgrid/v20241215preview/partner_topic.py +479 -0
  409. pulumi_azure_native/eventgrid/v20241215preview/partner_topic_event_subscription.py +493 -0
  410. pulumi_azure_native/eventgrid/v20241215preview/permission_binding.py +325 -0
  411. pulumi_azure_native/eventgrid/v20241215preview/private_endpoint_connection.py +317 -0
  412. pulumi_azure_native/eventgrid/v20241215preview/system_topic.py +336 -0
  413. pulumi_azure_native/eventgrid/v20241215preview/system_topic_event_subscription.py +493 -0
  414. pulumi_azure_native/eventgrid/v20241215preview/topic.py +641 -0
  415. pulumi_azure_native/eventgrid/v20241215preview/topic_event_subscription.py +493 -0
  416. pulumi_azure_native/eventgrid/v20241215preview/topic_space.py +274 -0
  417. pulumi_azure_native/hybridcompute/__init__.py +3 -0
  418. pulumi_azure_native/hybridcompute/gateway.py +3 -3
  419. pulumi_azure_native/hybridcompute/get_gateway.py +2 -2
  420. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  421. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  422. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  423. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  424. pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
  425. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  426. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  427. pulumi_azure_native/hybridcompute/license.py +3 -3
  428. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  429. pulumi_azure_native/hybridcompute/machine.py +3 -3
  430. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  431. pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
  432. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  433. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  434. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  435. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  436. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  437. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  438. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  439. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  440. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  441. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  442. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  443. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  444. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  445. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  446. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  447. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  448. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  449. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  450. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  451. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  452. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  453. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  454. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  455. pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
  456. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  457. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  458. pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +1 -1
  459. pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
  460. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
  461. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
  462. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
  463. pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +1 -1
  464. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
  465. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
  466. pulumi_azure_native/hybridcompute/v20240520preview/gateway.py +1 -1
  467. pulumi_azure_native/hybridcompute/v20240520preview/license.py +1 -1
  468. pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +1 -1
  469. pulumi_azure_native/hybridcompute/v20240520preview/machine.py +1 -1
  470. pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +1 -1
  471. pulumi_azure_native/hybridcompute/v20240520preview/machine_run_command.py +1 -1
  472. pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +1 -1
  473. pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +1 -1
  474. pulumi_azure_native/hybridcompute/v20240710/license.py +1 -1
  475. pulumi_azure_native/hybridcompute/v20240710/license_profile.py +1 -1
  476. pulumi_azure_native/hybridcompute/v20240710/machine.py +1 -1
  477. pulumi_azure_native/hybridcompute/v20240710/machine_extension.py +1 -1
  478. pulumi_azure_native/hybridcompute/v20240710/private_endpoint_connection.py +1 -1
  479. pulumi_azure_native/hybridcompute/v20240710/private_link_scope.py +1 -1
  480. pulumi_azure_native/hybridcompute/v20240731preview/gateway.py +1 -1
  481. pulumi_azure_native/hybridcompute/v20240731preview/license.py +1 -1
  482. pulumi_azure_native/hybridcompute/v20240731preview/license_profile.py +1 -1
  483. pulumi_azure_native/hybridcompute/v20240731preview/machine.py +1 -1
  484. pulumi_azure_native/hybridcompute/v20240731preview/machine_extension.py +1 -1
  485. pulumi_azure_native/hybridcompute/v20240731preview/machine_run_command.py +1 -1
  486. pulumi_azure_native/hybridcompute/v20240731preview/private_endpoint_connection.py +1 -1
  487. pulumi_azure_native/hybridcompute/v20240731preview/private_link_scope.py +1 -1
  488. pulumi_azure_native/hybridcompute/v20240910preview/gateway.py +1 -1
  489. pulumi_azure_native/hybridcompute/v20240910preview/license.py +1 -1
  490. pulumi_azure_native/hybridcompute/v20240910preview/license_profile.py +1 -1
  491. pulumi_azure_native/hybridcompute/v20240910preview/machine.py +1 -1
  492. pulumi_azure_native/hybridcompute/v20240910preview/machine_extension.py +1 -1
  493. pulumi_azure_native/hybridcompute/v20240910preview/machine_run_command.py +1 -1
  494. pulumi_azure_native/hybridcompute/v20240910preview/private_endpoint_connection.py +1 -1
  495. pulumi_azure_native/hybridcompute/v20240910preview/private_link_scope.py +1 -1
  496. pulumi_azure_native/hybridcompute/v20241110preview/__init__.py +26 -0
  497. pulumi_azure_native/hybridcompute/v20241110preview/_enums.py +172 -0
  498. pulumi_azure_native/hybridcompute/v20241110preview/_inputs.py +1924 -0
  499. pulumi_azure_native/hybridcompute/v20241110preview/gateway.py +316 -0
  500. pulumi_azure_native/hybridcompute/v20241110preview/get_gateway.py +227 -0
  501. pulumi_azure_native/hybridcompute/v20241110preview/get_license.py +213 -0
  502. pulumi_azure_native/hybridcompute/v20241110preview/get_license_profile.py +387 -0
  503. pulumi_azure_native/hybridcompute/v20241110preview/get_machine.py +681 -0
  504. pulumi_azure_native/hybridcompute/v20241110preview/get_machine_extension.py +177 -0
  505. pulumi_azure_native/hybridcompute/v20241110preview/get_machine_run_command.py +345 -0
  506. pulumi_azure_native/hybridcompute/v20241110preview/get_private_endpoint_connection.py +149 -0
  507. pulumi_azure_native/hybridcompute/v20241110preview/get_private_link_scope.py +171 -0
  508. pulumi_azure_native/hybridcompute/v20241110preview/license.py +326 -0
  509. pulumi_azure_native/hybridcompute/v20241110preview/license_profile.py +505 -0
  510. pulumi_azure_native/hybridcompute/v20241110preview/machine.py +885 -0
  511. pulumi_azure_native/hybridcompute/v20241110preview/machine_extension.py +279 -0
  512. pulumi_azure_native/hybridcompute/v20241110preview/machine_run_command.py +592 -0
  513. pulumi_azure_native/hybridcompute/v20241110preview/outputs.py +3556 -0
  514. pulumi_azure_native/hybridcompute/v20241110preview/private_endpoint_connection.py +220 -0
  515. pulumi_azure_native/hybridcompute/v20241110preview/private_link_scope.py +258 -0
  516. pulumi_azure_native/insights/__init__.py +0 -2
  517. pulumi_azure_native/insights/_enums.py +0 -12
  518. pulumi_azure_native/insights/_inputs.py +76 -1109
  519. pulumi_azure_native/insights/outputs.py +0 -831
  520. pulumi_azure_native/insights/v20160301/__init__.py +0 -3
  521. pulumi_azure_native/insights/v20160301/_inputs.py +0 -1034
  522. pulumi_azure_native/insights/v20160301/outputs.py +0 -833
  523. pulumi_azure_native/machinelearningservices/v20241001/_inputs.py +2 -110
  524. pulumi_azure_native/machinelearningservices/v20241001/outputs.py +2 -104
  525. pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +2 -110
  526. pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +2 -104
  527. pulumi_azure_native/pulumi-plugin.json +1 -1
  528. pulumi_azure_native/security/__init__.py +3 -0
  529. pulumi_azure_native/security/get_security_connector.py +2 -2
  530. pulumi_azure_native/security/security_connector.py +3 -3
  531. pulumi_azure_native/security/v20210701preview/security_connector.py +1 -1
  532. pulumi_azure_native/security/v20230301preview/security_connector.py +1 -1
  533. pulumi_azure_native/security/v20231001preview/security_connector.py +1 -1
  534. pulumi_azure_native/security/v20240301preview/security_connector.py +1 -1
  535. pulumi_azure_native/security/v20240701preview/security_connector.py +1 -1
  536. pulumi_azure_native/security/v20240801preview/__init__.py +12 -0
  537. pulumi_azure_native/security/v20240801preview/_enums.py +106 -0
  538. pulumi_azure_native/security/v20240801preview/_inputs.py +5542 -0
  539. pulumi_azure_native/security/v20240801preview/get_security_connector.py +255 -0
  540. pulumi_azure_native/security/v20240801preview/outputs.py +5097 -0
  541. pulumi_azure_native/security/v20240801preview/security_connector.py +394 -0
  542. pulumi_azure_native/workloads/v20240901/_inputs.py +8 -8
  543. pulumi_azure_native/workloads/v20240901/outputs.py +8 -8
  544. {pulumi_azure_native-2.76.0a1733162443.dist-info → pulumi_azure_native-2.76.0a1733466631.dist-info}/METADATA +1 -1
  545. {pulumi_azure_native-2.76.0a1733162443.dist-info → pulumi_azure_native-2.76.0a1733466631.dist-info}/RECORD +547 -406
  546. pulumi_azure_native/insights/alert_rule.py +0 -427
  547. pulumi_azure_native/insights/get_alert_rule.py +0 -243
  548. pulumi_azure_native/insights/v20160301/_enums.py +0 -31
  549. pulumi_azure_native/insights/v20160301/alert_rule.py +0 -425
  550. pulumi_azure_native/insights/v20160301/get_alert_rule.py +0 -241
  551. {pulumi_azure_native-2.76.0a1733162443.dist-info → pulumi_azure_native-2.76.0a1733466631.dist-info}/WHEEL +0 -0
  552. {pulumi_azure_native-2.76.0a1733162443.dist-info → pulumi_azure_native-2.76.0a1733466631.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2010 @@
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
+ 'ArchivePackageSourcePropertiesArgs',
20
+ 'ArchivePackageSourcePropertiesArgsDict',
21
+ 'AuthCredentialArgs',
22
+ 'AuthCredentialArgsDict',
23
+ 'AzureADAuthenticationAsArmPolicyArgs',
24
+ 'AzureADAuthenticationAsArmPolicyArgsDict',
25
+ 'EncryptionPropertyArgs',
26
+ 'EncryptionPropertyArgsDict',
27
+ 'ExportPipelineTargetPropertiesArgs',
28
+ 'ExportPipelineTargetPropertiesArgsDict',
29
+ 'ExportPolicyArgs',
30
+ 'ExportPolicyArgsDict',
31
+ 'GarbageCollectionPropertiesArgs',
32
+ 'GarbageCollectionPropertiesArgsDict',
33
+ 'IPRuleArgs',
34
+ 'IPRuleArgsDict',
35
+ 'IdentityPropertiesArgs',
36
+ 'IdentityPropertiesArgsDict',
37
+ 'ImportPipelineSourcePropertiesArgs',
38
+ 'ImportPipelineSourcePropertiesArgsDict',
39
+ 'KeyVaultPropertiesArgs',
40
+ 'KeyVaultPropertiesArgsDict',
41
+ 'LoggingPropertiesArgs',
42
+ 'LoggingPropertiesArgsDict',
43
+ 'NetworkRuleSetArgs',
44
+ 'NetworkRuleSetArgsDict',
45
+ 'ParentPropertiesArgs',
46
+ 'ParentPropertiesArgsDict',
47
+ 'PipelineRunRequestArgs',
48
+ 'PipelineRunRequestArgsDict',
49
+ 'PipelineRunSourcePropertiesArgs',
50
+ 'PipelineRunSourcePropertiesArgsDict',
51
+ 'PipelineRunTargetPropertiesArgs',
52
+ 'PipelineRunTargetPropertiesArgsDict',
53
+ 'PipelineSourceTriggerPropertiesArgs',
54
+ 'PipelineSourceTriggerPropertiesArgsDict',
55
+ 'PipelineTriggerPropertiesArgs',
56
+ 'PipelineTriggerPropertiesArgsDict',
57
+ 'PoliciesArgs',
58
+ 'PoliciesArgsDict',
59
+ 'PrivateEndpointArgs',
60
+ 'PrivateEndpointArgsDict',
61
+ 'PrivateLinkServiceConnectionStateArgs',
62
+ 'PrivateLinkServiceConnectionStateArgsDict',
63
+ 'QuarantinePolicyArgs',
64
+ 'QuarantinePolicyArgsDict',
65
+ 'RetentionPolicyArgs',
66
+ 'RetentionPolicyArgsDict',
67
+ 'SkuArgs',
68
+ 'SkuArgsDict',
69
+ 'SoftDeletePolicyArgs',
70
+ 'SoftDeletePolicyArgsDict',
71
+ 'SyncPropertiesArgs',
72
+ 'SyncPropertiesArgsDict',
73
+ 'TokenCertificateArgs',
74
+ 'TokenCertificateArgsDict',
75
+ 'TokenCredentialsPropertiesArgs',
76
+ 'TokenCredentialsPropertiesArgsDict',
77
+ 'TokenPasswordArgs',
78
+ 'TokenPasswordArgsDict',
79
+ 'TrustPolicyArgs',
80
+ 'TrustPolicyArgsDict',
81
+ ]
82
+
83
+ MYPY = False
84
+
85
+ if not MYPY:
86
+ class ArchivePackageSourcePropertiesArgsDict(TypedDict):
87
+ """
88
+ The properties of the archive package source.
89
+ """
90
+ type: NotRequired[pulumi.Input[Union[str, 'PackageSourceType']]]
91
+ """
92
+ The type of package source for a archive.
93
+ """
94
+ url: NotRequired[pulumi.Input[str]]
95
+ """
96
+ The external repository url.
97
+ """
98
+ elif False:
99
+ ArchivePackageSourcePropertiesArgsDict: TypeAlias = Mapping[str, Any]
100
+
101
+ @pulumi.input_type
102
+ class ArchivePackageSourcePropertiesArgs:
103
+ def __init__(__self__, *,
104
+ type: Optional[pulumi.Input[Union[str, 'PackageSourceType']]] = None,
105
+ url: Optional[pulumi.Input[str]] = None):
106
+ """
107
+ The properties of the archive package source.
108
+ :param pulumi.Input[Union[str, 'PackageSourceType']] type: The type of package source for a archive.
109
+ :param pulumi.Input[str] url: The external repository url.
110
+ """
111
+ if type is not None:
112
+ pulumi.set(__self__, "type", type)
113
+ if url is not None:
114
+ pulumi.set(__self__, "url", url)
115
+
116
+ @property
117
+ @pulumi.getter
118
+ def type(self) -> Optional[pulumi.Input[Union[str, 'PackageSourceType']]]:
119
+ """
120
+ The type of package source for a archive.
121
+ """
122
+ return pulumi.get(self, "type")
123
+
124
+ @type.setter
125
+ def type(self, value: Optional[pulumi.Input[Union[str, 'PackageSourceType']]]):
126
+ pulumi.set(self, "type", value)
127
+
128
+ @property
129
+ @pulumi.getter
130
+ def url(self) -> Optional[pulumi.Input[str]]:
131
+ """
132
+ The external repository url.
133
+ """
134
+ return pulumi.get(self, "url")
135
+
136
+ @url.setter
137
+ def url(self, value: Optional[pulumi.Input[str]]):
138
+ pulumi.set(self, "url", value)
139
+
140
+
141
+ if not MYPY:
142
+ class AuthCredentialArgsDict(TypedDict):
143
+ """
144
+ Authentication credential stored for an upstream.
145
+ """
146
+ name: NotRequired[pulumi.Input[Union[str, 'CredentialName']]]
147
+ """
148
+ The name of the credential.
149
+ """
150
+ password_secret_identifier: NotRequired[pulumi.Input[str]]
151
+ """
152
+ KeyVault Secret URI for accessing the password.
153
+ """
154
+ username_secret_identifier: NotRequired[pulumi.Input[str]]
155
+ """
156
+ KeyVault Secret URI for accessing the username.
157
+ """
158
+ elif False:
159
+ AuthCredentialArgsDict: TypeAlias = Mapping[str, Any]
160
+
161
+ @pulumi.input_type
162
+ class AuthCredentialArgs:
163
+ def __init__(__self__, *,
164
+ name: Optional[pulumi.Input[Union[str, 'CredentialName']]] = None,
165
+ password_secret_identifier: Optional[pulumi.Input[str]] = None,
166
+ username_secret_identifier: Optional[pulumi.Input[str]] = None):
167
+ """
168
+ Authentication credential stored for an upstream.
169
+ :param pulumi.Input[Union[str, 'CredentialName']] name: The name of the credential.
170
+ :param pulumi.Input[str] password_secret_identifier: KeyVault Secret URI for accessing the password.
171
+ :param pulumi.Input[str] username_secret_identifier: KeyVault Secret URI for accessing the username.
172
+ """
173
+ if name is not None:
174
+ pulumi.set(__self__, "name", name)
175
+ if password_secret_identifier is not None:
176
+ pulumi.set(__self__, "password_secret_identifier", password_secret_identifier)
177
+ if username_secret_identifier is not None:
178
+ pulumi.set(__self__, "username_secret_identifier", username_secret_identifier)
179
+
180
+ @property
181
+ @pulumi.getter
182
+ def name(self) -> Optional[pulumi.Input[Union[str, 'CredentialName']]]:
183
+ """
184
+ The name of the credential.
185
+ """
186
+ return pulumi.get(self, "name")
187
+
188
+ @name.setter
189
+ def name(self, value: Optional[pulumi.Input[Union[str, 'CredentialName']]]):
190
+ pulumi.set(self, "name", value)
191
+
192
+ @property
193
+ @pulumi.getter(name="passwordSecretIdentifier")
194
+ def password_secret_identifier(self) -> Optional[pulumi.Input[str]]:
195
+ """
196
+ KeyVault Secret URI for accessing the password.
197
+ """
198
+ return pulumi.get(self, "password_secret_identifier")
199
+
200
+ @password_secret_identifier.setter
201
+ def password_secret_identifier(self, value: Optional[pulumi.Input[str]]):
202
+ pulumi.set(self, "password_secret_identifier", value)
203
+
204
+ @property
205
+ @pulumi.getter(name="usernameSecretIdentifier")
206
+ def username_secret_identifier(self) -> Optional[pulumi.Input[str]]:
207
+ """
208
+ KeyVault Secret URI for accessing the username.
209
+ """
210
+ return pulumi.get(self, "username_secret_identifier")
211
+
212
+ @username_secret_identifier.setter
213
+ def username_secret_identifier(self, value: Optional[pulumi.Input[str]]):
214
+ pulumi.set(self, "username_secret_identifier", value)
215
+
216
+
217
+ if not MYPY:
218
+ class AzureADAuthenticationAsArmPolicyArgsDict(TypedDict):
219
+ """
220
+ The policy for using ARM audience token for a container registry.
221
+ """
222
+ status: NotRequired[pulumi.Input[Union[str, 'AzureADAuthenticationAsArmPolicyStatus']]]
223
+ """
224
+ The value that indicates whether the policy is enabled or not.
225
+ """
226
+ elif False:
227
+ AzureADAuthenticationAsArmPolicyArgsDict: TypeAlias = Mapping[str, Any]
228
+
229
+ @pulumi.input_type
230
+ class AzureADAuthenticationAsArmPolicyArgs:
231
+ def __init__(__self__, *,
232
+ status: Optional[pulumi.Input[Union[str, 'AzureADAuthenticationAsArmPolicyStatus']]] = None):
233
+ """
234
+ The policy for using ARM audience token for a container registry.
235
+ :param pulumi.Input[Union[str, 'AzureADAuthenticationAsArmPolicyStatus']] status: The value that indicates whether the policy is enabled or not.
236
+ """
237
+ if status is None:
238
+ status = 'enabled'
239
+ if status is not None:
240
+ pulumi.set(__self__, "status", status)
241
+
242
+ @property
243
+ @pulumi.getter
244
+ def status(self) -> Optional[pulumi.Input[Union[str, 'AzureADAuthenticationAsArmPolicyStatus']]]:
245
+ """
246
+ The value that indicates whether the policy is enabled or not.
247
+ """
248
+ return pulumi.get(self, "status")
249
+
250
+ @status.setter
251
+ def status(self, value: Optional[pulumi.Input[Union[str, 'AzureADAuthenticationAsArmPolicyStatus']]]):
252
+ pulumi.set(self, "status", value)
253
+
254
+
255
+ if not MYPY:
256
+ class EncryptionPropertyArgsDict(TypedDict):
257
+ key_vault_properties: NotRequired[pulumi.Input['KeyVaultPropertiesArgsDict']]
258
+ """
259
+ Key vault properties.
260
+ """
261
+ status: NotRequired[pulumi.Input[Union[str, 'EncryptionStatus']]]
262
+ """
263
+ Indicates whether or not the encryption is enabled for container registry.
264
+ """
265
+ elif False:
266
+ EncryptionPropertyArgsDict: TypeAlias = Mapping[str, Any]
267
+
268
+ @pulumi.input_type
269
+ class EncryptionPropertyArgs:
270
+ def __init__(__self__, *,
271
+ key_vault_properties: Optional[pulumi.Input['KeyVaultPropertiesArgs']] = None,
272
+ status: Optional[pulumi.Input[Union[str, 'EncryptionStatus']]] = None):
273
+ """
274
+ :param pulumi.Input['KeyVaultPropertiesArgs'] key_vault_properties: Key vault properties.
275
+ :param pulumi.Input[Union[str, 'EncryptionStatus']] status: Indicates whether or not the encryption is enabled for container registry.
276
+ """
277
+ if key_vault_properties is not None:
278
+ pulumi.set(__self__, "key_vault_properties", key_vault_properties)
279
+ if status is not None:
280
+ pulumi.set(__self__, "status", status)
281
+
282
+ @property
283
+ @pulumi.getter(name="keyVaultProperties")
284
+ def key_vault_properties(self) -> Optional[pulumi.Input['KeyVaultPropertiesArgs']]:
285
+ """
286
+ Key vault properties.
287
+ """
288
+ return pulumi.get(self, "key_vault_properties")
289
+
290
+ @key_vault_properties.setter
291
+ def key_vault_properties(self, value: Optional[pulumi.Input['KeyVaultPropertiesArgs']]):
292
+ pulumi.set(self, "key_vault_properties", value)
293
+
294
+ @property
295
+ @pulumi.getter
296
+ def status(self) -> Optional[pulumi.Input[Union[str, 'EncryptionStatus']]]:
297
+ """
298
+ Indicates whether or not the encryption is enabled for container registry.
299
+ """
300
+ return pulumi.get(self, "status")
301
+
302
+ @status.setter
303
+ def status(self, value: Optional[pulumi.Input[Union[str, 'EncryptionStatus']]]):
304
+ pulumi.set(self, "status", value)
305
+
306
+
307
+ if not MYPY:
308
+ class ExportPipelineTargetPropertiesArgsDict(TypedDict):
309
+ """
310
+ The properties of the export pipeline target.
311
+ """
312
+ key_vault_uri: pulumi.Input[str]
313
+ """
314
+ They key vault secret uri to obtain the target storage SAS token.
315
+ """
316
+ type: NotRequired[pulumi.Input[str]]
317
+ """
318
+ The type of target for the export pipeline.
319
+ """
320
+ uri: NotRequired[pulumi.Input[str]]
321
+ """
322
+ The target uri of the export pipeline.
323
+ When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
324
+ When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
325
+ """
326
+ elif False:
327
+ ExportPipelineTargetPropertiesArgsDict: TypeAlias = Mapping[str, Any]
328
+
329
+ @pulumi.input_type
330
+ class ExportPipelineTargetPropertiesArgs:
331
+ def __init__(__self__, *,
332
+ key_vault_uri: pulumi.Input[str],
333
+ type: Optional[pulumi.Input[str]] = None,
334
+ uri: Optional[pulumi.Input[str]] = None):
335
+ """
336
+ The properties of the export pipeline target.
337
+ :param pulumi.Input[str] key_vault_uri: They key vault secret uri to obtain the target storage SAS token.
338
+ :param pulumi.Input[str] type: The type of target for the export pipeline.
339
+ :param pulumi.Input[str] uri: The target uri of the export pipeline.
340
+ When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
341
+ When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
342
+ """
343
+ pulumi.set(__self__, "key_vault_uri", key_vault_uri)
344
+ if type is not None:
345
+ pulumi.set(__self__, "type", type)
346
+ if uri is not None:
347
+ pulumi.set(__self__, "uri", uri)
348
+
349
+ @property
350
+ @pulumi.getter(name="keyVaultUri")
351
+ def key_vault_uri(self) -> pulumi.Input[str]:
352
+ """
353
+ They key vault secret uri to obtain the target storage SAS token.
354
+ """
355
+ return pulumi.get(self, "key_vault_uri")
356
+
357
+ @key_vault_uri.setter
358
+ def key_vault_uri(self, value: pulumi.Input[str]):
359
+ pulumi.set(self, "key_vault_uri", value)
360
+
361
+ @property
362
+ @pulumi.getter
363
+ def type(self) -> Optional[pulumi.Input[str]]:
364
+ """
365
+ The type of target for the export pipeline.
366
+ """
367
+ return pulumi.get(self, "type")
368
+
369
+ @type.setter
370
+ def type(self, value: Optional[pulumi.Input[str]]):
371
+ pulumi.set(self, "type", value)
372
+
373
+ @property
374
+ @pulumi.getter
375
+ def uri(self) -> Optional[pulumi.Input[str]]:
376
+ """
377
+ The target uri of the export pipeline.
378
+ When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
379
+ When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
380
+ """
381
+ return pulumi.get(self, "uri")
382
+
383
+ @uri.setter
384
+ def uri(self, value: Optional[pulumi.Input[str]]):
385
+ pulumi.set(self, "uri", value)
386
+
387
+
388
+ if not MYPY:
389
+ class ExportPolicyArgsDict(TypedDict):
390
+ """
391
+ The export policy for a container registry.
392
+ """
393
+ status: NotRequired[pulumi.Input[Union[str, 'ExportPolicyStatus']]]
394
+ """
395
+ The value that indicates whether the policy is enabled or not.
396
+ """
397
+ elif False:
398
+ ExportPolicyArgsDict: TypeAlias = Mapping[str, Any]
399
+
400
+ @pulumi.input_type
401
+ class ExportPolicyArgs:
402
+ def __init__(__self__, *,
403
+ status: Optional[pulumi.Input[Union[str, 'ExportPolicyStatus']]] = None):
404
+ """
405
+ The export policy for a container registry.
406
+ :param pulumi.Input[Union[str, 'ExportPolicyStatus']] status: The value that indicates whether the policy is enabled or not.
407
+ """
408
+ if status is None:
409
+ status = 'enabled'
410
+ if status is not None:
411
+ pulumi.set(__self__, "status", status)
412
+
413
+ @property
414
+ @pulumi.getter
415
+ def status(self) -> Optional[pulumi.Input[Union[str, 'ExportPolicyStatus']]]:
416
+ """
417
+ The value that indicates whether the policy is enabled or not.
418
+ """
419
+ return pulumi.get(self, "status")
420
+
421
+ @status.setter
422
+ def status(self, value: Optional[pulumi.Input[Union[str, 'ExportPolicyStatus']]]):
423
+ pulumi.set(self, "status", value)
424
+
425
+
426
+ if not MYPY:
427
+ class GarbageCollectionPropertiesArgsDict(TypedDict):
428
+ """
429
+ The garbage collection properties of the connected registry.
430
+ """
431
+ enabled: NotRequired[pulumi.Input[bool]]
432
+ """
433
+ Indicates whether garbage collection is enabled for the connected registry.
434
+ """
435
+ schedule: NotRequired[pulumi.Input[str]]
436
+ """
437
+ The cron expression indicating the schedule that the connected registry will run garbage collection.
438
+ """
439
+ elif False:
440
+ GarbageCollectionPropertiesArgsDict: TypeAlias = Mapping[str, Any]
441
+
442
+ @pulumi.input_type
443
+ class GarbageCollectionPropertiesArgs:
444
+ def __init__(__self__, *,
445
+ enabled: Optional[pulumi.Input[bool]] = None,
446
+ schedule: Optional[pulumi.Input[str]] = None):
447
+ """
448
+ The garbage collection properties of the connected registry.
449
+ :param pulumi.Input[bool] enabled: Indicates whether garbage collection is enabled for the connected registry.
450
+ :param pulumi.Input[str] schedule: The cron expression indicating the schedule that the connected registry will run garbage collection.
451
+ """
452
+ if enabled is not None:
453
+ pulumi.set(__self__, "enabled", enabled)
454
+ if schedule is not None:
455
+ pulumi.set(__self__, "schedule", schedule)
456
+
457
+ @property
458
+ @pulumi.getter
459
+ def enabled(self) -> Optional[pulumi.Input[bool]]:
460
+ """
461
+ Indicates whether garbage collection is enabled for the connected registry.
462
+ """
463
+ return pulumi.get(self, "enabled")
464
+
465
+ @enabled.setter
466
+ def enabled(self, value: Optional[pulumi.Input[bool]]):
467
+ pulumi.set(self, "enabled", value)
468
+
469
+ @property
470
+ @pulumi.getter
471
+ def schedule(self) -> Optional[pulumi.Input[str]]:
472
+ """
473
+ The cron expression indicating the schedule that the connected registry will run garbage collection.
474
+ """
475
+ return pulumi.get(self, "schedule")
476
+
477
+ @schedule.setter
478
+ def schedule(self, value: Optional[pulumi.Input[str]]):
479
+ pulumi.set(self, "schedule", value)
480
+
481
+
482
+ if not MYPY:
483
+ class IPRuleArgsDict(TypedDict):
484
+ """
485
+ IP rule with specific IP or IP range in CIDR format.
486
+ """
487
+ i_p_address_or_range: pulumi.Input[str]
488
+ """
489
+ Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed.
490
+ """
491
+ action: NotRequired[pulumi.Input[Union[str, 'Action']]]
492
+ """
493
+ The action of IP ACL rule.
494
+ """
495
+ elif False:
496
+ IPRuleArgsDict: TypeAlias = Mapping[str, Any]
497
+
498
+ @pulumi.input_type
499
+ class IPRuleArgs:
500
+ def __init__(__self__, *,
501
+ i_p_address_or_range: pulumi.Input[str],
502
+ action: Optional[pulumi.Input[Union[str, 'Action']]] = None):
503
+ """
504
+ IP rule with specific IP or IP range in CIDR format.
505
+ :param pulumi.Input[str] i_p_address_or_range: Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed.
506
+ :param pulumi.Input[Union[str, 'Action']] action: The action of IP ACL rule.
507
+ """
508
+ pulumi.set(__self__, "i_p_address_or_range", i_p_address_or_range)
509
+ if action is None:
510
+ action = 'Allow'
511
+ if action is not None:
512
+ pulumi.set(__self__, "action", action)
513
+
514
+ @property
515
+ @pulumi.getter(name="iPAddressOrRange")
516
+ def i_p_address_or_range(self) -> pulumi.Input[str]:
517
+ """
518
+ Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed.
519
+ """
520
+ return pulumi.get(self, "i_p_address_or_range")
521
+
522
+ @i_p_address_or_range.setter
523
+ def i_p_address_or_range(self, value: pulumi.Input[str]):
524
+ pulumi.set(self, "i_p_address_or_range", value)
525
+
526
+ @property
527
+ @pulumi.getter
528
+ def action(self) -> Optional[pulumi.Input[Union[str, 'Action']]]:
529
+ """
530
+ The action of IP ACL rule.
531
+ """
532
+ return pulumi.get(self, "action")
533
+
534
+ @action.setter
535
+ def action(self, value: Optional[pulumi.Input[Union[str, 'Action']]]):
536
+ pulumi.set(self, "action", value)
537
+
538
+
539
+ if not MYPY:
540
+ class IdentityPropertiesArgsDict(TypedDict):
541
+ """
542
+ Managed identity for the resource.
543
+ """
544
+ type: NotRequired[pulumi.Input['ResourceIdentityType']]
545
+ """
546
+ The identity type.
547
+ """
548
+ user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
549
+ """
550
+ The list of user identities associated with the resource. The user identity
551
+ dictionary key references will be ARM resource ids in the form:
552
+ '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/
553
+ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
554
+ """
555
+ elif False:
556
+ IdentityPropertiesArgsDict: TypeAlias = Mapping[str, Any]
557
+
558
+ @pulumi.input_type
559
+ class IdentityPropertiesArgs:
560
+ def __init__(__self__, *,
561
+ type: Optional[pulumi.Input['ResourceIdentityType']] = None,
562
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
563
+ """
564
+ Managed identity for the resource.
565
+ :param pulumi.Input['ResourceIdentityType'] type: The identity type.
566
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The list of user identities associated with the resource. The user identity
567
+ dictionary key references will be ARM resource ids in the form:
568
+ '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/
569
+ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
570
+ """
571
+ if type is not None:
572
+ pulumi.set(__self__, "type", type)
573
+ if user_assigned_identities is not None:
574
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
575
+
576
+ @property
577
+ @pulumi.getter
578
+ def type(self) -> Optional[pulumi.Input['ResourceIdentityType']]:
579
+ """
580
+ The identity type.
581
+ """
582
+ return pulumi.get(self, "type")
583
+
584
+ @type.setter
585
+ def type(self, value: Optional[pulumi.Input['ResourceIdentityType']]):
586
+ pulumi.set(self, "type", value)
587
+
588
+ @property
589
+ @pulumi.getter(name="userAssignedIdentities")
590
+ def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
591
+ """
592
+ The list of user identities associated with the resource. The user identity
593
+ dictionary key references will be ARM resource ids in the form:
594
+ '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/
595
+ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
596
+ """
597
+ return pulumi.get(self, "user_assigned_identities")
598
+
599
+ @user_assigned_identities.setter
600
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
601
+ pulumi.set(self, "user_assigned_identities", value)
602
+
603
+
604
+ if not MYPY:
605
+ class ImportPipelineSourcePropertiesArgsDict(TypedDict):
606
+ """
607
+ The properties of the import pipeline source.
608
+ """
609
+ key_vault_uri: pulumi.Input[str]
610
+ """
611
+ They key vault secret uri to obtain the source storage SAS token.
612
+ """
613
+ type: NotRequired[pulumi.Input[Union[str, 'PipelineSourceType']]]
614
+ """
615
+ The type of source for the import pipeline.
616
+ """
617
+ uri: NotRequired[pulumi.Input[str]]
618
+ """
619
+ The source uri of the import pipeline.
620
+ When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
621
+ When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
622
+ """
623
+ elif False:
624
+ ImportPipelineSourcePropertiesArgsDict: TypeAlias = Mapping[str, Any]
625
+
626
+ @pulumi.input_type
627
+ class ImportPipelineSourcePropertiesArgs:
628
+ def __init__(__self__, *,
629
+ key_vault_uri: pulumi.Input[str],
630
+ type: Optional[pulumi.Input[Union[str, 'PipelineSourceType']]] = None,
631
+ uri: Optional[pulumi.Input[str]] = None):
632
+ """
633
+ The properties of the import pipeline source.
634
+ :param pulumi.Input[str] key_vault_uri: They key vault secret uri to obtain the source storage SAS token.
635
+ :param pulumi.Input[Union[str, 'PipelineSourceType']] type: The type of source for the import pipeline.
636
+ :param pulumi.Input[str] uri: The source uri of the import pipeline.
637
+ When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
638
+ When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
639
+ """
640
+ pulumi.set(__self__, "key_vault_uri", key_vault_uri)
641
+ if type is None:
642
+ type = 'AzureStorageBlobContainer'
643
+ if type is not None:
644
+ pulumi.set(__self__, "type", type)
645
+ if uri is not None:
646
+ pulumi.set(__self__, "uri", uri)
647
+
648
+ @property
649
+ @pulumi.getter(name="keyVaultUri")
650
+ def key_vault_uri(self) -> pulumi.Input[str]:
651
+ """
652
+ They key vault secret uri to obtain the source storage SAS token.
653
+ """
654
+ return pulumi.get(self, "key_vault_uri")
655
+
656
+ @key_vault_uri.setter
657
+ def key_vault_uri(self, value: pulumi.Input[str]):
658
+ pulumi.set(self, "key_vault_uri", value)
659
+
660
+ @property
661
+ @pulumi.getter
662
+ def type(self) -> Optional[pulumi.Input[Union[str, 'PipelineSourceType']]]:
663
+ """
664
+ The type of source for the import pipeline.
665
+ """
666
+ return pulumi.get(self, "type")
667
+
668
+ @type.setter
669
+ def type(self, value: Optional[pulumi.Input[Union[str, 'PipelineSourceType']]]):
670
+ pulumi.set(self, "type", value)
671
+
672
+ @property
673
+ @pulumi.getter
674
+ def uri(self) -> Optional[pulumi.Input[str]]:
675
+ """
676
+ The source uri of the import pipeline.
677
+ When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
678
+ When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
679
+ """
680
+ return pulumi.get(self, "uri")
681
+
682
+ @uri.setter
683
+ def uri(self, value: Optional[pulumi.Input[str]]):
684
+ pulumi.set(self, "uri", value)
685
+
686
+
687
+ if not MYPY:
688
+ class KeyVaultPropertiesArgsDict(TypedDict):
689
+ identity: NotRequired[pulumi.Input[str]]
690
+ """
691
+ The client id of the identity which will be used to access key vault.
692
+ """
693
+ key_identifier: NotRequired[pulumi.Input[str]]
694
+ """
695
+ Key vault uri to access the encryption key.
696
+ """
697
+ elif False:
698
+ KeyVaultPropertiesArgsDict: TypeAlias = Mapping[str, Any]
699
+
700
+ @pulumi.input_type
701
+ class KeyVaultPropertiesArgs:
702
+ def __init__(__self__, *,
703
+ identity: Optional[pulumi.Input[str]] = None,
704
+ key_identifier: Optional[pulumi.Input[str]] = None):
705
+ """
706
+ :param pulumi.Input[str] identity: The client id of the identity which will be used to access key vault.
707
+ :param pulumi.Input[str] key_identifier: Key vault uri to access the encryption key.
708
+ """
709
+ if identity is not None:
710
+ pulumi.set(__self__, "identity", identity)
711
+ if key_identifier is not None:
712
+ pulumi.set(__self__, "key_identifier", key_identifier)
713
+
714
+ @property
715
+ @pulumi.getter
716
+ def identity(self) -> Optional[pulumi.Input[str]]:
717
+ """
718
+ The client id of the identity which will be used to access key vault.
719
+ """
720
+ return pulumi.get(self, "identity")
721
+
722
+ @identity.setter
723
+ def identity(self, value: Optional[pulumi.Input[str]]):
724
+ pulumi.set(self, "identity", value)
725
+
726
+ @property
727
+ @pulumi.getter(name="keyIdentifier")
728
+ def key_identifier(self) -> Optional[pulumi.Input[str]]:
729
+ """
730
+ Key vault uri to access the encryption key.
731
+ """
732
+ return pulumi.get(self, "key_identifier")
733
+
734
+ @key_identifier.setter
735
+ def key_identifier(self, value: Optional[pulumi.Input[str]]):
736
+ pulumi.set(self, "key_identifier", value)
737
+
738
+
739
+ if not MYPY:
740
+ class LoggingPropertiesArgsDict(TypedDict):
741
+ """
742
+ The logging properties of the connected registry.
743
+ """
744
+ audit_log_status: NotRequired[pulumi.Input[Union[str, 'AuditLogStatus']]]
745
+ """
746
+ Indicates whether audit logs are enabled on the connected registry.
747
+ """
748
+ log_level: NotRequired[pulumi.Input[Union[str, 'LogLevel']]]
749
+ """
750
+ The verbosity of logs persisted on the connected registry.
751
+ """
752
+ elif False:
753
+ LoggingPropertiesArgsDict: TypeAlias = Mapping[str, Any]
754
+
755
+ @pulumi.input_type
756
+ class LoggingPropertiesArgs:
757
+ def __init__(__self__, *,
758
+ audit_log_status: Optional[pulumi.Input[Union[str, 'AuditLogStatus']]] = None,
759
+ log_level: Optional[pulumi.Input[Union[str, 'LogLevel']]] = None):
760
+ """
761
+ The logging properties of the connected registry.
762
+ :param pulumi.Input[Union[str, 'AuditLogStatus']] audit_log_status: Indicates whether audit logs are enabled on the connected registry.
763
+ :param pulumi.Input[Union[str, 'LogLevel']] log_level: The verbosity of logs persisted on the connected registry.
764
+ """
765
+ if audit_log_status is None:
766
+ audit_log_status = 'Disabled'
767
+ if audit_log_status is not None:
768
+ pulumi.set(__self__, "audit_log_status", audit_log_status)
769
+ if log_level is None:
770
+ log_level = 'Information'
771
+ if log_level is not None:
772
+ pulumi.set(__self__, "log_level", log_level)
773
+
774
+ @property
775
+ @pulumi.getter(name="auditLogStatus")
776
+ def audit_log_status(self) -> Optional[pulumi.Input[Union[str, 'AuditLogStatus']]]:
777
+ """
778
+ Indicates whether audit logs are enabled on the connected registry.
779
+ """
780
+ return pulumi.get(self, "audit_log_status")
781
+
782
+ @audit_log_status.setter
783
+ def audit_log_status(self, value: Optional[pulumi.Input[Union[str, 'AuditLogStatus']]]):
784
+ pulumi.set(self, "audit_log_status", value)
785
+
786
+ @property
787
+ @pulumi.getter(name="logLevel")
788
+ def log_level(self) -> Optional[pulumi.Input[Union[str, 'LogLevel']]]:
789
+ """
790
+ The verbosity of logs persisted on the connected registry.
791
+ """
792
+ return pulumi.get(self, "log_level")
793
+
794
+ @log_level.setter
795
+ def log_level(self, value: Optional[pulumi.Input[Union[str, 'LogLevel']]]):
796
+ pulumi.set(self, "log_level", value)
797
+
798
+
799
+ if not MYPY:
800
+ class NetworkRuleSetArgsDict(TypedDict):
801
+ """
802
+ The network rule set for a container registry.
803
+ """
804
+ default_action: pulumi.Input[Union[str, 'DefaultAction']]
805
+ """
806
+ The default action of allow or deny when no other rules match.
807
+ """
808
+ ip_rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['IPRuleArgsDict']]]]
809
+ """
810
+ The IP ACL rules.
811
+ """
812
+ elif False:
813
+ NetworkRuleSetArgsDict: TypeAlias = Mapping[str, Any]
814
+
815
+ @pulumi.input_type
816
+ class NetworkRuleSetArgs:
817
+ def __init__(__self__, *,
818
+ default_action: Optional[pulumi.Input[Union[str, 'DefaultAction']]] = None,
819
+ ip_rules: Optional[pulumi.Input[Sequence[pulumi.Input['IPRuleArgs']]]] = None):
820
+ """
821
+ The network rule set for a container registry.
822
+ :param pulumi.Input[Union[str, 'DefaultAction']] default_action: The default action of allow or deny when no other rules match.
823
+ :param pulumi.Input[Sequence[pulumi.Input['IPRuleArgs']]] ip_rules: The IP ACL rules.
824
+ """
825
+ if default_action is None:
826
+ default_action = 'Allow'
827
+ pulumi.set(__self__, "default_action", default_action)
828
+ if ip_rules is not None:
829
+ pulumi.set(__self__, "ip_rules", ip_rules)
830
+
831
+ @property
832
+ @pulumi.getter(name="defaultAction")
833
+ def default_action(self) -> pulumi.Input[Union[str, 'DefaultAction']]:
834
+ """
835
+ The default action of allow or deny when no other rules match.
836
+ """
837
+ return pulumi.get(self, "default_action")
838
+
839
+ @default_action.setter
840
+ def default_action(self, value: pulumi.Input[Union[str, 'DefaultAction']]):
841
+ pulumi.set(self, "default_action", value)
842
+
843
+ @property
844
+ @pulumi.getter(name="ipRules")
845
+ def ip_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IPRuleArgs']]]]:
846
+ """
847
+ The IP ACL rules.
848
+ """
849
+ return pulumi.get(self, "ip_rules")
850
+
851
+ @ip_rules.setter
852
+ def ip_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IPRuleArgs']]]]):
853
+ pulumi.set(self, "ip_rules", value)
854
+
855
+
856
+ if not MYPY:
857
+ class ParentPropertiesArgsDict(TypedDict):
858
+ """
859
+ The properties of the connected registry parent.
860
+ """
861
+ sync_properties: pulumi.Input['SyncPropertiesArgsDict']
862
+ """
863
+ The sync properties of the connected registry with its parent.
864
+ """
865
+ id: NotRequired[pulumi.Input[str]]
866
+ """
867
+ The resource ID of the parent to which the connected registry will be associated.
868
+ """
869
+ elif False:
870
+ ParentPropertiesArgsDict: TypeAlias = Mapping[str, Any]
871
+
872
+ @pulumi.input_type
873
+ class ParentPropertiesArgs:
874
+ def __init__(__self__, *,
875
+ sync_properties: pulumi.Input['SyncPropertiesArgs'],
876
+ id: Optional[pulumi.Input[str]] = None):
877
+ """
878
+ The properties of the connected registry parent.
879
+ :param pulumi.Input['SyncPropertiesArgs'] sync_properties: The sync properties of the connected registry with its parent.
880
+ :param pulumi.Input[str] id: The resource ID of the parent to which the connected registry will be associated.
881
+ """
882
+ pulumi.set(__self__, "sync_properties", sync_properties)
883
+ if id is not None:
884
+ pulumi.set(__self__, "id", id)
885
+
886
+ @property
887
+ @pulumi.getter(name="syncProperties")
888
+ def sync_properties(self) -> pulumi.Input['SyncPropertiesArgs']:
889
+ """
890
+ The sync properties of the connected registry with its parent.
891
+ """
892
+ return pulumi.get(self, "sync_properties")
893
+
894
+ @sync_properties.setter
895
+ def sync_properties(self, value: pulumi.Input['SyncPropertiesArgs']):
896
+ pulumi.set(self, "sync_properties", value)
897
+
898
+ @property
899
+ @pulumi.getter
900
+ def id(self) -> Optional[pulumi.Input[str]]:
901
+ """
902
+ The resource ID of the parent to which the connected registry will be associated.
903
+ """
904
+ return pulumi.get(self, "id")
905
+
906
+ @id.setter
907
+ def id(self, value: Optional[pulumi.Input[str]]):
908
+ pulumi.set(self, "id", value)
909
+
910
+
911
+ if not MYPY:
912
+ class PipelineRunRequestArgsDict(TypedDict):
913
+ """
914
+ The request properties provided for a pipeline run.
915
+ """
916
+ artifacts: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
917
+ """
918
+ List of source artifacts to be transferred by the pipeline.
919
+ Specify an image by repository ('hello-world'). This will use the 'latest' tag.
920
+ Specify an image by tag ('hello-world:latest').
921
+ Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').
922
+ """
923
+ catalog_digest: NotRequired[pulumi.Input[str]]
924
+ """
925
+ The digest of the tar used to transfer the artifacts.
926
+ """
927
+ pipeline_resource_id: NotRequired[pulumi.Input[str]]
928
+ """
929
+ The resource ID of the pipeline to run.
930
+ """
931
+ source: NotRequired[pulumi.Input['PipelineRunSourcePropertiesArgsDict']]
932
+ """
933
+ The source properties of the pipeline run.
934
+ """
935
+ target: NotRequired[pulumi.Input['PipelineRunTargetPropertiesArgsDict']]
936
+ """
937
+ The target properties of the pipeline run.
938
+ """
939
+ elif False:
940
+ PipelineRunRequestArgsDict: TypeAlias = Mapping[str, Any]
941
+
942
+ @pulumi.input_type
943
+ class PipelineRunRequestArgs:
944
+ def __init__(__self__, *,
945
+ artifacts: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
946
+ catalog_digest: Optional[pulumi.Input[str]] = None,
947
+ pipeline_resource_id: Optional[pulumi.Input[str]] = None,
948
+ source: Optional[pulumi.Input['PipelineRunSourcePropertiesArgs']] = None,
949
+ target: Optional[pulumi.Input['PipelineRunTargetPropertiesArgs']] = None):
950
+ """
951
+ The request properties provided for a pipeline run.
952
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] artifacts: List of source artifacts to be transferred by the pipeline.
953
+ Specify an image by repository ('hello-world'). This will use the 'latest' tag.
954
+ Specify an image by tag ('hello-world:latest').
955
+ Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').
956
+ :param pulumi.Input[str] catalog_digest: The digest of the tar used to transfer the artifacts.
957
+ :param pulumi.Input[str] pipeline_resource_id: The resource ID of the pipeline to run.
958
+ :param pulumi.Input['PipelineRunSourcePropertiesArgs'] source: The source properties of the pipeline run.
959
+ :param pulumi.Input['PipelineRunTargetPropertiesArgs'] target: The target properties of the pipeline run.
960
+ """
961
+ if artifacts is not None:
962
+ pulumi.set(__self__, "artifacts", artifacts)
963
+ if catalog_digest is not None:
964
+ pulumi.set(__self__, "catalog_digest", catalog_digest)
965
+ if pipeline_resource_id is not None:
966
+ pulumi.set(__self__, "pipeline_resource_id", pipeline_resource_id)
967
+ if source is not None:
968
+ pulumi.set(__self__, "source", source)
969
+ if target is not None:
970
+ pulumi.set(__self__, "target", target)
971
+
972
+ @property
973
+ @pulumi.getter
974
+ def artifacts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
975
+ """
976
+ List of source artifacts to be transferred by the pipeline.
977
+ Specify an image by repository ('hello-world'). This will use the 'latest' tag.
978
+ Specify an image by tag ('hello-world:latest').
979
+ Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').
980
+ """
981
+ return pulumi.get(self, "artifacts")
982
+
983
+ @artifacts.setter
984
+ def artifacts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
985
+ pulumi.set(self, "artifacts", value)
986
+
987
+ @property
988
+ @pulumi.getter(name="catalogDigest")
989
+ def catalog_digest(self) -> Optional[pulumi.Input[str]]:
990
+ """
991
+ The digest of the tar used to transfer the artifacts.
992
+ """
993
+ return pulumi.get(self, "catalog_digest")
994
+
995
+ @catalog_digest.setter
996
+ def catalog_digest(self, value: Optional[pulumi.Input[str]]):
997
+ pulumi.set(self, "catalog_digest", value)
998
+
999
+ @property
1000
+ @pulumi.getter(name="pipelineResourceId")
1001
+ def pipeline_resource_id(self) -> Optional[pulumi.Input[str]]:
1002
+ """
1003
+ The resource ID of the pipeline to run.
1004
+ """
1005
+ return pulumi.get(self, "pipeline_resource_id")
1006
+
1007
+ @pipeline_resource_id.setter
1008
+ def pipeline_resource_id(self, value: Optional[pulumi.Input[str]]):
1009
+ pulumi.set(self, "pipeline_resource_id", value)
1010
+
1011
+ @property
1012
+ @pulumi.getter
1013
+ def source(self) -> Optional[pulumi.Input['PipelineRunSourcePropertiesArgs']]:
1014
+ """
1015
+ The source properties of the pipeline run.
1016
+ """
1017
+ return pulumi.get(self, "source")
1018
+
1019
+ @source.setter
1020
+ def source(self, value: Optional[pulumi.Input['PipelineRunSourcePropertiesArgs']]):
1021
+ pulumi.set(self, "source", value)
1022
+
1023
+ @property
1024
+ @pulumi.getter
1025
+ def target(self) -> Optional[pulumi.Input['PipelineRunTargetPropertiesArgs']]:
1026
+ """
1027
+ The target properties of the pipeline run.
1028
+ """
1029
+ return pulumi.get(self, "target")
1030
+
1031
+ @target.setter
1032
+ def target(self, value: Optional[pulumi.Input['PipelineRunTargetPropertiesArgs']]):
1033
+ pulumi.set(self, "target", value)
1034
+
1035
+
1036
+ if not MYPY:
1037
+ class PipelineRunSourcePropertiesArgsDict(TypedDict):
1038
+ name: NotRequired[pulumi.Input[str]]
1039
+ """
1040
+ The name of the source.
1041
+ """
1042
+ type: NotRequired[pulumi.Input[Union[str, 'PipelineRunSourceType']]]
1043
+ """
1044
+ The type of the source.
1045
+ """
1046
+ elif False:
1047
+ PipelineRunSourcePropertiesArgsDict: TypeAlias = Mapping[str, Any]
1048
+
1049
+ @pulumi.input_type
1050
+ class PipelineRunSourcePropertiesArgs:
1051
+ def __init__(__self__, *,
1052
+ name: Optional[pulumi.Input[str]] = None,
1053
+ type: Optional[pulumi.Input[Union[str, 'PipelineRunSourceType']]] = None):
1054
+ """
1055
+ :param pulumi.Input[str] name: The name of the source.
1056
+ :param pulumi.Input[Union[str, 'PipelineRunSourceType']] type: The type of the source.
1057
+ """
1058
+ if name is not None:
1059
+ pulumi.set(__self__, "name", name)
1060
+ if type is None:
1061
+ type = 'AzureStorageBlob'
1062
+ if type is not None:
1063
+ pulumi.set(__self__, "type", type)
1064
+
1065
+ @property
1066
+ @pulumi.getter
1067
+ def name(self) -> Optional[pulumi.Input[str]]:
1068
+ """
1069
+ The name of the source.
1070
+ """
1071
+ return pulumi.get(self, "name")
1072
+
1073
+ @name.setter
1074
+ def name(self, value: Optional[pulumi.Input[str]]):
1075
+ pulumi.set(self, "name", value)
1076
+
1077
+ @property
1078
+ @pulumi.getter
1079
+ def type(self) -> Optional[pulumi.Input[Union[str, 'PipelineRunSourceType']]]:
1080
+ """
1081
+ The type of the source.
1082
+ """
1083
+ return pulumi.get(self, "type")
1084
+
1085
+ @type.setter
1086
+ def type(self, value: Optional[pulumi.Input[Union[str, 'PipelineRunSourceType']]]):
1087
+ pulumi.set(self, "type", value)
1088
+
1089
+
1090
+ if not MYPY:
1091
+ class PipelineRunTargetPropertiesArgsDict(TypedDict):
1092
+ name: NotRequired[pulumi.Input[str]]
1093
+ """
1094
+ The name of the target.
1095
+ """
1096
+ type: NotRequired[pulumi.Input[Union[str, 'PipelineRunTargetType']]]
1097
+ """
1098
+ The type of the target.
1099
+ """
1100
+ elif False:
1101
+ PipelineRunTargetPropertiesArgsDict: TypeAlias = Mapping[str, Any]
1102
+
1103
+ @pulumi.input_type
1104
+ class PipelineRunTargetPropertiesArgs:
1105
+ def __init__(__self__, *,
1106
+ name: Optional[pulumi.Input[str]] = None,
1107
+ type: Optional[pulumi.Input[Union[str, 'PipelineRunTargetType']]] = None):
1108
+ """
1109
+ :param pulumi.Input[str] name: The name of the target.
1110
+ :param pulumi.Input[Union[str, 'PipelineRunTargetType']] type: The type of the target.
1111
+ """
1112
+ if name is not None:
1113
+ pulumi.set(__self__, "name", name)
1114
+ if type is None:
1115
+ type = 'AzureStorageBlob'
1116
+ if type is not None:
1117
+ pulumi.set(__self__, "type", type)
1118
+
1119
+ @property
1120
+ @pulumi.getter
1121
+ def name(self) -> Optional[pulumi.Input[str]]:
1122
+ """
1123
+ The name of the target.
1124
+ """
1125
+ return pulumi.get(self, "name")
1126
+
1127
+ @name.setter
1128
+ def name(self, value: Optional[pulumi.Input[str]]):
1129
+ pulumi.set(self, "name", value)
1130
+
1131
+ @property
1132
+ @pulumi.getter
1133
+ def type(self) -> Optional[pulumi.Input[Union[str, 'PipelineRunTargetType']]]:
1134
+ """
1135
+ The type of the target.
1136
+ """
1137
+ return pulumi.get(self, "type")
1138
+
1139
+ @type.setter
1140
+ def type(self, value: Optional[pulumi.Input[Union[str, 'PipelineRunTargetType']]]):
1141
+ pulumi.set(self, "type", value)
1142
+
1143
+
1144
+ if not MYPY:
1145
+ class PipelineSourceTriggerPropertiesArgsDict(TypedDict):
1146
+ status: pulumi.Input[Union[str, 'TriggerStatus']]
1147
+ """
1148
+ The current status of the source trigger.
1149
+ """
1150
+ elif False:
1151
+ PipelineSourceTriggerPropertiesArgsDict: TypeAlias = Mapping[str, Any]
1152
+
1153
+ @pulumi.input_type
1154
+ class PipelineSourceTriggerPropertiesArgs:
1155
+ def __init__(__self__, *,
1156
+ status: Optional[pulumi.Input[Union[str, 'TriggerStatus']]] = None):
1157
+ """
1158
+ :param pulumi.Input[Union[str, 'TriggerStatus']] status: The current status of the source trigger.
1159
+ """
1160
+ if status is None:
1161
+ status = 'Enabled'
1162
+ pulumi.set(__self__, "status", status)
1163
+
1164
+ @property
1165
+ @pulumi.getter
1166
+ def status(self) -> pulumi.Input[Union[str, 'TriggerStatus']]:
1167
+ """
1168
+ The current status of the source trigger.
1169
+ """
1170
+ return pulumi.get(self, "status")
1171
+
1172
+ @status.setter
1173
+ def status(self, value: pulumi.Input[Union[str, 'TriggerStatus']]):
1174
+ pulumi.set(self, "status", value)
1175
+
1176
+
1177
+ if not MYPY:
1178
+ class PipelineTriggerPropertiesArgsDict(TypedDict):
1179
+ source_trigger: NotRequired[pulumi.Input['PipelineSourceTriggerPropertiesArgsDict']]
1180
+ """
1181
+ The source trigger properties of the pipeline.
1182
+ """
1183
+ elif False:
1184
+ PipelineTriggerPropertiesArgsDict: TypeAlias = Mapping[str, Any]
1185
+
1186
+ @pulumi.input_type
1187
+ class PipelineTriggerPropertiesArgs:
1188
+ def __init__(__self__, *,
1189
+ source_trigger: Optional[pulumi.Input['PipelineSourceTriggerPropertiesArgs']] = None):
1190
+ """
1191
+ :param pulumi.Input['PipelineSourceTriggerPropertiesArgs'] source_trigger: The source trigger properties of the pipeline.
1192
+ """
1193
+ if source_trigger is not None:
1194
+ pulumi.set(__self__, "source_trigger", source_trigger)
1195
+
1196
+ @property
1197
+ @pulumi.getter(name="sourceTrigger")
1198
+ def source_trigger(self) -> Optional[pulumi.Input['PipelineSourceTriggerPropertiesArgs']]:
1199
+ """
1200
+ The source trigger properties of the pipeline.
1201
+ """
1202
+ return pulumi.get(self, "source_trigger")
1203
+
1204
+ @source_trigger.setter
1205
+ def source_trigger(self, value: Optional[pulumi.Input['PipelineSourceTriggerPropertiesArgs']]):
1206
+ pulumi.set(self, "source_trigger", value)
1207
+
1208
+
1209
+ if not MYPY:
1210
+ class PoliciesArgsDict(TypedDict):
1211
+ """
1212
+ The policies for a container registry.
1213
+ """
1214
+ azure_ad_authentication_as_arm_policy: NotRequired[pulumi.Input['AzureADAuthenticationAsArmPolicyArgsDict']]
1215
+ """
1216
+ The policy for using ARM audience token for a container registry.
1217
+ """
1218
+ export_policy: NotRequired[pulumi.Input['ExportPolicyArgsDict']]
1219
+ """
1220
+ The export policy for a container registry.
1221
+ """
1222
+ quarantine_policy: NotRequired[pulumi.Input['QuarantinePolicyArgsDict']]
1223
+ """
1224
+ The quarantine policy for a container registry.
1225
+ """
1226
+ retention_policy: NotRequired[pulumi.Input['RetentionPolicyArgsDict']]
1227
+ """
1228
+ The retention policy for a container registry.
1229
+ """
1230
+ soft_delete_policy: NotRequired[pulumi.Input['SoftDeletePolicyArgsDict']]
1231
+ """
1232
+ The soft delete policy for a container registry.
1233
+ """
1234
+ trust_policy: NotRequired[pulumi.Input['TrustPolicyArgsDict']]
1235
+ """
1236
+ The content trust policy for a container registry.
1237
+ """
1238
+ elif False:
1239
+ PoliciesArgsDict: TypeAlias = Mapping[str, Any]
1240
+
1241
+ @pulumi.input_type
1242
+ class PoliciesArgs:
1243
+ def __init__(__self__, *,
1244
+ azure_ad_authentication_as_arm_policy: Optional[pulumi.Input['AzureADAuthenticationAsArmPolicyArgs']] = None,
1245
+ export_policy: Optional[pulumi.Input['ExportPolicyArgs']] = None,
1246
+ quarantine_policy: Optional[pulumi.Input['QuarantinePolicyArgs']] = None,
1247
+ retention_policy: Optional[pulumi.Input['RetentionPolicyArgs']] = None,
1248
+ soft_delete_policy: Optional[pulumi.Input['SoftDeletePolicyArgs']] = None,
1249
+ trust_policy: Optional[pulumi.Input['TrustPolicyArgs']] = None):
1250
+ """
1251
+ The policies for a container registry.
1252
+ :param pulumi.Input['AzureADAuthenticationAsArmPolicyArgs'] azure_ad_authentication_as_arm_policy: The policy for using ARM audience token for a container registry.
1253
+ :param pulumi.Input['ExportPolicyArgs'] export_policy: The export policy for a container registry.
1254
+ :param pulumi.Input['QuarantinePolicyArgs'] quarantine_policy: The quarantine policy for a container registry.
1255
+ :param pulumi.Input['RetentionPolicyArgs'] retention_policy: The retention policy for a container registry.
1256
+ :param pulumi.Input['SoftDeletePolicyArgs'] soft_delete_policy: The soft delete policy for a container registry.
1257
+ :param pulumi.Input['TrustPolicyArgs'] trust_policy: The content trust policy for a container registry.
1258
+ """
1259
+ if azure_ad_authentication_as_arm_policy is not None:
1260
+ pulumi.set(__self__, "azure_ad_authentication_as_arm_policy", azure_ad_authentication_as_arm_policy)
1261
+ if export_policy is not None:
1262
+ pulumi.set(__self__, "export_policy", export_policy)
1263
+ if quarantine_policy is not None:
1264
+ pulumi.set(__self__, "quarantine_policy", quarantine_policy)
1265
+ if retention_policy is not None:
1266
+ pulumi.set(__self__, "retention_policy", retention_policy)
1267
+ if soft_delete_policy is not None:
1268
+ pulumi.set(__self__, "soft_delete_policy", soft_delete_policy)
1269
+ if trust_policy is not None:
1270
+ pulumi.set(__self__, "trust_policy", trust_policy)
1271
+
1272
+ @property
1273
+ @pulumi.getter(name="azureADAuthenticationAsArmPolicy")
1274
+ def azure_ad_authentication_as_arm_policy(self) -> Optional[pulumi.Input['AzureADAuthenticationAsArmPolicyArgs']]:
1275
+ """
1276
+ The policy for using ARM audience token for a container registry.
1277
+ """
1278
+ return pulumi.get(self, "azure_ad_authentication_as_arm_policy")
1279
+
1280
+ @azure_ad_authentication_as_arm_policy.setter
1281
+ def azure_ad_authentication_as_arm_policy(self, value: Optional[pulumi.Input['AzureADAuthenticationAsArmPolicyArgs']]):
1282
+ pulumi.set(self, "azure_ad_authentication_as_arm_policy", value)
1283
+
1284
+ @property
1285
+ @pulumi.getter(name="exportPolicy")
1286
+ def export_policy(self) -> Optional[pulumi.Input['ExportPolicyArgs']]:
1287
+ """
1288
+ The export policy for a container registry.
1289
+ """
1290
+ return pulumi.get(self, "export_policy")
1291
+
1292
+ @export_policy.setter
1293
+ def export_policy(self, value: Optional[pulumi.Input['ExportPolicyArgs']]):
1294
+ pulumi.set(self, "export_policy", value)
1295
+
1296
+ @property
1297
+ @pulumi.getter(name="quarantinePolicy")
1298
+ def quarantine_policy(self) -> Optional[pulumi.Input['QuarantinePolicyArgs']]:
1299
+ """
1300
+ The quarantine policy for a container registry.
1301
+ """
1302
+ return pulumi.get(self, "quarantine_policy")
1303
+
1304
+ @quarantine_policy.setter
1305
+ def quarantine_policy(self, value: Optional[pulumi.Input['QuarantinePolicyArgs']]):
1306
+ pulumi.set(self, "quarantine_policy", value)
1307
+
1308
+ @property
1309
+ @pulumi.getter(name="retentionPolicy")
1310
+ def retention_policy(self) -> Optional[pulumi.Input['RetentionPolicyArgs']]:
1311
+ """
1312
+ The retention policy for a container registry.
1313
+ """
1314
+ return pulumi.get(self, "retention_policy")
1315
+
1316
+ @retention_policy.setter
1317
+ def retention_policy(self, value: Optional[pulumi.Input['RetentionPolicyArgs']]):
1318
+ pulumi.set(self, "retention_policy", value)
1319
+
1320
+ @property
1321
+ @pulumi.getter(name="softDeletePolicy")
1322
+ def soft_delete_policy(self) -> Optional[pulumi.Input['SoftDeletePolicyArgs']]:
1323
+ """
1324
+ The soft delete policy for a container registry.
1325
+ """
1326
+ return pulumi.get(self, "soft_delete_policy")
1327
+
1328
+ @soft_delete_policy.setter
1329
+ def soft_delete_policy(self, value: Optional[pulumi.Input['SoftDeletePolicyArgs']]):
1330
+ pulumi.set(self, "soft_delete_policy", value)
1331
+
1332
+ @property
1333
+ @pulumi.getter(name="trustPolicy")
1334
+ def trust_policy(self) -> Optional[pulumi.Input['TrustPolicyArgs']]:
1335
+ """
1336
+ The content trust policy for a container registry.
1337
+ """
1338
+ return pulumi.get(self, "trust_policy")
1339
+
1340
+ @trust_policy.setter
1341
+ def trust_policy(self, value: Optional[pulumi.Input['TrustPolicyArgs']]):
1342
+ pulumi.set(self, "trust_policy", value)
1343
+
1344
+
1345
+ if not MYPY:
1346
+ class PrivateEndpointArgsDict(TypedDict):
1347
+ """
1348
+ The Private Endpoint resource.
1349
+ """
1350
+ id: NotRequired[pulumi.Input[str]]
1351
+ """
1352
+ This is private endpoint resource created with Microsoft.Network resource provider.
1353
+ """
1354
+ elif False:
1355
+ PrivateEndpointArgsDict: TypeAlias = Mapping[str, Any]
1356
+
1357
+ @pulumi.input_type
1358
+ class PrivateEndpointArgs:
1359
+ def __init__(__self__, *,
1360
+ id: Optional[pulumi.Input[str]] = None):
1361
+ """
1362
+ The Private Endpoint resource.
1363
+ :param pulumi.Input[str] id: This is private endpoint resource created with Microsoft.Network resource provider.
1364
+ """
1365
+ if id is not None:
1366
+ pulumi.set(__self__, "id", id)
1367
+
1368
+ @property
1369
+ @pulumi.getter
1370
+ def id(self) -> Optional[pulumi.Input[str]]:
1371
+ """
1372
+ This is private endpoint resource created with Microsoft.Network resource provider.
1373
+ """
1374
+ return pulumi.get(self, "id")
1375
+
1376
+ @id.setter
1377
+ def id(self, value: Optional[pulumi.Input[str]]):
1378
+ pulumi.set(self, "id", value)
1379
+
1380
+
1381
+ if not MYPY:
1382
+ class PrivateLinkServiceConnectionStateArgsDict(TypedDict):
1383
+ """
1384
+ The state of a private link service connection.
1385
+ """
1386
+ actions_required: NotRequired[pulumi.Input[Union[str, 'ActionsRequired']]]
1387
+ """
1388
+ A message indicating if changes on the service provider require any updates on the consumer.
1389
+ """
1390
+ description: NotRequired[pulumi.Input[str]]
1391
+ """
1392
+ The description for connection status. For example if connection is rejected it can indicate reason for rejection.
1393
+ """
1394
+ status: NotRequired[pulumi.Input[Union[str, 'ConnectionStatus']]]
1395
+ """
1396
+ The private link service connection status.
1397
+ """
1398
+ elif False:
1399
+ PrivateLinkServiceConnectionStateArgsDict: TypeAlias = Mapping[str, Any]
1400
+
1401
+ @pulumi.input_type
1402
+ class PrivateLinkServiceConnectionStateArgs:
1403
+ def __init__(__self__, *,
1404
+ actions_required: Optional[pulumi.Input[Union[str, 'ActionsRequired']]] = None,
1405
+ description: Optional[pulumi.Input[str]] = None,
1406
+ status: Optional[pulumi.Input[Union[str, 'ConnectionStatus']]] = None):
1407
+ """
1408
+ The state of a private link service connection.
1409
+ :param pulumi.Input[Union[str, 'ActionsRequired']] actions_required: A message indicating if changes on the service provider require any updates on the consumer.
1410
+ :param pulumi.Input[str] description: The description for connection status. For example if connection is rejected it can indicate reason for rejection.
1411
+ :param pulumi.Input[Union[str, 'ConnectionStatus']] status: The private link service connection status.
1412
+ """
1413
+ if actions_required is not None:
1414
+ pulumi.set(__self__, "actions_required", actions_required)
1415
+ if description is not None:
1416
+ pulumi.set(__self__, "description", description)
1417
+ if status is not None:
1418
+ pulumi.set(__self__, "status", status)
1419
+
1420
+ @property
1421
+ @pulumi.getter(name="actionsRequired")
1422
+ def actions_required(self) -> Optional[pulumi.Input[Union[str, 'ActionsRequired']]]:
1423
+ """
1424
+ A message indicating if changes on the service provider require any updates on the consumer.
1425
+ """
1426
+ return pulumi.get(self, "actions_required")
1427
+
1428
+ @actions_required.setter
1429
+ def actions_required(self, value: Optional[pulumi.Input[Union[str, 'ActionsRequired']]]):
1430
+ pulumi.set(self, "actions_required", value)
1431
+
1432
+ @property
1433
+ @pulumi.getter
1434
+ def description(self) -> Optional[pulumi.Input[str]]:
1435
+ """
1436
+ The description for connection status. For example if connection is rejected it can indicate reason for rejection.
1437
+ """
1438
+ return pulumi.get(self, "description")
1439
+
1440
+ @description.setter
1441
+ def description(self, value: Optional[pulumi.Input[str]]):
1442
+ pulumi.set(self, "description", value)
1443
+
1444
+ @property
1445
+ @pulumi.getter
1446
+ def status(self) -> Optional[pulumi.Input[Union[str, 'ConnectionStatus']]]:
1447
+ """
1448
+ The private link service connection status.
1449
+ """
1450
+ return pulumi.get(self, "status")
1451
+
1452
+ @status.setter
1453
+ def status(self, value: Optional[pulumi.Input[Union[str, 'ConnectionStatus']]]):
1454
+ pulumi.set(self, "status", value)
1455
+
1456
+
1457
+ if not MYPY:
1458
+ class QuarantinePolicyArgsDict(TypedDict):
1459
+ """
1460
+ The quarantine policy for a container registry.
1461
+ """
1462
+ status: NotRequired[pulumi.Input[Union[str, 'PolicyStatus']]]
1463
+ """
1464
+ The value that indicates whether the policy is enabled or not.
1465
+ """
1466
+ elif False:
1467
+ QuarantinePolicyArgsDict: TypeAlias = Mapping[str, Any]
1468
+
1469
+ @pulumi.input_type
1470
+ class QuarantinePolicyArgs:
1471
+ def __init__(__self__, *,
1472
+ status: Optional[pulumi.Input[Union[str, 'PolicyStatus']]] = None):
1473
+ """
1474
+ The quarantine policy for a container registry.
1475
+ :param pulumi.Input[Union[str, 'PolicyStatus']] status: The value that indicates whether the policy is enabled or not.
1476
+ """
1477
+ if status is None:
1478
+ status = 'disabled'
1479
+ if status is not None:
1480
+ pulumi.set(__self__, "status", status)
1481
+
1482
+ @property
1483
+ @pulumi.getter
1484
+ def status(self) -> Optional[pulumi.Input[Union[str, 'PolicyStatus']]]:
1485
+ """
1486
+ The value that indicates whether the policy is enabled or not.
1487
+ """
1488
+ return pulumi.get(self, "status")
1489
+
1490
+ @status.setter
1491
+ def status(self, value: Optional[pulumi.Input[Union[str, 'PolicyStatus']]]):
1492
+ pulumi.set(self, "status", value)
1493
+
1494
+
1495
+ if not MYPY:
1496
+ class RetentionPolicyArgsDict(TypedDict):
1497
+ """
1498
+ The retention policy for a container registry.
1499
+ """
1500
+ days: NotRequired[pulumi.Input[int]]
1501
+ """
1502
+ The number of days to retain an untagged manifest after which it gets purged.
1503
+ """
1504
+ status: NotRequired[pulumi.Input[Union[str, 'PolicyStatus']]]
1505
+ """
1506
+ The value that indicates whether the policy is enabled or not.
1507
+ """
1508
+ elif False:
1509
+ RetentionPolicyArgsDict: TypeAlias = Mapping[str, Any]
1510
+
1511
+ @pulumi.input_type
1512
+ class RetentionPolicyArgs:
1513
+ def __init__(__self__, *,
1514
+ days: Optional[pulumi.Input[int]] = None,
1515
+ status: Optional[pulumi.Input[Union[str, 'PolicyStatus']]] = None):
1516
+ """
1517
+ The retention policy for a container registry.
1518
+ :param pulumi.Input[int] days: The number of days to retain an untagged manifest after which it gets purged.
1519
+ :param pulumi.Input[Union[str, 'PolicyStatus']] status: The value that indicates whether the policy is enabled or not.
1520
+ """
1521
+ if days is None:
1522
+ days = 7
1523
+ if days is not None:
1524
+ pulumi.set(__self__, "days", days)
1525
+ if status is None:
1526
+ status = 'disabled'
1527
+ if status is not None:
1528
+ pulumi.set(__self__, "status", status)
1529
+
1530
+ @property
1531
+ @pulumi.getter
1532
+ def days(self) -> Optional[pulumi.Input[int]]:
1533
+ """
1534
+ The number of days to retain an untagged manifest after which it gets purged.
1535
+ """
1536
+ return pulumi.get(self, "days")
1537
+
1538
+ @days.setter
1539
+ def days(self, value: Optional[pulumi.Input[int]]):
1540
+ pulumi.set(self, "days", value)
1541
+
1542
+ @property
1543
+ @pulumi.getter
1544
+ def status(self) -> Optional[pulumi.Input[Union[str, 'PolicyStatus']]]:
1545
+ """
1546
+ The value that indicates whether the policy is enabled or not.
1547
+ """
1548
+ return pulumi.get(self, "status")
1549
+
1550
+ @status.setter
1551
+ def status(self, value: Optional[pulumi.Input[Union[str, 'PolicyStatus']]]):
1552
+ pulumi.set(self, "status", value)
1553
+
1554
+
1555
+ if not MYPY:
1556
+ class SkuArgsDict(TypedDict):
1557
+ """
1558
+ The SKU of a container registry.
1559
+ """
1560
+ name: pulumi.Input[Union[str, 'SkuName']]
1561
+ """
1562
+ The SKU name of the container registry. Required for registry creation.
1563
+ """
1564
+ elif False:
1565
+ SkuArgsDict: TypeAlias = Mapping[str, Any]
1566
+
1567
+ @pulumi.input_type
1568
+ class SkuArgs:
1569
+ def __init__(__self__, *,
1570
+ name: pulumi.Input[Union[str, 'SkuName']]):
1571
+ """
1572
+ The SKU of a container registry.
1573
+ :param pulumi.Input[Union[str, 'SkuName']] name: The SKU name of the container registry. Required for registry creation.
1574
+ """
1575
+ pulumi.set(__self__, "name", name)
1576
+
1577
+ @property
1578
+ @pulumi.getter
1579
+ def name(self) -> pulumi.Input[Union[str, 'SkuName']]:
1580
+ """
1581
+ The SKU name of the container registry. Required for registry creation.
1582
+ """
1583
+ return pulumi.get(self, "name")
1584
+
1585
+ @name.setter
1586
+ def name(self, value: pulumi.Input[Union[str, 'SkuName']]):
1587
+ pulumi.set(self, "name", value)
1588
+
1589
+
1590
+ if not MYPY:
1591
+ class SoftDeletePolicyArgsDict(TypedDict):
1592
+ """
1593
+ The soft delete policy for a container registry
1594
+ """
1595
+ retention_days: NotRequired[pulumi.Input[int]]
1596
+ """
1597
+ The number of days after which a soft-deleted item is permanently deleted.
1598
+ """
1599
+ status: NotRequired[pulumi.Input[Union[str, 'PolicyStatus']]]
1600
+ """
1601
+ The value that indicates whether the policy is enabled or not.
1602
+ """
1603
+ elif False:
1604
+ SoftDeletePolicyArgsDict: TypeAlias = Mapping[str, Any]
1605
+
1606
+ @pulumi.input_type
1607
+ class SoftDeletePolicyArgs:
1608
+ def __init__(__self__, *,
1609
+ retention_days: Optional[pulumi.Input[int]] = None,
1610
+ status: Optional[pulumi.Input[Union[str, 'PolicyStatus']]] = None):
1611
+ """
1612
+ The soft delete policy for a container registry
1613
+ :param pulumi.Input[int] retention_days: The number of days after which a soft-deleted item is permanently deleted.
1614
+ :param pulumi.Input[Union[str, 'PolicyStatus']] status: The value that indicates whether the policy is enabled or not.
1615
+ """
1616
+ if retention_days is None:
1617
+ retention_days = 7
1618
+ if retention_days is not None:
1619
+ pulumi.set(__self__, "retention_days", retention_days)
1620
+ if status is None:
1621
+ status = 'disabled'
1622
+ if status is not None:
1623
+ pulumi.set(__self__, "status", status)
1624
+
1625
+ @property
1626
+ @pulumi.getter(name="retentionDays")
1627
+ def retention_days(self) -> Optional[pulumi.Input[int]]:
1628
+ """
1629
+ The number of days after which a soft-deleted item is permanently deleted.
1630
+ """
1631
+ return pulumi.get(self, "retention_days")
1632
+
1633
+ @retention_days.setter
1634
+ def retention_days(self, value: Optional[pulumi.Input[int]]):
1635
+ pulumi.set(self, "retention_days", value)
1636
+
1637
+ @property
1638
+ @pulumi.getter
1639
+ def status(self) -> Optional[pulumi.Input[Union[str, 'PolicyStatus']]]:
1640
+ """
1641
+ The value that indicates whether the policy is enabled or not.
1642
+ """
1643
+ return pulumi.get(self, "status")
1644
+
1645
+ @status.setter
1646
+ def status(self, value: Optional[pulumi.Input[Union[str, 'PolicyStatus']]]):
1647
+ pulumi.set(self, "status", value)
1648
+
1649
+
1650
+ if not MYPY:
1651
+ class SyncPropertiesArgsDict(TypedDict):
1652
+ """
1653
+ The sync properties of the connected registry with its parent.
1654
+ """
1655
+ message_ttl: pulumi.Input[str]
1656
+ """
1657
+ The period of time for which a message is available to sync before it is expired. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601.
1658
+ """
1659
+ token_id: pulumi.Input[str]
1660
+ """
1661
+ The resource ID of the ACR token used to authenticate the connected registry to its parent during sync.
1662
+ """
1663
+ schedule: NotRequired[pulumi.Input[str]]
1664
+ """
1665
+ The cron expression indicating the schedule that the connected registry will sync with its parent.
1666
+ """
1667
+ sync_window: NotRequired[pulumi.Input[str]]
1668
+ """
1669
+ The time window during which sync is enabled for each schedule occurrence. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601.
1670
+ """
1671
+ elif False:
1672
+ SyncPropertiesArgsDict: TypeAlias = Mapping[str, Any]
1673
+
1674
+ @pulumi.input_type
1675
+ class SyncPropertiesArgs:
1676
+ def __init__(__self__, *,
1677
+ message_ttl: pulumi.Input[str],
1678
+ token_id: pulumi.Input[str],
1679
+ schedule: Optional[pulumi.Input[str]] = None,
1680
+ sync_window: Optional[pulumi.Input[str]] = None):
1681
+ """
1682
+ The sync properties of the connected registry with its parent.
1683
+ :param pulumi.Input[str] message_ttl: The period of time for which a message is available to sync before it is expired. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601.
1684
+ :param pulumi.Input[str] token_id: The resource ID of the ACR token used to authenticate the connected registry to its parent during sync.
1685
+ :param pulumi.Input[str] schedule: The cron expression indicating the schedule that the connected registry will sync with its parent.
1686
+ :param pulumi.Input[str] sync_window: The time window during which sync is enabled for each schedule occurrence. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601.
1687
+ """
1688
+ pulumi.set(__self__, "message_ttl", message_ttl)
1689
+ pulumi.set(__self__, "token_id", token_id)
1690
+ if schedule is not None:
1691
+ pulumi.set(__self__, "schedule", schedule)
1692
+ if sync_window is not None:
1693
+ pulumi.set(__self__, "sync_window", sync_window)
1694
+
1695
+ @property
1696
+ @pulumi.getter(name="messageTtl")
1697
+ def message_ttl(self) -> pulumi.Input[str]:
1698
+ """
1699
+ The period of time for which a message is available to sync before it is expired. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601.
1700
+ """
1701
+ return pulumi.get(self, "message_ttl")
1702
+
1703
+ @message_ttl.setter
1704
+ def message_ttl(self, value: pulumi.Input[str]):
1705
+ pulumi.set(self, "message_ttl", value)
1706
+
1707
+ @property
1708
+ @pulumi.getter(name="tokenId")
1709
+ def token_id(self) -> pulumi.Input[str]:
1710
+ """
1711
+ The resource ID of the ACR token used to authenticate the connected registry to its parent during sync.
1712
+ """
1713
+ return pulumi.get(self, "token_id")
1714
+
1715
+ @token_id.setter
1716
+ def token_id(self, value: pulumi.Input[str]):
1717
+ pulumi.set(self, "token_id", value)
1718
+
1719
+ @property
1720
+ @pulumi.getter
1721
+ def schedule(self) -> Optional[pulumi.Input[str]]:
1722
+ """
1723
+ The cron expression indicating the schedule that the connected registry will sync with its parent.
1724
+ """
1725
+ return pulumi.get(self, "schedule")
1726
+
1727
+ @schedule.setter
1728
+ def schedule(self, value: Optional[pulumi.Input[str]]):
1729
+ pulumi.set(self, "schedule", value)
1730
+
1731
+ @property
1732
+ @pulumi.getter(name="syncWindow")
1733
+ def sync_window(self) -> Optional[pulumi.Input[str]]:
1734
+ """
1735
+ The time window during which sync is enabled for each schedule occurrence. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601.
1736
+ """
1737
+ return pulumi.get(self, "sync_window")
1738
+
1739
+ @sync_window.setter
1740
+ def sync_window(self, value: Optional[pulumi.Input[str]]):
1741
+ pulumi.set(self, "sync_window", value)
1742
+
1743
+
1744
+ if not MYPY:
1745
+ class TokenCertificateArgsDict(TypedDict):
1746
+ """
1747
+ The properties of a certificate used for authenticating a token.
1748
+ """
1749
+ encoded_pem_certificate: NotRequired[pulumi.Input[str]]
1750
+ """
1751
+ Base 64 encoded string of the public certificate1 in PEM format that will be used for authenticating the token.
1752
+ """
1753
+ expiry: NotRequired[pulumi.Input[str]]
1754
+ """
1755
+ The expiry datetime of the certificate.
1756
+ """
1757
+ name: NotRequired[pulumi.Input[Union[str, 'TokenCertificateName']]]
1758
+ thumbprint: NotRequired[pulumi.Input[str]]
1759
+ """
1760
+ The thumbprint of the certificate.
1761
+ """
1762
+ elif False:
1763
+ TokenCertificateArgsDict: TypeAlias = Mapping[str, Any]
1764
+
1765
+ @pulumi.input_type
1766
+ class TokenCertificateArgs:
1767
+ def __init__(__self__, *,
1768
+ encoded_pem_certificate: Optional[pulumi.Input[str]] = None,
1769
+ expiry: Optional[pulumi.Input[str]] = None,
1770
+ name: Optional[pulumi.Input[Union[str, 'TokenCertificateName']]] = None,
1771
+ thumbprint: Optional[pulumi.Input[str]] = None):
1772
+ """
1773
+ The properties of a certificate used for authenticating a token.
1774
+ :param pulumi.Input[str] encoded_pem_certificate: Base 64 encoded string of the public certificate1 in PEM format that will be used for authenticating the token.
1775
+ :param pulumi.Input[str] expiry: The expiry datetime of the certificate.
1776
+ :param pulumi.Input[str] thumbprint: The thumbprint of the certificate.
1777
+ """
1778
+ if encoded_pem_certificate is not None:
1779
+ pulumi.set(__self__, "encoded_pem_certificate", encoded_pem_certificate)
1780
+ if expiry is not None:
1781
+ pulumi.set(__self__, "expiry", expiry)
1782
+ if name is not None:
1783
+ pulumi.set(__self__, "name", name)
1784
+ if thumbprint is not None:
1785
+ pulumi.set(__self__, "thumbprint", thumbprint)
1786
+
1787
+ @property
1788
+ @pulumi.getter(name="encodedPemCertificate")
1789
+ def encoded_pem_certificate(self) -> Optional[pulumi.Input[str]]:
1790
+ """
1791
+ Base 64 encoded string of the public certificate1 in PEM format that will be used for authenticating the token.
1792
+ """
1793
+ return pulumi.get(self, "encoded_pem_certificate")
1794
+
1795
+ @encoded_pem_certificate.setter
1796
+ def encoded_pem_certificate(self, value: Optional[pulumi.Input[str]]):
1797
+ pulumi.set(self, "encoded_pem_certificate", value)
1798
+
1799
+ @property
1800
+ @pulumi.getter
1801
+ def expiry(self) -> Optional[pulumi.Input[str]]:
1802
+ """
1803
+ The expiry datetime of the certificate.
1804
+ """
1805
+ return pulumi.get(self, "expiry")
1806
+
1807
+ @expiry.setter
1808
+ def expiry(self, value: Optional[pulumi.Input[str]]):
1809
+ pulumi.set(self, "expiry", value)
1810
+
1811
+ @property
1812
+ @pulumi.getter
1813
+ def name(self) -> Optional[pulumi.Input[Union[str, 'TokenCertificateName']]]:
1814
+ return pulumi.get(self, "name")
1815
+
1816
+ @name.setter
1817
+ def name(self, value: Optional[pulumi.Input[Union[str, 'TokenCertificateName']]]):
1818
+ pulumi.set(self, "name", value)
1819
+
1820
+ @property
1821
+ @pulumi.getter
1822
+ def thumbprint(self) -> Optional[pulumi.Input[str]]:
1823
+ """
1824
+ The thumbprint of the certificate.
1825
+ """
1826
+ return pulumi.get(self, "thumbprint")
1827
+
1828
+ @thumbprint.setter
1829
+ def thumbprint(self, value: Optional[pulumi.Input[str]]):
1830
+ pulumi.set(self, "thumbprint", value)
1831
+
1832
+
1833
+ if not MYPY:
1834
+ class TokenCredentialsPropertiesArgsDict(TypedDict):
1835
+ """
1836
+ The properties of the credentials that can be used for authenticating the token.
1837
+ """
1838
+ certificates: NotRequired[pulumi.Input[Sequence[pulumi.Input['TokenCertificateArgsDict']]]]
1839
+ passwords: NotRequired[pulumi.Input[Sequence[pulumi.Input['TokenPasswordArgsDict']]]]
1840
+ elif False:
1841
+ TokenCredentialsPropertiesArgsDict: TypeAlias = Mapping[str, Any]
1842
+
1843
+ @pulumi.input_type
1844
+ class TokenCredentialsPropertiesArgs:
1845
+ def __init__(__self__, *,
1846
+ certificates: Optional[pulumi.Input[Sequence[pulumi.Input['TokenCertificateArgs']]]] = None,
1847
+ passwords: Optional[pulumi.Input[Sequence[pulumi.Input['TokenPasswordArgs']]]] = None):
1848
+ """
1849
+ The properties of the credentials that can be used for authenticating the token.
1850
+ """
1851
+ if certificates is not None:
1852
+ pulumi.set(__self__, "certificates", certificates)
1853
+ if passwords is not None:
1854
+ pulumi.set(__self__, "passwords", passwords)
1855
+
1856
+ @property
1857
+ @pulumi.getter
1858
+ def certificates(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TokenCertificateArgs']]]]:
1859
+ return pulumi.get(self, "certificates")
1860
+
1861
+ @certificates.setter
1862
+ def certificates(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TokenCertificateArgs']]]]):
1863
+ pulumi.set(self, "certificates", value)
1864
+
1865
+ @property
1866
+ @pulumi.getter
1867
+ def passwords(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TokenPasswordArgs']]]]:
1868
+ return pulumi.get(self, "passwords")
1869
+
1870
+ @passwords.setter
1871
+ def passwords(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TokenPasswordArgs']]]]):
1872
+ pulumi.set(self, "passwords", value)
1873
+
1874
+
1875
+ if not MYPY:
1876
+ class TokenPasswordArgsDict(TypedDict):
1877
+ """
1878
+ The password that will be used for authenticating the token of a container registry.
1879
+ """
1880
+ creation_time: NotRequired[pulumi.Input[str]]
1881
+ """
1882
+ The creation datetime of the password.
1883
+ """
1884
+ expiry: NotRequired[pulumi.Input[str]]
1885
+ """
1886
+ The expiry datetime of the password.
1887
+ """
1888
+ name: NotRequired[pulumi.Input[Union[str, 'TokenPasswordName']]]
1889
+ """
1890
+ The password name "password1" or "password2"
1891
+ """
1892
+ elif False:
1893
+ TokenPasswordArgsDict: TypeAlias = Mapping[str, Any]
1894
+
1895
+ @pulumi.input_type
1896
+ class TokenPasswordArgs:
1897
+ def __init__(__self__, *,
1898
+ creation_time: Optional[pulumi.Input[str]] = None,
1899
+ expiry: Optional[pulumi.Input[str]] = None,
1900
+ name: Optional[pulumi.Input[Union[str, 'TokenPasswordName']]] = None):
1901
+ """
1902
+ The password that will be used for authenticating the token of a container registry.
1903
+ :param pulumi.Input[str] creation_time: The creation datetime of the password.
1904
+ :param pulumi.Input[str] expiry: The expiry datetime of the password.
1905
+ :param pulumi.Input[Union[str, 'TokenPasswordName']] name: The password name "password1" or "password2"
1906
+ """
1907
+ if creation_time is not None:
1908
+ pulumi.set(__self__, "creation_time", creation_time)
1909
+ if expiry is not None:
1910
+ pulumi.set(__self__, "expiry", expiry)
1911
+ if name is not None:
1912
+ pulumi.set(__self__, "name", name)
1913
+
1914
+ @property
1915
+ @pulumi.getter(name="creationTime")
1916
+ def creation_time(self) -> Optional[pulumi.Input[str]]:
1917
+ """
1918
+ The creation datetime of the password.
1919
+ """
1920
+ return pulumi.get(self, "creation_time")
1921
+
1922
+ @creation_time.setter
1923
+ def creation_time(self, value: Optional[pulumi.Input[str]]):
1924
+ pulumi.set(self, "creation_time", value)
1925
+
1926
+ @property
1927
+ @pulumi.getter
1928
+ def expiry(self) -> Optional[pulumi.Input[str]]:
1929
+ """
1930
+ The expiry datetime of the password.
1931
+ """
1932
+ return pulumi.get(self, "expiry")
1933
+
1934
+ @expiry.setter
1935
+ def expiry(self, value: Optional[pulumi.Input[str]]):
1936
+ pulumi.set(self, "expiry", value)
1937
+
1938
+ @property
1939
+ @pulumi.getter
1940
+ def name(self) -> Optional[pulumi.Input[Union[str, 'TokenPasswordName']]]:
1941
+ """
1942
+ The password name "password1" or "password2"
1943
+ """
1944
+ return pulumi.get(self, "name")
1945
+
1946
+ @name.setter
1947
+ def name(self, value: Optional[pulumi.Input[Union[str, 'TokenPasswordName']]]):
1948
+ pulumi.set(self, "name", value)
1949
+
1950
+
1951
+ if not MYPY:
1952
+ class TrustPolicyArgsDict(TypedDict):
1953
+ """
1954
+ The content trust policy for a container registry.
1955
+ """
1956
+ status: NotRequired[pulumi.Input[Union[str, 'PolicyStatus']]]
1957
+ """
1958
+ The value that indicates whether the policy is enabled or not.
1959
+ """
1960
+ type: NotRequired[pulumi.Input[Union[str, 'TrustPolicyType']]]
1961
+ """
1962
+ The type of trust policy.
1963
+ """
1964
+ elif False:
1965
+ TrustPolicyArgsDict: TypeAlias = Mapping[str, Any]
1966
+
1967
+ @pulumi.input_type
1968
+ class TrustPolicyArgs:
1969
+ def __init__(__self__, *,
1970
+ status: Optional[pulumi.Input[Union[str, 'PolicyStatus']]] = None,
1971
+ type: Optional[pulumi.Input[Union[str, 'TrustPolicyType']]] = None):
1972
+ """
1973
+ The content trust policy for a container registry.
1974
+ :param pulumi.Input[Union[str, 'PolicyStatus']] status: The value that indicates whether the policy is enabled or not.
1975
+ :param pulumi.Input[Union[str, 'TrustPolicyType']] type: The type of trust policy.
1976
+ """
1977
+ if status is None:
1978
+ status = 'disabled'
1979
+ if status is not None:
1980
+ pulumi.set(__self__, "status", status)
1981
+ if type is None:
1982
+ type = 'Notary'
1983
+ if type is not None:
1984
+ pulumi.set(__self__, "type", type)
1985
+
1986
+ @property
1987
+ @pulumi.getter
1988
+ def status(self) -> Optional[pulumi.Input[Union[str, 'PolicyStatus']]]:
1989
+ """
1990
+ The value that indicates whether the policy is enabled or not.
1991
+ """
1992
+ return pulumi.get(self, "status")
1993
+
1994
+ @status.setter
1995
+ def status(self, value: Optional[pulumi.Input[Union[str, 'PolicyStatus']]]):
1996
+ pulumi.set(self, "status", value)
1997
+
1998
+ @property
1999
+ @pulumi.getter
2000
+ def type(self) -> Optional[pulumi.Input[Union[str, 'TrustPolicyType']]]:
2001
+ """
2002
+ The type of trust policy.
2003
+ """
2004
+ return pulumi.get(self, "type")
2005
+
2006
+ @type.setter
2007
+ def type(self, value: Optional[pulumi.Input[Union[str, 'TrustPolicyType']]]):
2008
+ pulumi.set(self, "type", value)
2009
+
2010
+