Skip to content

Conversation

@azure-powershell-bot
Copy link
Collaborator

Description

ArtifactSigning OOB Release

Checklist

  • SHOULD select appropriate branch. Cmdlets from Autorest.PowerShell should go to generation branch.
  • SHOULD make the title of PR clear and informative, and in the present imperative tense.
  • SHOULD update ChangeLog.md file(s) appropriately
    • For any service, the ChangeLog.md file can be found at src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
    • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense. Add changelog in description section if PR goes into generation branch.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD have approved design review for the changes in this repository (Microsoft internal only) with following situations
    • Create new module from scratch
    • Create new resource types which are not easy to conform to Azure PowerShell Design Guidelines
    • Create new resource type which name doesn't use module name as prefix
    • Have design question before implementation
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT introduce breaking changes in Az minor release except preview version.
  • SHOULD NOT adjust version of module manually in pull request

Copilot AI review requested due to automatic review settings February 6, 2026 06:04
@azure-client-tools-bot-prd
Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Member

@isra-fel isra-fel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants