Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
773 changes: 387 additions & 386 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

51 changes: 40 additions & 11 deletions sdk/databricks/arm-databricks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,44 @@
# Release History

## 3.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes


## 4.0.0 (2024-05-03)

**Features**

- Added Interface AutomaticClusterUpdateDefinition
- Added Interface ComplianceSecurityProfileDefinition
- Added Interface DefaultCatalogProperties
- Added Interface EnhancedSecurityComplianceDefinition
- Added Interface EnhancedSecurityMonitoringDefinition
- Added Interface WorkspaceNoPublicIPBooleanParameter
- Added Interface WorkspacePropertiesAccessConnector
- Added Type Alias AutomaticClusterUpdateValue
- Added Type Alias ComplianceSecurityProfileValue
- Added Type Alias ComplianceStandard
- Added Type Alias DefaultStorageFirewall
- Added Type Alias EnhancedSecurityMonitoringValue
- Added Type Alias IdentityType
- Added Type Alias InitialType
- Interface AccessConnectorProperties has a new optional parameter referedBy
- Interface AzureDatabricksManagementClientOptionalParams has a new optional parameter apiVersion
- Interface Workspace has a new optional parameter accessConnector
- Interface Workspace has a new optional parameter defaultCatalog
- Interface Workspace has a new optional parameter defaultStorageFirewall
- Interface Workspace has a new optional parameter enhancedSecurityCompliance
- Interface Workspace has a new optional parameter isUcEnabled
- Interface WorkspacesDeleteOptionalParams has a new optional parameter forceDeletion
- Added Enum KnownAutomaticClusterUpdateValue
- Added Enum KnownComplianceSecurityProfileValue
- Added Enum KnownComplianceStandard
- Added Enum KnownDefaultStorageFirewall
- Added Enum KnownEnhancedSecurityMonitoringValue
- Added Enum KnownIdentityType
- Added Enum KnownInitialType

**Breaking Changes**

- Type of parameter enableNoPublicIp of interface WorkspaceCustomParameters is changed from WorkspaceCustomBooleanParameter to WorkspaceNoPublicIPBooleanParameter


## 3.0.0 (2023-11-02)

