Skip to content

Commit c125dc2

Browse files
azure-sdkweidongxu-microsoftcptolookfor
authored
[AutoPR azure-resourcemanager-storagemover]-generated-from-SDK Generation - Java-5276148 (Azure#46542)
* Configurations: 'specification/storagemover/StorageMover.Management/tspconfig.yaml', API Version: 2025-07-01, SDK Release Type: stable, and CommitSHA: '17891d99ece54475e43fb8665727d044e8fb2f54' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5276148 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * bump commit ID * manual regen --------- Co-authored-by: Weidong Xu <[email protected]> Co-authored-by: cptolookfor <[email protected]>
1 parent 3419944 commit c125dc2

File tree

243 files changed

+7004
-4067
lines changed

Some content is hidden

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

243 files changed

+7004
-4067
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ com.azure.resourcemanager:azure-resourcemanager-billingbenefits;1.0.0-beta.2;1.0
429429
com.azure.resourcemanager:azure-resourcemanager-providerhub;2.0.0;2.1.0-beta.1
430430
com.azure.resourcemanager:azure-resourcemanager-reservations;1.0.0;1.1.0-beta.1
431431
com.azure.resourcemanager:azure-resourcemanager-containerservicefleet;1.2.0;1.3.0-beta.2
432-
com.azure.resourcemanager:azure-resourcemanager-storagemover;1.3.0;1.4.0-beta.1
432+
com.azure.resourcemanager:azure-resourcemanager-storagemover;1.3.0;1.4.0
433433
com.azure.resourcemanager:azure-resourcemanager-graphservices;1.1.0;1.2.0-beta.1
434434
com.azure.resourcemanager:azure-resourcemanager-voiceservices;1.1.0;1.2.0-beta.1
435435
com.azure.resourcemanager:azure-resourcemanager-paloaltonetworks-ngfw;1.2.0;1.3.0-beta.1

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

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

3-
## 1.4.0-beta.1 (Unreleased)
3+
## 1.4.0 (2025-08-29)
44

5-
### Features Added
5+
- Azure Resource Manager Storage Mover client library for Java. This package contains Microsoft Azure SDK for Storage Mover Management SDK. The Azure Storage Mover REST API. Package api-version 2025-07-01. 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.UploadLimit` was removed
10+
11+
#### `models.JobRunList` was removed
12+
13+
#### `models.AgentList` was removed
14+
15+
#### `models.JobDefinitionList` was removed
16+
17+
#### `models.StorageMoverList` was removed
18+
19+
#### `models.OperationListResult` was removed
20+
21+
#### `models.EndpointList` was removed
22+
23+
#### `models.ProjectList` was removed
24+
25+
#### `models.JobRunError` was modified
26+
27+
* `withCode(java.lang.String)` was removed
28+
* `withTarget(java.lang.String)` was removed
29+
* `withMessage(java.lang.String)` was removed
30+
31+
#### `models.AgentPropertiesErrorDetails` was modified
32+
33+
* `withMessage(java.lang.String)` was removed
34+
* `withCode(java.lang.String)` was removed
35+
36+
### Features Added
37+
38+
* `models.UserAssignedIdentity` was added
39+
40+
* `models.AzureMultiCloudConnectorEndpointUpdateProperties` was added
41+
42+
* `models.SourceEndpointProperties` was added
43+
44+
* `models.TargetEndpointProperties` was added
45+
46+
* `models.AzureStorageNfsFileShareEndpointProperties` was added
47+
48+
* `models.AzureMultiCloudConnectorEndpointProperties` was added
49+
50+
* `models.JobDefinitionPropertiesSourceTargetMap` was added
51+
52+
* `models.ManagedServiceIdentity` was added
53+
54+
* `models.SourceTargetMap` was added
55+
56+
* `models.ManagedServiceIdentityType` was added
57+
58+
* `models.TargetEndpoint` was added
59+
60+
* `models.AzureStorageNfsFileShareEndpointUpdateProperties` was added
61+
62+
* `models.JobType` was added
63+
64+
* `models.SourceEndpoint` was added
65+
66+
#### `models.EndpointBaseUpdateParameters` was modified
67+
68+
* `identity()` was added
69+
* `withIdentity(models.ManagedServiceIdentity)` was added
70+
71+
#### `models.Minute` was modified
72+
73+
* `fromJson(com.azure.json.JsonReader)` was added
74+
* `toJson(com.azure.json.JsonWriter)` was added
75+
76+
#### `models.Endpoint$Definition` was modified
77+
78+
* `withIdentity(models.ManagedServiceIdentity)` was added
79+
80+
#### `models.Endpoint$Update` was modified
81+
82+
* `withIdentity(models.ManagedServiceIdentity)` was added
83+
84+
#### `models.JobDefinition` was modified
85+
86+
* `jobType()` was added
87+
* `sourceTargetMap()` was added
88+
89+
#### `models.Endpoint` was modified
90+
91+
* `identity()` was added
92+
93+
#### `models.JobDefinition$Definition` was modified
1094

11-
### Other Changes
95+
* `withJobType(models.JobType)` was added
96+
* `withSourceTargetMap(models.JobDefinitionPropertiesSourceTargetMap)` was added
1297

1398
## 1.3.0 (2024-12-23)
1499

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

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

33
Azure Resource Manager Storage Mover client library for Java.
44

5-
This package contains Microsoft Azure SDK for Storage Mover Management SDK. The Azure Storage Mover REST API. Package tag package-2024-07. 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 Storage Mover Management SDK. The Azure Storage Mover REST API. Package api-version 2025-07-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

@@ -32,7 +32,7 @@ Various documentation is available to help you get started
3232
<dependency>
3333
<groupId>com.azure.resourcemanager</groupId>
3434
<artifactId>azure-resourcemanager-storagemover</artifactId>
35-
<version>1.4.0-beta.1</version>
35+
<version>1.4.0</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})
@@ -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
StorageMoverManager manager = StorageMoverManager
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

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

0 commit comments

Comments
 (0)