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
|
@@ -122,7 +122,7 @@ class PrivateLinkScope(pulumi.CustomResource):
|
|
|
122
122
|
|
|
123
123
|
Uses Azure REST API version 2024-07-10. In version 2.x of the Azure Native provider, it used API version 2022-12-27.
|
|
124
124
|
|
|
125
|
-
Other available API versions: 2020-08-15-preview, 2021-01-28-preview, 2021-03-25-preview, 2021-04-22-preview, 2021-05-17-preview, 2021-05-20, 2021-06-10-preview, 2021-12-10-preview, 2022-03-10, 2022-05-10-preview, 2022-08-11-preview, 2022-11-10, 2022-12-27, 2022-12-27-preview, 2023-03-15-preview, 2023-06-20-preview, 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview, 2024-07-31-preview, 2024-09-10-preview, 2024-11-10-preview, 2025-01-13. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native hybridcompute [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
125
|
+
Other available API versions: 2020-08-15-preview, 2021-01-28-preview, 2021-03-25-preview, 2021-04-22-preview, 2021-05-17-preview, 2021-05-20, 2021-06-10-preview, 2021-12-10-preview, 2022-03-10, 2022-05-10-preview, 2022-08-11-preview, 2022-11-10, 2022-12-27, 2022-12-27-preview, 2023-03-15-preview, 2023-06-20-preview, 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview, 2024-07-31-preview, 2024-09-10-preview, 2024-11-10-preview, 2025-01-13, 2025-02-19-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native hybridcompute [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
126
126
|
|
|
127
127
|
:param str resource_name: The name of the resource.
|
|
128
128
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -143,7 +143,7 @@ class PrivateLinkScope(pulumi.CustomResource):
|
|
|
143
143
|
|
|
144
144
|
Uses Azure REST API version 2024-07-10. In version 2.x of the Azure Native provider, it used API version 2022-12-27.
|
|
145
145
|
|
|
146
|
-
Other available API versions: 2020-08-15-preview, 2021-01-28-preview, 2021-03-25-preview, 2021-04-22-preview, 2021-05-17-preview, 2021-05-20, 2021-06-10-preview, 2021-12-10-preview, 2022-03-10, 2022-05-10-preview, 2022-08-11-preview, 2022-11-10, 2022-12-27, 2022-12-27-preview, 2023-03-15-preview, 2023-06-20-preview, 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview, 2024-07-31-preview, 2024-09-10-preview, 2024-11-10-preview, 2025-01-13. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native hybridcompute [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
146
|
+
Other available API versions: 2020-08-15-preview, 2021-01-28-preview, 2021-03-25-preview, 2021-04-22-preview, 2021-05-17-preview, 2021-05-20, 2021-06-10-preview, 2021-12-10-preview, 2022-03-10, 2022-05-10-preview, 2022-08-11-preview, 2022-11-10, 2022-12-27, 2022-12-27-preview, 2023-03-15-preview, 2023-06-20-preview, 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview, 2024-07-31-preview, 2024-09-10-preview, 2024-11-10-preview, 2025-01-13, 2025-02-19-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native hybridcompute [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
147
147
|
|
|
148
148
|
:param str resource_name: The name of the resource.
|
|
149
149
|
:param PrivateLinkScopeArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -185,7 +185,7 @@ class PrivateLinkScope(pulumi.CustomResource):
|
|
|
185
185
|
__props__.__dict__["name"] = None
|
|
186
186
|
__props__.__dict__["system_data"] = None
|
|
187
187
|
__props__.__dict__["type"] = None
|
|
188
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:hybridcompute/v20200815preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20210128preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20210325preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20210422preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20210517preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20210520:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20210610preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20211210preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20220310:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20220510preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20220811preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20221110:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20221227:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20221227preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20230315preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20230620preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20231003preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20240331preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20240520preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20240710:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20240731preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20240910preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20241110preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20250113:PrivateLinkScope")])
|
|
188
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:hybridcompute/v20200815preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20210128preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20210325preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20210422preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20210517preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20210520:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20210610preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20211210preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20220310:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20220510preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20220811preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20221110:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20221227:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20221227preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20230315preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20230620preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20231003preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20240331preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20240520preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20240710:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20240731preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20240910preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20241110preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20250113:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20250219preview:PrivateLinkScope")])
|
|
189
189
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
190
190
|
super(PrivateLinkScope, __self__).__init__(
|
|
191
191
|
'azure-native:hybridcompute:PrivateLinkScope',
|
|
@@ -33,7 +33,7 @@ if not MYPY:
|
|
|
33
33
|
"""
|
|
34
34
|
resource_id: NotRequired[pulumi.Input[str]]
|
|
35
35
|
"""
|
|
36
|
-
User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/
|
|
36
|
+
User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/a0a0a0a0-bbbb-cccd-dddd-e1e1e1e1e1e1/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId.
|
|
37
37
|
"""
|
|
38
38
|
type: NotRequired[pulumi.Input[Union[str, 'Type']]]
|
|
39
39
|
"""
|
|
@@ -49,7 +49,7 @@ class EncryptionPropertiesIdentityArgs:
|
|
|
49
49
|
type: Optional[pulumi.Input[Union[str, 'Type']]] = None):
|
|
50
50
|
"""
|
|
51
51
|
All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
|
|
52
|
-
:param pulumi.Input[str] resource_id: User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/
|
|
52
|
+
:param pulumi.Input[str] resource_id: User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/a0a0a0a0-bbbb-cccd-dddd-e1e1e1e1e1e1/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId.
|
|
53
53
|
:param pulumi.Input[Union[str, 'Type']] type: Managed identity type to use for accessing encryption key Url.
|
|
54
54
|
"""
|
|
55
55
|
if resource_id is not None:
|
|
@@ -61,7 +61,7 @@ class EncryptionPropertiesIdentityArgs:
|
|
|
61
61
|
@pulumi.getter(name="resourceId")
|
|
62
62
|
def resource_id(self) -> Optional[pulumi.Input[str]]:
|
|
63
63
|
"""
|
|
64
|
-
User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/
|
|
64
|
+
User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/a0a0a0a0-bbbb-cccd-dddd-e1e1e1e1e1e1/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId.
|
|
65
65
|
"""
|
|
66
66
|
return pulumi.get(self, "resource_id")
|
|
67
67
|
|
|
@@ -51,7 +51,7 @@ class EncryptionPropertiesIdentityResponse(dict):
|
|
|
51
51
|
type: Optional[str] = None):
|
|
52
52
|
"""
|
|
53
53
|
All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
|
|
54
|
-
:param str resource_id: User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/
|
|
54
|
+
:param str resource_id: User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/a0a0a0a0-bbbb-cccd-dddd-e1e1e1e1e1e1/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId.
|
|
55
55
|
:param str type: Managed identity type to use for accessing encryption key Url.
|
|
56
56
|
"""
|
|
57
57
|
if resource_id is not None:
|
|
@@ -63,7 +63,7 @@ class EncryptionPropertiesIdentityResponse(dict):
|
|
|
63
63
|
@pulumi.getter(name="resourceId")
|
|
64
64
|
def resource_id(self) -> Optional[str]:
|
|
65
65
|
"""
|
|
66
|
-
User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/
|
|
66
|
+
User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/a0a0a0a0-bbbb-cccd-dddd-e1e1e1e1e1e1/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId.
|
|
67
67
|
"""
|
|
68
68
|
return pulumi.get(self, "resource_id")
|
|
69
69
|
|
|
@@ -32,6 +32,7 @@ __all__ = [
|
|
|
32
32
|
'AzureTarget',
|
|
33
33
|
'AzureVmCategory',
|
|
34
34
|
'AzureVmFamily',
|
|
35
|
+
'AzureVmSecurityType',
|
|
35
36
|
'BusinessCaseCurrency',
|
|
36
37
|
'ComputeTier',
|
|
37
38
|
'ConfigurationType',
|
|
@@ -1231,6 +1232,28 @@ class AzureVmFamily(str, Enum):
|
|
|
1231
1232
|
"""
|
|
1232
1233
|
|
|
1233
1234
|
|
|
1235
|
+
class AzureVmSecurityType(str, Enum):
|
|
1236
|
+
"""
|
|
1237
|
+
Azure Vm Security Type
|
|
1238
|
+
"""
|
|
1239
|
+
UNKNOWN = "Unknown"
|
|
1240
|
+
"""
|
|
1241
|
+
Unknown - Azure Vm Security Type
|
|
1242
|
+
"""
|
|
1243
|
+
STANDARD = "Standard"
|
|
1244
|
+
"""
|
|
1245
|
+
Standard Azure Vm Security Type
|
|
1246
|
+
"""
|
|
1247
|
+
TVM = "TVM"
|
|
1248
|
+
"""
|
|
1249
|
+
TVM Azure Vm Security Type
|
|
1250
|
+
"""
|
|
1251
|
+
CVM = "CVM"
|
|
1252
|
+
"""
|
|
1253
|
+
CVM Azure Vm Security Type
|
|
1254
|
+
"""
|
|
1255
|
+
|
|
1256
|
+
|
|
1234
1257
|
class BusinessCaseCurrency(str, Enum):
|
|
1235
1258
|
"""
|
|
1236
1259
|
Business case Currency.
|
|
@@ -7458,6 +7458,10 @@ if not MYPY:
|
|
|
7458
7458
|
"""
|
|
7459
7459
|
Gets or sets the Azure VM families.
|
|
7460
7460
|
"""
|
|
7461
|
+
azure_vm_security_options: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AzureVmSecurityType']]]]]
|
|
7462
|
+
"""
|
|
7463
|
+
Gets or sets the Azure VM security options.
|
|
7464
|
+
"""
|
|
7461
7465
|
billing_settings: NotRequired[pulumi.Input['BillingSettingsArgsDict']]
|
|
7462
7466
|
"""
|
|
7463
7467
|
Gets or sets the billing settings.
|
|
@@ -7514,6 +7518,7 @@ class MachineAssessmentSettingsArgs:
|
|
|
7514
7518
|
azure_security_offering_type: Optional[pulumi.Input[Union[str, 'AzureSecurityOfferingType']]] = None,
|
|
7515
7519
|
azure_storage_redundancy: Optional[pulumi.Input[Union[str, 'AzureStorageRedundancy']]] = None,
|
|
7516
7520
|
azure_vm_families: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AzureVmFamily']]]]] = None,
|
|
7521
|
+
azure_vm_security_options: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AzureVmSecurityType']]]]] = None,
|
|
7517
7522
|
billing_settings: Optional[pulumi.Input['BillingSettingsArgs']] = None,
|
|
7518
7523
|
currency: Optional[pulumi.Input[Union[str, 'AzureCurrency']]] = None,
|
|
7519
7524
|
discount_percentage: Optional[pulumi.Input[float]] = None,
|
|
@@ -7534,6 +7539,7 @@ class MachineAssessmentSettingsArgs:
|
|
|
7534
7539
|
:param pulumi.Input[Union[str, 'AzureSecurityOfferingType']] azure_security_offering_type: The azure security offering type.
|
|
7535
7540
|
:param pulumi.Input[Union[str, 'AzureStorageRedundancy']] azure_storage_redundancy: Gets or sets the Azure Storage Redundancy. Example: Locally Redundant Storage.
|
|
7536
7541
|
:param pulumi.Input[Sequence[pulumi.Input[Union[str, 'AzureVmFamily']]]] azure_vm_families: Gets or sets the Azure VM families.
|
|
7542
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union[str, 'AzureVmSecurityType']]]] azure_vm_security_options: Gets or sets the Azure VM security options.
|
|
7537
7543
|
:param pulumi.Input['BillingSettingsArgs'] billing_settings: Gets or sets the billing settings.
|
|
7538
7544
|
:param pulumi.Input[Union[str, 'AzureCurrency']] currency: Currency in which prices should be reported.
|
|
7539
7545
|
:param pulumi.Input[float] discount_percentage: Custom discount percentage.
|
|
@@ -7562,6 +7568,8 @@ class MachineAssessmentSettingsArgs:
|
|
|
7562
7568
|
pulumi.set(__self__, "azure_storage_redundancy", azure_storage_redundancy)
|
|
7563
7569
|
if azure_vm_families is not None:
|
|
7564
7570
|
pulumi.set(__self__, "azure_vm_families", azure_vm_families)
|
|
7571
|
+
if azure_vm_security_options is not None:
|
|
7572
|
+
pulumi.set(__self__, "azure_vm_security_options", azure_vm_security_options)
|
|
7565
7573
|
if billing_settings is not None:
|
|
7566
7574
|
pulumi.set(__self__, "billing_settings", billing_settings)
|
|
7567
7575
|
if currency is not None:
|
|
@@ -7668,6 +7676,18 @@ class MachineAssessmentSettingsArgs:
|
|
|
7668
7676
|
def azure_vm_families(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AzureVmFamily']]]]]):
|
|
7669
7677
|
pulumi.set(self, "azure_vm_families", value)
|
|
7670
7678
|
|
|
7679
|
+
@property
|
|
7680
|
+
@pulumi.getter(name="azureVmSecurityOptions")
|
|
7681
|
+
def azure_vm_security_options(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AzureVmSecurityType']]]]]:
|
|
7682
|
+
"""
|
|
7683
|
+
Gets or sets the Azure VM security options.
|
|
7684
|
+
"""
|
|
7685
|
+
return pulumi.get(self, "azure_vm_security_options")
|
|
7686
|
+
|
|
7687
|
+
@azure_vm_security_options.setter
|
|
7688
|
+
def azure_vm_security_options(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AzureVmSecurityType']]]]]):
|
|
7689
|
+
pulumi.set(self, "azure_vm_security_options", value)
|
|
7690
|
+
|
|
7671
7691
|
@property
|
|
7672
7692
|
@pulumi.getter(name="billingSettings")
|
|
7673
7693
|
def billing_settings(self) -> Optional[pulumi.Input['BillingSettingsArgs']]:
|
|
@@ -8003,6 +8003,8 @@ class MachineAssessmentSettingsResponse(dict):
|
|
|
8003
8003
|
suggest = "azure_storage_redundancy"
|
|
8004
8004
|
elif key == "azureVmFamilies":
|
|
8005
8005
|
suggest = "azure_vm_families"
|
|
8006
|
+
elif key == "azureVmSecurityOptions":
|
|
8007
|
+
suggest = "azure_vm_security_options"
|
|
8006
8008
|
elif key == "billingSettings":
|
|
8007
8009
|
suggest = "billing_settings"
|
|
8008
8010
|
elif key == "discountPercentage":
|
|
@@ -8041,6 +8043,7 @@ class MachineAssessmentSettingsResponse(dict):
|
|
|
8041
8043
|
azure_security_offering_type: Optional[str] = None,
|
|
8042
8044
|
azure_storage_redundancy: Optional[str] = None,
|
|
8043
8045
|
azure_vm_families: Optional[Sequence[str]] = None,
|
|
8046
|
+
azure_vm_security_options: Optional[Sequence[str]] = None,
|
|
8044
8047
|
billing_settings: Optional['outputs.BillingSettingsResponse'] = None,
|
|
8045
8048
|
currency: Optional[str] = None,
|
|
8046
8049
|
discount_percentage: Optional[float] = None,
|
|
@@ -8061,6 +8064,7 @@ class MachineAssessmentSettingsResponse(dict):
|
|
|
8061
8064
|
:param str azure_security_offering_type: The azure security offering type.
|
|
8062
8065
|
:param str azure_storage_redundancy: Gets or sets the Azure Storage Redundancy. Example: Locally Redundant Storage.
|
|
8063
8066
|
:param Sequence[str] azure_vm_families: Gets or sets the Azure VM families.
|
|
8067
|
+
:param Sequence[str] azure_vm_security_options: Gets or sets the Azure VM security options.
|
|
8064
8068
|
:param 'BillingSettingsResponse' billing_settings: Gets or sets the billing settings.
|
|
8065
8069
|
:param str currency: Currency in which prices should be reported.
|
|
8066
8070
|
:param float discount_percentage: Custom discount percentage.
|
|
@@ -8089,6 +8093,8 @@ class MachineAssessmentSettingsResponse(dict):
|
|
|
8089
8093
|
pulumi.set(__self__, "azure_storage_redundancy", azure_storage_redundancy)
|
|
8090
8094
|
if azure_vm_families is not None:
|
|
8091
8095
|
pulumi.set(__self__, "azure_vm_families", azure_vm_families)
|
|
8096
|
+
if azure_vm_security_options is not None:
|
|
8097
|
+
pulumi.set(__self__, "azure_vm_security_options", azure_vm_security_options)
|
|
8092
8098
|
if billing_settings is not None:
|
|
8093
8099
|
pulumi.set(__self__, "billing_settings", billing_settings)
|
|
8094
8100
|
if currency is not None:
|
|
@@ -8167,6 +8173,14 @@ class MachineAssessmentSettingsResponse(dict):
|
|
|
8167
8173
|
"""
|
|
8168
8174
|
return pulumi.get(self, "azure_vm_families")
|
|
8169
8175
|
|
|
8176
|
+
@property
|
|
8177
|
+
@pulumi.getter(name="azureVmSecurityOptions")
|
|
8178
|
+
def azure_vm_security_options(self) -> Optional[Sequence[str]]:
|
|
8179
|
+
"""
|
|
8180
|
+
Gets or sets the Azure VM security options.
|
|
8181
|
+
"""
|
|
8182
|
+
return pulumi.get(self, "azure_vm_security_options")
|
|
8183
|
+
|
|
8170
8184
|
@property
|
|
8171
8185
|
@pulumi.getter(name="billingSettings")
|
|
8172
8186
|
def billing_settings(self) -> Optional['outputs.BillingSettingsResponse']:
|
|
@@ -43,6 +43,7 @@ __all__ = [
|
|
|
43
43
|
'PredictiveAutoscalePolicyScaleMode',
|
|
44
44
|
'PrivateEndpointServiceConnectionStatus',
|
|
45
45
|
'ProcessorType',
|
|
46
|
+
'PublicNetworkAccess',
|
|
46
47
|
'ReceiverType',
|
|
47
48
|
'RecurrenceFrequency',
|
|
48
49
|
'ScaleDirection',
|
|
@@ -432,6 +433,14 @@ class ProcessorType(str, Enum):
|
|
|
432
433
|
"""
|
|
433
434
|
|
|
434
435
|
|
|
436
|
+
class PublicNetworkAccess(str, Enum):
|
|
437
|
+
"""
|
|
438
|
+
Gets or sets allow or disallow public network access to Azure Monitor Workspace
|
|
439
|
+
"""
|
|
440
|
+
ENABLED = "Enabled"
|
|
441
|
+
DISABLED = "Disabled"
|
|
442
|
+
|
|
443
|
+
|
|
435
444
|
class ReceiverType(str, Enum):
|
|
436
445
|
"""
|
|
437
446
|
The type of receiver.
|
|
@@ -14,6 +14,7 @@ else:
|
|
|
14
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
15
|
from .. import _utilities
|
|
16
16
|
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
17
18
|
|
|
18
19
|
__all__ = ['AzureMonitorWorkspaceArgs', 'AzureMonitorWorkspace']
|
|
19
20
|
|
|
@@ -23,12 +24,14 @@ class AzureMonitorWorkspaceArgs:
|
|
|
23
24
|
resource_group_name: pulumi.Input[str],
|
|
24
25
|
azure_monitor_workspace_name: Optional[pulumi.Input[str]] = None,
|
|
25
26
|
location: Optional[pulumi.Input[str]] = None,
|
|
27
|
+
public_network_access: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]] = None,
|
|
26
28
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
27
29
|
"""
|
|
28
30
|
The set of arguments for constructing a AzureMonitorWorkspace resource.
|
|
29
31
|
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
30
|
-
:param pulumi.Input[str] azure_monitor_workspace_name: The name of the Azure Monitor
|
|
32
|
+
:param pulumi.Input[str] azure_monitor_workspace_name: The name of the Azure Monitor Workspace. The name is case insensitive
|
|
31
33
|
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
34
|
+
:param pulumi.Input[Union[str, 'PublicNetworkAccess']] public_network_access: Gets or sets allow or disallow public network access to Azure Monitor Workspace
|
|
32
35
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
33
36
|
"""
|
|
34
37
|
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
@@ -36,6 +39,8 @@ class AzureMonitorWorkspaceArgs:
|
|
|
36
39
|
pulumi.set(__self__, "azure_monitor_workspace_name", azure_monitor_workspace_name)
|
|
37
40
|
if location is not None:
|
|
38
41
|
pulumi.set(__self__, "location", location)
|
|
42
|
+
if public_network_access is not None:
|
|
43
|
+
pulumi.set(__self__, "public_network_access", public_network_access)
|
|
39
44
|
if tags is not None:
|
|
40
45
|
pulumi.set(__self__, "tags", tags)
|
|
41
46
|
|
|
@@ -55,7 +60,7 @@ class AzureMonitorWorkspaceArgs:
|
|
|
55
60
|
@pulumi.getter(name="azureMonitorWorkspaceName")
|
|
56
61
|
def azure_monitor_workspace_name(self) -> Optional[pulumi.Input[str]]:
|
|
57
62
|
"""
|
|
58
|
-
The name of the Azure Monitor
|
|
63
|
+
The name of the Azure Monitor Workspace. The name is case insensitive
|
|
59
64
|
"""
|
|
60
65
|
return pulumi.get(self, "azure_monitor_workspace_name")
|
|
61
66
|
|
|
@@ -75,6 +80,18 @@ class AzureMonitorWorkspaceArgs:
|
|
|
75
80
|
def location(self, value: Optional[pulumi.Input[str]]):
|
|
76
81
|
pulumi.set(self, "location", value)
|
|
77
82
|
|
|
83
|
+
@property
|
|
84
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
85
|
+
def public_network_access(self) -> Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]]:
|
|
86
|
+
"""
|
|
87
|
+
Gets or sets allow or disallow public network access to Azure Monitor Workspace
|
|
88
|
+
"""
|
|
89
|
+
return pulumi.get(self, "public_network_access")
|
|
90
|
+
|
|
91
|
+
@public_network_access.setter
|
|
92
|
+
def public_network_access(self, value: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]]):
|
|
93
|
+
pulumi.set(self, "public_network_access", value)
|
|
94
|
+
|
|
78
95
|
@property
|
|
79
96
|
@pulumi.getter
|
|
80
97
|
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
@@ -95,20 +112,22 @@ class AzureMonitorWorkspace(pulumi.CustomResource):
|
|
|
95
112
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
96
113
|
azure_monitor_workspace_name: Optional[pulumi.Input[str]] = None,
|
|
97
114
|
location: Optional[pulumi.Input[str]] = None,
|
|
115
|
+
public_network_access: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]] = None,
|
|
98
116
|
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
99
117
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
100
118
|
__props__=None):
|
|
101
119
|
"""
|
|
102
|
-
An Azure Monitor Workspace definition
|
|
120
|
+
An Azure Monitor Workspace definition
|
|
103
121
|
|
|
104
|
-
Uses Azure REST API version 2023-
|
|
122
|
+
Uses Azure REST API version 2023-04-03. In version 2.x of the Azure Native provider, it used API version 2023-04-03.
|
|
105
123
|
|
|
106
|
-
Other available API versions: 2023-
|
|
124
|
+
Other available API versions: 2023-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native monitor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
107
125
|
|
|
108
126
|
:param str resource_name: The name of the resource.
|
|
109
127
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
110
|
-
:param pulumi.Input[str] azure_monitor_workspace_name: The name of the Azure Monitor
|
|
128
|
+
:param pulumi.Input[str] azure_monitor_workspace_name: The name of the Azure Monitor Workspace. The name is case insensitive
|
|
111
129
|
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
130
|
+
:param pulumi.Input[Union[str, 'PublicNetworkAccess']] public_network_access: Gets or sets allow or disallow public network access to Azure Monitor Workspace
|
|
112
131
|
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
113
132
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
114
133
|
"""
|
|
@@ -119,11 +138,11 @@ class AzureMonitorWorkspace(pulumi.CustomResource):
|
|
|
119
138
|
args: AzureMonitorWorkspaceArgs,
|
|
120
139
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
121
140
|
"""
|
|
122
|
-
An Azure Monitor Workspace definition
|
|
141
|
+
An Azure Monitor Workspace definition
|
|
123
142
|
|
|
124
|
-
Uses Azure REST API version 2023-
|
|
143
|
+
Uses Azure REST API version 2023-04-03. In version 2.x of the Azure Native provider, it used API version 2023-04-03.
|
|
125
144
|
|
|
126
|
-
Other available API versions: 2023-
|
|
145
|
+
Other available API versions: 2023-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native monitor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
127
146
|
|
|
128
147
|
:param str resource_name: The name of the resource.
|
|
129
148
|
:param AzureMonitorWorkspaceArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -142,6 +161,7 @@ class AzureMonitorWorkspace(pulumi.CustomResource):
|
|
|
142
161
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
143
162
|
azure_monitor_workspace_name: Optional[pulumi.Input[str]] = None,
|
|
144
163
|
location: Optional[pulumi.Input[str]] = None,
|
|
164
|
+
public_network_access: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]] = None,
|
|
145
165
|
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
146
166
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
147
167
|
__props__=None):
|
|
@@ -155,6 +175,7 @@ class AzureMonitorWorkspace(pulumi.CustomResource):
|
|
|
155
175
|
|
|
156
176
|
__props__.__dict__["azure_monitor_workspace_name"] = azure_monitor_workspace_name
|
|
157
177
|
__props__.__dict__["location"] = location
|
|
178
|
+
__props__.__dict__["public_network_access"] = public_network_access
|
|
158
179
|
if resource_group_name is None and not opts.urn:
|
|
159
180
|
raise TypeError("Missing required property 'resource_group_name'")
|
|
160
181
|
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
@@ -167,7 +188,6 @@ class AzureMonitorWorkspace(pulumi.CustomResource):
|
|
|
167
188
|
__props__.__dict__["name"] = None
|
|
168
189
|
__props__.__dict__["private_endpoint_connections"] = None
|
|
169
190
|
__props__.__dict__["provisioning_state"] = None
|
|
170
|
-
__props__.__dict__["public_network_access"] = None
|
|
171
191
|
__props__.__dict__["system_data"] = None
|
|
172
192
|
__props__.__dict__["type"] = None
|
|
173
193
|
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:monitor/v20210603preview:AzureMonitorWorkspace"), pulumi.Alias(type_="azure-native:monitor/v20230403:AzureMonitorWorkspace"), pulumi.Alias(type_="azure-native:monitor/v20231001preview:AzureMonitorWorkspace")])
|
|
@@ -213,7 +233,7 @@ class AzureMonitorWorkspace(pulumi.CustomResource):
|
|
|
213
233
|
@pulumi.getter(name="accountId")
|
|
214
234
|
def account_id(self) -> pulumi.Output[str]:
|
|
215
235
|
"""
|
|
216
|
-
The immutable
|
|
236
|
+
The immutable Id of the Azure Monitor Workspace. This property is read-only.
|
|
217
237
|
"""
|
|
218
238
|
return pulumi.get(self, "account_id")
|
|
219
239
|
|
|
@@ -227,7 +247,7 @@ class AzureMonitorWorkspace(pulumi.CustomResource):
|
|
|
227
247
|
|
|
228
248
|
@property
|
|
229
249
|
@pulumi.getter(name="defaultIngestionSettings")
|
|
230
|
-
def default_ingestion_settings(self) -> pulumi.Output['outputs.
|
|
250
|
+
def default_ingestion_settings(self) -> pulumi.Output['outputs.AzureMonitorWorkspaceResponseDefaultIngestionSettings']:
|
|
231
251
|
"""
|
|
232
252
|
The Data Collection Rule and Endpoint used for ingestion by default.
|
|
233
253
|
"""
|
|
@@ -251,9 +271,9 @@ class AzureMonitorWorkspace(pulumi.CustomResource):
|
|
|
251
271
|
|
|
252
272
|
@property
|
|
253
273
|
@pulumi.getter
|
|
254
|
-
def metrics(self) -> pulumi.Output[
|
|
274
|
+
def metrics(self) -> pulumi.Output['outputs.AzureMonitorWorkspaceResponseMetrics']:
|
|
255
275
|
"""
|
|
256
|
-
|
|
276
|
+
Properties related to the metrics container in the Azure Monitor Workspace
|
|
257
277
|
"""
|
|
258
278
|
return pulumi.get(self, "metrics")
|
|
259
279
|
|
|
@@ -269,7 +289,7 @@ class AzureMonitorWorkspace(pulumi.CustomResource):
|
|
|
269
289
|
@pulumi.getter(name="privateEndpointConnections")
|
|
270
290
|
def private_endpoint_connections(self) -> pulumi.Output[Sequence['outputs.PrivateEndpointConnectionResponse']]:
|
|
271
291
|
"""
|
|
272
|
-
List of private endpoint connections
|
|
292
|
+
List of private endpoint connections
|
|
273
293
|
"""
|
|
274
294
|
return pulumi.get(self, "private_endpoint_connections")
|
|
275
295
|
|
|
@@ -277,15 +297,15 @@ class AzureMonitorWorkspace(pulumi.CustomResource):
|
|
|
277
297
|
@pulumi.getter(name="provisioningState")
|
|
278
298
|
def provisioning_state(self) -> pulumi.Output[str]:
|
|
279
299
|
"""
|
|
280
|
-
The provisioning state of the Azure Monitor
|
|
300
|
+
The provisioning state of the Azure Monitor Workspace. Set to Succeeded if everything is healthy.
|
|
281
301
|
"""
|
|
282
302
|
return pulumi.get(self, "provisioning_state")
|
|
283
303
|
|
|
284
304
|
@property
|
|
285
305
|
@pulumi.getter(name="publicNetworkAccess")
|
|
286
|
-
def public_network_access(self) -> pulumi.Output[str]:
|
|
306
|
+
def public_network_access(self) -> pulumi.Output[Optional[str]]:
|
|
287
307
|
"""
|
|
288
|
-
Gets or sets allow or disallow public network access to
|
|
308
|
+
Gets or sets allow or disallow public network access to Azure Monitor Workspace
|
|
289
309
|
"""
|
|
290
310
|
return pulumi.get(self, "public_network_access")
|
|
291
311
|
|
|
@@ -25,7 +25,7 @@ __all__ = [
|
|
|
25
25
|
@pulumi.output_type
|
|
26
26
|
class GetAzureMonitorWorkspaceResult:
|
|
27
27
|
"""
|
|
28
|
-
An Azure Monitor Workspace definition
|
|
28
|
+
An Azure Monitor Workspace definition
|
|
29
29
|
"""
|
|
30
30
|
def __init__(__self__, account_id=None, azure_api_version=None, default_ingestion_settings=None, etag=None, id=None, location=None, metrics=None, name=None, private_endpoint_connections=None, provisioning_state=None, public_network_access=None, system_data=None, tags=None, type=None):
|
|
31
31
|
if account_id and not isinstance(account_id, str):
|
|
@@ -75,7 +75,7 @@ class GetAzureMonitorWorkspaceResult:
|
|
|
75
75
|
@pulumi.getter(name="accountId")
|
|
76
76
|
def account_id(self) -> str:
|
|
77
77
|
"""
|
|
78
|
-
The immutable
|
|
78
|
+
The immutable Id of the Azure Monitor Workspace. This property is read-only.
|
|
79
79
|
"""
|
|
80
80
|
return pulumi.get(self, "account_id")
|
|
81
81
|
|
|
@@ -89,7 +89,7 @@ class GetAzureMonitorWorkspaceResult:
|
|
|
89
89
|
|
|
90
90
|
@property
|
|
91
91
|
@pulumi.getter(name="defaultIngestionSettings")
|
|
92
|
-
def default_ingestion_settings(self) -> 'outputs.
|
|
92
|
+
def default_ingestion_settings(self) -> 'outputs.AzureMonitorWorkspaceResponseDefaultIngestionSettings':
|
|
93
93
|
"""
|
|
94
94
|
The Data Collection Rule and Endpoint used for ingestion by default.
|
|
95
95
|
"""
|
|
@@ -107,7 +107,7 @@ class GetAzureMonitorWorkspaceResult:
|
|
|
107
107
|
@pulumi.getter
|
|
108
108
|
def id(self) -> str:
|
|
109
109
|
"""
|
|
110
|
-
Fully qualified resource ID for the resource.
|
|
110
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
111
111
|
"""
|
|
112
112
|
return pulumi.get(self, "id")
|
|
113
113
|
|
|
@@ -121,9 +121,9 @@ class GetAzureMonitorWorkspaceResult:
|
|
|
121
121
|
|
|
122
122
|
@property
|
|
123
123
|
@pulumi.getter
|
|
124
|
-
def metrics(self) ->
|
|
124
|
+
def metrics(self) -> 'outputs.AzureMonitorWorkspaceResponseMetrics':
|
|
125
125
|
"""
|
|
126
|
-
|
|
126
|
+
Properties related to the metrics container in the Azure Monitor Workspace
|
|
127
127
|
"""
|
|
128
128
|
return pulumi.get(self, "metrics")
|
|
129
129
|
|
|
@@ -139,7 +139,7 @@ class GetAzureMonitorWorkspaceResult:
|
|
|
139
139
|
@pulumi.getter(name="privateEndpointConnections")
|
|
140
140
|
def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
|
|
141
141
|
"""
|
|
142
|
-
List of private endpoint connections
|
|
142
|
+
List of private endpoint connections
|
|
143
143
|
"""
|
|
144
144
|
return pulumi.get(self, "private_endpoint_connections")
|
|
145
145
|
|
|
@@ -147,15 +147,15 @@ class GetAzureMonitorWorkspaceResult:
|
|
|
147
147
|
@pulumi.getter(name="provisioningState")
|
|
148
148
|
def provisioning_state(self) -> str:
|
|
149
149
|
"""
|
|
150
|
-
The provisioning state of the Azure Monitor
|
|
150
|
+
The provisioning state of the Azure Monitor Workspace. Set to Succeeded if everything is healthy.
|
|
151
151
|
"""
|
|
152
152
|
return pulumi.get(self, "provisioning_state")
|
|
153
153
|
|
|
154
154
|
@property
|
|
155
155
|
@pulumi.getter(name="publicNetworkAccess")
|
|
156
|
-
def public_network_access(self) -> str:
|
|
156
|
+
def public_network_access(self) -> Optional[str]:
|
|
157
157
|
"""
|
|
158
|
-
Gets or sets allow or disallow public network access to
|
|
158
|
+
Gets or sets allow or disallow public network access to Azure Monitor Workspace
|
|
159
159
|
"""
|
|
160
160
|
return pulumi.get(self, "public_network_access")
|
|
161
161
|
|
|
@@ -210,14 +210,14 @@ def get_azure_monitor_workspace(azure_monitor_workspace_name: Optional[str] = No
|
|
|
210
210
|
resource_group_name: Optional[str] = None,
|
|
211
211
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAzureMonitorWorkspaceResult:
|
|
212
212
|
"""
|
|
213
|
-
Returns the
|
|
213
|
+
Returns the specified Azure Monitor Workspace
|
|
214
214
|
|
|
215
|
-
Uses Azure REST API version 2023-
|
|
215
|
+
Uses Azure REST API version 2023-04-03.
|
|
216
216
|
|
|
217
|
-
Other available API versions: 2023-
|
|
217
|
+
Other available API versions: 2023-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native monitor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
218
218
|
|
|
219
219
|
|
|
220
|
-
:param str azure_monitor_workspace_name: The name of the Azure Monitor
|
|
220
|
+
:param str azure_monitor_workspace_name: The name of the Azure Monitor Workspace. The name is case insensitive
|
|
221
221
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
222
222
|
"""
|
|
223
223
|
__args__ = dict()
|
|
@@ -245,14 +245,14 @@ def get_azure_monitor_workspace_output(azure_monitor_workspace_name: Optional[pu
|
|
|
245
245
|
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
246
246
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAzureMonitorWorkspaceResult]:
|
|
247
247
|
"""
|
|
248
|
-
Returns the
|
|
248
|
+
Returns the specified Azure Monitor Workspace
|
|
249
249
|
|
|
250
|
-
Uses Azure REST API version 2023-
|
|
250
|
+
Uses Azure REST API version 2023-04-03.
|
|
251
251
|
|
|
252
|
-
Other available API versions: 2023-
|
|
252
|
+
Other available API versions: 2023-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native monitor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
253
253
|
|
|
254
254
|
|
|
255
|
-
:param str azure_monitor_workspace_name: The name of the Azure Monitor
|
|
255
|
+
:param str azure_monitor_workspace_name: The name of the Azure Monitor Workspace. The name is case insensitive
|
|
256
256
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
257
257
|
"""
|
|
258
258
|
__args__ = dict()
|