pulumi-azure-native 3.2.0a1744649622__py3-none-any.whl → 3.3.0a1745856299__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 +22 -0
- pulumi_azure_native/advisor/assessment.py +5 -1
- pulumi_azure_native/advisor/get_assessment.py +4 -0
- pulumi_azure_native/advisor/get_suppression.py +2 -2
- pulumi_azure_native/advisor/suppression.py +3 -3
- pulumi_azure_native/containerregistry/cache_rule.py +3 -3
- pulumi_azure_native/containerregistry/connected_registry.py +3 -3
- pulumi_azure_native/containerregistry/credential_set.py +3 -3
- pulumi_azure_native/containerregistry/get_cache_rule.py +2 -2
- pulumi_azure_native/containerregistry/get_connected_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_credential_set.py +2 -2
- pulumi_azure_native/containerregistry/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerregistry/get_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_replication.py +2 -2
- pulumi_azure_native/containerregistry/get_scope_map.py +2 -2
- pulumi_azure_native/containerregistry/get_token.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook_callback_config.py +2 -2
- pulumi_azure_native/containerregistry/list_registry_credentials.py +2 -2
- pulumi_azure_native/containerregistry/list_webhook_events.py +2 -2
- pulumi_azure_native/containerregistry/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerregistry/registry.py +3 -3
- pulumi_azure_native/containerregistry/replication.py +3 -3
- pulumi_azure_native/containerregistry/scope_map.py +3 -3
- pulumi_azure_native/containerregistry/token.py +3 -3
- pulumi_azure_native/containerregistry/webhook.py +3 -3
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/_enums.py +53 -0
- pulumi_azure_native/containerservice/_inputs.py +298 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- 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_namespace.py +209 -0
- 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/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_namespace_credential.py +97 -0
- 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/namespace.py +303 -0
- pulumi_azure_native/containerservice/outputs.py +243 -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/cosmosdb/__init__.py +20 -0
- pulumi_azure_native/cosmosdb/_enums.py +26 -0
- pulumi_azure_native/cosmosdb/_inputs.py +98 -0
- pulumi_azure_native/cosmosdb/cassandra_cluster.py +3 -3
- pulumi_azure_native/cosmosdb/cassandra_data_center.py +3 -3
- pulumi_azure_native/cosmosdb/cassandra_resource_cassandra_keyspace.py +3 -3
- pulumi_azure_native/cosmosdb/cassandra_resource_cassandra_role_assignment.py +301 -0
- pulumi_azure_native/cosmosdb/cassandra_resource_cassandra_role_definition.py +332 -0
- pulumi_azure_native/cosmosdb/cassandra_resource_cassandra_table.py +3 -3
- pulumi_azure_native/cosmosdb/cassandra_resource_cassandra_view.py +3 -3
- pulumi_azure_native/cosmosdb/database_account.py +3 -3
- pulumi_azure_native/cosmosdb/database_account_cassandra_keyspace.py +1 -1
- pulumi_azure_native/cosmosdb/database_account_cassandra_table.py +1 -1
- pulumi_azure_native/cosmosdb/database_account_gremlin_database.py +1 -1
- pulumi_azure_native/cosmosdb/database_account_gremlin_graph.py +1 -1
- pulumi_azure_native/cosmosdb/database_account_mongo_db_collection.py +1 -1
- pulumi_azure_native/cosmosdb/database_account_mongo_db_database.py +1 -1
- pulumi_azure_native/cosmosdb/database_account_sql_container.py +1 -1
- pulumi_azure_native/cosmosdb/database_account_sql_database.py +1 -1
- pulumi_azure_native/cosmosdb/database_account_table.py +1 -1
- pulumi_azure_native/cosmosdb/fleet.py +251 -0
- pulumi_azure_native/cosmosdb/fleet_analytic.py +273 -0
- pulumi_azure_native/cosmosdb/fleetspace.py +274 -0
- pulumi_azure_native/cosmosdb/fleetspace_account.py +293 -0
- pulumi_azure_native/cosmosdb/get_cassandra_cluster.py +2 -2
- pulumi_azure_native/cosmosdb/get_cassandra_data_center.py +2 -2
- pulumi_azure_native/cosmosdb/get_cassandra_resource_cassandra_keyspace.py +2 -2
- pulumi_azure_native/cosmosdb/get_cassandra_resource_cassandra_role_assignment.py +209 -0
- pulumi_azure_native/cosmosdb/get_cassandra_resource_cassandra_role_definition.py +195 -0
- pulumi_azure_native/cosmosdb/get_cassandra_resource_cassandra_table.py +2 -2
- pulumi_azure_native/cosmosdb/get_cassandra_resource_cassandra_view.py +2 -2
- pulumi_azure_native/cosmosdb/get_database_account.py +2 -2
- pulumi_azure_native/cosmosdb/get_fleet.py +189 -0
- pulumi_azure_native/cosmosdb/get_fleet_analytic.py +195 -0
- pulumi_azure_native/cosmosdb/get_fleetspace.py +195 -0
- pulumi_azure_native/cosmosdb/get_fleetspace_account.py +201 -0
- pulumi_azure_native/cosmosdb/get_graph_resource_graph.py +2 -2
- pulumi_azure_native/cosmosdb/get_gremlin_resource_gremlin_database.py +2 -2
- pulumi_azure_native/cosmosdb/get_gremlin_resource_gremlin_graph.py +2 -2
- pulumi_azure_native/cosmosdb/get_gremlin_resource_gremlin_role_assignment.py +209 -0
- pulumi_azure_native/cosmosdb/get_gremlin_resource_gremlin_role_definition.py +195 -0
- pulumi_azure_native/cosmosdb/get_mongo_db_resource_mongo_db_collection.py +2 -2
- pulumi_azure_native/cosmosdb/get_mongo_db_resource_mongo_db_database.py +2 -2
- pulumi_azure_native/cosmosdb/get_mongo_db_resource_mongo_role_definition.py +2 -2
- pulumi_azure_native/cosmosdb/get_mongo_db_resource_mongo_user_definition.py +2 -2
- pulumi_azure_native/cosmosdb/get_mongo_mi_resource_mongo_mi_role_assignment.py +209 -0
- pulumi_azure_native/cosmosdb/get_mongo_mi_resource_mongo_mi_role_definition.py +195 -0
- pulumi_azure_native/cosmosdb/get_notebook_workspace.py +2 -2
- pulumi_azure_native/cosmosdb/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cosmosdb/get_service.py +2 -2
- pulumi_azure_native/cosmosdb/get_sql_resource_sql_container.py +2 -2
- pulumi_azure_native/cosmosdb/get_sql_resource_sql_database.py +2 -2
- pulumi_azure_native/cosmosdb/get_sql_resource_sql_role_assignment.py +2 -2
- pulumi_azure_native/cosmosdb/get_sql_resource_sql_role_definition.py +2 -2
- pulumi_azure_native/cosmosdb/get_sql_resource_sql_stored_procedure.py +2 -2
- pulumi_azure_native/cosmosdb/get_sql_resource_sql_trigger.py +2 -2
- pulumi_azure_native/cosmosdb/get_sql_resource_sql_user_defined_function.py +2 -2
- pulumi_azure_native/cosmosdb/get_table_resource_table.py +2 -2
- pulumi_azure_native/cosmosdb/get_table_resource_table_role_assignment.py +4 -0
- pulumi_azure_native/cosmosdb/get_table_resource_table_role_definition.py +4 -0
- pulumi_azure_native/cosmosdb/get_throughput_pool.py +2 -2
- pulumi_azure_native/cosmosdb/get_throughput_pool_account.py +2 -2
- pulumi_azure_native/cosmosdb/graph_resource_graph.py +3 -3
- pulumi_azure_native/cosmosdb/gremlin_resource_gremlin_database.py +3 -3
- pulumi_azure_native/cosmosdb/gremlin_resource_gremlin_graph.py +3 -3
- pulumi_azure_native/cosmosdb/gremlin_resource_gremlin_role_assignment.py +301 -0
- pulumi_azure_native/cosmosdb/gremlin_resource_gremlin_role_definition.py +332 -0
- pulumi_azure_native/cosmosdb/list_database_account_connection_strings.py +2 -2
- pulumi_azure_native/cosmosdb/list_database_account_keys.py +2 -2
- pulumi_azure_native/cosmosdb/list_notebook_workspace_connection_info.py +2 -2
- pulumi_azure_native/cosmosdb/mongo_db_resource_mongo_db_collection.py +3 -3
- pulumi_azure_native/cosmosdb/mongo_db_resource_mongo_db_database.py +3 -3
- pulumi_azure_native/cosmosdb/mongo_db_resource_mongo_role_definition.py +3 -3
- pulumi_azure_native/cosmosdb/mongo_db_resource_mongo_user_definition.py +3 -3
- pulumi_azure_native/cosmosdb/mongo_mi_resource_mongo_mi_role_assignment.py +301 -0
- pulumi_azure_native/cosmosdb/mongo_mi_resource_mongo_mi_role_definition.py +332 -0
- pulumi_azure_native/cosmosdb/notebook_workspace.py +3 -3
- pulumi_azure_native/cosmosdb/outputs.py +83 -0
- pulumi_azure_native/cosmosdb/private_endpoint_connection.py +3 -3
- pulumi_azure_native/cosmosdb/service.py +3 -3
- pulumi_azure_native/cosmosdb/sql_resource_sql_container.py +3 -3
- pulumi_azure_native/cosmosdb/sql_resource_sql_database.py +3 -3
- pulumi_azure_native/cosmosdb/sql_resource_sql_role_assignment.py +3 -3
- pulumi_azure_native/cosmosdb/sql_resource_sql_role_definition.py +3 -3
- pulumi_azure_native/cosmosdb/sql_resource_sql_stored_procedure.py +3 -3
- pulumi_azure_native/cosmosdb/sql_resource_sql_trigger.py +3 -3
- pulumi_azure_native/cosmosdb/sql_resource_sql_user_defined_function.py +3 -3
- pulumi_azure_native/cosmosdb/table_resource_table.py +3 -3
- pulumi_azure_native/cosmosdb/table_resource_table_role_assignment.py +5 -1
- pulumi_azure_native/cosmosdb/table_resource_table_role_definition.py +5 -1
- pulumi_azure_native/cosmosdb/throughput_pool.py +3 -3
- pulumi_azure_native/cosmosdb/throughput_pool_account.py +3 -3
- pulumi_azure_native/datafactory/_enums.py +8 -0
- pulumi_azure_native/datafactory/_inputs.py +322 -21
- pulumi_azure_native/datafactory/outputs.py +222 -15
- pulumi_azure_native/dbforpostgresql/_inputs.py +274 -50
- pulumi_azure_native/dbforpostgresql/get_server_group_cluster.py +3 -3
- pulumi_azure_native/dbforpostgresql/outputs.py +229 -28
- pulumi_azure_native/dbforpostgresql/server_group_cluster.py +24 -24
- pulumi_azure_native/devcenter/__init__.py +2 -0
- pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
- pulumi_azure_native/devcenter/catalog.py +3 -3
- pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
- pulumi_azure_native/devcenter/dev_center.py +3 -3
- pulumi_azure_native/devcenter/encryption_set.py +3 -3
- pulumi_azure_native/devcenter/environment_type.py +3 -3
- pulumi_azure_native/devcenter/gallery.py +3 -3
- pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
- pulumi_azure_native/devcenter/get_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_dev_center_catalog_image_definition_build_details.py +235 -0
- pulumi_azure_native/devcenter/get_dev_center_catalog_image_definition_error_details.py +103 -0
- pulumi_azure_native/devcenter/get_encryption_set.py +2 -2
- pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_gallery.py +2 -2
- pulumi_azure_native/devcenter/get_network_connection.py +2 -2
- pulumi_azure_native/devcenter/get_pool.py +2 -2
- pulumi_azure_native/devcenter/get_project.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_image_definition_build_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_image_definition_error_details.py +4 -0
- pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_project_inherited_settings.py +2 -2
- pulumi_azure_native/devcenter/get_project_policy.py +2 -2
- pulumi_azure_native/devcenter/get_schedule.py +2 -2
- pulumi_azure_native/devcenter/list_skus_by_project.py +2 -2
- pulumi_azure_native/devcenter/network_connection.py +3 -3
- pulumi_azure_native/devcenter/pool.py +3 -3
- pulumi_azure_native/devcenter/project.py +3 -3
- pulumi_azure_native/devcenter/project_catalog.py +3 -3
- pulumi_azure_native/devcenter/project_environment_type.py +3 -3
- pulumi_azure_native/devcenter/project_policy.py +3 -3
- pulumi_azure_native/devcenter/schedule.py +3 -3
- pulumi_azure_native/durabletask/_enums.py +1 -1
- pulumi_azure_native/frontdoor/get_policy.py +2 -2
- pulumi_azure_native/frontdoor/policy.py +3 -3
- pulumi_azure_native/hybridcompute/gateway.py +3 -3
- pulumi_azure_native/hybridcompute/get_gateway.py +2 -2
- pulumi_azure_native/hybridcompute/get_license.py +2 -2
- pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
- pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
- pulumi_azure_native/hybridcompute/license.py +3 -3
- pulumi_azure_native/hybridcompute/license_profile.py +3 -3
- pulumi_azure_native/hybridcompute/machine.py +3 -3
- pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
- pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
- pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
- pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
- pulumi_azure_native/loadtestservice/_inputs.py +3 -3
- pulumi_azure_native/loadtestservice/outputs.py +2 -2
- pulumi_azure_native/migrate/_enums.py +23 -0
- pulumi_azure_native/migrate/_inputs.py +20 -0
- pulumi_azure_native/migrate/outputs.py +14 -0
- pulumi_azure_native/monitor/_enums.py +9 -0
- pulumi_azure_native/monitor/azure_monitor_workspace.py +38 -18
- pulumi_azure_native/monitor/get_azure_monitor_workspace.py +18 -18
- pulumi_azure_native/monitor/outputs.py +106 -106
- pulumi_azure_native/networkcloud/agent_pool.py +2 -2
- pulumi_azure_native/networkcloud/bare_metal_machine.py +2 -2
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +2 -2
- pulumi_azure_native/networkcloud/bmc_key_set.py +2 -2
- pulumi_azure_native/networkcloud/cloud_services_network.py +2 -2
- pulumi_azure_native/networkcloud/cluster.py +2 -2
- pulumi_azure_native/networkcloud/cluster_manager.py +2 -2
- pulumi_azure_native/networkcloud/console.py +2 -2
- pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
- pulumi_azure_native/networkcloud/get_console.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +2 -2
- pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
- pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
- pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
- pulumi_azure_native/networkcloud/get_rack.py +2 -2
- pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
- pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
- pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_volume.py +2 -2
- pulumi_azure_native/networkcloud/kubernetes_cluster.py +2 -2
- pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +2 -2
- pulumi_azure_native/networkcloud/l2_network.py +2 -2
- pulumi_azure_native/networkcloud/l3_network.py +2 -2
- pulumi_azure_native/networkcloud/metrics_configuration.py +2 -2
- pulumi_azure_native/networkcloud/rack.py +2 -2
- pulumi_azure_native/networkcloud/storage_appliance.py +2 -2
- pulumi_azure_native/networkcloud/trunked_network.py +2 -2
- pulumi_azure_native/networkcloud/virtual_machine.py +2 -2
- pulumi_azure_native/networkcloud/volume.py +2 -2
- pulumi_azure_native/onlineexperimentation/__init__.py +12 -0
- pulumi_azure_native/onlineexperimentation/_enums.py +57 -0
- pulumi_azure_native/onlineexperimentation/_inputs.py +385 -0
- pulumi_azure_native/onlineexperimentation/get_online_experiment_workspace.py +217 -0
- pulumi_azure_native/onlineexperimentation/online_experiment_workspace.py +330 -0
- pulumi_azure_native/onlineexperimentation/outputs.py +577 -0
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
- pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/recoveryservices/protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/protection_container.py +3 -3
- pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
- pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
- pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
- pulumi_azure_native/resourcehealth/list_security_advisory_impacted_resource_by_subscription_id_and_event_id.py +2 -2
- pulumi_azure_native/resourcehealth/list_security_advisory_impacted_resource_by_tenant_id_and_event_id.py +2 -2
- pulumi_azure_native/resources/deployment.py +3 -3
- pulumi_azure_native/resources/deployment_at_management_group_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_subscription_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_tenant_scope.py +3 -3
- pulumi_azure_native/resources/get_deployment.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_management_group_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_subscription_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_tenant_scope.py +2 -2
- pulumi_azure_native/resources/get_resource.py +2 -2
- pulumi_azure_native/resources/get_resource_group.py +2 -2
- pulumi_azure_native/resources/get_tag_at_scope.py +2 -2
- pulumi_azure_native/resources/resource.py +3 -3
- pulumi_azure_native/resources/resource_group.py +3 -3
- pulumi_azure_native/resources/tag_at_scope.py +3 -3
- pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/search/get_service.py +2 -2
- pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
- pulumi_azure_native/search/list_admin_key.py +2 -2
- pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
- pulumi_azure_native/search/private_endpoint_connection.py +3 -3
- pulumi_azure_native/search/service.py +3 -3
- pulumi_azure_native/search/shared_private_link_resource.py +3 -3
- pulumi_azure_native/weightsandbiases/get_instance.py +4 -0
- pulumi_azure_native/weightsandbiases/instance.py +5 -1
- {pulumi_azure_native-3.2.0a1744649622.dist-info → pulumi_azure_native-3.3.0a1745856299.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.2.0a1744649622.dist-info → pulumi_azure_native-3.3.0a1745856299.dist-info}/RECORD +306 -275
- {pulumi_azure_native-3.2.0a1744649622.dist-info → pulumi_azure_native-3.3.0a1745856299.dist-info}/WHEEL +1 -1
- {pulumi_azure_native-3.2.0a1744649622.dist-info → pulumi_azure_native-3.3.0a1745856299.dist-info}/top_level.txt +0 -0
|
@@ -333,7 +333,7 @@ def get_l3_network(l3_network_name: Optional[str] = None,
|
|
|
333
333
|
|
|
334
334
|
Uses Azure REST API version 2025-02-01.
|
|
335
335
|
|
|
336
|
-
Other available API versions:
|
|
336
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
337
337
|
|
|
338
338
|
|
|
339
339
|
:param str l3_network_name: The name of the L3 network.
|
|
@@ -378,7 +378,7 @@ def get_l3_network_output(l3_network_name: Optional[pulumi.Input[str]] = None,
|
|
|
378
378
|
|
|
379
379
|
Uses Azure REST API version 2025-02-01.
|
|
380
380
|
|
|
381
|
-
Other available API versions:
|
|
381
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
382
382
|
|
|
383
383
|
|
|
384
384
|
:param str l3_network_name: The name of the L3 network.
|
|
@@ -224,7 +224,7 @@ def get_metrics_configuration(cluster_name: Optional[str] = None,
|
|
|
224
224
|
|
|
225
225
|
Uses Azure REST API version 2025-02-01.
|
|
226
226
|
|
|
227
|
-
Other available API versions:
|
|
227
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
228
228
|
|
|
229
229
|
|
|
230
230
|
:param str cluster_name: The name of the cluster.
|
|
@@ -263,7 +263,7 @@ def get_metrics_configuration_output(cluster_name: Optional[pulumi.Input[str]] =
|
|
|
263
263
|
|
|
264
264
|
Uses Azure REST API version 2025-02-01.
|
|
265
265
|
|
|
266
|
-
Other available API versions:
|
|
266
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
267
267
|
|
|
268
268
|
|
|
269
269
|
:param str cluster_name: The name of the cluster.
|
|
@@ -247,7 +247,7 @@ def get_rack(rack_name: Optional[str] = None,
|
|
|
247
247
|
|
|
248
248
|
Uses Azure REST API version 2025-02-01.
|
|
249
249
|
|
|
250
|
-
Other available API versions:
|
|
250
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
251
251
|
|
|
252
252
|
|
|
253
253
|
:param str rack_name: The name of the rack.
|
|
@@ -285,7 +285,7 @@ def get_rack_output(rack_name: Optional[pulumi.Input[str]] = None,
|
|
|
285
285
|
|
|
286
286
|
Uses Azure REST API version 2025-02-01.
|
|
287
287
|
|
|
288
|
-
Other available API versions:
|
|
288
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
289
289
|
|
|
290
290
|
|
|
291
291
|
:param str rack_name: The name of the rack.
|
|
@@ -367,7 +367,7 @@ def get_storage_appliance(resource_group_name: Optional[str] = None,
|
|
|
367
367
|
|
|
368
368
|
Uses Azure REST API version 2025-02-01.
|
|
369
369
|
|
|
370
|
-
Other available API versions:
|
|
370
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
371
371
|
|
|
372
372
|
|
|
373
373
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -415,7 +415,7 @@ def get_storage_appliance_output(resource_group_name: Optional[pulumi.Input[str]
|
|
|
415
415
|
|
|
416
416
|
Uses Azure REST API version 2025-02-01.
|
|
417
417
|
|
|
418
|
-
Other available API versions:
|
|
418
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
419
419
|
|
|
420
420
|
|
|
421
421
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -283,7 +283,7 @@ def get_trunked_network(resource_group_name: Optional[str] = None,
|
|
|
283
283
|
|
|
284
284
|
Uses Azure REST API version 2025-02-01.
|
|
285
285
|
|
|
286
|
-
Other available API versions:
|
|
286
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
287
287
|
|
|
288
288
|
|
|
289
289
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -324,7 +324,7 @@ def get_trunked_network_output(resource_group_name: Optional[pulumi.Input[str]]
|
|
|
324
324
|
|
|
325
325
|
Uses Azure REST API version 2025-02-01.
|
|
326
326
|
|
|
327
|
-
Other available API versions:
|
|
327
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
328
328
|
|
|
329
329
|
|
|
330
330
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -451,7 +451,7 @@ def get_virtual_machine(resource_group_name: Optional[str] = None,
|
|
|
451
451
|
|
|
452
452
|
Uses Azure REST API version 2025-02-01.
|
|
453
453
|
|
|
454
|
-
Other available API versions:
|
|
454
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
455
455
|
|
|
456
456
|
|
|
457
457
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -506,7 +506,7 @@ def get_virtual_machine_output(resource_group_name: Optional[pulumi.Input[str]]
|
|
|
506
506
|
|
|
507
507
|
Uses Azure REST API version 2025-02-01.
|
|
508
508
|
|
|
509
|
-
Other available API versions:
|
|
509
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -223,7 +223,7 @@ def get_volume(resource_group_name: Optional[str] = None,
|
|
|
223
223
|
|
|
224
224
|
Uses Azure REST API version 2025-02-01.
|
|
225
225
|
|
|
226
|
-
Other available API versions:
|
|
226
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
227
227
|
|
|
228
228
|
|
|
229
229
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -259,7 +259,7 @@ def get_volume_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
|
259
259
|
|
|
260
260
|
Uses Azure REST API version 2025-02-01.
|
|
261
261
|
|
|
262
|
-
Other available API versions:
|
|
262
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
263
263
|
|
|
264
264
|
|
|
265
265
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -234,7 +234,7 @@ class KubernetesCluster(pulumi.CustomResource):
|
|
|
234
234
|
"""
|
|
235
235
|
Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
|
|
236
236
|
|
|
237
|
-
Other available API versions:
|
|
237
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
238
238
|
|
|
239
239
|
:param str resource_name: The name of the resource.
|
|
240
240
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -260,7 +260,7 @@ class KubernetesCluster(pulumi.CustomResource):
|
|
|
260
260
|
"""
|
|
261
261
|
Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
|
|
262
262
|
|
|
263
|
-
Other available API versions:
|
|
263
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
264
264
|
|
|
265
265
|
:param str resource_name: The name of the resource.
|
|
266
266
|
:param KubernetesClusterArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -135,7 +135,7 @@ class KubernetesClusterFeature(pulumi.CustomResource):
|
|
|
135
135
|
"""
|
|
136
136
|
Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2024-06-01-preview.
|
|
137
137
|
|
|
138
|
-
Other available API versions: 2024-
|
|
138
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
139
139
|
|
|
140
140
|
:param str resource_name: The name of the resource.
|
|
141
141
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -155,7 +155,7 @@ class KubernetesClusterFeature(pulumi.CustomResource):
|
|
|
155
155
|
"""
|
|
156
156
|
Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2024-06-01-preview.
|
|
157
157
|
|
|
158
|
-
Other available API versions: 2024-
|
|
158
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
159
159
|
|
|
160
160
|
:param str resource_name: The name of the resource.
|
|
161
161
|
:param KubernetesClusterFeatureArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -171,7 +171,7 @@ class L2Network(pulumi.CustomResource):
|
|
|
171
171
|
"""
|
|
172
172
|
Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
|
|
173
173
|
|
|
174
|
-
Other available API versions:
|
|
174
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
175
175
|
|
|
176
176
|
:param str resource_name: The name of the resource.
|
|
177
177
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -193,7 +193,7 @@ class L2Network(pulumi.CustomResource):
|
|
|
193
193
|
"""
|
|
194
194
|
Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
|
|
195
195
|
|
|
196
|
-
Other available API versions:
|
|
196
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
197
197
|
|
|
198
198
|
:param str resource_name: The name of the resource.
|
|
199
199
|
:param L2NetworkArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -263,7 +263,7 @@ class L3Network(pulumi.CustomResource):
|
|
|
263
263
|
"""
|
|
264
264
|
Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
|
|
265
265
|
|
|
266
|
-
Other available API versions:
|
|
266
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
267
267
|
|
|
268
268
|
:param str resource_name: The name of the resource.
|
|
269
269
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -292,7 +292,7 @@ class L3Network(pulumi.CustomResource):
|
|
|
292
292
|
"""
|
|
293
293
|
Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
|
|
294
294
|
|
|
295
|
-
Other available API versions:
|
|
295
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
296
296
|
|
|
297
297
|
:param str resource_name: The name of the resource.
|
|
298
298
|
:param L3NetworkArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -167,7 +167,7 @@ class MetricsConfiguration(pulumi.CustomResource):
|
|
|
167
167
|
"""
|
|
168
168
|
Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
|
|
169
169
|
|
|
170
|
-
Other available API versions:
|
|
170
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
171
171
|
|
|
172
172
|
:param str resource_name: The name of the resource.
|
|
173
173
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -189,7 +189,7 @@ class MetricsConfiguration(pulumi.CustomResource):
|
|
|
189
189
|
"""
|
|
190
190
|
Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
|
|
191
191
|
|
|
192
|
-
Other available API versions:
|
|
192
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
193
193
|
|
|
194
194
|
:param str resource_name: The name of the resource.
|
|
195
195
|
:param MetricsConfigurationArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -182,7 +182,7 @@ class Rack(pulumi.CustomResource):
|
|
|
182
182
|
"""
|
|
183
183
|
Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
|
|
184
184
|
|
|
185
|
-
Other available API versions:
|
|
185
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
186
186
|
|
|
187
187
|
:param str resource_name: The name of the resource.
|
|
188
188
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -205,7 +205,7 @@ class Rack(pulumi.CustomResource):
|
|
|
205
205
|
"""
|
|
206
206
|
Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
|
|
207
207
|
|
|
208
|
-
Other available API versions:
|
|
208
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
209
209
|
|
|
210
210
|
:param str resource_name: The name of the resource.
|
|
211
211
|
:param RackArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -198,7 +198,7 @@ class StorageAppliance(pulumi.CustomResource):
|
|
|
198
198
|
"""
|
|
199
199
|
Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
|
|
200
200
|
|
|
201
|
-
Other available API versions:
|
|
201
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
202
202
|
|
|
203
203
|
:param str resource_name: The name of the resource.
|
|
204
204
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -222,7 +222,7 @@ class StorageAppliance(pulumi.CustomResource):
|
|
|
222
222
|
"""
|
|
223
223
|
Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
|
|
224
224
|
|
|
225
|
-
Other available API versions:
|
|
225
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
226
226
|
|
|
227
227
|
:param str resource_name: The name of the resource.
|
|
228
228
|
:param StorageApplianceArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -187,7 +187,7 @@ class TrunkedNetwork(pulumi.CustomResource):
|
|
|
187
187
|
"""
|
|
188
188
|
Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
|
|
189
189
|
|
|
190
|
-
Other available API versions:
|
|
190
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
191
191
|
|
|
192
192
|
:param str resource_name: The name of the resource.
|
|
193
193
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -210,7 +210,7 @@ class TrunkedNetwork(pulumi.CustomResource):
|
|
|
210
210
|
"""
|
|
211
211
|
Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
|
|
212
212
|
|
|
213
|
-
Other available API versions:
|
|
213
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
214
214
|
|
|
215
215
|
:param str resource_name: The name of the resource.
|
|
216
216
|
:param TrunkedNetworkArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -410,7 +410,7 @@ class VirtualMachine(pulumi.CustomResource):
|
|
|
410
410
|
"""
|
|
411
411
|
Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
|
|
412
412
|
|
|
413
|
-
Other available API versions:
|
|
413
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
414
414
|
|
|
415
415
|
:param str resource_name: The name of the resource.
|
|
416
416
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -446,7 +446,7 @@ class VirtualMachine(pulumi.CustomResource):
|
|
|
446
446
|
"""
|
|
447
447
|
Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
|
|
448
448
|
|
|
449
|
-
Other available API versions:
|
|
449
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
450
450
|
|
|
451
451
|
:param str resource_name: The name of the resource.
|
|
452
452
|
:param VirtualMachineArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -134,7 +134,7 @@ class Volume(pulumi.CustomResource):
|
|
|
134
134
|
"""
|
|
135
135
|
Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
|
|
136
136
|
|
|
137
|
-
Other available API versions:
|
|
137
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
138
138
|
|
|
139
139
|
:param str resource_name: The name of the resource.
|
|
140
140
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -154,7 +154,7 @@ class Volume(pulumi.CustomResource):
|
|
|
154
154
|
"""
|
|
155
155
|
Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
|
|
156
156
|
|
|
157
|
-
Other available API versions:
|
|
157
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
158
158
|
|
|
159
159
|
:param str resource_name: The name of the resource.
|
|
160
160
|
:param VolumeArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -0,0 +1,12 @@
|
|
|
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
|
+
from .. import _utilities
|
|
6
|
+
import typing
|
|
7
|
+
# Export this package's modules as members:
|
|
8
|
+
from ._enums import *
|
|
9
|
+
from .get_online_experiment_workspace import *
|
|
10
|
+
from .online_experiment_workspace import *
|
|
11
|
+
from ._inputs import *
|
|
12
|
+
from . import outputs
|
|
@@ -0,0 +1,57 @@
|
|
|
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
|
+
from enum import Enum
|
|
6
|
+
|
|
7
|
+
__all__ = [
|
|
8
|
+
'KeyEncryptionKeyIdentityType',
|
|
9
|
+
'ManagedServiceIdentityType',
|
|
10
|
+
'OnlineExperimentationWorkspaceSkuName',
|
|
11
|
+
]
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
class KeyEncryptionKeyIdentityType(str, Enum):
|
|
15
|
+
"""
|
|
16
|
+
The type of identity to use. Values can be systemAssignedIdentity, userAssignedIdentity, or delegatedResourceIdentity.
|
|
17
|
+
"""
|
|
18
|
+
SYSTEM_ASSIGNED_IDENTITY = "SystemAssignedIdentity"
|
|
19
|
+
"""
|
|
20
|
+
System assigned identity
|
|
21
|
+
"""
|
|
22
|
+
USER_ASSIGNED_IDENTITY = "UserAssignedIdentity"
|
|
23
|
+
"""
|
|
24
|
+
User assigned identity
|
|
25
|
+
"""
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
class ManagedServiceIdentityType(str, Enum):
|
|
29
|
+
"""
|
|
30
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
31
|
+
"""
|
|
32
|
+
NONE = "None"
|
|
33
|
+
SYSTEM_ASSIGNED = "SystemAssigned"
|
|
34
|
+
USER_ASSIGNED = "UserAssigned"
|
|
35
|
+
SYSTEM_ASSIGNED_USER_ASSIGNED = "SystemAssigned,UserAssigned"
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
class OnlineExperimentationWorkspaceSkuName(str, Enum):
|
|
39
|
+
"""
|
|
40
|
+
The name of the SKU. Ex - F0, P0. It is typically a letter+number code
|
|
41
|
+
"""
|
|
42
|
+
F0 = "F0"
|
|
43
|
+
"""
|
|
44
|
+
The Free service sku name.
|
|
45
|
+
"""
|
|
46
|
+
S0 = "S0"
|
|
47
|
+
"""
|
|
48
|
+
The Standard service sku name.
|
|
49
|
+
"""
|
|
50
|
+
P0 = "P0"
|
|
51
|
+
"""
|
|
52
|
+
The Premium service sku name.
|
|
53
|
+
"""
|
|
54
|
+
D0 = "D0"
|
|
55
|
+
"""
|
|
56
|
+
The Developer service sku name.
|
|
57
|
+
"""
|