Skip to content

Commit 83a0ff6

Browse files
author
SDKAuto
committed
CodeGen from PR 33395 in Azure/azure-rest-api-specs
Merge 469363a8b4fdc1e77fc174e16d10fb94bf0f5bfa into ff761e7c771e6e57442ade02e86a063ec9e7276c
1 parent 3f1d7a8 commit 83a0ff6

File tree

195 files changed

+11204
-3905
lines changed

Some content is hidden

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

195 files changed

+11204
-3905
lines changed

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

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

3-
## 1.1.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2025-04-01)
4+
5+
- 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-2025-07-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.AutoImportJobUpdatePropertiesAdminStatus` was added
810

9-
### Bugs Fixed
11+
* `models.AutoExportJob$Update` was added
1012

11-
### Other Changes
13+
* `models.AutoExportJobUpdate` was added
14+
15+
* `models.AutoImportJobPropertiesProvisioningState` was added
16+
17+
* `models.AutoImportJob$Definition` was added
18+
19+
* `models.AutoImportJobPropertiesAdminStatus` was added
20+
21+
* `models.AutoImportJobState` was added
22+
23+
* `models.AutoExportStatusType` was added
24+
25+
* `models.AutoExportJob$UpdateStages` was added
26+
27+
* `models.ImportJobAdminStatus` was added
28+
29+
* `models.AutoExportJob$Definition` was added
30+
31+
* `models.AutoImportJob$UpdateStages` was added
32+
33+
* `models.AutoExportJob` was added
34+
35+
* `models.AutoImportJob$DefinitionStages` was added
36+
37+
* `models.AutoExportJobAdminStatus` was added
38+
39+
* `models.AutoImportJobs` was added
40+
41+
* `models.AutoImportJobUpdate` was added
42+
43+
* `models.AutoExportJobProvisioningStateType` was added
44+
45+
* `models.AutoExportJob$DefinitionStages` was added
46+
47+
* `models.AutoExportJobs` was added
48+
49+
* `models.AutoImportJob$Update` was added
50+
51+
* `models.AutoImportJobsListResult` was added
52+
53+
* `models.AutoExportJobsListResult` was added
54+
55+
* `models.AutoImportJob` was added
56+
57+
#### `models.ImportJob$Update` was modified
58+
59+
* `withAdminStatus(models.ImportJobAdminStatus)` was added
60+
61+
#### `models.ImportJobUpdate` was modified
62+
63+
* `withAdminStatus(models.ImportJobAdminStatus)` was added
64+
* `adminStatus()` was added
65+
66+
#### `models.ImportJob` was modified
67+
68+
* `importedDirectories()` was added
69+
* `preexistingDirectories()` was added
70+
* `importedFiles()` was added
71+
* `adminStatus()` was added
72+
* `preexistingFiles()` was added
73+
* `preexistingSymlinks()` was added
74+
* `importedSymlinks()` was added
75+
76+
#### `models.ImportJob$Definition` was modified
77+
78+
* `withAdminStatus(models.ImportJobAdminStatus)` was added
79+
80+
#### `StorageCacheManager` was modified
81+
82+
* `autoExportJobs()` was added
83+
* `autoImportJobs()` was added
1284

1385
## 1.0.0 (2024-12-23)
1486

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

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

@@ -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
StorageCacheManager manager = StorageCacheManager
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

@@ -100,5 +100,3 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
100100
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
101101
[coc]: https://opensource.microsoft.com/codeofconduct/
102102
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
103-
104-

0 commit comments

Comments
 (0)