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 performs an Out of Band (OOB) release for the Az.ArtifactSigning module, which is being renamed from Az.TrustedSigning. The version is reset to 0.1.0 to reflect this significant module name change. All necessary configuration files, manifests, and documentation have been updated to reflect the rename.
Changes:
- Renamed module from Az.TrustedSigning to Az.ArtifactSigning
- Reset module version to 0.1.0 across all assembly and manifest files
- Updated documentation CSV files to add Az.ArtifactSigning entry and remove Az.TrustedSigning
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tools/Docs/az-ps-latest-1.csv | Added Az.ArtifactSigning 0.1.0 entry in alphabetical order |
| tools/Docs/az-ps-latest-2.csv | Removed Az.TrustedSigning reference and renumbered remaining entries |
| tools/AzPreview/AzPreview.psd1 | Added Az.ArtifactSigning module dependency and updated Az.VMware to 0.9.0 |
| src/ArtifactSigning/ArtifactSigning/Properties/AssemblyInfo.cs | Updated assembly versions from 0.1.4 to 0.1.0 |
| src/ArtifactSigning/ArtifactSigning/ChangeLog.md | Added version 0.1.0 entry documenting rename from Az.TrustedSigning |
| src/ArtifactSigning/ArtifactSigning/Az.ArtifactSigning.psd1 | Updated module version to 0.1.0, updated ReleaseNotes, and minor formatting fixes |
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
ArtifactSigning OOB Release
Checklist