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

2023 08 15 #39145

Merged
merged 16 commits into from
Oct 20, 2023
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30309.148
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{B0E4C45D-26BD-4AA6-8EAD-049628768752}") = "Azure.ResourceManager.Kusto", "src\Azure.ResourceManager.Kusto.csproj", "{5EBDF5A2-F6C4-4AF5-AEA0-F9DC47EE4345}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Kusto", "src\Azure.ResourceManager.Kusto.csproj", "{5EBDF5A2-F6C4-4AF5-AEA0-F9DC47EE4345}"
EndProject
Project("{B0E4C45D-26BD-4AA6-8EAD-049628768752}") = "Azure.ResourceManager.Kusto.Tests", "tests\Azure.ResourceManager.Kusto.Tests.csproj", "{B74A7ED3-325A-49C1-8878-439AA6CE0A98}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Kusto.Tests", "tests\Azure.ResourceManager.Kusto.Tests.csproj", "{B74A7ED3-325A-49C1-8878-439AA6CE0A98}"
EndProject
Project("{B0E4C45D-26BD-4AA6-8EAD-049628768752}") = "Azure.ResourceManager.Kusto.Samples", "samples\Azure.ResourceManager.Kusto.Samples.csproj", "{450DC451-3EA0-4E51-B438-60AA05ECC630}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Kusto.Samples", "samples\Azure.ResourceManager.Kusto.Samples.csproj", "{450DC451-3EA0-4E51-B438-60AA05ECC630}"
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7352086A-3420-4369-A2A5-EC99ECA5A435}
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Expand Down Expand Up @@ -49,5 +43,23 @@ Global
{B74A7ED3-325A-49C1-8878-439AA6CE0A98}.Release|x64.Build.0 = Release|Any CPU
{B74A7ED3-325A-49C1-8878-439AA6CE0A98}.Release|x86.ActiveCfg = Release|Any CPU
{B74A7ED3-325A-49C1-8878-439AA6CE0A98}.Release|x86.Build.0 = Release|Any CPU
{450DC451-3EA0-4E51-B438-60AA05ECC630}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{450DC451-3EA0-4E51-B438-60AA05ECC630}.Debug|Any CPU.Build.0 = Debug|Any CPU
{450DC451-3EA0-4E51-B438-60AA05ECC630}.Debug|x64.ActiveCfg = Debug|Any CPU
{450DC451-3EA0-4E51-B438-60AA05ECC630}.Debug|x64.Build.0 = Debug|Any CPU
{450DC451-3EA0-4E51-B438-60AA05ECC630}.Debug|x86.ActiveCfg = Debug|Any CPU
{450DC451-3EA0-4E51-B438-60AA05ECC630}.Debug|x86.Build.0 = Debug|Any CPU
{450DC451-3EA0-4E51-B438-60AA05ECC630}.Release|Any CPU.ActiveCfg = Release|Any CPU
{450DC451-3EA0-4E51-B438-60AA05ECC630}.Release|Any CPU.Build.0 = Release|Any CPU
{450DC451-3EA0-4E51-B438-60AA05ECC630}.Release|x64.ActiveCfg = Release|Any CPU
{450DC451-3EA0-4E51-B438-60AA05ECC630}.Release|x64.Build.0 = Release|Any CPU
{450DC451-3EA0-4E51-B438-60AA05ECC630}.Release|x86.ActiveCfg = Release|Any CPU
{450DC451-3EA0-4E51-B438-60AA05ECC630}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7352086A-3420-4369-A2A5-EC99ECA5A435}
EndGlobalSection
EndGlobal
8 changes: 4 additions & 4 deletions sdk/kusto/Azure.ResourceManager.Kusto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Release History

## 1.5.0-beta.1 (Unreleased)
## 1.5.0 (2023-10-25)

### Features Added

### Breaking Changes

### Bugs Fixed
- Introduced Cluster Sandbox Custom Image functionality.

### Other Changes

- Upgraded to Azure API version 2023-08-15.

## 1.4.0 (2023-07-05)

### Features Added
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sdk/kusto/Azure.ResourceManager.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": "net",
"TagPrefix": "net/kusto/Azure.ResourceManager.Kusto",
"Tag": "net/kusto/Azure.ResourceManager.Kusto_b80b94143b"
"Tag": "net/kusto/Azure.ResourceManager.Kusto_afc9deaaf0"
}

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.

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

Loading
Loading