Skip to content

Commit ba3f7b3

Browse files
author
SDKAuto
committed
CodeGen from PR 33559 in Azure/azure-rest-api-specs
Merge b30e907ad9ee2f942234dbd5d268678c4dfe2462 into 7a4e5f767bcdb06d25544975e706a7e9f85a586b
1 parent ab7bc83 commit ba3f7b3

File tree

93 files changed

+506
-2148
lines changed

Some content is hidden

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

93 files changed

+506
-2148
lines changed

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

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

3-
## 1.3.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2025-04-11)
4+
5+
- Azure Resource Manager ResourceMover client library for Java. This package contains Microsoft Azure SDK for ResourceMover Management SDK. A first party Azure service orchestrating the move of Azure resources from one Azure region to another or between zones within a region. Package tag package-2024-08-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.DiskDetails` was added
10+
11+
#### `models.AvailabilitySetResourceSettings` was modified
12+
13+
* `withTargetSubscriptionId(java.lang.String)` was added
14+
15+
#### `models.ResourceSettings` was modified
16+
17+
* `targetSubscriptionId()` was added
18+
* `withTargetSubscriptionId(java.lang.String)` was added
19+
20+
#### `models.LoadBalancerResourceSettings` was modified
21+
22+
* `withTargetSubscriptionId(java.lang.String)` was added
23+
24+
#### `models.SqlElasticPoolResourceSettings` was modified
25+
26+
* `withTargetSubscriptionId(java.lang.String)` was added
27+
28+
#### `models.ResourceGroupResourceSettings` was modified
29+
30+
* `withTargetSubscriptionId(java.lang.String)` was added
31+
32+
#### `models.PublicIpAddressResourceSettings` was modified
33+
34+
* `withTargetSubscriptionId(java.lang.String)` was added
35+
36+
#### `models.SqlServerResourceSettings` was modified
37+
38+
* `withTargetSubscriptionId(java.lang.String)` was added
39+
40+
#### `models.VirtualNetworkResourceSettings` was modified
41+
42+
* `withTargetSubscriptionId(java.lang.String)` was added
43+
44+
#### `models.KeyVaultResourceSettings` was modified
45+
46+
* `withTargetSubscriptionId(java.lang.String)` was added
47+
48+
#### `models.DiskEncryptionSetResourceSettings` was modified
49+
50+
* `withTargetSubscriptionId(java.lang.String)` was added
851

9-
### Bugs Fixed
52+
#### `models.NetworkSecurityGroupResourceSettings` was modified
53+
54+
* `withTargetSubscriptionId(java.lang.String)` was added
55+
56+
#### `models.SqlDatabaseResourceSettings` was modified
57+
58+
* `withTargetSubscriptionId(java.lang.String)` was added
59+
60+
#### `models.VirtualMachineResourceSettings` was modified
61+
62+
* `withTargetDiskDetails(java.util.List)` was added
63+
* `targetDiskDetails()` was added
64+
* `withTargetSubscriptionId(java.lang.String)` was added
65+
66+
#### `models.NetworkInterfaceResourceSettings` was modified
1067

11-
### Other Changes
68+
* `withTargetSubscriptionId(java.lang.String)` was added
1269

1370
## 1.2.0 (2024-12-11)
1471

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

5-
This package contains Microsoft Azure SDK for ResourceMover Management SDK. A first party Azure service orchestrating the move of Azure resources from one Azure region to another or between zones within a region. Package tag package-2023-08-01. 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 ResourceMover Management SDK. A first party Azure service orchestrating the move of Azure resources from one Azure region to another or between zones within a region. Package tag package-2024-08-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
ResourceMoverManager manager = ResourceMoverManager
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

@@ -109,5 +109,3 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
109109
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
110110
[coc]: https://opensource.microsoft.com/codeofconduct/
111111
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
112-
113-

0 commit comments

Comments
 (0)