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,274 @@
|
|
|
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__ = ['TopicSpaceArgs', 'TopicSpace']
|
|
19
|
+
|
|
20
|
+
@pulumi.input_type
|
|
21
|
+
class TopicSpaceArgs:
|
|
22
|
+
def __init__(__self__, *,
|
|
23
|
+
namespace_name: pulumi.Input[str],
|
|
24
|
+
resource_group_name: pulumi.Input[str],
|
|
25
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
26
|
+
topic_space_name: Optional[pulumi.Input[str]] = None,
|
|
27
|
+
topic_templates: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
28
|
+
"""
|
|
29
|
+
The set of arguments for constructing a TopicSpace resource.
|
|
30
|
+
:param pulumi.Input[str] namespace_name: Name of the namespace.
|
|
31
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group within the user's subscription.
|
|
32
|
+
:param pulumi.Input[str] description: Description for the Topic Space resource.
|
|
33
|
+
:param pulumi.Input[str] topic_space_name: The topic space name.
|
|
34
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] topic_templates: The topic filters in the topic space.
|
|
35
|
+
Example: "topicTemplates": [
|
|
36
|
+
"devices/foo/bar",
|
|
37
|
+
"devices/topic1/+",
|
|
38
|
+
"devices/${principal.name}/${principal.attributes.keyName}" ].
|
|
39
|
+
"""
|
|
40
|
+
pulumi.set(__self__, "namespace_name", namespace_name)
|
|
41
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
42
|
+
if description is not None:
|
|
43
|
+
pulumi.set(__self__, "description", description)
|
|
44
|
+
if topic_space_name is not None:
|
|
45
|
+
pulumi.set(__self__, "topic_space_name", topic_space_name)
|
|
46
|
+
if topic_templates is not None:
|
|
47
|
+
pulumi.set(__self__, "topic_templates", topic_templates)
|
|
48
|
+
|
|
49
|
+
@property
|
|
50
|
+
@pulumi.getter(name="namespaceName")
|
|
51
|
+
def namespace_name(self) -> pulumi.Input[str]:
|
|
52
|
+
"""
|
|
53
|
+
Name of the namespace.
|
|
54
|
+
"""
|
|
55
|
+
return pulumi.get(self, "namespace_name")
|
|
56
|
+
|
|
57
|
+
@namespace_name.setter
|
|
58
|
+
def namespace_name(self, value: pulumi.Input[str]):
|
|
59
|
+
pulumi.set(self, "namespace_name", value)
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter(name="resourceGroupName")
|
|
63
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
64
|
+
"""
|
|
65
|
+
The name of the resource group within the user's subscription.
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "resource_group_name")
|
|
68
|
+
|
|
69
|
+
@resource_group_name.setter
|
|
70
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
71
|
+
pulumi.set(self, "resource_group_name", value)
|
|
72
|
+
|
|
73
|
+
@property
|
|
74
|
+
@pulumi.getter
|
|
75
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
76
|
+
"""
|
|
77
|
+
Description for the Topic Space resource.
|
|
78
|
+
"""
|
|
79
|
+
return pulumi.get(self, "description")
|
|
80
|
+
|
|
81
|
+
@description.setter
|
|
82
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
83
|
+
pulumi.set(self, "description", value)
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter(name="topicSpaceName")
|
|
87
|
+
def topic_space_name(self) -> Optional[pulumi.Input[str]]:
|
|
88
|
+
"""
|
|
89
|
+
The topic space name.
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "topic_space_name")
|
|
92
|
+
|
|
93
|
+
@topic_space_name.setter
|
|
94
|
+
def topic_space_name(self, value: Optional[pulumi.Input[str]]):
|
|
95
|
+
pulumi.set(self, "topic_space_name", value)
|
|
96
|
+
|
|
97
|
+
@property
|
|
98
|
+
@pulumi.getter(name="topicTemplates")
|
|
99
|
+
def topic_templates(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
100
|
+
"""
|
|
101
|
+
The topic filters in the topic space.
|
|
102
|
+
Example: "topicTemplates": [
|
|
103
|
+
"devices/foo/bar",
|
|
104
|
+
"devices/topic1/+",
|
|
105
|
+
"devices/${principal.name}/${principal.attributes.keyName}" ].
|
|
106
|
+
"""
|
|
107
|
+
return pulumi.get(self, "topic_templates")
|
|
108
|
+
|
|
109
|
+
@topic_templates.setter
|
|
110
|
+
def topic_templates(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
111
|
+
pulumi.set(self, "topic_templates", value)
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
class TopicSpace(pulumi.CustomResource):
|
|
115
|
+
@overload
|
|
116
|
+
def __init__(__self__,
|
|
117
|
+
resource_name: str,
|
|
118
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
119
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
120
|
+
namespace_name: Optional[pulumi.Input[str]] = None,
|
|
121
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
122
|
+
topic_space_name: Optional[pulumi.Input[str]] = None,
|
|
123
|
+
topic_templates: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
124
|
+
__props__=None):
|
|
125
|
+
"""
|
|
126
|
+
The Topic space resource.
|
|
127
|
+
|
|
128
|
+
:param str resource_name: The name of the resource.
|
|
129
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
130
|
+
:param pulumi.Input[str] description: Description for the Topic Space resource.
|
|
131
|
+
:param pulumi.Input[str] namespace_name: Name of the namespace.
|
|
132
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group within the user's subscription.
|
|
133
|
+
:param pulumi.Input[str] topic_space_name: The topic space name.
|
|
134
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] topic_templates: The topic filters in the topic space.
|
|
135
|
+
Example: "topicTemplates": [
|
|
136
|
+
"devices/foo/bar",
|
|
137
|
+
"devices/topic1/+",
|
|
138
|
+
"devices/${principal.name}/${principal.attributes.keyName}" ].
|
|
139
|
+
"""
|
|
140
|
+
...
|
|
141
|
+
@overload
|
|
142
|
+
def __init__(__self__,
|
|
143
|
+
resource_name: str,
|
|
144
|
+
args: TopicSpaceArgs,
|
|
145
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
146
|
+
"""
|
|
147
|
+
The Topic space resource.
|
|
148
|
+
|
|
149
|
+
:param str resource_name: The name of the resource.
|
|
150
|
+
:param TopicSpaceArgs args: The arguments to use to populate this resource's properties.
|
|
151
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
152
|
+
"""
|
|
153
|
+
...
|
|
154
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
155
|
+
resource_args, opts = _utilities.get_resource_args_opts(TopicSpaceArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
156
|
+
if resource_args is not None:
|
|
157
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
158
|
+
else:
|
|
159
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
160
|
+
|
|
161
|
+
def _internal_init(__self__,
|
|
162
|
+
resource_name: str,
|
|
163
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
164
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
165
|
+
namespace_name: Optional[pulumi.Input[str]] = None,
|
|
166
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
167
|
+
topic_space_name: Optional[pulumi.Input[str]] = None,
|
|
168
|
+
topic_templates: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
169
|
+
__props__=None):
|
|
170
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
171
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
172
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
173
|
+
if opts.id is None:
|
|
174
|
+
if __props__ is not None:
|
|
175
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
176
|
+
__props__ = TopicSpaceArgs.__new__(TopicSpaceArgs)
|
|
177
|
+
|
|
178
|
+
__props__.__dict__["description"] = description
|
|
179
|
+
if namespace_name is None and not opts.urn:
|
|
180
|
+
raise TypeError("Missing required property 'namespace_name'")
|
|
181
|
+
__props__.__dict__["namespace_name"] = namespace_name
|
|
182
|
+
if resource_group_name is None and not opts.urn:
|
|
183
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
184
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
185
|
+
__props__.__dict__["topic_space_name"] = topic_space_name
|
|
186
|
+
__props__.__dict__["topic_templates"] = topic_templates
|
|
187
|
+
__props__.__dict__["name"] = None
|
|
188
|
+
__props__.__dict__["provisioning_state"] = None
|
|
189
|
+
__props__.__dict__["system_data"] = None
|
|
190
|
+
__props__.__dict__["type"] = None
|
|
191
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:eventgrid/v20230601preview:TopicSpace"), pulumi.Alias(type_="azure-native:eventgrid/v20231215preview:TopicSpace"), pulumi.Alias(type_="azure-native:eventgrid/v20240601preview:TopicSpace"), pulumi.Alias(type_="azure-native:eventgrid/v20241215preview:TopicSpace"), pulumi.Alias(type_="azure-native:eventgrid:TopicSpace")])
|
|
192
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
193
|
+
super(TopicSpace, __self__).__init__(
|
|
194
|
+
'azure-native:eventgrid/v20250215:TopicSpace',
|
|
195
|
+
resource_name,
|
|
196
|
+
__props__,
|
|
197
|
+
opts)
|
|
198
|
+
|
|
199
|
+
@staticmethod
|
|
200
|
+
def get(resource_name: str,
|
|
201
|
+
id: pulumi.Input[str],
|
|
202
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'TopicSpace':
|
|
203
|
+
"""
|
|
204
|
+
Get an existing TopicSpace resource's state with the given name, id, and optional extra
|
|
205
|
+
properties used to qualify the lookup.
|
|
206
|
+
|
|
207
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
208
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
209
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
210
|
+
"""
|
|
211
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
212
|
+
|
|
213
|
+
__props__ = TopicSpaceArgs.__new__(TopicSpaceArgs)
|
|
214
|
+
|
|
215
|
+
__props__.__dict__["description"] = None
|
|
216
|
+
__props__.__dict__["name"] = None
|
|
217
|
+
__props__.__dict__["provisioning_state"] = None
|
|
218
|
+
__props__.__dict__["system_data"] = None
|
|
219
|
+
__props__.__dict__["topic_templates"] = None
|
|
220
|
+
__props__.__dict__["type"] = None
|
|
221
|
+
return TopicSpace(resource_name, opts=opts, __props__=__props__)
|
|
222
|
+
|
|
223
|
+
@property
|
|
224
|
+
@pulumi.getter
|
|
225
|
+
def description(self) -> pulumi.Output[Optional[str]]:
|
|
226
|
+
"""
|
|
227
|
+
Description for the Topic Space resource.
|
|
228
|
+
"""
|
|
229
|
+
return pulumi.get(self, "description")
|
|
230
|
+
|
|
231
|
+
@property
|
|
232
|
+
@pulumi.getter
|
|
233
|
+
def name(self) -> pulumi.Output[str]:
|
|
234
|
+
"""
|
|
235
|
+
Name of the resource.
|
|
236
|
+
"""
|
|
237
|
+
return pulumi.get(self, "name")
|
|
238
|
+
|
|
239
|
+
@property
|
|
240
|
+
@pulumi.getter(name="provisioningState")
|
|
241
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
242
|
+
"""
|
|
243
|
+
Provisioning state of the TopicSpace resource.
|
|
244
|
+
"""
|
|
245
|
+
return pulumi.get(self, "provisioning_state")
|
|
246
|
+
|
|
247
|
+
@property
|
|
248
|
+
@pulumi.getter(name="systemData")
|
|
249
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
250
|
+
"""
|
|
251
|
+
The system metadata relating to the Event Grid resource.
|
|
252
|
+
"""
|
|
253
|
+
return pulumi.get(self, "system_data")
|
|
254
|
+
|
|
255
|
+
@property
|
|
256
|
+
@pulumi.getter(name="topicTemplates")
|
|
257
|
+
def topic_templates(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
258
|
+
"""
|
|
259
|
+
The topic filters in the topic space.
|
|
260
|
+
Example: "topicTemplates": [
|
|
261
|
+
"devices/foo/bar",
|
|
262
|
+
"devices/topic1/+",
|
|
263
|
+
"devices/${principal.name}/${principal.attributes.keyName}" ].
|
|
264
|
+
"""
|
|
265
|
+
return pulumi.get(self, "topic_templates")
|
|
266
|
+
|
|
267
|
+
@property
|
|
268
|
+
@pulumi.getter
|
|
269
|
+
def type(self) -> pulumi.Output[str]:
|
|
270
|
+
"""
|
|
271
|
+
Type of the resource.
|
|
272
|
+
"""
|
|
273
|
+
return pulumi.get(self, "type")
|
|
274
|
+
|
|
@@ -564,8 +564,6 @@ __all__ = [
|
|
|
564
564
|
'SynapseSparkPropertiesArgsDict',
|
|
565
565
|
'SynapseSparkArgs',
|
|
566
566
|
'SynapseSparkArgsDict',
|
|
567
|
-
'SyndicatedRegistryArgs',
|
|
568
|
-
'SyndicatedRegistryArgsDict',
|
|
569
567
|
'SystemCreatedAcrAccountArgs',
|
|
570
568
|
'SystemCreatedAcrAccountArgsDict',
|
|
571
569
|
'SystemCreatedStorageAccountArgs',
|
|
@@ -28979,13 +28977,9 @@ class RegistryRegionArmDetailsArgs:
|
|
|
28979
28977
|
|
|
28980
28978
|
if not MYPY:
|
|
28981
28979
|
class RegistrySyndicatedRegistriesArgsDict(TypedDict):
|
|
28982
|
-
|
|
28983
|
-
"""
|
|
28984
|
-
A registry that is syndicated
|
|
28985
|
-
"""
|
|
28986
|
-
syndicated_registry_guid: NotRequired[pulumi.Input[str]]
|
|
28980
|
+
registry_id: NotRequired[pulumi.Input[str]]
|
|
28987
28981
|
"""
|
|
28988
|
-
|
|
28982
|
+
Registry id guid of a destination registry that this registry can syndicate to
|
|
28989
28983
|
"""
|
|
28990
28984
|
elif False:
|
|
28991
28985
|
RegistrySyndicatedRegistriesArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -28993,40 +28987,24 @@ elif False:
|
|
|
28993
28987
|
@pulumi.input_type
|
|
28994
28988
|
class RegistrySyndicatedRegistriesArgs:
|
|
28995
28989
|
def __init__(__self__, *,
|
|
28996
|
-
|
|
28997
|
-
syndicated_registry_guid: Optional[pulumi.Input[str]] = None):
|
|
28998
|
-
"""
|
|
28999
|
-
:param pulumi.Input['SyndicatedRegistryArgs'] syndicated_registry: A registry that is syndicated
|
|
29000
|
-
:param pulumi.Input[str] syndicated_registry_guid: The Guid of the syndicated registry
|
|
29001
|
-
"""
|
|
29002
|
-
if syndicated_registry is not None:
|
|
29003
|
-
pulumi.set(__self__, "syndicated_registry", syndicated_registry)
|
|
29004
|
-
if syndicated_registry_guid is not None:
|
|
29005
|
-
pulumi.set(__self__, "syndicated_registry_guid", syndicated_registry_guid)
|
|
29006
|
-
|
|
29007
|
-
@property
|
|
29008
|
-
@pulumi.getter(name="syndicatedRegistry")
|
|
29009
|
-
def syndicated_registry(self) -> Optional[pulumi.Input['SyndicatedRegistryArgs']]:
|
|
28990
|
+
registry_id: Optional[pulumi.Input[str]] = None):
|
|
29010
28991
|
"""
|
|
29011
|
-
|
|
28992
|
+
:param pulumi.Input[str] registry_id: Registry id guid of a destination registry that this registry can syndicate to
|
|
29012
28993
|
"""
|
|
29013
|
-
|
|
29014
|
-
|
|
29015
|
-
@syndicated_registry.setter
|
|
29016
|
-
def syndicated_registry(self, value: Optional[pulumi.Input['SyndicatedRegistryArgs']]):
|
|
29017
|
-
pulumi.set(self, "syndicated_registry", value)
|
|
28994
|
+
if registry_id is not None:
|
|
28995
|
+
pulumi.set(__self__, "registry_id", registry_id)
|
|
29018
28996
|
|
|
29019
28997
|
@property
|
|
29020
|
-
@pulumi.getter(name="
|
|
29021
|
-
def
|
|
28998
|
+
@pulumi.getter(name="registryId")
|
|
28999
|
+
def registry_id(self) -> Optional[pulumi.Input[str]]:
|
|
29022
29000
|
"""
|
|
29023
|
-
|
|
29001
|
+
Registry id guid of a destination registry that this registry can syndicate to
|
|
29024
29002
|
"""
|
|
29025
|
-
return pulumi.get(self, "
|
|
29003
|
+
return pulumi.get(self, "registry_id")
|
|
29026
29004
|
|
|
29027
|
-
@
|
|
29028
|
-
def
|
|
29029
|
-
pulumi.set(self, "
|
|
29005
|
+
@registry_id.setter
|
|
29006
|
+
def registry_id(self, value: Optional[pulumi.Input[str]]):
|
|
29007
|
+
pulumi.set(self, "registry_id", value)
|
|
29030
29008
|
|
|
29031
29009
|
|
|
29032
29010
|
if not MYPY:
|
|
@@ -29064,9 +29042,6 @@ if not MYPY:
|
|
|
29064
29042
|
Private endpoint connections info used for pending connections in private link portal
|
|
29065
29043
|
"""
|
|
29066
29044
|
syndicated_registries: NotRequired[pulumi.Input[Sequence[pulumi.Input['RegistrySyndicatedRegistriesArgsDict']]]]
|
|
29067
|
-
"""
|
|
29068
|
-
List of tuples containing Guid and SyndicatedRegistry
|
|
29069
|
-
"""
|
|
29070
29045
|
elif False:
|
|
29071
29046
|
RegistryArgsDict: TypeAlias = Mapping[str, Any]
|
|
29072
29047
|
|
|
@@ -29091,7 +29066,6 @@ class RegistryArgs:
|
|
|
29091
29066
|
Possible values: "Enabled" or "Disabled"
|
|
29092
29067
|
:param pulumi.Input[Sequence[pulumi.Input['RegistryRegionArmDetailsArgs']]] region_details: Details of each region the registry is in
|
|
29093
29068
|
:param pulumi.Input[Sequence[pulumi.Input['RegistryPrivateEndpointConnectionArgs']]] registry_private_endpoint_connections: Private endpoint connections info used for pending connections in private link portal
|
|
29094
|
-
:param pulumi.Input[Sequence[pulumi.Input['RegistrySyndicatedRegistriesArgs']]] syndicated_registries: List of tuples containing Guid and SyndicatedRegistry
|
|
29095
29069
|
"""
|
|
29096
29070
|
if discovery_url is not None:
|
|
29097
29071
|
pulumi.set(__self__, "discovery_url", discovery_url)
|
|
@@ -29198,9 +29172,6 @@ class RegistryArgs:
|
|
|
29198
29172
|
@property
|
|
29199
29173
|
@pulumi.getter(name="syndicatedRegistries")
|
|
29200
29174
|
def syndicated_registries(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegistrySyndicatedRegistriesArgs']]]]:
|
|
29201
|
-
"""
|
|
29202
|
-
List of tuples containing Guid and SyndicatedRegistry
|
|
29203
|
-
"""
|
|
29204
29175
|
return pulumi.get(self, "syndicated_registries")
|
|
29205
29176
|
|
|
29206
29177
|
@syndicated_registries.setter
|
|
@@ -34142,42 +34113,6 @@ class SynapseSparkArgs:
|
|
|
34142
34113
|
pulumi.set(self, "resource_id", value)
|
|
34143
34114
|
|
|
34144
34115
|
|
|
34145
|
-
if not MYPY:
|
|
34146
|
-
class SyndicatedRegistryArgsDict(TypedDict):
|
|
34147
|
-
"""
|
|
34148
|
-
A registry that is syndicated
|
|
34149
|
-
"""
|
|
34150
|
-
registry_id: NotRequired[pulumi.Input[str]]
|
|
34151
|
-
"""
|
|
34152
|
-
The Registry Id of the syndicated Registry
|
|
34153
|
-
"""
|
|
34154
|
-
elif False:
|
|
34155
|
-
SyndicatedRegistryArgsDict: TypeAlias = Mapping[str, Any]
|
|
34156
|
-
|
|
34157
|
-
@pulumi.input_type
|
|
34158
|
-
class SyndicatedRegistryArgs:
|
|
34159
|
-
def __init__(__self__, *,
|
|
34160
|
-
registry_id: Optional[pulumi.Input[str]] = None):
|
|
34161
|
-
"""
|
|
34162
|
-
A registry that is syndicated
|
|
34163
|
-
:param pulumi.Input[str] registry_id: The Registry Id of the syndicated Registry
|
|
34164
|
-
"""
|
|
34165
|
-
if registry_id is not None:
|
|
34166
|
-
pulumi.set(__self__, "registry_id", registry_id)
|
|
34167
|
-
|
|
34168
|
-
@property
|
|
34169
|
-
@pulumi.getter(name="registryId")
|
|
34170
|
-
def registry_id(self) -> Optional[pulumi.Input[str]]:
|
|
34171
|
-
"""
|
|
34172
|
-
The Registry Id of the syndicated Registry
|
|
34173
|
-
"""
|
|
34174
|
-
return pulumi.get(self, "registry_id")
|
|
34175
|
-
|
|
34176
|
-
@registry_id.setter
|
|
34177
|
-
def registry_id(self, value: Optional[pulumi.Input[str]]):
|
|
34178
|
-
pulumi.set(self, "registry_id", value)
|
|
34179
|
-
|
|
34180
|
-
|
|
34181
34116
|
if not MYPY:
|
|
34182
34117
|
class SystemCreatedAcrAccountArgsDict(TypedDict):
|
|
34183
34118
|
acr_account_name: NotRequired[pulumi.Input[str]]
|
|
@@ -324,7 +324,6 @@ __all__ = [
|
|
|
324
324
|
'SweepJobResponse',
|
|
325
325
|
'SynapseSparkResponse',
|
|
326
326
|
'SynapseSparkResponseProperties',
|
|
327
|
-
'SyndicatedRegistryResponse',
|
|
328
327
|
'SystemCreatedAcrAccountResponse',
|
|
329
328
|
'SystemCreatedStorageAccountResponse',
|
|
330
329
|
'SystemDataResponse',
|
|
@@ -26257,7 +26256,6 @@ class RegistryResponse(dict):
|
|
|
26257
26256
|
Possible values: "Enabled" or "Disabled"
|
|
26258
26257
|
:param Sequence['RegistryRegionArmDetailsResponse'] region_details: Details of each region the registry is in
|
|
26259
26258
|
:param Sequence['RegistryPrivateEndpointConnectionResponse'] registry_private_endpoint_connections: Private endpoint connections info used for pending connections in private link portal
|
|
26260
|
-
:param Sequence['RegistryResponseSyndicatedRegistries'] syndicated_registries: List of tuples containing Guid and SyndicatedRegistry
|
|
26261
26259
|
"""
|
|
26262
26260
|
if discovery_url is not None:
|
|
26263
26261
|
pulumi.set(__self__, "discovery_url", discovery_url)
|
|
@@ -26346,9 +26344,6 @@ class RegistryResponse(dict):
|
|
|
26346
26344
|
@property
|
|
26347
26345
|
@pulumi.getter(name="syndicatedRegistries")
|
|
26348
26346
|
def syndicated_registries(self) -> Optional[Sequence['outputs.RegistryResponseSyndicatedRegistries']]:
|
|
26349
|
-
"""
|
|
26350
|
-
List of tuples containing Guid and SyndicatedRegistry
|
|
26351
|
-
"""
|
|
26352
26347
|
return pulumi.get(self, "syndicated_registries")
|
|
26353
26348
|
|
|
26354
26349
|
|
|
@@ -26357,10 +26352,8 @@ class RegistryResponseSyndicatedRegistries(dict):
|
|
|
26357
26352
|
@staticmethod
|
|
26358
26353
|
def __key_warning(key: str):
|
|
26359
26354
|
suggest = None
|
|
26360
|
-
if key == "
|
|
26361
|
-
suggest = "
|
|
26362
|
-
elif key == "syndicatedRegistryGuid":
|
|
26363
|
-
suggest = "syndicated_registry_guid"
|
|
26355
|
+
if key == "registryId":
|
|
26356
|
+
suggest = "registry_id"
|
|
26364
26357
|
|
|
26365
26358
|
if suggest:
|
|
26366
26359
|
pulumi.log.warn(f"Key '{key}' not found in RegistryResponseSyndicatedRegistries. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -26374,32 +26367,20 @@ class RegistryResponseSyndicatedRegistries(dict):
|
|
|
26374
26367
|
return super().get(key, default)
|
|
26375
26368
|
|
|
26376
26369
|
def __init__(__self__, *,
|
|
26377
|
-
|
|
26378
|
-
syndicated_registry_guid: Optional[str] = None):
|
|
26379
|
-
"""
|
|
26380
|
-
:param 'SyndicatedRegistryResponse' syndicated_registry: A registry that is syndicated
|
|
26381
|
-
:param str syndicated_registry_guid: The Guid of the syndicated registry
|
|
26382
|
-
"""
|
|
26383
|
-
if syndicated_registry is not None:
|
|
26384
|
-
pulumi.set(__self__, "syndicated_registry", syndicated_registry)
|
|
26385
|
-
if syndicated_registry_guid is not None:
|
|
26386
|
-
pulumi.set(__self__, "syndicated_registry_guid", syndicated_registry_guid)
|
|
26387
|
-
|
|
26388
|
-
@property
|
|
26389
|
-
@pulumi.getter(name="syndicatedRegistry")
|
|
26390
|
-
def syndicated_registry(self) -> Optional['outputs.SyndicatedRegistryResponse']:
|
|
26370
|
+
registry_id: Optional[str] = None):
|
|
26391
26371
|
"""
|
|
26392
|
-
|
|
26372
|
+
:param str registry_id: Registry id guid of a destination registry that this registry can syndicate to
|
|
26393
26373
|
"""
|
|
26394
|
-
|
|
26374
|
+
if registry_id is not None:
|
|
26375
|
+
pulumi.set(__self__, "registry_id", registry_id)
|
|
26395
26376
|
|
|
26396
26377
|
@property
|
|
26397
|
-
@pulumi.getter(name="
|
|
26398
|
-
def
|
|
26378
|
+
@pulumi.getter(name="registryId")
|
|
26379
|
+
def registry_id(self) -> Optional[str]:
|
|
26399
26380
|
"""
|
|
26400
|
-
|
|
26381
|
+
Registry id guid of a destination registry that this registry can syndicate to
|
|
26401
26382
|
"""
|
|
26402
|
-
return pulumi.get(self, "
|
|
26383
|
+
return pulumi.get(self, "registry_id")
|
|
26403
26384
|
|
|
26404
26385
|
|
|
26405
26386
|
@pulumi.output_type
|
|
@@ -30339,46 +30320,6 @@ class SynapseSparkResponseProperties(dict):
|
|
|
30339
30320
|
return pulumi.get(self, "workspace_name")
|
|
30340
30321
|
|
|
30341
30322
|
|
|
30342
|
-
@pulumi.output_type
|
|
30343
|
-
class SyndicatedRegistryResponse(dict):
|
|
30344
|
-
"""
|
|
30345
|
-
A registry that is syndicated
|
|
30346
|
-
"""
|
|
30347
|
-
@staticmethod
|
|
30348
|
-
def __key_warning(key: str):
|
|
30349
|
-
suggest = None
|
|
30350
|
-
if key == "registryId":
|
|
30351
|
-
suggest = "registry_id"
|
|
30352
|
-
|
|
30353
|
-
if suggest:
|
|
30354
|
-
pulumi.log.warn(f"Key '{key}' not found in SyndicatedRegistryResponse. Access the value via the '{suggest}' property getter instead.")
|
|
30355
|
-
|
|
30356
|
-
def __getitem__(self, key: str) -> Any:
|
|
30357
|
-
SyndicatedRegistryResponse.__key_warning(key)
|
|
30358
|
-
return super().__getitem__(key)
|
|
30359
|
-
|
|
30360
|
-
def get(self, key: str, default = None) -> Any:
|
|
30361
|
-
SyndicatedRegistryResponse.__key_warning(key)
|
|
30362
|
-
return super().get(key, default)
|
|
30363
|
-
|
|
30364
|
-
def __init__(__self__, *,
|
|
30365
|
-
registry_id: Optional[str] = None):
|
|
30366
|
-
"""
|
|
30367
|
-
A registry that is syndicated
|
|
30368
|
-
:param str registry_id: The Registry Id of the syndicated Registry
|
|
30369
|
-
"""
|
|
30370
|
-
if registry_id is not None:
|
|
30371
|
-
pulumi.set(__self__, "registry_id", registry_id)
|
|
30372
|
-
|
|
30373
|
-
@property
|
|
30374
|
-
@pulumi.getter(name="registryId")
|
|
30375
|
-
def registry_id(self) -> Optional[str]:
|
|
30376
|
-
"""
|
|
30377
|
-
The Registry Id of the syndicated Registry
|
|
30378
|
-
"""
|
|
30379
|
-
return pulumi.get(self, "registry_id")
|
|
30380
|
-
|
|
30381
|
-
|
|
30382
30323
|
@pulumi.output_type
|
|
30383
30324
|
class SystemCreatedAcrAccountResponse(dict):
|
|
30384
30325
|
@staticmethod
|