-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Device Registry Public Preview 2025-11-01-preview #28950
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. |
|
/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.
Pull request overview
This PR introduces a public preview release (API version 2025-11-01-preview) for the Az.DeviceRegistry module, adding support for two new resource types: Namespace Credentials and Namespace Policies. The changes include new cmdlets for managing these resources (Create, Get, Update, Remove, and Sync operations), comprehensive help documentation, test coverage, and necessary configuration updates.
Key changes include:
- Addition of 10 new cmdlets for Credentials and Policy management
- Comprehensive markdown help documentation with detailed examples
- Test files and test configuration for the new functionality
- Module manifest updates to export new cmdlets and update dependencies
Reviewed changes
Copilot reviewed 64 out of 115 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/DeviceRegistry/DeviceRegistry/ChangeLog.md | Added release notes for new Credentials and Policies resources with cmdlet listings |
| src/DeviceRegistry/DeviceRegistry/help/*.md | Added 7 new help documentation files for Credentials and Policy cmdlets with examples |
| src/DeviceRegistry/DeviceRegistry/help/Update-AzDeviceRegistryNamespaceDevice.md | Updated to add new PolicyResourceId parameter |
| src/DeviceRegistry/DeviceRegistry/help/Az.DeviceRegistry.md | Updated module index to include new cmdlets |
| src/DeviceRegistry/DeviceRegistry/Az.DeviceRegistry.psd1 | Updated exported functions, dependencies, and metadata |
| src/DeviceRegistry/DeviceRegistry.Autorest/test/*.Tests.ps1 | Added 5 new test files for Credentials and Policy cmdlets |
| src/DeviceRegistry/DeviceRegistry.Autorest/test/*.Recording.json | Updated API version references and added test recordings |
| src/DeviceRegistry/DeviceRegistry.Autorest/test/utils.ps1 | Added test configuration for Credentials and Policy tests |
| src/DeviceRegistry/DeviceRegistry.Autorest/test/jsonFiles/*.json | Added JSON test files for Policy operations |
| src/DeviceRegistry/DeviceRegistry.Autorest/test/env.json | Updated test environment configuration |
| src/DeviceRegistry/DeviceRegistry.sln | Updated project GUID references |
| src/DeviceRegistry/DeviceRegistry.Autorest/generate-info.json | Updated generation ID |
| src/DeviceRegistry/DeviceRegistry.Autorest/UX/Microsoft.DeviceRegistry/assets.json | Updated API version reference |
|
/azp run |
|
Commenter does not have sufficient privileges for PR 28950 in repo Azure/azure-powershell |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
Please fix the issues that static analysis found. @Siongithub |
|
@wyunchi-ms fixed the examples and regenerated build |
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
Copilot reviewed 65 out of 116 changed files in this pull request and generated no new comments.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
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.