Skip to content

Commit aff8dfe

Browse files
author
SDKAuto
committed
CodeGen from PR 34318 in Azure/azure-rest-api-specs
Merge 82b856cc12f4455d68fad7e02d87377a9e6a112c into c269b7b78cac2808d7acc55124a9653b2e904e4b
1 parent 0ea8abe commit aff8dfe

File tree

112 files changed

+5072
-5702
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+5072
-5702
lines changed

sdk/deviceprovisioningservices/azure-resourcemanager-deviceprovisioningservices/CHANGELOG.md

Lines changed: 58 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,68 @@
11
# Release History
22

3-
## 1.2.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2025-05-13)
44

5-
### Features Added
5+
- Azure Resource Manager IotDps client library for Java. This package contains Microsoft Azure SDK for IotDps Management SDK. API for using the Azure IoT Hub Device Provisioning Service features. Package tag package-preview-2025-02. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
66

77
### Breaking Changes
88

9-
### Bugs Fixed
9+
#### `models.SharedAccessSignatureAuthorizationRule` was removed
10+
11+
#### `models.IotDpsResources` was modified
12+
13+
* `models.SharedAccessSignatureAuthorizationRule listKeysForKeyName(java.lang.String,java.lang.String,java.lang.String)` -> `models.SharedAccessSignatureAuthorizationRuleAccessRightsDescription listKeysForKeyName(java.lang.String,java.lang.String,java.lang.String)`
14+
15+
### Features Added
16+
17+
* `models.UserAssignedIdentity` was added
18+
19+
* `models.SharedAccessSignatureAuthorizationRuleAccessRightsDescription` was added
20+
21+
* `models.ManagedServiceIdentity` was added
22+
23+
* `models.ManagedServiceIdentityType` was added
24+
25+
* `models.IotHubAuthenticationType` was added
26+
27+
#### `models.IotHubDefinitionDescription` was modified
28+
29+
* `authenticationType()` was added
30+
* `selectedUserAssignedIdentityResourceId()` was added
31+
* `withAuthenticationType(models.IotHubAuthenticationType)` was added
32+
* `withSelectedUserAssignedIdentityResourceId(java.lang.String)` was added
33+
34+
#### `models.GroupIdInformation` was modified
35+
36+
* `systemData()` was added
37+
38+
#### `models.IotDpsPropertiesDescription` was modified
39+
40+
* `portalOperationsHostname()` was added
41+
* `withPortalOperationsHostname(java.lang.String)` was added
42+
43+
#### `models.ProvisioningServiceDescriptionListResult` was modified
44+
45+
* `withNextLink(java.lang.String)` was added
46+
47+
#### `models.ProvisioningServiceDescription` was modified
48+
49+
* `identity()` was added
50+
51+
#### `models.ProvisioningServiceDescription$Definition` was modified
52+
53+
* `withIdentity(models.ManagedServiceIdentity)` was added
54+
55+
#### `models.OperationListResult` was modified
56+
57+
* `withNextLink(java.lang.String)` was added
58+
59+
#### `models.IotDpsSkuDefinitionListResult` was modified
60+
61+
* `withNextLink(java.lang.String)` was added
62+
63+
#### `models.SharedAccessSignatureAuthorizationRuleListResult` was modified
1064

11-
### Other Changes
65+
* `withNextLink(java.lang.String)` was added
1266

1367
## 1.1.0 (2025-01-03)
1468

sdk/deviceprovisioningservices/azure-resourcemanager-deviceprovisioningservices/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Azure Resource Manager IotDps client library for Java.
44

5-
This package contains Microsoft Azure SDK for IotDps Management SDK. API for using the Azure IoT Hub Device Provisioning Service features. Package tag package-2022-02. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
5+
This package contains Microsoft Azure SDK for IotDps Management SDK. API for using the Azure IoT Hub Device Provisioning Service features. Package tag package-preview-2025-02. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
66

77
## We'd love to hear your feedback
88

@@ -52,15 +52,15 @@ Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment
5252
Assuming the use of the `DefaultAzureCredential` credential class, the client can be authenticated using the following code:
5353

5454
```java
55-
AzureProfile profile = new AzureProfile(AzureEnvironment.AZURE);
55+
AzureProfile profile = new AzureProfile(AzureCloud.AZURE_PUBLIC_CLOUD);
5656
TokenCredential credential = new DefaultAzureCredentialBuilder()
5757
.authorityHost(profile.getEnvironment().getActiveDirectoryEndpoint())
5858
.build();
5959
IotDpsManager manager = IotDpsManager
6060
.authenticate(credential, profile);
6161
```
6262

63-
The sample code assumes global Azure. Please change `AzureEnvironment.AZURE` variable if otherwise.
63+
The sample code assumes global Azure. Please change the `AzureCloud.AZURE_PUBLIC_CLOUD` variable if otherwise.
6464

6565
See [Authentication][authenticate] for more options.
6666

@@ -100,5 +100,3 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
100100
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
101101
[coc]: https://opensource.microsoft.com/codeofconduct/
102102
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
103-
104-

0 commit comments

Comments
 (0)