The package of @azure/arm-databricks is using our next generation design principles since version 3.0.0, which contains breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion sdk/databricks/arm-databricks/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Microsoft
Copyright (c) 2024 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions sdk/databricks/arm-databricks/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "4af52aaac2c3b4af4a0e61378d33c5bc050e65e2",
"commit": "ae12799f611da88a2ed781a49fdc3f8f695bc1fc",
"readme": "specification/databricks/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.7 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\databricks\\resource-manager\\readme.md --use=@autorest/[email protected] --generate-sample=true",
"autorest_command": "autorest --version=3.9.7 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/databricks/resource-manager/readme.md --use=@autorest/typescript@^6.0.12",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/[email protected].2",
"use": "@autorest/[email protected]"
"release_tool": "@azure-tools/[email protected].7",
"use": "@autorest/typescript@^6.0.12"
}
20 changes: 6 additions & 14 deletions sdk/databricks/arm-databricks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for AzureDatabricksManagementClient.",
"version": "3.0.1",
"version": "4.0.0",
"engines": {
"node": ">=18.0.0"
},
Expand All @@ -12,8 +12,8 @@
"@azure/abort-controller": "^1.0.0",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.7.0",
"@azure/core-auth": "^1.3.0",
"@azure/core-rest-pipeline": "^1.12.0",
"@azure/core-auth": "^1.6.0",
"@azure/core-rest-pipeline": "^1.14.0",
"tslib": "^2.2.0"
},
"keywords": [
Expand All @@ -40,6 +40,7 @@
"@azure-tools/test-credential": "^1.0.0",
"mocha": "^10.0.0",
"@types/mocha": "^10.0.0",
"tsx": "^4.7.1",
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
Expand Down Expand Up @@ -77,7 +78,6 @@
"pack": "npm pack 2>&1",
"extract-api": "dev-tool run extract-api",
"lint": "echo skipped",
"audit": "echo skipped",
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"build:node": "echo skipped",
"build:browser": "echo skipped",
Expand Down Expand Up @@ -106,13 +106,5 @@
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/databricks/arm-databricks",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-databricks?view=azure-node-preview"
}
}
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/databricks/arm-databricks"
}
121 changes: 120 additions & 1 deletion sdk/databricks/arm-databricks/review/arm-databricks.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export interface AccessConnectorListResult {
// @public (undocumented)
export interface AccessConnectorProperties {
readonly provisioningState?: ProvisioningState;
readonly referedBy?: string[];
}

// @public
Expand Down Expand Up @@ -113,6 +114,15 @@ export interface AddressSpace {
addressPrefixes?: string[];
}

// @public
export interface AutomaticClusterUpdateDefinition {
// (undocumented)
value?: AutomaticClusterUpdateValue;
}

// @public
export type AutomaticClusterUpdateValue = string;

// @public (undocumented)
export class AzureDatabricksManagementClient extends coreClient.ServiceClient {
// (undocumented)
Expand All @@ -121,6 +131,8 @@ export class AzureDatabricksManagementClient extends coreClient.ServiceClient {
// (undocumented)
accessConnectors: AccessConnectors;
// (undocumented)
apiVersion: string;
// (undocumented)
operations: Operations;
// (undocumented)
outboundNetworkDependenciesEndpoints: OutboundNetworkDependenciesEndpoints;
Expand All @@ -139,9 +151,23 @@ export class AzureDatabricksManagementClient extends coreClient.ServiceClient {
// @public
export interface AzureDatabricksManagementClientOptionalParams extends coreClient.ServiceClientOptions {
$host?: string;
apiVersion?: string;
endpoint?: string;
}

// @public
export interface ComplianceSecurityProfileDefinition {
complianceStandards?: ComplianceStandard[];
// (undocumented)
value?: ComplianceSecurityProfileValue;
}

// @public
export type ComplianceSecurityProfileValue = string;

// @public
export type ComplianceStandard = string;

// @public
export interface CreatedBy {
readonly applicationId?: string;
Expand All @@ -155,6 +181,15 @@ export type CreatedByType = string;
// @public
export type CustomParameterType = string;

// @public
export interface DefaultCatalogProperties {
initialName?: string;
initialType?: InitialType;
}

// @public
export type DefaultStorageFirewall = string;

// @public
export interface Encryption {
keyName?: string;
Expand Down Expand Up @@ -199,6 +234,22 @@ export interface EndpointDetail {
port?: number;
}

// @public
export interface EnhancedSecurityComplianceDefinition {
automaticClusterUpdate?: AutomaticClusterUpdateDefinition;
complianceSecurityProfile?: ComplianceSecurityProfileDefinition;
enhancedSecurityMonitoring?: EnhancedSecurityMonitoringDefinition;
}

// @public
export interface EnhancedSecurityMonitoringDefinition {
// (undocumented)
value?: EnhancedSecurityMonitoringValue;
}

// @public
export type EnhancedSecurityMonitoringValue = string;

// @public
export interface ErrorDetail {
code: string;
Expand Down Expand Up @@ -234,9 +285,34 @@ export interface GroupIdInformationProperties {
requiredZoneNames?: string[];
}

// @public
export type IdentityType = string;

// @public
export type InitialType = string;

// @public
export type KeySource = string;

// @public
export enum KnownAutomaticClusterUpdateValue {
Disabled = "Disabled",
Enabled = "Enabled"
}

// @public
export enum KnownComplianceSecurityProfileValue {
Disabled = "Disabled",
Enabled = "Enabled"
}

// @public
export enum KnownComplianceStandard {
Hipaa = "HIPAA",
None = "NONE",
PCIDSS = "PCI_DSS"
}

// @public
export enum KnownCreatedByType {
Application = "Application",
Expand All @@ -252,11 +328,35 @@ export enum KnownCustomParameterType {
String = "String"
}

// @public
export enum KnownDefaultStorageFirewall {
Disabled = "Disabled",
Enabled = "Enabled"
}

// @public
export enum KnownEncryptionKeySource {
MicrosoftKeyvault = "Microsoft.Keyvault"
}

// @public
export enum KnownEnhancedSecurityMonitoringValue {
Disabled = "Disabled",
Enabled = "Enabled"
}

// @public
export enum KnownIdentityType {
SystemAssigned = "SystemAssigned",
UserAssigned = "UserAssigned"
}

// @public
export enum KnownInitialType {
HiveMetastore = "HiveMetastore",
UnityCatalog = "UnityCatalog"
}

// @public
export enum KnownKeySource {
Default = "Default",
Expand Down Expand Up @@ -674,11 +774,16 @@ export type VNetPeeringListByWorkspaceResponse = VirtualNetworkPeeringList;

// @public
export interface Workspace extends TrackedResource {
accessConnector?: WorkspacePropertiesAccessConnector;
authorizations?: WorkspaceProviderAuthorization[];
createdBy?: CreatedBy;
readonly createdDateTime?: Date;
defaultCatalog?: DefaultCatalogProperties;
defaultStorageFirewall?: DefaultStorageFirewall;
readonly diskEncryptionSetId?: string;
encryption?: WorkspacePropertiesEncryption;
enhancedSecurityCompliance?: EnhancedSecurityComplianceDefinition;
readonly isUcEnabled?: boolean;
managedDiskIdentity?: ManagedIdentityConfiguration;
managedResourceGroupId: string;
parameters?: WorkspaceCustomParameters;
Expand Down Expand Up @@ -713,7 +818,7 @@ export interface WorkspaceCustomParameters {
customPrivateSubnetName?: WorkspaceCustomStringParameter;
customPublicSubnetName?: WorkspaceCustomStringParameter;
customVirtualNetworkId?: WorkspaceCustomStringParameter;
enableNoPublicIp?: WorkspaceCustomBooleanParameter;
enableNoPublicIp?: WorkspaceNoPublicIPBooleanParameter;
encryption?: WorkspaceEncryptionParameter;
loadBalancerBackendPoolName?: WorkspaceCustomStringParameter;
loadBalancerId?: WorkspaceCustomStringParameter;
Expand Down Expand Up @@ -745,6 +850,19 @@ export interface WorkspaceListResult {
value?: Workspace[];
}

// @public
export interface WorkspaceNoPublicIPBooleanParameter {
readonly type?: CustomParameterType;
value?: boolean;
}

// @public
export interface WorkspacePropertiesAccessConnector {
id: string;
identityType: IdentityType;
userAssignedIdentityId?: string;
}

// @public
export interface WorkspacePropertiesEncryption {
entities: EncryptionEntitiesDefinition;
Expand Down Expand Up @@ -780,6 +898,7 @@ export type WorkspacesCreateOrUpdateResponse = Workspace;

// @public
export interface WorkspacesDeleteOptionalParams extends coreClient.OperationOptions {
forceDeletion?: boolean;
resumeFrom?: string;
updateIntervalInMs?: number;
}
Expand Down
Loading