Skip to content

Commit 3fb7569

Browse files
author
SDKAuto
committed
CodeGen from PR 34323 in Azure/azure-rest-api-specs
Merge 8a4bf64316cc2185b9373ffec23d9299b79c734c into ba0c086df0ebe03a61579485c1c10de0d17804b2
1 parent 0ea8abe commit 3fb7569

File tree

101 files changed

+2163
-3495
lines changed

Some content is hidden

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

101 files changed

+2163
-3495
lines changed

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

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

3-
## 1.5.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2025-05-13)
4+
5+
- Azure Resource Manager RecoveryServices client library for Java. This package contains Microsoft Azure SDK for RecoveryServices Management SDK. Recovery Services Client. Package tag package-2025-02-01. 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.State` was added
10+
11+
* `models.SourceScanConfiguration` was added
812

9-
### Bugs Fixed
13+
* `models.AssociatedIdentity` was added
14+
15+
* `models.IdentityType` was added
16+
17+
#### `models.SecuritySettings` was modified
1018

11-
### Other Changes
19+
* `withSourceScanConfiguration(models.SourceScanConfiguration)` was added
20+
* `sourceScanConfiguration()` was added
1221

1322
## 1.4.0 (2024-12-23)
1423

sdk/recoveryservices/azure-resourcemanager-recoveryservices/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 RecoveryServices client library for Java.
44

5-
This package contains Microsoft Azure SDK for RecoveryServices Management SDK. Recovery Services Client. Package tag package-2024-04. 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 RecoveryServices Management SDK. Recovery Services Client. Package tag package-2025-02-01. 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
RecoveryServicesManager manager = RecoveryServicesManager
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

@@ -115,5 +115,3 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
115115
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
116116
[coc]: https://opensource.microsoft.com/codeofconduct/
117117
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
118-
119-

0 commit comments

Comments
 (0)