pulumi-azure-native 2.58.0a1724403460__py3-none-any.whl → 2.59.0a1724845184__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 +65 -2
- pulumi_azure_native/azurefleet/_enums.py +1 -1
- pulumi_azure_native/azurefleet/v20231101preview/_enums.py +1 -1
- pulumi_azure_native/azurefleet/v20240501preview/_enums.py +1 -1
- pulumi_azure_native/consumption/__init__.py +3 -0
- pulumi_azure_native/consumption/budget.py +3 -3
- pulumi_azure_native/consumption/get_budget.py +2 -2
- pulumi_azure_native/consumption/v20230501/budget.py +1 -1
- pulumi_azure_native/consumption/v20231101/budget.py +1 -1
- pulumi_azure_native/consumption/v20240801/__init__.py +12 -0
- pulumi_azure_native/consumption/v20240801/_enums.py +99 -0
- pulumi_azure_native/consumption/v20240801/_inputs.py +466 -0
- pulumi_azure_native/consumption/v20240801/budget.py +388 -0
- pulumi_azure_native/consumption/v20240801/get_budget.py +227 -0
- pulumi_azure_native/consumption/v20240801/outputs.py +418 -0
- pulumi_azure_native/containerservice/v20240402preview/_inputs.py +3 -3
- pulumi_azure_native/containerservice/v20240402preview/outputs.py +2 -2
- pulumi_azure_native/containerservice/v20240502preview/_inputs.py +3 -3
- pulumi_azure_native/containerservice/v20240502preview/outputs.py +2 -2
- pulumi_azure_native/containerservice/v20240602preview/_inputs.py +3 -3
- pulumi_azure_native/containerservice/v20240602preview/outputs.py +2 -2
- pulumi_azure_native/databricks/__init__.py +3 -0
- pulumi_azure_native/databricks/access_connector.py +3 -3
- pulumi_azure_native/databricks/get_access_connector.py +2 -2
- pulumi_azure_native/databricks/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/databricks/get_workspace.py +2 -2
- pulumi_azure_native/databricks/private_endpoint_connection.py +3 -3
- pulumi_azure_native/databricks/v20220401preview/access_connector.py +1 -1
- pulumi_azure_native/databricks/v20230201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/databricks/v20230201/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/v20230201/workspace.py +1 -1
- pulumi_azure_native/databricks/v20230501/access_connector.py +1 -1
- pulumi_azure_native/databricks/v20230915preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/databricks/v20230915preview/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/v20230915preview/workspace.py +1 -1
- pulumi_azure_native/databricks/v20240501/access_connector.py +1 -1
- pulumi_azure_native/databricks/v20240501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/databricks/v20240501/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/v20240501/workspace.py +1 -1
- pulumi_azure_native/databricks/v20240901preview/__init__.py +18 -0
- pulumi_azure_native/databricks/v20240901preview/_enums.py +122 -0
- pulumi_azure_native/databricks/v20240901preview/_inputs.py +1712 -0
- pulumi_azure_native/databricks/v20240901preview/access_connector.py +268 -0
- pulumi_azure_native/databricks/v20240901preview/get_access_connector.py +175 -0
- pulumi_azure_native/databricks/v20240901preview/get_private_endpoint_connection.py +128 -0
- pulumi_azure_native/databricks/v20240901preview/get_v_net_peering.py +245 -0
- pulumi_azure_native/databricks/v20240901preview/get_workspace.py +448 -0
- pulumi_azure_native/databricks/v20240901preview/outputs.py +1954 -0
- pulumi_azure_native/databricks/v20240901preview/private_endpoint_connection.py +212 -0
- pulumi_azure_native/databricks/v20240901preview/v_net_peering.py +434 -0
- pulumi_azure_native/databricks/v20240901preview/workspace.py +688 -0
- pulumi_azure_native/databricks/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/workspace.py +3 -3
- pulumi_azure_native/hybridconnectivity/__init__.py +3 -0
- pulumi_azure_native/hybridconnectivity/endpoint.py +3 -3
- pulumi_azure_native/hybridconnectivity/get_endpoint.py +2 -2
- pulumi_azure_native/hybridconnectivity/get_service_configuration.py +4 -0
- pulumi_azure_native/hybridconnectivity/list_endpoint_credentials.py +2 -2
- pulumi_azure_native/hybridconnectivity/list_endpoint_ingress_gateway_credentials.py +4 -0
- pulumi_azure_native/hybridconnectivity/list_endpoint_managed_proxy_details.py +2 -2
- pulumi_azure_native/hybridconnectivity/service_configuration.py +5 -1
- pulumi_azure_native/hybridconnectivity/v20220501preview/endpoint.py +1 -1
- pulumi_azure_native/hybridconnectivity/v20230315/endpoint.py +1 -1
- pulumi_azure_native/hybridconnectivity/v20230315/service_configuration.py +1 -1
- pulumi_azure_native/hybridconnectivity/v20241201/__init__.py +17 -0
- pulumi_azure_native/hybridconnectivity/v20241201/_enums.py +37 -0
- pulumi_azure_native/hybridconnectivity/v20241201/_inputs.py +79 -0
- pulumi_azure_native/hybridconnectivity/v20241201/endpoint.py +374 -0
- pulumi_azure_native/hybridconnectivity/v20241201/get_endpoint.py +214 -0
- pulumi_azure_native/hybridconnectivity/v20241201/get_service_configuration.py +258 -0
- pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_credentials.py +159 -0
- pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_ingress_gateway_credentials.py +198 -0
- pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_managed_proxy_details.py +112 -0
- pulumi_azure_native/hybridconnectivity/v20241201/outputs.py +196 -0
- pulumi_azure_native/hybridconnectivity/v20241201/service_configuration.py +463 -0
- pulumi_azure_native/iotoperations/v20240815preview/_enums.py +2 -2
- pulumi_azure_native/iotoperations/v20240815preview/_inputs.py +19 -22
- pulumi_azure_native/iotoperations/v20240815preview/outputs.py +11 -14
- pulumi_azure_native/networkcloud/__init__.py +5 -0
- pulumi_azure_native/networkcloud/_inputs.py +52 -0
- pulumi_azure_native/networkcloud/agent_pool.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
- pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
- pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
- pulumi_azure_native/networkcloud/cluster.py +3 -3
- pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
- pulumi_azure_native/networkcloud/console.py +3 -3
- 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 +244 -0
- 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 +3 -3
- pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +338 -0
- pulumi_azure_native/networkcloud/l2_network.py +3 -3
- pulumi_azure_native/networkcloud/l3_network.py +3 -3
- pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
- pulumi_azure_native/networkcloud/outputs.py +30 -0
- pulumi_azure_native/networkcloud/rack.py +3 -3
- pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
- pulumi_azure_native/networkcloud/trunked_network.py +3 -3
- pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/__init__.py +46 -0
- pulumi_azure_native/networkcloud/v20240601preview/_enums.py +327 -0
- pulumi_azure_native/networkcloud/v20240601preview/_inputs.py +3436 -0
- pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +610 -0
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +795 -0
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +507 -0
- pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +448 -0
- pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +417 -0
- pulumi_azure_native/networkcloud/v20240601preview/cluster.py +830 -0
- pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +452 -0
- pulumi_azure_native/networkcloud/v20240601preview/console.py +417 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_agent_pool.py +346 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine.py +575 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine_key_set.py +307 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_bmc_key_set.py +281 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_cloud_services_network.py +308 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_cluster.py +524 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_cluster_manager.py +289 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_console.py +268 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster.py +380 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster_feature.py +242 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_l2_network.py +289 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_l3_network.py +356 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_metrics_configuration.py +242 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_rack.py +263 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_storage_appliance.py +393 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_trunked_network.py +302 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_virtual_machine.py +471 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_volume.py +237 -0
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +564 -0
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +336 -0
- pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +419 -0
- pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +581 -0
- pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +376 -0
- pulumi_azure_native/networkcloud/v20240601preview/outputs.py +4231 -0
- pulumi_azure_native/networkcloud/v20240601preview/rack.py +416 -0
- pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +536 -0
- pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +449 -0
- pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +823 -0
- pulumi_azure_native/networkcloud/v20240601preview/volume.py +336 -0
- pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
- pulumi_azure_native/networkcloud/volume.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/security/__init__.py +0 -2
- pulumi_azure_native/security/_inputs.py +0 -536
- pulumi_azure_native/security/outputs.py +0 -465
- pulumi_azure_native/security/v20200101/__init__.py +0 -2
- pulumi_azure_native/security/v20200101/_inputs.py +0 -536
- pulumi_azure_native/security/v20200101/outputs.py +0 -465
- pulumi_azure_native/workloads/__init__.py +3 -0
- pulumi_azure_native/workloads/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/sap_central_instance.py +1 -1
- pulumi_azure_native/workloads/sap_database_instance.py +1 -1
- pulumi_azure_native/workloads/sap_virtual_instance.py +1 -1
- pulumi_azure_native/workloads/v20211201preview/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_central_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_database_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_virtual_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_central_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_database_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_virtual_instance.py +1 -1
- pulumi_azure_native/workloads/v20240901/__init__.py +22 -0
- pulumi_azure_native/workloads/v20240901/_enums.py +242 -0
- pulumi_azure_native/workloads/v20240901/_inputs.py +3277 -0
- pulumi_azure_native/workloads/v20240901/get_sap_application_server_instance.py +362 -0
- pulumi_azure_native/workloads/v20240901/get_sap_central_server_instance.py +336 -0
- pulumi_azure_native/workloads/v20240901/get_sap_database_instance.py +271 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance.py +292 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_availability_zone_details.py +95 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_disk_configurations.py +110 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sap_supported_sku.py +110 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sizing_recommendations.py +124 -0
- pulumi_azure_native/workloads/v20240901/outputs.py +3879 -0
- pulumi_azure_native/workloads/v20240901/sap_application_server_instance.py +408 -0
- pulumi_azure_native/workloads/v20240901/sap_central_server_instance.py +388 -0
- pulumi_azure_native/workloads/v20240901/sap_database_instance.py +338 -0
- pulumi_azure_native/workloads/v20240901/sap_virtual_instance.py +456 -0
- {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/RECORD +232 -149
- {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/WHEEL +1 -1
- pulumi_azure_native/security/adaptive_application_control.py +0 -311
- pulumi_azure_native/security/get_adaptive_application_control.py +0 -221
- pulumi_azure_native/security/v20200101/adaptive_application_control.py +0 -305
- pulumi_azure_native/security/v20200101/get_adaptive_application_control.py +0 -215
- {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,448 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetWorkspaceResult',
|
|
20
|
+
'AwaitableGetWorkspaceResult',
|
|
21
|
+
'get_workspace',
|
|
22
|
+
'get_workspace_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetWorkspaceResult:
|
|
27
|
+
"""
|
|
28
|
+
Information about workspace.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, access_connector=None, authorizations=None, created_by=None, created_date_time=None, default_catalog=None, default_storage_firewall=None, disk_encryption_set_id=None, encryption=None, enhanced_security_compliance=None, id=None, is_uc_enabled=None, location=None, managed_disk_identity=None, managed_resource_group_id=None, name=None, parameters=None, private_endpoint_connections=None, provisioning_state=None, public_network_access=None, required_nsg_rules=None, sku=None, storage_account_identity=None, system_data=None, tags=None, type=None, ui_definition_uri=None, updated_by=None, workspace_id=None, workspace_url=None):
|
|
31
|
+
if access_connector and not isinstance(access_connector, dict):
|
|
32
|
+
raise TypeError("Expected argument 'access_connector' to be a dict")
|
|
33
|
+
pulumi.set(__self__, "access_connector", access_connector)
|
|
34
|
+
if authorizations and not isinstance(authorizations, list):
|
|
35
|
+
raise TypeError("Expected argument 'authorizations' to be a list")
|
|
36
|
+
pulumi.set(__self__, "authorizations", authorizations)
|
|
37
|
+
if created_by and not isinstance(created_by, dict):
|
|
38
|
+
raise TypeError("Expected argument 'created_by' to be a dict")
|
|
39
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
40
|
+
if created_date_time and not isinstance(created_date_time, str):
|
|
41
|
+
raise TypeError("Expected argument 'created_date_time' to be a str")
|
|
42
|
+
pulumi.set(__self__, "created_date_time", created_date_time)
|
|
43
|
+
if default_catalog and not isinstance(default_catalog, dict):
|
|
44
|
+
raise TypeError("Expected argument 'default_catalog' to be a dict")
|
|
45
|
+
pulumi.set(__self__, "default_catalog", default_catalog)
|
|
46
|
+
if default_storage_firewall and not isinstance(default_storage_firewall, str):
|
|
47
|
+
raise TypeError("Expected argument 'default_storage_firewall' to be a str")
|
|
48
|
+
pulumi.set(__self__, "default_storage_firewall", default_storage_firewall)
|
|
49
|
+
if disk_encryption_set_id and not isinstance(disk_encryption_set_id, str):
|
|
50
|
+
raise TypeError("Expected argument 'disk_encryption_set_id' to be a str")
|
|
51
|
+
pulumi.set(__self__, "disk_encryption_set_id", disk_encryption_set_id)
|
|
52
|
+
if encryption and not isinstance(encryption, dict):
|
|
53
|
+
raise TypeError("Expected argument 'encryption' to be a dict")
|
|
54
|
+
pulumi.set(__self__, "encryption", encryption)
|
|
55
|
+
if enhanced_security_compliance and not isinstance(enhanced_security_compliance, dict):
|
|
56
|
+
raise TypeError("Expected argument 'enhanced_security_compliance' to be a dict")
|
|
57
|
+
pulumi.set(__self__, "enhanced_security_compliance", enhanced_security_compliance)
|
|
58
|
+
if id and not isinstance(id, str):
|
|
59
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
60
|
+
pulumi.set(__self__, "id", id)
|
|
61
|
+
if is_uc_enabled and not isinstance(is_uc_enabled, bool):
|
|
62
|
+
raise TypeError("Expected argument 'is_uc_enabled' to be a bool")
|
|
63
|
+
pulumi.set(__self__, "is_uc_enabled", is_uc_enabled)
|
|
64
|
+
if location and not isinstance(location, str):
|
|
65
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
66
|
+
pulumi.set(__self__, "location", location)
|
|
67
|
+
if managed_disk_identity and not isinstance(managed_disk_identity, dict):
|
|
68
|
+
raise TypeError("Expected argument 'managed_disk_identity' to be a dict")
|
|
69
|
+
pulumi.set(__self__, "managed_disk_identity", managed_disk_identity)
|
|
70
|
+
if managed_resource_group_id and not isinstance(managed_resource_group_id, str):
|
|
71
|
+
raise TypeError("Expected argument 'managed_resource_group_id' to be a str")
|
|
72
|
+
pulumi.set(__self__, "managed_resource_group_id", managed_resource_group_id)
|
|
73
|
+
if name and not isinstance(name, str):
|
|
74
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
75
|
+
pulumi.set(__self__, "name", name)
|
|
76
|
+
if parameters and not isinstance(parameters, dict):
|
|
77
|
+
raise TypeError("Expected argument 'parameters' to be a dict")
|
|
78
|
+
pulumi.set(__self__, "parameters", parameters)
|
|
79
|
+
if private_endpoint_connections and not isinstance(private_endpoint_connections, list):
|
|
80
|
+
raise TypeError("Expected argument 'private_endpoint_connections' to be a list")
|
|
81
|
+
pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
|
|
82
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
83
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
84
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
85
|
+
if public_network_access and not isinstance(public_network_access, str):
|
|
86
|
+
raise TypeError("Expected argument 'public_network_access' to be a str")
|
|
87
|
+
pulumi.set(__self__, "public_network_access", public_network_access)
|
|
88
|
+
if required_nsg_rules and not isinstance(required_nsg_rules, str):
|
|
89
|
+
raise TypeError("Expected argument 'required_nsg_rules' to be a str")
|
|
90
|
+
pulumi.set(__self__, "required_nsg_rules", required_nsg_rules)
|
|
91
|
+
if sku and not isinstance(sku, dict):
|
|
92
|
+
raise TypeError("Expected argument 'sku' to be a dict")
|
|
93
|
+
pulumi.set(__self__, "sku", sku)
|
|
94
|
+
if storage_account_identity and not isinstance(storage_account_identity, dict):
|
|
95
|
+
raise TypeError("Expected argument 'storage_account_identity' to be a dict")
|
|
96
|
+
pulumi.set(__self__, "storage_account_identity", storage_account_identity)
|
|
97
|
+
if system_data and not isinstance(system_data, dict):
|
|
98
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
99
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
100
|
+
if tags and not isinstance(tags, dict):
|
|
101
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
102
|
+
pulumi.set(__self__, "tags", tags)
|
|
103
|
+
if type and not isinstance(type, str):
|
|
104
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
105
|
+
pulumi.set(__self__, "type", type)
|
|
106
|
+
if ui_definition_uri and not isinstance(ui_definition_uri, str):
|
|
107
|
+
raise TypeError("Expected argument 'ui_definition_uri' to be a str")
|
|
108
|
+
pulumi.set(__self__, "ui_definition_uri", ui_definition_uri)
|
|
109
|
+
if updated_by and not isinstance(updated_by, dict):
|
|
110
|
+
raise TypeError("Expected argument 'updated_by' to be a dict")
|
|
111
|
+
pulumi.set(__self__, "updated_by", updated_by)
|
|
112
|
+
if workspace_id and not isinstance(workspace_id, str):
|
|
113
|
+
raise TypeError("Expected argument 'workspace_id' to be a str")
|
|
114
|
+
pulumi.set(__self__, "workspace_id", workspace_id)
|
|
115
|
+
if workspace_url and not isinstance(workspace_url, str):
|
|
116
|
+
raise TypeError("Expected argument 'workspace_url' to be a str")
|
|
117
|
+
pulumi.set(__self__, "workspace_url", workspace_url)
|
|
118
|
+
|
|
119
|
+
@property
|
|
120
|
+
@pulumi.getter(name="accessConnector")
|
|
121
|
+
def access_connector(self) -> Optional['outputs.WorkspacePropertiesResponseAccessConnector']:
|
|
122
|
+
"""
|
|
123
|
+
Access Connector Resource that is going to be associated with Databricks Workspace
|
|
124
|
+
"""
|
|
125
|
+
return pulumi.get(self, "access_connector")
|
|
126
|
+
|
|
127
|
+
@property
|
|
128
|
+
@pulumi.getter
|
|
129
|
+
def authorizations(self) -> Optional[Sequence['outputs.WorkspaceProviderAuthorizationResponse']]:
|
|
130
|
+
"""
|
|
131
|
+
The workspace provider authorizations.
|
|
132
|
+
"""
|
|
133
|
+
return pulumi.get(self, "authorizations")
|
|
134
|
+
|
|
135
|
+
@property
|
|
136
|
+
@pulumi.getter(name="createdBy")
|
|
137
|
+
def created_by(self) -> Optional['outputs.CreatedByResponse']:
|
|
138
|
+
"""
|
|
139
|
+
Indicates the Object ID, PUID and Application ID of entity that created the workspace.
|
|
140
|
+
"""
|
|
141
|
+
return pulumi.get(self, "created_by")
|
|
142
|
+
|
|
143
|
+
@property
|
|
144
|
+
@pulumi.getter(name="createdDateTime")
|
|
145
|
+
def created_date_time(self) -> str:
|
|
146
|
+
"""
|
|
147
|
+
Specifies the date and time when the workspace is created.
|
|
148
|
+
"""
|
|
149
|
+
return pulumi.get(self, "created_date_time")
|
|
150
|
+
|
|
151
|
+
@property
|
|
152
|
+
@pulumi.getter(name="defaultCatalog")
|
|
153
|
+
def default_catalog(self) -> Optional['outputs.DefaultCatalogPropertiesResponse']:
|
|
154
|
+
"""
|
|
155
|
+
Properties for Default Catalog configuration during workspace creation.
|
|
156
|
+
"""
|
|
157
|
+
return pulumi.get(self, "default_catalog")
|
|
158
|
+
|
|
159
|
+
@property
|
|
160
|
+
@pulumi.getter(name="defaultStorageFirewall")
|
|
161
|
+
def default_storage_firewall(self) -> Optional[str]:
|
|
162
|
+
"""
|
|
163
|
+
Gets or Sets Default Storage Firewall configuration information
|
|
164
|
+
"""
|
|
165
|
+
return pulumi.get(self, "default_storage_firewall")
|
|
166
|
+
|
|
167
|
+
@property
|
|
168
|
+
@pulumi.getter(name="diskEncryptionSetId")
|
|
169
|
+
def disk_encryption_set_id(self) -> str:
|
|
170
|
+
"""
|
|
171
|
+
The resource Id of the managed disk encryption set.
|
|
172
|
+
"""
|
|
173
|
+
return pulumi.get(self, "disk_encryption_set_id")
|
|
174
|
+
|
|
175
|
+
@property
|
|
176
|
+
@pulumi.getter
|
|
177
|
+
def encryption(self) -> Optional['outputs.WorkspacePropertiesResponseEncryption']:
|
|
178
|
+
"""
|
|
179
|
+
Encryption properties for databricks workspace
|
|
180
|
+
"""
|
|
181
|
+
return pulumi.get(self, "encryption")
|
|
182
|
+
|
|
183
|
+
@property
|
|
184
|
+
@pulumi.getter(name="enhancedSecurityCompliance")
|
|
185
|
+
def enhanced_security_compliance(self) -> Optional['outputs.EnhancedSecurityComplianceDefinitionResponse']:
|
|
186
|
+
"""
|
|
187
|
+
Contains settings related to the Enhanced Security and Compliance Add-On.
|
|
188
|
+
"""
|
|
189
|
+
return pulumi.get(self, "enhanced_security_compliance")
|
|
190
|
+
|
|
191
|
+
@property
|
|
192
|
+
@pulumi.getter
|
|
193
|
+
def id(self) -> str:
|
|
194
|
+
"""
|
|
195
|
+
Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
196
|
+
"""
|
|
197
|
+
return pulumi.get(self, "id")
|
|
198
|
+
|
|
199
|
+
@property
|
|
200
|
+
@pulumi.getter(name="isUcEnabled")
|
|
201
|
+
def is_uc_enabled(self) -> bool:
|
|
202
|
+
"""
|
|
203
|
+
Indicates whether unity catalog enabled for the workspace or not.
|
|
204
|
+
"""
|
|
205
|
+
return pulumi.get(self, "is_uc_enabled")
|
|
206
|
+
|
|
207
|
+
@property
|
|
208
|
+
@pulumi.getter
|
|
209
|
+
def location(self) -> str:
|
|
210
|
+
"""
|
|
211
|
+
The geo-location where the resource lives
|
|
212
|
+
"""
|
|
213
|
+
return pulumi.get(self, "location")
|
|
214
|
+
|
|
215
|
+
@property
|
|
216
|
+
@pulumi.getter(name="managedDiskIdentity")
|
|
217
|
+
def managed_disk_identity(self) -> Optional['outputs.ManagedIdentityConfigurationResponse']:
|
|
218
|
+
"""
|
|
219
|
+
The details of Managed Identity of Disk Encryption Set used for Managed Disk Encryption
|
|
220
|
+
"""
|
|
221
|
+
return pulumi.get(self, "managed_disk_identity")
|
|
222
|
+
|
|
223
|
+
@property
|
|
224
|
+
@pulumi.getter(name="managedResourceGroupId")
|
|
225
|
+
def managed_resource_group_id(self) -> str:
|
|
226
|
+
"""
|
|
227
|
+
The managed resource group Id.
|
|
228
|
+
"""
|
|
229
|
+
return pulumi.get(self, "managed_resource_group_id")
|
|
230
|
+
|
|
231
|
+
@property
|
|
232
|
+
@pulumi.getter
|
|
233
|
+
def name(self) -> str:
|
|
234
|
+
"""
|
|
235
|
+
The name of the resource
|
|
236
|
+
"""
|
|
237
|
+
return pulumi.get(self, "name")
|
|
238
|
+
|
|
239
|
+
@property
|
|
240
|
+
@pulumi.getter
|
|
241
|
+
def parameters(self) -> Optional['outputs.WorkspaceCustomParametersResponse']:
|
|
242
|
+
"""
|
|
243
|
+
The workspace's custom parameters.
|
|
244
|
+
"""
|
|
245
|
+
return pulumi.get(self, "parameters")
|
|
246
|
+
|
|
247
|
+
@property
|
|
248
|
+
@pulumi.getter(name="privateEndpointConnections")
|
|
249
|
+
def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
|
|
250
|
+
"""
|
|
251
|
+
Private endpoint connections created on the workspace
|
|
252
|
+
"""
|
|
253
|
+
return pulumi.get(self, "private_endpoint_connections")
|
|
254
|
+
|
|
255
|
+
@property
|
|
256
|
+
@pulumi.getter(name="provisioningState")
|
|
257
|
+
def provisioning_state(self) -> str:
|
|
258
|
+
"""
|
|
259
|
+
The workspace provisioning state.
|
|
260
|
+
"""
|
|
261
|
+
return pulumi.get(self, "provisioning_state")
|
|
262
|
+
|
|
263
|
+
@property
|
|
264
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
265
|
+
def public_network_access(self) -> Optional[str]:
|
|
266
|
+
"""
|
|
267
|
+
The network access type for accessing workspace. Set value to disabled to access workspace only via private link.
|
|
268
|
+
"""
|
|
269
|
+
return pulumi.get(self, "public_network_access")
|
|
270
|
+
|
|
271
|
+
@property
|
|
272
|
+
@pulumi.getter(name="requiredNsgRules")
|
|
273
|
+
def required_nsg_rules(self) -> Optional[str]:
|
|
274
|
+
"""
|
|
275
|
+
Gets or sets a value indicating whether data plane (clusters) to control plane communication happen over private endpoint. Supported values are 'AllRules' and 'NoAzureDatabricksRules'. 'NoAzureServiceRules' value is for internal use only.
|
|
276
|
+
"""
|
|
277
|
+
return pulumi.get(self, "required_nsg_rules")
|
|
278
|
+
|
|
279
|
+
@property
|
|
280
|
+
@pulumi.getter
|
|
281
|
+
def sku(self) -> Optional['outputs.SkuResponse']:
|
|
282
|
+
"""
|
|
283
|
+
The SKU of the resource.
|
|
284
|
+
"""
|
|
285
|
+
return pulumi.get(self, "sku")
|
|
286
|
+
|
|
287
|
+
@property
|
|
288
|
+
@pulumi.getter(name="storageAccountIdentity")
|
|
289
|
+
def storage_account_identity(self) -> Optional['outputs.ManagedIdentityConfigurationResponse']:
|
|
290
|
+
"""
|
|
291
|
+
The details of Managed Identity of Storage Account
|
|
292
|
+
"""
|
|
293
|
+
return pulumi.get(self, "storage_account_identity")
|
|
294
|
+
|
|
295
|
+
@property
|
|
296
|
+
@pulumi.getter(name="systemData")
|
|
297
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
298
|
+
"""
|
|
299
|
+
The system metadata relating to this resource
|
|
300
|
+
"""
|
|
301
|
+
return pulumi.get(self, "system_data")
|
|
302
|
+
|
|
303
|
+
@property
|
|
304
|
+
@pulumi.getter
|
|
305
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
306
|
+
"""
|
|
307
|
+
Resource tags.
|
|
308
|
+
"""
|
|
309
|
+
return pulumi.get(self, "tags")
|
|
310
|
+
|
|
311
|
+
@property
|
|
312
|
+
@pulumi.getter
|
|
313
|
+
def type(self) -> str:
|
|
314
|
+
"""
|
|
315
|
+
The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
|
|
316
|
+
"""
|
|
317
|
+
return pulumi.get(self, "type")
|
|
318
|
+
|
|
319
|
+
@property
|
|
320
|
+
@pulumi.getter(name="uiDefinitionUri")
|
|
321
|
+
def ui_definition_uri(self) -> Optional[str]:
|
|
322
|
+
"""
|
|
323
|
+
The blob URI where the UI definition file is located.
|
|
324
|
+
"""
|
|
325
|
+
return pulumi.get(self, "ui_definition_uri")
|
|
326
|
+
|
|
327
|
+
@property
|
|
328
|
+
@pulumi.getter(name="updatedBy")
|
|
329
|
+
def updated_by(self) -> Optional['outputs.CreatedByResponse']:
|
|
330
|
+
"""
|
|
331
|
+
Indicates the Object ID, PUID and Application ID of entity that last updated the workspace.
|
|
332
|
+
"""
|
|
333
|
+
return pulumi.get(self, "updated_by")
|
|
334
|
+
|
|
335
|
+
@property
|
|
336
|
+
@pulumi.getter(name="workspaceId")
|
|
337
|
+
def workspace_id(self) -> str:
|
|
338
|
+
"""
|
|
339
|
+
The unique identifier of the databricks workspace in databricks control plane.
|
|
340
|
+
"""
|
|
341
|
+
return pulumi.get(self, "workspace_id")
|
|
342
|
+
|
|
343
|
+
@property
|
|
344
|
+
@pulumi.getter(name="workspaceUrl")
|
|
345
|
+
def workspace_url(self) -> str:
|
|
346
|
+
"""
|
|
347
|
+
The workspace URL which is of the format 'adb-{workspaceId}.{random}.azuredatabricks.net'
|
|
348
|
+
"""
|
|
349
|
+
return pulumi.get(self, "workspace_url")
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
class AwaitableGetWorkspaceResult(GetWorkspaceResult):
|
|
353
|
+
# pylint: disable=using-constant-test
|
|
354
|
+
def __await__(self):
|
|
355
|
+
if False:
|
|
356
|
+
yield self
|
|
357
|
+
return GetWorkspaceResult(
|
|
358
|
+
access_connector=self.access_connector,
|
|
359
|
+
authorizations=self.authorizations,
|
|
360
|
+
created_by=self.created_by,
|
|
361
|
+
created_date_time=self.created_date_time,
|
|
362
|
+
default_catalog=self.default_catalog,
|
|
363
|
+
default_storage_firewall=self.default_storage_firewall,
|
|
364
|
+
disk_encryption_set_id=self.disk_encryption_set_id,
|
|
365
|
+
encryption=self.encryption,
|
|
366
|
+
enhanced_security_compliance=self.enhanced_security_compliance,
|
|
367
|
+
id=self.id,
|
|
368
|
+
is_uc_enabled=self.is_uc_enabled,
|
|
369
|
+
location=self.location,
|
|
370
|
+
managed_disk_identity=self.managed_disk_identity,
|
|
371
|
+
managed_resource_group_id=self.managed_resource_group_id,
|
|
372
|
+
name=self.name,
|
|
373
|
+
parameters=self.parameters,
|
|
374
|
+
private_endpoint_connections=self.private_endpoint_connections,
|
|
375
|
+
provisioning_state=self.provisioning_state,
|
|
376
|
+
public_network_access=self.public_network_access,
|
|
377
|
+
required_nsg_rules=self.required_nsg_rules,
|
|
378
|
+
sku=self.sku,
|
|
379
|
+
storage_account_identity=self.storage_account_identity,
|
|
380
|
+
system_data=self.system_data,
|
|
381
|
+
tags=self.tags,
|
|
382
|
+
type=self.type,
|
|
383
|
+
ui_definition_uri=self.ui_definition_uri,
|
|
384
|
+
updated_by=self.updated_by,
|
|
385
|
+
workspace_id=self.workspace_id,
|
|
386
|
+
workspace_url=self.workspace_url)
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
def get_workspace(resource_group_name: Optional[str] = None,
|
|
390
|
+
workspace_name: Optional[str] = None,
|
|
391
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetWorkspaceResult:
|
|
392
|
+
"""
|
|
393
|
+
Gets the workspace.
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
397
|
+
:param str workspace_name: The name of the workspace.
|
|
398
|
+
"""
|
|
399
|
+
__args__ = dict()
|
|
400
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
401
|
+
__args__['workspaceName'] = workspace_name
|
|
402
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
403
|
+
__ret__ = pulumi.runtime.invoke('azure-native:databricks/v20240901preview:getWorkspace', __args__, opts=opts, typ=GetWorkspaceResult).value
|
|
404
|
+
|
|
405
|
+
return AwaitableGetWorkspaceResult(
|
|
406
|
+
access_connector=pulumi.get(__ret__, 'access_connector'),
|
|
407
|
+
authorizations=pulumi.get(__ret__, 'authorizations'),
|
|
408
|
+
created_by=pulumi.get(__ret__, 'created_by'),
|
|
409
|
+
created_date_time=pulumi.get(__ret__, 'created_date_time'),
|
|
410
|
+
default_catalog=pulumi.get(__ret__, 'default_catalog'),
|
|
411
|
+
default_storage_firewall=pulumi.get(__ret__, 'default_storage_firewall'),
|
|
412
|
+
disk_encryption_set_id=pulumi.get(__ret__, 'disk_encryption_set_id'),
|
|
413
|
+
encryption=pulumi.get(__ret__, 'encryption'),
|
|
414
|
+
enhanced_security_compliance=pulumi.get(__ret__, 'enhanced_security_compliance'),
|
|
415
|
+
id=pulumi.get(__ret__, 'id'),
|
|
416
|
+
is_uc_enabled=pulumi.get(__ret__, 'is_uc_enabled'),
|
|
417
|
+
location=pulumi.get(__ret__, 'location'),
|
|
418
|
+
managed_disk_identity=pulumi.get(__ret__, 'managed_disk_identity'),
|
|
419
|
+
managed_resource_group_id=pulumi.get(__ret__, 'managed_resource_group_id'),
|
|
420
|
+
name=pulumi.get(__ret__, 'name'),
|
|
421
|
+
parameters=pulumi.get(__ret__, 'parameters'),
|
|
422
|
+
private_endpoint_connections=pulumi.get(__ret__, 'private_endpoint_connections'),
|
|
423
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
424
|
+
public_network_access=pulumi.get(__ret__, 'public_network_access'),
|
|
425
|
+
required_nsg_rules=pulumi.get(__ret__, 'required_nsg_rules'),
|
|
426
|
+
sku=pulumi.get(__ret__, 'sku'),
|
|
427
|
+
storage_account_identity=pulumi.get(__ret__, 'storage_account_identity'),
|
|
428
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
429
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
430
|
+
type=pulumi.get(__ret__, 'type'),
|
|
431
|
+
ui_definition_uri=pulumi.get(__ret__, 'ui_definition_uri'),
|
|
432
|
+
updated_by=pulumi.get(__ret__, 'updated_by'),
|
|
433
|
+
workspace_id=pulumi.get(__ret__, 'workspace_id'),
|
|
434
|
+
workspace_url=pulumi.get(__ret__, 'workspace_url'))
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
@_utilities.lift_output_func(get_workspace)
|
|
438
|
+
def get_workspace_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
439
|
+
workspace_name: Optional[pulumi.Input[str]] = None,
|
|
440
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetWorkspaceResult]:
|
|
441
|
+
"""
|
|
442
|
+
Gets the workspace.
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
446
|
+
:param str workspace_name: The name of the workspace.
|
|
447
|
+
"""
|
|
448
|
+
...
|