Kusto OOB Release#29500
Merged
Merged
Conversation
| Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR is an out-of-band release bump for the Kusto module in Azure PowerShell. It updates the Kusto package version propagated through the module itself, the Az/AzPreview rollup manifests, and the docs package index so the new Kusto release is consumable across the repo.
Changes:
- Bumped Az.Kusto from 2.4.0 to 2.4.1 in the module manifest, assembly metadata, and rollup manifests.
- Updated the Kusto changelog and module release notes to advertise the 2.4.1 release.
- Pointed the docs index at the 2.4.1 Kusto documentation package.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| tools/Docs/az-ps-latest-1.csv | Updates the docs feed entry to Az.Kusto 2.4.1. |
| tools/AzPreview/AzPreview.psd1 | Bumps AzPreview’s Kusto dependency to 2.4.1. |
| tools/Az/Az.psd1 | Bumps the main Az rollup’s Kusto dependency to 2.4.1. |
| src/Kusto/Kusto/Properties/AssemblyInfo.cs | Updates the Kusto assembly version to 2.4.1. |
| src/Kusto/Kusto/ChangeLog.md | Adds the 2.4.1 changelog entry. |
| src/Kusto/Kusto/Az.Kusto.psd1 | Updates module version/date and release notes for 2.4.1. |
| ## Upcoming Release | ||
|
|
||
| ## Version 2.4.1 | ||
| * Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 |
| - ''Get-AzKustoClusterCalloutPolicy'' | ||
| - ''Remove-AzKustoClusterCalloutPolicy'' | ||
| - ''Get-AzKustoClusterFollowerDatabaseGet''' | ||
| ReleaseNotes = '* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229' |
VeryEarly
approved these changes
May 6, 2026
VeryEarly
pushed a commit
that referenced
this pull request
May 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Kusto OOB Release
Checklist