Skip to content

Commit aa46051

Browse files
author
SDKAuto
committed
CodeGen from PR 33499 in Azure/azure-rest-api-specs
Merge 5d9d513bd6ba1ae4361b9e37af4d36103955100b into 45924e49834c4e01c0713e6b7ca21f94be17e396
1 parent d95e597 commit aa46051

File tree

5 files changed

+1357
-1355
lines changed

5 files changed

+1357
-1355
lines changed

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

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

3-
## 1.1.0-beta.1 (Unreleased)
3+
## 1.1.0-beta.1 (2025-03-26)
4+
5+
- Azure Resource Manager IoT Operations client library for Java. This package contains Microsoft Azure SDK for IoT Operations Management SDK. Microsoft.IoTOperations Resource Provider management API. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
46

57
### Features Added
68

7-
### Breaking Changes
9+
* `models.InstanceFeature` was added
10+
11+
* `models.InstanceFeatureMode` was added
812

9-
### Bugs Fixed
13+
#### `models.InstanceProperties` was modified
1014

11-
### Other Changes
15+
* `features()` was added
16+
* `withFeatures(java.util.Map)` was added
1217

1318
## 1.0.0 (2024-12-16)
1419

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
IoTOperationsManager manager = IoTOperationsManager
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)