-
Notifications
You must be signed in to change notification settings - Fork 4k
[Az.DeviceRegistry] - add support for DeviceRegistry public preview API version 2025-07-01-preview #28291
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
Conversation
…+ aeps), lint existing files
…ult empty pages so far
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 adds support for Device Registry service's public preview API version 2025-07-01-preview. It introduces PowerShell cmdlets for new resources while maintaining existing Asset, AssetEndpointProfile, and Billing functionality.
Key Changes
- Added Schema Registry resource management (Schema, Schema Version)
- Added Namespace resource management (Namespace, Namespace Asset, Namespace Device)
- Added Namespace Discovered resource management (Discovered Asset, Discovered Device)
- Added migration functionality for moving assets to namespaces
Reviewed Changes
Copilot reviewed 71 out of 186 changed files in this pull request and generated 4 comments.
Show a summary per file
File | Description |
---|---|
New-AzDeviceRegistrySchema.md | Example documentation for creating Device Registry schemas |
New-AzDeviceRegistry*.md (namespace resources) | Example documentation for new namespace-scoped resources |
Get-AzDeviceRegistry*.md (various resources) | Example documentation for retrieving new resources |
Update-AzDeviceRegistry*.md (schema resources) | Documentation for updating schema-related resources |
Get-AzDeviceRegistryAsset.md | Minor example numbering correction |
Move-AzDeviceRegistryNamespace.md | Documentation for asset migration functionality |
...iceRegistry/DeviceRegistry.Autorest/examples/New-AzDeviceRegistryNamespaceDiscoveredAsset.md
Outdated
Show resolved
Hide resolved
src/DeviceRegistry/DeviceRegistry.Autorest/examples/New-AzDeviceRegistryNamespaceDevice.md
Show resolved
Hide resolved
src/DeviceRegistry/DeviceRegistry.Autorest/examples/Get-AzDeviceRegistryNamespace.md
Outdated
Show resolved
Hide resolved
src/DeviceRegistry/DeviceRegistry.Autorest/examples/Get-AzDeviceRegistryNamespace.md
Show resolved
Hide resolved
/azp run azure-powershell - security-tools |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run azure-powershell - security-tools |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run azure-powershell - security-tools |
Azure Pipelines successfully started running 1 pipeline(s). |
Description
This PR adds support for Device Registry service's public preview api version 2025-07-01-preview version. The Asset, AssetEndpointProfile, and Billing commandlet operations are still the same and have no change, but now there are new resources to add:
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.