pulumi-azure-native 2.36.1a1712722234__py3-none-any.whl → 2.36.1a1713161317__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 +134 -0
- pulumi_azure_native/authorization/__init__.py +3 -0
- pulumi_azure_native/authorization/get_policy_assignment.py +2 -2
- pulumi_azure_native/authorization/policy_assignment.py +3 -3
- pulumi_azure_native/authorization/v20190601/policy_assignment.py +1 -1
- pulumi_azure_native/authorization/v20200301/policy_assignment.py +1 -1
- pulumi_azure_native/authorization/v20220601/policy_assignment.py +1 -1
- pulumi_azure_native/authorization/v20230401/policy_assignment.py +1 -1
- pulumi_azure_native/authorization/v20240401/__init__.py +12 -0
- pulumi_azure_native/authorization/v20240401/_enums.py +76 -0
- pulumi_azure_native/authorization/v20240401/_inputs.py +276 -0
- pulumi_azure_native/authorization/v20240401/get_policy_assignment.py +300 -0
- pulumi_azure_native/authorization/v20240401/outputs.py +482 -0
- pulumi_azure_native/authorization/v20240401/policy_assignment.py +556 -0
- pulumi_azure_native/eventhub/__init__.py +3 -0
- pulumi_azure_native/eventhub/application_group.py +3 -3
- pulumi_azure_native/eventhub/cluster.py +3 -3
- pulumi_azure_native/eventhub/consumer_group.py +3 -3
- pulumi_azure_native/eventhub/disaster_recovery_config.py +3 -3
- pulumi_azure_native/eventhub/event_hub.py +3 -3
- pulumi_azure_native/eventhub/event_hub_authorization_rule.py +3 -3
- pulumi_azure_native/eventhub/get_application_group.py +2 -2
- pulumi_azure_native/eventhub/get_cluster.py +2 -2
- pulumi_azure_native/eventhub/get_consumer_group.py +2 -2
- pulumi_azure_native/eventhub/get_disaster_recovery_config.py +2 -2
- pulumi_azure_native/eventhub/get_event_hub.py +2 -2
- pulumi_azure_native/eventhub/get_event_hub_authorization_rule.py +2 -2
- pulumi_azure_native/eventhub/get_namespace.py +2 -2
- pulumi_azure_native/eventhub/get_namespace_authorization_rule.py +2 -2
- pulumi_azure_native/eventhub/get_namespace_network_rule_set.py +2 -2
- pulumi_azure_native/eventhub/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/eventhub/get_schema_registry.py +2 -2
- pulumi_azure_native/eventhub/list_disaster_recovery_config_keys.py +2 -2
- pulumi_azure_native/eventhub/list_event_hub_keys.py +2 -2
- pulumi_azure_native/eventhub/list_namespace_keys.py +2 -2
- pulumi_azure_native/eventhub/namespace.py +3 -3
- pulumi_azure_native/eventhub/namespace_authorization_rule.py +3 -3
- pulumi_azure_native/eventhub/namespace_network_rule_set.py +3 -3
- pulumi_azure_native/eventhub/private_endpoint_connection.py +3 -3
- pulumi_azure_native/eventhub/schema_registry.py +3 -3
- pulumi_azure_native/eventhub/v20221001preview/application_group.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/cluster.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/consumer_group.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/disaster_recovery_config.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/event_hub.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/event_hub_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/namespace.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/namespace_network_rule_set.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/schema_registry.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/application_group.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/cluster.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/consumer_group.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/disaster_recovery_config.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/event_hub.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/event_hub_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/namespace.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/namespace_network_rule_set.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/schema_registry.py +1 -1
- pulumi_azure_native/eventhub/v20240101/application_group.py +1 -1
- pulumi_azure_native/eventhub/v20240101/cluster.py +1 -1
- pulumi_azure_native/eventhub/v20240101/consumer_group.py +1 -1
- pulumi_azure_native/eventhub/v20240101/disaster_recovery_config.py +1 -1
- pulumi_azure_native/eventhub/v20240101/event_hub.py +1 -1
- pulumi_azure_native/eventhub/v20240101/event_hub_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20240101/namespace.py +1 -1
- pulumi_azure_native/eventhub/v20240101/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20240101/namespace_network_rule_set.py +1 -1
- pulumi_azure_native/eventhub/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventhub/v20240101/schema_registry.py +1 -1
- pulumi_azure_native/eventhub/v20240501preview/__init__.py +35 -0
- pulumi_azure_native/eventhub/v20240501preview/_enums.py +229 -0
- pulumi_azure_native/eventhub/v20240501preview/_inputs.py +1059 -0
- pulumi_azure_native/eventhub/v20240501preview/application_group.py +285 -0
- pulumi_azure_native/eventhub/v20240501preview/cluster.py +332 -0
- pulumi_azure_native/eventhub/v20240501preview/consumer_group.py +265 -0
- pulumi_azure_native/eventhub/v20240501preview/disaster_recovery_config.py +283 -0
- pulumi_azure_native/eventhub/v20240501preview/event_hub.py +440 -0
- pulumi_azure_native/eventhub/v20240501preview/event_hub_authorization_rule.py +247 -0
- pulumi_azure_native/eventhub/v20240501preview/get_application_group.py +175 -0
- pulumi_azure_native/eventhub/v20240501preview/get_cluster.py +235 -0
- pulumi_azure_native/eventhub/v20240501preview/get_consumer_group.py +180 -0
- pulumi_azure_native/eventhub/v20240501preview/get_disaster_recovery_config.py +201 -0
- pulumi_azure_native/eventhub/v20240501preview/get_event_hub.py +279 -0
- pulumi_azure_native/eventhub/v20240501preview/get_event_hub_authorization_rule.py +154 -0
- pulumi_azure_native/eventhub/v20240501preview/get_namespace.py +404 -0
- pulumi_azure_native/eventhub/v20240501preview/get_namespace_authorization_rule.py +149 -0
- pulumi_azure_native/eventhub/v20240501preview/get_namespace_network_rule_set.py +196 -0
- pulumi_azure_native/eventhub/v20240501preview/get_private_endpoint_connection.py +175 -0
- pulumi_azure_native/eventhub/v20240501preview/get_schema_registry.py +208 -0
- pulumi_azure_native/eventhub/v20240501preview/list_disaster_recovery_config_keys.py +166 -0
- pulumi_azure_native/eventhub/v20240501preview/list_event_hub_keys.py +166 -0
- pulumi_azure_native/eventhub/v20240501preview/list_namespace_keys.py +161 -0
- pulumi_azure_native/eventhub/v20240501preview/namespace.py +697 -0
- pulumi_azure_native/eventhub/v20240501preview/namespace_authorization_rule.py +226 -0
- pulumi_azure_native/eventhub/v20240501preview/namespace_network_rule_set.py +326 -0
- pulumi_azure_native/eventhub/v20240501preview/outputs.py +1430 -0
- pulumi_azure_native/eventhub/v20240501preview/private_endpoint_connection.py +284 -0
- pulumi_azure_native/eventhub/v20240501preview/schema_registry.py +297 -0
- pulumi_azure_native/network/__init__.py +7 -0
- pulumi_azure_native/network/_enums.py +12 -1
- pulumi_azure_native/network/_inputs.py +19 -3
- pulumi_azure_native/network/admin_rule.py +3 -3
- pulumi_azure_native/network/admin_rule_collection.py +3 -3
- pulumi_azure_native/network/application_gateway.py +3 -3
- pulumi_azure_native/network/application_gateway_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/application_security_group.py +3 -3
- pulumi_azure_native/network/azure_firewall.py +3 -3
- pulumi_azure_native/network/bastion_host.py +3 -3
- pulumi_azure_native/network/configuration_policy_group.py +3 -3
- pulumi_azure_native/network/connection_monitor.py +3 -3
- pulumi_azure_native/network/connectivity_configuration.py +3 -3
- pulumi_azure_native/network/custom_ip_prefix.py +3 -3
- pulumi_azure_native/network/ddos_custom_policy.py +3 -3
- pulumi_azure_native/network/ddos_protection_plan.py +3 -3
- pulumi_azure_native/network/default_admin_rule.py +1 -1
- pulumi_azure_native/network/dscp_configuration.py +3 -3
- pulumi_azure_native/network/express_route_circuit.py +3 -3
- pulumi_azure_native/network/express_route_circuit_authorization.py +3 -3
- pulumi_azure_native/network/express_route_circuit_connection.py +3 -3
- pulumi_azure_native/network/express_route_circuit_peering.py +3 -3
- pulumi_azure_native/network/express_route_connection.py +3 -3
- pulumi_azure_native/network/express_route_cross_connection_peering.py +3 -3
- pulumi_azure_native/network/express_route_gateway.py +3 -3
- pulumi_azure_native/network/express_route_port.py +3 -3
- pulumi_azure_native/network/express_route_port_authorization.py +3 -3
- pulumi_azure_native/network/firewall_policy.py +3 -3
- pulumi_azure_native/network/firewall_policy_draft.py +498 -0
- pulumi_azure_native/network/firewall_policy_rule_collection_group.py +3 -3
- pulumi_azure_native/network/firewall_policy_rule_collection_group_draft.py +287 -0
- pulumi_azure_native/network/flow_log.py +3 -3
- pulumi_azure_native/network/get_active_sessions.py +2 -2
- pulumi_azure_native/network/get_admin_rule.py +2 -2
- pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
- pulumi_azure_native/network/get_application_gateway.py +2 -2
- pulumi_azure_native/network/get_application_gateway_backend_health_on_demand.py +2 -2
- pulumi_azure_native/network/get_application_gateway_private_endpoint_connection.py +2 -2
- pulumi_azure_native/network/get_application_security_group.py +2 -2
- pulumi_azure_native/network/get_azure_firewall.py +2 -2
- pulumi_azure_native/network/get_bastion_host.py +2 -2
- pulumi_azure_native/network/get_bastion_shareable_link.py +2 -2
- pulumi_azure_native/network/get_configuration_policy_group.py +2 -2
- pulumi_azure_native/network/get_connection_monitor.py +2 -2
- pulumi_azure_native/network/get_connectivity_configuration.py +2 -2
- pulumi_azure_native/network/get_custom_ip_prefix.py +2 -2
- pulumi_azure_native/network/get_ddos_custom_policy.py +2 -2
- pulumi_azure_native/network/get_ddos_protection_plan.py +2 -2
- pulumi_azure_native/network/get_dscp_configuration.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_authorization.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_connection.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_peering.py +2 -2
- pulumi_azure_native/network/get_express_route_connection.py +2 -2
- pulumi_azure_native/network/get_express_route_cross_connection_peering.py +2 -2
- pulumi_azure_native/network/get_express_route_gateway.py +2 -2
- pulumi_azure_native/network/get_express_route_port.py +2 -2
- pulumi_azure_native/network/get_express_route_port_authorization.py +2 -2
- pulumi_azure_native/network/get_firewall_policy.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_draft.py +250 -0
- pulumi_azure_native/network/get_firewall_policy_rule_collection_group.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_rule_collection_group_draft.py +151 -0
- pulumi_azure_native/network/get_flow_log.py +2 -2
- pulumi_azure_native/network/get_hub_route_table.py +2 -2
- pulumi_azure_native/network/get_hub_virtual_network_connection.py +2 -2
- pulumi_azure_native/network/get_inbound_nat_rule.py +2 -2
- pulumi_azure_native/network/get_ip_allocation.py +2 -2
- pulumi_azure_native/network/get_ip_group.py +2 -2
- pulumi_azure_native/network/get_load_balancer.py +2 -2
- pulumi_azure_native/network/get_load_balancer_backend_address_pool.py +2 -2
- pulumi_azure_native/network/get_local_network_gateway.py +2 -2
- pulumi_azure_native/network/get_management_group_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_nat_gateway.py +2 -2
- pulumi_azure_native/network/get_nat_rule.py +2 -2
- pulumi_azure_native/network/get_network_group.py +2 -2
- pulumi_azure_native/network/get_network_interface.py +2 -2
- pulumi_azure_native/network/get_network_interface_tap_configuration.py +2 -2
- pulumi_azure_native/network/get_network_manager.py +2 -2
- pulumi_azure_native/network/get_network_profile.py +2 -2
- pulumi_azure_native/network/get_network_security_group.py +2 -2
- pulumi_azure_native/network/get_network_virtual_appliance.py +2 -2
- pulumi_azure_native/network/get_network_watcher.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +2 -2
- pulumi_azure_native/network/get_packet_capture.py +2 -2
- pulumi_azure_native/network/get_private_dns_zone_group.py +2 -2
- pulumi_azure_native/network/get_private_endpoint.py +2 -2
- pulumi_azure_native/network/get_private_link_service.py +2 -2
- pulumi_azure_native/network/get_private_link_service_private_endpoint_connection.py +2 -2
- pulumi_azure_native/network/get_public_ip_address.py +2 -2
- pulumi_azure_native/network/get_public_ip_prefix.py +2 -2
- pulumi_azure_native/network/get_route.py +2 -2
- pulumi_azure_native/network/get_route_filter.py +2 -2
- pulumi_azure_native/network/get_route_filter_rule.py +2 -2
- pulumi_azure_native/network/get_route_map.py +2 -2
- pulumi_azure_native/network/get_route_table.py +2 -2
- pulumi_azure_native/network/get_routing_intent.py +2 -2
- pulumi_azure_native/network/get_scope_connection.py +2 -2
- pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
- pulumi_azure_native/network/get_security_partner_provider.py +2 -2
- pulumi_azure_native/network/get_security_rule.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy_definition.py +2 -2
- pulumi_azure_native/network/get_static_member.py +2 -2
- pulumi_azure_native/network/get_subnet.py +2 -2
- pulumi_azure_native/network/get_subscription_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_appliance_site.py +2 -2
- pulumi_azure_native/network/get_virtual_hub.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_bgp_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_ip_configuration.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_route_table_v2.py +2 -2
- pulumi_azure_native/network/get_virtual_network.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_advertised_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_bgp_peer_status.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_learned_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_nat_rule.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_connection_health.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +2 -2
- pulumi_azure_native/network/get_virtual_network_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_network_tap.py +2 -2
- pulumi_azure_native/network/get_virtual_router.py +2 -2
- pulumi_azure_native/network/get_virtual_router_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_wan.py +2 -2
- pulumi_azure_native/network/get_vpn_connection.py +2 -2
- pulumi_azure_native/network/get_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_vpn_server_configuration.py +2 -2
- pulumi_azure_native/network/get_vpn_site.py +2 -2
- pulumi_azure_native/network/get_web_application_firewall_policy.py +2 -2
- pulumi_azure_native/network/hub_route_table.py +3 -3
- pulumi_azure_native/network/hub_virtual_network_connection.py +3 -3
- pulumi_azure_native/network/inbound_nat_rule.py +3 -3
- pulumi_azure_native/network/interface_endpoint.py +1 -1
- pulumi_azure_native/network/ip_allocation.py +3 -3
- pulumi_azure_native/network/ip_group.py +3 -3
- pulumi_azure_native/network/list_active_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_active_security_admin_rules.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signature.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signatures_filter_value.py +2 -2
- pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_security_admin_rules.py +2 -2
- pulumi_azure_native/network/load_balancer.py +3 -3
- pulumi_azure_native/network/load_balancer_backend_address_pool.py +3 -3
- pulumi_azure_native/network/local_network_gateway.py +3 -3
- pulumi_azure_native/network/management_group_network_manager_connection.py +3 -3
- pulumi_azure_native/network/nat_gateway.py +3 -3
- pulumi_azure_native/network/nat_rule.py +3 -3
- pulumi_azure_native/network/network_group.py +3 -3
- pulumi_azure_native/network/network_interface.py +3 -3
- pulumi_azure_native/network/network_interface_tap_configuration.py +3 -3
- pulumi_azure_native/network/network_manager.py +3 -3
- pulumi_azure_native/network/network_profile.py +3 -3
- pulumi_azure_native/network/network_security_group.py +3 -3
- pulumi_azure_native/network/network_virtual_appliance.py +3 -3
- pulumi_azure_native/network/network_watcher.py +3 -3
- pulumi_azure_native/network/outputs.py +15 -3
- pulumi_azure_native/network/p2s_vpn_gateway.py +3 -3
- pulumi_azure_native/network/packet_capture.py +3 -3
- pulumi_azure_native/network/private_dns_zone_group.py +3 -3
- pulumi_azure_native/network/private_endpoint.py +3 -3
- pulumi_azure_native/network/private_link_service.py +3 -3
- pulumi_azure_native/network/private_link_service_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/public_ip_address.py +3 -3
- pulumi_azure_native/network/public_ip_prefix.py +3 -3
- pulumi_azure_native/network/route.py +3 -3
- pulumi_azure_native/network/route_filter.py +3 -3
- pulumi_azure_native/network/route_filter_rule.py +3 -3
- pulumi_azure_native/network/route_map.py +3 -3
- pulumi_azure_native/network/route_table.py +3 -3
- pulumi_azure_native/network/routing_intent.py +3 -3
- pulumi_azure_native/network/scope_connection.py +3 -3
- pulumi_azure_native/network/security_admin_configuration.py +3 -3
- pulumi_azure_native/network/security_partner_provider.py +3 -3
- pulumi_azure_native/network/security_rule.py +3 -3
- pulumi_azure_native/network/service_endpoint_policy.py +3 -3
- pulumi_azure_native/network/service_endpoint_policy_definition.py +3 -3
- pulumi_azure_native/network/static_member.py +3 -3
- pulumi_azure_native/network/subnet.py +3 -3
- pulumi_azure_native/network/subscription_network_manager_connection.py +3 -3
- pulumi_azure_native/network/v20180601/load_balancer.py +1 -1
- pulumi_azure_native/network/v20180701/network_interface.py +1 -1
- pulumi_azure_native/network/v20180701/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20180701/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20180701/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20180701/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20180701/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20180701/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20180701/vpn_site.py +1 -1
- pulumi_azure_native/network/v20181201/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20190201/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20190201/interface_endpoint.py +1 -1
- pulumi_azure_native/network/v20190201/network_interface.py +1 -1
- pulumi_azure_native/network/v20190201/subnet.py +1 -1
- pulumi_azure_native/network/v20190601/application_gateway.py +1 -1
- pulumi_azure_native/network/v20190601/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20190601/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20190601/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20190601/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20190601/load_balancer.py +1 -1
- pulumi_azure_native/network/v20190601/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20190601/network_interface.py +1 -1
- pulumi_azure_native/network/v20190601/network_security_group.py +1 -1
- pulumi_azure_native/network/v20190601/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20190601/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20190601/route.py +1 -1
- pulumi_azure_native/network/v20190601/route_table.py +1 -1
- pulumi_azure_native/network/v20190601/security_rule.py +1 -1
- pulumi_azure_native/network/v20190601/subnet.py +1 -1
- pulumi_azure_native/network/v20190601/virtual_network.py +1 -1
- pulumi_azure_native/network/v20190601/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20190701/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20190701/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20190701/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20190801/application_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20190801/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20190801/express_route_port.py +1 -1
- pulumi_azure_native/network/v20190801/load_balancer.py +1 -1
- pulumi_azure_native/network/v20190801/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/network_interface.py +1 -1
- pulumi_azure_native/network/v20190801/network_profile.py +1 -1
- pulumi_azure_native/network/v20190801/network_security_group.py +1 -1
- pulumi_azure_native/network/v20190801/private_link_service.py +1 -1
- pulumi_azure_native/network/v20190801/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20190801/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20190801/route_filter.py +1 -1
- pulumi_azure_native/network/v20190801/subnet.py +1 -1
- pulumi_azure_native/network/v20190801/virtual_network.py +1 -1
- pulumi_azure_native/network/v20190801/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20190901/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20200401/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20200401/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20200401/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20200401/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20200601/packet_capture.py +1 -1
- pulumi_azure_native/network/v20200601/subnet.py +1 -1
- pulumi_azure_native/network/v20200601/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20210201/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20210201/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20210201/private_link_service.py +1 -1
- pulumi_azure_native/network/v20210201preview/admin_rule.py +1 -1
- pulumi_azure_native/network/v20210201preview/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210201preview/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20210201preview/network_group.py +1 -1
- pulumi_azure_native/network/v20210201preview/network_manager.py +1 -1
- pulumi_azure_native/network/v20210301/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20210301/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20210501preview/admin_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210501preview/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20210501preview/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/network_group.py +1 -1
- pulumi_azure_native/network/v20210501preview/network_manager.py +1 -1
- pulumi_azure_native/network/v20210501preview/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20210801/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20220101/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20220401preview/network_group.py +1 -1
- pulumi_azure_native/network/v20220501/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20220501/network_watcher.py +1 -1
- pulumi_azure_native/network/v20220701/security_rule.py +1 -1
- pulumi_azure_native/network/v20220701/subnet.py +1 -1
- pulumi_azure_native/network/v20230201/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230201/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230201/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230201/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230201/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230201/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230201/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230201/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230201/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230201/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230201/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230201/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230201/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230201/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230201/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230201/flow_log.py +1 -1
- pulumi_azure_native/network/v20230201/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230201/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230201/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230201/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230201/ip_group.py +1 -1
- pulumi_azure_native/network/v20230201/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230201/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230201/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230201/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230201/network_group.py +1 -1
- pulumi_azure_native/network/v20230201/network_interface.py +1 -1
- pulumi_azure_native/network/v20230201/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/network_manager.py +1 -1
- pulumi_azure_native/network/v20230201/network_profile.py +1 -1
- pulumi_azure_native/network/v20230201/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230201/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230201/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230201/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230201/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230201/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230201/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230201/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230201/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230201/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230201/route.py +1 -1
- pulumi_azure_native/network/v20230201/route_filter.py +1 -1
- pulumi_azure_native/network/v20230201/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230201/route_map.py +1 -1
- pulumi_azure_native/network/v20230201/route_table.py +1 -1
- pulumi_azure_native/network/v20230201/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230201/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230201/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230201/security_rule.py +1 -1
- pulumi_azure_native/network/v20230201/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230201/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230201/static_member.py +1 -1
- pulumi_azure_native/network/v20230201/subnet.py +1 -1
- pulumi_azure_native/network/v20230201/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230201/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230401/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230401/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230401/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230401/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230401/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230401/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230401/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230401/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230401/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230401/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230401/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230401/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230401/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230401/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230401/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230401/flow_log.py +1 -1
- pulumi_azure_native/network/v20230401/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230401/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230401/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230401/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230401/ip_group.py +1 -1
- pulumi_azure_native/network/v20230401/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230401/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230401/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230401/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230401/network_group.py +1 -1
- pulumi_azure_native/network/v20230401/network_interface.py +1 -1
- pulumi_azure_native/network/v20230401/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/network_manager.py +1 -1
- pulumi_azure_native/network/v20230401/network_profile.py +1 -1
- pulumi_azure_native/network/v20230401/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230401/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230401/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230401/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230401/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230401/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230401/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230401/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230401/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230401/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230401/route.py +1 -1
- pulumi_azure_native/network/v20230401/route_filter.py +1 -1
- pulumi_azure_native/network/v20230401/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230401/route_map.py +1 -1
- pulumi_azure_native/network/v20230401/route_table.py +1 -1
- pulumi_azure_native/network/v20230401/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230401/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230401/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230401/security_rule.py +1 -1
- pulumi_azure_native/network/v20230401/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230401/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230401/static_member.py +1 -1
- pulumi_azure_native/network/v20230401/subnet.py +1 -1
- pulumi_azure_native/network/v20230401/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230401/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230501/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230501/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230501/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230501/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230501/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230501/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230501/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230501/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230501/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230501/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230501/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230501/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230501/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230501/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230501/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230501/flow_log.py +1 -1
- pulumi_azure_native/network/v20230501/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230501/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230501/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230501/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230501/ip_group.py +1 -1
- pulumi_azure_native/network/v20230501/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230501/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230501/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230501/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230501/network_group.py +1 -1
- pulumi_azure_native/network/v20230501/network_interface.py +1 -1
- pulumi_azure_native/network/v20230501/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/network_manager.py +1 -1
- pulumi_azure_native/network/v20230501/network_profile.py +1 -1
- pulumi_azure_native/network/v20230501/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230501/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230501/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230501/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230501/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230501/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230501/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230501/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230501/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230501/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230501/route.py +1 -1
- pulumi_azure_native/network/v20230501/route_filter.py +1 -1
- pulumi_azure_native/network/v20230501/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230501/route_map.py +1 -1
- pulumi_azure_native/network/v20230501/route_table.py +1 -1
- pulumi_azure_native/network/v20230501/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230501/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230501/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230501/security_rule.py +1 -1
- pulumi_azure_native/network/v20230501/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230501/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230501/static_member.py +1 -1
- pulumi_azure_native/network/v20230501/subnet.py +1 -1
- pulumi_azure_native/network/v20230501/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230501/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230601/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230601/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230601/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230601/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230601/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230601/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230601/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230601/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230601/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230601/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230601/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230601/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230601/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230601/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230601/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230601/flow_log.py +1 -1
- pulumi_azure_native/network/v20230601/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230601/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230601/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230601/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230601/ip_group.py +1 -1
- pulumi_azure_native/network/v20230601/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230601/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230601/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230601/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230601/network_group.py +1 -1
- pulumi_azure_native/network/v20230601/network_interface.py +1 -1
- pulumi_azure_native/network/v20230601/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/network_manager.py +1 -1
- pulumi_azure_native/network/v20230601/network_profile.py +1 -1
- pulumi_azure_native/network/v20230601/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230601/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230601/network_virtual_appliance_connection.py +1 -1
- pulumi_azure_native/network/v20230601/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230601/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230601/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230601/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230601/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230601/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230601/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230601/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230601/route.py +1 -1
- pulumi_azure_native/network/v20230601/route_filter.py +1 -1
- pulumi_azure_native/network/v20230601/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230601/route_map.py +1 -1
- pulumi_azure_native/network/v20230601/route_table.py +1 -1
- pulumi_azure_native/network/v20230601/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230601/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230601/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230601/security_rule.py +1 -1
- pulumi_azure_native/network/v20230601/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230601/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230601/static_member.py +1 -1
- pulumi_azure_native/network/v20230601/subnet.py +1 -1
- pulumi_azure_native/network/v20230601/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230601/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230901/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230901/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230901/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230901/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230901/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230901/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230901/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230901/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230901/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230901/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230901/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230901/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230901/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230901/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230901/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230901/flow_log.py +1 -1
- pulumi_azure_native/network/v20230901/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230901/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230901/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230901/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230901/ip_group.py +1 -1
- pulumi_azure_native/network/v20230901/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230901/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230901/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230901/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230901/network_group.py +1 -1
- pulumi_azure_native/network/v20230901/network_interface.py +1 -1
- pulumi_azure_native/network/v20230901/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/network_manager.py +1 -1
- pulumi_azure_native/network/v20230901/network_profile.py +1 -1
- pulumi_azure_native/network/v20230901/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230901/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230901/network_virtual_appliance_connection.py +1 -1
- pulumi_azure_native/network/v20230901/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230901/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230901/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230901/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230901/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230901/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230901/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230901/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230901/route.py +1 -1
- pulumi_azure_native/network/v20230901/route_filter.py +1 -1
- pulumi_azure_native/network/v20230901/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230901/route_map.py +1 -1
- pulumi_azure_native/network/v20230901/route_table.py +1 -1
- pulumi_azure_native/network/v20230901/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230901/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230901/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230901/security_rule.py +1 -1
- pulumi_azure_native/network/v20230901/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230901/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230901/static_member.py +1 -1
- pulumi_azure_native/network/v20230901/subnet.py +1 -1
- pulumi_azure_native/network/v20230901/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230901/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20231101/__init__.py +212 -0
- pulumi_azure_native/network/v20231101/_enums.py +1755 -0
- pulumi_azure_native/network/v20231101/_inputs.py +20855 -0
- pulumi_azure_native/network/v20231101/admin_rule.py +558 -0
- pulumi_azure_native/network/v20231101/admin_rule_collection.py +296 -0
- pulumi_azure_native/network/v20231101/application_gateway.py +1251 -0
- pulumi_azure_native/network/v20231101/application_gateway_private_endpoint_connection.py +284 -0
- pulumi_azure_native/network/v20231101/application_security_group.py +261 -0
- pulumi_azure_native/network/v20231101/azure_firewall.py +612 -0
- pulumi_azure_native/network/v20231101/bastion_host.py +647 -0
- pulumi_azure_native/network/v20231101/configuration_policy_group.py +333 -0
- pulumi_azure_native/network/v20231101/connection_monitor.py +574 -0
- pulumi_azure_native/network/v20231101/connectivity_configuration.py +393 -0
- pulumi_azure_native/network/v20231101/custom_ip_prefix.py +642 -0
- pulumi_azure_native/network/v20231101/ddos_custom_policy.py +261 -0
- pulumi_azure_native/network/v20231101/ddos_protection_plan.py +262 -0
- pulumi_azure_native/network/v20231101/default_admin_rule.py +410 -0
- pulumi_azure_native/network/v20231101/dscp_configuration.py +487 -0
- pulumi_azure_native/network/v20231101/express_route_circuit.py +715 -0
- pulumi_azure_native/network/v20231101/express_route_circuit_authorization.py +292 -0
- pulumi_azure_native/network/v20231101/express_route_circuit_connection.py +411 -0
- pulumi_azure_native/network/v20231101/express_route_circuit_peering.py +733 -0
- pulumi_azure_native/network/v20231101/express_route_connection.py +421 -0
- pulumi_azure_native/network/v20231101/express_route_cross_connection_peering.py +556 -0
- pulumi_azure_native/network/v20231101/express_route_gateway.py +374 -0
- pulumi_azure_native/network/v20231101/express_route_port.py +488 -0
- pulumi_azure_native/network/v20231101/express_route_port_authorization.py +263 -0
- pulumi_azure_native/network/v20231101/firewall_policy.py +642 -0
- pulumi_azure_native/network/v20231101/firewall_policy_draft.py +496 -0
- pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group.py +304 -0
- pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group_draft.py +285 -0
- pulumi_azure_native/network/v20231101/flow_log.py +490 -0
- pulumi_azure_native/network/v20231101/get_active_sessions.py +92 -0
- pulumi_azure_native/network/v20231101/get_admin_rule.py +303 -0
- pulumi_azure_native/network/v20231101/get_admin_rule_collection.py +193 -0
- pulumi_azure_native/network/v20231101/get_application_gateway.py +638 -0
- pulumi_azure_native/network/v20231101/get_application_gateway_backend_health_on_demand.py +139 -0
- pulumi_azure_native/network/v20231101/get_application_gateway_private_endpoint_connection.py +175 -0
- pulumi_azure_native/network/v20231101/get_application_security_group.py +169 -0
- pulumi_azure_native/network/v20231101/get_azure_firewall.py +326 -0
- pulumi_azure_native/network/v20231101/get_bastion_host.py +323 -0
- pulumi_azure_native/network/v20231101/get_bastion_shareable_link.py +98 -0
- pulumi_azure_native/network/v20231101/get_configuration_policy_group.py +188 -0
- pulumi_azure_native/network/v20231101/get_connection_monitor.py +318 -0
- pulumi_azure_native/network/v20231101/get_connectivity_configuration.py +240 -0
- pulumi_azure_native/network/v20231101/get_custom_ip_prefix.py +370 -0
- pulumi_azure_native/network/v20231101/get_ddos_custom_policy.py +169 -0
- pulumi_azure_native/network/v20231101/get_ddos_protection_plan.py +196 -0
- pulumi_azure_native/network/v20231101/get_default_admin_rule.py +316 -0
- pulumi_azure_native/network/v20231101/get_dscp_configuration.py +287 -0
- pulumi_azure_native/network/v20231101/get_express_route_circuit.py +378 -0
- pulumi_azure_native/network/v20231101/get_express_route_circuit_authorization.py +161 -0
- pulumi_azure_native/network/v20231101/get_express_route_circuit_connection.py +219 -0
- pulumi_azure_native/network/v20231101/get_express_route_circuit_peering.py +383 -0
- pulumi_azure_native/network/v20231101/get_express_route_connection.py +201 -0
- pulumi_azure_native/network/v20231101/get_express_route_cross_connection_peering.py +305 -0
- pulumi_azure_native/network/v20231101/get_express_route_gateway.py +209 -0
- pulumi_azure_native/network/v20231101/get_express_route_port.py +313 -0
- pulumi_azure_native/network/v20231101/get_express_route_port_authorization.py +174 -0
- pulumi_azure_native/network/v20231101/get_firewall_policy.py +370 -0
- pulumi_azure_native/network/v20231101/get_firewall_policy_draft.py +248 -0
- pulumi_azure_native/network/v20231101/get_firewall_policy_rule_collection_group.py +175 -0
- pulumi_azure_native/network/v20231101/get_firewall_policy_rule_collection_group_draft.py +149 -0
- pulumi_azure_native/network/v20231101/get_flow_log.py +266 -0
- pulumi_azure_native/network/v20231101/get_hub_route_table.py +188 -0
- pulumi_azure_native/network/v20231101/get_hub_virtual_network_connection.py +188 -0
- pulumi_azure_native/network/v20231101/get_inbound_nat_rule.py +284 -0
- pulumi_azure_native/network/v20231101/get_ip_allocation.py +240 -0
- pulumi_azure_native/network/v20231101/get_ip_group.py +201 -0
- pulumi_azure_native/network/v20231101/get_load_balancer.py +292 -0
- pulumi_azure_native/network/v20231101/get_load_balancer_backend_address_pool.py +279 -0
- pulumi_azure_native/network/v20231101/get_local_network_gateway.py +222 -0
- pulumi_azure_native/network/v20231101/get_management_group_network_manager_connection.py +157 -0
- pulumi_azure_native/network/v20231101/get_nat_gateway.py +253 -0
- pulumi_azure_native/network/v20231101/get_nat_rule.py +214 -0
- pulumi_azure_native/network/v20231101/get_network_group.py +175 -0
- pulumi_azure_native/network/v20231101/get_network_interface.py +448 -0
- pulumi_azure_native/network/v20231101/get_network_interface_tap_configuration.py +149 -0
- pulumi_azure_native/network/v20231101/get_network_manager.py +222 -0
- pulumi_azure_native/network/v20231101/get_network_profile.py +201 -0
- pulumi_azure_native/network/v20231101/get_network_security_group.py +253 -0
- pulumi_azure_native/network/v20231101/get_network_virtual_appliance.py +409 -0
- pulumi_azure_native/network/v20231101/get_network_virtual_appliance_connection.py +175 -0
- pulumi_azure_native/network/v20231101/get_network_watcher.py +156 -0
- pulumi_azure_native/network/v20231101/get_p2s_vpn_gateway.py +248 -0
- pulumi_azure_native/network/v20231101/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +248 -0
- pulumi_azure_native/network/v20231101/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +88 -0
- pulumi_azure_native/network/v20231101/get_packet_capture.py +253 -0
- pulumi_azure_native/network/v20231101/get_private_dns_zone_group.py +136 -0
- pulumi_azure_native/network/v20231101/get_private_endpoint.py +279 -0
- pulumi_azure_native/network/v20231101/get_private_link_service.py +292 -0
- pulumi_azure_native/network/v20231101/get_private_link_service_private_endpoint_connection.py +193 -0
- pulumi_azure_native/network/v20231101/get_public_ip_address.py +396 -0
- pulumi_azure_native/network/v20231101/get_public_ip_prefix.py +318 -0
- pulumi_azure_native/network/v20231101/get_route.py +187 -0
- pulumi_azure_native/network/v20231101/get_route_filter.py +201 -0
- pulumi_azure_native/network/v20231101/get_route_filter_rule.py +174 -0
- pulumi_azure_native/network/v20231101/get_route_map.py +175 -0
- pulumi_azure_native/network/v20231101/get_route_table.py +214 -0
- pulumi_azure_native/network/v20231101/get_routing_intent.py +149 -0
- pulumi_azure_native/network/v20231101/get_scope_connection.py +175 -0
- pulumi_azure_native/network/v20231101/get_security_admin_configuration.py +188 -0
- pulumi_azure_native/network/v20231101/get_security_partner_provider.py +196 -0
- pulumi_azure_native/network/v20231101/get_security_rule.py +331 -0
- pulumi_azure_native/network/v20231101/get_service_endpoint_policy.py +240 -0
- pulumi_azure_native/network/v20231101/get_service_endpoint_policy_definition.py +174 -0
- pulumi_azure_native/network/v20231101/get_static_member.py +180 -0
- pulumi_azure_native/network/v20231101/get_subnet.py +401 -0
- pulumi_azure_native/network/v20231101/get_subscription_network_manager_connection.py +152 -0
- pulumi_azure_native/network/v20231101/get_virtual_appliance_site.py +162 -0
- pulumi_azure_native/network/v20231101/get_virtual_hub.py +443 -0
- pulumi_azure_native/network/v20231101/get_virtual_hub_bgp_connection.py +188 -0
- pulumi_azure_native/network/v20231101/get_virtual_hub_ip_configuration.py +188 -0
- pulumi_azure_native/network/v20231101/get_virtual_hub_route_table_v2.py +149 -0
- pulumi_azure_native/network/v20231101/get_virtual_network.py +344 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway.py +482 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_advertised_routes.py +84 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_bgp_peer_status.py +84 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_connection.py +495 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_connection_ike_sas.py +72 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_learned_routes.py +79 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_nat_rule.py +188 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_vpn_profile_package_url.py +72 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_vpnclient_connection_health.py +79 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +169 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_peering.py +383 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_tap.py +222 -0
- pulumi_azure_native/network/v20231101/get_virtual_router.py +227 -0
- pulumi_azure_native/network/v20231101/get_virtual_router_peering.py +161 -0
- pulumi_azure_native/network/v20231101/get_virtual_wan.py +235 -0
- pulumi_azure_native/network/v20231101/get_vpn_connection.py +357 -0
- pulumi_azure_native/network/v20231101/get_vpn_gateway.py +261 -0
- pulumi_azure_native/network/v20231101/get_vpn_link_connection_ike_sas.py +82 -0
- pulumi_azure_native/network/v20231101/get_vpn_server_configuration.py +326 -0
- pulumi_azure_native/network/v20231101/get_vpn_site.py +274 -0
- pulumi_azure_native/network/v20231101/get_web_application_firewall_policy.py +248 -0
- pulumi_azure_native/network/v20231101/hub_route_table.py +313 -0
- pulumi_azure_native/network/v20231101/hub_virtual_network_connection.py +371 -0
- pulumi_azure_native/network/v20231101/inbound_nat_rule.py +536 -0
- pulumi_azure_native/network/v20231101/ip_allocation.py +431 -0
- pulumi_azure_native/network/v20231101/ip_group.py +301 -0
- pulumi_azure_native/network/v20231101/list_active_connectivity_configurations.py +107 -0
- pulumi_azure_native/network/v20231101/list_active_security_admin_rules.py +107 -0
- pulumi_azure_native/network/v20231101/list_firewall_policy_idps_signature.py +119 -0
- pulumi_azure_native/network/v20231101/list_firewall_policy_idps_signatures_filter_value.py +83 -0
- pulumi_azure_native/network/v20231101/list_network_manager_deployment_status.py +113 -0
- pulumi_azure_native/network/v20231101/list_network_manager_effective_connectivity_configurations.py +102 -0
- pulumi_azure_native/network/v20231101/list_network_manager_effective_security_admin_rules.py +102 -0
- pulumi_azure_native/network/v20231101/load_balancer.py +531 -0
- pulumi_azure_native/network/v20231101/load_balancer_backend_address_pool.py +460 -0
- pulumi_azure_native/network/v20231101/local_network_gateway.py +379 -0
- pulumi_azure_native/network/v20231101/management_group_network_manager_connection.py +232 -0
- pulumi_azure_native/network/v20231101/nat_gateway.py +419 -0
- pulumi_azure_native/network/v20231101/nat_rule.py +391 -0
- pulumi_azure_native/network/v20231101/network_group.py +244 -0
- pulumi_azure_native/network/v20231101/network_interface.py +721 -0
- pulumi_azure_native/network/v20231101/network_interface_tap_configuration.py +265 -0
- pulumi_azure_native/network/v20231101/network_manager.py +363 -0
- pulumi_azure_native/network/v20231101/network_profile.py +303 -0
- pulumi_azure_native/network/v20231101/network_security_group.py +365 -0
- pulumi_azure_native/network/v20231101/network_virtual_appliance.py +672 -0
- pulumi_azure_native/network/v20231101/network_virtual_appliance_connection.py +361 -0
- pulumi_azure_native/network/v20231101/network_watcher.py +251 -0
- pulumi_azure_native/network/v20231101/outputs.py +30957 -0
- pulumi_azure_native/network/v20231101/p2s_vpn_gateway.py +438 -0
- pulumi_azure_native/network/v20231101/packet_capture.py +491 -0
- pulumi_azure_native/network/v20231101/private_dns_zone_group.py +254 -0
- pulumi_azure_native/network/v20231101/private_endpoint.py +496 -0
- pulumi_azure_native/network/v20231101/private_link_service.py +487 -0
- pulumi_azure_native/network/v20231101/private_link_service_private_endpoint_connection.py +294 -0
- pulumi_azure_native/network/v20231101/public_ip_address.py +738 -0
- pulumi_azure_native/network/v20231101/public_ip_prefix.py +526 -0
- pulumi_azure_native/network/v20231101/route.py +370 -0
- pulumi_azure_native/network/v20231101/route_filter.py +306 -0
- pulumi_azure_native/network/v20231101/route_filter_rule.py +343 -0
- pulumi_azure_native/network/v20231101/route_map.py +304 -0
- pulumi_azure_native/network/v20231101/route_table.py +335 -0
- pulumi_azure_native/network/v20231101/routing_intent.py +264 -0
- pulumi_azure_native/network/v20231101/scope_connection.py +282 -0
- pulumi_azure_native/network/v20231101/security_admin_configuration.py +274 -0
- pulumi_azure_native/network/v20231101/security_partner_provider.py +322 -0
- pulumi_azure_native/network/v20231101/security_rule.py +694 -0
- pulumi_azure_native/network/v20231101/service_endpoint_policy.py +373 -0
- pulumi_azure_native/network/v20231101/service_endpoint_policy_definition.py +339 -0
- pulumi_azure_native/network/v20231101/static_member.py +265 -0
- pulumi_azure_native/network/v20231101/subnet.py +729 -0
- pulumi_azure_native/network/v20231101/subscription_network_manager_connection.py +211 -0
- pulumi_azure_native/network/v20231101/virtual_appliance_site.py +293 -0
- pulumi_azure_native/network/v20231101/virtual_hub.py +800 -0
- pulumi_azure_native/network/v20231101/virtual_hub_bgp_connection.py +332 -0
- pulumi_azure_native/network/v20231101/virtual_hub_ip_configuration.py +352 -0
- pulumi_azure_native/network/v20231101/virtual_hub_route_table_v2.py +283 -0
- pulumi_azure_native/network/v20231101/virtual_network.py +636 -0
- pulumi_azure_native/network/v20231101/virtual_network_gateway.py +944 -0
- pulumi_azure_native/network/v20231101/virtual_network_gateway_connection.py +915 -0
- pulumi_azure_native/network/v20231101/virtual_network_gateway_nat_rule.py +371 -0
- pulumi_azure_native/network/v20231101/virtual_network_peering.py +788 -0
- pulumi_azure_native/network/v20231101/virtual_network_tap.py +361 -0
- pulumi_azure_native/network/v20231101/virtual_router.py +379 -0
- pulumi_azure_native/network/v20231101/virtual_router_peering.py +291 -0
- pulumi_azure_native/network/v20231101/virtual_wan.py +388 -0
- pulumi_azure_native/network/v20231101/vpn_connection.py +691 -0
- pulumi_azure_native/network/v20231101/vpn_gateway.py +473 -0
- pulumi_azure_native/network/v20231101/vpn_server_configuration.py +634 -0
- pulumi_azure_native/network/v20231101/vpn_site.py +514 -0
- pulumi_azure_native/network/v20231101/web_application_firewall_policy.py +382 -0
- pulumi_azure_native/network/v20240201/_inputs.py +2 -4
- pulumi_azure_native/network/v20240201/outputs.py +2 -4
- pulumi_azure_native/network/virtual_appliance_site.py +3 -3
- pulumi_azure_native/network/virtual_hub.py +3 -3
- pulumi_azure_native/network/virtual_hub_bgp_connection.py +3 -3
- pulumi_azure_native/network/virtual_hub_ip_configuration.py +3 -3
- pulumi_azure_native/network/virtual_hub_route_table_v2.py +3 -3
- pulumi_azure_native/network/virtual_network.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway_connection.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway_nat_rule.py +3 -3
- pulumi_azure_native/network/virtual_network_peering.py +3 -3
- pulumi_azure_native/network/virtual_network_tap.py +3 -3
- pulumi_azure_native/network/virtual_router.py +3 -3
- pulumi_azure_native/network/virtual_router_peering.py +3 -3
- pulumi_azure_native/network/virtual_wan.py +3 -3
- pulumi_azure_native/network/vpn_connection.py +3 -3
- pulumi_azure_native/network/vpn_gateway.py +3 -3
- pulumi_azure_native/network/vpn_server_configuration.py +3 -3
- pulumi_azure_native/network/vpn_site.py +3 -3
- pulumi_azure_native/network/web_application_firewall_policy.py +3 -3
- 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/__init__.py +12 -0
- pulumi_azure_native/videoindexer/v20240401preview/_enums.py +19 -0
- pulumi_azure_native/videoindexer/v20240401preview/_inputs.py +137 -0
- pulumi_azure_native/videoindexer/v20240401preview/account.py +383 -0
- pulumi_azure_native/videoindexer/v20240401preview/get_account.py +248 -0
- pulumi_azure_native/videoindexer/v20240401preview/outputs.py +368 -0
- {pulumi_azure_native-2.36.1a1712722234.dist-info → pulumi_azure_native-2.36.1a1713161317.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.36.1a1712722234.dist-info → pulumi_azure_native-2.36.1a1713161317.dist-info}/RECORD +1055 -804
- {pulumi_azure_native-2.36.1a1712722234.dist-info → pulumi_azure_native-2.36.1a1713161317.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.36.1a1712722234.dist-info → pulumi_azure_native-2.36.1a1713161317.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1430 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
from ._enums import *
|
|
13
|
+
|
|
14
|
+
__all__ = [
|
|
15
|
+
'CaptureDescriptionResponse',
|
|
16
|
+
'CaptureIdentityResponse',
|
|
17
|
+
'ClusterSkuResponse',
|
|
18
|
+
'ConnectionStateResponse',
|
|
19
|
+
'DestinationResponse',
|
|
20
|
+
'EncryptionResponse',
|
|
21
|
+
'GeoDataReplicationPropertiesResponse',
|
|
22
|
+
'IdentityResponse',
|
|
23
|
+
'KeyVaultPropertiesResponse',
|
|
24
|
+
'NWRuleSetIpRulesResponse',
|
|
25
|
+
'NWRuleSetVirtualNetworkRulesResponse',
|
|
26
|
+
'NamespaceReplicaLocationResponse',
|
|
27
|
+
'PrivateEndpointConnectionResponse',
|
|
28
|
+
'PrivateEndpointResponse',
|
|
29
|
+
'RetentionDescriptionResponse',
|
|
30
|
+
'SkuResponse',
|
|
31
|
+
'SubnetResponse',
|
|
32
|
+
'SystemDataResponse',
|
|
33
|
+
'ThrottlingPolicyResponse',
|
|
34
|
+
'UserAssignedIdentityPropertiesResponse',
|
|
35
|
+
'UserAssignedIdentityResponse',
|
|
36
|
+
]
|
|
37
|
+
|
|
38
|
+
@pulumi.output_type
|
|
39
|
+
class CaptureDescriptionResponse(dict):
|
|
40
|
+
"""
|
|
41
|
+
Properties to configure capture description for eventhub
|
|
42
|
+
"""
|
|
43
|
+
@staticmethod
|
|
44
|
+
def __key_warning(key: str):
|
|
45
|
+
suggest = None
|
|
46
|
+
if key == "intervalInSeconds":
|
|
47
|
+
suggest = "interval_in_seconds"
|
|
48
|
+
elif key == "sizeLimitInBytes":
|
|
49
|
+
suggest = "size_limit_in_bytes"
|
|
50
|
+
elif key == "skipEmptyArchives":
|
|
51
|
+
suggest = "skip_empty_archives"
|
|
52
|
+
|
|
53
|
+
if suggest:
|
|
54
|
+
pulumi.log.warn(f"Key '{key}' not found in CaptureDescriptionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
55
|
+
|
|
56
|
+
def __getitem__(self, key: str) -> Any:
|
|
57
|
+
CaptureDescriptionResponse.__key_warning(key)
|
|
58
|
+
return super().__getitem__(key)
|
|
59
|
+
|
|
60
|
+
def get(self, key: str, default = None) -> Any:
|
|
61
|
+
CaptureDescriptionResponse.__key_warning(key)
|
|
62
|
+
return super().get(key, default)
|
|
63
|
+
|
|
64
|
+
def __init__(__self__, *,
|
|
65
|
+
destination: Optional['outputs.DestinationResponse'] = None,
|
|
66
|
+
enabled: Optional[bool] = None,
|
|
67
|
+
encoding: Optional[str] = None,
|
|
68
|
+
interval_in_seconds: Optional[int] = None,
|
|
69
|
+
size_limit_in_bytes: Optional[int] = None,
|
|
70
|
+
skip_empty_archives: Optional[bool] = None):
|
|
71
|
+
"""
|
|
72
|
+
Properties to configure capture description for eventhub
|
|
73
|
+
:param 'DestinationResponse' destination: Properties of Destination where capture will be stored. (Storage Account, Blob Names)
|
|
74
|
+
:param bool enabled: A value that indicates whether capture description is enabled.
|
|
75
|
+
:param str encoding: Enumerates the possible values for the encoding format of capture description. Note: 'AvroDeflate' will be deprecated in New API Version
|
|
76
|
+
:param int interval_in_seconds: The time window allows you to set the frequency with which the capture to Azure Blobs will happen, value should between 60 to 900 seconds
|
|
77
|
+
:param int size_limit_in_bytes: The size window defines the amount of data built up in your Event Hub before an capture operation, value should be between 10485760 to 524288000 bytes
|
|
78
|
+
:param bool skip_empty_archives: A value that indicates whether to Skip Empty Archives
|
|
79
|
+
"""
|
|
80
|
+
if destination is not None:
|
|
81
|
+
pulumi.set(__self__, "destination", destination)
|
|
82
|
+
if enabled is not None:
|
|
83
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
84
|
+
if encoding is not None:
|
|
85
|
+
pulumi.set(__self__, "encoding", encoding)
|
|
86
|
+
if interval_in_seconds is not None:
|
|
87
|
+
pulumi.set(__self__, "interval_in_seconds", interval_in_seconds)
|
|
88
|
+
if size_limit_in_bytes is not None:
|
|
89
|
+
pulumi.set(__self__, "size_limit_in_bytes", size_limit_in_bytes)
|
|
90
|
+
if skip_empty_archives is not None:
|
|
91
|
+
pulumi.set(__self__, "skip_empty_archives", skip_empty_archives)
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter
|
|
95
|
+
def destination(self) -> Optional['outputs.DestinationResponse']:
|
|
96
|
+
"""
|
|
97
|
+
Properties of Destination where capture will be stored. (Storage Account, Blob Names)
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "destination")
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
@pulumi.getter
|
|
103
|
+
def enabled(self) -> Optional[bool]:
|
|
104
|
+
"""
|
|
105
|
+
A value that indicates whether capture description is enabled.
|
|
106
|
+
"""
|
|
107
|
+
return pulumi.get(self, "enabled")
|
|
108
|
+
|
|
109
|
+
@property
|
|
110
|
+
@pulumi.getter
|
|
111
|
+
def encoding(self) -> Optional[str]:
|
|
112
|
+
"""
|
|
113
|
+
Enumerates the possible values for the encoding format of capture description. Note: 'AvroDeflate' will be deprecated in New API Version
|
|
114
|
+
"""
|
|
115
|
+
return pulumi.get(self, "encoding")
|
|
116
|
+
|
|
117
|
+
@property
|
|
118
|
+
@pulumi.getter(name="intervalInSeconds")
|
|
119
|
+
def interval_in_seconds(self) -> Optional[int]:
|
|
120
|
+
"""
|
|
121
|
+
The time window allows you to set the frequency with which the capture to Azure Blobs will happen, value should between 60 to 900 seconds
|
|
122
|
+
"""
|
|
123
|
+
return pulumi.get(self, "interval_in_seconds")
|
|
124
|
+
|
|
125
|
+
@property
|
|
126
|
+
@pulumi.getter(name="sizeLimitInBytes")
|
|
127
|
+
def size_limit_in_bytes(self) -> Optional[int]:
|
|
128
|
+
"""
|
|
129
|
+
The size window defines the amount of data built up in your Event Hub before an capture operation, value should be between 10485760 to 524288000 bytes
|
|
130
|
+
"""
|
|
131
|
+
return pulumi.get(self, "size_limit_in_bytes")
|
|
132
|
+
|
|
133
|
+
@property
|
|
134
|
+
@pulumi.getter(name="skipEmptyArchives")
|
|
135
|
+
def skip_empty_archives(self) -> Optional[bool]:
|
|
136
|
+
"""
|
|
137
|
+
A value that indicates whether to Skip Empty Archives
|
|
138
|
+
"""
|
|
139
|
+
return pulumi.get(self, "skip_empty_archives")
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
@pulumi.output_type
|
|
143
|
+
class CaptureIdentityResponse(dict):
|
|
144
|
+
"""
|
|
145
|
+
A value that indicates whether capture description is enabled.
|
|
146
|
+
"""
|
|
147
|
+
@staticmethod
|
|
148
|
+
def __key_warning(key: str):
|
|
149
|
+
suggest = None
|
|
150
|
+
if key == "userAssignedIdentity":
|
|
151
|
+
suggest = "user_assigned_identity"
|
|
152
|
+
|
|
153
|
+
if suggest:
|
|
154
|
+
pulumi.log.warn(f"Key '{key}' not found in CaptureIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
155
|
+
|
|
156
|
+
def __getitem__(self, key: str) -> Any:
|
|
157
|
+
CaptureIdentityResponse.__key_warning(key)
|
|
158
|
+
return super().__getitem__(key)
|
|
159
|
+
|
|
160
|
+
def get(self, key: str, default = None) -> Any:
|
|
161
|
+
CaptureIdentityResponse.__key_warning(key)
|
|
162
|
+
return super().get(key, default)
|
|
163
|
+
|
|
164
|
+
def __init__(__self__, *,
|
|
165
|
+
type: Optional[str] = None,
|
|
166
|
+
user_assigned_identity: Optional[str] = None):
|
|
167
|
+
"""
|
|
168
|
+
A value that indicates whether capture description is enabled.
|
|
169
|
+
:param str type: Type of Azure Active Directory Managed Identity.
|
|
170
|
+
:param str user_assigned_identity: ARM ID of Managed User Identity. This property is required is the type is UserAssignedIdentity. If type is SystemAssigned, then the System Assigned Identity Associated with the namespace will be used.
|
|
171
|
+
"""
|
|
172
|
+
if type is not None:
|
|
173
|
+
pulumi.set(__self__, "type", type)
|
|
174
|
+
if user_assigned_identity is not None:
|
|
175
|
+
pulumi.set(__self__, "user_assigned_identity", user_assigned_identity)
|
|
176
|
+
|
|
177
|
+
@property
|
|
178
|
+
@pulumi.getter
|
|
179
|
+
def type(self) -> Optional[str]:
|
|
180
|
+
"""
|
|
181
|
+
Type of Azure Active Directory Managed Identity.
|
|
182
|
+
"""
|
|
183
|
+
return pulumi.get(self, "type")
|
|
184
|
+
|
|
185
|
+
@property
|
|
186
|
+
@pulumi.getter(name="userAssignedIdentity")
|
|
187
|
+
def user_assigned_identity(self) -> Optional[str]:
|
|
188
|
+
"""
|
|
189
|
+
ARM ID of Managed User Identity. This property is required is the type is UserAssignedIdentity. If type is SystemAssigned, then the System Assigned Identity Associated with the namespace will be used.
|
|
190
|
+
"""
|
|
191
|
+
return pulumi.get(self, "user_assigned_identity")
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
@pulumi.output_type
|
|
195
|
+
class ClusterSkuResponse(dict):
|
|
196
|
+
"""
|
|
197
|
+
SKU parameters particular to a cluster instance.
|
|
198
|
+
"""
|
|
199
|
+
def __init__(__self__, *,
|
|
200
|
+
name: str,
|
|
201
|
+
capacity: Optional[int] = None):
|
|
202
|
+
"""
|
|
203
|
+
SKU parameters particular to a cluster instance.
|
|
204
|
+
:param str name: Name of this SKU.
|
|
205
|
+
:param int capacity: The quantity of Event Hubs Cluster Capacity Units contained in this cluster.
|
|
206
|
+
"""
|
|
207
|
+
pulumi.set(__self__, "name", name)
|
|
208
|
+
if capacity is not None:
|
|
209
|
+
pulumi.set(__self__, "capacity", capacity)
|
|
210
|
+
|
|
211
|
+
@property
|
|
212
|
+
@pulumi.getter
|
|
213
|
+
def name(self) -> str:
|
|
214
|
+
"""
|
|
215
|
+
Name of this SKU.
|
|
216
|
+
"""
|
|
217
|
+
return pulumi.get(self, "name")
|
|
218
|
+
|
|
219
|
+
@property
|
|
220
|
+
@pulumi.getter
|
|
221
|
+
def capacity(self) -> Optional[int]:
|
|
222
|
+
"""
|
|
223
|
+
The quantity of Event Hubs Cluster Capacity Units contained in this cluster.
|
|
224
|
+
"""
|
|
225
|
+
return pulumi.get(self, "capacity")
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
@pulumi.output_type
|
|
229
|
+
class ConnectionStateResponse(dict):
|
|
230
|
+
"""
|
|
231
|
+
ConnectionState information.
|
|
232
|
+
"""
|
|
233
|
+
def __init__(__self__, *,
|
|
234
|
+
description: Optional[str] = None,
|
|
235
|
+
status: Optional[str] = None):
|
|
236
|
+
"""
|
|
237
|
+
ConnectionState information.
|
|
238
|
+
:param str description: Description of the connection state.
|
|
239
|
+
:param str status: Status of the connection.
|
|
240
|
+
"""
|
|
241
|
+
if description is not None:
|
|
242
|
+
pulumi.set(__self__, "description", description)
|
|
243
|
+
if status is not None:
|
|
244
|
+
pulumi.set(__self__, "status", status)
|
|
245
|
+
|
|
246
|
+
@property
|
|
247
|
+
@pulumi.getter
|
|
248
|
+
def description(self) -> Optional[str]:
|
|
249
|
+
"""
|
|
250
|
+
Description of the connection state.
|
|
251
|
+
"""
|
|
252
|
+
return pulumi.get(self, "description")
|
|
253
|
+
|
|
254
|
+
@property
|
|
255
|
+
@pulumi.getter
|
|
256
|
+
def status(self) -> Optional[str]:
|
|
257
|
+
"""
|
|
258
|
+
Status of the connection.
|
|
259
|
+
"""
|
|
260
|
+
return pulumi.get(self, "status")
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
@pulumi.output_type
|
|
264
|
+
class DestinationResponse(dict):
|
|
265
|
+
"""
|
|
266
|
+
Capture storage details for capture description
|
|
267
|
+
"""
|
|
268
|
+
@staticmethod
|
|
269
|
+
def __key_warning(key: str):
|
|
270
|
+
suggest = None
|
|
271
|
+
if key == "archiveNameFormat":
|
|
272
|
+
suggest = "archive_name_format"
|
|
273
|
+
elif key == "blobContainer":
|
|
274
|
+
suggest = "blob_container"
|
|
275
|
+
elif key == "dataLakeAccountName":
|
|
276
|
+
suggest = "data_lake_account_name"
|
|
277
|
+
elif key == "dataLakeFolderPath":
|
|
278
|
+
suggest = "data_lake_folder_path"
|
|
279
|
+
elif key == "dataLakeSubscriptionId":
|
|
280
|
+
suggest = "data_lake_subscription_id"
|
|
281
|
+
elif key == "storageAccountResourceId":
|
|
282
|
+
suggest = "storage_account_resource_id"
|
|
283
|
+
|
|
284
|
+
if suggest:
|
|
285
|
+
pulumi.log.warn(f"Key '{key}' not found in DestinationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
286
|
+
|
|
287
|
+
def __getitem__(self, key: str) -> Any:
|
|
288
|
+
DestinationResponse.__key_warning(key)
|
|
289
|
+
return super().__getitem__(key)
|
|
290
|
+
|
|
291
|
+
def get(self, key: str, default = None) -> Any:
|
|
292
|
+
DestinationResponse.__key_warning(key)
|
|
293
|
+
return super().get(key, default)
|
|
294
|
+
|
|
295
|
+
def __init__(__self__, *,
|
|
296
|
+
archive_name_format: Optional[str] = None,
|
|
297
|
+
blob_container: Optional[str] = None,
|
|
298
|
+
data_lake_account_name: Optional[str] = None,
|
|
299
|
+
data_lake_folder_path: Optional[str] = None,
|
|
300
|
+
data_lake_subscription_id: Optional[str] = None,
|
|
301
|
+
identity: Optional['outputs.CaptureIdentityResponse'] = None,
|
|
302
|
+
name: Optional[str] = None,
|
|
303
|
+
storage_account_resource_id: Optional[str] = None):
|
|
304
|
+
"""
|
|
305
|
+
Capture storage details for capture description
|
|
306
|
+
:param str archive_name_format: Blob naming convention for archive, e.g. {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}. Here all the parameters (Namespace,EventHub .. etc) are mandatory irrespective of order
|
|
307
|
+
:param str blob_container: Blob container Name
|
|
308
|
+
:param str data_lake_account_name: The Azure Data Lake Store name for the captured events
|
|
309
|
+
:param str data_lake_folder_path: The destination folder path for the captured events
|
|
310
|
+
:param str data_lake_subscription_id: Subscription Id of Azure Data Lake Store
|
|
311
|
+
:param 'CaptureIdentityResponse' identity: A value that indicates whether capture description is enabled.
|
|
312
|
+
:param str name: Name for capture destination
|
|
313
|
+
:param str storage_account_resource_id: Resource id of the storage account to be used to create the blobs
|
|
314
|
+
"""
|
|
315
|
+
if archive_name_format is not None:
|
|
316
|
+
pulumi.set(__self__, "archive_name_format", archive_name_format)
|
|
317
|
+
if blob_container is not None:
|
|
318
|
+
pulumi.set(__self__, "blob_container", blob_container)
|
|
319
|
+
if data_lake_account_name is not None:
|
|
320
|
+
pulumi.set(__self__, "data_lake_account_name", data_lake_account_name)
|
|
321
|
+
if data_lake_folder_path is not None:
|
|
322
|
+
pulumi.set(__self__, "data_lake_folder_path", data_lake_folder_path)
|
|
323
|
+
if data_lake_subscription_id is not None:
|
|
324
|
+
pulumi.set(__self__, "data_lake_subscription_id", data_lake_subscription_id)
|
|
325
|
+
if identity is not None:
|
|
326
|
+
pulumi.set(__self__, "identity", identity)
|
|
327
|
+
if name is not None:
|
|
328
|
+
pulumi.set(__self__, "name", name)
|
|
329
|
+
if storage_account_resource_id is not None:
|
|
330
|
+
pulumi.set(__self__, "storage_account_resource_id", storage_account_resource_id)
|
|
331
|
+
|
|
332
|
+
@property
|
|
333
|
+
@pulumi.getter(name="archiveNameFormat")
|
|
334
|
+
def archive_name_format(self) -> Optional[str]:
|
|
335
|
+
"""
|
|
336
|
+
Blob naming convention for archive, e.g. {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}. Here all the parameters (Namespace,EventHub .. etc) are mandatory irrespective of order
|
|
337
|
+
"""
|
|
338
|
+
return pulumi.get(self, "archive_name_format")
|
|
339
|
+
|
|
340
|
+
@property
|
|
341
|
+
@pulumi.getter(name="blobContainer")
|
|
342
|
+
def blob_container(self) -> Optional[str]:
|
|
343
|
+
"""
|
|
344
|
+
Blob container Name
|
|
345
|
+
"""
|
|
346
|
+
return pulumi.get(self, "blob_container")
|
|
347
|
+
|
|
348
|
+
@property
|
|
349
|
+
@pulumi.getter(name="dataLakeAccountName")
|
|
350
|
+
def data_lake_account_name(self) -> Optional[str]:
|
|
351
|
+
"""
|
|
352
|
+
The Azure Data Lake Store name for the captured events
|
|
353
|
+
"""
|
|
354
|
+
return pulumi.get(self, "data_lake_account_name")
|
|
355
|
+
|
|
356
|
+
@property
|
|
357
|
+
@pulumi.getter(name="dataLakeFolderPath")
|
|
358
|
+
def data_lake_folder_path(self) -> Optional[str]:
|
|
359
|
+
"""
|
|
360
|
+
The destination folder path for the captured events
|
|
361
|
+
"""
|
|
362
|
+
return pulumi.get(self, "data_lake_folder_path")
|
|
363
|
+
|
|
364
|
+
@property
|
|
365
|
+
@pulumi.getter(name="dataLakeSubscriptionId")
|
|
366
|
+
def data_lake_subscription_id(self) -> Optional[str]:
|
|
367
|
+
"""
|
|
368
|
+
Subscription Id of Azure Data Lake Store
|
|
369
|
+
"""
|
|
370
|
+
return pulumi.get(self, "data_lake_subscription_id")
|
|
371
|
+
|
|
372
|
+
@property
|
|
373
|
+
@pulumi.getter
|
|
374
|
+
def identity(self) -> Optional['outputs.CaptureIdentityResponse']:
|
|
375
|
+
"""
|
|
376
|
+
A value that indicates whether capture description is enabled.
|
|
377
|
+
"""
|
|
378
|
+
return pulumi.get(self, "identity")
|
|
379
|
+
|
|
380
|
+
@property
|
|
381
|
+
@pulumi.getter
|
|
382
|
+
def name(self) -> Optional[str]:
|
|
383
|
+
"""
|
|
384
|
+
Name for capture destination
|
|
385
|
+
"""
|
|
386
|
+
return pulumi.get(self, "name")
|
|
387
|
+
|
|
388
|
+
@property
|
|
389
|
+
@pulumi.getter(name="storageAccountResourceId")
|
|
390
|
+
def storage_account_resource_id(self) -> Optional[str]:
|
|
391
|
+
"""
|
|
392
|
+
Resource id of the storage account to be used to create the blobs
|
|
393
|
+
"""
|
|
394
|
+
return pulumi.get(self, "storage_account_resource_id")
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
@pulumi.output_type
|
|
398
|
+
class EncryptionResponse(dict):
|
|
399
|
+
"""
|
|
400
|
+
Properties to configure Encryption
|
|
401
|
+
"""
|
|
402
|
+
@staticmethod
|
|
403
|
+
def __key_warning(key: str):
|
|
404
|
+
suggest = None
|
|
405
|
+
if key == "keySource":
|
|
406
|
+
suggest = "key_source"
|
|
407
|
+
elif key == "keyVaultProperties":
|
|
408
|
+
suggest = "key_vault_properties"
|
|
409
|
+
elif key == "requireInfrastructureEncryption":
|
|
410
|
+
suggest = "require_infrastructure_encryption"
|
|
411
|
+
|
|
412
|
+
if suggest:
|
|
413
|
+
pulumi.log.warn(f"Key '{key}' not found in EncryptionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
414
|
+
|
|
415
|
+
def __getitem__(self, key: str) -> Any:
|
|
416
|
+
EncryptionResponse.__key_warning(key)
|
|
417
|
+
return super().__getitem__(key)
|
|
418
|
+
|
|
419
|
+
def get(self, key: str, default = None) -> Any:
|
|
420
|
+
EncryptionResponse.__key_warning(key)
|
|
421
|
+
return super().get(key, default)
|
|
422
|
+
|
|
423
|
+
def __init__(__self__, *,
|
|
424
|
+
key_source: Optional[str] = None,
|
|
425
|
+
key_vault_properties: Optional[Sequence['outputs.KeyVaultPropertiesResponse']] = None,
|
|
426
|
+
require_infrastructure_encryption: Optional[bool] = None):
|
|
427
|
+
"""
|
|
428
|
+
Properties to configure Encryption
|
|
429
|
+
:param str key_source: Enumerates the possible value of keySource for Encryption
|
|
430
|
+
:param Sequence['KeyVaultPropertiesResponse'] key_vault_properties: Properties of KeyVault
|
|
431
|
+
:param bool require_infrastructure_encryption: Enable Infrastructure Encryption (Double Encryption)
|
|
432
|
+
"""
|
|
433
|
+
if key_source is None:
|
|
434
|
+
key_source = 'Microsoft.KeyVault'
|
|
435
|
+
if key_source is not None:
|
|
436
|
+
pulumi.set(__self__, "key_source", key_source)
|
|
437
|
+
if key_vault_properties is not None:
|
|
438
|
+
pulumi.set(__self__, "key_vault_properties", key_vault_properties)
|
|
439
|
+
if require_infrastructure_encryption is not None:
|
|
440
|
+
pulumi.set(__self__, "require_infrastructure_encryption", require_infrastructure_encryption)
|
|
441
|
+
|
|
442
|
+
@property
|
|
443
|
+
@pulumi.getter(name="keySource")
|
|
444
|
+
def key_source(self) -> Optional[str]:
|
|
445
|
+
"""
|
|
446
|
+
Enumerates the possible value of keySource for Encryption
|
|
447
|
+
"""
|
|
448
|
+
return pulumi.get(self, "key_source")
|
|
449
|
+
|
|
450
|
+
@property
|
|
451
|
+
@pulumi.getter(name="keyVaultProperties")
|
|
452
|
+
def key_vault_properties(self) -> Optional[Sequence['outputs.KeyVaultPropertiesResponse']]:
|
|
453
|
+
"""
|
|
454
|
+
Properties of KeyVault
|
|
455
|
+
"""
|
|
456
|
+
return pulumi.get(self, "key_vault_properties")
|
|
457
|
+
|
|
458
|
+
@property
|
|
459
|
+
@pulumi.getter(name="requireInfrastructureEncryption")
|
|
460
|
+
def require_infrastructure_encryption(self) -> Optional[bool]:
|
|
461
|
+
"""
|
|
462
|
+
Enable Infrastructure Encryption (Double Encryption)
|
|
463
|
+
"""
|
|
464
|
+
return pulumi.get(self, "require_infrastructure_encryption")
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
@pulumi.output_type
|
|
468
|
+
class GeoDataReplicationPropertiesResponse(dict):
|
|
469
|
+
"""
|
|
470
|
+
GeoDR Replication properties
|
|
471
|
+
"""
|
|
472
|
+
@staticmethod
|
|
473
|
+
def __key_warning(key: str):
|
|
474
|
+
suggest = None
|
|
475
|
+
if key == "maxReplicationLagDurationInSeconds":
|
|
476
|
+
suggest = "max_replication_lag_duration_in_seconds"
|
|
477
|
+
|
|
478
|
+
if suggest:
|
|
479
|
+
pulumi.log.warn(f"Key '{key}' not found in GeoDataReplicationPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
480
|
+
|
|
481
|
+
def __getitem__(self, key: str) -> Any:
|
|
482
|
+
GeoDataReplicationPropertiesResponse.__key_warning(key)
|
|
483
|
+
return super().__getitem__(key)
|
|
484
|
+
|
|
485
|
+
def get(self, key: str, default = None) -> Any:
|
|
486
|
+
GeoDataReplicationPropertiesResponse.__key_warning(key)
|
|
487
|
+
return super().get(key, default)
|
|
488
|
+
|
|
489
|
+
def __init__(__self__, *,
|
|
490
|
+
locations: Optional[Sequence['outputs.NamespaceReplicaLocationResponse']] = None,
|
|
491
|
+
max_replication_lag_duration_in_seconds: Optional[int] = None):
|
|
492
|
+
"""
|
|
493
|
+
GeoDR Replication properties
|
|
494
|
+
:param Sequence['NamespaceReplicaLocationResponse'] locations: A list of regions where replicas of the namespace are maintained.
|
|
495
|
+
:param int max_replication_lag_duration_in_seconds: The maximum acceptable lag for data replication operations from the primary replica to a quorum of secondary replicas. When the lag exceeds the configured amount, operations on the primary replica will be failed. The allowed values are 0 and 5 minutes to 1 day.
|
|
496
|
+
"""
|
|
497
|
+
if locations is not None:
|
|
498
|
+
pulumi.set(__self__, "locations", locations)
|
|
499
|
+
if max_replication_lag_duration_in_seconds is not None:
|
|
500
|
+
pulumi.set(__self__, "max_replication_lag_duration_in_seconds", max_replication_lag_duration_in_seconds)
|
|
501
|
+
|
|
502
|
+
@property
|
|
503
|
+
@pulumi.getter
|
|
504
|
+
def locations(self) -> Optional[Sequence['outputs.NamespaceReplicaLocationResponse']]:
|
|
505
|
+
"""
|
|
506
|
+
A list of regions where replicas of the namespace are maintained.
|
|
507
|
+
"""
|
|
508
|
+
return pulumi.get(self, "locations")
|
|
509
|
+
|
|
510
|
+
@property
|
|
511
|
+
@pulumi.getter(name="maxReplicationLagDurationInSeconds")
|
|
512
|
+
def max_replication_lag_duration_in_seconds(self) -> Optional[int]:
|
|
513
|
+
"""
|
|
514
|
+
The maximum acceptable lag for data replication operations from the primary replica to a quorum of secondary replicas. When the lag exceeds the configured amount, operations on the primary replica will be failed. The allowed values are 0 and 5 minutes to 1 day.
|
|
515
|
+
"""
|
|
516
|
+
return pulumi.get(self, "max_replication_lag_duration_in_seconds")
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
@pulumi.output_type
|
|
520
|
+
class IdentityResponse(dict):
|
|
521
|
+
"""
|
|
522
|
+
Properties to configure Identity for Bring your Own Keys
|
|
523
|
+
"""
|
|
524
|
+
@staticmethod
|
|
525
|
+
def __key_warning(key: str):
|
|
526
|
+
suggest = None
|
|
527
|
+
if key == "principalId":
|
|
528
|
+
suggest = "principal_id"
|
|
529
|
+
elif key == "tenantId":
|
|
530
|
+
suggest = "tenant_id"
|
|
531
|
+
elif key == "userAssignedIdentities":
|
|
532
|
+
suggest = "user_assigned_identities"
|
|
533
|
+
|
|
534
|
+
if suggest:
|
|
535
|
+
pulumi.log.warn(f"Key '{key}' not found in IdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
536
|
+
|
|
537
|
+
def __getitem__(self, key: str) -> Any:
|
|
538
|
+
IdentityResponse.__key_warning(key)
|
|
539
|
+
return super().__getitem__(key)
|
|
540
|
+
|
|
541
|
+
def get(self, key: str, default = None) -> Any:
|
|
542
|
+
IdentityResponse.__key_warning(key)
|
|
543
|
+
return super().get(key, default)
|
|
544
|
+
|
|
545
|
+
def __init__(__self__, *,
|
|
546
|
+
principal_id: str,
|
|
547
|
+
tenant_id: str,
|
|
548
|
+
type: Optional[str] = None,
|
|
549
|
+
user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
|
|
550
|
+
"""
|
|
551
|
+
Properties to configure Identity for Bring your Own Keys
|
|
552
|
+
:param str principal_id: ObjectId from the KeyVault
|
|
553
|
+
:param str tenant_id: TenantId from the KeyVault
|
|
554
|
+
:param str type: Type of managed service identity.
|
|
555
|
+
:param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: Properties for User Assigned Identities
|
|
556
|
+
"""
|
|
557
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
558
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
559
|
+
if type is not None:
|
|
560
|
+
pulumi.set(__self__, "type", type)
|
|
561
|
+
if user_assigned_identities is not None:
|
|
562
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
563
|
+
|
|
564
|
+
@property
|
|
565
|
+
@pulumi.getter(name="principalId")
|
|
566
|
+
def principal_id(self) -> str:
|
|
567
|
+
"""
|
|
568
|
+
ObjectId from the KeyVault
|
|
569
|
+
"""
|
|
570
|
+
return pulumi.get(self, "principal_id")
|
|
571
|
+
|
|
572
|
+
@property
|
|
573
|
+
@pulumi.getter(name="tenantId")
|
|
574
|
+
def tenant_id(self) -> str:
|
|
575
|
+
"""
|
|
576
|
+
TenantId from the KeyVault
|
|
577
|
+
"""
|
|
578
|
+
return pulumi.get(self, "tenant_id")
|
|
579
|
+
|
|
580
|
+
@property
|
|
581
|
+
@pulumi.getter
|
|
582
|
+
def type(self) -> Optional[str]:
|
|
583
|
+
"""
|
|
584
|
+
Type of managed service identity.
|
|
585
|
+
"""
|
|
586
|
+
return pulumi.get(self, "type")
|
|
587
|
+
|
|
588
|
+
@property
|
|
589
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
590
|
+
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
|
|
591
|
+
"""
|
|
592
|
+
Properties for User Assigned Identities
|
|
593
|
+
"""
|
|
594
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
@pulumi.output_type
|
|
598
|
+
class KeyVaultPropertiesResponse(dict):
|
|
599
|
+
"""
|
|
600
|
+
Properties to configure keyVault Properties
|
|
601
|
+
"""
|
|
602
|
+
@staticmethod
|
|
603
|
+
def __key_warning(key: str):
|
|
604
|
+
suggest = None
|
|
605
|
+
if key == "keyName":
|
|
606
|
+
suggest = "key_name"
|
|
607
|
+
elif key == "keyVaultUri":
|
|
608
|
+
suggest = "key_vault_uri"
|
|
609
|
+
elif key == "keyVersion":
|
|
610
|
+
suggest = "key_version"
|
|
611
|
+
|
|
612
|
+
if suggest:
|
|
613
|
+
pulumi.log.warn(f"Key '{key}' not found in KeyVaultPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
614
|
+
|
|
615
|
+
def __getitem__(self, key: str) -> Any:
|
|
616
|
+
KeyVaultPropertiesResponse.__key_warning(key)
|
|
617
|
+
return super().__getitem__(key)
|
|
618
|
+
|
|
619
|
+
def get(self, key: str, default = None) -> Any:
|
|
620
|
+
KeyVaultPropertiesResponse.__key_warning(key)
|
|
621
|
+
return super().get(key, default)
|
|
622
|
+
|
|
623
|
+
def __init__(__self__, *,
|
|
624
|
+
identity: Optional['outputs.UserAssignedIdentityPropertiesResponse'] = None,
|
|
625
|
+
key_name: Optional[str] = None,
|
|
626
|
+
key_vault_uri: Optional[str] = None,
|
|
627
|
+
key_version: Optional[str] = None):
|
|
628
|
+
"""
|
|
629
|
+
Properties to configure keyVault Properties
|
|
630
|
+
:param str key_name: Name of the Key from KeyVault
|
|
631
|
+
:param str key_vault_uri: Uri of KeyVault
|
|
632
|
+
:param str key_version: Key Version
|
|
633
|
+
"""
|
|
634
|
+
if identity is not None:
|
|
635
|
+
pulumi.set(__self__, "identity", identity)
|
|
636
|
+
if key_name is not None:
|
|
637
|
+
pulumi.set(__self__, "key_name", key_name)
|
|
638
|
+
if key_vault_uri is not None:
|
|
639
|
+
pulumi.set(__self__, "key_vault_uri", key_vault_uri)
|
|
640
|
+
if key_version is not None:
|
|
641
|
+
pulumi.set(__self__, "key_version", key_version)
|
|
642
|
+
|
|
643
|
+
@property
|
|
644
|
+
@pulumi.getter
|
|
645
|
+
def identity(self) -> Optional['outputs.UserAssignedIdentityPropertiesResponse']:
|
|
646
|
+
return pulumi.get(self, "identity")
|
|
647
|
+
|
|
648
|
+
@property
|
|
649
|
+
@pulumi.getter(name="keyName")
|
|
650
|
+
def key_name(self) -> Optional[str]:
|
|
651
|
+
"""
|
|
652
|
+
Name of the Key from KeyVault
|
|
653
|
+
"""
|
|
654
|
+
return pulumi.get(self, "key_name")
|
|
655
|
+
|
|
656
|
+
@property
|
|
657
|
+
@pulumi.getter(name="keyVaultUri")
|
|
658
|
+
def key_vault_uri(self) -> Optional[str]:
|
|
659
|
+
"""
|
|
660
|
+
Uri of KeyVault
|
|
661
|
+
"""
|
|
662
|
+
return pulumi.get(self, "key_vault_uri")
|
|
663
|
+
|
|
664
|
+
@property
|
|
665
|
+
@pulumi.getter(name="keyVersion")
|
|
666
|
+
def key_version(self) -> Optional[str]:
|
|
667
|
+
"""
|
|
668
|
+
Key Version
|
|
669
|
+
"""
|
|
670
|
+
return pulumi.get(self, "key_version")
|
|
671
|
+
|
|
672
|
+
|
|
673
|
+
@pulumi.output_type
|
|
674
|
+
class NWRuleSetIpRulesResponse(dict):
|
|
675
|
+
"""
|
|
676
|
+
The response from the List namespace operation.
|
|
677
|
+
"""
|
|
678
|
+
@staticmethod
|
|
679
|
+
def __key_warning(key: str):
|
|
680
|
+
suggest = None
|
|
681
|
+
if key == "ipMask":
|
|
682
|
+
suggest = "ip_mask"
|
|
683
|
+
|
|
684
|
+
if suggest:
|
|
685
|
+
pulumi.log.warn(f"Key '{key}' not found in NWRuleSetIpRulesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
686
|
+
|
|
687
|
+
def __getitem__(self, key: str) -> Any:
|
|
688
|
+
NWRuleSetIpRulesResponse.__key_warning(key)
|
|
689
|
+
return super().__getitem__(key)
|
|
690
|
+
|
|
691
|
+
def get(self, key: str, default = None) -> Any:
|
|
692
|
+
NWRuleSetIpRulesResponse.__key_warning(key)
|
|
693
|
+
return super().get(key, default)
|
|
694
|
+
|
|
695
|
+
def __init__(__self__, *,
|
|
696
|
+
action: Optional[str] = None,
|
|
697
|
+
ip_mask: Optional[str] = None):
|
|
698
|
+
"""
|
|
699
|
+
The response from the List namespace operation.
|
|
700
|
+
:param str action: The IP Filter Action
|
|
701
|
+
:param str ip_mask: IP Mask
|
|
702
|
+
"""
|
|
703
|
+
if action is not None:
|
|
704
|
+
pulumi.set(__self__, "action", action)
|
|
705
|
+
if ip_mask is not None:
|
|
706
|
+
pulumi.set(__self__, "ip_mask", ip_mask)
|
|
707
|
+
|
|
708
|
+
@property
|
|
709
|
+
@pulumi.getter
|
|
710
|
+
def action(self) -> Optional[str]:
|
|
711
|
+
"""
|
|
712
|
+
The IP Filter Action
|
|
713
|
+
"""
|
|
714
|
+
return pulumi.get(self, "action")
|
|
715
|
+
|
|
716
|
+
@property
|
|
717
|
+
@pulumi.getter(name="ipMask")
|
|
718
|
+
def ip_mask(self) -> Optional[str]:
|
|
719
|
+
"""
|
|
720
|
+
IP Mask
|
|
721
|
+
"""
|
|
722
|
+
return pulumi.get(self, "ip_mask")
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
@pulumi.output_type
|
|
726
|
+
class NWRuleSetVirtualNetworkRulesResponse(dict):
|
|
727
|
+
"""
|
|
728
|
+
The response from the List namespace operation.
|
|
729
|
+
"""
|
|
730
|
+
@staticmethod
|
|
731
|
+
def __key_warning(key: str):
|
|
732
|
+
suggest = None
|
|
733
|
+
if key == "ignoreMissingVnetServiceEndpoint":
|
|
734
|
+
suggest = "ignore_missing_vnet_service_endpoint"
|
|
735
|
+
|
|
736
|
+
if suggest:
|
|
737
|
+
pulumi.log.warn(f"Key '{key}' not found in NWRuleSetVirtualNetworkRulesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
738
|
+
|
|
739
|
+
def __getitem__(self, key: str) -> Any:
|
|
740
|
+
NWRuleSetVirtualNetworkRulesResponse.__key_warning(key)
|
|
741
|
+
return super().__getitem__(key)
|
|
742
|
+
|
|
743
|
+
def get(self, key: str, default = None) -> Any:
|
|
744
|
+
NWRuleSetVirtualNetworkRulesResponse.__key_warning(key)
|
|
745
|
+
return super().get(key, default)
|
|
746
|
+
|
|
747
|
+
def __init__(__self__, *,
|
|
748
|
+
ignore_missing_vnet_service_endpoint: Optional[bool] = None,
|
|
749
|
+
subnet: Optional['outputs.SubnetResponse'] = None):
|
|
750
|
+
"""
|
|
751
|
+
The response from the List namespace operation.
|
|
752
|
+
:param bool ignore_missing_vnet_service_endpoint: Value that indicates whether to ignore missing Vnet Service Endpoint
|
|
753
|
+
:param 'SubnetResponse' subnet: Subnet properties
|
|
754
|
+
"""
|
|
755
|
+
if ignore_missing_vnet_service_endpoint is not None:
|
|
756
|
+
pulumi.set(__self__, "ignore_missing_vnet_service_endpoint", ignore_missing_vnet_service_endpoint)
|
|
757
|
+
if subnet is not None:
|
|
758
|
+
pulumi.set(__self__, "subnet", subnet)
|
|
759
|
+
|
|
760
|
+
@property
|
|
761
|
+
@pulumi.getter(name="ignoreMissingVnetServiceEndpoint")
|
|
762
|
+
def ignore_missing_vnet_service_endpoint(self) -> Optional[bool]:
|
|
763
|
+
"""
|
|
764
|
+
Value that indicates whether to ignore missing Vnet Service Endpoint
|
|
765
|
+
"""
|
|
766
|
+
return pulumi.get(self, "ignore_missing_vnet_service_endpoint")
|
|
767
|
+
|
|
768
|
+
@property
|
|
769
|
+
@pulumi.getter
|
|
770
|
+
def subnet(self) -> Optional['outputs.SubnetResponse']:
|
|
771
|
+
"""
|
|
772
|
+
Subnet properties
|
|
773
|
+
"""
|
|
774
|
+
return pulumi.get(self, "subnet")
|
|
775
|
+
|
|
776
|
+
|
|
777
|
+
@pulumi.output_type
|
|
778
|
+
class NamespaceReplicaLocationResponse(dict):
|
|
779
|
+
"""
|
|
780
|
+
Namespace replication properties
|
|
781
|
+
"""
|
|
782
|
+
@staticmethod
|
|
783
|
+
def __key_warning(key: str):
|
|
784
|
+
suggest = None
|
|
785
|
+
if key == "replicaState":
|
|
786
|
+
suggest = "replica_state"
|
|
787
|
+
elif key == "clusterArmId":
|
|
788
|
+
suggest = "cluster_arm_id"
|
|
789
|
+
elif key == "locationName":
|
|
790
|
+
suggest = "location_name"
|
|
791
|
+
elif key == "roleType":
|
|
792
|
+
suggest = "role_type"
|
|
793
|
+
|
|
794
|
+
if suggest:
|
|
795
|
+
pulumi.log.warn(f"Key '{key}' not found in NamespaceReplicaLocationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
796
|
+
|
|
797
|
+
def __getitem__(self, key: str) -> Any:
|
|
798
|
+
NamespaceReplicaLocationResponse.__key_warning(key)
|
|
799
|
+
return super().__getitem__(key)
|
|
800
|
+
|
|
801
|
+
def get(self, key: str, default = None) -> Any:
|
|
802
|
+
NamespaceReplicaLocationResponse.__key_warning(key)
|
|
803
|
+
return super().get(key, default)
|
|
804
|
+
|
|
805
|
+
def __init__(__self__, *,
|
|
806
|
+
replica_state: str,
|
|
807
|
+
cluster_arm_id: Optional[str] = None,
|
|
808
|
+
location_name: Optional[str] = None,
|
|
809
|
+
role_type: Optional[str] = None):
|
|
810
|
+
"""
|
|
811
|
+
Namespace replication properties
|
|
812
|
+
:param str replica_state: state of Namespace replica.
|
|
813
|
+
:param str cluster_arm_id: Optional property that denotes the ARM ID of the Cluster. This is required, if a namespace replica should be placed in a Dedicated Event Hub Cluster
|
|
814
|
+
:param str location_name: Azure regions where a replica of the namespace is maintained
|
|
815
|
+
:param str role_type: GeoDR Role Types
|
|
816
|
+
"""
|
|
817
|
+
pulumi.set(__self__, "replica_state", replica_state)
|
|
818
|
+
if cluster_arm_id is not None:
|
|
819
|
+
pulumi.set(__self__, "cluster_arm_id", cluster_arm_id)
|
|
820
|
+
if location_name is not None:
|
|
821
|
+
pulumi.set(__self__, "location_name", location_name)
|
|
822
|
+
if role_type is not None:
|
|
823
|
+
pulumi.set(__self__, "role_type", role_type)
|
|
824
|
+
|
|
825
|
+
@property
|
|
826
|
+
@pulumi.getter(name="replicaState")
|
|
827
|
+
def replica_state(self) -> str:
|
|
828
|
+
"""
|
|
829
|
+
state of Namespace replica.
|
|
830
|
+
"""
|
|
831
|
+
return pulumi.get(self, "replica_state")
|
|
832
|
+
|
|
833
|
+
@property
|
|
834
|
+
@pulumi.getter(name="clusterArmId")
|
|
835
|
+
def cluster_arm_id(self) -> Optional[str]:
|
|
836
|
+
"""
|
|
837
|
+
Optional property that denotes the ARM ID of the Cluster. This is required, if a namespace replica should be placed in a Dedicated Event Hub Cluster
|
|
838
|
+
"""
|
|
839
|
+
return pulumi.get(self, "cluster_arm_id")
|
|
840
|
+
|
|
841
|
+
@property
|
|
842
|
+
@pulumi.getter(name="locationName")
|
|
843
|
+
def location_name(self) -> Optional[str]:
|
|
844
|
+
"""
|
|
845
|
+
Azure regions where a replica of the namespace is maintained
|
|
846
|
+
"""
|
|
847
|
+
return pulumi.get(self, "location_name")
|
|
848
|
+
|
|
849
|
+
@property
|
|
850
|
+
@pulumi.getter(name="roleType")
|
|
851
|
+
def role_type(self) -> Optional[str]:
|
|
852
|
+
"""
|
|
853
|
+
GeoDR Role Types
|
|
854
|
+
"""
|
|
855
|
+
return pulumi.get(self, "role_type")
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
@pulumi.output_type
|
|
859
|
+
class PrivateEndpointConnectionResponse(dict):
|
|
860
|
+
"""
|
|
861
|
+
Properties of the PrivateEndpointConnection.
|
|
862
|
+
"""
|
|
863
|
+
@staticmethod
|
|
864
|
+
def __key_warning(key: str):
|
|
865
|
+
suggest = None
|
|
866
|
+
if key == "systemData":
|
|
867
|
+
suggest = "system_data"
|
|
868
|
+
elif key == "privateEndpoint":
|
|
869
|
+
suggest = "private_endpoint"
|
|
870
|
+
elif key == "privateLinkServiceConnectionState":
|
|
871
|
+
suggest = "private_link_service_connection_state"
|
|
872
|
+
elif key == "provisioningState":
|
|
873
|
+
suggest = "provisioning_state"
|
|
874
|
+
|
|
875
|
+
if suggest:
|
|
876
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
877
|
+
|
|
878
|
+
def __getitem__(self, key: str) -> Any:
|
|
879
|
+
PrivateEndpointConnectionResponse.__key_warning(key)
|
|
880
|
+
return super().__getitem__(key)
|
|
881
|
+
|
|
882
|
+
def get(self, key: str, default = None) -> Any:
|
|
883
|
+
PrivateEndpointConnectionResponse.__key_warning(key)
|
|
884
|
+
return super().get(key, default)
|
|
885
|
+
|
|
886
|
+
def __init__(__self__, *,
|
|
887
|
+
id: str,
|
|
888
|
+
location: str,
|
|
889
|
+
name: str,
|
|
890
|
+
system_data: 'outputs.SystemDataResponse',
|
|
891
|
+
type: str,
|
|
892
|
+
private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None,
|
|
893
|
+
private_link_service_connection_state: Optional['outputs.ConnectionStateResponse'] = None,
|
|
894
|
+
provisioning_state: Optional[str] = None):
|
|
895
|
+
"""
|
|
896
|
+
Properties of the PrivateEndpointConnection.
|
|
897
|
+
:param str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
898
|
+
:param str location: The geo-location where the resource lives
|
|
899
|
+
:param str name: The name of the resource
|
|
900
|
+
:param 'SystemDataResponse' system_data: The system meta data relating to this resource.
|
|
901
|
+
:param str type: The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
|
|
902
|
+
:param 'PrivateEndpointResponse' private_endpoint: The Private Endpoint resource for this Connection.
|
|
903
|
+
:param 'ConnectionStateResponse' private_link_service_connection_state: Details about the state of the connection.
|
|
904
|
+
:param str provisioning_state: Provisioning state of the Private Endpoint Connection.
|
|
905
|
+
"""
|
|
906
|
+
pulumi.set(__self__, "id", id)
|
|
907
|
+
pulumi.set(__self__, "location", location)
|
|
908
|
+
pulumi.set(__self__, "name", name)
|
|
909
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
910
|
+
pulumi.set(__self__, "type", type)
|
|
911
|
+
if private_endpoint is not None:
|
|
912
|
+
pulumi.set(__self__, "private_endpoint", private_endpoint)
|
|
913
|
+
if private_link_service_connection_state is not None:
|
|
914
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
915
|
+
if provisioning_state is not None:
|
|
916
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
917
|
+
|
|
918
|
+
@property
|
|
919
|
+
@pulumi.getter
|
|
920
|
+
def id(self) -> str:
|
|
921
|
+
"""
|
|
922
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
923
|
+
"""
|
|
924
|
+
return pulumi.get(self, "id")
|
|
925
|
+
|
|
926
|
+
@property
|
|
927
|
+
@pulumi.getter
|
|
928
|
+
def location(self) -> str:
|
|
929
|
+
"""
|
|
930
|
+
The geo-location where the resource lives
|
|
931
|
+
"""
|
|
932
|
+
return pulumi.get(self, "location")
|
|
933
|
+
|
|
934
|
+
@property
|
|
935
|
+
@pulumi.getter
|
|
936
|
+
def name(self) -> str:
|
|
937
|
+
"""
|
|
938
|
+
The name of the resource
|
|
939
|
+
"""
|
|
940
|
+
return pulumi.get(self, "name")
|
|
941
|
+
|
|
942
|
+
@property
|
|
943
|
+
@pulumi.getter(name="systemData")
|
|
944
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
945
|
+
"""
|
|
946
|
+
The system meta data relating to this resource.
|
|
947
|
+
"""
|
|
948
|
+
return pulumi.get(self, "system_data")
|
|
949
|
+
|
|
950
|
+
@property
|
|
951
|
+
@pulumi.getter
|
|
952
|
+
def type(self) -> str:
|
|
953
|
+
"""
|
|
954
|
+
The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
|
|
955
|
+
"""
|
|
956
|
+
return pulumi.get(self, "type")
|
|
957
|
+
|
|
958
|
+
@property
|
|
959
|
+
@pulumi.getter(name="privateEndpoint")
|
|
960
|
+
def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
|
|
961
|
+
"""
|
|
962
|
+
The Private Endpoint resource for this Connection.
|
|
963
|
+
"""
|
|
964
|
+
return pulumi.get(self, "private_endpoint")
|
|
965
|
+
|
|
966
|
+
@property
|
|
967
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
968
|
+
def private_link_service_connection_state(self) -> Optional['outputs.ConnectionStateResponse']:
|
|
969
|
+
"""
|
|
970
|
+
Details about the state of the connection.
|
|
971
|
+
"""
|
|
972
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
973
|
+
|
|
974
|
+
@property
|
|
975
|
+
@pulumi.getter(name="provisioningState")
|
|
976
|
+
def provisioning_state(self) -> Optional[str]:
|
|
977
|
+
"""
|
|
978
|
+
Provisioning state of the Private Endpoint Connection.
|
|
979
|
+
"""
|
|
980
|
+
return pulumi.get(self, "provisioning_state")
|
|
981
|
+
|
|
982
|
+
|
|
983
|
+
@pulumi.output_type
|
|
984
|
+
class PrivateEndpointResponse(dict):
|
|
985
|
+
"""
|
|
986
|
+
PrivateEndpoint information.
|
|
987
|
+
"""
|
|
988
|
+
def __init__(__self__, *,
|
|
989
|
+
id: Optional[str] = None):
|
|
990
|
+
"""
|
|
991
|
+
PrivateEndpoint information.
|
|
992
|
+
:param str id: The ARM identifier for Private Endpoint.
|
|
993
|
+
"""
|
|
994
|
+
if id is not None:
|
|
995
|
+
pulumi.set(__self__, "id", id)
|
|
996
|
+
|
|
997
|
+
@property
|
|
998
|
+
@pulumi.getter
|
|
999
|
+
def id(self) -> Optional[str]:
|
|
1000
|
+
"""
|
|
1001
|
+
The ARM identifier for Private Endpoint.
|
|
1002
|
+
"""
|
|
1003
|
+
return pulumi.get(self, "id")
|
|
1004
|
+
|
|
1005
|
+
|
|
1006
|
+
@pulumi.output_type
|
|
1007
|
+
class RetentionDescriptionResponse(dict):
|
|
1008
|
+
"""
|
|
1009
|
+
Properties to configure retention settings for the eventhub
|
|
1010
|
+
"""
|
|
1011
|
+
@staticmethod
|
|
1012
|
+
def __key_warning(key: str):
|
|
1013
|
+
suggest = None
|
|
1014
|
+
if key == "cleanupPolicy":
|
|
1015
|
+
suggest = "cleanup_policy"
|
|
1016
|
+
elif key == "minCompactionLagInMins":
|
|
1017
|
+
suggest = "min_compaction_lag_in_mins"
|
|
1018
|
+
elif key == "retentionTimeInHours":
|
|
1019
|
+
suggest = "retention_time_in_hours"
|
|
1020
|
+
elif key == "tombstoneRetentionTimeInHours":
|
|
1021
|
+
suggest = "tombstone_retention_time_in_hours"
|
|
1022
|
+
|
|
1023
|
+
if suggest:
|
|
1024
|
+
pulumi.log.warn(f"Key '{key}' not found in RetentionDescriptionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1025
|
+
|
|
1026
|
+
def __getitem__(self, key: str) -> Any:
|
|
1027
|
+
RetentionDescriptionResponse.__key_warning(key)
|
|
1028
|
+
return super().__getitem__(key)
|
|
1029
|
+
|
|
1030
|
+
def get(self, key: str, default = None) -> Any:
|
|
1031
|
+
RetentionDescriptionResponse.__key_warning(key)
|
|
1032
|
+
return super().get(key, default)
|
|
1033
|
+
|
|
1034
|
+
def __init__(__self__, *,
|
|
1035
|
+
cleanup_policy: Optional[str] = None,
|
|
1036
|
+
min_compaction_lag_in_mins: Optional[float] = None,
|
|
1037
|
+
retention_time_in_hours: Optional[float] = None,
|
|
1038
|
+
tombstone_retention_time_in_hours: Optional[int] = None):
|
|
1039
|
+
"""
|
|
1040
|
+
Properties to configure retention settings for the eventhub
|
|
1041
|
+
:param str cleanup_policy: Enumerates the possible values for cleanup policy
|
|
1042
|
+
:param float min_compaction_lag_in_mins: The minimum time a message will remain ineligible for compaction in the log. Only applicable for logs that are being compacted.
|
|
1043
|
+
:param float retention_time_in_hours: Number of hours to retain the events for this Event Hub. If cleanupPolicy is Compact the returned value of this property is Long.MaxValue
|
|
1044
|
+
:param int tombstone_retention_time_in_hours: Number of hours to retain the tombstone markers of a compacted Event Hub. This value is only used when cleanupPolicy is Compact. Consumer must complete reading the tombstone marker within this specified amount of time if consumer begins from starting offset to ensure they get a valid snapshot for the specific key described by the tombstone marker within the compacted Event Hub
|
|
1045
|
+
"""
|
|
1046
|
+
if cleanup_policy is not None:
|
|
1047
|
+
pulumi.set(__self__, "cleanup_policy", cleanup_policy)
|
|
1048
|
+
if min_compaction_lag_in_mins is not None:
|
|
1049
|
+
pulumi.set(__self__, "min_compaction_lag_in_mins", min_compaction_lag_in_mins)
|
|
1050
|
+
if retention_time_in_hours is not None:
|
|
1051
|
+
pulumi.set(__self__, "retention_time_in_hours", retention_time_in_hours)
|
|
1052
|
+
if tombstone_retention_time_in_hours is not None:
|
|
1053
|
+
pulumi.set(__self__, "tombstone_retention_time_in_hours", tombstone_retention_time_in_hours)
|
|
1054
|
+
|
|
1055
|
+
@property
|
|
1056
|
+
@pulumi.getter(name="cleanupPolicy")
|
|
1057
|
+
def cleanup_policy(self) -> Optional[str]:
|
|
1058
|
+
"""
|
|
1059
|
+
Enumerates the possible values for cleanup policy
|
|
1060
|
+
"""
|
|
1061
|
+
return pulumi.get(self, "cleanup_policy")
|
|
1062
|
+
|
|
1063
|
+
@property
|
|
1064
|
+
@pulumi.getter(name="minCompactionLagInMins")
|
|
1065
|
+
def min_compaction_lag_in_mins(self) -> Optional[float]:
|
|
1066
|
+
"""
|
|
1067
|
+
The minimum time a message will remain ineligible for compaction in the log. Only applicable for logs that are being compacted.
|
|
1068
|
+
"""
|
|
1069
|
+
return pulumi.get(self, "min_compaction_lag_in_mins")
|
|
1070
|
+
|
|
1071
|
+
@property
|
|
1072
|
+
@pulumi.getter(name="retentionTimeInHours")
|
|
1073
|
+
def retention_time_in_hours(self) -> Optional[float]:
|
|
1074
|
+
"""
|
|
1075
|
+
Number of hours to retain the events for this Event Hub. If cleanupPolicy is Compact the returned value of this property is Long.MaxValue
|
|
1076
|
+
"""
|
|
1077
|
+
return pulumi.get(self, "retention_time_in_hours")
|
|
1078
|
+
|
|
1079
|
+
@property
|
|
1080
|
+
@pulumi.getter(name="tombstoneRetentionTimeInHours")
|
|
1081
|
+
def tombstone_retention_time_in_hours(self) -> Optional[int]:
|
|
1082
|
+
"""
|
|
1083
|
+
Number of hours to retain the tombstone markers of a compacted Event Hub. This value is only used when cleanupPolicy is Compact. Consumer must complete reading the tombstone marker within this specified amount of time if consumer begins from starting offset to ensure they get a valid snapshot for the specific key described by the tombstone marker within the compacted Event Hub
|
|
1084
|
+
"""
|
|
1085
|
+
return pulumi.get(self, "tombstone_retention_time_in_hours")
|
|
1086
|
+
|
|
1087
|
+
|
|
1088
|
+
@pulumi.output_type
|
|
1089
|
+
class SkuResponse(dict):
|
|
1090
|
+
"""
|
|
1091
|
+
SKU parameters supplied to the create namespace operation
|
|
1092
|
+
"""
|
|
1093
|
+
def __init__(__self__, *,
|
|
1094
|
+
name: str,
|
|
1095
|
+
capacity: Optional[int] = None,
|
|
1096
|
+
tier: Optional[str] = None):
|
|
1097
|
+
"""
|
|
1098
|
+
SKU parameters supplied to the create namespace operation
|
|
1099
|
+
:param str name: Name of this SKU.
|
|
1100
|
+
:param int capacity: The Event Hubs throughput units for Basic or Standard tiers, where value should be 0 to 20 throughput units. The Event Hubs premium units for Premium tier, where value should be 0 to 10 premium units.
|
|
1101
|
+
:param str tier: The billing tier of this particular SKU.
|
|
1102
|
+
"""
|
|
1103
|
+
pulumi.set(__self__, "name", name)
|
|
1104
|
+
if capacity is not None:
|
|
1105
|
+
pulumi.set(__self__, "capacity", capacity)
|
|
1106
|
+
if tier is not None:
|
|
1107
|
+
pulumi.set(__self__, "tier", tier)
|
|
1108
|
+
|
|
1109
|
+
@property
|
|
1110
|
+
@pulumi.getter
|
|
1111
|
+
def name(self) -> str:
|
|
1112
|
+
"""
|
|
1113
|
+
Name of this SKU.
|
|
1114
|
+
"""
|
|
1115
|
+
return pulumi.get(self, "name")
|
|
1116
|
+
|
|
1117
|
+
@property
|
|
1118
|
+
@pulumi.getter
|
|
1119
|
+
def capacity(self) -> Optional[int]:
|
|
1120
|
+
"""
|
|
1121
|
+
The Event Hubs throughput units for Basic or Standard tiers, where value should be 0 to 20 throughput units. The Event Hubs premium units for Premium tier, where value should be 0 to 10 premium units.
|
|
1122
|
+
"""
|
|
1123
|
+
return pulumi.get(self, "capacity")
|
|
1124
|
+
|
|
1125
|
+
@property
|
|
1126
|
+
@pulumi.getter
|
|
1127
|
+
def tier(self) -> Optional[str]:
|
|
1128
|
+
"""
|
|
1129
|
+
The billing tier of this particular SKU.
|
|
1130
|
+
"""
|
|
1131
|
+
return pulumi.get(self, "tier")
|
|
1132
|
+
|
|
1133
|
+
|
|
1134
|
+
@pulumi.output_type
|
|
1135
|
+
class SubnetResponse(dict):
|
|
1136
|
+
"""
|
|
1137
|
+
Properties supplied for Subnet
|
|
1138
|
+
"""
|
|
1139
|
+
def __init__(__self__, *,
|
|
1140
|
+
id: Optional[str] = None):
|
|
1141
|
+
"""
|
|
1142
|
+
Properties supplied for Subnet
|
|
1143
|
+
:param str id: Resource ID of Virtual Network Subnet
|
|
1144
|
+
"""
|
|
1145
|
+
if id is not None:
|
|
1146
|
+
pulumi.set(__self__, "id", id)
|
|
1147
|
+
|
|
1148
|
+
@property
|
|
1149
|
+
@pulumi.getter
|
|
1150
|
+
def id(self) -> Optional[str]:
|
|
1151
|
+
"""
|
|
1152
|
+
Resource ID of Virtual Network Subnet
|
|
1153
|
+
"""
|
|
1154
|
+
return pulumi.get(self, "id")
|
|
1155
|
+
|
|
1156
|
+
|
|
1157
|
+
@pulumi.output_type
|
|
1158
|
+
class SystemDataResponse(dict):
|
|
1159
|
+
"""
|
|
1160
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
1161
|
+
"""
|
|
1162
|
+
@staticmethod
|
|
1163
|
+
def __key_warning(key: str):
|
|
1164
|
+
suggest = None
|
|
1165
|
+
if key == "createdAt":
|
|
1166
|
+
suggest = "created_at"
|
|
1167
|
+
elif key == "createdBy":
|
|
1168
|
+
suggest = "created_by"
|
|
1169
|
+
elif key == "createdByType":
|
|
1170
|
+
suggest = "created_by_type"
|
|
1171
|
+
elif key == "lastModifiedAt":
|
|
1172
|
+
suggest = "last_modified_at"
|
|
1173
|
+
elif key == "lastModifiedBy":
|
|
1174
|
+
suggest = "last_modified_by"
|
|
1175
|
+
elif key == "lastModifiedByType":
|
|
1176
|
+
suggest = "last_modified_by_type"
|
|
1177
|
+
|
|
1178
|
+
if suggest:
|
|
1179
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1180
|
+
|
|
1181
|
+
def __getitem__(self, key: str) -> Any:
|
|
1182
|
+
SystemDataResponse.__key_warning(key)
|
|
1183
|
+
return super().__getitem__(key)
|
|
1184
|
+
|
|
1185
|
+
def get(self, key: str, default = None) -> Any:
|
|
1186
|
+
SystemDataResponse.__key_warning(key)
|
|
1187
|
+
return super().get(key, default)
|
|
1188
|
+
|
|
1189
|
+
def __init__(__self__, *,
|
|
1190
|
+
created_at: Optional[str] = None,
|
|
1191
|
+
created_by: Optional[str] = None,
|
|
1192
|
+
created_by_type: Optional[str] = None,
|
|
1193
|
+
last_modified_at: Optional[str] = None,
|
|
1194
|
+
last_modified_by: Optional[str] = None,
|
|
1195
|
+
last_modified_by_type: Optional[str] = None):
|
|
1196
|
+
"""
|
|
1197
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
1198
|
+
:param str created_at: The timestamp of resource creation (UTC).
|
|
1199
|
+
:param str created_by: The identity that created the resource.
|
|
1200
|
+
:param str created_by_type: The type of identity that created the resource.
|
|
1201
|
+
:param str last_modified_at: The type of identity that last modified the resource.
|
|
1202
|
+
:param str last_modified_by: The identity that last modified the resource.
|
|
1203
|
+
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
1204
|
+
"""
|
|
1205
|
+
if created_at is not None:
|
|
1206
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
1207
|
+
if created_by is not None:
|
|
1208
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
1209
|
+
if created_by_type is not None:
|
|
1210
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
1211
|
+
if last_modified_at is not None:
|
|
1212
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
1213
|
+
if last_modified_by is not None:
|
|
1214
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
1215
|
+
if last_modified_by_type is not None:
|
|
1216
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
1217
|
+
|
|
1218
|
+
@property
|
|
1219
|
+
@pulumi.getter(name="createdAt")
|
|
1220
|
+
def created_at(self) -> Optional[str]:
|
|
1221
|
+
"""
|
|
1222
|
+
The timestamp of resource creation (UTC).
|
|
1223
|
+
"""
|
|
1224
|
+
return pulumi.get(self, "created_at")
|
|
1225
|
+
|
|
1226
|
+
@property
|
|
1227
|
+
@pulumi.getter(name="createdBy")
|
|
1228
|
+
def created_by(self) -> Optional[str]:
|
|
1229
|
+
"""
|
|
1230
|
+
The identity that created the resource.
|
|
1231
|
+
"""
|
|
1232
|
+
return pulumi.get(self, "created_by")
|
|
1233
|
+
|
|
1234
|
+
@property
|
|
1235
|
+
@pulumi.getter(name="createdByType")
|
|
1236
|
+
def created_by_type(self) -> Optional[str]:
|
|
1237
|
+
"""
|
|
1238
|
+
The type of identity that created the resource.
|
|
1239
|
+
"""
|
|
1240
|
+
return pulumi.get(self, "created_by_type")
|
|
1241
|
+
|
|
1242
|
+
@property
|
|
1243
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
1244
|
+
def last_modified_at(self) -> Optional[str]:
|
|
1245
|
+
"""
|
|
1246
|
+
The type of identity that last modified the resource.
|
|
1247
|
+
"""
|
|
1248
|
+
return pulumi.get(self, "last_modified_at")
|
|
1249
|
+
|
|
1250
|
+
@property
|
|
1251
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
1252
|
+
def last_modified_by(self) -> Optional[str]:
|
|
1253
|
+
"""
|
|
1254
|
+
The identity that last modified the resource.
|
|
1255
|
+
"""
|
|
1256
|
+
return pulumi.get(self, "last_modified_by")
|
|
1257
|
+
|
|
1258
|
+
@property
|
|
1259
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
1260
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
1261
|
+
"""
|
|
1262
|
+
The type of identity that last modified the resource.
|
|
1263
|
+
"""
|
|
1264
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
1265
|
+
|
|
1266
|
+
|
|
1267
|
+
@pulumi.output_type
|
|
1268
|
+
class ThrottlingPolicyResponse(dict):
|
|
1269
|
+
"""
|
|
1270
|
+
Properties of the throttling policy
|
|
1271
|
+
"""
|
|
1272
|
+
@staticmethod
|
|
1273
|
+
def __key_warning(key: str):
|
|
1274
|
+
suggest = None
|
|
1275
|
+
if key == "metricId":
|
|
1276
|
+
suggest = "metric_id"
|
|
1277
|
+
elif key == "rateLimitThreshold":
|
|
1278
|
+
suggest = "rate_limit_threshold"
|
|
1279
|
+
|
|
1280
|
+
if suggest:
|
|
1281
|
+
pulumi.log.warn(f"Key '{key}' not found in ThrottlingPolicyResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1282
|
+
|
|
1283
|
+
def __getitem__(self, key: str) -> Any:
|
|
1284
|
+
ThrottlingPolicyResponse.__key_warning(key)
|
|
1285
|
+
return super().__getitem__(key)
|
|
1286
|
+
|
|
1287
|
+
def get(self, key: str, default = None) -> Any:
|
|
1288
|
+
ThrottlingPolicyResponse.__key_warning(key)
|
|
1289
|
+
return super().get(key, default)
|
|
1290
|
+
|
|
1291
|
+
def __init__(__self__, *,
|
|
1292
|
+
metric_id: str,
|
|
1293
|
+
name: str,
|
|
1294
|
+
rate_limit_threshold: float,
|
|
1295
|
+
type: str):
|
|
1296
|
+
"""
|
|
1297
|
+
Properties of the throttling policy
|
|
1298
|
+
:param str metric_id: Metric Id on which the throttle limit should be set, MetricId can be discovered by hovering over Metric in the Metrics section of Event Hub Namespace inside Azure Portal
|
|
1299
|
+
:param str name: The Name of this policy
|
|
1300
|
+
:param float rate_limit_threshold: The Threshold limit above which the application group will be throttled.Rate limit is always per second.
|
|
1301
|
+
:param str type: Application Group Policy types
|
|
1302
|
+
Expected value is 'ThrottlingPolicy'.
|
|
1303
|
+
"""
|
|
1304
|
+
pulumi.set(__self__, "metric_id", metric_id)
|
|
1305
|
+
pulumi.set(__self__, "name", name)
|
|
1306
|
+
pulumi.set(__self__, "rate_limit_threshold", rate_limit_threshold)
|
|
1307
|
+
pulumi.set(__self__, "type", 'ThrottlingPolicy')
|
|
1308
|
+
|
|
1309
|
+
@property
|
|
1310
|
+
@pulumi.getter(name="metricId")
|
|
1311
|
+
def metric_id(self) -> str:
|
|
1312
|
+
"""
|
|
1313
|
+
Metric Id on which the throttle limit should be set, MetricId can be discovered by hovering over Metric in the Metrics section of Event Hub Namespace inside Azure Portal
|
|
1314
|
+
"""
|
|
1315
|
+
return pulumi.get(self, "metric_id")
|
|
1316
|
+
|
|
1317
|
+
@property
|
|
1318
|
+
@pulumi.getter
|
|
1319
|
+
def name(self) -> str:
|
|
1320
|
+
"""
|
|
1321
|
+
The Name of this policy
|
|
1322
|
+
"""
|
|
1323
|
+
return pulumi.get(self, "name")
|
|
1324
|
+
|
|
1325
|
+
@property
|
|
1326
|
+
@pulumi.getter(name="rateLimitThreshold")
|
|
1327
|
+
def rate_limit_threshold(self) -> float:
|
|
1328
|
+
"""
|
|
1329
|
+
The Threshold limit above which the application group will be throttled.Rate limit is always per second.
|
|
1330
|
+
"""
|
|
1331
|
+
return pulumi.get(self, "rate_limit_threshold")
|
|
1332
|
+
|
|
1333
|
+
@property
|
|
1334
|
+
@pulumi.getter
|
|
1335
|
+
def type(self) -> str:
|
|
1336
|
+
"""
|
|
1337
|
+
Application Group Policy types
|
|
1338
|
+
Expected value is 'ThrottlingPolicy'.
|
|
1339
|
+
"""
|
|
1340
|
+
return pulumi.get(self, "type")
|
|
1341
|
+
|
|
1342
|
+
|
|
1343
|
+
@pulumi.output_type
|
|
1344
|
+
class UserAssignedIdentityPropertiesResponse(dict):
|
|
1345
|
+
@staticmethod
|
|
1346
|
+
def __key_warning(key: str):
|
|
1347
|
+
suggest = None
|
|
1348
|
+
if key == "userAssignedIdentity":
|
|
1349
|
+
suggest = "user_assigned_identity"
|
|
1350
|
+
|
|
1351
|
+
if suggest:
|
|
1352
|
+
pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1353
|
+
|
|
1354
|
+
def __getitem__(self, key: str) -> Any:
|
|
1355
|
+
UserAssignedIdentityPropertiesResponse.__key_warning(key)
|
|
1356
|
+
return super().__getitem__(key)
|
|
1357
|
+
|
|
1358
|
+
def get(self, key: str, default = None) -> Any:
|
|
1359
|
+
UserAssignedIdentityPropertiesResponse.__key_warning(key)
|
|
1360
|
+
return super().get(key, default)
|
|
1361
|
+
|
|
1362
|
+
def __init__(__self__, *,
|
|
1363
|
+
user_assigned_identity: Optional[str] = None):
|
|
1364
|
+
"""
|
|
1365
|
+
:param str user_assigned_identity: ARM ID of user Identity selected for encryption
|
|
1366
|
+
"""
|
|
1367
|
+
if user_assigned_identity is not None:
|
|
1368
|
+
pulumi.set(__self__, "user_assigned_identity", user_assigned_identity)
|
|
1369
|
+
|
|
1370
|
+
@property
|
|
1371
|
+
@pulumi.getter(name="userAssignedIdentity")
|
|
1372
|
+
def user_assigned_identity(self) -> Optional[str]:
|
|
1373
|
+
"""
|
|
1374
|
+
ARM ID of user Identity selected for encryption
|
|
1375
|
+
"""
|
|
1376
|
+
return pulumi.get(self, "user_assigned_identity")
|
|
1377
|
+
|
|
1378
|
+
|
|
1379
|
+
@pulumi.output_type
|
|
1380
|
+
class UserAssignedIdentityResponse(dict):
|
|
1381
|
+
"""
|
|
1382
|
+
Recognized Dictionary value.
|
|
1383
|
+
"""
|
|
1384
|
+
@staticmethod
|
|
1385
|
+
def __key_warning(key: str):
|
|
1386
|
+
suggest = None
|
|
1387
|
+
if key == "clientId":
|
|
1388
|
+
suggest = "client_id"
|
|
1389
|
+
elif key == "principalId":
|
|
1390
|
+
suggest = "principal_id"
|
|
1391
|
+
|
|
1392
|
+
if suggest:
|
|
1393
|
+
pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1394
|
+
|
|
1395
|
+
def __getitem__(self, key: str) -> Any:
|
|
1396
|
+
UserAssignedIdentityResponse.__key_warning(key)
|
|
1397
|
+
return super().__getitem__(key)
|
|
1398
|
+
|
|
1399
|
+
def get(self, key: str, default = None) -> Any:
|
|
1400
|
+
UserAssignedIdentityResponse.__key_warning(key)
|
|
1401
|
+
return super().get(key, default)
|
|
1402
|
+
|
|
1403
|
+
def __init__(__self__, *,
|
|
1404
|
+
client_id: str,
|
|
1405
|
+
principal_id: str):
|
|
1406
|
+
"""
|
|
1407
|
+
Recognized Dictionary value.
|
|
1408
|
+
:param str client_id: Client Id of user assigned identity
|
|
1409
|
+
:param str principal_id: Principal Id of user assigned identity
|
|
1410
|
+
"""
|
|
1411
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
1412
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
1413
|
+
|
|
1414
|
+
@property
|
|
1415
|
+
@pulumi.getter(name="clientId")
|
|
1416
|
+
def client_id(self) -> str:
|
|
1417
|
+
"""
|
|
1418
|
+
Client Id of user assigned identity
|
|
1419
|
+
"""
|
|
1420
|
+
return pulumi.get(self, "client_id")
|
|
1421
|
+
|
|
1422
|
+
@property
|
|
1423
|
+
@pulumi.getter(name="principalId")
|
|
1424
|
+
def principal_id(self) -> str:
|
|
1425
|
+
"""
|
|
1426
|
+
Principal Id of user assigned identity
|
|
1427
|
+
"""
|
|
1428
|
+
return pulumi.get(self, "principal_id")
|
|
1429
|
+
|
|
1430
|
+
|