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
46 changes: 42 additions & 4 deletions sdk/storagecache/azure-resourcemanager-storagecache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,52 @@
# Release History

## 1.1.0-beta.1 (Unreleased)
## 1.0.0-beta.1 (2025-01-21)

- Azure Resource Manager StorageCache client library for Java. This package contains Microsoft Azure SDK for StorageCache Management SDK. Azure Managed Lustre provides a fully managed Lustre® file system, integrated with Blob storage, for use on demand. These operations create and manage Azure Managed Lustre file systems. 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).

### Features Added

### Breaking Changes
* `models.AutoExportJob$Update` was added

### Bugs Fixed
* `models.AutoExportJobUpdate` was added

### Other Changes
* `models.AutoExportStatusType` was added

* `models.AutoExportJob$UpdateStages` was added

* `models.ImportJobAdminStatus` was added

* `models.AutoExportJob$Definition` was added

* `models.AutoExportJob` was added

* `models.AutoExportJobAdminStatus` was added

* `models.AutoExportJobProvisioningStateType` was added

* `models.AutoExportJob$DefinitionStages` was added

* `models.AutoExportJobs` was added

* `models.AutoExportJobsListResult` was added

#### `models.ImportJob` was modified

* `adminStatus()` was added
* `importedSymlinks()` was added
* `preexistingFiles()` was added
* `importedFiles()` was added
* `preexistingDirectories()` was added
* `importedDirectories()` was added
* `preexistingSymlinks()` was added

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

* `withAdminStatus(models.ImportJobAdminStatus)` was added

#### `StorageCacheManager` was modified

* `autoExportJobs()` was added

## 1.0.0 (2024-12-23)

Expand Down
4 changes: 2 additions & 2 deletions sdk/storagecache/azure-resourcemanager-storagecache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Azure Resource Manager StorageCache client library for Java.

This package contains Microsoft Azure SDK for StorageCache Management SDK. Azure Managed Lustre provides a fully managed Lustre® file system, integrated with Blob storage, for use on demand. These operations create and manage Azure Managed Lustre file systems. Package tag package-2024-03. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
This package contains Microsoft Azure SDK for StorageCache Management SDK. Azure Managed Lustre provides a fully managed Lustre® file system, integrated with Blob storage, for use on demand. These operations create and manage Azure Managed Lustre file systems. 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).

## We'd love to hear your feedback

Expand Down Expand Up @@ -32,7 +32,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-storagecache</artifactId>
<version>1.0.0</version>
<version>1.1.0-beta.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Loading
Loading