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,359 @@
|
|
|
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
|
+
from ._enums import *
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['ClientArgs', 'Client']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class ClientArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
namespace_name: pulumi.Input[str],
|
|
26
|
+
resource_group_name: pulumi.Input[str],
|
|
27
|
+
attributes: Optional[Any] = None,
|
|
28
|
+
authentication_name: Optional[pulumi.Input[str]] = None,
|
|
29
|
+
client_certificate_authentication: Optional[pulumi.Input['ClientCertificateAuthenticationArgs']] = None,
|
|
30
|
+
client_name: Optional[pulumi.Input[str]] = None,
|
|
31
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
32
|
+
state: Optional[pulumi.Input[Union[str, 'ClientState']]] = None):
|
|
33
|
+
"""
|
|
34
|
+
The set of arguments for constructing a Client resource.
|
|
35
|
+
:param pulumi.Input[str] namespace_name: Name of the namespace.
|
|
36
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group within the user's subscription.
|
|
37
|
+
:param Any attributes: Attributes for the client. Supported values are int, bool, string, string[].
|
|
38
|
+
Example:
|
|
39
|
+
"attributes": { "room": "345", "floor": 12, "deviceTypes": ["Fan", "Light"] }
|
|
40
|
+
:param pulumi.Input[str] authentication_name: The name presented by the client for authentication. The default value is the name of the resource.
|
|
41
|
+
:param pulumi.Input['ClientCertificateAuthenticationArgs'] client_certificate_authentication: The client certificate authentication information.
|
|
42
|
+
:param pulumi.Input[str] client_name: The client name.
|
|
43
|
+
:param pulumi.Input[str] description: Description for the Client resource.
|
|
44
|
+
:param pulumi.Input[Union[str, 'ClientState']] state: Indicates if the client is enabled or not. Default value is Enabled.
|
|
45
|
+
"""
|
|
46
|
+
pulumi.set(__self__, "namespace_name", namespace_name)
|
|
47
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
48
|
+
if attributes is not None:
|
|
49
|
+
pulumi.set(__self__, "attributes", attributes)
|
|
50
|
+
if authentication_name is not None:
|
|
51
|
+
pulumi.set(__self__, "authentication_name", authentication_name)
|
|
52
|
+
if client_certificate_authentication is not None:
|
|
53
|
+
pulumi.set(__self__, "client_certificate_authentication", client_certificate_authentication)
|
|
54
|
+
if client_name is not None:
|
|
55
|
+
pulumi.set(__self__, "client_name", client_name)
|
|
56
|
+
if description is not None:
|
|
57
|
+
pulumi.set(__self__, "description", description)
|
|
58
|
+
if state is None:
|
|
59
|
+
state = 'Enabled'
|
|
60
|
+
if state is not None:
|
|
61
|
+
pulumi.set(__self__, "state", state)
|
|
62
|
+
|
|
63
|
+
@property
|
|
64
|
+
@pulumi.getter(name="namespaceName")
|
|
65
|
+
def namespace_name(self) -> pulumi.Input[str]:
|
|
66
|
+
"""
|
|
67
|
+
Name of the namespace.
|
|
68
|
+
"""
|
|
69
|
+
return pulumi.get(self, "namespace_name")
|
|
70
|
+
|
|
71
|
+
@namespace_name.setter
|
|
72
|
+
def namespace_name(self, value: pulumi.Input[str]):
|
|
73
|
+
pulumi.set(self, "namespace_name", value)
|
|
74
|
+
|
|
75
|
+
@property
|
|
76
|
+
@pulumi.getter(name="resourceGroupName")
|
|
77
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
78
|
+
"""
|
|
79
|
+
The name of the resource group within the user's subscription.
|
|
80
|
+
"""
|
|
81
|
+
return pulumi.get(self, "resource_group_name")
|
|
82
|
+
|
|
83
|
+
@resource_group_name.setter
|
|
84
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
85
|
+
pulumi.set(self, "resource_group_name", value)
|
|
86
|
+
|
|
87
|
+
@property
|
|
88
|
+
@pulumi.getter
|
|
89
|
+
def attributes(self) -> Optional[Any]:
|
|
90
|
+
"""
|
|
91
|
+
Attributes for the client. Supported values are int, bool, string, string[].
|
|
92
|
+
Example:
|
|
93
|
+
"attributes": { "room": "345", "floor": 12, "deviceTypes": ["Fan", "Light"] }
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "attributes")
|
|
96
|
+
|
|
97
|
+
@attributes.setter
|
|
98
|
+
def attributes(self, value: Optional[Any]):
|
|
99
|
+
pulumi.set(self, "attributes", value)
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
@pulumi.getter(name="authenticationName")
|
|
103
|
+
def authentication_name(self) -> Optional[pulumi.Input[str]]:
|
|
104
|
+
"""
|
|
105
|
+
The name presented by the client for authentication. The default value is the name of the resource.
|
|
106
|
+
"""
|
|
107
|
+
return pulumi.get(self, "authentication_name")
|
|
108
|
+
|
|
109
|
+
@authentication_name.setter
|
|
110
|
+
def authentication_name(self, value: Optional[pulumi.Input[str]]):
|
|
111
|
+
pulumi.set(self, "authentication_name", value)
|
|
112
|
+
|
|
113
|
+
@property
|
|
114
|
+
@pulumi.getter(name="clientCertificateAuthentication")
|
|
115
|
+
def client_certificate_authentication(self) -> Optional[pulumi.Input['ClientCertificateAuthenticationArgs']]:
|
|
116
|
+
"""
|
|
117
|
+
The client certificate authentication information.
|
|
118
|
+
"""
|
|
119
|
+
return pulumi.get(self, "client_certificate_authentication")
|
|
120
|
+
|
|
121
|
+
@client_certificate_authentication.setter
|
|
122
|
+
def client_certificate_authentication(self, value: Optional[pulumi.Input['ClientCertificateAuthenticationArgs']]):
|
|
123
|
+
pulumi.set(self, "client_certificate_authentication", value)
|
|
124
|
+
|
|
125
|
+
@property
|
|
126
|
+
@pulumi.getter(name="clientName")
|
|
127
|
+
def client_name(self) -> Optional[pulumi.Input[str]]:
|
|
128
|
+
"""
|
|
129
|
+
The client name.
|
|
130
|
+
"""
|
|
131
|
+
return pulumi.get(self, "client_name")
|
|
132
|
+
|
|
133
|
+
@client_name.setter
|
|
134
|
+
def client_name(self, value: Optional[pulumi.Input[str]]):
|
|
135
|
+
pulumi.set(self, "client_name", value)
|
|
136
|
+
|
|
137
|
+
@property
|
|
138
|
+
@pulumi.getter
|
|
139
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
140
|
+
"""
|
|
141
|
+
Description for the Client resource.
|
|
142
|
+
"""
|
|
143
|
+
return pulumi.get(self, "description")
|
|
144
|
+
|
|
145
|
+
@description.setter
|
|
146
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
147
|
+
pulumi.set(self, "description", value)
|
|
148
|
+
|
|
149
|
+
@property
|
|
150
|
+
@pulumi.getter
|
|
151
|
+
def state(self) -> Optional[pulumi.Input[Union[str, 'ClientState']]]:
|
|
152
|
+
"""
|
|
153
|
+
Indicates if the client is enabled or not. Default value is Enabled.
|
|
154
|
+
"""
|
|
155
|
+
return pulumi.get(self, "state")
|
|
156
|
+
|
|
157
|
+
@state.setter
|
|
158
|
+
def state(self, value: Optional[pulumi.Input[Union[str, 'ClientState']]]):
|
|
159
|
+
pulumi.set(self, "state", value)
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
class Client(pulumi.CustomResource):
|
|
163
|
+
@overload
|
|
164
|
+
def __init__(__self__,
|
|
165
|
+
resource_name: str,
|
|
166
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
167
|
+
attributes: Optional[Any] = None,
|
|
168
|
+
authentication_name: Optional[pulumi.Input[str]] = None,
|
|
169
|
+
client_certificate_authentication: Optional[pulumi.Input[Union['ClientCertificateAuthenticationArgs', 'ClientCertificateAuthenticationArgsDict']]] = None,
|
|
170
|
+
client_name: Optional[pulumi.Input[str]] = None,
|
|
171
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
172
|
+
namespace_name: Optional[pulumi.Input[str]] = None,
|
|
173
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
174
|
+
state: Optional[pulumi.Input[Union[str, 'ClientState']]] = None,
|
|
175
|
+
__props__=None):
|
|
176
|
+
"""
|
|
177
|
+
The Client resource.
|
|
178
|
+
|
|
179
|
+
:param str resource_name: The name of the resource.
|
|
180
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
181
|
+
:param Any attributes: Attributes for the client. Supported values are int, bool, string, string[].
|
|
182
|
+
Example:
|
|
183
|
+
"attributes": { "room": "345", "floor": 12, "deviceTypes": ["Fan", "Light"] }
|
|
184
|
+
:param pulumi.Input[str] authentication_name: The name presented by the client for authentication. The default value is the name of the resource.
|
|
185
|
+
:param pulumi.Input[Union['ClientCertificateAuthenticationArgs', 'ClientCertificateAuthenticationArgsDict']] client_certificate_authentication: The client certificate authentication information.
|
|
186
|
+
:param pulumi.Input[str] client_name: The client name.
|
|
187
|
+
:param pulumi.Input[str] description: Description for the Client resource.
|
|
188
|
+
:param pulumi.Input[str] namespace_name: Name of the namespace.
|
|
189
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group within the user's subscription.
|
|
190
|
+
:param pulumi.Input[Union[str, 'ClientState']] state: Indicates if the client is enabled or not. Default value is Enabled.
|
|
191
|
+
"""
|
|
192
|
+
...
|
|
193
|
+
@overload
|
|
194
|
+
def __init__(__self__,
|
|
195
|
+
resource_name: str,
|
|
196
|
+
args: ClientArgs,
|
|
197
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
198
|
+
"""
|
|
199
|
+
The Client resource.
|
|
200
|
+
|
|
201
|
+
:param str resource_name: The name of the resource.
|
|
202
|
+
:param ClientArgs args: The arguments to use to populate this resource's properties.
|
|
203
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
204
|
+
"""
|
|
205
|
+
...
|
|
206
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
207
|
+
resource_args, opts = _utilities.get_resource_args_opts(ClientArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
208
|
+
if resource_args is not None:
|
|
209
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
210
|
+
else:
|
|
211
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
212
|
+
|
|
213
|
+
def _internal_init(__self__,
|
|
214
|
+
resource_name: str,
|
|
215
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
216
|
+
attributes: Optional[Any] = None,
|
|
217
|
+
authentication_name: Optional[pulumi.Input[str]] = None,
|
|
218
|
+
client_certificate_authentication: Optional[pulumi.Input[Union['ClientCertificateAuthenticationArgs', 'ClientCertificateAuthenticationArgsDict']]] = None,
|
|
219
|
+
client_name: Optional[pulumi.Input[str]] = None,
|
|
220
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
221
|
+
namespace_name: Optional[pulumi.Input[str]] = None,
|
|
222
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
223
|
+
state: Optional[pulumi.Input[Union[str, 'ClientState']]] = None,
|
|
224
|
+
__props__=None):
|
|
225
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
226
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
227
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
228
|
+
if opts.id is None:
|
|
229
|
+
if __props__ is not None:
|
|
230
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
231
|
+
__props__ = ClientArgs.__new__(ClientArgs)
|
|
232
|
+
|
|
233
|
+
__props__.__dict__["attributes"] = attributes
|
|
234
|
+
__props__.__dict__["authentication_name"] = authentication_name
|
|
235
|
+
__props__.__dict__["client_certificate_authentication"] = client_certificate_authentication
|
|
236
|
+
__props__.__dict__["client_name"] = client_name
|
|
237
|
+
__props__.__dict__["description"] = description
|
|
238
|
+
if namespace_name is None and not opts.urn:
|
|
239
|
+
raise TypeError("Missing required property 'namespace_name'")
|
|
240
|
+
__props__.__dict__["namespace_name"] = namespace_name
|
|
241
|
+
if resource_group_name is None and not opts.urn:
|
|
242
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
243
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
244
|
+
if state is None:
|
|
245
|
+
state = 'Enabled'
|
|
246
|
+
__props__.__dict__["state"] = state
|
|
247
|
+
__props__.__dict__["name"] = None
|
|
248
|
+
__props__.__dict__["provisioning_state"] = None
|
|
249
|
+
__props__.__dict__["system_data"] = None
|
|
250
|
+
__props__.__dict__["type"] = None
|
|
251
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:eventgrid/v20230601preview:Client"), pulumi.Alias(type_="azure-native:eventgrid/v20231215preview:Client"), pulumi.Alias(type_="azure-native:eventgrid/v20240601preview:Client"), pulumi.Alias(type_="azure-native:eventgrid/v20241215preview:Client"), pulumi.Alias(type_="azure-native:eventgrid:Client")])
|
|
252
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
253
|
+
super(Client, __self__).__init__(
|
|
254
|
+
'azure-native:eventgrid/v20250215:Client',
|
|
255
|
+
resource_name,
|
|
256
|
+
__props__,
|
|
257
|
+
opts)
|
|
258
|
+
|
|
259
|
+
@staticmethod
|
|
260
|
+
def get(resource_name: str,
|
|
261
|
+
id: pulumi.Input[str],
|
|
262
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'Client':
|
|
263
|
+
"""
|
|
264
|
+
Get an existing Client resource's state with the given name, id, and optional extra
|
|
265
|
+
properties used to qualify the lookup.
|
|
266
|
+
|
|
267
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
268
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
269
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
270
|
+
"""
|
|
271
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
272
|
+
|
|
273
|
+
__props__ = ClientArgs.__new__(ClientArgs)
|
|
274
|
+
|
|
275
|
+
__props__.__dict__["attributes"] = None
|
|
276
|
+
__props__.__dict__["authentication_name"] = None
|
|
277
|
+
__props__.__dict__["client_certificate_authentication"] = None
|
|
278
|
+
__props__.__dict__["description"] = None
|
|
279
|
+
__props__.__dict__["name"] = None
|
|
280
|
+
__props__.__dict__["provisioning_state"] = None
|
|
281
|
+
__props__.__dict__["state"] = None
|
|
282
|
+
__props__.__dict__["system_data"] = None
|
|
283
|
+
__props__.__dict__["type"] = None
|
|
284
|
+
return Client(resource_name, opts=opts, __props__=__props__)
|
|
285
|
+
|
|
286
|
+
@property
|
|
287
|
+
@pulumi.getter
|
|
288
|
+
def attributes(self) -> pulumi.Output[Optional[Any]]:
|
|
289
|
+
"""
|
|
290
|
+
Attributes for the client. Supported values are int, bool, string, string[].
|
|
291
|
+
Example:
|
|
292
|
+
"attributes": { "room": "345", "floor": 12, "deviceTypes": ["Fan", "Light"] }
|
|
293
|
+
"""
|
|
294
|
+
return pulumi.get(self, "attributes")
|
|
295
|
+
|
|
296
|
+
@property
|
|
297
|
+
@pulumi.getter(name="authenticationName")
|
|
298
|
+
def authentication_name(self) -> pulumi.Output[Optional[str]]:
|
|
299
|
+
"""
|
|
300
|
+
The name presented by the client for authentication. The default value is the name of the resource.
|
|
301
|
+
"""
|
|
302
|
+
return pulumi.get(self, "authentication_name")
|
|
303
|
+
|
|
304
|
+
@property
|
|
305
|
+
@pulumi.getter(name="clientCertificateAuthentication")
|
|
306
|
+
def client_certificate_authentication(self) -> pulumi.Output[Optional['outputs.ClientCertificateAuthenticationResponse']]:
|
|
307
|
+
"""
|
|
308
|
+
The client certificate authentication information.
|
|
309
|
+
"""
|
|
310
|
+
return pulumi.get(self, "client_certificate_authentication")
|
|
311
|
+
|
|
312
|
+
@property
|
|
313
|
+
@pulumi.getter
|
|
314
|
+
def description(self) -> pulumi.Output[Optional[str]]:
|
|
315
|
+
"""
|
|
316
|
+
Description for the Client resource.
|
|
317
|
+
"""
|
|
318
|
+
return pulumi.get(self, "description")
|
|
319
|
+
|
|
320
|
+
@property
|
|
321
|
+
@pulumi.getter
|
|
322
|
+
def name(self) -> pulumi.Output[str]:
|
|
323
|
+
"""
|
|
324
|
+
Name of the resource.
|
|
325
|
+
"""
|
|
326
|
+
return pulumi.get(self, "name")
|
|
327
|
+
|
|
328
|
+
@property
|
|
329
|
+
@pulumi.getter(name="provisioningState")
|
|
330
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
331
|
+
"""
|
|
332
|
+
Provisioning state of the Client resource.
|
|
333
|
+
"""
|
|
334
|
+
return pulumi.get(self, "provisioning_state")
|
|
335
|
+
|
|
336
|
+
@property
|
|
337
|
+
@pulumi.getter
|
|
338
|
+
def state(self) -> pulumi.Output[Optional[str]]:
|
|
339
|
+
"""
|
|
340
|
+
Indicates if the client is enabled or not. Default value is Enabled.
|
|
341
|
+
"""
|
|
342
|
+
return pulumi.get(self, "state")
|
|
343
|
+
|
|
344
|
+
@property
|
|
345
|
+
@pulumi.getter(name="systemData")
|
|
346
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
347
|
+
"""
|
|
348
|
+
The system metadata relating to the Event Grid resource.
|
|
349
|
+
"""
|
|
350
|
+
return pulumi.get(self, "system_data")
|
|
351
|
+
|
|
352
|
+
@property
|
|
353
|
+
@pulumi.getter
|
|
354
|
+
def type(self) -> pulumi.Output[str]:
|
|
355
|
+
"""
|
|
356
|
+
Type of the resource.
|
|
357
|
+
"""
|
|
358
|
+
return pulumi.get(self, "type")
|
|
359
|
+
|
|
@@ -0,0 +1,262 @@
|
|
|
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__ = ['ClientGroupArgs', 'ClientGroup']
|
|
19
|
+
|
|
20
|
+
@pulumi.input_type
|
|
21
|
+
class ClientGroupArgs:
|
|
22
|
+
def __init__(__self__, *,
|
|
23
|
+
namespace_name: pulumi.Input[str],
|
|
24
|
+
resource_group_name: pulumi.Input[str],
|
|
25
|
+
client_group_name: Optional[pulumi.Input[str]] = None,
|
|
26
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
27
|
+
query: Optional[pulumi.Input[str]] = None):
|
|
28
|
+
"""
|
|
29
|
+
The set of arguments for constructing a ClientGroup 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] client_group_name: The client group name.
|
|
33
|
+
:param pulumi.Input[str] description: Description for the Client Group resource.
|
|
34
|
+
:param pulumi.Input[str] query: The grouping query for the clients.
|
|
35
|
+
Example : attributes.keyName IN ['a', 'b', 'c'].
|
|
36
|
+
"""
|
|
37
|
+
pulumi.set(__self__, "namespace_name", namespace_name)
|
|
38
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
39
|
+
if client_group_name is not None:
|
|
40
|
+
pulumi.set(__self__, "client_group_name", client_group_name)
|
|
41
|
+
if description is not None:
|
|
42
|
+
pulumi.set(__self__, "description", description)
|
|
43
|
+
if query is not None:
|
|
44
|
+
pulumi.set(__self__, "query", query)
|
|
45
|
+
|
|
46
|
+
@property
|
|
47
|
+
@pulumi.getter(name="namespaceName")
|
|
48
|
+
def namespace_name(self) -> pulumi.Input[str]:
|
|
49
|
+
"""
|
|
50
|
+
Name of the namespace.
|
|
51
|
+
"""
|
|
52
|
+
return pulumi.get(self, "namespace_name")
|
|
53
|
+
|
|
54
|
+
@namespace_name.setter
|
|
55
|
+
def namespace_name(self, value: pulumi.Input[str]):
|
|
56
|
+
pulumi.set(self, "namespace_name", value)
|
|
57
|
+
|
|
58
|
+
@property
|
|
59
|
+
@pulumi.getter(name="resourceGroupName")
|
|
60
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
61
|
+
"""
|
|
62
|
+
The name of the resource group within the user's subscription.
|
|
63
|
+
"""
|
|
64
|
+
return pulumi.get(self, "resource_group_name")
|
|
65
|
+
|
|
66
|
+
@resource_group_name.setter
|
|
67
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
68
|
+
pulumi.set(self, "resource_group_name", value)
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
@pulumi.getter(name="clientGroupName")
|
|
72
|
+
def client_group_name(self) -> Optional[pulumi.Input[str]]:
|
|
73
|
+
"""
|
|
74
|
+
The client group name.
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "client_group_name")
|
|
77
|
+
|
|
78
|
+
@client_group_name.setter
|
|
79
|
+
def client_group_name(self, value: Optional[pulumi.Input[str]]):
|
|
80
|
+
pulumi.set(self, "client_group_name", value)
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter
|
|
84
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
85
|
+
"""
|
|
86
|
+
Description for the Client Group resource.
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "description")
|
|
89
|
+
|
|
90
|
+
@description.setter
|
|
91
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
92
|
+
pulumi.set(self, "description", value)
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter
|
|
96
|
+
def query(self) -> Optional[pulumi.Input[str]]:
|
|
97
|
+
"""
|
|
98
|
+
The grouping query for the clients.
|
|
99
|
+
Example : attributes.keyName IN ['a', 'b', 'c'].
|
|
100
|
+
"""
|
|
101
|
+
return pulumi.get(self, "query")
|
|
102
|
+
|
|
103
|
+
@query.setter
|
|
104
|
+
def query(self, value: Optional[pulumi.Input[str]]):
|
|
105
|
+
pulumi.set(self, "query", value)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
class ClientGroup(pulumi.CustomResource):
|
|
109
|
+
@overload
|
|
110
|
+
def __init__(__self__,
|
|
111
|
+
resource_name: str,
|
|
112
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
113
|
+
client_group_name: Optional[pulumi.Input[str]] = None,
|
|
114
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
115
|
+
namespace_name: Optional[pulumi.Input[str]] = None,
|
|
116
|
+
query: Optional[pulumi.Input[str]] = None,
|
|
117
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
118
|
+
__props__=None):
|
|
119
|
+
"""
|
|
120
|
+
The Client group resource.
|
|
121
|
+
|
|
122
|
+
:param str resource_name: The name of the resource.
|
|
123
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
124
|
+
:param pulumi.Input[str] client_group_name: The client group name.
|
|
125
|
+
:param pulumi.Input[str] description: Description for the Client Group resource.
|
|
126
|
+
:param pulumi.Input[str] namespace_name: Name of the namespace.
|
|
127
|
+
:param pulumi.Input[str] query: The grouping query for the clients.
|
|
128
|
+
Example : attributes.keyName IN ['a', 'b', 'c'].
|
|
129
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group within the user's subscription.
|
|
130
|
+
"""
|
|
131
|
+
...
|
|
132
|
+
@overload
|
|
133
|
+
def __init__(__self__,
|
|
134
|
+
resource_name: str,
|
|
135
|
+
args: ClientGroupArgs,
|
|
136
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
137
|
+
"""
|
|
138
|
+
The Client group resource.
|
|
139
|
+
|
|
140
|
+
:param str resource_name: The name of the resource.
|
|
141
|
+
:param ClientGroupArgs args: The arguments to use to populate this resource's properties.
|
|
142
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
143
|
+
"""
|
|
144
|
+
...
|
|
145
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
146
|
+
resource_args, opts = _utilities.get_resource_args_opts(ClientGroupArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
147
|
+
if resource_args is not None:
|
|
148
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
149
|
+
else:
|
|
150
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
151
|
+
|
|
152
|
+
def _internal_init(__self__,
|
|
153
|
+
resource_name: str,
|
|
154
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
155
|
+
client_group_name: Optional[pulumi.Input[str]] = None,
|
|
156
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
157
|
+
namespace_name: Optional[pulumi.Input[str]] = None,
|
|
158
|
+
query: Optional[pulumi.Input[str]] = None,
|
|
159
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
160
|
+
__props__=None):
|
|
161
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
162
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
163
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
164
|
+
if opts.id is None:
|
|
165
|
+
if __props__ is not None:
|
|
166
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
167
|
+
__props__ = ClientGroupArgs.__new__(ClientGroupArgs)
|
|
168
|
+
|
|
169
|
+
__props__.__dict__["client_group_name"] = client_group_name
|
|
170
|
+
__props__.__dict__["description"] = description
|
|
171
|
+
if namespace_name is None and not opts.urn:
|
|
172
|
+
raise TypeError("Missing required property 'namespace_name'")
|
|
173
|
+
__props__.__dict__["namespace_name"] = namespace_name
|
|
174
|
+
__props__.__dict__["query"] = query
|
|
175
|
+
if resource_group_name is None and not opts.urn:
|
|
176
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
177
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
178
|
+
__props__.__dict__["name"] = None
|
|
179
|
+
__props__.__dict__["provisioning_state"] = None
|
|
180
|
+
__props__.__dict__["system_data"] = None
|
|
181
|
+
__props__.__dict__["type"] = None
|
|
182
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:eventgrid/v20230601preview:ClientGroup"), pulumi.Alias(type_="azure-native:eventgrid/v20231215preview:ClientGroup"), pulumi.Alias(type_="azure-native:eventgrid/v20240601preview:ClientGroup"), pulumi.Alias(type_="azure-native:eventgrid/v20241215preview:ClientGroup"), pulumi.Alias(type_="azure-native:eventgrid:ClientGroup")])
|
|
183
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
184
|
+
super(ClientGroup, __self__).__init__(
|
|
185
|
+
'azure-native:eventgrid/v20250215:ClientGroup',
|
|
186
|
+
resource_name,
|
|
187
|
+
__props__,
|
|
188
|
+
opts)
|
|
189
|
+
|
|
190
|
+
@staticmethod
|
|
191
|
+
def get(resource_name: str,
|
|
192
|
+
id: pulumi.Input[str],
|
|
193
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'ClientGroup':
|
|
194
|
+
"""
|
|
195
|
+
Get an existing ClientGroup resource's state with the given name, id, and optional extra
|
|
196
|
+
properties used to qualify the lookup.
|
|
197
|
+
|
|
198
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
199
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
200
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
201
|
+
"""
|
|
202
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
203
|
+
|
|
204
|
+
__props__ = ClientGroupArgs.__new__(ClientGroupArgs)
|
|
205
|
+
|
|
206
|
+
__props__.__dict__["description"] = None
|
|
207
|
+
__props__.__dict__["name"] = None
|
|
208
|
+
__props__.__dict__["provisioning_state"] = None
|
|
209
|
+
__props__.__dict__["query"] = None
|
|
210
|
+
__props__.__dict__["system_data"] = None
|
|
211
|
+
__props__.__dict__["type"] = None
|
|
212
|
+
return ClientGroup(resource_name, opts=opts, __props__=__props__)
|
|
213
|
+
|
|
214
|
+
@property
|
|
215
|
+
@pulumi.getter
|
|
216
|
+
def description(self) -> pulumi.Output[Optional[str]]:
|
|
217
|
+
"""
|
|
218
|
+
Description for the Client Group resource.
|
|
219
|
+
"""
|
|
220
|
+
return pulumi.get(self, "description")
|
|
221
|
+
|
|
222
|
+
@property
|
|
223
|
+
@pulumi.getter
|
|
224
|
+
def name(self) -> pulumi.Output[str]:
|
|
225
|
+
"""
|
|
226
|
+
Name of the resource.
|
|
227
|
+
"""
|
|
228
|
+
return pulumi.get(self, "name")
|
|
229
|
+
|
|
230
|
+
@property
|
|
231
|
+
@pulumi.getter(name="provisioningState")
|
|
232
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
233
|
+
"""
|
|
234
|
+
Provisioning state of the ClientGroup resource.
|
|
235
|
+
"""
|
|
236
|
+
return pulumi.get(self, "provisioning_state")
|
|
237
|
+
|
|
238
|
+
@property
|
|
239
|
+
@pulumi.getter
|
|
240
|
+
def query(self) -> pulumi.Output[Optional[str]]:
|
|
241
|
+
"""
|
|
242
|
+
The grouping query for the clients.
|
|
243
|
+
Example : attributes.keyName IN ['a', 'b', 'c'].
|
|
244
|
+
"""
|
|
245
|
+
return pulumi.get(self, "query")
|
|
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
|
|
257
|
+
def type(self) -> pulumi.Output[str]:
|
|
258
|
+
"""
|
|
259
|
+
Type of the resource.
|
|
260
|
+
"""
|
|
261
|
+
return pulumi.get(self, "type")
|
|
262
|
+
|