pulumi-azure-native 3.6.1__py3-none-any.whl → 3.7.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +32 -0
- pulumi_azure_native/app/_enums.py +89 -1
- pulumi_azure_native/app/_inputs.py +2903 -126
- pulumi_azure_native/app/app_resiliency.py +4 -4
- pulumi_azure_native/app/build.py +4 -4
- pulumi_azure_native/app/builder.py +4 -4
- pulumi_azure_native/app/certificate.py +5 -4
- pulumi_azure_native/app/connected_environment.py +4 -4
- pulumi_azure_native/app/connected_environments_certificate.py +5 -4
- pulumi_azure_native/app/connected_environments_dapr_component.py +53 -4
- pulumi_azure_native/app/connected_environments_storage.py +4 -4
- pulumi_azure_native/app/container_app.py +72 -4
- pulumi_azure_native/app/container_apps_auth_config.py +4 -4
- pulumi_azure_native/app/container_apps_session_pool.py +4 -4
- pulumi_azure_native/app/container_apps_source_control.py +4 -4
- pulumi_azure_native/app/dapr_component.py +33 -4
- pulumi_azure_native/app/dapr_component_resiliency_policy.py +4 -4
- pulumi_azure_native/app/dapr_subscription.py +4 -4
- pulumi_azure_native/app/dot_net_component.py +4 -4
- pulumi_azure_native/app/get_app_resiliency.py +4 -4
- pulumi_azure_native/app/get_build.py +4 -4
- pulumi_azure_native/app/get_builder.py +4 -4
- pulumi_azure_native/app/get_certificate.py +4 -4
- pulumi_azure_native/app/get_connected_environment.py +4 -4
- pulumi_azure_native/app/get_connected_environments_certificate.py +4 -4
- pulumi_azure_native/app/get_connected_environments_dapr_component.py +47 -5
- pulumi_azure_native/app/get_connected_environments_storage.py +4 -4
- pulumi_azure_native/app/get_container_app.py +47 -5
- pulumi_azure_native/app/get_container_app_auth_token.py +4 -4
- pulumi_azure_native/app/get_container_apps_auth_config.py +4 -4
- pulumi_azure_native/app/get_container_apps_session_pool.py +4 -4
- pulumi_azure_native/app/get_container_apps_source_control.py +4 -4
- pulumi_azure_native/app/get_custom_domain_verification_id.py +4 -4
- pulumi_azure_native/app/get_dapr_component.py +19 -5
- pulumi_azure_native/app/get_dapr_component_resiliency_policy.py +4 -4
- pulumi_azure_native/app/get_dapr_subscription.py +4 -4
- pulumi_azure_native/app/get_dot_net_component.py +4 -4
- pulumi_azure_native/app/get_http_route_config.py +4 -4
- pulumi_azure_native/app/get_java_component.py +4 -4
- pulumi_azure_native/app/get_job.py +33 -5
- pulumi_azure_native/app/get_logic_app.py +4 -4
- pulumi_azure_native/app/get_maintenance_configuration.py +4 -4
- pulumi_azure_native/app/get_managed_certificate.py +4 -4
- pulumi_azure_native/app/get_managed_environment.py +118 -6
- pulumi_azure_native/app/get_managed_environment_auth_token.py +4 -4
- pulumi_azure_native/app/get_managed_environment_private_endpoint_connection.py +4 -4
- pulumi_azure_native/app/get_managed_environments_storage.py +4 -4
- pulumi_azure_native/app/http_route_config.py +4 -4
- pulumi_azure_native/app/java_component.py +11 -11
- pulumi_azure_native/app/job.py +43 -4
- pulumi_azure_native/app/list_build_auth_token.py +4 -4
- pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +4 -4
- pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +4 -4
- pulumi_azure_native/app/list_container_app_secrets.py +4 -4
- pulumi_azure_native/app/list_dapr_component_secrets.py +4 -4
- pulumi_azure_native/app/list_job_secrets.py +4 -4
- pulumi_azure_native/app/list_logic_app_workflows_connections.py +4 -4
- pulumi_azure_native/app/logic_app.py +4 -4
- pulumi_azure_native/app/maintenance_configuration.py +4 -4
- pulumi_azure_native/app/managed_certificate.py +4 -4
- pulumi_azure_native/app/managed_environment.py +202 -8
- pulumi_azure_native/app/managed_environment_private_endpoint_connection.py +4 -4
- pulumi_azure_native/app/managed_environments_storage.py +4 -4
- pulumi_azure_native/app/outputs.py +2484 -150
- pulumi_azure_native/botservice/bot.py +9 -9
- pulumi_azure_native/botservice/channel.py +9 -9
- pulumi_azure_native/botservice/get_bot.py +3 -3
- pulumi_azure_native/botservice/get_channel.py +3 -3
- pulumi_azure_native/botservice/list_channel_with_keys.py +3 -3
- pulumi_azure_native/cloudngfw/certificate_object_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/certificate_object_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/firewall.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/get_certificate_object_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_certificate_object_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_log_profile.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/list_global_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/local_rule.py +3 -3
- pulumi_azure_native/cloudngfw/local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/post_rule.py +3 -3
- pulumi_azure_native/cloudngfw/pre_rule.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_local_rulestack.py +3 -3
- pulumi_azure_native/confluent/connector.py +5 -1
- pulumi_azure_native/confluent/get_connector.py +4 -0
- pulumi_azure_native/confluent/get_organization.py +2 -2
- pulumi_azure_native/confluent/get_organization_cluster_by_id.py +4 -0
- pulumi_azure_native/confluent/get_organization_environment_by_id.py +4 -0
- pulumi_azure_native/confluent/get_topic.py +4 -0
- pulumi_azure_native/confluent/list_access_clusters.py +2 -2
- pulumi_azure_native/confluent/list_access_environments.py +2 -2
- pulumi_azure_native/confluent/list_access_invitations.py +2 -2
- pulumi_azure_native/confluent/list_access_role_binding_name.py +2 -2
- pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
- pulumi_azure_native/confluent/list_access_service_accounts.py +2 -2
- pulumi_azure_native/confluent/list_access_users.py +2 -2
- pulumi_azure_native/confluent/list_organization_regions.py +2 -2
- pulumi_azure_native/confluent/organization.py +3 -3
- pulumi_azure_native/confluent/organization_cluster_by_id.py +5 -1
- pulumi_azure_native/confluent/organization_environment_by_id.py +5 -1
- pulumi_azure_native/confluent/topic.py +5 -1
- pulumi_azure_native/containerservice/__init__.py +2 -0
- pulumi_azure_native/containerservice/_inputs.py +74 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/auto_upgrade_profile.py +3 -3
- pulumi_azure_native/containerservice/fleet.py +3 -3
- pulumi_azure_native/containerservice/fleet_member.py +3 -3
- pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_auto_upgrade_profile.py +2 -2
- pulumi_azure_native/containerservice/get_fleet.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
- pulumi_azure_native/containerservice/get_identity_binding.py +182 -0
- pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_managed_namespace.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/get_update_run.py +2 -2
- pulumi_azure_native/containerservice/identity_binding.py +246 -0
- pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_namespace_credential.py +2 -2
- pulumi_azure_native/containerservice/load_balancer.py +3 -3
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/managed_namespace.py +3 -3
- pulumi_azure_native/containerservice/outputs.py +185 -0
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/update_run.py +3 -3
- pulumi_azure_native/databox/get_job.py +2 -2
- pulumi_azure_native/databox/job.py +3 -3
- pulumi_azure_native/databox/list_job_credentials.py +2 -2
- pulumi_azure_native/dbforpostgresql/administrator.py +1 -1
- pulumi_azure_native/dbforpostgresql/backup.py +1 -1
- pulumi_azure_native/dbforpostgresql/configuration.py +3 -3
- pulumi_azure_native/dbforpostgresql/database.py +3 -3
- pulumi_azure_native/dbforpostgresql/firewall_rule.py +3 -3
- pulumi_azure_native/dbforpostgresql/get_configuration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_database.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_migration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_server.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +2 -2
- pulumi_azure_native/dbforpostgresql/migration.py +3 -3
- pulumi_azure_native/dbforpostgresql/private_endpoint_connection.py +3 -3
- pulumi_azure_native/dbforpostgresql/server.py +3 -3
- pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +3 -3
- pulumi_azure_native/fileshares/__init__.py +16 -0
- pulumi_azure_native/fileshares/_enums.py +86 -0
- pulumi_azure_native/fileshares/_inputs.py +354 -0
- pulumi_azure_native/fileshares/file_share.py +274 -0
- pulumi_azure_native/fileshares/get_file_share.py +190 -0
- pulumi_azure_native/fileshares/get_file_share_limits.py +86 -0
- pulumi_azure_native/fileshares/get_file_share_provisioning_recommendation.py +93 -0
- pulumi_azure_native/fileshares/get_file_share_usage_data.py +86 -0
- pulumi_azure_native/fileshares/outputs.py +999 -0
- pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
- pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
- pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
- pulumi_azure_native/maintenance/get_maintenance_configuration.py +3 -3
- pulumi_azure_native/maintenance/maintenance_configuration.py +9 -9
- pulumi_azure_native/mission/__init__.py +27 -0
- pulumi_azure_native/mission/_enums.py +412 -0
- pulumi_azure_native/mission/_inputs.py +1489 -0
- pulumi_azure_native/mission/approval.py +405 -0
- pulumi_azure_native/mission/community.py +554 -0
- pulumi_azure_native/mission/community_endpoint.py +320 -0
- pulumi_azure_native/mission/enclave_connection.py +396 -0
- pulumi_azure_native/mission/enclave_endpoint.py +320 -0
- pulumi_azure_native/mission/get_approval.py +264 -0
- pulumi_azure_native/mission/get_community.py +362 -0
- pulumi_azure_native/mission/get_community_endpoint.py +228 -0
- pulumi_azure_native/mission/get_enclave_connection.py +278 -0
- pulumi_azure_native/mission/get_enclave_endpoint.py +228 -0
- pulumi_azure_native/mission/get_transit_hub.py +242 -0
- pulumi_azure_native/mission/get_virtual_enclave.py +376 -0
- pulumi_azure_native/mission/get_workload.py +228 -0
- pulumi_azure_native/mission/outputs.py +1611 -0
- pulumi_azure_native/mission/transit_hub.py +348 -0
- pulumi_azure_native/mission/virtual_enclave.py +566 -0
- pulumi_azure_native/mission/workload.py +317 -0
- pulumi_azure_native/mongocluster/firewall_rule.py +3 -3
- pulumi_azure_native/mongocluster/get_firewall_rule.py +2 -2
- pulumi_azure_native/mongocluster/get_mongo_cluster.py +2 -2
- pulumi_azure_native/mongocluster/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/mongocluster/get_user.py +4 -0
- pulumi_azure_native/mongocluster/list_mongo_cluster_connection_strings.py +2 -2
- pulumi_azure_native/mongocluster/mongo_cluster.py +3 -3
- pulumi_azure_native/mongocluster/private_endpoint_connection.py +3 -3
- pulumi_azure_native/mongocluster/user.py +5 -1
- pulumi_azure_native/monitor/azure_monitor_workspace.py +3 -3
- pulumi_azure_native/monitor/get_azure_monitor_workspace.py +2 -2
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/security/__init__.py +4 -0
- pulumi_azure_native/security/_enums.py +11 -0
- pulumi_azure_native/security/_inputs.py +78 -0
- pulumi_azure_native/security/get_private_endpoint_connection.py +210 -0
- pulumi_azure_native/security/get_private_link.py +218 -0
- pulumi_azure_native/security/outputs.py +327 -0
- pulumi_azure_native/security/private_endpoint_connection.py +268 -0
- pulumi_azure_native/security/private_link.py +273 -0
- pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/action.py +3 -3
- pulumi_azure_native/securityinsights/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/automation_rule.py +3 -3
- pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/bookmark.py +3 -3
- pulumi_azure_native/securityinsights/bookmark_relation.py +3 -3
- pulumi_azure_native/securityinsights/business_application_agent.py +3 -3
- pulumi_azure_native/securityinsights/content_package.py +3 -3
- pulumi_azure_native/securityinsights/content_template.py +3 -3
- pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/file_import.py +3 -3
- pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_action.py +2 -2
- pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_business_application_agent.py +2 -2
- pulumi_azure_native/securityinsights/get_content_package.py +2 -2
- pulumi_azure_native/securityinsights/get_content_template.py +2 -2
- pulumi_azure_native/securityinsights/get_entities_get_timeline.py +2 -2
- pulumi_azure_native/securityinsights/get_entity_insights.py +2 -2
- pulumi_azure_native/securityinsights/get_file_import.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
- pulumi_azure_native/securityinsights/get_metadata.py +2 -2
- pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
- pulumi_azure_native/securityinsights/get_system.py +2 -2
- pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_group.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_member.py +2 -2
- pulumi_azure_native/securityinsights/hunt.py +3 -3
- pulumi_azure_native/securityinsights/hunt_comment.py +3 -3
- pulumi_azure_native/securityinsights/hunt_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident.py +3 -3
- pulumi_azure_native/securityinsights/incident_comment.py +3 -3
- pulumi_azure_native/securityinsights/incident_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident_task.py +3 -3
- pulumi_azure_native/securityinsights/list_geodata_by_ip.py +2 -2
- pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
- pulumi_azure_native/securityinsights/list_system_actions.py +2 -2
- pulumi_azure_native/securityinsights/list_whois_by_domain.py +2 -2
- pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/metadata.py +3 -3
- pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/premium_microsoft_defender_for_threat_intelligence.py +1 -1
- pulumi_azure_native/securityinsights/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
- pulumi_azure_native/securityinsights/system.py +3 -3
- pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
- pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/ueba.py +1 -1
- pulumi_azure_native/securityinsights/watchlist.py +3 -3
- pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_assignment.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_configuration.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_group.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_member.py +3 -3
- pulumi_azure_native/servicebus/disaster_recovery_config.py +3 -3
- pulumi_azure_native/servicebus/get_disaster_recovery_config.py +2 -2
- pulumi_azure_native/servicebus/get_migration_config.py +2 -2
- pulumi_azure_native/servicebus/get_namespace.py +2 -2
- pulumi_azure_native/servicebus/get_namespace_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/get_namespace_network_rule_set.py +2 -2
- pulumi_azure_native/servicebus/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/servicebus/get_queue.py +2 -2
- pulumi_azure_native/servicebus/get_queue_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/get_rule.py +2 -2
- pulumi_azure_native/servicebus/get_subscription.py +2 -2
- pulumi_azure_native/servicebus/get_topic.py +2 -2
- pulumi_azure_native/servicebus/get_topic_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/list_disaster_recovery_config_keys.py +2 -2
- pulumi_azure_native/servicebus/list_namespace_keys.py +2 -2
- pulumi_azure_native/servicebus/list_queue_keys.py +2 -2
- pulumi_azure_native/servicebus/list_topic_keys.py +2 -2
- pulumi_azure_native/servicebus/migration_config.py +3 -3
- pulumi_azure_native/servicebus/namespace.py +3 -3
- pulumi_azure_native/servicebus/namespace_authorization_rule.py +3 -3
- pulumi_azure_native/servicebus/namespace_network_rule_set.py +3 -3
- pulumi_azure_native/servicebus/private_endpoint_connection.py +3 -3
- pulumi_azure_native/servicebus/queue.py +3 -3
- pulumi_azure_native/servicebus/queue_authorization_rule.py +3 -3
- pulumi_azure_native/servicebus/rule.py +3 -3
- pulumi_azure_native/servicebus/subscription.py +3 -3
- pulumi_azure_native/servicebus/topic.py +3 -3
- pulumi_azure_native/servicebus/topic_authorization_rule.py +3 -3
- {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0.dist-info}/RECORD +352 -317
- {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0.dist-info}/top_level.txt +0 -0
|
@@ -313,7 +313,7 @@ class ConnectedCluster(pulumi.CustomResource):
|
|
|
313
313
|
|
|
314
314
|
Uses Azure REST API version 2024-02-01-preview. In version 2.x of the Azure Native provider, it used API version 2022-05-01-preview.
|
|
315
315
|
|
|
316
|
-
Other available API versions: 2021-04-01-preview, 2021-10-01, 2022-05-01-preview, 2022-10-01-preview, 2023-11-01-preview, 2024-01-01, 2024-06-01-preview, 2024-07-01-preview, 2024-07-15-preview, 2024-12-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native kubernetes [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
316
|
+
Other available API versions: 2021-04-01-preview, 2021-10-01, 2022-05-01-preview, 2022-10-01-preview, 2023-11-01-preview, 2024-01-01, 2024-06-01-preview, 2024-07-01-preview, 2024-07-15-preview, 2024-12-01-preview, 2025-08-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native kubernetes [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
317
317
|
|
|
318
318
|
:param str resource_name: The name of the resource.
|
|
319
319
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -345,7 +345,7 @@ class ConnectedCluster(pulumi.CustomResource):
|
|
|
345
345
|
|
|
346
346
|
Uses Azure REST API version 2024-02-01-preview. In version 2.x of the Azure Native provider, it used API version 2022-05-01-preview.
|
|
347
347
|
|
|
348
|
-
Other available API versions: 2021-04-01-preview, 2021-10-01, 2022-05-01-preview, 2022-10-01-preview, 2023-11-01-preview, 2024-01-01, 2024-06-01-preview, 2024-07-01-preview, 2024-07-15-preview, 2024-12-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native kubernetes [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
348
|
+
Other available API versions: 2021-04-01-preview, 2021-10-01, 2022-05-01-preview, 2022-10-01-preview, 2023-11-01-preview, 2024-01-01, 2024-06-01-preview, 2024-07-01-preview, 2024-07-15-preview, 2024-12-01-preview, 2025-08-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native kubernetes [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
349
349
|
|
|
350
350
|
:param str resource_name: The name of the resource.
|
|
351
351
|
:param ConnectedClusterArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -426,7 +426,7 @@ class ConnectedCluster(pulumi.CustomResource):
|
|
|
426
426
|
__props__.__dict__["total_core_count"] = None
|
|
427
427
|
__props__.__dict__["total_node_count"] = None
|
|
428
428
|
__props__.__dict__["type"] = None
|
|
429
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:kubernetes/v20200101preview:ConnectedCluster"), pulumi.Alias(type_="azure-native:kubernetes/v20210301:ConnectedCluster"), pulumi.Alias(type_="azure-native:kubernetes/v20210401preview:ConnectedCluster"), pulumi.Alias(type_="azure-native:kubernetes/v20211001:ConnectedCluster"), pulumi.Alias(type_="azure-native:kubernetes/v20220501preview:ConnectedCluster"), pulumi.Alias(type_="azure-native:kubernetes/v20221001preview:ConnectedCluster"), pulumi.Alias(type_="azure-native:kubernetes/v20231101preview:ConnectedCluster"), pulumi.Alias(type_="azure-native:kubernetes/v20240101:ConnectedCluster"), pulumi.Alias(type_="azure-native:kubernetes/v20240201preview:ConnectedCluster"), pulumi.Alias(type_="azure-native:kubernetes/v20240601preview:ConnectedCluster"), pulumi.Alias(type_="azure-native:kubernetes/v20240701preview:ConnectedCluster"), pulumi.Alias(type_="azure-native:kubernetes/v20240715preview:ConnectedCluster"), pulumi.Alias(type_="azure-native:kubernetes/v20241201preview:ConnectedCluster")])
|
|
429
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:kubernetes/v20200101preview:ConnectedCluster"), pulumi.Alias(type_="azure-native:kubernetes/v20210301:ConnectedCluster"), pulumi.Alias(type_="azure-native:kubernetes/v20210401preview:ConnectedCluster"), pulumi.Alias(type_="azure-native:kubernetes/v20211001:ConnectedCluster"), pulumi.Alias(type_="azure-native:kubernetes/v20220501preview:ConnectedCluster"), pulumi.Alias(type_="azure-native:kubernetes/v20221001preview:ConnectedCluster"), pulumi.Alias(type_="azure-native:kubernetes/v20231101preview:ConnectedCluster"), pulumi.Alias(type_="azure-native:kubernetes/v20240101:ConnectedCluster"), pulumi.Alias(type_="azure-native:kubernetes/v20240201preview:ConnectedCluster"), pulumi.Alias(type_="azure-native:kubernetes/v20240601preview:ConnectedCluster"), pulumi.Alias(type_="azure-native:kubernetes/v20240701preview:ConnectedCluster"), pulumi.Alias(type_="azure-native:kubernetes/v20240715preview:ConnectedCluster"), pulumi.Alias(type_="azure-native:kubernetes/v20241201preview:ConnectedCluster"), pulumi.Alias(type_="azure-native:kubernetes/v20250801preview:ConnectedCluster")])
|
|
430
430
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
431
431
|
super(ConnectedCluster, __self__).__init__(
|
|
432
432
|
'azure-native:kubernetes:ConnectedCluster',
|
|
@@ -383,7 +383,7 @@ def get_connected_cluster(cluster_name: Optional[builtins.str] = None,
|
|
|
383
383
|
|
|
384
384
|
Uses Azure REST API version 2024-02-01-preview.
|
|
385
385
|
|
|
386
|
-
Other available API versions: 2021-04-01-preview, 2021-10-01, 2022-05-01-preview, 2022-10-01-preview, 2023-11-01-preview, 2024-01-01, 2024-06-01-preview, 2024-07-01-preview, 2024-07-15-preview, 2024-12-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native kubernetes [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
386
|
+
Other available API versions: 2021-04-01-preview, 2021-10-01, 2022-05-01-preview, 2022-10-01-preview, 2023-11-01-preview, 2024-01-01, 2024-06-01-preview, 2024-07-01-preview, 2024-07-15-preview, 2024-12-01-preview, 2025-08-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native kubernetes [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
387
387
|
|
|
388
388
|
|
|
389
389
|
:param builtins.str cluster_name: The name of the Kubernetes cluster on which get is called.
|
|
@@ -432,7 +432,7 @@ def get_connected_cluster_output(cluster_name: Optional[pulumi.Input[builtins.st
|
|
|
432
432
|
|
|
433
433
|
Uses Azure REST API version 2024-02-01-preview.
|
|
434
434
|
|
|
435
|
-
Other available API versions: 2021-04-01-preview, 2021-10-01, 2022-05-01-preview, 2022-10-01-preview, 2023-11-01-preview, 2024-01-01, 2024-06-01-preview, 2024-07-01-preview, 2024-07-15-preview, 2024-12-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native kubernetes [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
435
|
+
Other available API versions: 2021-04-01-preview, 2021-10-01, 2022-05-01-preview, 2022-10-01-preview, 2023-11-01-preview, 2024-01-01, 2024-06-01-preview, 2024-07-01-preview, 2024-07-15-preview, 2024-12-01-preview, 2025-08-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native kubernetes [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
436
436
|
|
|
437
437
|
|
|
438
438
|
:param builtins.str cluster_name: The name of the Kubernetes cluster on which get is called.
|
|
@@ -74,7 +74,7 @@ def list_connected_cluster_user_credential(authentication_method: Optional[Union
|
|
|
74
74
|
|
|
75
75
|
Uses Azure REST API version 2024-02-01-preview.
|
|
76
76
|
|
|
77
|
-
Other available API versions: 2021-10-01, 2022-05-01-preview, 2022-10-01-preview, 2023-11-01-preview, 2024-01-01, 2024-06-01-preview, 2024-07-01-preview, 2024-07-15-preview, 2024-12-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native kubernetes [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
77
|
+
Other available API versions: 2021-10-01, 2022-05-01-preview, 2022-10-01-preview, 2023-11-01-preview, 2024-01-01, 2024-06-01-preview, 2024-07-01-preview, 2024-07-15-preview, 2024-12-01-preview, 2025-08-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native kubernetes [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
78
78
|
|
|
79
79
|
|
|
80
80
|
:param Union[builtins.str, 'AuthenticationMethod'] authentication_method: The mode of client authentication.
|
|
@@ -103,7 +103,7 @@ def list_connected_cluster_user_credential_output(authentication_method: Optiona
|
|
|
103
103
|
|
|
104
104
|
Uses Azure REST API version 2024-02-01-preview.
|
|
105
105
|
|
|
106
|
-
Other available API versions: 2021-10-01, 2022-05-01-preview, 2022-10-01-preview, 2023-11-01-preview, 2024-01-01, 2024-06-01-preview, 2024-07-01-preview, 2024-07-15-preview, 2024-12-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native kubernetes [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
106
|
+
Other available API versions: 2021-10-01, 2022-05-01-preview, 2022-10-01-preview, 2023-11-01-preview, 2024-01-01, 2024-06-01-preview, 2024-07-01-preview, 2024-07-15-preview, 2024-12-01-preview, 2025-08-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native kubernetes [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
107
107
|
|
|
108
108
|
|
|
109
109
|
:param Union[builtins.str, 'AuthenticationMethod'] authentication_method: The mode of client authentication.
|
|
@@ -131,9 +131,9 @@ class GetMaintenanceConfigurationResult:
|
|
|
131
131
|
|
|
132
132
|
@property
|
|
133
133
|
@pulumi.getter
|
|
134
|
-
def location(self) -> builtins.str:
|
|
134
|
+
def location(self) -> Optional[builtins.str]:
|
|
135
135
|
"""
|
|
136
|
-
|
|
136
|
+
Gets or sets location of the resource
|
|
137
137
|
"""
|
|
138
138
|
return pulumi.get(self, "location")
|
|
139
139
|
|
|
@@ -189,7 +189,7 @@ class GetMaintenanceConfigurationResult:
|
|
|
189
189
|
@pulumi.getter
|
|
190
190
|
def tags(self) -> Optional[Mapping[str, builtins.str]]:
|
|
191
191
|
"""
|
|
192
|
-
|
|
192
|
+
Gets or sets tags of the resource
|
|
193
193
|
"""
|
|
194
194
|
return pulumi.get(self, "tags")
|
|
195
195
|
|
|
@@ -44,13 +44,13 @@ class MaintenanceConfigurationArgs:
|
|
|
44
44
|
:param pulumi.Input[builtins.str] expiration_date_time: Effective expiration date of the maintenance window in YYYY-MM-DD hh:mm format. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone. Expiration date must be set to a future date. If not provided, it will be set to the maximum datetime 9999-12-31 23:59:59.
|
|
45
45
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] extension_properties: Gets or sets extensionProperties of the maintenanceConfiguration
|
|
46
46
|
:param pulumi.Input['InputPatchConfigurationArgs'] install_patches: The input parameters to be passed to the patch run operation.
|
|
47
|
-
:param pulumi.Input[builtins.str] location:
|
|
47
|
+
:param pulumi.Input[builtins.str] location: Gets or sets location of the resource
|
|
48
48
|
:param pulumi.Input[Union[builtins.str, 'MaintenanceScope']] maintenance_scope: Gets or sets maintenanceScope of the configuration
|
|
49
49
|
:param pulumi.Input[builtins.str] namespace: Gets or sets namespace of the resource
|
|
50
50
|
:param pulumi.Input[builtins.str] recur_every: Rate at which a Maintenance window is expected to recur. The rate can be expressed as daily, weekly, or monthly schedules. Daily schedule are formatted as recurEvery: [Frequency as integer]['Day(s)']. If no frequency is provided, the default frequency is 1. Daily schedule examples are recurEvery: Day, recurEvery: 3Days. Weekly schedule are formatted as recurEvery: [Frequency as integer]['Week(s)'] [Optional comma separated list of weekdays Monday-Sunday]. Weekly schedule examples are recurEvery: 3Weeks, recurEvery: Week Saturday,Sunday. Monthly schedules are formatted as [Frequency as integer]['Month(s)'] [Comma separated list of month days] or [Frequency as integer]['Month(s)'] [Week of Month (First, Second, Third, Fourth, Last)] [Weekday Monday-Sunday] [Optional Offset(No. of days)]. Offset value must be between -6 to 6 inclusive. Monthly schedule examples are recurEvery: Month, recurEvery: 2Months, recurEvery: Month day23,day24, recurEvery: Month Last Sunday, recurEvery: Month Fourth Monday, recurEvery: Month Last Sunday Offset-3, recurEvery: Month Third Sunday Offset6.
|
|
51
51
|
:param pulumi.Input[builtins.str] resource_name: The name of the MaintenanceConfiguration
|
|
52
52
|
:param pulumi.Input[builtins.str] start_date_time: Effective start date of the maintenance window in YYYY-MM-DD hh:mm format. The start date can be set to either the current date or future date. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone.
|
|
53
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags:
|
|
53
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Gets or sets tags of the resource
|
|
54
54
|
:param pulumi.Input[builtins.str] time_zone: Name of the timezone. List of timezones can be obtained by executing [System.TimeZoneInfo]::GetSystemTimeZones() in PowerShell. Example: Pacific Standard Time, UTC, W. Europe Standard Time, Korea Standard Time, Cen. Australia Standard Time.
|
|
55
55
|
:param pulumi.Input[Union[builtins.str, 'Visibility']] visibility: Gets or sets the visibility of the configuration. The default value is 'Custom'
|
|
56
56
|
"""
|
|
@@ -146,7 +146,7 @@ class MaintenanceConfigurationArgs:
|
|
|
146
146
|
@pulumi.getter
|
|
147
147
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
148
148
|
"""
|
|
149
|
-
|
|
149
|
+
Gets or sets location of the resource
|
|
150
150
|
"""
|
|
151
151
|
return pulumi.get(self, "location")
|
|
152
152
|
|
|
@@ -218,7 +218,7 @@ class MaintenanceConfigurationArgs:
|
|
|
218
218
|
@pulumi.getter
|
|
219
219
|
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
|
220
220
|
"""
|
|
221
|
-
|
|
221
|
+
Gets or sets tags of the resource
|
|
222
222
|
"""
|
|
223
223
|
return pulumi.get(self, "tags")
|
|
224
224
|
|
|
@@ -285,14 +285,14 @@ class MaintenanceConfiguration(pulumi.CustomResource):
|
|
|
285
285
|
:param pulumi.Input[builtins.str] expiration_date_time: Effective expiration date of the maintenance window in YYYY-MM-DD hh:mm format. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone. Expiration date must be set to a future date. If not provided, it will be set to the maximum datetime 9999-12-31 23:59:59.
|
|
286
286
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] extension_properties: Gets or sets extensionProperties of the maintenanceConfiguration
|
|
287
287
|
:param pulumi.Input[Union['InputPatchConfigurationArgs', 'InputPatchConfigurationArgsDict']] install_patches: The input parameters to be passed to the patch run operation.
|
|
288
|
-
:param pulumi.Input[builtins.str] location:
|
|
288
|
+
:param pulumi.Input[builtins.str] location: Gets or sets location of the resource
|
|
289
289
|
:param pulumi.Input[Union[builtins.str, 'MaintenanceScope']] maintenance_scope: Gets or sets maintenanceScope of the configuration
|
|
290
290
|
:param pulumi.Input[builtins.str] namespace: Gets or sets namespace of the resource
|
|
291
291
|
:param pulumi.Input[builtins.str] recur_every: Rate at which a Maintenance window is expected to recur. The rate can be expressed as daily, weekly, or monthly schedules. Daily schedule are formatted as recurEvery: [Frequency as integer]['Day(s)']. If no frequency is provided, the default frequency is 1. Daily schedule examples are recurEvery: Day, recurEvery: 3Days. Weekly schedule are formatted as recurEvery: [Frequency as integer]['Week(s)'] [Optional comma separated list of weekdays Monday-Sunday]. Weekly schedule examples are recurEvery: 3Weeks, recurEvery: Week Saturday,Sunday. Monthly schedules are formatted as [Frequency as integer]['Month(s)'] [Comma separated list of month days] or [Frequency as integer]['Month(s)'] [Week of Month (First, Second, Third, Fourth, Last)] [Weekday Monday-Sunday] [Optional Offset(No. of days)]. Offset value must be between -6 to 6 inclusive. Monthly schedule examples are recurEvery: Month, recurEvery: 2Months, recurEvery: Month day23,day24, recurEvery: Month Last Sunday, recurEvery: Month Fourth Monday, recurEvery: Month Last Sunday Offset-3, recurEvery: Month Third Sunday Offset6.
|
|
292
292
|
:param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
293
293
|
:param pulumi.Input[builtins.str] resource_name_: The name of the MaintenanceConfiguration
|
|
294
294
|
:param pulumi.Input[builtins.str] start_date_time: Effective start date of the maintenance window in YYYY-MM-DD hh:mm format. The start date can be set to either the current date or future date. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone.
|
|
295
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags:
|
|
295
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Gets or sets tags of the resource
|
|
296
296
|
:param pulumi.Input[builtins.str] time_zone: Name of the timezone. List of timezones can be obtained by executing [System.TimeZoneInfo]::GetSystemTimeZones() in PowerShell. Example: Pacific Standard Time, UTC, W. Europe Standard Time, Korea Standard Time, Cen. Australia Standard Time.
|
|
297
297
|
:param pulumi.Input[Union[builtins.str, 'Visibility']] visibility: Gets or sets the visibility of the configuration. The default value is 'Custom'
|
|
298
298
|
"""
|
|
@@ -451,9 +451,9 @@ class MaintenanceConfiguration(pulumi.CustomResource):
|
|
|
451
451
|
|
|
452
452
|
@property
|
|
453
453
|
@pulumi.getter
|
|
454
|
-
def location(self) -> pulumi.Output[builtins.str]:
|
|
454
|
+
def location(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
455
455
|
"""
|
|
456
|
-
|
|
456
|
+
Gets or sets location of the resource
|
|
457
457
|
"""
|
|
458
458
|
return pulumi.get(self, "location")
|
|
459
459
|
|
|
@@ -509,7 +509,7 @@ class MaintenanceConfiguration(pulumi.CustomResource):
|
|
|
509
509
|
@pulumi.getter
|
|
510
510
|
def tags(self) -> pulumi.Output[Optional[Mapping[str, builtins.str]]]:
|
|
511
511
|
"""
|
|
512
|
-
|
|
512
|
+
Gets or sets tags of the resource
|
|
513
513
|
"""
|
|
514
514
|
return pulumi.get(self, "tags")
|
|
515
515
|
|
|
@@ -0,0 +1,27 @@
|
|
|
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 builtins
|
|
6
|
+
from .. import _utilities
|
|
7
|
+
import typing
|
|
8
|
+
# Export this package's modules as members:
|
|
9
|
+
from ._enums import *
|
|
10
|
+
from .approval import *
|
|
11
|
+
from .community import *
|
|
12
|
+
from .community_endpoint import *
|
|
13
|
+
from .enclave_connection import *
|
|
14
|
+
from .enclave_endpoint import *
|
|
15
|
+
from .get_approval import *
|
|
16
|
+
from .get_community import *
|
|
17
|
+
from .get_community_endpoint import *
|
|
18
|
+
from .get_enclave_connection import *
|
|
19
|
+
from .get_enclave_endpoint import *
|
|
20
|
+
from .get_transit_hub import *
|
|
21
|
+
from .get_virtual_enclave import *
|
|
22
|
+
from .get_workload import *
|
|
23
|
+
from .transit_hub import *
|
|
24
|
+
from .virtual_enclave import *
|
|
25
|
+
from .workload import *
|
|
26
|
+
from ._inputs import *
|
|
27
|
+
from . import outputs
|
|
@@ -0,0 +1,412 @@
|
|
|
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 builtins
|
|
6
|
+
import pulumi
|
|
7
|
+
from enum import Enum
|
|
8
|
+
|
|
9
|
+
__all__ = [
|
|
10
|
+
'ActionPerformed',
|
|
11
|
+
'ApprovalPolicy',
|
|
12
|
+
'ApprovalStatus',
|
|
13
|
+
'CommunityEndpointProtocol',
|
|
14
|
+
'DestinationType',
|
|
15
|
+
'DiagnosticDestination',
|
|
16
|
+
'EnclaveEndpointProtocol',
|
|
17
|
+
'Enforcement',
|
|
18
|
+
'FirewallSKU',
|
|
19
|
+
'Justification',
|
|
20
|
+
'ManagedServiceIdentityType',
|
|
21
|
+
'Mode',
|
|
22
|
+
'Option',
|
|
23
|
+
'PolicyAction',
|
|
24
|
+
'PolicyOverride',
|
|
25
|
+
'ServiceIdentifier',
|
|
26
|
+
'TransitHubState',
|
|
27
|
+
'TransitOptionType',
|
|
28
|
+
'Type',
|
|
29
|
+
]
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
@pulumi.type_token("azure-native:mission:ActionPerformed")
|
|
33
|
+
class ActionPerformed(builtins.str, Enum):
|
|
34
|
+
"""
|
|
35
|
+
Action Performed by approver
|
|
36
|
+
"""
|
|
37
|
+
APPROVED = "Approved"
|
|
38
|
+
"""
|
|
39
|
+
Action was Approved
|
|
40
|
+
"""
|
|
41
|
+
REJECTED = "Rejected"
|
|
42
|
+
"""
|
|
43
|
+
Action was Rejected
|
|
44
|
+
"""
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
@pulumi.type_token("azure-native:mission:ApprovalPolicy")
|
|
48
|
+
class ApprovalPolicy(builtins.str, Enum):
|
|
49
|
+
"""
|
|
50
|
+
Approval required for deploying service catalog templates (Required or NotRequired).
|
|
51
|
+
"""
|
|
52
|
+
REQUIRED = "Required"
|
|
53
|
+
"""
|
|
54
|
+
Approval will be required for the specified action.
|
|
55
|
+
"""
|
|
56
|
+
NOT_REQUIRED = "NotRequired"
|
|
57
|
+
"""
|
|
58
|
+
Approval will not be required for the specified action.
|
|
59
|
+
"""
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
@pulumi.type_token("azure-native:mission:ApprovalStatus")
|
|
63
|
+
class ApprovalStatus(builtins.str, Enum):
|
|
64
|
+
"""
|
|
65
|
+
Status of the approval. Uses ApprovalStatus enum.
|
|
66
|
+
"""
|
|
67
|
+
APPROVED = "Approved"
|
|
68
|
+
"""
|
|
69
|
+
ApprovalStatus Type Approved
|
|
70
|
+
"""
|
|
71
|
+
REJECTED = "Rejected"
|
|
72
|
+
"""
|
|
73
|
+
ApprovalStatus Type Rejected
|
|
74
|
+
"""
|
|
75
|
+
PENDING = "Pending"
|
|
76
|
+
"""
|
|
77
|
+
ApprovalStatus Type Pending
|
|
78
|
+
"""
|
|
79
|
+
DELETED = "Deleted"
|
|
80
|
+
"""
|
|
81
|
+
ApprovalStatus Type Deleted
|
|
82
|
+
"""
|
|
83
|
+
EXPIRED = "Expired"
|
|
84
|
+
"""
|
|
85
|
+
ApprovalStatus Type Expired
|
|
86
|
+
"""
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
@pulumi.type_token("azure-native:mission:CommunityEndpointProtocol")
|
|
90
|
+
class CommunityEndpointProtocol(builtins.str, Enum):
|
|
91
|
+
"""
|
|
92
|
+
Community Endpoint Protocol Enum
|
|
93
|
+
"""
|
|
94
|
+
ANY = "ANY"
|
|
95
|
+
"""
|
|
96
|
+
CommunityEndpointProtocol Type ANY
|
|
97
|
+
"""
|
|
98
|
+
TCP = "TCP"
|
|
99
|
+
"""
|
|
100
|
+
CommunityEndpointProtocol Type TCP
|
|
101
|
+
"""
|
|
102
|
+
UDP = "UDP"
|
|
103
|
+
"""
|
|
104
|
+
CommunityEndpointProtocol Type UDP
|
|
105
|
+
"""
|
|
106
|
+
ICMP = "ICMP"
|
|
107
|
+
"""
|
|
108
|
+
CommunityEndpointProtocol Type ICMP
|
|
109
|
+
"""
|
|
110
|
+
ESP = "ESP"
|
|
111
|
+
"""
|
|
112
|
+
CommunityEndpointProtocol Type ESP
|
|
113
|
+
"""
|
|
114
|
+
AH = "AH"
|
|
115
|
+
"""
|
|
116
|
+
CommunityEndpointProtocol Type AH
|
|
117
|
+
"""
|
|
118
|
+
HTTPS = "HTTPS"
|
|
119
|
+
"""
|
|
120
|
+
CommunityEndpointProtocol Type HTTPS
|
|
121
|
+
"""
|
|
122
|
+
HTTP = "HTTP"
|
|
123
|
+
"""
|
|
124
|
+
CommunityEndpointProtocol Type HTTP
|
|
125
|
+
"""
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
@pulumi.type_token("azure-native:mission:DestinationType")
|
|
129
|
+
class DestinationType(builtins.str, Enum):
|
|
130
|
+
"""
|
|
131
|
+
Destination Type.
|
|
132
|
+
"""
|
|
133
|
+
FQDN = "FQDN"
|
|
134
|
+
"""
|
|
135
|
+
DestinationType Type FQDN
|
|
136
|
+
"""
|
|
137
|
+
FQDN_TAG = "FQDNTag"
|
|
138
|
+
"""
|
|
139
|
+
DestinationType Type FQDNTag
|
|
140
|
+
"""
|
|
141
|
+
IP_ADDRESS = "IPAddress"
|
|
142
|
+
"""
|
|
143
|
+
DestinationType Type IPAddress
|
|
144
|
+
"""
|
|
145
|
+
PRIVATE_NETWORK = "PrivateNetwork"
|
|
146
|
+
"""
|
|
147
|
+
DestinationType Type PrivateNetwork
|
|
148
|
+
"""
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
@pulumi.type_token("azure-native:mission:DiagnosticDestination")
|
|
152
|
+
class DiagnosticDestination(builtins.str, Enum):
|
|
153
|
+
"""
|
|
154
|
+
Diagnostic Destination.
|
|
155
|
+
"""
|
|
156
|
+
COMMUNITY_ONLY = "CommunityOnly"
|
|
157
|
+
"""
|
|
158
|
+
DiagnosticDestination Type CommunityOnly
|
|
159
|
+
"""
|
|
160
|
+
ENCLAVE_ONLY = "EnclaveOnly"
|
|
161
|
+
"""
|
|
162
|
+
DiagnosticDestination Type EnclaveOnly
|
|
163
|
+
"""
|
|
164
|
+
BOTH = "Both"
|
|
165
|
+
"""
|
|
166
|
+
DiagnosticDestination Type Both
|
|
167
|
+
"""
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
@pulumi.type_token("azure-native:mission:EnclaveEndpointProtocol")
|
|
171
|
+
class EnclaveEndpointProtocol(builtins.str, Enum):
|
|
172
|
+
"""
|
|
173
|
+
Enclave Endpoint Protocol Enum
|
|
174
|
+
"""
|
|
175
|
+
ANY = "ANY"
|
|
176
|
+
"""
|
|
177
|
+
EndpointProtocol Type ANY
|
|
178
|
+
"""
|
|
179
|
+
TCP = "TCP"
|
|
180
|
+
"""
|
|
181
|
+
EndpointProtocol Type TCP
|
|
182
|
+
"""
|
|
183
|
+
UDP = "UDP"
|
|
184
|
+
"""
|
|
185
|
+
EndpointProtocol Type UDP
|
|
186
|
+
"""
|
|
187
|
+
ICMP = "ICMP"
|
|
188
|
+
"""
|
|
189
|
+
EndpointProtocol Type ICMP
|
|
190
|
+
"""
|
|
191
|
+
ESP = "ESP"
|
|
192
|
+
"""
|
|
193
|
+
EndpointProtocol Type ESP
|
|
194
|
+
"""
|
|
195
|
+
AH = "AH"
|
|
196
|
+
"""
|
|
197
|
+
EndpointProtocol Type AH
|
|
198
|
+
"""
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
@pulumi.type_token("azure-native:mission:Enforcement")
|
|
202
|
+
class Enforcement(builtins.str, Enum):
|
|
203
|
+
"""
|
|
204
|
+
Initiative enforcement (Enabled or Disabled).
|
|
205
|
+
"""
|
|
206
|
+
ENABLED = "Enabled"
|
|
207
|
+
DISABLED = "Disabled"
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
@pulumi.type_token("azure-native:mission:FirewallSKU")
|
|
211
|
+
class FirewallSKU(builtins.str, Enum):
|
|
212
|
+
"""
|
|
213
|
+
SKU of the community's Azure Firewall (Basic, Standard, Premium). Standard is the default
|
|
214
|
+
"""
|
|
215
|
+
BASIC = "Basic"
|
|
216
|
+
"""
|
|
217
|
+
FirewallSKU Basic
|
|
218
|
+
"""
|
|
219
|
+
STANDARD = "Standard"
|
|
220
|
+
"""
|
|
221
|
+
FirwallSKU Standard
|
|
222
|
+
"""
|
|
223
|
+
PREMIUM = "Premium"
|
|
224
|
+
"""
|
|
225
|
+
FirewallSKU Premium
|
|
226
|
+
"""
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
@pulumi.type_token("azure-native:mission:Justification")
|
|
230
|
+
class Justification(builtins.str, Enum):
|
|
231
|
+
"""
|
|
232
|
+
Justification for entering or exiting Maintenance Mode
|
|
233
|
+
"""
|
|
234
|
+
NETWORKING = "Networking"
|
|
235
|
+
GOVERNANCE = "Governance"
|
|
236
|
+
OFF = "Off"
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
@pulumi.type_token("azure-native:mission:ManagedServiceIdentityType")
|
|
240
|
+
class ManagedServiceIdentityType(builtins.str, Enum):
|
|
241
|
+
"""
|
|
242
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
243
|
+
"""
|
|
244
|
+
NONE = "None"
|
|
245
|
+
SYSTEM_ASSIGNED = "SystemAssigned"
|
|
246
|
+
USER_ASSIGNED = "UserAssigned"
|
|
247
|
+
SYSTEM_ASSIGNED_USER_ASSIGNED = "SystemAssigned,UserAssigned"
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
@pulumi.type_token("azure-native:mission:Mode")
|
|
251
|
+
class Mode(builtins.str, Enum):
|
|
252
|
+
"""
|
|
253
|
+
Current mode of Maintenance Mode Configuration
|
|
254
|
+
"""
|
|
255
|
+
ON = "On"
|
|
256
|
+
CAN_NOT_DELETE = "CanNotDelete"
|
|
257
|
+
OFF = "Off"
|
|
258
|
+
GENERAL = "General"
|
|
259
|
+
ADVANCED = "Advanced"
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
@pulumi.type_token("azure-native:mission:Option")
|
|
263
|
+
class Option(builtins.str, Enum):
|
|
264
|
+
"""
|
|
265
|
+
Governance option for this service (Allow, Deny, ExceptionOnly, or NotApplicable).
|
|
266
|
+
"""
|
|
267
|
+
ALLOW = "Allow"
|
|
268
|
+
DENY = "Deny"
|
|
269
|
+
EXCEPTION_ONLY = "ExceptionOnly"
|
|
270
|
+
NOT_APPLICABLE = "NotApplicable"
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
@pulumi.type_token("azure-native:mission:PolicyAction")
|
|
274
|
+
class PolicyAction(builtins.str, Enum):
|
|
275
|
+
"""
|
|
276
|
+
Enforcement mode for policy. AuditOnly, Enforce, or None.
|
|
277
|
+
"""
|
|
278
|
+
AUDIT_ONLY = "AuditOnly"
|
|
279
|
+
ENFORCE = "Enforce"
|
|
280
|
+
NONE = "None"
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
@pulumi.type_token("azure-native:mission:PolicyOverride")
|
|
284
|
+
class PolicyOverride(builtins.str, Enum):
|
|
285
|
+
"""
|
|
286
|
+
Policy override setting for the community. Specifies whether to apply enclave-specific policies or disable policy enforcement.
|
|
287
|
+
"""
|
|
288
|
+
ENCLAVE = "Enclave"
|
|
289
|
+
NONE = "None"
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
@pulumi.type_token("azure-native:mission:ServiceIdentifier")
|
|
293
|
+
class ServiceIdentifier(builtins.str, Enum):
|
|
294
|
+
"""
|
|
295
|
+
Service ID
|
|
296
|
+
"""
|
|
297
|
+
AKS = "AKS"
|
|
298
|
+
"""
|
|
299
|
+
Service identifier for AKS
|
|
300
|
+
"""
|
|
301
|
+
APP_SERVICE = "AppService"
|
|
302
|
+
"""
|
|
303
|
+
Service identifier for App Service
|
|
304
|
+
"""
|
|
305
|
+
AZURE_FIREWALLS = "AzureFirewalls"
|
|
306
|
+
"""
|
|
307
|
+
Service identifier for Azure Firewalls
|
|
308
|
+
"""
|
|
309
|
+
CONTAINER_REGISTRY = "ContainerRegistry"
|
|
310
|
+
"""
|
|
311
|
+
Service identifier for Container Registry
|
|
312
|
+
"""
|
|
313
|
+
COSMOS_DB = "CosmosDB"
|
|
314
|
+
"""
|
|
315
|
+
Service identifier for CosmosDB
|
|
316
|
+
"""
|
|
317
|
+
DATA_CONNECTORS = "DataConnectors"
|
|
318
|
+
"""
|
|
319
|
+
Service identifier for Data Connectors
|
|
320
|
+
"""
|
|
321
|
+
INSIGHTS = "Insights"
|
|
322
|
+
"""
|
|
323
|
+
Service identifier for Insights
|
|
324
|
+
"""
|
|
325
|
+
KEY_VAULT = "KeyVault"
|
|
326
|
+
"""
|
|
327
|
+
Service identifier for Key Vault
|
|
328
|
+
"""
|
|
329
|
+
LOGIC = "Logic"
|
|
330
|
+
"""
|
|
331
|
+
Service identifier for Logic
|
|
332
|
+
"""
|
|
333
|
+
MICROSOFT_SQL = "MicrosoftSQL"
|
|
334
|
+
"""
|
|
335
|
+
Service identifier for Microsoft SQL
|
|
336
|
+
"""
|
|
337
|
+
MONITORING = "Monitoring"
|
|
338
|
+
"""
|
|
339
|
+
Service identifier for Monitoring
|
|
340
|
+
"""
|
|
341
|
+
POSTGRE_SQL = "PostgreSQL"
|
|
342
|
+
"""
|
|
343
|
+
Service identifier for PostgreSQL
|
|
344
|
+
"""
|
|
345
|
+
PRIVATE_DNS_ZONES = "PrivateDNSZones"
|
|
346
|
+
"""
|
|
347
|
+
Service identifier for Private DNS Zones
|
|
348
|
+
"""
|
|
349
|
+
SERVICE_BUS = "ServiceBus"
|
|
350
|
+
"""
|
|
351
|
+
Service identifier for Service Bus
|
|
352
|
+
"""
|
|
353
|
+
STORAGE = "Storage"
|
|
354
|
+
"""
|
|
355
|
+
Service identifier for Storage
|
|
356
|
+
"""
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
@pulumi.type_token("azure-native:mission:TransitHubState")
|
|
360
|
+
class TransitHubState(builtins.str, Enum):
|
|
361
|
+
"""
|
|
362
|
+
The state of the transitHub.
|
|
363
|
+
"""
|
|
364
|
+
PENDING_APPROVAL = "PendingApproval"
|
|
365
|
+
"""
|
|
366
|
+
TransitHubState Type PendingApproval
|
|
367
|
+
"""
|
|
368
|
+
APPROVED = "Approved"
|
|
369
|
+
"""
|
|
370
|
+
TransitHubState Type Approved
|
|
371
|
+
"""
|
|
372
|
+
PENDING_UPDATE = "PendingUpdate"
|
|
373
|
+
"""
|
|
374
|
+
TransitHubState Type PendingUpdate
|
|
375
|
+
"""
|
|
376
|
+
ACTIVE = "Active"
|
|
377
|
+
"""
|
|
378
|
+
TransitHubState Type Active
|
|
379
|
+
"""
|
|
380
|
+
FAILED = "Failed"
|
|
381
|
+
"""
|
|
382
|
+
TransitHubState Type Failed
|
|
383
|
+
"""
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
@pulumi.type_token("azure-native:mission:TransitOptionType")
|
|
387
|
+
class TransitOptionType(builtins.str, Enum):
|
|
388
|
+
"""
|
|
389
|
+
Transit Option Type.
|
|
390
|
+
"""
|
|
391
|
+
EXPRESS_ROUTE = "ExpressRoute"
|
|
392
|
+
"""
|
|
393
|
+
TransitOptionType ExpressRoute
|
|
394
|
+
"""
|
|
395
|
+
GATEWAY = "Gateway"
|
|
396
|
+
"""
|
|
397
|
+
TransitOptionType Gateway
|
|
398
|
+
"""
|
|
399
|
+
PEERING = "Peering"
|
|
400
|
+
"""
|
|
401
|
+
TransitOptionType Peering
|
|
402
|
+
"""
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
@pulumi.type_token("azure-native:mission:Type")
|
|
406
|
+
class Type(builtins.str, Enum):
|
|
407
|
+
"""
|
|
408
|
+
The type of the object id. We currently allow users, groups, and service principals
|
|
409
|
+
"""
|
|
410
|
+
USER = "User"
|
|
411
|
+
GROUP = "Group"
|
|
412
|
+
SERVICE_PRINCIPAL = "ServicePrincipal"
|