pulumi-azure-native 3.6.0a1754062012__py3-none-any.whl → 3.7.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +32 -0
- pulumi_azure_native/app/_enums.py +89 -1
- pulumi_azure_native/app/_inputs.py +2903 -126
- pulumi_azure_native/app/app_resiliency.py +4 -4
- pulumi_azure_native/app/build.py +4 -4
- pulumi_azure_native/app/builder.py +4 -4
- pulumi_azure_native/app/certificate.py +5 -4
- pulumi_azure_native/app/connected_environment.py +4 -4
- pulumi_azure_native/app/connected_environments_certificate.py +5 -4
- pulumi_azure_native/app/connected_environments_dapr_component.py +53 -4
- pulumi_azure_native/app/connected_environments_storage.py +4 -4
- pulumi_azure_native/app/container_app.py +72 -4
- pulumi_azure_native/app/container_apps_auth_config.py +4 -4
- pulumi_azure_native/app/container_apps_session_pool.py +4 -4
- pulumi_azure_native/app/container_apps_source_control.py +4 -4
- pulumi_azure_native/app/dapr_component.py +33 -4
- pulumi_azure_native/app/dapr_component_resiliency_policy.py +4 -4
- pulumi_azure_native/app/dapr_subscription.py +4 -4
- pulumi_azure_native/app/dot_net_component.py +4 -4
- pulumi_azure_native/app/get_app_resiliency.py +4 -4
- pulumi_azure_native/app/get_build.py +4 -4
- pulumi_azure_native/app/get_builder.py +4 -4
- pulumi_azure_native/app/get_certificate.py +4 -4
- pulumi_azure_native/app/get_connected_environment.py +4 -4
- pulumi_azure_native/app/get_connected_environments_certificate.py +4 -4
- pulumi_azure_native/app/get_connected_environments_dapr_component.py +47 -5
- pulumi_azure_native/app/get_connected_environments_storage.py +4 -4
- pulumi_azure_native/app/get_container_app.py +47 -5
- pulumi_azure_native/app/get_container_app_auth_token.py +4 -4
- pulumi_azure_native/app/get_container_apps_auth_config.py +4 -4
- pulumi_azure_native/app/get_container_apps_session_pool.py +4 -4
- pulumi_azure_native/app/get_container_apps_source_control.py +4 -4
- pulumi_azure_native/app/get_custom_domain_verification_id.py +4 -4
- pulumi_azure_native/app/get_dapr_component.py +19 -5
- pulumi_azure_native/app/get_dapr_component_resiliency_policy.py +4 -4
- pulumi_azure_native/app/get_dapr_subscription.py +4 -4
- pulumi_azure_native/app/get_dot_net_component.py +4 -4
- pulumi_azure_native/app/get_http_route_config.py +4 -4
- pulumi_azure_native/app/get_java_component.py +4 -4
- pulumi_azure_native/app/get_job.py +33 -5
- pulumi_azure_native/app/get_logic_app.py +4 -4
- pulumi_azure_native/app/get_maintenance_configuration.py +4 -4
- pulumi_azure_native/app/get_managed_certificate.py +4 -4
- pulumi_azure_native/app/get_managed_environment.py +118 -6
- pulumi_azure_native/app/get_managed_environment_auth_token.py +4 -4
- pulumi_azure_native/app/get_managed_environment_private_endpoint_connection.py +4 -4
- pulumi_azure_native/app/get_managed_environments_storage.py +4 -4
- pulumi_azure_native/app/http_route_config.py +4 -4
- pulumi_azure_native/app/java_component.py +11 -11
- pulumi_azure_native/app/job.py +43 -4
- pulumi_azure_native/app/list_build_auth_token.py +4 -4
- pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +4 -4
- pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +4 -4
- pulumi_azure_native/app/list_container_app_secrets.py +4 -4
- pulumi_azure_native/app/list_dapr_component_secrets.py +4 -4
- pulumi_azure_native/app/list_job_secrets.py +4 -4
- pulumi_azure_native/app/list_logic_app_workflows_connections.py +4 -4
- pulumi_azure_native/app/logic_app.py +4 -4
- pulumi_azure_native/app/maintenance_configuration.py +4 -4
- pulumi_azure_native/app/managed_certificate.py +4 -4
- pulumi_azure_native/app/managed_environment.py +202 -8
- pulumi_azure_native/app/managed_environment_private_endpoint_connection.py +4 -4
- pulumi_azure_native/app/managed_environments_storage.py +4 -4
- pulumi_azure_native/app/outputs.py +2484 -150
- pulumi_azure_native/botservice/bot.py +9 -9
- pulumi_azure_native/botservice/channel.py +9 -9
- pulumi_azure_native/botservice/get_bot.py +3 -3
- pulumi_azure_native/botservice/get_channel.py +3 -3
- pulumi_azure_native/botservice/list_channel_with_keys.py +3 -3
- pulumi_azure_native/cloudngfw/certificate_object_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/certificate_object_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/firewall.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/get_certificate_object_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_certificate_object_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_log_profile.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/list_global_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/local_rule.py +3 -3
- pulumi_azure_native/cloudngfw/local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/post_rule.py +3 -3
- pulumi_azure_native/cloudngfw/pre_rule.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_local_rulestack.py +3 -3
- pulumi_azure_native/confluent/connector.py +5 -1
- pulumi_azure_native/confluent/get_connector.py +4 -0
- pulumi_azure_native/confluent/get_organization.py +2 -2
- pulumi_azure_native/confluent/get_organization_cluster_by_id.py +4 -0
- pulumi_azure_native/confluent/get_organization_environment_by_id.py +4 -0
- pulumi_azure_native/confluent/get_topic.py +4 -0
- pulumi_azure_native/confluent/list_access_clusters.py +2 -2
- pulumi_azure_native/confluent/list_access_environments.py +2 -2
- pulumi_azure_native/confluent/list_access_invitations.py +2 -2
- pulumi_azure_native/confluent/list_access_role_binding_name.py +2 -2
- pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
- pulumi_azure_native/confluent/list_access_service_accounts.py +2 -2
- pulumi_azure_native/confluent/list_access_users.py +2 -2
- pulumi_azure_native/confluent/list_organization_regions.py +2 -2
- pulumi_azure_native/confluent/organization.py +3 -3
- pulumi_azure_native/confluent/organization_cluster_by_id.py +5 -1
- pulumi_azure_native/confluent/organization_environment_by_id.py +5 -1
- pulumi_azure_native/confluent/topic.py +5 -1
- pulumi_azure_native/containerservice/__init__.py +2 -0
- pulumi_azure_native/containerservice/_inputs.py +74 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/auto_upgrade_profile.py +3 -3
- pulumi_azure_native/containerservice/fleet.py +3 -3
- pulumi_azure_native/containerservice/fleet_member.py +3 -3
- pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_auto_upgrade_profile.py +2 -2
- pulumi_azure_native/containerservice/get_fleet.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
- pulumi_azure_native/containerservice/get_identity_binding.py +182 -0
- pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_managed_namespace.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/get_update_run.py +2 -2
- pulumi_azure_native/containerservice/identity_binding.py +246 -0
- pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_namespace_credential.py +2 -2
- pulumi_azure_native/containerservice/load_balancer.py +3 -3
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/managed_namespace.py +3 -3
- pulumi_azure_native/containerservice/outputs.py +185 -0
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/update_run.py +3 -3
- pulumi_azure_native/databox/get_job.py +2 -2
- pulumi_azure_native/databox/job.py +3 -3
- pulumi_azure_native/databox/list_job_credentials.py +2 -2
- pulumi_azure_native/dbforpostgresql/administrator.py +1 -1
- pulumi_azure_native/dbforpostgresql/backup.py +1 -1
- pulumi_azure_native/dbforpostgresql/configuration.py +3 -3
- pulumi_azure_native/dbforpostgresql/database.py +3 -3
- pulumi_azure_native/dbforpostgresql/firewall_rule.py +3 -3
- pulumi_azure_native/dbforpostgresql/get_configuration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_database.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_migration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_server.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +2 -2
- pulumi_azure_native/dbforpostgresql/migration.py +3 -3
- pulumi_azure_native/dbforpostgresql/private_endpoint_connection.py +3 -3
- pulumi_azure_native/dbforpostgresql/server.py +3 -3
- pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +3 -3
- pulumi_azure_native/fileshares/__init__.py +16 -0
- pulumi_azure_native/fileshares/_enums.py +86 -0
- pulumi_azure_native/fileshares/_inputs.py +354 -0
- pulumi_azure_native/fileshares/file_share.py +274 -0
- pulumi_azure_native/fileshares/get_file_share.py +190 -0
- pulumi_azure_native/fileshares/get_file_share_limits.py +86 -0
- pulumi_azure_native/fileshares/get_file_share_provisioning_recommendation.py +93 -0
- pulumi_azure_native/fileshares/get_file_share_usage_data.py +86 -0
- pulumi_azure_native/fileshares/outputs.py +999 -0
- pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
- pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
- pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
- pulumi_azure_native/maintenance/get_maintenance_configuration.py +3 -3
- pulumi_azure_native/maintenance/maintenance_configuration.py +9 -9
- pulumi_azure_native/mission/__init__.py +27 -0
- pulumi_azure_native/mission/_enums.py +412 -0
- pulumi_azure_native/mission/_inputs.py +1489 -0
- pulumi_azure_native/mission/approval.py +405 -0
- pulumi_azure_native/mission/community.py +554 -0
- pulumi_azure_native/mission/community_endpoint.py +320 -0
- pulumi_azure_native/mission/enclave_connection.py +396 -0
- pulumi_azure_native/mission/enclave_endpoint.py +320 -0
- pulumi_azure_native/mission/get_approval.py +264 -0
- pulumi_azure_native/mission/get_community.py +362 -0
- pulumi_azure_native/mission/get_community_endpoint.py +228 -0
- pulumi_azure_native/mission/get_enclave_connection.py +278 -0
- pulumi_azure_native/mission/get_enclave_endpoint.py +228 -0
- pulumi_azure_native/mission/get_transit_hub.py +242 -0
- pulumi_azure_native/mission/get_virtual_enclave.py +376 -0
- pulumi_azure_native/mission/get_workload.py +228 -0
- pulumi_azure_native/mission/outputs.py +1611 -0
- pulumi_azure_native/mission/transit_hub.py +348 -0
- pulumi_azure_native/mission/virtual_enclave.py +566 -0
- pulumi_azure_native/mission/workload.py +317 -0
- pulumi_azure_native/mongocluster/firewall_rule.py +3 -3
- pulumi_azure_native/mongocluster/get_firewall_rule.py +2 -2
- pulumi_azure_native/mongocluster/get_mongo_cluster.py +2 -2
- pulumi_azure_native/mongocluster/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/mongocluster/get_user.py +4 -0
- pulumi_azure_native/mongocluster/list_mongo_cluster_connection_strings.py +2 -2
- pulumi_azure_native/mongocluster/mongo_cluster.py +3 -3
- pulumi_azure_native/mongocluster/private_endpoint_connection.py +3 -3
- pulumi_azure_native/mongocluster/user.py +5 -1
- pulumi_azure_native/monitor/azure_monitor_workspace.py +3 -3
- pulumi_azure_native/monitor/get_azure_monitor_workspace.py +2 -2
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/security/__init__.py +4 -0
- pulumi_azure_native/security/_enums.py +11 -0
- pulumi_azure_native/security/_inputs.py +78 -0
- pulumi_azure_native/security/get_private_endpoint_connection.py +210 -0
- pulumi_azure_native/security/get_private_link.py +218 -0
- pulumi_azure_native/security/outputs.py +327 -0
- pulumi_azure_native/security/private_endpoint_connection.py +268 -0
- pulumi_azure_native/security/private_link.py +273 -0
- pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/action.py +3 -3
- pulumi_azure_native/securityinsights/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/automation_rule.py +3 -3
- pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/bookmark.py +3 -3
- pulumi_azure_native/securityinsights/bookmark_relation.py +3 -3
- pulumi_azure_native/securityinsights/business_application_agent.py +3 -3
- pulumi_azure_native/securityinsights/content_package.py +3 -3
- pulumi_azure_native/securityinsights/content_template.py +3 -3
- pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/file_import.py +3 -3
- pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_action.py +2 -2
- pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_business_application_agent.py +2 -2
- pulumi_azure_native/securityinsights/get_content_package.py +2 -2
- pulumi_azure_native/securityinsights/get_content_template.py +2 -2
- pulumi_azure_native/securityinsights/get_entities_get_timeline.py +2 -2
- pulumi_azure_native/securityinsights/get_entity_insights.py +2 -2
- pulumi_azure_native/securityinsights/get_file_import.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
- pulumi_azure_native/securityinsights/get_metadata.py +2 -2
- pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
- pulumi_azure_native/securityinsights/get_system.py +2 -2
- pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_group.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_member.py +2 -2
- pulumi_azure_native/securityinsights/hunt.py +3 -3
- pulumi_azure_native/securityinsights/hunt_comment.py +3 -3
- pulumi_azure_native/securityinsights/hunt_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident.py +3 -3
- pulumi_azure_native/securityinsights/incident_comment.py +3 -3
- pulumi_azure_native/securityinsights/incident_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident_task.py +3 -3
- pulumi_azure_native/securityinsights/list_geodata_by_ip.py +2 -2
- pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
- pulumi_azure_native/securityinsights/list_system_actions.py +2 -2
- pulumi_azure_native/securityinsights/list_whois_by_domain.py +2 -2
- pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/metadata.py +3 -3
- pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/premium_microsoft_defender_for_threat_intelligence.py +1 -1
- pulumi_azure_native/securityinsights/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
- pulumi_azure_native/securityinsights/system.py +3 -3
- pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
- pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/ueba.py +1 -1
- pulumi_azure_native/securityinsights/watchlist.py +3 -3
- pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_assignment.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_configuration.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_group.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_member.py +3 -3
- pulumi_azure_native/servicebus/disaster_recovery_config.py +3 -3
- pulumi_azure_native/servicebus/get_disaster_recovery_config.py +2 -2
- pulumi_azure_native/servicebus/get_migration_config.py +2 -2
- pulumi_azure_native/servicebus/get_namespace.py +2 -2
- pulumi_azure_native/servicebus/get_namespace_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/get_namespace_network_rule_set.py +2 -2
- pulumi_azure_native/servicebus/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/servicebus/get_queue.py +2 -2
- pulumi_azure_native/servicebus/get_queue_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/get_rule.py +2 -2
- pulumi_azure_native/servicebus/get_subscription.py +2 -2
- pulumi_azure_native/servicebus/get_topic.py +2 -2
- pulumi_azure_native/servicebus/get_topic_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/list_disaster_recovery_config_keys.py +2 -2
- pulumi_azure_native/servicebus/list_namespace_keys.py +2 -2
- pulumi_azure_native/servicebus/list_queue_keys.py +2 -2
- pulumi_azure_native/servicebus/list_topic_keys.py +2 -2
- pulumi_azure_native/servicebus/migration_config.py +3 -3
- pulumi_azure_native/servicebus/namespace.py +3 -3
- pulumi_azure_native/servicebus/namespace_authorization_rule.py +3 -3
- pulumi_azure_native/servicebus/namespace_network_rule_set.py +3 -3
- pulumi_azure_native/servicebus/private_endpoint_connection.py +3 -3
- pulumi_azure_native/servicebus/queue.py +3 -3
- pulumi_azure_native/servicebus/queue_authorization_rule.py +3 -3
- pulumi_azure_native/servicebus/rule.py +3 -3
- pulumi_azure_native/servicebus/subscription.py +3 -3
- pulumi_azure_native/servicebus/topic.py +3 -3
- pulumi_azure_native/servicebus/topic_authorization_rule.py +3 -3
- {pulumi_azure_native-3.6.0a1754062012.dist-info → pulumi_azure_native-3.7.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.6.0a1754062012.dist-info → pulumi_azure_native-3.7.0.dist-info}/RECORD +352 -317
- {pulumi_azure_native-3.6.0a1754062012.dist-info → pulumi_azure_native-3.7.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.6.0a1754062012.dist-info → pulumi_azure_native-3.7.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import builtins
|
|
6
|
+
import copy
|
|
7
|
+
import warnings
|
|
8
|
+
import sys
|
|
9
|
+
import pulumi
|
|
10
|
+
import pulumi.runtime
|
|
11
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
12
|
+
if sys.version_info >= (3, 11):
|
|
13
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
14
|
+
else:
|
|
15
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
16
|
+
from .. import _utilities
|
|
17
|
+
from . import outputs
|
|
18
|
+
|
|
19
|
+
__all__ = [
|
|
20
|
+
'GetFileShareResult',
|
|
21
|
+
'AwaitableGetFileShareResult',
|
|
22
|
+
'get_file_share',
|
|
23
|
+
'get_file_share_output',
|
|
24
|
+
]
|
|
25
|
+
|
|
26
|
+
@pulumi.output_type
|
|
27
|
+
class GetFileShareResult:
|
|
28
|
+
"""
|
|
29
|
+
File share resource
|
|
30
|
+
"""
|
|
31
|
+
def __init__(__self__, azure_api_version=None, id=None, location=None, name=None, properties=None, system_data=None, tags=None, type=None):
|
|
32
|
+
if azure_api_version and not isinstance(azure_api_version, str):
|
|
33
|
+
raise TypeError("Expected argument 'azure_api_version' to be a str")
|
|
34
|
+
pulumi.set(__self__, "azure_api_version", azure_api_version)
|
|
35
|
+
if id and not isinstance(id, str):
|
|
36
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
37
|
+
pulumi.set(__self__, "id", id)
|
|
38
|
+
if location and not isinstance(location, str):
|
|
39
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
40
|
+
pulumi.set(__self__, "location", location)
|
|
41
|
+
if name and not isinstance(name, str):
|
|
42
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
43
|
+
pulumi.set(__self__, "name", name)
|
|
44
|
+
if properties and not isinstance(properties, dict):
|
|
45
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
46
|
+
pulumi.set(__self__, "properties", properties)
|
|
47
|
+
if system_data and not isinstance(system_data, dict):
|
|
48
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
49
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
50
|
+
if tags and not isinstance(tags, dict):
|
|
51
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
52
|
+
pulumi.set(__self__, "tags", tags)
|
|
53
|
+
if type and not isinstance(type, str):
|
|
54
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
55
|
+
pulumi.set(__self__, "type", type)
|
|
56
|
+
|
|
57
|
+
@property
|
|
58
|
+
@pulumi.getter(name="azureApiVersion")
|
|
59
|
+
def azure_api_version(self) -> builtins.str:
|
|
60
|
+
"""
|
|
61
|
+
The Azure API version of the resource.
|
|
62
|
+
"""
|
|
63
|
+
return pulumi.get(self, "azure_api_version")
|
|
64
|
+
|
|
65
|
+
@property
|
|
66
|
+
@pulumi.getter
|
|
67
|
+
def id(self) -> builtins.str:
|
|
68
|
+
"""
|
|
69
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
70
|
+
"""
|
|
71
|
+
return pulumi.get(self, "id")
|
|
72
|
+
|
|
73
|
+
@property
|
|
74
|
+
@pulumi.getter
|
|
75
|
+
def location(self) -> builtins.str:
|
|
76
|
+
"""
|
|
77
|
+
The geo-location where the resource lives
|
|
78
|
+
"""
|
|
79
|
+
return pulumi.get(self, "location")
|
|
80
|
+
|
|
81
|
+
@property
|
|
82
|
+
@pulumi.getter
|
|
83
|
+
def name(self) -> builtins.str:
|
|
84
|
+
"""
|
|
85
|
+
The name of the resource
|
|
86
|
+
"""
|
|
87
|
+
return pulumi.get(self, "name")
|
|
88
|
+
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter
|
|
91
|
+
def properties(self) -> 'outputs.FileSharePropertiesResponse':
|
|
92
|
+
"""
|
|
93
|
+
The resource-specific properties for this resource.
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "properties")
|
|
96
|
+
|
|
97
|
+
@property
|
|
98
|
+
@pulumi.getter(name="systemData")
|
|
99
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
100
|
+
"""
|
|
101
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
102
|
+
"""
|
|
103
|
+
return pulumi.get(self, "system_data")
|
|
104
|
+
|
|
105
|
+
@property
|
|
106
|
+
@pulumi.getter
|
|
107
|
+
def tags(self) -> Optional[Mapping[str, builtins.str]]:
|
|
108
|
+
"""
|
|
109
|
+
Resource tags.
|
|
110
|
+
"""
|
|
111
|
+
return pulumi.get(self, "tags")
|
|
112
|
+
|
|
113
|
+
@property
|
|
114
|
+
@pulumi.getter
|
|
115
|
+
def type(self) -> builtins.str:
|
|
116
|
+
"""
|
|
117
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
118
|
+
"""
|
|
119
|
+
return pulumi.get(self, "type")
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
class AwaitableGetFileShareResult(GetFileShareResult):
|
|
123
|
+
# pylint: disable=using-constant-test
|
|
124
|
+
def __await__(self):
|
|
125
|
+
if False:
|
|
126
|
+
yield self
|
|
127
|
+
return GetFileShareResult(
|
|
128
|
+
azure_api_version=self.azure_api_version,
|
|
129
|
+
id=self.id,
|
|
130
|
+
location=self.location,
|
|
131
|
+
name=self.name,
|
|
132
|
+
properties=self.properties,
|
|
133
|
+
system_data=self.system_data,
|
|
134
|
+
tags=self.tags,
|
|
135
|
+
type=self.type)
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
def get_file_share(resource_group_name: Optional[builtins.str] = None,
|
|
139
|
+
resource_name: Optional[builtins.str] = None,
|
|
140
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetFileShareResult:
|
|
141
|
+
"""
|
|
142
|
+
Get a FileShare
|
|
143
|
+
|
|
144
|
+
Uses Azure REST API version 2025-06-01-preview.
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
:param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
148
|
+
:param builtins.str resource_name: The resource name of the file share, as seen by the administrator through Azure Resource Manager.
|
|
149
|
+
"""
|
|
150
|
+
__args__ = dict()
|
|
151
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
152
|
+
__args__['resourceName'] = resource_name
|
|
153
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
154
|
+
__ret__ = pulumi.runtime.invoke('azure-native:fileshares:getFileShare', __args__, opts=opts, typ=GetFileShareResult).value
|
|
155
|
+
|
|
156
|
+
return AwaitableGetFileShareResult(
|
|
157
|
+
azure_api_version=pulumi.get(__ret__, 'azure_api_version'),
|
|
158
|
+
id=pulumi.get(__ret__, 'id'),
|
|
159
|
+
location=pulumi.get(__ret__, 'location'),
|
|
160
|
+
name=pulumi.get(__ret__, 'name'),
|
|
161
|
+
properties=pulumi.get(__ret__, 'properties'),
|
|
162
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
163
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
164
|
+
type=pulumi.get(__ret__, 'type'))
|
|
165
|
+
def get_file_share_output(resource_group_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
166
|
+
resource_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
167
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetFileShareResult]:
|
|
168
|
+
"""
|
|
169
|
+
Get a FileShare
|
|
170
|
+
|
|
171
|
+
Uses Azure REST API version 2025-06-01-preview.
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
:param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
175
|
+
:param builtins.str resource_name: The resource name of the file share, as seen by the administrator through Azure Resource Manager.
|
|
176
|
+
"""
|
|
177
|
+
__args__ = dict()
|
|
178
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
179
|
+
__args__['resourceName'] = resource_name
|
|
180
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
181
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:fileshares:getFileShare', __args__, opts=opts, typ=GetFileShareResult)
|
|
182
|
+
return __ret__.apply(lambda __response__: GetFileShareResult(
|
|
183
|
+
azure_api_version=pulumi.get(__response__, 'azure_api_version'),
|
|
184
|
+
id=pulumi.get(__response__, 'id'),
|
|
185
|
+
location=pulumi.get(__response__, 'location'),
|
|
186
|
+
name=pulumi.get(__response__, 'name'),
|
|
187
|
+
properties=pulumi.get(__response__, 'properties'),
|
|
188
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
189
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
190
|
+
type=pulumi.get(__response__, 'type')))
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import builtins
|
|
6
|
+
import copy
|
|
7
|
+
import warnings
|
|
8
|
+
import sys
|
|
9
|
+
import pulumi
|
|
10
|
+
import pulumi.runtime
|
|
11
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
12
|
+
if sys.version_info >= (3, 11):
|
|
13
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
14
|
+
else:
|
|
15
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
16
|
+
from .. import _utilities
|
|
17
|
+
from . import outputs
|
|
18
|
+
|
|
19
|
+
__all__ = [
|
|
20
|
+
'GetFileShareLimitsResult',
|
|
21
|
+
'AwaitableGetFileShareLimitsResult',
|
|
22
|
+
'get_file_share_limits',
|
|
23
|
+
'get_file_share_limits_output',
|
|
24
|
+
]
|
|
25
|
+
|
|
26
|
+
@pulumi.output_type
|
|
27
|
+
class GetFileShareLimitsResult:
|
|
28
|
+
"""
|
|
29
|
+
Response structure for file share limits API.
|
|
30
|
+
"""
|
|
31
|
+
def __init__(__self__, properties=None):
|
|
32
|
+
if properties and not isinstance(properties, dict):
|
|
33
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
34
|
+
pulumi.set(__self__, "properties", properties)
|
|
35
|
+
|
|
36
|
+
@property
|
|
37
|
+
@pulumi.getter
|
|
38
|
+
def properties(self) -> 'outputs.FileShareLimitsOutputResponse':
|
|
39
|
+
"""
|
|
40
|
+
The properties of the file share limits.
|
|
41
|
+
"""
|
|
42
|
+
return pulumi.get(self, "properties")
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
class AwaitableGetFileShareLimitsResult(GetFileShareLimitsResult):
|
|
46
|
+
# pylint: disable=using-constant-test
|
|
47
|
+
def __await__(self):
|
|
48
|
+
if False:
|
|
49
|
+
yield self
|
|
50
|
+
return GetFileShareLimitsResult(
|
|
51
|
+
properties=self.properties)
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
def get_file_share_limits(location: Optional[builtins.str] = None,
|
|
55
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetFileShareLimitsResult:
|
|
56
|
+
"""
|
|
57
|
+
Get file shares limits.
|
|
58
|
+
|
|
59
|
+
Uses Azure REST API version 2025-06-01-preview.
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
:param builtins.str location: The name of the Azure region.
|
|
63
|
+
"""
|
|
64
|
+
__args__ = dict()
|
|
65
|
+
__args__['location'] = location
|
|
66
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
67
|
+
__ret__ = pulumi.runtime.invoke('azure-native:fileshares:getFileShareLimits', __args__, opts=opts, typ=GetFileShareLimitsResult).value
|
|
68
|
+
|
|
69
|
+
return AwaitableGetFileShareLimitsResult(
|
|
70
|
+
properties=pulumi.get(__ret__, 'properties'))
|
|
71
|
+
def get_file_share_limits_output(location: Optional[pulumi.Input[builtins.str]] = None,
|
|
72
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetFileShareLimitsResult]:
|
|
73
|
+
"""
|
|
74
|
+
Get file shares limits.
|
|
75
|
+
|
|
76
|
+
Uses Azure REST API version 2025-06-01-preview.
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
:param builtins.str location: The name of the Azure region.
|
|
80
|
+
"""
|
|
81
|
+
__args__ = dict()
|
|
82
|
+
__args__['location'] = location
|
|
83
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
84
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:fileshares:getFileShareLimits', __args__, opts=opts, typ=GetFileShareLimitsResult)
|
|
85
|
+
return __ret__.apply(lambda __response__: GetFileShareLimitsResult(
|
|
86
|
+
properties=pulumi.get(__response__, 'properties')))
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import builtins
|
|
6
|
+
import copy
|
|
7
|
+
import warnings
|
|
8
|
+
import sys
|
|
9
|
+
import pulumi
|
|
10
|
+
import pulumi.runtime
|
|
11
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
12
|
+
if sys.version_info >= (3, 11):
|
|
13
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
14
|
+
else:
|
|
15
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
16
|
+
from .. import _utilities
|
|
17
|
+
from . import outputs
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = [
|
|
21
|
+
'GetFileShareProvisioningRecommendationResult',
|
|
22
|
+
'AwaitableGetFileShareProvisioningRecommendationResult',
|
|
23
|
+
'get_file_share_provisioning_recommendation',
|
|
24
|
+
'get_file_share_provisioning_recommendation_output',
|
|
25
|
+
]
|
|
26
|
+
|
|
27
|
+
@pulumi.output_type
|
|
28
|
+
class GetFileShareProvisioningRecommendationResult:
|
|
29
|
+
"""
|
|
30
|
+
Response structure for file share provisioning parameters recommendation API.
|
|
31
|
+
"""
|
|
32
|
+
def __init__(__self__, properties=None):
|
|
33
|
+
if properties and not isinstance(properties, dict):
|
|
34
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
35
|
+
pulumi.set(__self__, "properties", properties)
|
|
36
|
+
|
|
37
|
+
@property
|
|
38
|
+
@pulumi.getter
|
|
39
|
+
def properties(self) -> 'outputs.FileShareProvisioningRecommendationOutputResponse':
|
|
40
|
+
"""
|
|
41
|
+
The properties of the file share provisioning recommendation output.
|
|
42
|
+
"""
|
|
43
|
+
return pulumi.get(self, "properties")
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
class AwaitableGetFileShareProvisioningRecommendationResult(GetFileShareProvisioningRecommendationResult):
|
|
47
|
+
# pylint: disable=using-constant-test
|
|
48
|
+
def __await__(self):
|
|
49
|
+
if False:
|
|
50
|
+
yield self
|
|
51
|
+
return GetFileShareProvisioningRecommendationResult(
|
|
52
|
+
properties=self.properties)
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
def get_file_share_provisioning_recommendation(location: Optional[builtins.str] = None,
|
|
56
|
+
properties: Optional[Union['FileShareProvisioningRecommendationInput', 'FileShareProvisioningRecommendationInputDict']] = None,
|
|
57
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetFileShareProvisioningRecommendationResult:
|
|
58
|
+
"""
|
|
59
|
+
Get file shares provisioning parameters recommendation.
|
|
60
|
+
|
|
61
|
+
Uses Azure REST API version 2025-06-01-preview.
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
:param builtins.str location: The name of the Azure region.
|
|
65
|
+
:param Union['FileShareProvisioningRecommendationInput', 'FileShareProvisioningRecommendationInputDict'] properties: The properties of the file share provisioning recommendation input.
|
|
66
|
+
"""
|
|
67
|
+
__args__ = dict()
|
|
68
|
+
__args__['location'] = location
|
|
69
|
+
__args__['properties'] = properties
|
|
70
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
71
|
+
__ret__ = pulumi.runtime.invoke('azure-native:fileshares:getFileShareProvisioningRecommendation', __args__, opts=opts, typ=GetFileShareProvisioningRecommendationResult).value
|
|
72
|
+
|
|
73
|
+
return AwaitableGetFileShareProvisioningRecommendationResult(
|
|
74
|
+
properties=pulumi.get(__ret__, 'properties'))
|
|
75
|
+
def get_file_share_provisioning_recommendation_output(location: Optional[pulumi.Input[builtins.str]] = None,
|
|
76
|
+
properties: Optional[pulumi.Input[Union['FileShareProvisioningRecommendationInput', 'FileShareProvisioningRecommendationInputDict']]] = None,
|
|
77
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetFileShareProvisioningRecommendationResult]:
|
|
78
|
+
"""
|
|
79
|
+
Get file shares provisioning parameters recommendation.
|
|
80
|
+
|
|
81
|
+
Uses Azure REST API version 2025-06-01-preview.
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
:param builtins.str location: The name of the Azure region.
|
|
85
|
+
:param Union['FileShareProvisioningRecommendationInput', 'FileShareProvisioningRecommendationInputDict'] properties: The properties of the file share provisioning recommendation input.
|
|
86
|
+
"""
|
|
87
|
+
__args__ = dict()
|
|
88
|
+
__args__['location'] = location
|
|
89
|
+
__args__['properties'] = properties
|
|
90
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
91
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:fileshares:getFileShareProvisioningRecommendation', __args__, opts=opts, typ=GetFileShareProvisioningRecommendationResult)
|
|
92
|
+
return __ret__.apply(lambda __response__: GetFileShareProvisioningRecommendationResult(
|
|
93
|
+
properties=pulumi.get(__response__, 'properties')))
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import builtins
|
|
6
|
+
import copy
|
|
7
|
+
import warnings
|
|
8
|
+
import sys
|
|
9
|
+
import pulumi
|
|
10
|
+
import pulumi.runtime
|
|
11
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
12
|
+
if sys.version_info >= (3, 11):
|
|
13
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
14
|
+
else:
|
|
15
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
16
|
+
from .. import _utilities
|
|
17
|
+
from . import outputs
|
|
18
|
+
|
|
19
|
+
__all__ = [
|
|
20
|
+
'GetFileShareUsageDataResult',
|
|
21
|
+
'AwaitableGetFileShareUsageDataResult',
|
|
22
|
+
'get_file_share_usage_data',
|
|
23
|
+
'get_file_share_usage_data_output',
|
|
24
|
+
]
|
|
25
|
+
|
|
26
|
+
@pulumi.output_type
|
|
27
|
+
class GetFileShareUsageDataResult:
|
|
28
|
+
"""
|
|
29
|
+
Response structure for file shares usage in the specified subscription/location.
|
|
30
|
+
"""
|
|
31
|
+
def __init__(__self__, properties=None):
|
|
32
|
+
if properties and not isinstance(properties, dict):
|
|
33
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
34
|
+
pulumi.set(__self__, "properties", properties)
|
|
35
|
+
|
|
36
|
+
@property
|
|
37
|
+
@pulumi.getter
|
|
38
|
+
def properties(self) -> 'outputs.FileShareUsageDataOutputResponse':
|
|
39
|
+
"""
|
|
40
|
+
The properties of the file share usage data.
|
|
41
|
+
"""
|
|
42
|
+
return pulumi.get(self, "properties")
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
class AwaitableGetFileShareUsageDataResult(GetFileShareUsageDataResult):
|
|
46
|
+
# pylint: disable=using-constant-test
|
|
47
|
+
def __await__(self):
|
|
48
|
+
if False:
|
|
49
|
+
yield self
|
|
50
|
+
return GetFileShareUsageDataResult(
|
|
51
|
+
properties=self.properties)
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
def get_file_share_usage_data(location: Optional[builtins.str] = None,
|
|
55
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetFileShareUsageDataResult:
|
|
56
|
+
"""
|
|
57
|
+
Get file shares usage data.
|
|
58
|
+
|
|
59
|
+
Uses Azure REST API version 2025-06-01-preview.
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
:param builtins.str location: The name of the Azure region.
|
|
63
|
+
"""
|
|
64
|
+
__args__ = dict()
|
|
65
|
+
__args__['location'] = location
|
|
66
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
67
|
+
__ret__ = pulumi.runtime.invoke('azure-native:fileshares:getFileShareUsageData', __args__, opts=opts, typ=GetFileShareUsageDataResult).value
|
|
68
|
+
|
|
69
|
+
return AwaitableGetFileShareUsageDataResult(
|
|
70
|
+
properties=pulumi.get(__ret__, 'properties'))
|
|
71
|
+
def get_file_share_usage_data_output(location: Optional[pulumi.Input[builtins.str]] = None,
|
|
72
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetFileShareUsageDataResult]:
|
|
73
|
+
"""
|
|
74
|
+
Get file shares usage data.
|
|
75
|
+
|
|
76
|
+
Uses Azure REST API version 2025-06-01-preview.
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
:param builtins.str location: The name of the Azure region.
|
|
80
|
+
"""
|
|
81
|
+
__args__ = dict()
|
|
82
|
+
__args__['location'] = location
|
|
83
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
84
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:fileshares:getFileShareUsageData', __args__, opts=opts, typ=GetFileShareUsageDataResult)
|
|
85
|
+
return __ret__.apply(lambda __response__: GetFileShareUsageDataResult(
|
|
86
|
+
properties=pulumi.get(__response__, 'properties')))
|