Skip to content

Commit 3758f69

Browse files
author
SDKAuto
committed
CodeGen from PR 34375 in Azure/azure-rest-api-specs
Merge 5091c7d51ee90f0ab2dfe0e8666c5f57494b449c into 3e7cf59f11d2981298d6f96f37c54a81f76ba1f6
1 parent b0b9ffb commit 3758f69

File tree

150 files changed

+2860
-3054
lines changed

Some content is hidden

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

150 files changed

+2860
-3054
lines changed

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

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

3-
## 1.1.0-beta.1 (Unreleased)
3+
## 1.1.0-beta.1 (2025-04-30)
44

5-
### Features Added
5+
- Azure Resource Manager Informatica DataManagement client library for Java. This package contains Microsoft Azure SDK for Informatica DataManagement Management SDK. 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.OperationListResult` was removed
10+
11+
#### `models.InformaticaOrganizationResourceListResult` was removed
12+
13+
#### `models.InformaticaServerlessRuntimeResourceListResult` was removed
14+
15+
#### `models.InfaRuntimeResourceFetchMetadata` was removed
16+
17+
#### `InformaticaDataManagementManager` was modified
18+
19+
* `fluent.InformaticaDataManagement serviceClient()` -> `fluent.InformaticaDataManagementClient serviceClient()`
20+
21+
### Features Added
22+
23+
* `implementation.models.InformaticaOrganizationResourceListResult` was added
24+
25+
* `implementation.models.OperationListResult` was added
26+
27+
* `models.InfaRuntimeResourceFetchMetaData` was added
1028

11-
### Other Changes
29+
* `implementation.models.InformaticaServerlessRuntimeResourceListResult` was added
1230

1331
## 1.0.0 (2024-07-15)
1432

sdk/informaticadatamanagement/azure-resourcemanager-informaticadatamanagement/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 Informatica DataManagement client library for Java.
44

5-
This package contains Microsoft Azure SDK for Informatica DataManagement Management SDK. Package tag package-2024-05-08. 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 Informatica DataManagement Management SDK. 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
InformaticaDataManagementManager manager = InformaticaDataManagementManager
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)