[Az.PurviewData] update generation tool version: autorest.powershell v3 -> v4#27876
Closed
lijinpei2008 wants to merge 5 commits into
Closed
[Az.PurviewData] update generation tool version: autorest.powershell v3 -> v4#27876lijinpei2008 wants to merge 5 commits into
lijinpei2008 wants to merge 5 commits into
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
Regenerates the Az.Purview module with autorest.powershell v4, updating cmdlet help, manifest metadata, and the solution configuration.
- Refreshed all
help/*.mdfiles: removed obsolete-Kindparams, changed parameter types toString, adjusted output model references, and normalized online URLs. - Updated
Az.Purview.psd1: bumped generation date, upgradedAz.Accountsrequirement, added newUpdate-*cmdlets, and fixed path separators. - Revised
Purview.sln: inserted the newpurviewdataproject entry and expanded solution platform configurations for x64/x86.
Reviewed Changes
Copilot reviewed 401 out of 401 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/Purview/Purview/help/*.md | Help topics regenerated: syntax updated, types set to String, output models simplified, URLs lowercased |
| src/Purview/Purview/Az.Purview.psd1 | Module manifest bumped date, dependency version, added update cmdlets, path separator normalization |
| src/Purview/Purview.sln | Added purviewdata project and x64/x86 Debug/Release configurations |
Comments suppressed due to low confidence (4)
src/Purview/Purview/help/New-AzPurviewAdlsGen1ScanRulesetObject.md:18
- Switching the file extension parameter from a specific enum type to a plain String[] removes compile-time validation; consider retaining the enum for stricter input validation.
[-ScanningRuleFileExtension <String[]>]
src/Purview/Purview/help/New-AzPurviewAdlsGen1ScanRulesetObject.md:4
- [nitpick] Lowercasing the cmdlet in the online URL may diverge from established URL conventions; verify that the new link resolves correctly and consider matching existing casing patterns.
+online version: https://learn.microsoft.com/powershell/module/Az.Purview/new-azpurviewadlsgen1scanrulesetobject
src/Purview/Purview/Az.Purview.psd1:67
- [nitpick] Using forward slashes in PSD1 paths may not be supported on all platforms; consider using backslashes or a path-building function to ensure cross-platform compatibility.
+FormatsToProcess = 'Purview.Autorest/Az.Purview.format.ps1xml',
src/Purview/Purview/Purview.sln:31
- [nitpick] Adding explicit x64/x86 configurations duplicates the existing Any CPU settings and increases maintenance overhead; consider consolidating or removing redundant solution platforms.
+ Debug|x64 = Debug|x64
vidai-msft
reviewed
Jun 11, 2025
|
|
||
| # Modules that must be imported into the global environment prior to importing this module | ||
| RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.1'; }) | ||
| RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.0.2'; }) |
Contributor
There was a problem hiding this comment.
The current Az.Accounts version is 5.1.0. Should we also update it here?
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.
The service team failed to provide a valid unit test, please ignore the items related to testing.
The content of the changelog is consistent with the PR shared below, so it will be updated in the PR below:
#27871
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.mdand reviewed the following information:ChangeLog.mdfile(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.## Upcoming Releaseheader in the past tense.ChangeLog.mdif no new release is required, such as fixing test case only.