-
Notifications
You must be signed in to change notification settings - Fork 4.1k
update api version #28991
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?
update api version #28991
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 updates the NetworkCloud PowerShell module to use API version 2025-09-01 (from 2025-02-01). The changes include regenerated help documentation, two new cmdlets, and various parameter additions to existing cmdlets to support new API features.
Key Changes
- API version upgrade: Updated from 2025-02-01 to 2025-09-01 with new commit hash reference
- New cmdlets added:
Start-AzNetworkCloudStorageApplianceReadCommandandInvoke-AzNetworkCloudBareMetalMachineDataExtractRestricted - Enhanced parameters: Added identity management, pagination, and storage options to various cmdlets
Reviewed changes
Copilot reviewed 100 out of 102 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| src/NetworkCloud/NetworkCloud.Autorest/README.md | Updated API version and commit hash reference |
| src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/*.json | Updated apiVersion from 2025-02-01 to 2025-09-01 across all resource types |
| src/NetworkCloud/NetworkCloud.Autorest/Properties/AssemblyInfo.cs | Bumped assembly version from 1.2.0 to 2.0.0 |
| src/NetworkCloud/NetworkCloud/Az.NetworkCloud.psd1 | Added new cmdlets to exports and updated generation date |
| src/NetworkCloud/NetworkCloud/help/*.md | Regenerated help documentation with new parameters and cmdlets |
| src/NetworkCloud/NetworkCloud.Autorest/examples/*.md | Added placeholder examples for new cmdlets |
| src/NetworkCloud/NetworkCloud.Autorest/test/*.Tests.ps1 | Added test scaffolding for new cmdlets |
| src/NetworkCloud/NetworkCloud.Autorest/docs/*.md | Updated documentation with new parameters and cmdlet descriptions |
| src/NetworkCloud/NetworkCloud.sln | Updated project GUID reference |
| ### Example 1: {{ Add title here }} | ||
| ```powershell | ||
| {{ Add code here }} | ||
| ``` | ||
|
|
||
| ```output | ||
| {{ Add output here (remove the output block if the example doesn't have an output) }} | ||
| ``` | ||
|
|
||
| {{ Add description here }} | ||
|
|
||
| ### Example 2: {{ Add title here }} | ||
| ```powershell | ||
| {{ Add code here }} | ||
| ``` | ||
|
|
||
| ```output | ||
| {{ Add output here (remove the output block if the example doesn't have an output) }} | ||
| ``` | ||
|
|
||
| {{ Add description here }} | ||
|
|
Copilot
AI
Dec 18, 2025
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.
The example file contains placeholder content that needs to be replaced with actual, working examples. Placeholder text like "Add title here", "Add code here", and "Add description here" should be replaced with real examples demonstrating how to use the Start-AzNetworkCloudStorageApplianceReadCommand cmdlet.
| ### Example 1: {{ Add title here }} | ||
| ```powershell | ||
| {{ Add code here }} | ||
| ``` | ||
|
|
||
| ```output | ||
| {{ Add output here (remove the output block if the example doesn't have an output) }} | ||
| ``` | ||
|
|
||
| {{ Add description here }} | ||
|
|
||
| ### Example 2: {{ Add title here }} | ||
| ```powershell | ||
| {{ Add code here }} | ||
| ``` | ||
|
|
||
| ```output | ||
| {{ Add output here (remove the output block if the example doesn't have an output) }} | ||
| ``` | ||
|
|
||
| {{ Add description here }} | ||
|
|
Copilot
AI
Dec 18, 2025
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.
The example file contains placeholder content that needs to be replaced with actual, working examples. Placeholder text like "Add title here", "Add code here", and "Add description here" should be replaced with real examples demonstrating how to use the Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted cmdlet.
| ### Example 1: {{ Add title here }} | ||
| ```powershell | ||
| {{ Add code here }} | ||
| ``` | ||
|
|
||
| ```output | ||
| {{ Add output here (remove the output block if the example doesn't have an output) }} | ||
| ``` | ||
|
|
||
| {{ Add description here }} | ||
|
|
||
| ### Example 2: {{ Add title here }} | ||
| ```powershell | ||
| {{ Add code here }} | ||
| ``` | ||
|
|
||
| ```output | ||
| {{ Add output here (remove the output block if the example doesn't have an output) }} | ||
| ``` | ||
|
|
Copilot
AI
Dec 18, 2025
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.
The help documentation contains placeholder examples that need to be replaced with actual, working examples. The placeholder text "Add title here", "Add code here", and "Add description here" should be replaced with meaningful examples demonstrating how to use this cmdlet.
| ### Example 1: {{ Add title here }} | ||
| ```powershell | ||
| {{ Add code here }} | ||
| ``` | ||
|
|
||
| ```output | ||
| {{ Add output here (remove the output block if the example doesn't have an output) }} | ||
| ``` | ||
|
|
||
| {{ Add description here }} | ||
|
|
||
| ### Example 2: {{ Add title here }} | ||
| ```powershell | ||
| {{ Add code here }} | ||
| ``` | ||
|
|
||
| ```output | ||
| {{ Add output here (remove the output block if the example doesn't have an output) }} | ||
| ``` | ||
|
|
||
| {{ Add description here }} |
Copilot
AI
Dec 18, 2025
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.
The help documentation contains placeholder examples that need to be replaced with actual, working examples. The placeholder text "Add title here", "Add code here", and "Add description here" should be replaced with meaningful examples demonstrating how to use this cmdlet.
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.