Skip to content

Commit

Permalink
[mgmt] kusto release (#32726)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazrael2119 authored Jan 26, 2025
1 parent 81d3f78 commit 9945ac8
Show file tree
Hide file tree
Showing 413 changed files with 6,461 additions and 12,405 deletions.
67 changes: 38 additions & 29 deletions common/config/rush/pnpm-lock.yaml

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

53 changes: 44 additions & 9 deletions sdk/kusto/arm-kusto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,50 @@
# Release History

## 8.1.1 (Unreleased)

## 8.2.0 (2025-01-24)
### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added operation Clusters.beginAddCalloutPolicies
- Added operation Clusters.beginAddCalloutPoliciesAndWait
- Added operation Clusters.beginRemoveCalloutPolicy
- Added operation Clusters.beginRemoveCalloutPolicyAndWait
- Added operation Clusters.listCalloutPolicies
- Added operation Clusters.listFollowerDatabasesGet
- Added Interface CalloutPoliciesList
- Added Interface CalloutPolicy
- Added Interface CalloutPolicyToRemove
- Added Interface ClustersAddCalloutPoliciesHeaders
- Added Interface ClustersAddCalloutPoliciesOptionalParams
- Added Interface ClustersListCalloutPoliciesOptionalParams
- Added Interface ClustersListFollowerDatabasesGetOptionalParams
- Added Interface ClustersRemoveCalloutPolicyHeaders
- Added Interface ClustersRemoveCalloutPolicyOptionalParams
- Added Interface FollowerDatabaseDefinitionGet
- Added Interface FollowerDatabaseListResultGet
- Added Type Alias CalloutType
- Added Type Alias ClustersListCalloutPoliciesResponse
- Added Type Alias ClustersListFollowerDatabasesGetResponse
- Added Type Alias OutboundAccess
- Added Type Alias PrincipalPermissionsAction
- Added Type Alias ScriptLevel
- Added Type Alias ZoneStatus
- Interface Cluster has a new optional parameter calloutPolicies
- Interface Cluster has a new optional parameter zoneStatus
- Interface ClusterUpdate has a new optional parameter calloutPolicies
- Interface ClusterUpdate has a new optional parameter zoneStatus
- Interface SandboxCustomImage has a new optional parameter baseImageName
- Interface Script has a new optional parameter principalPermissionsAction
- Interface Script has a new optional parameter scriptLevel
- Added Enum KnownCalloutType
- Added Enum KnownOutboundAccess
- Added Enum KnownPrincipalPermissionsAction
- Added Enum KnownScriptLevel
- Added Enum KnownZoneStatus
- Enum KnownClusterPrincipalRole has a new value AllDatabasesMonitor
- Enum KnownLanguageExtensionImageName has a new value Python3117
- Enum KnownLanguageExtensionImageName has a new value Python3117DL


## 8.1.0 (2023-10-11)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/kusto/arm-kusto/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) 2025 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
3 changes: 1 addition & 2 deletions sdk/kusto/arm-kusto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ npm install @azure/identity
```

You will also need to **register a new AAD application and grant access to Azure KustoManagement** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.

For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).

Expand All @@ -64,8 +63,8 @@ const client = new KustoManagementClient(new DefaultAzureCredential(), subscript
// const client = new KustoManagementClient(credential, subscriptionId);
```

### JavaScript Bundle

### JavaScript Bundle
To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).

## Key concepts
Expand Down
8 changes: 4 additions & 4 deletions sdk/kusto/arm-kusto/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "3b6ae2ea162efb468a1de6742615e6c655c06e87",
"commit": "62e3312e67873d702fb2c6e5c7717d99cf4d369b",
"readme": "specification/azure-kusto/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\\azure-kusto\\resource-manager\\readme.md --use=@autorest/[email protected].9 --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=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\azure-kusto\\resource-manager\\readme.md --use=@autorest/[email protected].33 --generate-sample=true",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/[email protected].2",
"use": "@autorest/[email protected].9"
"release_tool": "@azure-tools/[email protected].18",
"use": "@autorest/[email protected].33"
}
2 changes: 1 addition & 1 deletion sdk/kusto/arm-kusto/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "js",
"TagPrefix": "js/kusto/arm-kusto",
"Tag": "js/kusto/arm-kusto_724fd64c22"
"Tag": "js/kusto/arm-kusto_a90f69a3f6"
}
Loading

0 comments on commit 9945ac8

Please sign in to comment.