Skip to content

Commit 7fce50d

Browse files
Bump up version for Kusto
1 parent e6fd5ac commit 7fce50d

7 files changed

Lines changed: 8969 additions & 4184 deletions

File tree

src/Kusto/Kusto/Az.Kusto.psd1

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 5/4/2026
6+
# Generated on: 5/5/2026
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.4.0'
15+
ModuleVersion = '2.4.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -57,10 +57,10 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.4.0'; })
5757
RequiredAssemblies = 'Kusto.Autorest/bin/Az.Kusto.private.dll'
5858

5959
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
60-
ScriptsToProcess = @()
60+
# ScriptsToProcess = @()
6161

6262
# Type files (.ps1xml) to be loaded when importing this module
63-
TypesToProcess = @()
63+
# TypesToProcess = @()
6464

6565
# Format files (.ps1xml) to be loaded when importing this module
6666
FormatsToProcess = 'Kusto.Autorest/Az.Kusto.format.ps1xml'
@@ -146,7 +146,7 @@ PrivateData = @{
146146
PSData = @{
147147

148148
# Tags applied to this module. These help with module discovery in online galleries.
149-
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'Kusto'
149+
Tags = 'Azure','ResourceManager','ARM','PSModule','Kusto'
150150

151151
# A URL to the license for this module.
152152
LicenseUri = 'https://aka.ms/azps-license'
@@ -158,12 +158,7 @@ PrivateData = @{
158158
# IconUri = ''
159159

160160
# ReleaseNotes of this module
161-
ReleaseNotes = '* Upgraded nuget package to signed package.
162-
* Added new cmdlets
163-
- ''Add-AzKustoClusterCalloutPolicy''
164-
- ''Get-AzKustoClusterCalloutPolicy''
165-
- ''Remove-AzKustoClusterCalloutPolicy''
166-
- ''Get-AzKustoClusterFollowerDatabaseGet'''
161+
ReleaseNotes = '* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229'
167162

168163
# Prerelease string of this module
169164
# Prerelease = ''
@@ -176,7 +171,7 @@ PrivateData = @{
176171

177172
} # End of PSData hashtable
178173

179-
} # End of PrivateData hashtable
174+
} # End of PrivateData hashtable
180175

181176
# HelpInfo URI of this module
182177
# HelpInfoURI = ''

src/Kusto/Kusto/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 2.4.1
2123
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
2224

2325
## Version 2.4.0

src/Kusto/Kusto/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("70ba42b8-c483-4bba-a77d-1df1c8c20641")]
27-
[assembly: AssemblyVersion("2.4.0")]
28-
[assembly: AssemblyFileVersion("2.4.0")]
27+
[assembly: AssemblyVersion("2.4.1")]
28+
[assembly: AssemblyFileVersion("2.4.1")]

tools/Az/Az.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.4.0'; },
103103
@{ModuleName = 'Az.HealthDataAIServices'; RequiredVersion = '1.0.0'; },
104104
@{ModuleName = 'Az.IotHub'; RequiredVersion = '2.8.1'; },
105105
@{ModuleName = 'Az.KeyVault'; RequiredVersion = '6.4.3'; },
106-
@{ModuleName = 'Az.Kusto'; RequiredVersion = '2.4.0'; },
106+
@{ModuleName = 'Az.Kusto'; RequiredVersion = '2.4.1'; },
107107
@{ModuleName = 'Az.LambdaTest'; RequiredVersion = '1.0.0'; },
108108
@{ModuleName = 'Az.LoadTesting'; RequiredVersion = '1.1.1'; },
109109
@{ModuleName = 'Az.LogicApp'; RequiredVersion = '1.6.0'; },

tools/AzPreview/AzPreview.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.4.0'; },
162162
@{ModuleName = 'Az.KeyVault'; RequiredVersion = '6.4.3'; },
163163
@{ModuleName = 'Az.KubernetesConfiguration'; RequiredVersion = '0.8.0'; },
164164
@{ModuleName = 'Az.KubernetesRuntime'; RequiredVersion = '0.2.0'; },
165-
@{ModuleName = 'Az.Kusto'; RequiredVersion = '2.4.0'; },
165+
@{ModuleName = 'Az.Kusto'; RequiredVersion = '2.4.1'; },
166166
@{ModuleName = 'Az.LabServices'; RequiredVersion = '0.2.0'; },
167167
@{ModuleName = 'Az.LambdaTest'; RequiredVersion = '1.0.0'; },
168168
@{ModuleName = 'Az.LoadTesting'; RequiredVersion = '1.1.1'; },

tools/Docs/az-ps-latest-1.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ pac106,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-rele
108108
pac107,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.KeyVault.6.4.3.zip;sourceType=sa]Az.KeyVault,6.4.3
109109
pac108,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.KubernetesConfiguration.0.8.0.zip;sourceType=sa]Az.KubernetesConfiguration,0.8.0
110110
pac109,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.KubernetesRuntime.0.2.0.zip;sourceType=sa]Az.KubernetesRuntime,0.2.0
111-
pac110,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Kusto.2.4.0.zip;sourceType=sa]Az.Kusto,2.4.0
111+
pac110,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Kusto.2.4.1.zip;sourceType=sa]Az.Kusto,2.4.1
112112
pac111,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.LabServices.0.2.0.zip;sourceType=sa]Az.LabServices,0.2.0
113113
pac112,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.LambdaTest.1.0.0.zip;sourceType=sa]Az.LambdaTest,1.0.0
114114
pac113,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.LoadTesting.1.1.1.zip;sourceType=sa]Az.LoadTesting,1.1.1

0 commit comments

Comments
 (0)