2022-01-13 04:50:52 +03:00
# Release History
2023-06-21 11:24:15 +03:00
## 6.0.0-beta.2 (Unreleased)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
2023-06-19 10:46:10 +03:00
## 6.0.0-beta.1 (2023-06-07)
2024-09-06 12:10:40 +03:00
### Features Added
2023-01-06 10:33:13 +03:00
2023-06-19 10:46:10 +03:00
- Added Interface ManagedServiceIdentity
- Added Interface UserAssignedIdentity
- Added Type Alias ManagedServiceIdentityType
- Interface IotDpsPropertiesDescription has a new optional parameter portalOperationsHostName
- Interface ProvisioningServiceDescription has a new optional parameter identity
- Interface Resource has a new optional parameter resourcegroup
- Interface Resource has a new optional parameter subscriptionid
- Added Enum KnownManagedServiceIdentityType
2023-01-06 10:33:13 +03:00
2024-09-06 12:10:40 +03:00
### Breaking Changes
2023-01-06 10:33:13 +03:00
2023-06-19 10:46:10 +03:00
- Type of parameter code of interface ErrorDetails is changed from string to number
2023-01-06 05:31:37 +03:00
## 5.1.0 (2023-01-05)
2024-09-06 12:10:40 +03:00
### Features Added
2022-05-30 16:46:45 +03:00
2023-01-06 05:31:37 +03:00
- Added Interface ProvisioningServiceDescription
- Added function getContinuationToken
2022-05-30 16:46:45 +03:00
## 5.0.1 (2022-04-27)
2024-09-06 12:10:40 +03:00
### Features Added
2022-05-30 16:46:45 +03:00
- Bug fix
2022-04-28 10:47:51 +03:00
## 5.0.0 (2022-04-25)
2024-09-06 12:10:40 +03:00
### Features Added
2022-04-20 04:43:36 +03:00
2022-04-28 10:47:51 +03:00
- Added Interface ErrorMessage
- Added Interface IotDpsResourceDeletePrivateEndpointConnectionHeaders
2022-04-20 04:43:36 +03:00
2024-09-06 12:10:40 +03:00
### Breaking Changes
2022-04-20 04:43:36 +03:00
2022-04-28 10:47:51 +03:00
- Operation DpsCertificate.createOrUpdate has a new signature
2022-04-19 12:05:19 +03:00
## 4.1.1 (2022-04-18)
2022-02-11 06:21:59 +03:00
2024-09-06 12:10:40 +03:00
### Features Added
2022-02-11 06:21:59 +03:00
2022-04-19 12:05:19 +03:00
- bug fix
2022-02-11 06:21:59 +03:00
2022-01-25 05:11:24 +03:00
## 4.1.0 (2022-01-24)
2024-09-06 12:10:40 +03:00
### Features Added
2022-01-25 05:11:24 +03:00
- Added Interface SystemData
- Added Type Alias CreatedByType
- Interface CertificateResponse has a new optional parameter systemData
- Interface IotDpsPropertiesDescription has a new optional parameter enableDataResidency
- Interface PrivateEndpointConnection has a new optional parameter systemData
- Type Alias ProvisioningServiceDescription has a new parameter systemData
- Added Enum KnownCreatedByType
2022-01-13 04:50:52 +03:00
## 4.0.0 (2022-01-12)
The package of @azure/arm -deviceprovisioningservices is using our next generation design principles since version 4.0.0, which contains breaking changes.
To understand the detail of the change, please refer to [Changelog ](https://aka.ms/js-track2-changelog ).
To migrate the existing applications to the latest version, please refer to [Migration Guide ](https://aka.ms/js-track2-migration-guide ).
2023-09-27 12:51:50 +03:00
To learn more, please refer to our documentation [Quick Start ](https://aka.ms/azsdk/js/mgmt/quickstart ).