Skip to content

Commit 3989d27

Browse files
authored
[Do not merge before 20th of January 2025] Kusto C# SDK For Managment- 2024-04-13 (Azure#47564)
1 parent 9db53e1 commit 3989d27

File tree

105 files changed

+3726
-511
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+3726
-511
lines changed

.vscode/cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,8 @@
904904
"tbps",
905905
"scsv",
906906
"sohsv",
907-
"tsve"
907+
"tsve",
908+
"Openai"
908909
]
909910
},
910911
{

sdk/kusto/Azure.ResourceManager.Kusto/CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
# Release History
22

3-
## 1.6.0-beta.1 (Unreleased)
3+
## 1.6.0 (2025-01-20)
44

55
### Features Added
66

7-
- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
8-
- Exposed `JsonModelWriteCore` for model serialization procedure.
9-
10-
### Breaking Changes
11-
12-
### Bugs Fixed
7+
- Upgraded to Azure API version 2024-04-13.
8+
- Introduced callout policy functionality.
9+
- Introduced a new cluster principal role called `AllDatabasesMonitor`.
10+
- Introduced the ability to specify a baseImageName for SandboxCustomImages. Now, either languageVersion or baseImageName is required.
11+
- Added clusterLevel and principalsPermissionAction to script properties.
1312

1413
### Other Changes
1514

15+
- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
16+
- Exposed `JsonModelWriteCore` for model serialization procedure.
17+
1618
## 1.5.1 (2023-11-29)
1719

1820
### Features Added

sdk/kusto/Azure.ResourceManager.Kusto/api/Azure.ResourceManager.Kusto.net8.0.cs

Lines changed: 184 additions & 4 deletions
Large diffs are not rendered by default.

sdk/kusto/Azure.ResourceManager.Kusto/api/Azure.ResourceManager.Kusto.netstandard2.0.cs

Lines changed: 184 additions & 4 deletions
Large diffs are not rendered by default.

sdk/kusto/Azure.ResourceManager.Kusto/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "net",
44
"TagPrefix": "net/kusto/Azure.ResourceManager.Kusto",
5-
"Tag": "net/kusto/Azure.ResourceManager.Kusto_18caa72bd9"
5+
"Tag": "net/kusto/Azure.ResourceManager.Kusto_fd84a47c05"
66
}

sdk/kusto/Azure.ResourceManager.Kusto/samples/Generated/Samples/Sample_KustoAttachedDatabaseConfigurationCollection.cs

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/kusto/Azure.ResourceManager.Kusto/samples/Generated/Samples/Sample_KustoAttachedDatabaseConfigurationResource.cs

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/kusto/Azure.ResourceManager.Kusto/samples/Generated/Samples/Sample_KustoClusterCollection.cs

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/kusto/Azure.ResourceManager.Kusto/samples/Generated/Samples/Sample_KustoClusterPrincipalAssignmentCollection.cs

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)