FileShare OOB Release#29543
Draft
azure-powershell-bot wants to merge 1 commit intomainfrom
Draft
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 publishes an out-of-band (OOB) general-availability release for Az.FileShare by promoting it to v1.0.0 and updating the repo’s rollup manifests and documentation metadata to reference the new version.
Changes:
- Bumped Az.FileShare module/assembly version from 0.1.0 to 1.0.0 and updated module release notes.
- Updated Az and AzPreview rollup manifests and docs package index to reference Az.FileShare 1.0.0.
- Added a Version 1.0.0 entry in the module ChangeLog and removed the minimal-version pin used during version bumping.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tools/VersionController/MinimalVersion.csv | Removes Az.FileShare minimal-version pin after bumping to 1.0.0. |
| tools/Docs/az-ps-latest-1.csv | Updates docs-release package reference for Az.FileShare to 1.0.0. |
| tools/AzPreview/AzPreview.psd1 | Updates AzPreview rollup dependency to require Az.FileShare 1.0.0. |
| tools/Az/Az.psd1 | Updates Az rollup dependency to require Az.FileShare 1.0.0. |
| src/FileShare/FileShare/Properties/AssemblyInfo.cs | Bumps assembly version/file version to 1.0.0. |
| src/FileShare/FileShare/ChangeLog.md | Adds Version 1.0.0 section noting GA for Az.FileShare. |
| src/FileShare/FileShare/Az.FileShare.psd1 | Bumps module version to 1.0.0, aligns required Az.Accounts version, and sets ReleaseNotes. |
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
FileShare OOB Release
Checklist