pulumi-azure-native 2.87.0a1739200739__py3-none-any.whl → 2.88.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 +72 -1
- 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/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/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.87.0a1739200739.dist-info → pulumi_azure_native-2.88.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.87.0a1739200739.dist-info → pulumi_azure_native-2.88.0.dist-info}/RECORD +382 -273
- 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.87.0a1739200739.dist-info → pulumi_azure_native-2.88.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.87.0a1739200739.dist-info → pulumi_azure_native-2.88.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,302 @@
|
|
|
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
|
+
'GetNamespaceResult',
|
|
20
|
+
'AwaitableGetNamespaceResult',
|
|
21
|
+
'get_namespace',
|
|
22
|
+
'get_namespace_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetNamespaceResult:
|
|
27
|
+
"""
|
|
28
|
+
Namespace resource.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, id=None, identity=None, inbound_ip_rules=None, is_zone_redundant=None, location=None, minimum_tls_version_allowed=None, name=None, private_endpoint_connections=None, provisioning_state=None, public_network_access=None, sku=None, system_data=None, tags=None, topic_spaces_configuration=None, topics_configuration=None, type=None):
|
|
31
|
+
if id and not isinstance(id, str):
|
|
32
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
33
|
+
pulumi.set(__self__, "id", id)
|
|
34
|
+
if identity and not isinstance(identity, dict):
|
|
35
|
+
raise TypeError("Expected argument 'identity' to be a dict")
|
|
36
|
+
pulumi.set(__self__, "identity", identity)
|
|
37
|
+
if inbound_ip_rules and not isinstance(inbound_ip_rules, list):
|
|
38
|
+
raise TypeError("Expected argument 'inbound_ip_rules' to be a list")
|
|
39
|
+
pulumi.set(__self__, "inbound_ip_rules", inbound_ip_rules)
|
|
40
|
+
if is_zone_redundant and not isinstance(is_zone_redundant, bool):
|
|
41
|
+
raise TypeError("Expected argument 'is_zone_redundant' to be a bool")
|
|
42
|
+
pulumi.set(__self__, "is_zone_redundant", is_zone_redundant)
|
|
43
|
+
if location and not isinstance(location, str):
|
|
44
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
45
|
+
pulumi.set(__self__, "location", location)
|
|
46
|
+
if minimum_tls_version_allowed and not isinstance(minimum_tls_version_allowed, str):
|
|
47
|
+
raise TypeError("Expected argument 'minimum_tls_version_allowed' to be a str")
|
|
48
|
+
pulumi.set(__self__, "minimum_tls_version_allowed", minimum_tls_version_allowed)
|
|
49
|
+
if name and not isinstance(name, str):
|
|
50
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
51
|
+
pulumi.set(__self__, "name", name)
|
|
52
|
+
if private_endpoint_connections and not isinstance(private_endpoint_connections, list):
|
|
53
|
+
raise TypeError("Expected argument 'private_endpoint_connections' to be a list")
|
|
54
|
+
pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
|
|
55
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
56
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
57
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
58
|
+
if public_network_access and not isinstance(public_network_access, str):
|
|
59
|
+
raise TypeError("Expected argument 'public_network_access' to be a str")
|
|
60
|
+
pulumi.set(__self__, "public_network_access", public_network_access)
|
|
61
|
+
if sku and not isinstance(sku, dict):
|
|
62
|
+
raise TypeError("Expected argument 'sku' to be a dict")
|
|
63
|
+
pulumi.set(__self__, "sku", sku)
|
|
64
|
+
if system_data and not isinstance(system_data, dict):
|
|
65
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
66
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
67
|
+
if tags and not isinstance(tags, dict):
|
|
68
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
69
|
+
pulumi.set(__self__, "tags", tags)
|
|
70
|
+
if topic_spaces_configuration and not isinstance(topic_spaces_configuration, dict):
|
|
71
|
+
raise TypeError("Expected argument 'topic_spaces_configuration' to be a dict")
|
|
72
|
+
pulumi.set(__self__, "topic_spaces_configuration", topic_spaces_configuration)
|
|
73
|
+
if topics_configuration and not isinstance(topics_configuration, dict):
|
|
74
|
+
raise TypeError("Expected argument 'topics_configuration' to be a dict")
|
|
75
|
+
pulumi.set(__self__, "topics_configuration", topics_configuration)
|
|
76
|
+
if type and not isinstance(type, str):
|
|
77
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
78
|
+
pulumi.set(__self__, "type", type)
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
@pulumi.getter
|
|
82
|
+
def id(self) -> str:
|
|
83
|
+
"""
|
|
84
|
+
Fully qualified identifier of the resource.
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "id")
|
|
87
|
+
|
|
88
|
+
@property
|
|
89
|
+
@pulumi.getter
|
|
90
|
+
def identity(self) -> Optional['outputs.IdentityInfoResponse']:
|
|
91
|
+
"""
|
|
92
|
+
Identity information for the Namespace resource.
|
|
93
|
+
"""
|
|
94
|
+
return pulumi.get(self, "identity")
|
|
95
|
+
|
|
96
|
+
@property
|
|
97
|
+
@pulumi.getter(name="inboundIpRules")
|
|
98
|
+
def inbound_ip_rules(self) -> Optional[Sequence['outputs.InboundIpRuleResponse']]:
|
|
99
|
+
"""
|
|
100
|
+
This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled.
|
|
101
|
+
"""
|
|
102
|
+
return pulumi.get(self, "inbound_ip_rules")
|
|
103
|
+
|
|
104
|
+
@property
|
|
105
|
+
@pulumi.getter(name="isZoneRedundant")
|
|
106
|
+
def is_zone_redundant(self) -> Optional[bool]:
|
|
107
|
+
"""
|
|
108
|
+
This is an optional property and it allows the user to specify if the namespace resource supports zone-redundancy capability or not. If this
|
|
109
|
+
property is not specified explicitly by the user, its default value depends on the following conditions:
|
|
110
|
+
a. For Availability Zones enabled regions - The default property value would be true.
|
|
111
|
+
b. For non-Availability Zones enabled regions - The default property value would be false.
|
|
112
|
+
Once specified, this property cannot be updated.
|
|
113
|
+
"""
|
|
114
|
+
return pulumi.get(self, "is_zone_redundant")
|
|
115
|
+
|
|
116
|
+
@property
|
|
117
|
+
@pulumi.getter
|
|
118
|
+
def location(self) -> str:
|
|
119
|
+
"""
|
|
120
|
+
Location of the resource.
|
|
121
|
+
"""
|
|
122
|
+
return pulumi.get(self, "location")
|
|
123
|
+
|
|
124
|
+
@property
|
|
125
|
+
@pulumi.getter(name="minimumTlsVersionAllowed")
|
|
126
|
+
def minimum_tls_version_allowed(self) -> Optional[str]:
|
|
127
|
+
"""
|
|
128
|
+
Minimum TLS version of the publisher allowed to publish to this namespace. Only TLS version 1.2 is supported.
|
|
129
|
+
"""
|
|
130
|
+
return pulumi.get(self, "minimum_tls_version_allowed")
|
|
131
|
+
|
|
132
|
+
@property
|
|
133
|
+
@pulumi.getter
|
|
134
|
+
def name(self) -> str:
|
|
135
|
+
"""
|
|
136
|
+
Name of the resource.
|
|
137
|
+
"""
|
|
138
|
+
return pulumi.get(self, "name")
|
|
139
|
+
|
|
140
|
+
@property
|
|
141
|
+
@pulumi.getter(name="privateEndpointConnections")
|
|
142
|
+
def private_endpoint_connections(self) -> Optional[Sequence['outputs.PrivateEndpointConnectionResponse']]:
|
|
143
|
+
"""
|
|
144
|
+
List of private endpoint connections.
|
|
145
|
+
"""
|
|
146
|
+
return pulumi.get(self, "private_endpoint_connections")
|
|
147
|
+
|
|
148
|
+
@property
|
|
149
|
+
@pulumi.getter(name="provisioningState")
|
|
150
|
+
def provisioning_state(self) -> str:
|
|
151
|
+
"""
|
|
152
|
+
Provisioning state of the namespace resource.
|
|
153
|
+
"""
|
|
154
|
+
return pulumi.get(self, "provisioning_state")
|
|
155
|
+
|
|
156
|
+
@property
|
|
157
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
158
|
+
def public_network_access(self) -> Optional[str]:
|
|
159
|
+
"""
|
|
160
|
+
This determines if traffic is allowed over public network. By default it is enabled.
|
|
161
|
+
You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PubSub.NamespaceProperties.InboundIpRules" />
|
|
162
|
+
"""
|
|
163
|
+
return pulumi.get(self, "public_network_access")
|
|
164
|
+
|
|
165
|
+
@property
|
|
166
|
+
@pulumi.getter
|
|
167
|
+
def sku(self) -> Optional['outputs.NamespaceSkuResponse']:
|
|
168
|
+
"""
|
|
169
|
+
Represents available Sku pricing tiers.
|
|
170
|
+
"""
|
|
171
|
+
return pulumi.get(self, "sku")
|
|
172
|
+
|
|
173
|
+
@property
|
|
174
|
+
@pulumi.getter(name="systemData")
|
|
175
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
176
|
+
"""
|
|
177
|
+
The system metadata relating to the Event Grid resource.
|
|
178
|
+
"""
|
|
179
|
+
return pulumi.get(self, "system_data")
|
|
180
|
+
|
|
181
|
+
@property
|
|
182
|
+
@pulumi.getter
|
|
183
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
184
|
+
"""
|
|
185
|
+
Tags of the resource.
|
|
186
|
+
"""
|
|
187
|
+
return pulumi.get(self, "tags")
|
|
188
|
+
|
|
189
|
+
@property
|
|
190
|
+
@pulumi.getter(name="topicSpacesConfiguration")
|
|
191
|
+
def topic_spaces_configuration(self) -> Optional['outputs.TopicSpacesConfigurationResponse']:
|
|
192
|
+
"""
|
|
193
|
+
Topic spaces configuration information for the namespace resource
|
|
194
|
+
"""
|
|
195
|
+
return pulumi.get(self, "topic_spaces_configuration")
|
|
196
|
+
|
|
197
|
+
@property
|
|
198
|
+
@pulumi.getter(name="topicsConfiguration")
|
|
199
|
+
def topics_configuration(self) -> Optional['outputs.TopicsConfigurationResponse']:
|
|
200
|
+
"""
|
|
201
|
+
Topics configuration information for the namespace resource
|
|
202
|
+
"""
|
|
203
|
+
return pulumi.get(self, "topics_configuration")
|
|
204
|
+
|
|
205
|
+
@property
|
|
206
|
+
@pulumi.getter
|
|
207
|
+
def type(self) -> str:
|
|
208
|
+
"""
|
|
209
|
+
Type of the resource.
|
|
210
|
+
"""
|
|
211
|
+
return pulumi.get(self, "type")
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
class AwaitableGetNamespaceResult(GetNamespaceResult):
|
|
215
|
+
# pylint: disable=using-constant-test
|
|
216
|
+
def __await__(self):
|
|
217
|
+
if False:
|
|
218
|
+
yield self
|
|
219
|
+
return GetNamespaceResult(
|
|
220
|
+
id=self.id,
|
|
221
|
+
identity=self.identity,
|
|
222
|
+
inbound_ip_rules=self.inbound_ip_rules,
|
|
223
|
+
is_zone_redundant=self.is_zone_redundant,
|
|
224
|
+
location=self.location,
|
|
225
|
+
minimum_tls_version_allowed=self.minimum_tls_version_allowed,
|
|
226
|
+
name=self.name,
|
|
227
|
+
private_endpoint_connections=self.private_endpoint_connections,
|
|
228
|
+
provisioning_state=self.provisioning_state,
|
|
229
|
+
public_network_access=self.public_network_access,
|
|
230
|
+
sku=self.sku,
|
|
231
|
+
system_data=self.system_data,
|
|
232
|
+
tags=self.tags,
|
|
233
|
+
topic_spaces_configuration=self.topic_spaces_configuration,
|
|
234
|
+
topics_configuration=self.topics_configuration,
|
|
235
|
+
type=self.type)
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
def get_namespace(namespace_name: Optional[str] = None,
|
|
239
|
+
resource_group_name: Optional[str] = None,
|
|
240
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetNamespaceResult:
|
|
241
|
+
"""
|
|
242
|
+
Get properties of a namespace.
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
:param str namespace_name: Name of the namespace.
|
|
246
|
+
:param str resource_group_name: The name of the resource group within the user's subscription.
|
|
247
|
+
"""
|
|
248
|
+
__args__ = dict()
|
|
249
|
+
__args__['namespaceName'] = namespace_name
|
|
250
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
251
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
252
|
+
__ret__ = pulumi.runtime.invoke('azure-native:eventgrid/v20250215:getNamespace', __args__, opts=opts, typ=GetNamespaceResult).value
|
|
253
|
+
|
|
254
|
+
return AwaitableGetNamespaceResult(
|
|
255
|
+
id=pulumi.get(__ret__, 'id'),
|
|
256
|
+
identity=pulumi.get(__ret__, 'identity'),
|
|
257
|
+
inbound_ip_rules=pulumi.get(__ret__, 'inbound_ip_rules'),
|
|
258
|
+
is_zone_redundant=pulumi.get(__ret__, 'is_zone_redundant'),
|
|
259
|
+
location=pulumi.get(__ret__, 'location'),
|
|
260
|
+
minimum_tls_version_allowed=pulumi.get(__ret__, 'minimum_tls_version_allowed'),
|
|
261
|
+
name=pulumi.get(__ret__, 'name'),
|
|
262
|
+
private_endpoint_connections=pulumi.get(__ret__, 'private_endpoint_connections'),
|
|
263
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
264
|
+
public_network_access=pulumi.get(__ret__, 'public_network_access'),
|
|
265
|
+
sku=pulumi.get(__ret__, 'sku'),
|
|
266
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
267
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
268
|
+
topic_spaces_configuration=pulumi.get(__ret__, 'topic_spaces_configuration'),
|
|
269
|
+
topics_configuration=pulumi.get(__ret__, 'topics_configuration'),
|
|
270
|
+
type=pulumi.get(__ret__, 'type'))
|
|
271
|
+
def get_namespace_output(namespace_name: Optional[pulumi.Input[str]] = None,
|
|
272
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
273
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetNamespaceResult]:
|
|
274
|
+
"""
|
|
275
|
+
Get properties of a namespace.
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
:param str namespace_name: Name of the namespace.
|
|
279
|
+
:param str resource_group_name: The name of the resource group within the user's subscription.
|
|
280
|
+
"""
|
|
281
|
+
__args__ = dict()
|
|
282
|
+
__args__['namespaceName'] = namespace_name
|
|
283
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
284
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
285
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:eventgrid/v20250215:getNamespace', __args__, opts=opts, typ=GetNamespaceResult)
|
|
286
|
+
return __ret__.apply(lambda __response__: GetNamespaceResult(
|
|
287
|
+
id=pulumi.get(__response__, 'id'),
|
|
288
|
+
identity=pulumi.get(__response__, 'identity'),
|
|
289
|
+
inbound_ip_rules=pulumi.get(__response__, 'inbound_ip_rules'),
|
|
290
|
+
is_zone_redundant=pulumi.get(__response__, 'is_zone_redundant'),
|
|
291
|
+
location=pulumi.get(__response__, 'location'),
|
|
292
|
+
minimum_tls_version_allowed=pulumi.get(__response__, 'minimum_tls_version_allowed'),
|
|
293
|
+
name=pulumi.get(__response__, 'name'),
|
|
294
|
+
private_endpoint_connections=pulumi.get(__response__, 'private_endpoint_connections'),
|
|
295
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
296
|
+
public_network_access=pulumi.get(__response__, 'public_network_access'),
|
|
297
|
+
sku=pulumi.get(__response__, 'sku'),
|
|
298
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
299
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
300
|
+
topic_spaces_configuration=pulumi.get(__response__, 'topic_spaces_configuration'),
|
|
301
|
+
topics_configuration=pulumi.get(__response__, 'topics_configuration'),
|
|
302
|
+
type=pulumi.get(__response__, 'type')))
|
|
@@ -0,0 +1,192 @@
|
|
|
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
|
+
'GetNamespaceTopicResult',
|
|
20
|
+
'AwaitableGetNamespaceTopicResult',
|
|
21
|
+
'get_namespace_topic',
|
|
22
|
+
'get_namespace_topic_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetNamespaceTopicResult:
|
|
27
|
+
"""
|
|
28
|
+
Namespace topic details.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, event_retention_in_days=None, id=None, input_schema=None, name=None, provisioning_state=None, publisher_type=None, system_data=None, type=None):
|
|
31
|
+
if event_retention_in_days and not isinstance(event_retention_in_days, int):
|
|
32
|
+
raise TypeError("Expected argument 'event_retention_in_days' to be a int")
|
|
33
|
+
pulumi.set(__self__, "event_retention_in_days", event_retention_in_days)
|
|
34
|
+
if id and not isinstance(id, str):
|
|
35
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
36
|
+
pulumi.set(__self__, "id", id)
|
|
37
|
+
if input_schema and not isinstance(input_schema, str):
|
|
38
|
+
raise TypeError("Expected argument 'input_schema' to be a str")
|
|
39
|
+
pulumi.set(__self__, "input_schema", input_schema)
|
|
40
|
+
if name and not isinstance(name, str):
|
|
41
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
42
|
+
pulumi.set(__self__, "name", name)
|
|
43
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
44
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
45
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
46
|
+
if publisher_type and not isinstance(publisher_type, str):
|
|
47
|
+
raise TypeError("Expected argument 'publisher_type' to be a str")
|
|
48
|
+
pulumi.set(__self__, "publisher_type", publisher_type)
|
|
49
|
+
if system_data and not isinstance(system_data, dict):
|
|
50
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
51
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
52
|
+
if type and not isinstance(type, str):
|
|
53
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
54
|
+
pulumi.set(__self__, "type", type)
|
|
55
|
+
|
|
56
|
+
@property
|
|
57
|
+
@pulumi.getter(name="eventRetentionInDays")
|
|
58
|
+
def event_retention_in_days(self) -> Optional[int]:
|
|
59
|
+
"""
|
|
60
|
+
Event retention for the namespace topic expressed in days. The property default value is 1 day.
|
|
61
|
+
Min event retention duration value is 1 day and max event retention duration value is 1 day.
|
|
62
|
+
"""
|
|
63
|
+
return pulumi.get(self, "event_retention_in_days")
|
|
64
|
+
|
|
65
|
+
@property
|
|
66
|
+
@pulumi.getter
|
|
67
|
+
def id(self) -> str:
|
|
68
|
+
"""
|
|
69
|
+
Fully qualified identifier of the resource.
|
|
70
|
+
"""
|
|
71
|
+
return pulumi.get(self, "id")
|
|
72
|
+
|
|
73
|
+
@property
|
|
74
|
+
@pulumi.getter(name="inputSchema")
|
|
75
|
+
def input_schema(self) -> Optional[str]:
|
|
76
|
+
"""
|
|
77
|
+
This determines the format that is expected for incoming events published to the topic.
|
|
78
|
+
"""
|
|
79
|
+
return pulumi.get(self, "input_schema")
|
|
80
|
+
|
|
81
|
+
@property
|
|
82
|
+
@pulumi.getter
|
|
83
|
+
def name(self) -> str:
|
|
84
|
+
"""
|
|
85
|
+
Name of the resource.
|
|
86
|
+
"""
|
|
87
|
+
return pulumi.get(self, "name")
|
|
88
|
+
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter(name="provisioningState")
|
|
91
|
+
def provisioning_state(self) -> str:
|
|
92
|
+
"""
|
|
93
|
+
Provisioning state of the namespace topic.
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "provisioning_state")
|
|
96
|
+
|
|
97
|
+
@property
|
|
98
|
+
@pulumi.getter(name="publisherType")
|
|
99
|
+
def publisher_type(self) -> Optional[str]:
|
|
100
|
+
"""
|
|
101
|
+
Publisher type of the namespace topic.
|
|
102
|
+
"""
|
|
103
|
+
return pulumi.get(self, "publisher_type")
|
|
104
|
+
|
|
105
|
+
@property
|
|
106
|
+
@pulumi.getter(name="systemData")
|
|
107
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
108
|
+
"""
|
|
109
|
+
The system metadata relating to the Event Grid resource.
|
|
110
|
+
"""
|
|
111
|
+
return pulumi.get(self, "system_data")
|
|
112
|
+
|
|
113
|
+
@property
|
|
114
|
+
@pulumi.getter
|
|
115
|
+
def type(self) -> str:
|
|
116
|
+
"""
|
|
117
|
+
Type of the resource.
|
|
118
|
+
"""
|
|
119
|
+
return pulumi.get(self, "type")
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
class AwaitableGetNamespaceTopicResult(GetNamespaceTopicResult):
|
|
123
|
+
# pylint: disable=using-constant-test
|
|
124
|
+
def __await__(self):
|
|
125
|
+
if False:
|
|
126
|
+
yield self
|
|
127
|
+
return GetNamespaceTopicResult(
|
|
128
|
+
event_retention_in_days=self.event_retention_in_days,
|
|
129
|
+
id=self.id,
|
|
130
|
+
input_schema=self.input_schema,
|
|
131
|
+
name=self.name,
|
|
132
|
+
provisioning_state=self.provisioning_state,
|
|
133
|
+
publisher_type=self.publisher_type,
|
|
134
|
+
system_data=self.system_data,
|
|
135
|
+
type=self.type)
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
def get_namespace_topic(namespace_name: Optional[str] = None,
|
|
139
|
+
resource_group_name: Optional[str] = None,
|
|
140
|
+
topic_name: Optional[str] = None,
|
|
141
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetNamespaceTopicResult:
|
|
142
|
+
"""
|
|
143
|
+
Get properties of a namespace topic.
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
:param str namespace_name: Name of the namespace.
|
|
147
|
+
:param str resource_group_name: The name of the resource group within the user's subscription.
|
|
148
|
+
:param str topic_name: Name of the namespace topic.
|
|
149
|
+
"""
|
|
150
|
+
__args__ = dict()
|
|
151
|
+
__args__['namespaceName'] = namespace_name
|
|
152
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
153
|
+
__args__['topicName'] = topic_name
|
|
154
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
155
|
+
__ret__ = pulumi.runtime.invoke('azure-native:eventgrid/v20250215:getNamespaceTopic', __args__, opts=opts, typ=GetNamespaceTopicResult).value
|
|
156
|
+
|
|
157
|
+
return AwaitableGetNamespaceTopicResult(
|
|
158
|
+
event_retention_in_days=pulumi.get(__ret__, 'event_retention_in_days'),
|
|
159
|
+
id=pulumi.get(__ret__, 'id'),
|
|
160
|
+
input_schema=pulumi.get(__ret__, 'input_schema'),
|
|
161
|
+
name=pulumi.get(__ret__, 'name'),
|
|
162
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
163
|
+
publisher_type=pulumi.get(__ret__, 'publisher_type'),
|
|
164
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
165
|
+
type=pulumi.get(__ret__, 'type'))
|
|
166
|
+
def get_namespace_topic_output(namespace_name: Optional[pulumi.Input[str]] = None,
|
|
167
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
168
|
+
topic_name: Optional[pulumi.Input[str]] = None,
|
|
169
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetNamespaceTopicResult]:
|
|
170
|
+
"""
|
|
171
|
+
Get properties of a namespace topic.
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
:param str namespace_name: Name of the namespace.
|
|
175
|
+
:param str resource_group_name: The name of the resource group within the user's subscription.
|
|
176
|
+
:param str topic_name: Name of the namespace topic.
|
|
177
|
+
"""
|
|
178
|
+
__args__ = dict()
|
|
179
|
+
__args__['namespaceName'] = namespace_name
|
|
180
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
181
|
+
__args__['topicName'] = topic_name
|
|
182
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
183
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:eventgrid/v20250215:getNamespaceTopic', __args__, opts=opts, typ=GetNamespaceTopicResult)
|
|
184
|
+
return __ret__.apply(lambda __response__: GetNamespaceTopicResult(
|
|
185
|
+
event_retention_in_days=pulumi.get(__response__, 'event_retention_in_days'),
|
|
186
|
+
id=pulumi.get(__response__, 'id'),
|
|
187
|
+
input_schema=pulumi.get(__response__, 'input_schema'),
|
|
188
|
+
name=pulumi.get(__response__, 'name'),
|
|
189
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
190
|
+
publisher_type=pulumi.get(__response__, 'publisher_type'),
|
|
191
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
192
|
+
type=pulumi.get(__response__, 'type')))
|