-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Trusted Signing GA SDK Release #28679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
There was a problem hiding this 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 represents the general availability (GA) release of the Azure Trusted Signing PowerShell module, transitioning from preview to stable status. The changes update API versions, module metadata, and build configurations to reflect the production-ready state.
Key changes include:
- Updated API version from preview (
2024-09-30-preview
) to GA (2025-10-13
) - Incremented module version from
0.1.0
to1.0.0
- Added WhatIf/Confirm support to the CI Policy signing cmdlet
Reviewed Changes
Copilot reviewed 12 out of 19 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
Invoke-AzTrustedSigningCIPolicySigning.md |
Added WhatIf and Confirm parameter documentation for the CI Policy signing cmdlet |
Az.TrustedSigning.psd1 |
Updated module manifest with new generation date, Az.Accounts dependency version, and formatting improvements |
TrustedSigning.sln |
Restructured solution file with updated project references and build configurations |
env.json |
Reordered test environment configuration properties |
Test-AzTrustedSigningAccountNameAvailability.Recording.json |
Updated test recording with new GA API version and request identifiers |
generate-info.json |
Updated generation ID for the AutoRest build |
Az.TrustedSigning.md |
Updated module GUID in documentation |
codeSigningAccounts*.json |
Updated API version references in UX configuration files |
README.md |
Updated commit reference and module version for AutoRest generation |
AssemblyInfo.cs |
Added copyright header and updated assembly version information |
.gitignore |
Added exclusion for custom PowerShell module files |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally LGTM with a question
|
||
# For new RP, the version is 0.1.0 | ||
module-version: 0.1.0 | ||
module-version: 1.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please reach out to us internally if you wish to GA the module
Thanks for the review, @janielMartell lets talk about this internally as well. |
Description
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.