Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
104 changes: 99 additions & 5 deletions sdk/storagemover/azure-resourcemanager-storagemover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.4.0 (2025-08-29)
## 1.4.0 (2025-10-09)

- 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).

Expand All @@ -22,16 +22,110 @@

#### `models.ProjectList` was removed

#### `models.Credentials` was modified

* `validate()` was removed

#### `models.EndpointBaseUpdateParameters` was modified

* `validate()` was removed

#### `models.SmbMountEndpointProperties` was modified

* `validate()` was removed

#### `models.Recurrence` was modified

* `validate()` was removed

#### `models.StorageMoverUpdateParameters` was modified

* `validate()` was removed

#### `models.NfsMountEndpointUpdateProperties` was modified

* `validate()` was removed

#### `models.AzureKeyVaultSmbCredentials` was modified

* `validate()` was removed

#### `models.WeeklyRecurrence` was modified

* `validate()` was removed

#### `models.EndpointBaseProperties` was modified

* `validate()` was removed

#### `models.AzureStorageSmbFileShareEndpointProperties` was modified

* `validate()` was removed

#### `models.JobDefinitionUpdateParameters` was modified

* `validate()` was removed

#### `models.AzureStorageBlobContainerEndpointProperties` was modified

* `validate()` was removed

#### `models.EndpointBaseUpdateProperties` was modified

* `validate()` was removed

#### `models.AgentUpdateParameters` was modified

* `validate()` was removed

#### `models.JobRunError` was modified

* `withMessage(java.lang.String)` was removed
* `withCode(java.lang.String)` was removed
* `withTarget(java.lang.String)` was removed
* `withMessage(java.lang.String)` was removed
* `validate()` was removed

#### `models.OperationDisplay` was modified

* `validate()` was removed

#### `models.AzureStorageSmbFileShareEndpointUpdateProperties` was modified

* `validate()` was removed

#### `models.Time` was modified

* `validate()` was removed

#### `models.UploadLimitWeeklyRecurrence` was modified

* `validate()` was removed

#### `models.ProjectUpdateParameters` was modified

* `validate()` was removed

#### `models.AzureStorageBlobContainerEndpointUpdateProperties` was modified

* `validate()` was removed

#### `models.AgentPropertiesErrorDetails` was modified

* `withMessage(java.lang.String)` was removed
* `validate()` was removed
* `withCode(java.lang.String)` was removed
* `withMessage(java.lang.String)` was removed

#### `models.SmbMountEndpointUpdateProperties` was modified

* `validate()` was removed

#### `models.UploadLimitSchedule` was modified

* `validate()` was removed

#### `models.NfsMountEndpointProperties` was modified

* `validate()` was removed

### Features Added

Expand Down Expand Up @@ -70,8 +164,8 @@

#### `models.Minute` was modified

* `fromJson(com.azure.json.JsonReader)` was added
* `toJson(com.azure.json.JsonWriter)` was added
* `fromJson(com.azure.json.JsonReader)` was added

#### `models.Endpoint$Definition` was modified

Expand All @@ -92,8 +186,8 @@

#### `models.JobDefinition$Definition` was modified

* `withJobType(models.JobType)` was added
* `withSourceTargetMap(models.JobDefinitionPropertiesSourceTargetMap)` was added
* `withJobType(models.JobType)` was added

## 1.3.0 (2024-12-23)

Expand Down
5 changes: 2 additions & 3 deletions sdk/storagemover/azure-resourcemanager-storagemover/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
~ Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License.
Code generated by Microsoft (R) TypeSpec Code Generator.
~ Licensed under the MIT License.
~ Code generated by Microsoft (R) TypeSpec Code Generator.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -45,7 +45,6 @@ Code generated by Microsoft (R) TypeSpec Code Generator.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jacoco.min.linecoverage>0</jacoco.min.linecoverage>
<jacoco.min.branchcoverage>0</jacoco.min.branchcoverage>
<revapi.skip>true</revapi.skip>
</properties>
<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
directory: specification/storagemover/StorageMover.Management
commit: 05584a1019e75159b0dc70a6751afaa2c77868e6
commit: aae85aa3e7e4fda95ea2d3abac0ba1d8159db214
repo: Azure/azure-rest-api-specs
additionalDirectories:
Loading