Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions sdk/deviceregistry/azure-mgmt-deviceregistry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Release History

## 1.2.0b1 (2026-03-25)

### Features Added

- Based on API version `2026-03-01-preview`
- Client `DeviceRegistryMgmtClient` added operation group `credentials`
- Client `DeviceRegistryMgmtClient` added operation group `policies`
- Added model `ActivateBringYourOwnRootRequest`
- Added model `BringYourOwnRoot`
- Added model `CertificateAuthorityConfiguration`
- Added model `CertificateConfiguration`
- Added model `Credential`
- Added model `CredentialProperties`
- Added model `CredentialUpdate`
- Added model `DeviceCredentialPolicy`
- Added model `DeviceCredentialsRevokeRequest`
- Added model `LeafCertificateConfiguration`
- Added model `Policy`
- Added model `PolicyProperties`
- Added model `PolicyUpdate`
- Added model `PolicyUpdateProperties`
- Added enum `BringYourOwnRootStatus`
- Added enum `SupportedKeyType`
- Added operation group `CredentialsOperations`
- Added operation group `PoliciesOperations`

## 1.1.0 (2025-10-23)

### Features Added
Expand Down
6 changes: 3 additions & 3 deletions sdk/deviceregistry/azure-mgmt-deviceregistry/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Microsoft Azure SDK for Python

This is the Microsoft Azure Deviceregistry Management Client Library.
This package has been tested with Python 3.8+.
This package has been tested with Python 3.9+.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).

## _Disclaimer_
Expand All @@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For

### Prerequisites

- Python 3.8+ is required to use this package.
- Python 3.9+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)

### Install the package
Expand All @@ -24,7 +24,7 @@ pip install azure-identity

### Authentication

