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
|
@@ -34,6 +34,8 @@ __all__ = [
|
|
|
34
34
|
'AzureFunctionReceiverResponse',
|
|
35
35
|
'AzureMonitorWorkspaceLogsApiConfigResponse',
|
|
36
36
|
'AzureMonitorWorkspaceLogsExporterResponse',
|
|
37
|
+
'AzureMonitorWorkspaceResponseDefaultIngestionSettings',
|
|
38
|
+
'AzureMonitorWorkspaceResponseMetrics',
|
|
37
39
|
'AzureResourceManagerCommonTypesExtendedLocationResponse',
|
|
38
40
|
'BatchProcessorResponse',
|
|
39
41
|
'CacheConfigurationResponse',
|
|
@@ -75,7 +77,6 @@ __all__ = [
|
|
|
75
77
|
'IisLogsDataSourceResponse',
|
|
76
78
|
'IncidentReceiverResponse',
|
|
77
79
|
'IncidentServiceConnectionResponse',
|
|
78
|
-
'IngestionSettingsResponse',
|
|
79
80
|
'ItsmReceiverResponse',
|
|
80
81
|
'JsonArrayMapperResponse',
|
|
81
82
|
'JsonMapperDestinationFieldResponse',
|
|
@@ -96,7 +97,6 @@ __all__ = [
|
|
|
96
97
|
'MetricDimensionResponse',
|
|
97
98
|
'MetricSettingsResponse',
|
|
98
99
|
'MetricTriggerResponse',
|
|
99
|
-
'MetricsResponse',
|
|
100
100
|
'MonitoringAccountDestinationResponse',
|
|
101
101
|
'NetworkingConfigurationResponse',
|
|
102
102
|
'NetworkingRouteResponse',
|
|
@@ -1366,6 +1366,110 @@ class AzureMonitorWorkspaceLogsExporterResponse(dict):
|
|
|
1366
1366
|
return pulumi.get(self, "concurrency")
|
|
1367
1367
|
|
|
1368
1368
|
|
|
1369
|
+
@pulumi.output_type
|
|
1370
|
+
class AzureMonitorWorkspaceResponseDefaultIngestionSettings(dict):
|
|
1371
|
+
"""
|
|
1372
|
+
The Data Collection Rule and Endpoint used for ingestion by default.
|
|
1373
|
+
"""
|
|
1374
|
+
@staticmethod
|
|
1375
|
+
def __key_warning(key: str):
|
|
1376
|
+
suggest = None
|
|
1377
|
+
if key == "dataCollectionEndpointResourceId":
|
|
1378
|
+
suggest = "data_collection_endpoint_resource_id"
|
|
1379
|
+
elif key == "dataCollectionRuleResourceId":
|
|
1380
|
+
suggest = "data_collection_rule_resource_id"
|
|
1381
|
+
|
|
1382
|
+
if suggest:
|
|
1383
|
+
pulumi.log.warn(f"Key '{key}' not found in AzureMonitorWorkspaceResponseDefaultIngestionSettings. Access the value via the '{suggest}' property getter instead.")
|
|
1384
|
+
|
|
1385
|
+
def __getitem__(self, key: str) -> Any:
|
|
1386
|
+
AzureMonitorWorkspaceResponseDefaultIngestionSettings.__key_warning(key)
|
|
1387
|
+
return super().__getitem__(key)
|
|
1388
|
+
|
|
1389
|
+
def get(self, key: str, default = None) -> Any:
|
|
1390
|
+
AzureMonitorWorkspaceResponseDefaultIngestionSettings.__key_warning(key)
|
|
1391
|
+
return super().get(key, default)
|
|
1392
|
+
|
|
1393
|
+
def __init__(__self__, *,
|
|
1394
|
+
data_collection_endpoint_resource_id: str,
|
|
1395
|
+
data_collection_rule_resource_id: str):
|
|
1396
|
+
"""
|
|
1397
|
+
The Data Collection Rule and Endpoint used for ingestion by default.
|
|
1398
|
+
:param str data_collection_endpoint_resource_id: The Azure resource Id of the default data collection endpoint for this Azure Monitor Workspace.
|
|
1399
|
+
:param str data_collection_rule_resource_id: The Azure resource Id of the default data collection rule for this Azure Monitor Workspace.
|
|
1400
|
+
"""
|
|
1401
|
+
pulumi.set(__self__, "data_collection_endpoint_resource_id", data_collection_endpoint_resource_id)
|
|
1402
|
+
pulumi.set(__self__, "data_collection_rule_resource_id", data_collection_rule_resource_id)
|
|
1403
|
+
|
|
1404
|
+
@property
|
|
1405
|
+
@pulumi.getter(name="dataCollectionEndpointResourceId")
|
|
1406
|
+
def data_collection_endpoint_resource_id(self) -> str:
|
|
1407
|
+
"""
|
|
1408
|
+
The Azure resource Id of the default data collection endpoint for this Azure Monitor Workspace.
|
|
1409
|
+
"""
|
|
1410
|
+
return pulumi.get(self, "data_collection_endpoint_resource_id")
|
|
1411
|
+
|
|
1412
|
+
@property
|
|
1413
|
+
@pulumi.getter(name="dataCollectionRuleResourceId")
|
|
1414
|
+
def data_collection_rule_resource_id(self) -> str:
|
|
1415
|
+
"""
|
|
1416
|
+
The Azure resource Id of the default data collection rule for this Azure Monitor Workspace.
|
|
1417
|
+
"""
|
|
1418
|
+
return pulumi.get(self, "data_collection_rule_resource_id")
|
|
1419
|
+
|
|
1420
|
+
|
|
1421
|
+
@pulumi.output_type
|
|
1422
|
+
class AzureMonitorWorkspaceResponseMetrics(dict):
|
|
1423
|
+
"""
|
|
1424
|
+
Properties related to the metrics container in the Azure Monitor Workspace
|
|
1425
|
+
"""
|
|
1426
|
+
@staticmethod
|
|
1427
|
+
def __key_warning(key: str):
|
|
1428
|
+
suggest = None
|
|
1429
|
+
if key == "internalId":
|
|
1430
|
+
suggest = "internal_id"
|
|
1431
|
+
elif key == "prometheusQueryEndpoint":
|
|
1432
|
+
suggest = "prometheus_query_endpoint"
|
|
1433
|
+
|
|
1434
|
+
if suggest:
|
|
1435
|
+
pulumi.log.warn(f"Key '{key}' not found in AzureMonitorWorkspaceResponseMetrics. Access the value via the '{suggest}' property getter instead.")
|
|
1436
|
+
|
|
1437
|
+
def __getitem__(self, key: str) -> Any:
|
|
1438
|
+
AzureMonitorWorkspaceResponseMetrics.__key_warning(key)
|
|
1439
|
+
return super().__getitem__(key)
|
|
1440
|
+
|
|
1441
|
+
def get(self, key: str, default = None) -> Any:
|
|
1442
|
+
AzureMonitorWorkspaceResponseMetrics.__key_warning(key)
|
|
1443
|
+
return super().get(key, default)
|
|
1444
|
+
|
|
1445
|
+
def __init__(__self__, *,
|
|
1446
|
+
internal_id: str,
|
|
1447
|
+
prometheus_query_endpoint: str):
|
|
1448
|
+
"""
|
|
1449
|
+
Properties related to the metrics container in the Azure Monitor Workspace
|
|
1450
|
+
:param str internal_id: An internal identifier for the metrics container. Only to be used by the system
|
|
1451
|
+
:param str prometheus_query_endpoint: The Prometheus query endpoint for the Azure Monitor Workspace
|
|
1452
|
+
"""
|
|
1453
|
+
pulumi.set(__self__, "internal_id", internal_id)
|
|
1454
|
+
pulumi.set(__self__, "prometheus_query_endpoint", prometheus_query_endpoint)
|
|
1455
|
+
|
|
1456
|
+
@property
|
|
1457
|
+
@pulumi.getter(name="internalId")
|
|
1458
|
+
def internal_id(self) -> str:
|
|
1459
|
+
"""
|
|
1460
|
+
An internal identifier for the metrics container. Only to be used by the system
|
|
1461
|
+
"""
|
|
1462
|
+
return pulumi.get(self, "internal_id")
|
|
1463
|
+
|
|
1464
|
+
@property
|
|
1465
|
+
@pulumi.getter(name="prometheusQueryEndpoint")
|
|
1466
|
+
def prometheus_query_endpoint(self) -> str:
|
|
1467
|
+
"""
|
|
1468
|
+
The Prometheus query endpoint for the Azure Monitor Workspace
|
|
1469
|
+
"""
|
|
1470
|
+
return pulumi.get(self, "prometheus_query_endpoint")
|
|
1471
|
+
|
|
1472
|
+
|
|
1369
1473
|
@pulumi.output_type
|
|
1370
1474
|
class AzureResourceManagerCommonTypesExtendedLocationResponse(dict):
|
|
1371
1475
|
"""
|
|
@@ -4300,58 +4404,6 @@ class IncidentServiceConnectionResponse(dict):
|
|
|
4300
4404
|
return pulumi.get(self, "name")
|
|
4301
4405
|
|
|
4302
4406
|
|
|
4303
|
-
@pulumi.output_type
|
|
4304
|
-
class IngestionSettingsResponse(dict):
|
|
4305
|
-
"""
|
|
4306
|
-
Settings for data ingestion
|
|
4307
|
-
"""
|
|
4308
|
-
@staticmethod
|
|
4309
|
-
def __key_warning(key: str):
|
|
4310
|
-
suggest = None
|
|
4311
|
-
if key == "dataCollectionEndpointResourceId":
|
|
4312
|
-
suggest = "data_collection_endpoint_resource_id"
|
|
4313
|
-
elif key == "dataCollectionRuleResourceId":
|
|
4314
|
-
suggest = "data_collection_rule_resource_id"
|
|
4315
|
-
|
|
4316
|
-
if suggest:
|
|
4317
|
-
pulumi.log.warn(f"Key '{key}' not found in IngestionSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4318
|
-
|
|
4319
|
-
def __getitem__(self, key: str) -> Any:
|
|
4320
|
-
IngestionSettingsResponse.__key_warning(key)
|
|
4321
|
-
return super().__getitem__(key)
|
|
4322
|
-
|
|
4323
|
-
def get(self, key: str, default = None) -> Any:
|
|
4324
|
-
IngestionSettingsResponse.__key_warning(key)
|
|
4325
|
-
return super().get(key, default)
|
|
4326
|
-
|
|
4327
|
-
def __init__(__self__, *,
|
|
4328
|
-
data_collection_endpoint_resource_id: str,
|
|
4329
|
-
data_collection_rule_resource_id: str):
|
|
4330
|
-
"""
|
|
4331
|
-
Settings for data ingestion
|
|
4332
|
-
:param str data_collection_endpoint_resource_id: The Azure resource Id of the default data collection endpoint for this workspace.
|
|
4333
|
-
:param str data_collection_rule_resource_id: The Azure resource Id of the default data collection rule for this workspace.
|
|
4334
|
-
"""
|
|
4335
|
-
pulumi.set(__self__, "data_collection_endpoint_resource_id", data_collection_endpoint_resource_id)
|
|
4336
|
-
pulumi.set(__self__, "data_collection_rule_resource_id", data_collection_rule_resource_id)
|
|
4337
|
-
|
|
4338
|
-
@property
|
|
4339
|
-
@pulumi.getter(name="dataCollectionEndpointResourceId")
|
|
4340
|
-
def data_collection_endpoint_resource_id(self) -> str:
|
|
4341
|
-
"""
|
|
4342
|
-
The Azure resource Id of the default data collection endpoint for this workspace.
|
|
4343
|
-
"""
|
|
4344
|
-
return pulumi.get(self, "data_collection_endpoint_resource_id")
|
|
4345
|
-
|
|
4346
|
-
@property
|
|
4347
|
-
@pulumi.getter(name="dataCollectionRuleResourceId")
|
|
4348
|
-
def data_collection_rule_resource_id(self) -> str:
|
|
4349
|
-
"""
|
|
4350
|
-
The Azure resource Id of the default data collection rule for this workspace.
|
|
4351
|
-
"""
|
|
4352
|
-
return pulumi.get(self, "data_collection_rule_resource_id")
|
|
4353
|
-
|
|
4354
|
-
|
|
4355
4407
|
@pulumi.output_type
|
|
4356
4408
|
class ItsmReceiverResponse(dict):
|
|
4357
4409
|
"""
|
|
@@ -5777,58 +5829,6 @@ class MetricTriggerResponse(dict):
|
|
|
5777
5829
|
return pulumi.get(self, "metric_resource_location")
|
|
5778
5830
|
|
|
5779
5831
|
|
|
5780
|
-
@pulumi.output_type
|
|
5781
|
-
class MetricsResponse(dict):
|
|
5782
|
-
"""
|
|
5783
|
-
Information about metrics for the workspace
|
|
5784
|
-
"""
|
|
5785
|
-
@staticmethod
|
|
5786
|
-
def __key_warning(key: str):
|
|
5787
|
-
suggest = None
|
|
5788
|
-
if key == "internalId":
|
|
5789
|
-
suggest = "internal_id"
|
|
5790
|
-
elif key == "prometheusQueryEndpoint":
|
|
5791
|
-
suggest = "prometheus_query_endpoint"
|
|
5792
|
-
|
|
5793
|
-
if suggest:
|
|
5794
|
-
pulumi.log.warn(f"Key '{key}' not found in MetricsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
5795
|
-
|
|
5796
|
-
def __getitem__(self, key: str) -> Any:
|
|
5797
|
-
MetricsResponse.__key_warning(key)
|
|
5798
|
-
return super().__getitem__(key)
|
|
5799
|
-
|
|
5800
|
-
def get(self, key: str, default = None) -> Any:
|
|
5801
|
-
MetricsResponse.__key_warning(key)
|
|
5802
|
-
return super().get(key, default)
|
|
5803
|
-
|
|
5804
|
-
def __init__(__self__, *,
|
|
5805
|
-
internal_id: str,
|
|
5806
|
-
prometheus_query_endpoint: str):
|
|
5807
|
-
"""
|
|
5808
|
-
Information about metrics for the workspace
|
|
5809
|
-
:param str internal_id: An internal identifier for the metrics container. Only to be used by the system
|
|
5810
|
-
:param str prometheus_query_endpoint: The Prometheus query endpoint for the workspace
|
|
5811
|
-
"""
|
|
5812
|
-
pulumi.set(__self__, "internal_id", internal_id)
|
|
5813
|
-
pulumi.set(__self__, "prometheus_query_endpoint", prometheus_query_endpoint)
|
|
5814
|
-
|
|
5815
|
-
@property
|
|
5816
|
-
@pulumi.getter(name="internalId")
|
|
5817
|
-
def internal_id(self) -> str:
|
|
5818
|
-
"""
|
|
5819
|
-
An internal identifier for the metrics container. Only to be used by the system
|
|
5820
|
-
"""
|
|
5821
|
-
return pulumi.get(self, "internal_id")
|
|
5822
|
-
|
|
5823
|
-
@property
|
|
5824
|
-
@pulumi.getter(name="prometheusQueryEndpoint")
|
|
5825
|
-
def prometheus_query_endpoint(self) -> str:
|
|
5826
|
-
"""
|
|
5827
|
-
The Prometheus query endpoint for the workspace
|
|
5828
|
-
"""
|
|
5829
|
-
return pulumi.get(self, "prometheus_query_endpoint")
|
|
5830
|
-
|
|
5831
|
-
|
|
5832
5832
|
@pulumi.output_type
|
|
5833
5833
|
class MonitoringAccountDestinationResponse(dict):
|
|
5834
5834
|
"""
|
|
@@ -303,7 +303,7 @@ class AgentPool(pulumi.CustomResource):
|
|
|
303
303
|
"""
|
|
304
304
|
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.
|
|
305
305
|
|
|
306
|
-
Other available API versions:
|
|
306
|
+
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.
|
|
307
307
|
|
|
308
308
|
:param str resource_name: The name of the resource.
|
|
309
309
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -333,7 +333,7 @@ class AgentPool(pulumi.CustomResource):
|
|
|
333
333
|
"""
|
|
334
334
|
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.
|
|
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
|
:param str resource_name: The name of the resource.
|
|
339
339
|
:param AgentPoolArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -295,7 +295,7 @@ class BareMetalMachine(pulumi.CustomResource):
|
|
|
295
295
|
"""
|
|
296
296
|
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.
|
|
297
297
|
|
|
298
|
-
Other available API versions:
|
|
298
|
+
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.
|
|
299
299
|
|
|
300
300
|
:param str resource_name: The name of the resource.
|
|
301
301
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -325,7 +325,7 @@ class BareMetalMachine(pulumi.CustomResource):
|
|
|
325
325
|
"""
|
|
326
326
|
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.
|
|
327
327
|
|
|
328
|
-
Other available API versions:
|
|
328
|
+
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.
|
|
329
329
|
|
|
330
330
|
:param str resource_name: The name of the resource.
|
|
331
331
|
:param BareMetalMachineArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -232,7 +232,7 @@ class BareMetalMachineKeySet(pulumi.CustomResource):
|
|
|
232
232
|
"""
|
|
233
233
|
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.
|
|
234
234
|
|
|
235
|
-
Other available API versions:
|
|
235
|
+
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.
|
|
236
236
|
|
|
237
237
|
:param str resource_name: The name of the resource.
|
|
238
238
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -258,7 +258,7 @@ class BareMetalMachineKeySet(pulumi.CustomResource):
|
|
|
258
258
|
"""
|
|
259
259
|
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.
|
|
260
260
|
|
|
261
|
-
Other available API versions:
|
|
261
|
+
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.
|
|
262
262
|
|
|
263
263
|
:param str resource_name: The name of the resource.
|
|
264
264
|
:param BareMetalMachineKeySetArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -199,7 +199,7 @@ class BmcKeySet(pulumi.CustomResource):
|
|
|
199
199
|
"""
|
|
200
200
|
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.
|
|
201
201
|
|
|
202
|
-
Other available API versions:
|
|
202
|
+
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.
|
|
203
203
|
|
|
204
204
|
:param str resource_name: The name of the resource.
|
|
205
205
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -223,7 +223,7 @@ class BmcKeySet(pulumi.CustomResource):
|
|
|
223
223
|
"""
|
|
224
224
|
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.
|
|
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
|
:param str resource_name: The name of the resource.
|
|
229
229
|
:param BmcKeySetArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -160,7 +160,7 @@ class CloudServicesNetwork(pulumi.CustomResource):
|
|
|
160
160
|
|
|
161
161
|
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.
|
|
162
162
|
|
|
163
|
-
Other available API versions:
|
|
163
|
+
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.
|
|
164
164
|
|
|
165
165
|
:param str resource_name: The name of the resource.
|
|
166
166
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -186,7 +186,7 @@ class CloudServicesNetwork(pulumi.CustomResource):
|
|
|
186
186
|
|
|
187
187
|
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.
|
|
188
188
|
|
|
189
|
-
Other available API versions:
|
|
189
|
+
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.
|
|
190
190
|
|
|
191
191
|
:param str resource_name: The name of the resource.
|
|
192
192
|
:param CloudServicesNetworkArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -423,7 +423,7 @@ class Cluster(pulumi.CustomResource):
|
|
|
423
423
|
"""
|
|
424
424
|
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.
|
|
425
425
|
|
|
426
|
-
Other available API versions:
|
|
426
|
+
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.
|
|
427
427
|
|
|
428
428
|
:param str resource_name: The name of the resource.
|
|
429
429
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -461,7 +461,7 @@ class Cluster(pulumi.CustomResource):
|
|
|
461
461
|
"""
|
|
462
462
|
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.
|
|
463
463
|
|
|
464
|
-
Other available API versions:
|
|
464
|
+
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.
|
|
465
465
|
|
|
466
466
|
:param str resource_name: The name of the resource.
|
|
467
467
|
:param ClusterArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -204,7 +204,7 @@ class ClusterManager(pulumi.CustomResource):
|
|
|
204
204
|
"""
|
|
205
205
|
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.
|
|
206
206
|
|
|
207
|
-
Other available API versions:
|
|
207
|
+
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.
|
|
208
208
|
|
|
209
209
|
:param str resource_name: The name of the resource.
|
|
210
210
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -228,7 +228,7 @@ class ClusterManager(pulumi.CustomResource):
|
|
|
228
228
|
"""
|
|
229
229
|
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.
|
|
230
230
|
|
|
231
|
-
Other available API versions:
|
|
231
|
+
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.
|
|
232
232
|
|
|
233
233
|
:param str resource_name: The name of the resource.
|
|
234
234
|
:param ClusterManagerArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -184,7 +184,7 @@ class Console(pulumi.CustomResource):
|
|
|
184
184
|
"""
|
|
185
185
|
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.
|
|
186
186
|
|
|
187
|
-
Other available API versions:
|
|
187
|
+
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.
|
|
188
188
|
|
|
189
189
|
:param str resource_name: The name of the resource.
|
|
190
190
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -207,7 +207,7 @@ class Console(pulumi.CustomResource):
|
|
|
207
207
|
"""
|
|
208
208
|
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.
|
|
209
209
|
|
|
210
|
-
Other available API versions:
|
|
210
|
+
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.
|
|
211
211
|
|
|
212
212
|
:param str resource_name: The name of the resource.
|
|
213
213
|
:param ConsoleArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -320,7 +320,7 @@ def get_agent_pool(agent_pool_name: Optional[str] = None,
|
|
|
320
320
|
|
|
321
321
|
Uses Azure REST API version 2025-02-01.
|
|
322
322
|
|
|
323
|
-
Other available API versions:
|
|
323
|
+
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.
|
|
324
324
|
|
|
325
325
|
|
|
326
326
|
:param str agent_pool_name: The name of the Kubernetes cluster agent pool.
|
|
@@ -367,7 +367,7 @@ def get_agent_pool_output(agent_pool_name: Optional[pulumi.Input[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 agent_pool_name: The name of the Kubernetes cluster agent pool.
|
|
@@ -535,7 +535,7 @@ def get_bare_metal_machine(bare_metal_machine_name: Optional[str] = None,
|
|
|
535
535
|
|
|
536
536
|
Uses Azure REST API version 2025-02-01.
|
|
537
537
|
|
|
538
|
-
Other available API versions:
|
|
538
|
+
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.
|
|
539
539
|
|
|
540
540
|
|
|
541
541
|
:param str bare_metal_machine_name: The name of the bare metal machine.
|
|
@@ -597,7 +597,7 @@ def get_bare_metal_machine_output(bare_metal_machine_name: Optional[pulumi.Input
|
|
|
597
597
|
|
|
598
598
|
Uses Azure REST API version 2025-02-01.
|
|
599
599
|
|
|
600
|
-
Other available API versions:
|
|
600
|
+
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.
|
|
601
601
|
|
|
602
602
|
|
|
603
603
|
:param str bare_metal_machine_name: The name of the bare metal machine.
|
|
@@ -284,7 +284,7 @@ def get_bare_metal_machine_key_set(bare_metal_machine_key_set_name: Optional[str
|
|
|
284
284
|
|
|
285
285
|
Uses Azure REST API version 2025-02-01.
|
|
286
286
|
|
|
287
|
-
Other available API versions:
|
|
287
|
+
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.
|
|
288
288
|
|
|
289
289
|
|
|
290
290
|
:param str bare_metal_machine_key_set_name: The name of the bare metal machine key set.
|
|
@@ -328,7 +328,7 @@ def get_bare_metal_machine_key_set_output(bare_metal_machine_key_set_name: Optio
|
|
|
328
328
|
|
|
329
329
|
Uses Azure REST API version 2025-02-01.
|
|
330
330
|
|
|
331
|
-
Other available API versions:
|
|
331
|
+
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.
|
|
332
332
|
|
|
333
333
|
|
|
334
334
|
:param str bare_metal_machine_key_set_name: The name of the bare metal machine key set.
|
|
@@ -260,7 +260,7 @@ def get_bmc_key_set(bmc_key_set_name: Optional[str] = None,
|
|
|
260
260
|
|
|
261
261
|
Uses Azure REST API version 2025-02-01.
|
|
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
|
|
|
266
266
|
:param str bmc_key_set_name: The name of the baseboard management controller key set.
|
|
@@ -302,7 +302,7 @@ def get_bmc_key_set_output(bmc_key_set_name: Optional[pulumi.Input[str]] = None,
|
|
|
302
302
|
|
|
303
303
|
Uses Azure REST API version 2025-02-01.
|
|
304
304
|
|
|
305
|
-
Other available API versions:
|
|
305
|
+
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.
|
|
306
306
|
|
|
307
307
|
|
|
308
308
|
:param str bmc_key_set_name: The name of the baseboard management controller key set.
|
|
@@ -289,7 +289,7 @@ def get_cloud_services_network(cloud_services_network_name: Optional[str] = None
|
|
|
289
289
|
|
|
290
290
|
Uses Azure REST API version 2025-02-01.
|
|
291
291
|
|
|
292
|
-
Other available API versions:
|
|
292
|
+
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.
|
|
293
293
|
|
|
294
294
|
|
|
295
295
|
:param str cloud_services_network_name: The name of the cloud services network.
|
|
@@ -330,7 +330,7 @@ def get_cloud_services_network_output(cloud_services_network_name: Optional[pulu
|
|
|
330
330
|
|
|
331
331
|
Uses Azure REST API version 2025-02-01.
|
|
332
332
|
|
|
333
|
-
Other available API versions:
|
|
333
|
+
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.
|
|
334
334
|
|
|
335
335
|
|
|
336
336
|
:param str cloud_services_network_name: The name of the cloud services network.
|
|
@@ -524,7 +524,7 @@ def get_cluster(cluster_name: Optional[str] = None,
|
|
|
524
524
|
|
|
525
525
|
Uses Azure REST API version 2025-02-01.
|
|
526
526
|
|
|
527
|
-
Other available API versions:
|
|
527
|
+
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.
|
|
528
528
|
|
|
529
529
|
|
|
530
530
|
:param str cluster_name: The name of the cluster.
|
|
@@ -585,7 +585,7 @@ def get_cluster_output(cluster_name: Optional[pulumi.Input[str]] = None,
|
|
|
585
585
|
|
|
586
586
|
Uses Azure REST API version 2025-02-01.
|
|
587
587
|
|
|
588
|
-
Other available API versions:
|
|
588
|
+
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.
|
|
589
589
|
|
|
590
590
|
|
|
591
591
|
:param str cluster_name: The name of the cluster.
|
|
@@ -271,7 +271,7 @@ def get_cluster_manager(cluster_manager_name: Optional[str] = None,
|
|
|
271
271
|
|
|
272
272
|
Uses Azure REST API version 2025-02-01.
|
|
273
273
|
|
|
274
|
-
Other available API versions:
|
|
274
|
+
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.
|
|
275
275
|
|
|
276
276
|
|
|
277
277
|
:param str cluster_manager_name: The name of the cluster manager.
|
|
@@ -311,7 +311,7 @@ def get_cluster_manager_output(cluster_manager_name: Optional[pulumi.Input[str]]
|
|
|
311
311
|
|
|
312
312
|
Uses Azure REST API version 2025-02-01.
|
|
313
313
|
|
|
314
|
-
Other available API versions:
|
|
314
|
+
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.
|
|
315
315
|
|
|
316
316
|
|
|
317
317
|
:param str cluster_manager_name: The name of the cluster manager.
|
|
@@ -248,7 +248,7 @@ def get_console(console_name: Optional[str] = None,
|
|
|
248
248
|
|
|
249
249
|
Uses Azure REST API version 2025-02-01.
|
|
250
250
|
|
|
251
|
-
Other available API versions:
|
|
251
|
+
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.
|
|
252
252
|
|
|
253
253
|
|
|
254
254
|
:param str console_name: The name of the virtual machine console.
|
|
@@ -289,7 +289,7 @@ def get_console_output(console_name: Optional[pulumi.Input[str]] = None,
|
|
|
289
289
|
|
|
290
290
|
Uses Azure REST API version 2025-02-01.
|
|
291
291
|
|
|
292
|
-
Other available API versions:
|
|
292
|
+
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.
|
|
293
293
|
|
|
294
294
|
|
|
295
295
|
:param str console_name: The name of the virtual machine console.
|
|
@@ -355,7 +355,7 @@ def get_kubernetes_cluster(kubernetes_cluster_name: Optional[str] = None,
|
|
|
355
355
|
|
|
356
356
|
Uses Azure REST API version 2025-02-01.
|
|
357
357
|
|
|
358
|
-
Other available API versions:
|
|
358
|
+
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.
|
|
359
359
|
|
|
360
360
|
|
|
361
361
|
:param str kubernetes_cluster_name: The name of the Kubernetes cluster.
|
|
@@ -402,7 +402,7 @@ def get_kubernetes_cluster_output(kubernetes_cluster_name: Optional[pulumi.Input
|
|
|
402
402
|
|
|
403
403
|
Uses Azure REST API version 2025-02-01.
|
|
404
404
|
|
|
405
|
-
Other available API versions:
|
|
405
|
+
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.
|
|
406
406
|
|
|
407
407
|
|
|
408
408
|
:param str kubernetes_cluster_name: The name of the Kubernetes cluster.
|
|
@@ -224,7 +224,7 @@ def get_kubernetes_cluster_feature(feature_name: Optional[str] = None,
|
|
|
224
224
|
|
|
225
225
|
Uses Azure REST API version 2025-02-01.
|
|
226
226
|
|
|
227
|
-
Other available API versions: 2024-
|
|
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 feature_name: The name of the feature.
|
|
@@ -263,7 +263,7 @@ def get_kubernetes_cluster_feature_output(feature_name: Optional[pulumi.Input[st
|
|
|
263
263
|
|
|
264
264
|
Uses Azure REST API version 2025-02-01.
|
|
265
265
|
|
|
266
|
-
Other available API versions: 2024-
|
|
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 feature_name: The name of the feature.
|
|
@@ -271,7 +271,7 @@ def get_l2_network(l2_network_name: Optional[str] = None,
|
|
|
271
271
|
|
|
272
272
|
Uses Azure REST API version 2025-02-01.
|
|
273
273
|
|
|
274
|
-
Other available API versions:
|
|
274
|
+
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.
|
|
275
275
|
|
|
276
276
|
|
|
277
277
|
:param str l2_network_name: The name of the L2 network.
|
|
@@ -311,7 +311,7 @@ def get_l2_network_output(l2_network_name: Optional[pulumi.Input[str]] = None,
|
|
|
311
311
|
|
|
312
312
|
Uses Azure REST API version 2025-02-01.
|
|
313
313
|
|
|
314
|
-
Other available API versions:
|
|
314
|
+
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.
|
|
315
315
|
|
|
316
316
|
|
|
317
317
|
:param str l2_network_name: The name of the L2 network.
|