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
|
@@ -0,0 +1,129 @@
|
|
|
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
|
+
'GetAccountChangeKeyVaultInformationResult',
|
|
20
|
+
'AwaitableGetAccountChangeKeyVaultInformationResult',
|
|
21
|
+
'get_account_change_key_vault_information',
|
|
22
|
+
'get_account_change_key_vault_information_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetAccountChangeKeyVaultInformationResult:
|
|
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 AwaitableGetAccountChangeKeyVaultInformationResult(GetAccountChangeKeyVaultInformationResult):
|
|
78
|
+
# pylint: disable=using-constant-test
|
|
79
|
+
def __await__(self):
|
|
80
|
+
if False:
|
|
81
|
+
yield self
|
|
82
|
+
return GetAccountChangeKeyVaultInformationResult(
|
|
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_change_key_vault_information(account_name: Optional[str] = None,
|
|
90
|
+
resource_group_name: Optional[str] = None,
|
|
91
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAccountChangeKeyVaultInformationResult:
|
|
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
|
+
|
|
95
|
+
|
|
96
|
+
:param str account_name: The name of the NetApp account
|
|
97
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
98
|
+
"""
|
|
99
|
+
__args__ = dict()
|
|
100
|
+
__args__['accountName'] = account_name
|
|
101
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
102
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
103
|
+
__ret__ = pulumi.runtime.invoke('azure-native:netapp/v20240901:getAccountChangeKeyVaultInformation', __args__, opts=opts, typ=GetAccountChangeKeyVaultInformationResult).value
|
|
104
|
+
|
|
105
|
+
return AwaitableGetAccountChangeKeyVaultInformationResult(
|
|
106
|
+
key_name=pulumi.get(__ret__, 'key_name'),
|
|
107
|
+
key_vault_private_endpoints=pulumi.get(__ret__, 'key_vault_private_endpoints'),
|
|
108
|
+
key_vault_resource_id=pulumi.get(__ret__, 'key_vault_resource_id'),
|
|
109
|
+
key_vault_uri=pulumi.get(__ret__, 'key_vault_uri'))
|
|
110
|
+
def get_account_change_key_vault_information_output(account_name: Optional[pulumi.Input[str]] = None,
|
|
111
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
112
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAccountChangeKeyVaultInformationResult]:
|
|
113
|
+
"""
|
|
114
|
+
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.
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
:param str account_name: The name of the NetApp account
|
|
118
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
119
|
+
"""
|
|
120
|
+
__args__ = dict()
|
|
121
|
+
__args__['accountName'] = account_name
|
|
122
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
123
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
124
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:netapp/v20240901:getAccountChangeKeyVaultInformation', __args__, opts=opts, typ=GetAccountChangeKeyVaultInformationResult)
|
|
125
|
+
return __ret__.apply(lambda __response__: GetAccountChangeKeyVaultInformationResult(
|
|
126
|
+
key_name=pulumi.get(__response__, 'key_name'),
|
|
127
|
+
key_vault_private_endpoints=pulumi.get(__response__, 'key_vault_private_endpoints'),
|
|
128
|
+
key_vault_resource_id=pulumi.get(__response__, 'key_vault_resource_id'),
|
|
129
|
+
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
|
"""
|
|
@@ -0,0 +1,129 @@
|
|
|
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
|
+
|
|
95
|
+
|
|
96
|
+
:param str account_name: The name of the NetApp account
|
|
97
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
98
|
+
"""
|
|
99
|
+
__args__ = dict()
|
|
100
|
+
__args__['accountName'] = account_name
|
|
101
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
102
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
103
|
+
__ret__ = pulumi.runtime.invoke('azure-native:netapp/v20240901preview:getAccountKeyVaultStatus', __args__, opts=opts, typ=GetAccountKeyVaultStatusResult).value
|
|
104
|
+
|
|
105
|
+
return AwaitableGetAccountKeyVaultStatusResult(
|
|
106
|
+
key_name=pulumi.get(__ret__, 'key_name'),
|
|
107
|
+
key_vault_private_endpoints=pulumi.get(__ret__, 'key_vault_private_endpoints'),
|
|
108
|
+
key_vault_resource_id=pulumi.get(__ret__, 'key_vault_resource_id'),
|
|
109
|
+
key_vault_uri=pulumi.get(__ret__, 'key_vault_uri'))
|
|
110
|
+
def get_account_key_vault_status_output(account_name: Optional[pulumi.Input[str]] = None,
|
|
111
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
112
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAccountKeyVaultStatusResult]:
|
|
113
|
+
"""
|
|
114
|
+
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.
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
:param str account_name: The name of the NetApp account
|
|
118
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
119
|
+
"""
|
|
120
|
+
__args__ = dict()
|
|
121
|
+
__args__['accountName'] = account_name
|
|
122
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
123
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
124
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:netapp/v20240901preview:getAccountKeyVaultStatus', __args__, opts=opts, typ=GetAccountKeyVaultStatusResult)
|
|
125
|
+
return __ret__.apply(lambda __response__: GetAccountKeyVaultStatusResult(
|
|
126
|
+
key_name=pulumi.get(__response__, 'key_name'),
|
|
127
|
+
key_vault_private_endpoints=pulumi.get(__response__, 'key_vault_private_endpoints'),
|
|
128
|
+
key_vault_resource_id=pulumi.get(__response__, 'key_vault_resource_id'),
|
|
129
|
+
key_vault_uri=pulumi.get(__response__, 'key_vault_uri')))
|
|
@@ -24,6 +24,7 @@ __all__ = [
|
|
|
24
24
|
'EncryptionIdentityResponse',
|
|
25
25
|
'ExportPolicyRuleResponse',
|
|
26
26
|
'HourlyScheduleResponse',
|
|
27
|
+
'KeyVaultPrivateEndpointResponse',
|
|
27
28
|
'KeyVaultPropertiesResponse',
|
|
28
29
|
'LdapSearchScopeOptResponse',
|
|
29
30
|
'ManagedServiceIdentityResponse',
|
|
@@ -984,6 +985,41 @@ class HourlyScheduleResponse(dict):
|
|
|
984
985
|
return pulumi.get(self, "used_bytes")
|
|
985
986
|
|
|
986
987
|
|
|
988
|
+
@pulumi.output_type
|
|
989
|
+
class KeyVaultPrivateEndpointResponse(dict):
|
|
990
|
+
"""
|
|
991
|
+
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.
|
|
992
|
+
"""
|
|
993
|
+
def __init__(__self__, *,
|
|
994
|
+
private_endpoint_id: Optional[str] = None,
|
|
995
|
+
virtual_network_id: Optional[str] = None):
|
|
996
|
+
"""
|
|
997
|
+
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.
|
|
998
|
+
:param str private_endpoint_id: Identifier of the private endpoint to reach the Azure Key Vault
|
|
999
|
+
:param str virtual_network_id: Identifier for the virtual network id
|
|
1000
|
+
"""
|
|
1001
|
+
if private_endpoint_id is not None:
|
|
1002
|
+
pulumi.set(__self__, "private_endpoint_id", private_endpoint_id)
|
|
1003
|
+
if virtual_network_id is not None:
|
|
1004
|
+
pulumi.set(__self__, "virtual_network_id", virtual_network_id)
|
|
1005
|
+
|
|
1006
|
+
@property
|
|
1007
|
+
@pulumi.getter(name="privateEndpointId")
|
|
1008
|
+
def private_endpoint_id(self) -> Optional[str]:
|
|
1009
|
+
"""
|
|
1010
|
+
Identifier of the private endpoint to reach the Azure Key Vault
|
|
1011
|
+
"""
|
|
1012
|
+
return pulumi.get(self, "private_endpoint_id")
|
|
1013
|
+
|
|
1014
|
+
@property
|
|
1015
|
+
@pulumi.getter(name="virtualNetworkId")
|
|
1016
|
+
def virtual_network_id(self) -> Optional[str]:
|
|
1017
|
+
"""
|
|
1018
|
+
Identifier for the virtual network id
|
|
1019
|
+
"""
|
|
1020
|
+
return pulumi.get(self, "virtual_network_id")
|
|
1021
|
+
|
|
1022
|
+
|
|
987
1023
|
@pulumi.output_type
|
|
988
1024
|
class KeyVaultPropertiesResponse(dict):
|
|
989
1025
|
"""
|
|
@@ -182,7 +182,8 @@ class AwaitableGetResourceResult(GetResourceResult):
|
|
|
182
182
|
type=self.type)
|
|
183
183
|
|
|
184
184
|
|
|
185
|
-
def get_resource(
|
|
185
|
+
def get_resource(api_version: Optional[str] = None,
|
|
186
|
+
parent_resource_path: Optional[str] = None,
|
|
186
187
|
resource_group_name: Optional[str] = None,
|
|
187
188
|
resource_name: Optional[str] = None,
|
|
188
189
|
resource_provider_namespace: Optional[str] = None,
|
|
@@ -195,6 +196,7 @@ def get_resource(parent_resource_path: Optional[str] = None,
|
|
|
195
196
|
Other available API versions: 2023-07-01, 2024-03-01, 2024-07-01, 2024-11-01.
|
|
196
197
|
|
|
197
198
|
|
|
199
|
+
:param str api_version: The API version to use for the operation.
|
|
198
200
|
:param str parent_resource_path: The parent resource identity.
|
|
199
201
|
:param str resource_group_name: The name of the resource group containing the resource to get. The name is case insensitive.
|
|
200
202
|
:param str resource_name: The name of the resource to get.
|
|
@@ -202,6 +204,7 @@ def get_resource(parent_resource_path: Optional[str] = None,
|
|
|
202
204
|
:param str resource_type: The resource type of the resource.
|
|
203
205
|
"""
|
|
204
206
|
__args__ = dict()
|
|
207
|
+
__args__['apiVersion'] = api_version
|
|
205
208
|
__args__['parentResourcePath'] = parent_resource_path
|
|
206
209
|
__args__['resourceGroupName'] = resource_group_name
|
|
207
210
|
__args__['resourceName'] = resource_name
|
|
@@ -223,7 +226,8 @@ def get_resource(parent_resource_path: Optional[str] = None,
|
|
|
223
226
|
sku=pulumi.get(__ret__, 'sku'),
|
|
224
227
|
tags=pulumi.get(__ret__, 'tags'),
|
|
225
228
|
type=pulumi.get(__ret__, 'type'))
|
|
226
|
-
def get_resource_output(
|
|
229
|
+
def get_resource_output(api_version: Optional[pulumi.Input[str]] = None,
|
|
230
|
+
parent_resource_path: Optional[pulumi.Input[str]] = None,
|
|
227
231
|
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
228
232
|
resource_name: Optional[pulumi.Input[str]] = None,
|
|
229
233
|
resource_provider_namespace: Optional[pulumi.Input[str]] = None,
|
|
@@ -236,6 +240,7 @@ def get_resource_output(parent_resource_path: Optional[pulumi.Input[str]] = None
|
|
|
236
240
|
Other available API versions: 2023-07-01, 2024-03-01, 2024-07-01, 2024-11-01.
|
|
237
241
|
|
|
238
242
|
|
|
243
|
+
:param str api_version: The API version to use for the operation.
|
|
239
244
|
:param str parent_resource_path: The parent resource identity.
|
|
240
245
|
:param str resource_group_name: The name of the resource group containing the resource to get. The name is case insensitive.
|
|
241
246
|
:param str resource_name: The name of the resource to get.
|
|
@@ -243,6 +248,7 @@ def get_resource_output(parent_resource_path: Optional[pulumi.Input[str]] = None
|
|
|
243
248
|
:param str resource_type: The resource type of the resource.
|
|
244
249
|
"""
|
|
245
250
|
__args__ = dict()
|
|
251
|
+
__args__['apiVersion'] = api_version
|
|
246
252
|
__args__['parentResourcePath'] = parent_resource_path
|
|
247
253
|
__args__['resourceGroupName'] = resource_group_name
|
|
248
254
|
__args__['resourceName'] = resource_name
|
|
@@ -22,6 +22,7 @@ __all__ = ['ResourceArgs', 'Resource']
|
|
|
22
22
|
@pulumi.input_type
|
|
23
23
|
class ResourceArgs:
|
|
24
24
|
def __init__(__self__, *,
|
|
25
|
+
api_version: pulumi.Input[str],
|
|
25
26
|
parent_resource_path: pulumi.Input[str],
|
|
26
27
|
resource_group_name: pulumi.Input[str],
|
|
27
28
|
resource_provider_namespace: pulumi.Input[str],
|
|
@@ -38,6 +39,7 @@ class ResourceArgs:
|
|
|
38
39
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
39
40
|
"""
|
|
40
41
|
The set of arguments for constructing a Resource resource.
|
|
42
|
+
:param pulumi.Input[str] api_version: The API version to use for the operation.
|
|
41
43
|
:param pulumi.Input[str] parent_resource_path: The parent resource identity.
|
|
42
44
|
:param pulumi.Input[str] resource_group_name: The name of the resource group for the resource. The name is case insensitive.
|
|
43
45
|
:param pulumi.Input[str] resource_provider_namespace: The namespace of the resource provider.
|
|
@@ -53,6 +55,7 @@ class ResourceArgs:
|
|
|
53
55
|
:param pulumi.Input['SkuArgs'] sku: The SKU of the resource.
|
|
54
56
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags
|
|
55
57
|
"""
|
|
58
|
+
pulumi.set(__self__, "api_version", api_version)
|
|
56
59
|
pulumi.set(__self__, "parent_resource_path", parent_resource_path)
|
|
57
60
|
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
58
61
|
pulumi.set(__self__, "resource_provider_namespace", resource_provider_namespace)
|
|
@@ -78,6 +81,18 @@ class ResourceArgs:
|
|
|
78
81
|
if tags is not None:
|
|
79
82
|
pulumi.set(__self__, "tags", tags)
|
|
80
83
|
|
|
84
|
+
@property
|
|
85
|
+
@pulumi.getter(name="apiVersion")
|
|
86
|
+
def api_version(self) -> pulumi.Input[str]:
|
|
87
|
+
"""
|
|
88
|
+
The API version to use for the operation.
|
|
89
|
+
"""
|
|
90
|
+
return pulumi.get(self, "api_version")
|
|
91
|
+
|
|
92
|
+
@api_version.setter
|
|
93
|
+
def api_version(self, value: pulumi.Input[str]):
|
|
94
|
+
pulumi.set(self, "api_version", value)
|
|
95
|
+
|
|
81
96
|
@property
|
|
82
97
|
@pulumi.getter(name="parentResourcePath")
|
|
83
98
|
def parent_resource_path(self) -> pulumi.Input[str]:
|
|
@@ -252,6 +267,7 @@ class Resource(pulumi.CustomResource):
|
|
|
252
267
|
def __init__(__self__,
|
|
253
268
|
resource_name: str,
|
|
254
269
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
270
|
+
api_version: Optional[pulumi.Input[str]] = None,
|
|
255
271
|
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
256
272
|
identity: Optional[pulumi.Input[Union['IdentityArgs', 'IdentityArgsDict']]] = None,
|
|
257
273
|
kind: Optional[pulumi.Input[str]] = None,
|
|
@@ -275,6 +291,7 @@ class Resource(pulumi.CustomResource):
|
|
|
275
291
|
|
|
276
292
|
:param str resource_name: The name of the resource.
|
|
277
293
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
294
|
+
:param pulumi.Input[str] api_version: The API version to use for the operation.
|
|
278
295
|
:param pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']] extended_location: Resource extended location.
|
|
279
296
|
:param pulumi.Input[Union['IdentityArgs', 'IdentityArgsDict']] identity: The identity of the resource.
|
|
280
297
|
:param pulumi.Input[str] kind: The kind of the resource.
|
|
@@ -317,6 +334,7 @@ class Resource(pulumi.CustomResource):
|
|
|
317
334
|
def _internal_init(__self__,
|
|
318
335
|
resource_name: str,
|
|
319
336
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
337
|
+
api_version: Optional[pulumi.Input[str]] = None,
|
|
320
338
|
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
321
339
|
identity: Optional[pulumi.Input[Union['IdentityArgs', 'IdentityArgsDict']]] = None,
|
|
322
340
|
kind: Optional[pulumi.Input[str]] = None,
|
|
@@ -340,6 +358,9 @@ class Resource(pulumi.CustomResource):
|
|
|
340
358
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
341
359
|
__props__ = ResourceArgs.__new__(ResourceArgs)
|
|
342
360
|
|
|
361
|
+
if api_version is None and not opts.urn:
|
|
362
|
+
raise TypeError("Missing required property 'api_version'")
|
|
363
|
+
__props__.__dict__["api_version"] = api_version
|
|
343
364
|
__props__.__dict__["extended_location"] = extended_location
|
|
344
365
|
__props__.__dict__["identity"] = identity
|
|
345
366
|
__props__.__dict__["kind"] = kind
|
|
@@ -182,7 +182,8 @@ class AwaitableGetResourceResult(GetResourceResult):
|
|
|
182
182
|
type=self.type)
|
|
183
183
|
|
|
184
184
|
|
|
185
|
-
def get_resource(
|
|
185
|
+
def get_resource(api_version: Optional[str] = None,
|
|
186
|
+
parent_resource_path: Optional[str] = None,
|
|
186
187
|
resource_group_name: Optional[str] = None,
|
|
187
188
|
resource_name: Optional[str] = None,
|
|
188
189
|
resource_provider_namespace: Optional[str] = None,
|
|
@@ -192,6 +193,7 @@ def get_resource(parent_resource_path: Optional[str] = None,
|
|
|
192
193
|
Gets a resource.
|
|
193
194
|
|
|
194
195
|
|
|
196
|
+
:param str api_version: The API version to use for the operation.
|
|
195
197
|
:param str parent_resource_path: The parent resource identity.
|
|
196
198
|
:param str resource_group_name: The name of the resource group containing the resource to get. The name is case insensitive.
|
|
197
199
|
:param str resource_name: The name of the resource to get.
|
|
@@ -199,6 +201,7 @@ def get_resource(parent_resource_path: Optional[str] = None,
|
|
|
199
201
|
:param str resource_type: The resource type of the resource.
|
|
200
202
|
"""
|
|
201
203
|
__args__ = dict()
|
|
204
|
+
__args__['apiVersion'] = api_version
|
|
202
205
|
__args__['parentResourcePath'] = parent_resource_path
|
|
203
206
|
__args__['resourceGroupName'] = resource_group_name
|
|
204
207
|
__args__['resourceName'] = resource_name
|
|
@@ -220,7 +223,8 @@ def get_resource(parent_resource_path: Optional[str] = None,
|
|
|
220
223
|
sku=pulumi.get(__ret__, 'sku'),
|
|
221
224
|
tags=pulumi.get(__ret__, 'tags'),
|
|
222
225
|
type=pulumi.get(__ret__, 'type'))
|
|
223
|
-
def get_resource_output(
|
|
226
|
+
def get_resource_output(api_version: Optional[pulumi.Input[str]] = None,
|
|
227
|
+
parent_resource_path: Optional[pulumi.Input[str]] = None,
|
|
224
228
|
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
225
229
|
resource_name: Optional[pulumi.Input[str]] = None,
|
|
226
230
|
resource_provider_namespace: Optional[pulumi.Input[str]] = None,
|
|
@@ -230,6 +234,7 @@ def get_resource_output(parent_resource_path: Optional[pulumi.Input[str]] = None
|
|
|
230
234
|
Gets a resource.
|
|
231
235
|
|
|
232
236
|
|
|
237
|
+
:param str api_version: The API version to use for the operation.
|
|
233
238
|
:param str parent_resource_path: The parent resource identity.
|
|
234
239
|
:param str resource_group_name: The name of the resource group containing the resource to get. The name is case insensitive.
|
|
235
240
|
:param str resource_name: The name of the resource to get.
|
|
@@ -237,6 +242,7 @@ def get_resource_output(parent_resource_path: Optional[pulumi.Input[str]] = None
|
|
|
237
242
|
:param str resource_type: The resource type of the resource.
|
|
238
243
|
"""
|
|
239
244
|
__args__ = dict()
|
|
245
|
+
__args__['apiVersion'] = api_version
|
|
240
246
|
__args__['parentResourcePath'] = parent_resource_path
|
|
241
247
|
__args__['resourceGroupName'] = resource_group_name
|
|
242
248
|
__args__['resourceName'] = resource_name
|
|
@@ -22,6 +22,7 @@ __all__ = ['ResourceArgs', 'Resource']
|
|
|
22
22
|
@pulumi.input_type
|
|
23
23
|
class ResourceArgs:
|
|
24
24
|
def __init__(__self__, *,
|
|
25
|
+
api_version: pulumi.Input[str],
|
|
25
26
|
parent_resource_path: pulumi.Input[str],
|
|
26
27
|
resource_group_name: pulumi.Input[str],
|
|
27
28
|
resource_provider_namespace: pulumi.Input[str],
|
|
@@ -38,6 +39,7 @@ class ResourceArgs:
|
|
|
38
39
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
39
40
|
"""
|
|
40
41
|
The set of arguments for constructing a Resource resource.
|
|
42
|
+
:param pulumi.Input[str] api_version: The API version to use for the operation.
|
|
41
43
|
:param pulumi.Input[str] parent_resource_path: The parent resource identity.
|
|
42
44
|
:param pulumi.Input[str] resource_group_name: The name of the resource group for the resource. The name is case insensitive.
|
|
43
45
|
:param pulumi.Input[str] resource_provider_namespace: The namespace of the resource provider.
|
|
@@ -53,6 +55,7 @@ class ResourceArgs:
|
|
|
53
55
|
:param pulumi.Input['SkuArgs'] sku: The SKU of the resource.
|
|
54
56
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags
|
|
55
57
|
"""
|
|
58
|
+
pulumi.set(__self__, "api_version", api_version)
|
|
56
59
|
pulumi.set(__self__, "parent_resource_path", parent_resource_path)
|
|
57
60
|
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
58
61
|
pulumi.set(__self__, "resource_provider_namespace", resource_provider_namespace)
|
|
@@ -78,6 +81,18 @@ class ResourceArgs:
|
|
|
78
81
|
if tags is not None:
|
|
79
82
|
pulumi.set(__self__, "tags", tags)
|
|
80
83
|
|
|
84
|
+
@property
|
|
85
|
+
@pulumi.getter(name="apiVersion")
|
|
86
|
+
def api_version(self) -> pulumi.Input[str]:
|
|
87
|
+
"""
|
|
88
|
+
The API version to use for the operation.
|
|
89
|
+
"""
|
|
90
|
+
return pulumi.get(self, "api_version")
|
|
91
|
+
|
|
92
|
+
@api_version.setter
|
|
93
|
+
def api_version(self, value: pulumi.Input[str]):
|
|
94
|
+
pulumi.set(self, "api_version", value)
|
|
95
|
+
|
|
81
96
|
@property
|
|
82
97
|
@pulumi.getter(name="parentResourcePath")
|
|
83
98
|
def parent_resource_path(self) -> pulumi.Input[str]:
|
|
@@ -252,6 +267,7 @@ class Resource(pulumi.CustomResource):
|
|
|
252
267
|
def __init__(__self__,
|
|
253
268
|
resource_name: str,
|
|
254
269
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
270
|
+
api_version: Optional[pulumi.Input[str]] = None,
|
|
255
271
|
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
256
272
|
identity: Optional[pulumi.Input[Union['IdentityArgs', 'IdentityArgsDict']]] = None,
|
|
257
273
|
kind: Optional[pulumi.Input[str]] = None,
|
|
@@ -272,6 +288,7 @@ class Resource(pulumi.CustomResource):
|
|
|
272
288
|
|
|
273
289
|
:param str resource_name: The name of the resource.
|
|
274
290
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
291
|
+
:param pulumi.Input[str] api_version: The API version to use for the operation.
|
|
275
292
|
:param pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']] extended_location: Resource extended location.
|
|
276
293
|
:param pulumi.Input[Union['IdentityArgs', 'IdentityArgsDict']] identity: The identity of the resource.
|
|
277
294
|
:param pulumi.Input[str] kind: The kind of the resource.
|
|
@@ -311,6 +328,7 @@ class Resource(pulumi.CustomResource):
|
|
|
311
328
|
def _internal_init(__self__,
|
|
312
329
|
resource_name: str,
|
|
313
330
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
331
|
+
api_version: Optional[pulumi.Input[str]] = None,
|
|
314
332
|
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
315
333
|
identity: Optional[pulumi.Input[Union['IdentityArgs', 'IdentityArgsDict']]] = None,
|
|
316
334
|
kind: Optional[pulumi.Input[str]] = None,
|
|
@@ -334,6 +352,9 @@ class Resource(pulumi.CustomResource):
|
|
|
334
352
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
335
353
|
__props__ = ResourceArgs.__new__(ResourceArgs)
|
|
336
354
|
|
|
355
|
+
if api_version is None and not opts.urn:
|
|
356
|
+
raise TypeError("Missing required property 'api_version'")
|
|
357
|
+
__props__.__dict__["api_version"] = api_version
|
|
337
358
|
__props__.__dict__["extended_location"] = extended_location
|
|
338
359
|
__props__.__dict__["identity"] = identity
|
|
339
360
|
__props__.__dict__["kind"] = kind
|