Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kusto release #24753

Merged
merged 1 commit into from
Feb 10, 2023
Merged
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
31 changes: 21 additions & 10 deletions sdk/kusto/arm-kusto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
# Release History

## 7.3.0 (2023-02-07)

**Features**

## 7.2.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added operation group Skus
- Added Interface CosmosDbDataConnection
- Added Interface ResourceSkuCapabilities
- Added Interface ResourceSkuZoneDetails
- Added Interface SkusListOptionalParams
- Added Type Alias LanguageExtensionImageName
- Added Type Alias SkusListResponse
- Interface LanguageExtension has a new optional parameter languageExtensionImageName
- Interface SkuLocationInfoItem has a new optional parameter zoneDetails
- Interface TableLevelSharingProperties has a new optional parameter functionsToExclude
- Interface TableLevelSharingProperties has a new optional parameter functionsToInclude
- Added Enum KnownLanguageExtensionImageName
- Enum KnownAzureSkuName has a new value StandardL32AsV3
- Enum KnownAzureSkuName has a new value StandardL32SV3
- Enum KnownDataConnectionKind has a new value CosmosDb
- Enum KnownProvisioningState has a new value Canceled

## 7.2.1 (2023-01-11)

**Features**
Expand Down
10 changes: 5 additions & 5 deletions sdk/kusto/arm-kusto/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "f70b7953f5d54889cc1825b37ad938342ca93a2e",
"readme": "specification\\azure-kusto\\resource-manager\\readme.md",
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=F:\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\azure-kusto\\resource-manager\\readme.md --use=@autorest/[email protected].6.20221226.1 --generate-sample=true",
"commit": "41645a4769694a7d63a2514b45146ec369eeb273",
"readme": "specification/azure-kusto/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.3 --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\\azure-kusto\\resource-manager\\readme.md --use=@autorest/[email protected].7 --generate-sample=true",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.4",
"use": "@autorest/[email protected].6.20221226.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.1",
"use": "@autorest/[email protected].7"
}
4 changes: 2 additions & 2 deletions sdk/kusto/arm-kusto/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 KustoManagementClient.",
"version": "7.2.2",
"version": "7.3.0",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -120,4 +120,4 @@
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-kusto?view=azure-node-preview"
}
}
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 64 additions & 3 deletions sdk/kusto/arm-kusto/review/arm-kusto.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export interface Cluster extends TrackedResource {
readonly etag?: string;
identity?: Identity;
keyVaultProperties?: KeyVaultProperties;
readonly languageExtensions?: LanguageExtensionsList;
languageExtensions?: LanguageExtensionsList;
optimizedAutoscale?: OptimizedAutoscale;
readonly privateEndpointConnections?: PrivateEndpointConnection[];
readonly provisioningState?: ProvisioningState;
Expand Down Expand Up @@ -456,7 +456,7 @@ export interface ClusterUpdate extends Resource {
engineType?: EngineType;
identity?: Identity;
keyVaultProperties?: KeyVaultProperties;
readonly languageExtensions?: LanguageExtensionsList;
languageExtensions?: LanguageExtensionsList;
location?: string;
optimizedAutoscale?: OptimizedAutoscale;
readonly privateEndpointConnections?: PrivateEndpointConnection[];
Expand Down Expand Up @@ -485,6 +485,20 @@ export interface ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentities
// @public
export type Compression = string;

// @public
export interface CosmosDbDataConnection extends DataConnection {
cosmosDbAccountResourceId?: string;
cosmosDbContainer?: string;
cosmosDbDatabase?: string;
kind: "CosmosDb";
readonly managedIdentityObjectId?: string;
managedIdentityResourceId?: string;
mappingRuleName?: string;
readonly provisioningState?: ProvisioningState;
retrievalStartDate?: Date;
tableName?: string;
}

// @public
export type CreatedByType = string;

Expand Down Expand Up @@ -794,7 +808,7 @@ export interface DataConnectionsUpdateOptionalParams extends coreClient.Operatio
export type DataConnectionsUpdateResponse = DataConnectionUnion;

// @public (undocumented)
export type DataConnectionUnion = DataConnection | EventHubDataConnection | IotHubDataConnection | EventGridDataConnection;
export type DataConnectionUnion = DataConnection | EventHubDataConnection | IotHubDataConnection | EventGridDataConnection | CosmosDbDataConnection;

// @public
export interface DataConnectionValidation {
Expand Down Expand Up @@ -1000,6 +1014,8 @@ export enum KnownAzureSkuName {
StandardL16S = "Standard_L16s",
StandardL16SV2 = "Standard_L16s_v2",
StandardL16SV3 = "Standard_L16s_v3",
StandardL32AsV3 = "Standard_L32as_v3",
StandardL32SV3 = "Standard_L32s_v3",
StandardL4S = "Standard_L4s",
StandardL8AsV3 = "Standard_L8as_v3",
StandardL8S = "Standard_L8s",
Expand Down Expand Up @@ -1083,6 +1099,7 @@ export enum KnownDatabaseShareOrigin {

// @public
export enum KnownDataConnectionKind {
CosmosDb = "CosmosDb",
EventGrid = "EventGrid",
EventHub = "EventHub",
IotHub = "IotHub"
Expand Down Expand Up @@ -1175,6 +1192,16 @@ export enum KnownKind {
ReadWrite = "ReadWrite"
}

// @public
export enum KnownLanguageExtensionImageName {
Python3108 = "Python3_10_8",
Python365 = "Python3_6_5",
Python3912 = "Python3_9_12",
Python3912IncludeDeepLearning = "Python3_9_12IncludeDeepLearning",
// (undocumented)
R = "R"
}

// @public
export enum KnownLanguageExtensionName {
Python = "PYTHON",
Expand All @@ -1198,6 +1225,7 @@ export enum KnownPrincipalType {

// @public
export enum KnownProvisioningState {
Canceled = "Canceled",
Creating = "Creating",
Deleting = "Deleting",
Failed = "Failed",
Expand Down Expand Up @@ -1279,6 +1307,8 @@ export class KustoManagementClient extends coreClient.ServiceClient {
// (undocumented)
scripts: Scripts;
// (undocumented)
skus: Skus;
// (undocumented)
subscriptionId: string;
}

Expand All @@ -1291,9 +1321,13 @@ export interface KustoManagementClientOptionalParams extends coreClient.ServiceC

// @public
export interface LanguageExtension {
languageExtensionImageName?: LanguageExtensionImageName;
languageExtensionName?: LanguageExtensionName;
}

// @public
export type LanguageExtensionImageName = string;

// @public
export type LanguageExtensionName = string;

Expand Down Expand Up @@ -1642,6 +1676,18 @@ export interface Resource {
readonly type?: string;
}

// @public
export interface ResourceSkuCapabilities {
readonly name?: string;
readonly value?: string;
}

// @public
export interface ResourceSkuZoneDetails {
readonly capabilities?: ResourceSkuCapabilities[];
readonly name?: string[];
}

// @public
export interface Script extends ProxyResource {
continueOnErrors?: boolean;
Expand Down Expand Up @@ -1745,9 +1791,22 @@ export interface SkuDescriptionList {
// @public
export interface SkuLocationInfoItem {
location: string;
zoneDetails?: ResourceSkuZoneDetails[];
zones?: string[];
}

// @public
export interface Skus {
list(location: string, options?: SkusListOptionalParams): PagedAsyncIterableIterator<SkuDescription>;
}

// @public
export interface SkusListOptionalParams extends coreClient.OperationOptions {
}

// @public
export type SkusListResponse = SkuDescriptionList;

// @public
export type State = string;

Expand All @@ -1768,6 +1827,8 @@ export interface SystemData {
export interface TableLevelSharingProperties {
externalTablesToExclude?: string[];
externalTablesToInclude?: string[];
functionsToExclude?: string[];
functionsToInclude?: string[];
materializedViewsToExclude?: string[];
materializedViewsToInclude?: string[];
tablesToExclude?: string[];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dotenv.config();
* This sample demonstrates how to Checks that the attached database configuration resource name is valid and is not already in use.
*
* @summary Checks that the attached database configuration resource name is valid and is not already in use.
* x-ms-original-file: specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-07-07/examples/KustoAttachedDatabaseConfigurationCheckNameAvailability.json
* x-ms-original-file: specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-12-29/examples/KustoAttachedDatabaseConfigurationCheckNameAvailability.json
*/
async function kustoAttachedDatabaseConfigurationCheckNameAvailability() {
const subscriptionId =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dotenv.config();
* This sample demonstrates how to Creates or updates an attached database configuration.
*
* @summary Creates or updates an attached database configuration.
* x-ms-original-file: specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-07-07/examples/KustoAttachedDatabaseConfigurationsCreateOrUpdate.json
* x-ms-original-file: specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-12-29/examples/KustoAttachedDatabaseConfigurationsCreateOrUpdate.json
*/
async function attachedDatabaseConfigurationsCreateOrUpdate() {
const subscriptionId =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dotenv.config();
* This sample demonstrates how to Deletes the attached database configuration with the given name.
*
* @summary Deletes the attached database configuration with the given name.
* x-ms-original-file: specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-07-07/examples/KustoAttachedDatabaseConfigurationsDelete.json
* x-ms-original-file: specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-12-29/examples/KustoAttachedDatabaseConfigurationsDelete.json
*/
async function attachedDatabaseConfigurationsDelete() {
const subscriptionId =
Expand Down
Loading