DataProtection OOB Release - #30131
Draft
Azure PowerShell (azure-powershell-bot) wants to merge 1 commit into
Draft
Azure PowerShell (azure-powershell-bot) wants to merge 1 commit into
Azure PowerShell (azure-powershell-bot) wants to merge 1 commit into
Conversation
Contributor
|
Azure Pipelines: Successfully started running 2 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
Azure PowerShell (azure-powershell-bot)
force-pushed
the
oob/DataProtection
branch
from
September 11, 2026 07:54
d96904f to
336a6d0
Compare
Copilot started reviewing on behalf of
Azure PowerShell (azure-powershell-bot)
September 11, 2026 07:54
View session
Contributor
There was a problem hiding this comment.
🔵 Needs a closer look
The stable Az rollup does not include the newly promoted Az.Mission 1.0.0 package.
Pull request overview
Publishes Az.DataProtection 3.1.0 and refreshes related release metadata.
Changes:
- Bumps module and assembly versions.
- Adds release notes and updates documentation/package metadata.
- Promotes
Az.Missionto 1.0.0 in preview metadata.
File summaries
| File | Reviewed change |
|---|---|
tools/Docs/az-ps-latest-1.csv |
Updated package versions. |
tools/AzPreview/AzPreview.psd1 |
Updated dependencies and Mission metadata. |
tools/Az/Az.psd1 |
Updated DataProtection dependency. |
src/DataProtection/DataProtection/Properties/AssemblyInfo.cs |
Bumped assembly version. |
src/DataProtection/DataProtection/ChangeLog.md |
Added 3.1.0 release notes. |
src/DataProtection/DataProtection/Az.DataProtection.psd1 |
Updated module metadata. |
src/DataProtection/DataProtection.Autorest/Properties/AssemblyInfo.cs |
Updated generated assembly metadata. |
Review details
Suppressed comments (1)
tools/AzPreview/AzPreview.psd1:185
- This promotes Az.Mission to its GA 1.0.0 package, but the stable
Azrollup still has noAz.Missionentry intools/Az/Az.psd1(while it includes the other current 1.0.0 modules). As a result, installingAzwill omit this newly GA module even thoughAzPreviewand the docs index advertise it. Add the module to the stable rollup or defer this version update until the rollup is synchronized.
@{ModuleName = 'Az.Mission'; RequiredVersion = '1.0.0'; },
- Files reviewed: 6/8 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Azure PowerShell (azure-powershell-bot)
force-pushed
the
oob/DataProtection
branch
from
September 11, 2026 17:03
336a6d0 to
6d28a68
Compare
Copilot started reviewing on behalf of
Azure PowerShell (azure-powershell-bot)
September 11, 2026 17:03
View session
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
Revert both generated AssemblyInfo.cs changes before approval.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Review details
- Files reviewed: 6/8 changed files
- Comments generated: 2
- Review effort level: Lite
| [assembly: System.Reflection.AssemblyVersionAttribute("2.10.1")] | ||
| [assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] | ||
| [assembly: System.CLSCompliantAttribute(false)] No newline at end of file | ||
| [assembly: System.CLSCompliantAttribute(false)] |
Comment on lines
+27
to
+28
| [assembly: AssemblyVersion("3.1.0")] | ||
| [assembly: AssemblyFileVersion("3.1.0")] |
Member
|
/azp run |
Contributor
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
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.
🤖 PR Validation —⚠️ Review suggested
️✔️Az.Compute
️✔️Az.ManagedServiceIdentity
️✔️Az.Monitor
️✔️Az.OperationalInsights
️✔️Az.PrivateDns
️✔️Az.Sql
️✔️Az.Websites
Description
DataProtection OOB Release
Checklist