By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
By default, [Microsoft Entra ID](https://aka.ms/awps/aad) token authentication depends on the following environment variables being correctly configured.

- `AZURE_CLIENT_ID` for Azure client ID.
- `AZURE_TENANT_ID` for Azure tenant ID.
Expand Down
6 changes: 3 additions & 3 deletions sdk/deviceregistry/azure-mgmt-deviceregistry/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"apiVersion": "2025-10-01",
"commit": "b562b95b6429f78f6c8629d5751bfeef1be7cacd",
"apiVersion": "2026-03-01-preview",
"commit": "6f8788a943c0b1e7f76906cdf10113e6d04b14de",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/deviceregistry/DeviceRegistry.Management",
"emitterVersion": "0.52.1"
"emitterVersion": "0.61.0"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"CrossLanguagePackageId": "Microsoft.DeviceRegistry",
"CrossLanguageDefinitionId": {
"azure.mgmt.deviceregistry.models.ActivateBringYourOwnRootRequest": "Microsoft.DeviceRegistry.ActivateBringYourOwnRootRequest",
"azure.mgmt.deviceregistry.models.Resource": "Azure.ResourceManager.CommonTypes.Resource",
"azure.mgmt.deviceregistry.models.TrackedResource": "Azure.ResourceManager.CommonTypes.TrackedResource",
"azure.mgmt.deviceregistry.models.Asset": "Microsoft.DeviceRegistry.Asset",
Expand All @@ -21,14 +22,22 @@
"azure.mgmt.deviceregistry.models.ProxyResource": "Azure.ResourceManager.CommonTypes.ProxyResource",
"azure.mgmt.deviceregistry.models.BillingContainer": "Microsoft.DeviceRegistry.BillingContainer",
"azure.mgmt.deviceregistry.models.BillingContainerProperties": "Microsoft.DeviceRegistry.BillingContainerProperties",
"azure.mgmt.deviceregistry.models.BringYourOwnRoot": "Microsoft.DeviceRegistry.BringYourOwnRoot",
"azure.mgmt.deviceregistry.models.BrokerStateStoreDestinationConfiguration": "Microsoft.DeviceRegistry.BrokerStateStoreDestinationConfiguration",
"azure.mgmt.deviceregistry.models.CertificateAuthorityConfiguration": "Microsoft.DeviceRegistry.CertificateAuthorityConfiguration",
"azure.mgmt.deviceregistry.models.CertificateConfiguration": "Microsoft.DeviceRegistry.CertificateConfiguration",
"azure.mgmt.deviceregistry.models.Credential": "Microsoft.DeviceRegistry.Credential",
"azure.mgmt.deviceregistry.models.CredentialProperties": "Microsoft.DeviceRegistry.CredentialProperties",
"azure.mgmt.deviceregistry.models.CredentialUpdate": "Azure.ResourceManager.Foundations.ResourceUpdateModel",
"azure.mgmt.deviceregistry.models.DataPointBase": "Microsoft.DeviceRegistry.DataPointBase",
"azure.mgmt.deviceregistry.models.DataPoint": "Microsoft.DeviceRegistry.DataPoint",
"azure.mgmt.deviceregistry.models.Dataset": "Microsoft.DeviceRegistry.Dataset",
"azure.mgmt.deviceregistry.models.DatasetDestination": "Microsoft.DeviceRegistry.DatasetDestination",
"azure.mgmt.deviceregistry.models.DatasetBrokerStateStoreDestination": "Microsoft.DeviceRegistry.DatasetBrokerStateStoreDestination",
"azure.mgmt.deviceregistry.models.DatasetMqttDestination": "Microsoft.DeviceRegistry.DatasetMqttDestination",
"azure.mgmt.deviceregistry.models.DatasetStorageDestination": "Microsoft.DeviceRegistry.DatasetStorageDestination",
"azure.mgmt.deviceregistry.models.DeviceCredentialPolicy": "Microsoft.DeviceRegistry.DeviceCredentialPolicy",
"azure.mgmt.deviceregistry.models.DeviceCredentialsRevokeRequest": "Microsoft.DeviceRegistry.DeviceCredentialsRevokeRequest",
"azure.mgmt.deviceregistry.models.DeviceMessagingEndpoint": "Microsoft.DeviceRegistry.DeviceMessagingEndpoint",
"azure.mgmt.deviceregistry.models.DeviceRef": "Microsoft.DeviceRegistry.DeviceRef",
"azure.mgmt.deviceregistry.models.DeviceStatus": "Microsoft.DeviceRegistry.DeviceStatus",
Expand All @@ -49,6 +58,7 @@
"azure.mgmt.deviceregistry.models.ExtendedLocation": "Microsoft.DeviceRegistry.ExtendedLocation",
"azure.mgmt.deviceregistry.models.HostAuthentication": "Microsoft.DeviceRegistry.HostAuthentication",
"azure.mgmt.deviceregistry.models.InboundEndpoints": "Microsoft.DeviceRegistry.InboundEndpoints",
"azure.mgmt.deviceregistry.models.LeafCertificateConfiguration": "Microsoft.DeviceRegistry.LeafCertificateConfiguration",
"azure.mgmt.deviceregistry.models.ManagementAction": "Microsoft.DeviceRegistry.ManagementAction",
"azure.mgmt.deviceregistry.models.ManagementGroup": "Microsoft.DeviceRegistry.ManagementGroup",
"azure.mgmt.deviceregistry.models.MessageSchemaReference": "Microsoft.DeviceRegistry.MessageSchemaReference",
Expand Down Expand Up @@ -101,6 +111,10 @@
"azure.mgmt.deviceregistry.models.OperationDisplay": "Azure.ResourceManager.CommonTypes.OperationDisplay",
"azure.mgmt.deviceregistry.models.OperationStatusResult": "Azure.ResourceManager.CommonTypes.OperationStatusResult",
"azure.mgmt.deviceregistry.models.OutboundEndpoints": "Microsoft.DeviceRegistry.OutboundEndpoints",
"azure.mgmt.deviceregistry.models.Policy": "Microsoft.DeviceRegistry.Policy",
"azure.mgmt.deviceregistry.models.PolicyProperties": "Microsoft.DeviceRegistry.PolicyProperties",
"azure.mgmt.deviceregistry.models.PolicyUpdate": "Azure.ResourceManager.Foundations.ResourceUpdateModel",
"azure.mgmt.deviceregistry.models.PolicyUpdateProperties": "Azure.ResourceManager.Foundations.ResourceUpdateModelProperties",
"azure.mgmt.deviceregistry.models.Schema": "Microsoft.DeviceRegistry.Schema",
"azure.mgmt.deviceregistry.models.SchemaProperties": "Microsoft.DeviceRegistry.SchemaProperties",
"azure.mgmt.deviceregistry.models.SchemaRegistry": "Microsoft.DeviceRegistry.SchemaRegistry",
Expand Down Expand Up @@ -132,6 +146,8 @@
"azure.mgmt.deviceregistry.models.AuthenticationMethod": "Microsoft.DeviceRegistry.AuthenticationMethod",
"azure.mgmt.deviceregistry.models.SystemAssignedServiceIdentityType": "Azure.ResourceManager.CommonTypes.SystemAssignedServiceIdentityType",
"azure.mgmt.deviceregistry.models.Scope": "Microsoft.DeviceRegistry.Scope",
"azure.mgmt.deviceregistry.models.SupportedKeyType": "Microsoft.DeviceRegistry.SupportedKeyType",
"azure.mgmt.deviceregistry.models.BringYourOwnRootStatus": "Microsoft.DeviceRegistry.BringYourOwnRootStatus",
"azure.mgmt.deviceregistry.models.DatasetDestinationTarget": "Microsoft.DeviceRegistry.DatasetDestinationTarget",
"azure.mgmt.deviceregistry.models.MqttDestinationQos": "Microsoft.DeviceRegistry.MqttDestinationQos",
"azure.mgmt.deviceregistry.models.EventDestinationTarget": "Microsoft.DeviceRegistry.EventDestinationTarget",
Expand Down Expand Up @@ -186,6 +202,32 @@
"azure.mgmt.deviceregistry.aio.operations.NamespacesOperations.list_by_subscription": "Microsoft.DeviceRegistry.Namespaces.listBySubscription",
"azure.mgmt.deviceregistry.operations.NamespacesOperations.begin_migrate": "Microsoft.DeviceRegistry.Namespaces.migrate",
"azure.mgmt.deviceregistry.aio.operations.NamespacesOperations.begin_migrate": "Microsoft.DeviceRegistry.Namespaces.migrate",
"azure.mgmt.deviceregistry.operations.CredentialsOperations.get": "Microsoft.DeviceRegistry.Credentials.get",
"azure.mgmt.deviceregistry.aio.operations.CredentialsOperations.get": "Microsoft.DeviceRegistry.Credentials.get",
"azure.mgmt.deviceregistry.operations.CredentialsOperations.begin_create_or_update": "Microsoft.DeviceRegistry.Credentials.createOrUpdate",
"azure.mgmt.deviceregistry.aio.operations.CredentialsOperations.begin_create_or_update": "Microsoft.DeviceRegistry.Credentials.createOrUpdate",
"azure.mgmt.deviceregistry.operations.CredentialsOperations.begin_delete": "Microsoft.DeviceRegistry.Credentials.delete",
"azure.mgmt.deviceregistry.aio.operations.CredentialsOperations.begin_delete": "Microsoft.DeviceRegistry.Credentials.delete",
"azure.mgmt.deviceregistry.operations.CredentialsOperations.begin_update": "Microsoft.DeviceRegistry.Credentials.update",
"azure.mgmt.deviceregistry.aio.operations.CredentialsOperations.begin_update": "Microsoft.DeviceRegistry.Credentials.update",
"azure.mgmt.deviceregistry.operations.CredentialsOperations.list_by_resource_group": "Microsoft.DeviceRegistry.Credentials.listByResourceGroup",
"azure.mgmt.deviceregistry.aio.operations.CredentialsOperations.list_by_resource_group": "Microsoft.DeviceRegistry.Credentials.listByResourceGroup",
"azure.mgmt.deviceregistry.operations.CredentialsOperations.begin_synchronize": "Microsoft.DeviceRegistry.Credentials.synchronize",
"azure.mgmt.deviceregistry.aio.operations.CredentialsOperations.begin_synchronize": "Microsoft.DeviceRegistry.Credentials.synchronize",
"azure.mgmt.deviceregistry.operations.PoliciesOperations.get": "Microsoft.DeviceRegistry.Policies.get",
"azure.mgmt.deviceregistry.aio.operations.PoliciesOperations.get": "Microsoft.DeviceRegistry.Policies.get",
"azure.mgmt.deviceregistry.operations.PoliciesOperations.begin_create_or_update": "Microsoft.DeviceRegistry.Policies.createOrUpdate",
"azure.mgmt.deviceregistry.aio.operations.PoliciesOperations.begin_create_or_update": "Microsoft.DeviceRegistry.Policies.createOrUpdate",
"azure.mgmt.deviceregistry.operations.PoliciesOperations.begin_delete": "Microsoft.DeviceRegistry.Policies.delete",
"azure.mgmt.deviceregistry.aio.operations.PoliciesOperations.begin_delete": "Microsoft.DeviceRegistry.Policies.delete",
"azure.mgmt.deviceregistry.operations.PoliciesOperations.begin_update": "Microsoft.DeviceRegistry.Policies.update",
"azure.mgmt.deviceregistry.aio.operations.PoliciesOperations.begin_update": "Microsoft.DeviceRegistry.Policies.update",
"azure.mgmt.deviceregistry.operations.PoliciesOperations.list_by_resource_group": "Microsoft.DeviceRegistry.Policies.listByResourceGroup",
"azure.mgmt.deviceregistry.aio.operations.PoliciesOperations.list_by_resource_group": "Microsoft.DeviceRegistry.Policies.listByResourceGroup",
"azure.mgmt.deviceregistry.operations.PoliciesOperations.begin_revoke_issuer": "Microsoft.DeviceRegistry.Policies.revokeIssuer",
"azure.mgmt.deviceregistry.aio.operations.PoliciesOperations.begin_revoke_issuer": "Microsoft.DeviceRegistry.Policies.revokeIssuer",
"azure.mgmt.deviceregistry.operations.PoliciesOperations.begin_activate_bring_your_own_root": "Microsoft.DeviceRegistry.Policies.activateBringYourOwnRoot",
"azure.mgmt.deviceregistry.aio.operations.PoliciesOperations.begin_activate_bring_your_own_root": "Microsoft.DeviceRegistry.Policies.activateBringYourOwnRoot",
"azure.mgmt.deviceregistry.operations.NamespaceAssetsOperations.get": "Microsoft.DeviceRegistry.NamespaceAssets.get",
"azure.mgmt.deviceregistry.aio.operations.NamespaceAssetsOperations.get": "Microsoft.DeviceRegistry.NamespaceAssets.get",
"azure.mgmt.deviceregistry.operations.NamespaceAssetsOperations.begin_create_or_replace": "Microsoft.DeviceRegistry.NamespaceAssets.createOrReplace",
Expand All @@ -206,6 +248,8 @@
"azure.mgmt.deviceregistry.aio.operations.NamespaceDevicesOperations.begin_delete": "Microsoft.DeviceRegistry.NamespaceDevices.delete",
"azure.mgmt.deviceregistry.operations.NamespaceDevicesOperations.list_by_resource_group": "Microsoft.DeviceRegistry.NamespaceDevices.listByResourceGroup",
"azure.mgmt.deviceregistry.aio.operations.NamespaceDevicesOperations.list_by_resource_group": "Microsoft.DeviceRegistry.NamespaceDevices.listByResourceGroup",
"azure.mgmt.deviceregistry.operations.NamespaceDevicesOperations.begin_revoke": "Microsoft.DeviceRegistry.NamespaceDevices.revoke",
"azure.mgmt.deviceregistry.aio.operations.NamespaceDevicesOperations.begin_revoke": "Microsoft.DeviceRegistry.NamespaceDevices.revoke",
"azure.mgmt.deviceregistry.operations.NamespaceDiscoveredAssetsOperations.get": "Microsoft.DeviceRegistry.NamespaceDiscoveredAssets.get",
"azure.mgmt.deviceregistry.aio.operations.NamespaceDiscoveredAssetsOperations.get": "Microsoft.DeviceRegistry.NamespaceDiscoveredAssets.get",
"azure.mgmt.deviceregistry.operations.NamespaceDiscoveredAssetsOperations.begin_create_or_replace": "Microsoft.DeviceRegistry.NamespaceDiscoveredAssets.createOrReplace",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@
AssetEndpointProfilesOperations,
AssetsOperations,
BillingContainersOperations,
CredentialsOperations,
NamespaceAssetsOperations,
NamespaceDevicesOperations,
NamespaceDiscoveredAssetsOperations,
NamespaceDiscoveredDevicesOperations,
NamespacesOperations,
OperationStatusOperations,
Operations,
PoliciesOperations,
SchemaRegistriesOperations,
SchemaVersionsOperations,
SchemasOperations,
Expand All @@ -56,6 +58,10 @@ class DeviceRegistryMgmtClient: # pylint: disable=too-many-instance-attributes
:vartype billing_containers: azure.mgmt.deviceregistry.operations.BillingContainersOperations
:ivar namespaces: NamespacesOperations operations
:vartype namespaces: azure.mgmt.deviceregistry.operations.NamespacesOperations
:ivar credentials: CredentialsOperations operations
:vartype credentials: azure.mgmt.deviceregistry.operations.CredentialsOperations
:ivar policies: PoliciesOperations operations
:vartype policies: azure.mgmt.deviceregistry.operations.PoliciesOperations
:ivar namespace_assets: NamespaceAssetsOperations operations
:vartype namespace_assets: azure.mgmt.deviceregistry.operations.NamespaceAssetsOperations
:ivar namespace_devices: NamespaceDevicesOperations operations
Expand All @@ -81,8 +87,9 @@ class DeviceRegistryMgmtClient: # pylint: disable=too-many-instance-attributes
:keyword cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:paramtype cloud_setting: ~azure.core.AzureClouds
:keyword api_version: The API version to use for this operation. Default value is "2025-10-01".
Note that overriding this default value may result in unsupported behavior.
:keyword api_version: The API version to use for this operation. Known values are
"2026-03-01-preview". Default value is "2026-03-01-preview". Note that overriding this default
value may result in unsupported behavior.
:paramtype api_version: str
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Retry-After header is present.
Expand Down Expand Up @@ -147,6 +154,8 @@ def __init__(
self._client, self._config, self._serialize, self._deserialize
)
self.namespaces = NamespacesOperations(self._client, self._config, self._serialize, self._deserialize)
self.credentials = CredentialsOperations(self._client, self._config, self._serialize, self._deserialize)
self.policies = PoliciesOperations(self._client, self._config, self._serialize, self._deserialize)
self.namespace_assets = NamespaceAssetsOperations(
self._client, self._config, self._serialize, self._deserialize
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ class DeviceRegistryMgmtClientConfiguration: # pylint: disable=too-many-instanc
:param cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:type cloud_setting: ~azure.core.AzureClouds
:keyword api_version: The API version to use for this operation. Default value is "2025-10-01".
Note that overriding this default value may result in unsupported behavior.
:keyword api_version: The API version to use for this operation. Known values are
"2026-03-01-preview". Default value is "2026-03-01-preview". Note that overriding this default
value may result in unsupported behavior.
:paramtype api_version: str
"""

Expand All @@ -46,7 +47,7 @@ def __init__(
cloud_setting: Optional["AzureClouds"] = None,
**kwargs: Any
) -> None:
api_version: str = kwargs.pop("api_version", "2025-10-01")
api_version: str = kwargs.pop("api_version", "2026-03-01-preview")

if credential is None:
raise ValueError("Parameter 'credential' must not be None.")
Expand Down
Loading