pulumi-azure-native 2.88.0a1739348902__py3-none-any.whl → 2.89.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +74 -1
- pulumi_azure_native/authorization/__init__.py +2 -0
- pulumi_azure_native/authorization/_enums.py +26 -0
- pulumi_azure_native/authorization/_inputs.py +194 -0
- pulumi_azure_native/authorization/get_management_lock_at_resource_level.py +8 -2
- pulumi_azure_native/authorization/get_pim_role_eligibility_schedule.py +355 -0
- pulumi_azure_native/authorization/management_lock_at_resource_level.py +21 -0
- pulumi_azure_native/authorization/outputs.py +445 -0
- pulumi_azure_native/authorization/pim_role_eligibility_schedule.py +511 -0
- pulumi_azure_native/authorization/v20200501/get_management_lock_at_resource_level.py +8 -2
- pulumi_azure_native/authorization/v20200501/management_lock_at_resource_level.py +21 -0
- pulumi_azure_native/authorization/v20201001/__init__.py +2 -0
- pulumi_azure_native/authorization/v20201001/_enums.py +26 -0
- pulumi_azure_native/authorization/v20201001/_inputs.py +194 -0
- pulumi_azure_native/authorization/v20201001/get_pim_role_eligibility_schedule.py +353 -0
- pulumi_azure_native/authorization/v20201001/outputs.py +445 -0
- pulumi_azure_native/authorization/v20201001/pim_role_eligibility_schedule.py +523 -0
- pulumi_azure_native/communication/__init__.py +3 -0
- pulumi_azure_native/communication/communication_service.py +3 -3
- pulumi_azure_native/communication/domain.py +3 -3
- pulumi_azure_native/communication/email_service.py +3 -3
- pulumi_azure_native/communication/get_communication_service.py +2 -2
- pulumi_azure_native/communication/get_domain.py +2 -2
- pulumi_azure_native/communication/get_email_service.py +2 -2
- pulumi_azure_native/communication/get_sender_username.py +2 -2
- pulumi_azure_native/communication/get_suppression_list.py +4 -0
- pulumi_azure_native/communication/get_suppression_list_address.py +4 -0
- pulumi_azure_native/communication/list_communication_service_keys.py +2 -2
- pulumi_azure_native/communication/sender_username.py +3 -3
- pulumi_azure_native/communication/suppression_list.py +5 -1
- pulumi_azure_native/communication/suppression_list_address.py +5 -1
- pulumi_azure_native/communication/v20220701preview/domain.py +1 -1
- pulumi_azure_native/communication/v20230331/communication_service.py +1 -1
- pulumi_azure_native/communication/v20230331/domain.py +1 -1
- pulumi_azure_native/communication/v20230331/email_service.py +1 -1
- pulumi_azure_native/communication/v20230331/sender_username.py +1 -1
- pulumi_azure_native/communication/v20230401/communication_service.py +1 -1
- pulumi_azure_native/communication/v20230401/domain.py +1 -1
- pulumi_azure_native/communication/v20230401/email_service.py +1 -1
- pulumi_azure_native/communication/v20230401/sender_username.py +1 -1
- pulumi_azure_native/communication/v20230401preview/communication_service.py +1 -1
- pulumi_azure_native/communication/v20230401preview/domain.py +1 -1
- pulumi_azure_native/communication/v20230401preview/email_service.py +1 -1
- pulumi_azure_native/communication/v20230401preview/sender_username.py +1 -1
- pulumi_azure_native/communication/v20230601preview/communication_service.py +1 -1
- pulumi_azure_native/communication/v20230601preview/domain.py +1 -1
- pulumi_azure_native/communication/v20230601preview/email_service.py +1 -1
- pulumi_azure_native/communication/v20230601preview/sender_username.py +1 -1
- pulumi_azure_native/communication/v20230601preview/suppression_list.py +1 -1
- pulumi_azure_native/communication/v20230601preview/suppression_list_address.py +1 -1
- pulumi_azure_native/communication/v20240901preview/__init__.py +25 -0
- pulumi_azure_native/communication/v20240901preview/_enums.py +38 -0
- pulumi_azure_native/communication/v20240901preview/_inputs.py +79 -0
- pulumi_azure_native/communication/v20240901preview/communication_service.py +367 -0
- pulumi_azure_native/communication/v20240901preview/domain.py +368 -0
- pulumi_azure_native/communication/v20240901preview/email_service.py +267 -0
- pulumi_azure_native/communication/v20240901preview/get_communication_service.py +269 -0
- pulumi_azure_native/communication/v20240901preview/get_domain.py +275 -0
- pulumi_azure_native/communication/v20240901preview/get_email_service.py +185 -0
- pulumi_azure_native/communication/v20240901preview/get_sender_username.py +197 -0
- pulumi_azure_native/communication/v20240901preview/get_smtp_username.py +177 -0
- pulumi_azure_native/communication/v20240901preview/get_suppression_list.py +197 -0
- pulumi_azure_native/communication/v20240901preview/get_suppression_list_address.py +231 -0
- pulumi_azure_native/communication/v20240901preview/list_communication_service_keys.py +128 -0
- pulumi_azure_native/communication/v20240901preview/outputs.py +560 -0
- pulumi_azure_native/communication/v20240901preview/sender_username.py +290 -0
- pulumi_azure_native/communication/v20240901preview/smtp_username.py +278 -0
- pulumi_azure_native/communication/v20240901preview/suppression_list.py +270 -0
- pulumi_azure_native/communication/v20240901preview/suppression_list_address.py +369 -0
- pulumi_azure_native/datafactory/_inputs.py +43 -43
- pulumi_azure_native/datafactory/outputs.py +34 -34
- pulumi_azure_native/datafactory/v20180601/_inputs.py +43 -43
- pulumi_azure_native/datafactory/v20180601/outputs.py +34 -34
- pulumi_azure_native/eventgrid/__init__.py +3 -0
- pulumi_azure_native/eventgrid/ca_certificate.py +3 -3
- pulumi_azure_native/eventgrid/channel.py +3 -3
- pulumi_azure_native/eventgrid/client.py +3 -3
- pulumi_azure_native/eventgrid/client_group.py +3 -3
- pulumi_azure_native/eventgrid/domain.py +3 -3
- pulumi_azure_native/eventgrid/domain_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/domain_topic.py +3 -3
- pulumi_azure_native/eventgrid/domain_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/get_ca_certificate.py +2 -2
- pulumi_azure_native/eventgrid/get_channel.py +2 -2
- pulumi_azure_native/eventgrid/get_channel_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_client.py +2 -2
- pulumi_azure_native/eventgrid/get_client_group.py +2 -2
- pulumi_azure_native/eventgrid/get_domain.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_configuration.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_namespace.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_registration.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_permission_binding.py +2 -2
- pulumi_azure_native/eventgrid/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_space.py +2 -2
- pulumi_azure_native/eventgrid/list_domain_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_namespace_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_namespace_topic_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_partner_namespace_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_topic_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/namespace.py +3 -3
- pulumi_azure_native/eventgrid/namespace_topic.py +3 -3
- pulumi_azure_native/eventgrid/namespace_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/partner_configuration.py +3 -3
- pulumi_azure_native/eventgrid/partner_namespace.py +3 -3
- pulumi_azure_native/eventgrid/partner_registration.py +3 -3
- pulumi_azure_native/eventgrid/partner_topic.py +3 -3
- pulumi_azure_native/eventgrid/partner_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/permission_binding.py +3 -3
- pulumi_azure_native/eventgrid/private_endpoint_connection.py +3 -3
- pulumi_azure_native/eventgrid/system_topic.py +3 -3
- pulumi_azure_native/eventgrid/system_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/topic.py +3 -3
- pulumi_azure_native/eventgrid/topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/topic_space.py +3 -3
- pulumi_azure_native/eventgrid/v20200401preview/domain.py +1 -1
- pulumi_azure_native/eventgrid/v20200401preview/topic.py +1 -1
- pulumi_azure_native/eventgrid/v20211015preview/partner_registration.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/channel.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/domain.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/domain_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/domain_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/domain_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/partner_configuration.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/partner_namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/partner_registration.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/partner_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/partner_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/system_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/system_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/topic.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/ca_certificate.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/channel.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/client.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/client_group.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/domain.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/domain_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/domain_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/domain_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/namespace_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/namespace_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_configuration.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_registration.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/permission_binding.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/system_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/system_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/topic.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/topic_space.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/ca_certificate.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/channel.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/client.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/client_group.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/domain.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/domain_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/domain_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/domain_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/namespace_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/namespace_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_configuration.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_registration.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/permission_binding.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/system_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/system_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/topic.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/topic_space.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/ca_certificate.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/channel.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/client.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/client_group.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/domain.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/domain_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/domain_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/domain_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/namespace_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/namespace_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/partner_configuration.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/partner_namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/partner_registration.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/partner_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/partner_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/permission_binding.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/system_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/system_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/topic.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/topic_space.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/ca_certificate.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/channel.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/client.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/client_group.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/domain.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/domain_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/domain_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/domain_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/namespace_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/namespace_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/partner_configuration.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/partner_namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/partner_registration.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/partner_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/partner_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/permission_binding.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/system_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/system_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/topic.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/topic_space.py +1 -1
- pulumi_azure_native/eventgrid/v20250215/__init__.py +78 -0
- pulumi_azure_native/eventgrid/v20250215/_enums.py +405 -0
- pulumi_azure_native/eventgrid/v20250215/_inputs.py +6881 -0
- pulumi_azure_native/eventgrid/v20250215/ca_certificate.py +278 -0
- pulumi_azure_native/eventgrid/v20250215/channel.py +370 -0
- pulumi_azure_native/eventgrid/v20250215/client.py +359 -0
- pulumi_azure_native/eventgrid/v20250215/client_group.py +262 -0
- pulumi_azure_native/eventgrid/v20250215/domain.py +664 -0
- pulumi_azure_native/eventgrid/v20250215/domain_event_subscription.py +493 -0
- pulumi_azure_native/eventgrid/v20250215/domain_topic.py +200 -0
- pulumi_azure_native/eventgrid/v20250215/domain_topic_event_subscription.py +514 -0
- pulumi_azure_native/eventgrid/v20250215/event_subscription.py +472 -0
- pulumi_azure_native/eventgrid/v20250215/get_ca_certificate.py +205 -0
- pulumi_azure_native/eventgrid/v20250215/get_channel.py +220 -0
- pulumi_azure_native/eventgrid/v20250215/get_channel_full_url.py +92 -0
- pulumi_azure_native/eventgrid/v20250215/get_client.py +221 -0
- pulumi_azure_native/eventgrid/v20250215/get_client_group.py +178 -0
- pulumi_azure_native/eventgrid/v20250215/get_domain.py +381 -0
- pulumi_azure_native/eventgrid/v20250215/get_domain_event_subscription.py +293 -0
- pulumi_azure_native/eventgrid/v20250215/get_domain_event_subscription_delivery_attributes.py +93 -0
- pulumi_azure_native/eventgrid/v20250215/get_domain_event_subscription_full_url.py +92 -0
- pulumi_azure_native/eventgrid/v20250215/get_domain_topic.py +149 -0
- pulumi_azure_native/eventgrid/v20250215/get_domain_topic_event_subscription.py +299 -0
- pulumi_azure_native/eventgrid/v20250215/get_domain_topic_event_subscription_delivery_attributes.py +99 -0
- pulumi_azure_native/eventgrid/v20250215/get_domain_topic_event_subscription_full_url.py +98 -0
- pulumi_azure_native/eventgrid/v20250215/get_event_subscription.py +287 -0
- pulumi_azure_native/eventgrid/v20250215/get_event_subscription_delivery_attributes.py +87 -0
- pulumi_azure_native/eventgrid/v20250215/get_event_subscription_full_url.py +86 -0
- pulumi_azure_native/eventgrid/v20250215/get_namespace.py +302 -0
- pulumi_azure_native/eventgrid/v20250215/get_namespace_topic.py +192 -0
- pulumi_azure_native/eventgrid/v20250215/get_namespace_topic_event_subscription.py +211 -0
- pulumi_azure_native/eventgrid/v20250215/get_namespace_topic_event_subscription_delivery_attributes.py +99 -0
- pulumi_azure_native/eventgrid/v20250215/get_namespace_topic_event_subscription_full_url.py +98 -0
- pulumi_azure_native/eventgrid/v20250215/get_partner_configuration.py +179 -0
- pulumi_azure_native/eventgrid/v20250215/get_partner_namespace.py +286 -0
- pulumi_azure_native/eventgrid/v20250215/get_partner_registration.py +186 -0
- pulumi_azure_native/eventgrid/v20250215/get_partner_topic.py +285 -0
- pulumi_azure_native/eventgrid/v20250215/get_partner_topic_event_subscription.py +293 -0
- pulumi_azure_native/eventgrid/v20250215/get_partner_topic_event_subscription_delivery_attributes.py +93 -0
- pulumi_azure_native/eventgrid/v20250215/get_partner_topic_event_subscription_full_url.py +92 -0
- pulumi_azure_native/eventgrid/v20250215/get_permission_binding.py +207 -0
- pulumi_azure_native/eventgrid/v20250215/get_private_endpoint_connection.py +180 -0
- pulumi_azure_native/eventgrid/v20250215/get_system_topic.py +227 -0
- pulumi_azure_native/eventgrid/v20250215/get_system_topic_event_subscription.py +293 -0
- pulumi_azure_native/eventgrid/v20250215/get_system_topic_event_subscription_delivery_attributes.py +93 -0
- pulumi_azure_native/eventgrid/v20250215/get_system_topic_event_subscription_full_url.py +92 -0
- pulumi_azure_native/eventgrid/v20250215/get_topic.py +341 -0
- pulumi_azure_native/eventgrid/v20250215/get_topic_event_subscription.py +293 -0
- pulumi_azure_native/eventgrid/v20250215/get_topic_event_subscription_delivery_attributes.py +93 -0
- pulumi_azure_native/eventgrid/v20250215/get_topic_event_subscription_full_url.py +92 -0
- pulumi_azure_native/eventgrid/v20250215/get_topic_space.py +181 -0
- pulumi_azure_native/eventgrid/v20250215/list_domain_shared_access_keys.py +100 -0
- pulumi_azure_native/eventgrid/v20250215/list_namespace_shared_access_keys.py +100 -0
- pulumi_azure_native/eventgrid/v20250215/list_namespace_topic_shared_access_keys.py +106 -0
- pulumi_azure_native/eventgrid/v20250215/list_partner_namespace_shared_access_keys.py +100 -0
- pulumi_azure_native/eventgrid/v20250215/list_topic_shared_access_keys.py +100 -0
- pulumi_azure_native/eventgrid/v20250215/namespace.py +520 -0
- pulumi_azure_native/eventgrid/v20250215/namespace_topic.py +296 -0
- pulumi_azure_native/eventgrid/v20250215/namespace_topic_event_subscription.py +339 -0
- pulumi_azure_native/eventgrid/v20250215/outputs.py +5875 -0
- pulumi_azure_native/eventgrid/v20250215/partner_configuration.py +267 -0
- pulumi_azure_native/eventgrid/v20250215/partner_namespace.py +457 -0
- pulumi_azure_native/eventgrid/v20250215/partner_registration.py +270 -0
- pulumi_azure_native/eventgrid/v20250215/partner_topic.py +479 -0
- pulumi_azure_native/eventgrid/v20250215/partner_topic_event_subscription.py +493 -0
- pulumi_azure_native/eventgrid/v20250215/permission_binding.py +325 -0
- pulumi_azure_native/eventgrid/v20250215/private_endpoint_connection.py +317 -0
- pulumi_azure_native/eventgrid/v20250215/system_topic.py +336 -0
- pulumi_azure_native/eventgrid/v20250215/system_topic_event_subscription.py +493 -0
- pulumi_azure_native/eventgrid/v20250215/topic.py +550 -0
- pulumi_azure_native/eventgrid/v20250215/topic_event_subscription.py +493 -0
- pulumi_azure_native/eventgrid/v20250215/topic_space.py +274 -0
- pulumi_azure_native/keyvault/_enums.py +0 -9
- pulumi_azure_native/keyvault/_inputs.py +1 -41
- pulumi_azure_native/keyvault/outputs.py +27 -29
- pulumi_azure_native/keyvault/v20230201/_enums.py +0 -9
- pulumi_azure_native/keyvault/v20230201/_inputs.py +1 -41
- pulumi_azure_native/keyvault/v20230201/outputs.py +27 -29
- pulumi_azure_native/keyvault/v20230701/_enums.py +0 -9
- pulumi_azure_native/keyvault/v20230701/_inputs.py +1 -41
- pulumi_azure_native/keyvault/v20230701/outputs.py +27 -29
- pulumi_azure_native/keyvault/v20240401preview/_enums.py +0 -9
- pulumi_azure_native/keyvault/v20240401preview/_inputs.py +1 -41
- pulumi_azure_native/keyvault/v20240401preview/outputs.py +27 -29
- pulumi_azure_native/keyvault/v20241101/_enums.py +0 -9
- pulumi_azure_native/keyvault/v20241101/_inputs.py +1 -41
- pulumi_azure_native/keyvault/v20241101/outputs.py +27 -29
- pulumi_azure_native/keyvault/v20241201preview/_enums.py +0 -9
- pulumi_azure_native/keyvault/v20241201preview/_inputs.py +1 -41
- pulumi_azure_native/keyvault/v20241201preview/outputs.py +27 -29
- pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +13 -78
- pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +10 -69
- pulumi_azure_native/netapp/__init__.py +1 -0
- pulumi_azure_native/netapp/get_account_key_vault_status.py +131 -0
- pulumi_azure_native/netapp/outputs.py +36 -0
- pulumi_azure_native/netapp/v20240901/__init__.py +1 -0
- pulumi_azure_native/netapp/v20240901/get_account_change_key_vault_information.py +129 -0
- pulumi_azure_native/netapp/v20240901/outputs.py +36 -0
- pulumi_azure_native/netapp/v20240901preview/__init__.py +1 -0
- pulumi_azure_native/netapp/v20240901preview/get_account_key_vault_status.py +129 -0
- pulumi_azure_native/netapp/v20240901preview/outputs.py +36 -0
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/resources/get_resource.py +8 -2
- pulumi_azure_native/resources/resource.py +21 -0
- pulumi_azure_native/resources/v20220901/get_resource.py +8 -2
- pulumi_azure_native/resources/v20220901/resource.py +21 -0
- pulumi_azure_native/resources/v20230701/get_resource.py +8 -2
- pulumi_azure_native/resources/v20230701/resource.py +21 -0
- pulumi_azure_native/resources/v20240301/get_resource.py +8 -2
- pulumi_azure_native/resources/v20240301/resource.py +21 -0
- pulumi_azure_native/resources/v20240701/get_resource.py +8 -2
- pulumi_azure_native/resources/v20240701/resource.py +21 -0
- pulumi_azure_native/resources/v20241101/get_resource.py +8 -2
- pulumi_azure_native/resources/v20241101/resource.py +21 -0
- pulumi_azure_native/sovereign/_enums.py +15 -15
- pulumi_azure_native/sovereign/_inputs.py +129 -129
- pulumi_azure_native/sovereign/get_landing_zone_account_operation.py +5 -5
- pulumi_azure_native/sovereign/get_landing_zone_configuration_operation.py +4 -4
- pulumi_azure_native/sovereign/get_landing_zone_registration_operation.py +7 -7
- pulumi_azure_native/sovereign/landing_zone_account_operation.py +5 -5
- pulumi_azure_native/sovereign/landing_zone_configuration_operation.py +3 -3
- pulumi_azure_native/sovereign/landing_zone_registration_operation.py +8 -8
- pulumi_azure_native/sovereign/outputs.py +100 -100
- pulumi_azure_native/sovereign/v20250227preview/_enums.py +15 -15
- pulumi_azure_native/sovereign/v20250227preview/_inputs.py +129 -129
- pulumi_azure_native/sovereign/v20250227preview/get_landing_zone_account_operation.py +5 -5
- pulumi_azure_native/sovereign/v20250227preview/get_landing_zone_configuration_operation.py +4 -4
- pulumi_azure_native/sovereign/v20250227preview/get_landing_zone_registration_operation.py +7 -7
- pulumi_azure_native/sovereign/v20250227preview/landing_zone_account_operation.py +5 -5
- pulumi_azure_native/sovereign/v20250227preview/landing_zone_configuration_operation.py +3 -3
- pulumi_azure_native/sovereign/v20250227preview/landing_zone_registration_operation.py +8 -8
- pulumi_azure_native/sovereign/v20250227preview/outputs.py +100 -100
- pulumi_azure_native/videoindexer/__init__.py +3 -0
- pulumi_azure_native/videoindexer/account.py +3 -3
- pulumi_azure_native/videoindexer/get_account.py +2 -2
- pulumi_azure_native/videoindexer/v20220801/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240101/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240401preview/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240601preview/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240923preview/account.py +1 -1
- pulumi_azure_native/videoindexer/v20250101/__init__.py +12 -0
- pulumi_azure_native/videoindexer/v20250101/_enums.py +19 -0
- pulumi_azure_native/videoindexer/v20250101/_inputs.py +195 -0
- pulumi_azure_native/videoindexer/v20250101/account.py +398 -0
- pulumi_azure_native/videoindexer/v20250101/get_account.py +283 -0
- pulumi_azure_native/videoindexer/v20250101/outputs.py +373 -0
- pulumi_azure_native/web/container_app.py +3 -3
- pulumi_azure_native/web/get_container_app.py +2 -2
- pulumi_azure_native/web/list_container_app_secrets.py +2 -2
- pulumi_azure_native/web/v20230101/container_app.py +1 -1
- pulumi_azure_native/web/v20231201/container_app.py +1 -1
- pulumi_azure_native/web/v20240401/__init__.py +0 -3
- pulumi_azure_native/web/v20240401/_enums.py +0 -20
- pulumi_azure_native/web/v20240401/_inputs.py +43 -1574
- pulumi_azure_native/web/v20240401/outputs.py +19 -1212
- pulumi_azure_native/weightsandbiases/__init__.py +20 -0
- pulumi_azure_native/weightsandbiases/_enums.py +84 -0
- pulumi_azure_native/weightsandbiases/_inputs.py +658 -0
- pulumi_azure_native/weightsandbiases/get_instance.py +187 -0
- pulumi_azure_native/weightsandbiases/instance.py +289 -0
- pulumi_azure_native/weightsandbiases/outputs.py +747 -0
- pulumi_azure_native/weightsandbiases/v20240918preview/__init__.py +12 -0
- pulumi_azure_native/weightsandbiases/v20240918preview/_enums.py +84 -0
- pulumi_azure_native/weightsandbiases/v20240918preview/_inputs.py +658 -0
- pulumi_azure_native/weightsandbiases/v20240918preview/get_instance.py +185 -0
- pulumi_azure_native/weightsandbiases/v20240918preview/instance.py +287 -0
- pulumi_azure_native/weightsandbiases/v20240918preview/outputs.py +747 -0
- {pulumi_azure_native-2.88.0a1739348902.dist-info → pulumi_azure_native-2.89.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.88.0a1739348902.dist-info → pulumi_azure_native-2.89.0.dist-info}/RECORD +428 -315
- {pulumi_azure_native-2.88.0a1739348902.dist-info → pulumi_azure_native-2.89.0.dist-info}/WHEEL +1 -1
- pulumi_azure_native/web/v20240401/container_app.py +0 -364
- pulumi_azure_native/web/v20240401/get_container_app.py +0 -241
- pulumi_azure_native/web/v20240401/list_container_app_secrets.py +0 -81
- {pulumi_azure_native-2.88.0a1739348902.dist-info → pulumi_azure_native-2.89.0.dist-info}/top_level.txt +0 -0
|
@@ -1968,8 +1968,12 @@ class VaultPropertiesResponse(dict):
|
|
|
1968
1968
|
suggest = "hsm_pool_resource_id"
|
|
1969
1969
|
elif key == "privateEndpointConnections":
|
|
1970
1970
|
suggest = "private_endpoint_connections"
|
|
1971
|
+
elif key == "provisioningState":
|
|
1972
|
+
suggest = "provisioning_state"
|
|
1971
1973
|
elif key == "tenantId":
|
|
1972
1974
|
suggest = "tenant_id"
|
|
1975
|
+
elif key == "vaultUri":
|
|
1976
|
+
suggest = "vault_uri"
|
|
1973
1977
|
elif key == "accessPolicies":
|
|
1974
1978
|
suggest = "access_policies"
|
|
1975
1979
|
elif key == "enablePurgeProtection":
|
|
@@ -1986,14 +1990,10 @@ class VaultPropertiesResponse(dict):
|
|
|
1986
1990
|
suggest = "enabled_for_template_deployment"
|
|
1987
1991
|
elif key == "networkAcls":
|
|
1988
1992
|
suggest = "network_acls"
|
|
1989
|
-
elif key == "provisioningState":
|
|
1990
|
-
suggest = "provisioning_state"
|
|
1991
1993
|
elif key == "publicNetworkAccess":
|
|
1992
1994
|
suggest = "public_network_access"
|
|
1993
1995
|
elif key == "softDeleteRetentionInDays":
|
|
1994
1996
|
suggest = "soft_delete_retention_in_days"
|
|
1995
|
-
elif key == "vaultUri":
|
|
1996
|
-
suggest = "vault_uri"
|
|
1997
1997
|
|
|
1998
1998
|
if suggest:
|
|
1999
1999
|
pulumi.log.warn(f"Key '{key}' not found in VaultPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -2009,8 +2009,10 @@ class VaultPropertiesResponse(dict):
|
|
|
2009
2009
|
def __init__(__self__, *,
|
|
2010
2010
|
hsm_pool_resource_id: str,
|
|
2011
2011
|
private_endpoint_connections: Sequence['outputs.PrivateEndpointConnectionItemResponse'],
|
|
2012
|
+
provisioning_state: str,
|
|
2012
2013
|
sku: 'outputs.SkuResponse',
|
|
2013
2014
|
tenant_id: str,
|
|
2015
|
+
vault_uri: str,
|
|
2014
2016
|
access_policies: Optional[Sequence['outputs.AccessPolicyEntryResponse']] = None,
|
|
2015
2017
|
enable_purge_protection: Optional[bool] = None,
|
|
2016
2018
|
enable_rbac_authorization: Optional[bool] = None,
|
|
@@ -2019,16 +2021,16 @@ class VaultPropertiesResponse(dict):
|
|
|
2019
2021
|
enabled_for_disk_encryption: Optional[bool] = None,
|
|
2020
2022
|
enabled_for_template_deployment: Optional[bool] = None,
|
|
2021
2023
|
network_acls: Optional['outputs.NetworkRuleSetResponse'] = None,
|
|
2022
|
-
provisioning_state: Optional[str] = None,
|
|
2023
2024
|
public_network_access: Optional[str] = None,
|
|
2024
|
-
soft_delete_retention_in_days: Optional[int] = None
|
|
2025
|
-
vault_uri: Optional[str] = None):
|
|
2025
|
+
soft_delete_retention_in_days: Optional[int] = None):
|
|
2026
2026
|
"""
|
|
2027
2027
|
Properties of the vault
|
|
2028
2028
|
:param str hsm_pool_resource_id: The resource id of HSM Pool.
|
|
2029
2029
|
:param Sequence['PrivateEndpointConnectionItemResponse'] private_endpoint_connections: List of private endpoint connections associated with the key vault.
|
|
2030
|
+
:param str provisioning_state: Provisioning state of the vault.
|
|
2030
2031
|
:param 'SkuResponse' sku: SKU details
|
|
2031
2032
|
:param str tenant_id: The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.
|
|
2033
|
+
:param str vault_uri: The URI of the vault for performing operations on keys and secrets.
|
|
2032
2034
|
:param Sequence['AccessPolicyEntryResponse'] access_policies: An array of 0 to 1024 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. When `createMode` is set to `recover`, access policies are not required. Otherwise, access policies are required.
|
|
2033
2035
|
These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.
|
|
2034
2036
|
:param bool enable_purge_protection: Property specifying whether protection against purge is enabled for this vault. Setting this property to true activates protection against purge for this vault and its content - only the Key Vault service may initiate a hard, irrecoverable deletion. The setting is effective only if soft delete is also enabled. Enabling this functionality is irreversible - that is, the property does not accept false as its value.
|
|
@@ -2038,15 +2040,15 @@ class VaultPropertiesResponse(dict):
|
|
|
2038
2040
|
:param bool enabled_for_disk_encryption: Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys.
|
|
2039
2041
|
:param bool enabled_for_template_deployment: Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault.
|
|
2040
2042
|
:param 'NetworkRuleSetResponse' network_acls: Rules governing the accessibility of the key vault from specific network locations.
|
|
2041
|
-
:param str provisioning_state: Provisioning state of the vault.
|
|
2042
2043
|
:param str public_network_access: Property to specify whether the vault will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. This will override the set firewall rules, meaning that even if the firewall rules are present we will not honor the rules.
|
|
2043
2044
|
:param int soft_delete_retention_in_days: softDelete data retention days. It accepts >=7 and <=90.
|
|
2044
|
-
:param str vault_uri: The URI of the vault for performing operations on keys and secrets.
|
|
2045
2045
|
"""
|
|
2046
2046
|
pulumi.set(__self__, "hsm_pool_resource_id", hsm_pool_resource_id)
|
|
2047
2047
|
pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
|
|
2048
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
2048
2049
|
pulumi.set(__self__, "sku", sku)
|
|
2049
2050
|
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
2051
|
+
pulumi.set(__self__, "vault_uri", vault_uri)
|
|
2050
2052
|
if access_policies is not None:
|
|
2051
2053
|
pulumi.set(__self__, "access_policies", access_policies)
|
|
2052
2054
|
if enable_purge_protection is not None:
|
|
@@ -2073,8 +2075,6 @@ class VaultPropertiesResponse(dict):
|
|
|
2073
2075
|
pulumi.set(__self__, "enabled_for_template_deployment", enabled_for_template_deployment)
|
|
2074
2076
|
if network_acls is not None:
|
|
2075
2077
|
pulumi.set(__self__, "network_acls", network_acls)
|
|
2076
|
-
if provisioning_state is not None:
|
|
2077
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
2078
2078
|
if public_network_access is None:
|
|
2079
2079
|
public_network_access = 'enabled'
|
|
2080
2080
|
if public_network_access is not None:
|
|
@@ -2083,8 +2083,6 @@ class VaultPropertiesResponse(dict):
|
|
|
2083
2083
|
soft_delete_retention_in_days = 90
|
|
2084
2084
|
if soft_delete_retention_in_days is not None:
|
|
2085
2085
|
pulumi.set(__self__, "soft_delete_retention_in_days", soft_delete_retention_in_days)
|
|
2086
|
-
if vault_uri is not None:
|
|
2087
|
-
pulumi.set(__self__, "vault_uri", vault_uri)
|
|
2088
2086
|
|
|
2089
2087
|
@property
|
|
2090
2088
|
@pulumi.getter(name="hsmPoolResourceId")
|
|
@@ -2102,6 +2100,14 @@ class VaultPropertiesResponse(dict):
|
|
|
2102
2100
|
"""
|
|
2103
2101
|
return pulumi.get(self, "private_endpoint_connections")
|
|
2104
2102
|
|
|
2103
|
+
@property
|
|
2104
|
+
@pulumi.getter(name="provisioningState")
|
|
2105
|
+
def provisioning_state(self) -> str:
|
|
2106
|
+
"""
|
|
2107
|
+
Provisioning state of the vault.
|
|
2108
|
+
"""
|
|
2109
|
+
return pulumi.get(self, "provisioning_state")
|
|
2110
|
+
|
|
2105
2111
|
@property
|
|
2106
2112
|
@pulumi.getter
|
|
2107
2113
|
def sku(self) -> 'outputs.SkuResponse':
|
|
@@ -2118,6 +2124,14 @@ class VaultPropertiesResponse(dict):
|
|
|
2118
2124
|
"""
|
|
2119
2125
|
return pulumi.get(self, "tenant_id")
|
|
2120
2126
|
|
|
2127
|
+
@property
|
|
2128
|
+
@pulumi.getter(name="vaultUri")
|
|
2129
|
+
def vault_uri(self) -> str:
|
|
2130
|
+
"""
|
|
2131
|
+
The URI of the vault for performing operations on keys and secrets.
|
|
2132
|
+
"""
|
|
2133
|
+
return pulumi.get(self, "vault_uri")
|
|
2134
|
+
|
|
2121
2135
|
@property
|
|
2122
2136
|
@pulumi.getter(name="accessPolicies")
|
|
2123
2137
|
def access_policies(self) -> Optional[Sequence['outputs.AccessPolicyEntryResponse']]:
|
|
@@ -2183,14 +2197,6 @@ class VaultPropertiesResponse(dict):
|
|
|
2183
2197
|
"""
|
|
2184
2198
|
return pulumi.get(self, "network_acls")
|
|
2185
2199
|
|
|
2186
|
-
@property
|
|
2187
|
-
@pulumi.getter(name="provisioningState")
|
|
2188
|
-
def provisioning_state(self) -> Optional[str]:
|
|
2189
|
-
"""
|
|
2190
|
-
Provisioning state of the vault.
|
|
2191
|
-
"""
|
|
2192
|
-
return pulumi.get(self, "provisioning_state")
|
|
2193
|
-
|
|
2194
2200
|
@property
|
|
2195
2201
|
@pulumi.getter(name="publicNetworkAccess")
|
|
2196
2202
|
def public_network_access(self) -> Optional[str]:
|
|
@@ -2207,14 +2213,6 @@ class VaultPropertiesResponse(dict):
|
|
|
2207
2213
|
"""
|
|
2208
2214
|
return pulumi.get(self, "soft_delete_retention_in_days")
|
|
2209
2215
|
|
|
2210
|
-
@property
|
|
2211
|
-
@pulumi.getter(name="vaultUri")
|
|
2212
|
-
def vault_uri(self) -> Optional[str]:
|
|
2213
|
-
"""
|
|
2214
|
-
The URI of the vault for performing operations on keys and secrets.
|
|
2215
|
-
"""
|
|
2216
|
-
return pulumi.get(self, "vault_uri")
|
|
2217
|
-
|
|
2218
2216
|
|
|
2219
2217
|
@pulumi.output_type
|
|
2220
2218
|
class VirtualNetworkRuleResponse(dict):
|
|
@@ -564,8 +564,6 @@ __all__ = [
|
|
|
564
564
|
'SynapseSparkPropertiesArgsDict',
|
|
565
565
|
'SynapseSparkArgs',
|
|
566
566
|
'SynapseSparkArgsDict',
|
|
567
|
-
'SyndicatedRegistryArgs',
|
|
568
|
-
'SyndicatedRegistryArgsDict',
|
|
569
567
|
'SystemCreatedAcrAccountArgs',
|
|
570
568
|
'SystemCreatedAcrAccountArgsDict',
|
|
571
569
|
'SystemCreatedStorageAccountArgs',
|
|
@@ -28979,13 +28977,9 @@ class RegistryRegionArmDetailsArgs:
|
|
|
28979
28977
|
|
|
28980
28978
|
if not MYPY:
|
|
28981
28979
|
class RegistrySyndicatedRegistriesArgsDict(TypedDict):
|
|
28982
|
-
|
|
28983
|
-
"""
|
|
28984
|
-
A registry that is syndicated
|
|
28985
|
-
"""
|
|
28986
|
-
syndicated_registry_guid: NotRequired[pulumi.Input[str]]
|
|
28980
|
+
registry_id: NotRequired[pulumi.Input[str]]
|
|
28987
28981
|
"""
|
|
28988
|
-
|
|
28982
|
+
Registry id guid of a destination registry that this registry can syndicate to
|
|
28989
28983
|
"""
|
|
28990
28984
|
elif False:
|
|
28991
28985
|
RegistrySyndicatedRegistriesArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -28993,40 +28987,24 @@ elif False:
|
|
|
28993
28987
|
@pulumi.input_type
|
|
28994
28988
|
class RegistrySyndicatedRegistriesArgs:
|
|
28995
28989
|
def __init__(__self__, *,
|
|
28996
|
-
|
|
28997
|
-
syndicated_registry_guid: Optional[pulumi.Input[str]] = None):
|
|
28998
|
-
"""
|
|
28999
|
-
:param pulumi.Input['SyndicatedRegistryArgs'] syndicated_registry: A registry that is syndicated
|
|
29000
|
-
:param pulumi.Input[str] syndicated_registry_guid: The Guid of the syndicated registry
|
|
29001
|
-
"""
|
|
29002
|
-
if syndicated_registry is not None:
|
|
29003
|
-
pulumi.set(__self__, "syndicated_registry", syndicated_registry)
|
|
29004
|
-
if syndicated_registry_guid is not None:
|
|
29005
|
-
pulumi.set(__self__, "syndicated_registry_guid", syndicated_registry_guid)
|
|
29006
|
-
|
|
29007
|
-
@property
|
|
29008
|
-
@pulumi.getter(name="syndicatedRegistry")
|
|
29009
|
-
def syndicated_registry(self) -> Optional[pulumi.Input['SyndicatedRegistryArgs']]:
|
|
28990
|
+
registry_id: Optional[pulumi.Input[str]] = None):
|
|
29010
28991
|
"""
|
|
29011
|
-
|
|
28992
|
+
:param pulumi.Input[str] registry_id: Registry id guid of a destination registry that this registry can syndicate to
|
|
29012
28993
|
"""
|
|
29013
|
-
|
|
29014
|
-
|
|
29015
|
-
@syndicated_registry.setter
|
|
29016
|
-
def syndicated_registry(self, value: Optional[pulumi.Input['SyndicatedRegistryArgs']]):
|
|
29017
|
-
pulumi.set(self, "syndicated_registry", value)
|
|
28994
|
+
if registry_id is not None:
|
|
28995
|
+
pulumi.set(__self__, "registry_id", registry_id)
|
|
29018
28996
|
|
|
29019
28997
|
@property
|
|
29020
|
-
@pulumi.getter(name="
|
|
29021
|
-
def
|
|
28998
|
+
@pulumi.getter(name="registryId")
|
|
28999
|
+
def registry_id(self) -> Optional[pulumi.Input[str]]:
|
|
29022
29000
|
"""
|
|
29023
|
-
|
|
29001
|
+
Registry id guid of a destination registry that this registry can syndicate to
|
|
29024
29002
|
"""
|
|
29025
|
-
return pulumi.get(self, "
|
|
29003
|
+
return pulumi.get(self, "registry_id")
|
|
29026
29004
|
|
|
29027
|
-
@
|
|
29028
|
-
def
|
|
29029
|
-
pulumi.set(self, "
|
|
29005
|
+
@registry_id.setter
|
|
29006
|
+
def registry_id(self, value: Optional[pulumi.Input[str]]):
|
|
29007
|
+
pulumi.set(self, "registry_id", value)
|
|
29030
29008
|
|
|
29031
29009
|
|
|
29032
29010
|
if not MYPY:
|
|
@@ -29064,9 +29042,6 @@ if not MYPY:
|
|
|
29064
29042
|
Private endpoint connections info used for pending connections in private link portal
|
|
29065
29043
|
"""
|
|
29066
29044
|
syndicated_registries: NotRequired[pulumi.Input[Sequence[pulumi.Input['RegistrySyndicatedRegistriesArgsDict']]]]
|
|
29067
|
-
"""
|
|
29068
|
-
List of tuples containing Guid and SyndicatedRegistry
|
|
29069
|
-
"""
|
|
29070
29045
|
elif False:
|
|
29071
29046
|
RegistryArgsDict: TypeAlias = Mapping[str, Any]
|
|
29072
29047
|
|
|
@@ -29091,7 +29066,6 @@ class RegistryArgs:
|
|
|
29091
29066
|
Possible values: "Enabled" or "Disabled"
|
|
29092
29067
|
:param pulumi.Input[Sequence[pulumi.Input['RegistryRegionArmDetailsArgs']]] region_details: Details of each region the registry is in
|
|
29093
29068
|
:param pulumi.Input[Sequence[pulumi.Input['RegistryPrivateEndpointConnectionArgs']]] registry_private_endpoint_connections: Private endpoint connections info used for pending connections in private link portal
|
|
29094
|
-
:param pulumi.Input[Sequence[pulumi.Input['RegistrySyndicatedRegistriesArgs']]] syndicated_registries: List of tuples containing Guid and SyndicatedRegistry
|
|
29095
29069
|
"""
|
|
29096
29070
|
if discovery_url is not None:
|
|
29097
29071
|
pulumi.set(__self__, "discovery_url", discovery_url)
|
|
@@ -29198,9 +29172,6 @@ class RegistryArgs:
|
|
|
29198
29172
|
@property
|
|
29199
29173
|
@pulumi.getter(name="syndicatedRegistries")
|
|
29200
29174
|
def syndicated_registries(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegistrySyndicatedRegistriesArgs']]]]:
|
|
29201
|
-
"""
|
|
29202
|
-
List of tuples containing Guid and SyndicatedRegistry
|
|
29203
|
-
"""
|
|
29204
29175
|
return pulumi.get(self, "syndicated_registries")
|
|
29205
29176
|
|
|
29206
29177
|
@syndicated_registries.setter
|
|
@@ -34142,42 +34113,6 @@ class SynapseSparkArgs:
|
|
|
34142
34113
|
pulumi.set(self, "resource_id", value)
|
|
34143
34114
|
|
|
34144
34115
|
|
|
34145
|
-
if not MYPY:
|
|
34146
|
-
class SyndicatedRegistryArgsDict(TypedDict):
|
|
34147
|
-
"""
|
|
34148
|
-
A registry that is syndicated
|
|
34149
|
-
"""
|
|
34150
|
-
registry_id: NotRequired[pulumi.Input[str]]
|
|
34151
|
-
"""
|
|
34152
|
-
The Registry Id of the syndicated Registry
|
|
34153
|
-
"""
|
|
34154
|
-
elif False:
|
|
34155
|
-
SyndicatedRegistryArgsDict: TypeAlias = Mapping[str, Any]
|
|
34156
|
-
|
|
34157
|
-
@pulumi.input_type
|
|
34158
|
-
class SyndicatedRegistryArgs:
|
|
34159
|
-
def __init__(__self__, *,
|
|
34160
|
-
registry_id: Optional[pulumi.Input[str]] = None):
|
|
34161
|
-
"""
|
|
34162
|
-
A registry that is syndicated
|
|
34163
|
-
:param pulumi.Input[str] registry_id: The Registry Id of the syndicated Registry
|
|
34164
|
-
"""
|
|
34165
|
-
if registry_id is not None:
|
|
34166
|
-
pulumi.set(__self__, "registry_id", registry_id)
|
|
34167
|
-
|
|
34168
|
-
@property
|
|
34169
|
-
@pulumi.getter(name="registryId")
|
|
34170
|
-
def registry_id(self) -> Optional[pulumi.Input[str]]:
|
|
34171
|
-
"""
|
|
34172
|
-
The Registry Id of the syndicated Registry
|
|
34173
|
-
"""
|
|
34174
|
-
return pulumi.get(self, "registry_id")
|
|
34175
|
-
|
|
34176
|
-
@registry_id.setter
|
|
34177
|
-
def registry_id(self, value: Optional[pulumi.Input[str]]):
|
|
34178
|
-
pulumi.set(self, "registry_id", value)
|
|
34179
|
-
|
|
34180
|
-
|
|
34181
34116
|
if not MYPY:
|
|
34182
34117
|
class SystemCreatedAcrAccountArgsDict(TypedDict):
|
|
34183
34118
|
acr_account_name: NotRequired[pulumi.Input[str]]
|
|
@@ -324,7 +324,6 @@ __all__ = [
|
|
|
324
324
|
'SweepJobResponse',
|
|
325
325
|
'SynapseSparkResponse',
|
|
326
326
|
'SynapseSparkResponseProperties',
|
|
327
|
-
'SyndicatedRegistryResponse',
|
|
328
327
|
'SystemCreatedAcrAccountResponse',
|
|
329
328
|
'SystemCreatedStorageAccountResponse',
|
|
330
329
|
'SystemDataResponse',
|
|
@@ -26257,7 +26256,6 @@ class RegistryResponse(dict):
|
|
|
26257
26256
|
Possible values: "Enabled" or "Disabled"
|
|
26258
26257
|
:param Sequence['RegistryRegionArmDetailsResponse'] region_details: Details of each region the registry is in
|
|
26259
26258
|
:param Sequence['RegistryPrivateEndpointConnectionResponse'] registry_private_endpoint_connections: Private endpoint connections info used for pending connections in private link portal
|
|
26260
|
-
:param Sequence['RegistryResponseSyndicatedRegistries'] syndicated_registries: List of tuples containing Guid and SyndicatedRegistry
|
|
26261
26259
|
"""
|
|
26262
26260
|
if discovery_url is not None:
|
|
26263
26261
|
pulumi.set(__self__, "discovery_url", discovery_url)
|
|
@@ -26346,9 +26344,6 @@ class RegistryResponse(dict):
|
|
|
26346
26344
|
@property
|
|
26347
26345
|
@pulumi.getter(name="syndicatedRegistries")
|
|
26348
26346
|
def syndicated_registries(self) -> Optional[Sequence['outputs.RegistryResponseSyndicatedRegistries']]:
|
|
26349
|
-
"""
|
|
26350
|
-
List of tuples containing Guid and SyndicatedRegistry
|
|
26351
|
-
"""
|
|
26352
26347
|
return pulumi.get(self, "syndicated_registries")
|
|
26353
26348
|
|
|
26354
26349
|
|
|
@@ -26357,10 +26352,8 @@ class RegistryResponseSyndicatedRegistries(dict):
|
|
|
26357
26352
|
@staticmethod
|
|
26358
26353
|
def __key_warning(key: str):
|
|
26359
26354
|
suggest = None
|
|
26360
|
-
if key == "
|
|
26361
|
-
suggest = "
|
|
26362
|
-
elif key == "syndicatedRegistryGuid":
|
|
26363
|
-
suggest = "syndicated_registry_guid"
|
|
26355
|
+
if key == "registryId":
|
|
26356
|
+
suggest = "registry_id"
|
|
26364
26357
|
|
|
26365
26358
|
if suggest:
|
|
26366
26359
|
pulumi.log.warn(f"Key '{key}' not found in RegistryResponseSyndicatedRegistries. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -26374,32 +26367,20 @@ class RegistryResponseSyndicatedRegistries(dict):
|
|
|
26374
26367
|
return super().get(key, default)
|
|
26375
26368
|
|
|
26376
26369
|
def __init__(__self__, *,
|
|
26377
|
-
|
|
26378
|
-
syndicated_registry_guid: Optional[str] = None):
|
|
26379
|
-
"""
|
|
26380
|
-
:param 'SyndicatedRegistryResponse' syndicated_registry: A registry that is syndicated
|
|
26381
|
-
:param str syndicated_registry_guid: The Guid of the syndicated registry
|
|
26382
|
-
"""
|
|
26383
|
-
if syndicated_registry is not None:
|
|
26384
|
-
pulumi.set(__self__, "syndicated_registry", syndicated_registry)
|
|
26385
|
-
if syndicated_registry_guid is not None:
|
|
26386
|
-
pulumi.set(__self__, "syndicated_registry_guid", syndicated_registry_guid)
|
|
26387
|
-
|
|
26388
|
-
@property
|
|
26389
|
-
@pulumi.getter(name="syndicatedRegistry")
|
|
26390
|
-
def syndicated_registry(self) -> Optional['outputs.SyndicatedRegistryResponse']:
|
|
26370
|
+
registry_id: Optional[str] = None):
|
|
26391
26371
|
"""
|
|
26392
|
-
|
|
26372
|
+
:param str registry_id: Registry id guid of a destination registry that this registry can syndicate to
|
|
26393
26373
|
"""
|
|
26394
|
-
|
|
26374
|
+
if registry_id is not None:
|
|
26375
|
+
pulumi.set(__self__, "registry_id", registry_id)
|
|
26395
26376
|
|
|
26396
26377
|
@property
|
|
26397
|
-
@pulumi.getter(name="
|
|
26398
|
-
def
|
|
26378
|
+
@pulumi.getter(name="registryId")
|
|
26379
|
+
def registry_id(self) -> Optional[str]:
|
|
26399
26380
|
"""
|
|
26400
|
-
|
|
26381
|
+
Registry id guid of a destination registry that this registry can syndicate to
|
|
26401
26382
|
"""
|
|
26402
|
-
return pulumi.get(self, "
|
|
26383
|
+
return pulumi.get(self, "registry_id")
|
|
26403
26384
|
|
|
26404
26385
|
|
|
26405
26386
|
@pulumi.output_type
|
|
@@ -30339,46 +30320,6 @@ class SynapseSparkResponseProperties(dict):
|
|
|
30339
30320
|
return pulumi.get(self, "workspace_name")
|
|
30340
30321
|
|
|
30341
30322
|
|
|
30342
|
-
@pulumi.output_type
|
|
30343
|
-
class SyndicatedRegistryResponse(dict):
|
|
30344
|
-
"""
|
|
30345
|
-
A registry that is syndicated
|
|
30346
|
-
"""
|
|
30347
|
-
@staticmethod
|
|
30348
|
-
def __key_warning(key: str):
|
|
30349
|
-
suggest = None
|
|
30350
|
-
if key == "registryId":
|
|
30351
|
-
suggest = "registry_id"
|
|
30352
|
-
|
|
30353
|
-
if suggest:
|
|
30354
|
-
pulumi.log.warn(f"Key '{key}' not found in SyndicatedRegistryResponse. Access the value via the '{suggest}' property getter instead.")
|
|
30355
|
-
|
|
30356
|
-
def __getitem__(self, key: str) -> Any:
|
|
30357
|
-
SyndicatedRegistryResponse.__key_warning(key)
|
|
30358
|
-
return super().__getitem__(key)
|
|
30359
|
-
|
|
30360
|
-
def get(self, key: str, default = None) -> Any:
|
|
30361
|
-
SyndicatedRegistryResponse.__key_warning(key)
|
|
30362
|
-
return super().get(key, default)
|
|
30363
|
-
|
|
30364
|
-
def __init__(__self__, *,
|
|
30365
|
-
registry_id: Optional[str] = None):
|
|
30366
|
-
"""
|
|
30367
|
-
A registry that is syndicated
|
|
30368
|
-
:param str registry_id: The Registry Id of the syndicated Registry
|
|
30369
|
-
"""
|
|
30370
|
-
if registry_id is not None:
|
|
30371
|
-
pulumi.set(__self__, "registry_id", registry_id)
|
|
30372
|
-
|
|
30373
|
-
@property
|
|
30374
|
-
@pulumi.getter(name="registryId")
|
|
30375
|
-
def registry_id(self) -> Optional[str]:
|
|
30376
|
-
"""
|
|
30377
|
-
The Registry Id of the syndicated Registry
|
|
30378
|
-
"""
|
|
30379
|
-
return pulumi.get(self, "registry_id")
|
|
30380
|
-
|
|
30381
|
-
|
|
30382
30323
|
@pulumi.output_type
|
|
30383
30324
|
class SystemCreatedAcrAccountResponse(dict):
|
|
30384
30325
|
@staticmethod
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from .. import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetAccountKeyVaultStatusResult',
|
|
20
|
+
'AwaitableGetAccountKeyVaultStatusResult',
|
|
21
|
+
'get_account_key_vault_status',
|
|
22
|
+
'get_account_key_vault_status_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetAccountKeyVaultStatusResult:
|
|
27
|
+
"""
|
|
28
|
+
Result of getKeyVaultStatus with information about how volumes under NetApp account are encrypted.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, key_name=None, key_vault_private_endpoints=None, key_vault_resource_id=None, key_vault_uri=None):
|
|
31
|
+
if key_name and not isinstance(key_name, str):
|
|
32
|
+
raise TypeError("Expected argument 'key_name' to be a str")
|
|
33
|
+
pulumi.set(__self__, "key_name", key_name)
|
|
34
|
+
if key_vault_private_endpoints and not isinstance(key_vault_private_endpoints, list):
|
|
35
|
+
raise TypeError("Expected argument 'key_vault_private_endpoints' to be a list")
|
|
36
|
+
pulumi.set(__self__, "key_vault_private_endpoints", key_vault_private_endpoints)
|
|
37
|
+
if key_vault_resource_id and not isinstance(key_vault_resource_id, str):
|
|
38
|
+
raise TypeError("Expected argument 'key_vault_resource_id' to be a str")
|
|
39
|
+
pulumi.set(__self__, "key_vault_resource_id", key_vault_resource_id)
|
|
40
|
+
if key_vault_uri and not isinstance(key_vault_uri, str):
|
|
41
|
+
raise TypeError("Expected argument 'key_vault_uri' to be a str")
|
|
42
|
+
pulumi.set(__self__, "key_vault_uri", key_vault_uri)
|
|
43
|
+
|
|
44
|
+
@property
|
|
45
|
+
@pulumi.getter(name="keyName")
|
|
46
|
+
def key_name(self) -> Optional[str]:
|
|
47
|
+
"""
|
|
48
|
+
The name of the key that should be used for encryption.
|
|
49
|
+
"""
|
|
50
|
+
return pulumi.get(self, "key_name")
|
|
51
|
+
|
|
52
|
+
@property
|
|
53
|
+
@pulumi.getter(name="keyVaultPrivateEndpoints")
|
|
54
|
+
def key_vault_private_endpoints(self) -> Optional[Sequence['outputs.KeyVaultPrivateEndpointResponse']]:
|
|
55
|
+
"""
|
|
56
|
+
Pairs of virtual network ID and private endpoint ID. Every virtual network that has volumes encrypted with customer-managed keys needs its own key vault private endpoint.
|
|
57
|
+
"""
|
|
58
|
+
return pulumi.get(self, "key_vault_private_endpoints")
|
|
59
|
+
|
|
60
|
+
@property
|
|
61
|
+
@pulumi.getter(name="keyVaultResourceId")
|
|
62
|
+
def key_vault_resource_id(self) -> Optional[str]:
|
|
63
|
+
"""
|
|
64
|
+
Azure resource ID of the key vault/managed HSM that should be used for encryption.
|
|
65
|
+
"""
|
|
66
|
+
return pulumi.get(self, "key_vault_resource_id")
|
|
67
|
+
|
|
68
|
+
@property
|
|
69
|
+
@pulumi.getter(name="keyVaultUri")
|
|
70
|
+
def key_vault_uri(self) -> Optional[str]:
|
|
71
|
+
"""
|
|
72
|
+
The URI of the key vault/managed HSM that should be used for encryption.
|
|
73
|
+
"""
|
|
74
|
+
return pulumi.get(self, "key_vault_uri")
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
class AwaitableGetAccountKeyVaultStatusResult(GetAccountKeyVaultStatusResult):
|
|
78
|
+
# pylint: disable=using-constant-test
|
|
79
|
+
def __await__(self):
|
|
80
|
+
if False:
|
|
81
|
+
yield self
|
|
82
|
+
return GetAccountKeyVaultStatusResult(
|
|
83
|
+
key_name=self.key_name,
|
|
84
|
+
key_vault_private_endpoints=self.key_vault_private_endpoints,
|
|
85
|
+
key_vault_resource_id=self.key_vault_resource_id,
|
|
86
|
+
key_vault_uri=self.key_vault_uri)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
def get_account_key_vault_status(account_name: Optional[str] = None,
|
|
90
|
+
resource_group_name: Optional[str] = None,
|
|
91
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAccountKeyVaultStatusResult:
|
|
92
|
+
"""
|
|
93
|
+
Contains data from encryption.keyVaultProperties as well as information about which private endpoint is used by each encryption sibling set. Response from this endpoint can be modified and used as request body for POST request.
|
|
94
|
+
Azure REST API version: 2024-09-01-preview.
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
:param str account_name: The name of the NetApp account
|
|
98
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
99
|
+
"""
|
|
100
|
+
__args__ = dict()
|
|
101
|
+
__args__['accountName'] = account_name
|
|
102
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
103
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
104
|
+
__ret__ = pulumi.runtime.invoke('azure-native:netapp:getAccountKeyVaultStatus', __args__, opts=opts, typ=GetAccountKeyVaultStatusResult).value
|
|
105
|
+
|
|
106
|
+
return AwaitableGetAccountKeyVaultStatusResult(
|
|
107
|
+
key_name=pulumi.get(__ret__, 'key_name'),
|
|
108
|
+
key_vault_private_endpoints=pulumi.get(__ret__, 'key_vault_private_endpoints'),
|
|
109
|
+
key_vault_resource_id=pulumi.get(__ret__, 'key_vault_resource_id'),
|
|
110
|
+
key_vault_uri=pulumi.get(__ret__, 'key_vault_uri'))
|
|
111
|
+
def get_account_key_vault_status_output(account_name: Optional[pulumi.Input[str]] = None,
|
|
112
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
113
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAccountKeyVaultStatusResult]:
|
|
114
|
+
"""
|
|
115
|
+
Contains data from encryption.keyVaultProperties as well as information about which private endpoint is used by each encryption sibling set. Response from this endpoint can be modified and used as request body for POST request.
|
|
116
|
+
Azure REST API version: 2024-09-01-preview.
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
:param str account_name: The name of the NetApp account
|
|
120
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
121
|
+
"""
|
|
122
|
+
__args__ = dict()
|
|
123
|
+
__args__['accountName'] = account_name
|
|
124
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
125
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
126
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:netapp:getAccountKeyVaultStatus', __args__, opts=opts, typ=GetAccountKeyVaultStatusResult)
|
|
127
|
+
return __ret__.apply(lambda __response__: GetAccountKeyVaultStatusResult(
|
|
128
|
+
key_name=pulumi.get(__response__, 'key_name'),
|
|
129
|
+
key_vault_private_endpoints=pulumi.get(__response__, 'key_vault_private_endpoints'),
|
|
130
|
+
key_vault_resource_id=pulumi.get(__response__, 'key_vault_resource_id'),
|
|
131
|
+
key_vault_uri=pulumi.get(__response__, 'key_vault_uri')))
|
|
@@ -23,6 +23,7 @@ __all__ = [
|
|
|
23
23
|
'EncryptionIdentityResponse',
|
|
24
24
|
'ExportPolicyRuleResponse',
|
|
25
25
|
'HourlyScheduleResponse',
|
|
26
|
+
'KeyVaultPrivateEndpointResponse',
|
|
26
27
|
'KeyVaultPropertiesResponse',
|
|
27
28
|
'LdapSearchScopeOptResponse',
|
|
28
29
|
'ManagedServiceIdentityResponse',
|
|
@@ -890,6 +891,41 @@ class HourlyScheduleResponse(dict):
|
|
|
890
891
|
return pulumi.get(self, "used_bytes")
|
|
891
892
|
|
|
892
893
|
|
|
894
|
+
@pulumi.output_type
|
|
895
|
+
class KeyVaultPrivateEndpointResponse(dict):
|
|
896
|
+
"""
|
|
897
|
+
Pairs of virtual network ID and private endpoint ID. Every virtual network that has volumes encrypted with customer-managed keys needs its own key vault private endpoint.
|
|
898
|
+
"""
|
|
899
|
+
def __init__(__self__, *,
|
|
900
|
+
private_endpoint_id: Optional[str] = None,
|
|
901
|
+
virtual_network_id: Optional[str] = None):
|
|
902
|
+
"""
|
|
903
|
+
Pairs of virtual network ID and private endpoint ID. Every virtual network that has volumes encrypted with customer-managed keys needs its own key vault private endpoint.
|
|
904
|
+
:param str private_endpoint_id: Identifier of the private endpoint to reach the Azure Key Vault
|
|
905
|
+
:param str virtual_network_id: Identifier for the virtual network id
|
|
906
|
+
"""
|
|
907
|
+
if private_endpoint_id is not None:
|
|
908
|
+
pulumi.set(__self__, "private_endpoint_id", private_endpoint_id)
|
|
909
|
+
if virtual_network_id is not None:
|
|
910
|
+
pulumi.set(__self__, "virtual_network_id", virtual_network_id)
|
|
911
|
+
|
|
912
|
+
@property
|
|
913
|
+
@pulumi.getter(name="privateEndpointId")
|
|
914
|
+
def private_endpoint_id(self) -> Optional[str]:
|
|
915
|
+
"""
|
|
916
|
+
Identifier of the private endpoint to reach the Azure Key Vault
|
|
917
|
+
"""
|
|
918
|
+
return pulumi.get(self, "private_endpoint_id")
|
|
919
|
+
|
|
920
|
+
@property
|
|
921
|
+
@pulumi.getter(name="virtualNetworkId")
|
|
922
|
+
def virtual_network_id(self) -> Optional[str]:
|
|
923
|
+
"""
|
|
924
|
+
Identifier for the virtual network id
|
|
925
|
+
"""
|
|
926
|
+
return pulumi.get(self, "virtual_network_id")
|
|
927
|
+
|
|
928
|
+
|
|
893
929
|
@pulumi.output_type
|
|
894
930
|
class KeyVaultPropertiesResponse(dict):
|
|
895
931
|
"""
|
|
@@ -11,6 +11,7 @@ from .backup import *
|
|
|
11
11
|
from .backup_policy import *
|
|
12
12
|
from .backup_vault import *
|
|
13
13
|
from .get_account import *
|
|
14
|
+
from .get_account_change_key_vault_information import *
|
|
14
15
|
from .get_backup import *
|
|
15
16
|
from .get_backup_policy import *
|
|
16
17
|
from .get_backup_vault import *
|