pulumi-azure-native 3.6.0a1754062012__py3-none-any.whl → 3.7.0a1754428586__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/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.0a1754062012.dist-info → pulumi_azure_native-3.7.0a1754428586.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.6.0a1754062012.dist-info → pulumi_azure_native-3.7.0a1754428586.dist-info}/RECORD +289 -254
- {pulumi_azure_native-3.6.0a1754062012.dist-info → pulumi_azure_native-3.7.0a1754428586.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.6.0a1754062012.dist-info → pulumi_azure_native-3.7.0a1754428586.dist-info}/top_level.txt +0 -0
|
@@ -119,7 +119,7 @@ class TrustedAccessRoleBinding(pulumi.CustomResource):
|
|
|
119
119
|
|
|
120
120
|
Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-02-preview.
|
|
121
121
|
|
|
122
|
-
Other available API versions: 2022-04-02-preview, 2022-05-02-preview, 2022-06-02-preview, 2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview, 2024-03-02-preview, 2024-04-02-preview, 2024-05-01, 2024-05-02-preview, 2024-06-02-preview, 2024-07-01, 2024-07-02-preview, 2024-08-01, 2024-09-01, 2024-09-02-preview, 2024-10-02-preview, 2025-01-01, 2025-01-02-preview, 2025-02-01, 2025-02-02-preview, 2025-03-01, 2025-03-02-preview, 2025-04-01, 2025-04-02-preview, 2025-05-01, 2025-05-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerservice [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
122
|
+
Other available API versions: 2022-04-02-preview, 2022-05-02-preview, 2022-06-02-preview, 2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview, 2024-03-02-preview, 2024-04-02-preview, 2024-05-01, 2024-05-02-preview, 2024-06-02-preview, 2024-07-01, 2024-07-02-preview, 2024-08-01, 2024-09-01, 2024-09-02-preview, 2024-10-02-preview, 2025-01-01, 2025-01-02-preview, 2025-02-01, 2025-02-02-preview, 2025-03-01, 2025-03-02-preview, 2025-04-01, 2025-04-02-preview, 2025-05-01, 2025-05-02-preview, 2025-06-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerservice [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
123
123
|
|
|
124
124
|
:param str resource_name: The name of the resource.
|
|
125
125
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -140,7 +140,7 @@ class TrustedAccessRoleBinding(pulumi.CustomResource):
|
|
|
140
140
|
|
|
141
141
|
Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-02-preview.
|
|
142
142
|
|
|
143
|
-
Other available API versions: 2022-04-02-preview, 2022-05-02-preview, 2022-06-02-preview, 2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview, 2024-03-02-preview, 2024-04-02-preview, 2024-05-01, 2024-05-02-preview, 2024-06-02-preview, 2024-07-01, 2024-07-02-preview, 2024-08-01, 2024-09-01, 2024-09-02-preview, 2024-10-02-preview, 2025-01-01, 2025-01-02-preview, 2025-02-01, 2025-02-02-preview, 2025-03-01, 2025-03-02-preview, 2025-04-01, 2025-04-02-preview, 2025-05-01, 2025-05-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerservice [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
143
|
+
Other available API versions: 2022-04-02-preview, 2022-05-02-preview, 2022-06-02-preview, 2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview, 2024-03-02-preview, 2024-04-02-preview, 2024-05-01, 2024-05-02-preview, 2024-06-02-preview, 2024-07-01, 2024-07-02-preview, 2024-08-01, 2024-09-01, 2024-09-02-preview, 2024-10-02-preview, 2025-01-01, 2025-01-02-preview, 2025-02-01, 2025-02-02-preview, 2025-03-01, 2025-03-02-preview, 2025-04-01, 2025-04-02-preview, 2025-05-01, 2025-05-02-preview, 2025-06-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerservice [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
144
144
|
|
|
145
145
|
:param str resource_name: The name of the resource.
|
|
146
146
|
:param TrustedAccessRoleBindingArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -189,7 +189,7 @@ class TrustedAccessRoleBinding(pulumi.CustomResource):
|
|
|
189
189
|
__props__.__dict__["provisioning_state"] = None
|
|
190
190
|
__props__.__dict__["system_data"] = None
|
|
191
191
|
__props__.__dict__["type"] = None
|
|
192
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerservice/v20220402preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220502preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220602preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220702preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220802preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220803preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220902preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20221002preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20221102preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230102preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230202preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230302preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230402preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230502preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230602preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230702preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230802preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230901:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230902preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20231001:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20231002preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20231101:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20231102preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240101:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240102preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240201:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240202preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240302preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240402preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240501:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240502preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240602preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240701:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240702preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240801:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240901:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240902preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20241001:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20241002preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20250101:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20250102preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20250201:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20250202preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20250301:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20250302preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20250401:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20250402preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20250501:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20250502preview:TrustedAccessRoleBinding")])
|
|
192
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerservice/v20220402preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220502preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220602preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220702preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220802preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220803preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220902preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20221002preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20221102preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230102preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230202preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230302preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230402preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230502preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230602preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230702preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230802preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230901:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230902preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20231001:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20231002preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20231101:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20231102preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240101:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240102preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240201:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240202preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240302preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240402preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240501:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240502preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240602preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240701:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240702preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240801:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240901:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240902preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20241001:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20241002preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20250101:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20250102preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20250201:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20250202preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20250301:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20250302preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20250401:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20250402preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20250501:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20250502preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20250602preview:TrustedAccessRoleBinding")])
|
|
193
193
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
194
194
|
super(TrustedAccessRoleBinding, __self__).__init__(
|
|
195
195
|
'azure-native:containerservice:TrustedAccessRoleBinding',
|
|
@@ -165,7 +165,7 @@ class UpdateRun(pulumi.CustomResource):
|
|
|
165
165
|
|
|
166
166
|
Uses Azure REST API version 2024-05-02-preview. In version 2.x of the Azure Native provider, it used API version 2023-03-15-preview.
|
|
167
167
|
|
|
168
|
-
Other available API versions: 2023-03-15-preview, 2023-06-15-preview, 2023-08-15-preview, 2023-10-15, 2024-02-02-preview, 2024-04-01, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerservice [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
168
|
+
Other available API versions: 2023-03-15-preview, 2023-06-15-preview, 2023-08-15-preview, 2023-10-15, 2024-02-02-preview, 2024-04-01, 2025-03-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerservice [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
169
169
|
|
|
170
170
|
:param str resource_name: The name of the resource.
|
|
171
171
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -200,7 +200,7 @@ class UpdateRun(pulumi.CustomResource):
|
|
|
200
200
|
|
|
201
201
|
Uses Azure REST API version 2024-05-02-preview. In version 2.x of the Azure Native provider, it used API version 2023-03-15-preview.
|
|
202
202
|
|
|
203
|
-
Other available API versions: 2023-03-15-preview, 2023-06-15-preview, 2023-08-15-preview, 2023-10-15, 2024-02-02-preview, 2024-04-01, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerservice [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
203
|
+
Other available API versions: 2023-03-15-preview, 2023-06-15-preview, 2023-08-15-preview, 2023-10-15, 2024-02-02-preview, 2024-04-01, 2025-03-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerservice [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
204
204
|
|
|
205
205
|
:param str resource_name: The name of the resource.
|
|
206
206
|
:param UpdateRunArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -251,7 +251,7 @@ class UpdateRun(pulumi.CustomResource):
|
|
|
251
251
|
__props__.__dict__["status"] = None
|
|
252
252
|
__props__.__dict__["system_data"] = None
|
|
253
253
|
__props__.__dict__["type"] = None
|
|
254
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerservice/v20230315preview:UpdateRun"), pulumi.Alias(type_="azure-native:containerservice/v20230615preview:UpdateRun"), pulumi.Alias(type_="azure-native:containerservice/v20230815preview:UpdateRun"), pulumi.Alias(type_="azure-native:containerservice/v20231015:UpdateRun"), pulumi.Alias(type_="azure-native:containerservice/v20240202preview:UpdateRun"), pulumi.Alias(type_="azure-native:containerservice/v20240401:UpdateRun"), pulumi.Alias(type_="azure-native:containerservice/v20240502preview:UpdateRun"), pulumi.Alias(type_="azure-native:containerservice/v20250301:UpdateRun")])
|
|
254
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerservice/v20230315preview:UpdateRun"), pulumi.Alias(type_="azure-native:containerservice/v20230615preview:UpdateRun"), pulumi.Alias(type_="azure-native:containerservice/v20230815preview:UpdateRun"), pulumi.Alias(type_="azure-native:containerservice/v20231015:UpdateRun"), pulumi.Alias(type_="azure-native:containerservice/v20240202preview:UpdateRun"), pulumi.Alias(type_="azure-native:containerservice/v20240401:UpdateRun"), pulumi.Alias(type_="azure-native:containerservice/v20240502preview:UpdateRun"), pulumi.Alias(type_="azure-native:containerservice/v20250301:UpdateRun"), pulumi.Alias(type_="azure-native:containerservice/v20250401preview:UpdateRun")])
|
|
255
255
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
256
256
|
super(UpdateRun, __self__).__init__(
|
|
257
257
|
'azure-native:containerservice:UpdateRun',
|
|
@@ -360,7 +360,7 @@ def get_job(expand: Optional[builtins.str] = None,
|
|
|
360
360
|
|
|
361
361
|
Uses Azure REST API version 2024-03-01-preview.
|
|
362
362
|
|
|
363
|
-
Other available API versions: 2022-12-01, 2023-03-01, 2023-12-01, 2024-02-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native databox [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
363
|
+
Other available API versions: 2022-12-01, 2023-03-01, 2023-12-01, 2024-02-01-preview, 2025-02-01, 2025-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native databox [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
364
364
|
|
|
365
365
|
|
|
366
366
|
:param builtins.str expand: $expand is supported on details parameter for job, which provides details on the job stages.
|
|
@@ -410,7 +410,7 @@ def get_job_output(expand: Optional[pulumi.Input[Optional[builtins.str]]] = None
|
|
|
410
410
|
|
|
411
411
|
Uses Azure REST API version 2024-03-01-preview.
|
|
412
412
|
|
|
413
|
-
Other available API versions: 2022-12-01, 2023-03-01, 2023-12-01, 2024-02-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native databox [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
413
|
+
Other available API versions: 2022-12-01, 2023-03-01, 2023-12-01, 2024-02-01-preview, 2025-02-01, 2025-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native databox [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
414
414
|
|
|
415
415
|
|
|
416
416
|
:param builtins.str expand: $expand is supported on details parameter for job, which provides details on the job stages.
|
|
@@ -209,7 +209,7 @@ class Job(pulumi.CustomResource):
|
|
|
209
209
|
|
|
210
210
|
Uses Azure REST API version 2024-03-01-preview. In version 2.x of the Azure Native provider, it used API version 2022-12-01.
|
|
211
211
|
|
|
212
|
-
Other available API versions: 2022-12-01, 2023-03-01, 2023-12-01, 2024-02-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native databox [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
212
|
+
Other available API versions: 2022-12-01, 2023-03-01, 2023-12-01, 2024-02-01-preview, 2025-02-01, 2025-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native databox [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
213
213
|
|
|
214
214
|
:param str resource_name: The name of the resource.
|
|
215
215
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -235,7 +235,7 @@ class Job(pulumi.CustomResource):
|
|
|
235
235
|
|
|
236
236
|
Uses Azure REST API version 2024-03-01-preview. In version 2.x of the Azure Native provider, it used API version 2022-12-01.
|
|
237
237
|
|
|
238
|
-
Other available API versions: 2022-12-01, 2023-03-01, 2023-12-01, 2024-02-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native databox [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
238
|
+
Other available API versions: 2022-12-01, 2023-03-01, 2023-12-01, 2024-02-01-preview, 2025-02-01, 2025-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native databox [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
239
239
|
|
|
240
240
|
:param str resource_name: The name of the resource.
|
|
241
241
|
:param JobArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -306,7 +306,7 @@ class Job(pulumi.CustomResource):
|
|
|
306
306
|
__props__.__dict__["status"] = None
|
|
307
307
|
__props__.__dict__["system_data"] = None
|
|
308
308
|
__props__.__dict__["type"] = None
|
|
309
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databox/v20180101:Job"), pulumi.Alias(type_="azure-native:databox/v20190901:Job"), pulumi.Alias(type_="azure-native:databox/v20200401:Job"), pulumi.Alias(type_="azure-native:databox/v20201101:Job"), pulumi.Alias(type_="azure-native:databox/v20210301:Job"), pulumi.Alias(type_="azure-native:databox/v20210501:Job"), pulumi.Alias(type_="azure-native:databox/v20210801preview:Job"), pulumi.Alias(type_="azure-native:databox/v20211201:Job"), pulumi.Alias(type_="azure-native:databox/v20220201:Job"), pulumi.Alias(type_="azure-native:databox/v20220901:Job"), pulumi.Alias(type_="azure-native:databox/v20221001:Job"), pulumi.Alias(type_="azure-native:databox/v20221201:Job"), pulumi.Alias(type_="azure-native:databox/v20230301:Job"), pulumi.Alias(type_="azure-native:databox/v20231201:Job"), pulumi.Alias(type_="azure-native:databox/v20240201preview:Job"), pulumi.Alias(type_="azure-native:databox/v20240301preview:Job"), pulumi.Alias(type_="azure-native:databox/v20250201:Job")])
|
|
309
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databox/v20180101:Job"), pulumi.Alias(type_="azure-native:databox/v20190901:Job"), pulumi.Alias(type_="azure-native:databox/v20200401:Job"), pulumi.Alias(type_="azure-native:databox/v20201101:Job"), pulumi.Alias(type_="azure-native:databox/v20210301:Job"), pulumi.Alias(type_="azure-native:databox/v20210501:Job"), pulumi.Alias(type_="azure-native:databox/v20210801preview:Job"), pulumi.Alias(type_="azure-native:databox/v20211201:Job"), pulumi.Alias(type_="azure-native:databox/v20220201:Job"), pulumi.Alias(type_="azure-native:databox/v20220901:Job"), pulumi.Alias(type_="azure-native:databox/v20221001:Job"), pulumi.Alias(type_="azure-native:databox/v20221201:Job"), pulumi.Alias(type_="azure-native:databox/v20230301:Job"), pulumi.Alias(type_="azure-native:databox/v20231201:Job"), pulumi.Alias(type_="azure-native:databox/v20240201preview:Job"), pulumi.Alias(type_="azure-native:databox/v20240301preview:Job"), pulumi.Alias(type_="azure-native:databox/v20250201:Job"), pulumi.Alias(type_="azure-native:databox/v20250701:Job")])
|
|
310
310
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
311
311
|
super(Job, __self__).__init__(
|
|
312
312
|
'azure-native:databox:Job',
|
|
@@ -71,7 +71,7 @@ def list_job_credentials(job_name: Optional[builtins.str] = None,
|
|
|
71
71
|
|
|
72
72
|
Uses Azure REST API version 2024-03-01-preview.
|
|
73
73
|
|
|
74
|
-
Other available API versions: 2022-12-01, 2023-03-01, 2023-12-01, 2024-02-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native databox [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
74
|
+
Other available API versions: 2022-12-01, 2023-03-01, 2023-12-01, 2024-02-01-preview, 2025-02-01, 2025-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native databox [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
75
75
|
|
|
76
76
|
|
|
77
77
|
:param builtins.str job_name: The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
|
|
@@ -94,7 +94,7 @@ def list_job_credentials_output(job_name: Optional[pulumi.Input[builtins.str]] =
|
|
|
94
94
|
|
|
95
95
|
Uses Azure REST API version 2024-03-01-preview.
|
|
96
96
|
|
|
97
|
-
Other available API versions: 2022-12-01, 2023-03-01, 2023-12-01, 2024-02-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native databox [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
97
|
+
Other available API versions: 2022-12-01, 2023-03-01, 2023-12-01, 2024-02-01-preview, 2025-02-01, 2025-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native databox [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
98
98
|
|
|
99
99
|
|
|
100
100
|
:param builtins.str job_name: The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
|
|
@@ -207,7 +207,7 @@ class Administrator(pulumi.CustomResource):
|
|
|
207
207
|
__props__.__dict__["name"] = None
|
|
208
208
|
__props__.__dict__["system_data"] = None
|
|
209
209
|
__props__.__dict__["type"] = None
|
|
210
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:Administrator"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221201:Administrator"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:Administrator"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:Administrator"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:Administrator"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Administrator"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Administrator"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Administrator"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250101preview:Administrator")])
|
|
210
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:Administrator"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221201:Administrator"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:Administrator"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:Administrator"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:Administrator"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Administrator"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Administrator"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Administrator"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250101preview:Administrator"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250601preview:Administrator")])
|
|
211
211
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
212
212
|
super(Administrator, __self__).__init__(
|
|
213
213
|
'azure-native:dbforpostgresql:Administrator',
|
|
@@ -149,7 +149,7 @@ class Backup(pulumi.CustomResource):
|
|
|
149
149
|
__props__.__dict__["source"] = None
|
|
150
150
|
__props__.__dict__["system_data"] = None
|
|
151
151
|
__props__.__dict__["type"] = None
|
|
152
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Backup"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Backup"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Backup"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250101preview:Backup")])
|
|
152
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Backup"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Backup"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Backup"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250101preview:Backup"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250601preview:Backup")])
|
|
153
153
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
154
154
|
super(Backup, __self__).__init__(
|
|
155
155
|
'azure-native:dbforpostgresql:Backup',
|
|
@@ -121,7 +121,7 @@ class Configuration(pulumi.CustomResource):
|
|
|
121
121
|
|
|
122
122
|
Uses Azure REST API version 2024-08-01. In version 2.x of the Azure Native provider, it used API version 2022-12-01.
|
|
123
123
|
|
|
124
|
-
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
124
|
+
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
125
125
|
|
|
126
126
|
:param str resource_name: The name of the resource.
|
|
127
127
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -142,7 +142,7 @@ class Configuration(pulumi.CustomResource):
|
|
|
142
142
|
|
|
143
143
|
Uses Azure REST API version 2024-08-01. In version 2.x of the Azure Native provider, it used API version 2022-12-01.
|
|
144
144
|
|
|
145
|
-
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
145
|
+
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
146
146
|
|
|
147
147
|
:param str resource_name: The name of the resource.
|
|
148
148
|
:param ConfigurationArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -195,7 +195,7 @@ class Configuration(pulumi.CustomResource):
|
|
|
195
195
|
__props__.__dict__["system_data"] = None
|
|
196
196
|
__props__.__dict__["type"] = None
|
|
197
197
|
__props__.__dict__["unit"] = None
|
|
198
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql/v20171201:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210615privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220120preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221201:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250101preview:Configuration")])
|
|
198
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql/v20171201:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210615privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220120preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221201:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250101preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250601preview:Configuration")])
|
|
199
199
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
200
200
|
super(Configuration, __self__).__init__(
|
|
201
201
|
'azure-native:dbforpostgresql:Configuration',
|
|
@@ -121,7 +121,7 @@ class Database(pulumi.CustomResource):
|
|
|
121
121
|
|
|
122
122
|
Uses Azure REST API version 2024-08-01. In version 2.x of the Azure Native provider, it used API version 2022-12-01.
|
|
123
123
|
|
|
124
|
-
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
124
|
+
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
125
125
|
|
|
126
126
|
:param str resource_name: The name of the resource.
|
|
127
127
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -142,7 +142,7 @@ class Database(pulumi.CustomResource):
|
|
|
142
142
|
|
|
143
143
|
Uses Azure REST API version 2024-08-01. In version 2.x of the Azure Native provider, it used API version 2022-12-01.
|
|
144
144
|
|
|
145
|
-
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
145
|
+
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
146
146
|
|
|
147
147
|
:param str resource_name: The name of the resource.
|
|
148
148
|
:param DatabaseArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -186,7 +186,7 @@ class Database(pulumi.CustomResource):
|
|
|
186
186
|
__props__.__dict__["name"] = None
|
|
187
187
|
__props__.__dict__["system_data"] = None
|
|
188
188
|
__props__.__dict__["type"] = None
|
|
189
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql/v20171201:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20201105preview:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601preview:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220120preview:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221201:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250101preview:Database")])
|
|
189
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql/v20171201:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20201105preview:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601preview:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220120preview:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221201:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250101preview:Database"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250601preview:Database")])
|
|
190
190
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
191
191
|
super(Database, __self__).__init__(
|
|
192
192
|
'azure-native:dbforpostgresql:Database',
|
|
@@ -119,7 +119,7 @@ class FirewallRule(pulumi.CustomResource):
|
|
|
119
119
|
|
|
120
120
|
Uses Azure REST API version 2024-08-01. In version 2.x of the Azure Native provider, it used API version 2022-12-01.
|
|
121
121
|
|
|
122
|
-
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
122
|
+
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
123
123
|
|
|
124
124
|
:param str resource_name: The name of the resource.
|
|
125
125
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -140,7 +140,7 @@ class FirewallRule(pulumi.CustomResource):
|
|
|
140
140
|
|
|
141
141
|
Uses Azure REST API version 2024-08-01. In version 2.x of the Azure Native provider, it used API version 2022-12-01.
|
|
142
142
|
|
|
143
|
-
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
143
|
+
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
144
144
|
|
|
145
145
|
:param str resource_name: The name of the resource.
|
|
146
146
|
:param FirewallRuleArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -188,7 +188,7 @@ class FirewallRule(pulumi.CustomResource):
|
|
|
188
188
|
__props__.__dict__["name"] = None
|
|
189
189
|
__props__.__dict__["system_data"] = None
|
|
190
190
|
__props__.__dict__["type"] = None
|
|
191
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql/v20171201:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20200214preview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20200214privatepreview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20201005privatepreview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210410privatepreview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601preview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210615privatepreview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220120preview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221108:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221201:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230302preview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250101preview:FirewallRule")])
|
|
191
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql/v20171201:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20200214preview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20200214privatepreview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20201005privatepreview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210410privatepreview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601preview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210615privatepreview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220120preview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221108:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221201:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230302preview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250101preview:FirewallRule"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250601preview:FirewallRule")])
|
|
192
192
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
193
193
|
super(FirewallRule, __self__).__init__(
|
|
194
194
|
'azure-native:dbforpostgresql:FirewallRule',
|
|
@@ -240,7 +240,7 @@ def get_configuration(configuration_name: Optional[builtins.str] = None,
|
|
|
240
240
|
|
|
241
241
|
Uses Azure REST API version 2024-08-01.
|
|
242
242
|
|
|
243
|
-
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
243
|
+
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
244
244
|
|
|
245
245
|
|
|
246
246
|
:param builtins.str configuration_name: Name of the server parameter.
|
|
@@ -280,7 +280,7 @@ def get_configuration_output(configuration_name: Optional[pulumi.Input[builtins.
|
|
|
280
280
|
|
|
281
281
|
Uses Azure REST API version 2024-08-01.
|
|
282
282
|
|
|
283
|
-
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
283
|
+
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
284
284
|
|
|
285
285
|
|
|
286
286
|
:param builtins.str configuration_name: Name of the server parameter.
|
|
@@ -132,7 +132,7 @@ def get_database(database_name: Optional[builtins.str] = None,
|
|
|
132
132
|
|
|
133
133
|
Uses Azure REST API version 2024-08-01.
|
|
134
134
|
|
|
135
|
-
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
135
|
+
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
:param builtins.str database_name: Name of the database.
|
|
@@ -163,7 +163,7 @@ def get_database_output(database_name: Optional[pulumi.Input[builtins.str]] = No
|
|
|
163
163
|
|
|
164
164
|
Uses Azure REST API version 2024-08-01.
|
|
165
165
|
|
|
166
|
-
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
166
|
+
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
167
167
|
|
|
168
168
|
|
|
169
169
|
:param builtins.str database_name: Name of the database.
|
|
@@ -132,7 +132,7 @@ def get_firewall_rule(firewall_rule_name: Optional[builtins.str] = None,
|
|
|
132
132
|
|
|
133
133
|
Uses Azure REST API version 2024-08-01.
|
|
134
134
|
|
|
135
|
-
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
135
|
+
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
:param builtins.str firewall_rule_name: Name of the firewall rule.
|
|
@@ -163,7 +163,7 @@ def get_firewall_rule_output(firewall_rule_name: Optional[pulumi.Input[builtins.
|
|
|
163
163
|
|
|
164
164
|
Uses Azure REST API version 2024-08-01.
|
|
165
165
|
|
|
166
|
-
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
166
|
+
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
167
167
|
|
|
168
168
|
|
|
169
169
|
:param builtins.str firewall_rule_name: Name of the firewall rule.
|
|
@@ -421,7 +421,7 @@ def get_migration(migration_name: Optional[builtins.str] = None,
|
|
|
421
421
|
|
|
422
422
|
Uses Azure REST API version 2024-08-01.
|
|
423
423
|
|
|
424
|
-
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
424
|
+
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
425
425
|
|
|
426
426
|
|
|
427
427
|
:param builtins.str migration_name: Name of migration.
|
|
@@ -479,7 +479,7 @@ def get_migration_output(migration_name: Optional[pulumi.Input[builtins.str]] =
|
|
|
479
479
|
|
|
480
480
|
Uses Azure REST API version 2024-08-01.
|
|
481
481
|
|
|
482
|
-
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
482
|
+
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
483
483
|
|
|
484
484
|
|
|
485
485
|
:param builtins.str migration_name: Name of migration.
|
|
@@ -156,7 +156,7 @@ def get_private_endpoint_connection(private_endpoint_connection_name: Optional[b
|
|
|
156
156
|
|
|
157
157
|
Uses Azure REST API version 2024-08-01.
|
|
158
158
|
|
|
159
|
-
Other available API versions: 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
159
|
+
Other available API versions: 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
160
160
|
|
|
161
161
|
|
|
162
162
|
:param builtins.str private_endpoint_connection_name: The name of the private endpoint connection.
|
|
@@ -189,7 +189,7 @@ def get_private_endpoint_connection_output(private_endpoint_connection_name: Opt
|
|
|
189
189
|
|
|
190
190
|
Uses Azure REST API version 2024-08-01.
|
|
191
191
|
|
|
192
|
-
Other available API versions: 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
192
|
+
Other available API versions: 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
193
193
|
|
|
194
194
|
|
|
195
195
|
:param builtins.str private_endpoint_connection_name: The name of the private endpoint connection.
|
|
@@ -371,7 +371,7 @@ def get_server(resource_group_name: Optional[builtins.str] = None,
|
|
|
371
371
|
|
|
372
372
|
Uses Azure REST API version 2024-08-01.
|
|
373
373
|
|
|
374
|
-
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
374
|
+
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
375
375
|
|
|
376
376
|
|
|
377
377
|
:param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -419,7 +419,7 @@ def get_server_output(resource_group_name: Optional[pulumi.Input[builtins.str]]
|
|
|
419
419
|
|
|
420
420
|
Uses Azure REST API version 2024-08-01.
|
|
421
421
|
|
|
422
|
-
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
422
|
+
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
423
423
|
|
|
424
424
|
|
|
425
425
|
:param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -144,7 +144,7 @@ def get_virtual_endpoint(resource_group_name: Optional[builtins.str] = None,
|
|
|
144
144
|
|
|
145
145
|
Uses Azure REST API version 2024-08-01.
|
|
146
146
|
|
|
147
|
-
Other available API versions: 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
147
|
+
Other available API versions: 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
148
148
|
|
|
149
149
|
|
|
150
150
|
:param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -176,7 +176,7 @@ def get_virtual_endpoint_output(resource_group_name: Optional[pulumi.Input[built
|
|
|
176
176
|
|
|
177
177
|
Uses Azure REST API version 2024-08-01.
|
|
178
178
|
|
|
179
|
-
Other available API versions: 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
179
|
+
Other available API versions: 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
180
180
|
|
|
181
181
|
|
|
182
182
|
:param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -480,7 +480,7 @@ class Migration(pulumi.CustomResource):
|
|
|
480
480
|
|
|
481
481
|
Uses Azure REST API version 2024-08-01. In version 2.x of the Azure Native provider, it used API version 2023-03-01-preview.
|
|
482
482
|
|
|
483
|
-
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
483
|
+
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
484
484
|
|
|
485
485
|
:param str resource_name: The name of the resource.
|
|
486
486
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -522,7 +522,7 @@ class Migration(pulumi.CustomResource):
|
|
|
522
522
|
|
|
523
523
|
Uses Azure REST API version 2024-08-01. In version 2.x of the Azure Native provider, it used API version 2023-03-01-preview.
|
|
524
524
|
|
|
525
|
-
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
525
|
+
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
526
526
|
|
|
527
527
|
:param str resource_name: The name of the resource.
|
|
528
528
|
:param MigrationArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -613,7 +613,7 @@ class Migration(pulumi.CustomResource):
|
|
|
613
613
|
__props__.__dict__["target_db_server_metadata"] = None
|
|
614
614
|
__props__.__dict__["target_db_server_resource_id"] = None
|
|
615
615
|
__props__.__dict__["type"] = None
|
|
616
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql/v20210615privatepreview:Migration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220501preview:Migration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:Migration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:Migration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:Migration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Migration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Migration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Migration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250101preview:Migration")])
|
|
616
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql/v20210615privatepreview:Migration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220501preview:Migration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:Migration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:Migration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:Migration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Migration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Migration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Migration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250101preview:Migration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250601preview:Migration")])
|
|
617
617
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
618
618
|
super(Migration, __self__).__init__(
|
|
619
619
|
'azure-native:dbforpostgresql:Migration',
|
|
@@ -105,7 +105,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
|
|
|
105
105
|
|
|
106
106
|
Uses Azure REST API version 2024-08-01. In version 2.x of the Azure Native provider, it used API version 2022-11-08.
|
|
107
107
|
|
|
108
|
-
Other available API versions: 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
108
|
+
Other available API versions: 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
109
109
|
|
|
110
110
|
:param str resource_name: The name of the resource.
|
|
111
111
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -125,7 +125,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
|
|
|
125
125
|
|
|
126
126
|
Uses Azure REST API version 2024-08-01. In version 2.x of the Azure Native provider, it used API version 2022-11-08.
|
|
127
127
|
|
|
128
|
-
Other available API versions: 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
128
|
+
Other available API versions: 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
129
129
|
|
|
130
130
|
:param str resource_name: The name of the resource.
|
|
131
131
|
:param PrivateEndpointConnectionArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -172,7 +172,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
|
|
|
172
172
|
__props__.__dict__["provisioning_state"] = None
|
|
173
173
|
__props__.__dict__["system_data"] = None
|
|
174
174
|
__props__.__dict__["type"] = None
|
|
175
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql/v20180601privatepreview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221108:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230302preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250101preview:PrivateEndpointConnection")])
|
|
175
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql/v20180601privatepreview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221108:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230302preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250101preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250601preview:PrivateEndpointConnection")])
|
|
176
176
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
177
177
|
super(PrivateEndpointConnection, __self__).__init__(
|
|
178
178
|
'azure-native:dbforpostgresql:PrivateEndpointConnection',
|
|
@@ -415,7 +415,7 @@ class Server(pulumi.CustomResource):
|
|
|
415
415
|
|
|
416
416
|
Uses Azure REST API version 2024-08-01. In version 2.x of the Azure Native provider, it used API version 2022-12-01.
|
|
417
417
|
|
|
418
|
-
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
418
|
+
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
419
419
|
|
|
420
420
|
:param str resource_name: The name of the resource.
|
|
421
421
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -453,7 +453,7 @@ class Server(pulumi.CustomResource):
|
|
|
453
453
|
|
|
454
454
|
Uses Azure REST API version 2024-08-01. In version 2.x of the Azure Native provider, it used API version 2022-12-01.
|
|
455
455
|
|
|
456
|
-
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
456
|
+
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
457
457
|
|
|
458
458
|
:param str resource_name: The name of the resource.
|
|
459
459
|
:param ServerArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -536,7 +536,7 @@ class Server(pulumi.CustomResource):
|
|
|
536
536
|
__props__.__dict__["state"] = None
|
|
537
537
|
__props__.__dict__["system_data"] = None
|
|
538
538
|
__props__.__dict__["type"] = None
|
|
539
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql/v20171201:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20171201preview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20200214preview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20200214privatepreview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210410privatepreview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601preview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210615privatepreview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220120preview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221201:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250101preview:Server")])
|
|
539
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql/v20171201:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20171201preview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20200214preview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20200214privatepreview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210410privatepreview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601preview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210615privatepreview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220120preview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221201:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250101preview:Server"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250601preview:Server")])
|
|
540
540
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
541
541
|
super(Server, __self__).__init__(
|
|
542
542
|
'azure-native:dbforpostgresql:Server',
|
|
@@ -122,7 +122,7 @@ class VirtualEndpoint(pulumi.CustomResource):
|
|
|
122
122
|
|
|
123
123
|
Uses Azure REST API version 2024-08-01. In version 2.x of the Azure Native provider, it used API version 2023-06-01-preview.
|
|
124
124
|
|
|
125
|
-
Other available API versions: 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
125
|
+
Other available API versions: 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
126
126
|
|
|
127
127
|
:param str resource_name: The name of the resource.
|
|
128
128
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -143,7 +143,7 @@ class VirtualEndpoint(pulumi.CustomResource):
|
|
|
143
143
|
|
|
144
144
|
Uses Azure REST API version 2024-08-01. In version 2.x of the Azure Native provider, it used API version 2023-06-01-preview.
|
|
145
145
|
|
|
146
|
-
Other available API versions: 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
146
|
+
Other available API versions: 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
147
147
|
|
|
148
148
|
:param str resource_name: The name of the resource.
|
|
149
149
|
:param VirtualEndpointArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -188,7 +188,7 @@ class VirtualEndpoint(pulumi.CustomResource):
|
|
|
188
188
|
__props__.__dict__["system_data"] = None
|
|
189
189
|
__props__.__dict__["type"] = None
|
|
190
190
|
__props__.__dict__["virtual_endpoints"] = None
|
|
191
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:VirtualEndpoint"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:VirtualEndpoint"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:VirtualEndpoint"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:VirtualEndpoint"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:VirtualEndpoint"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250101preview:VirtualEndpoint")])
|
|
191
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:VirtualEndpoint"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:VirtualEndpoint"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:VirtualEndpoint"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:VirtualEndpoint"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:VirtualEndpoint"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250101preview:VirtualEndpoint"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20250601preview:VirtualEndpoint")])
|
|
192
192
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
193
193
|
super(VirtualEndpoint, __self__).__init__(
|
|
194
194
|
'azure-native:dbforpostgresql:VirtualEndpoint',
|
|
@@ -0,0 +1,16 @@
|
|
|
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 .file_share import *
|
|
11
|
+
from .get_file_share import *
|
|
12
|
+
from .get_file_share_limits import *
|
|
13
|
+
from .get_file_share_provisioning_recommendation import *
|
|
14
|
+
from .get_file_share_usage_data import *
|
|
15
|
+
from ._inputs import *
|
|
16
|
+
from . import outputs
|