Skip to content

Commit 0ed73cf

Browse files
authored
mgmt, storage 2024-01 (#45847)
* regen * test * recording * changelog * format
1 parent b3dee91 commit 0ed73cf

33 files changed

+90
-41
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
### Other Changes
1212

13+
#### Dependency Updates
14+
15+
- Updated code from `api-version` `2024-01-01`.
16+
1317
## 2.51.0 (2025-05-26)
1418

1519
### Other Changes

sdk/resourcemanager/azure-resourcemanager-storage/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "java",
44
"TagPrefix": "java/resourcemanager/azure-resourcemanager-storage",
5-
"Tag": "java/resourcemanager/azure-resourcemanager-storage_ceedd20777"
5+
"Tag": "java/resourcemanager/azure-resourcemanager-storage_3df9762af1"
66
}

sdk/resourcemanager/azure-resourcemanager-storage/src/main/java/com/azure/resourcemanager/storage/implementation/BlobContainersClientImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public final class BlobContainersClientImpl implements BlobContainersClient {
8181
* to perform REST calls.
8282
*/
8383
@Host("{$host}")
84-
@ServiceInterface(name = "StorageManagementCli")
84+
@ServiceInterface(name = "StorageManagementClientBlobContainers")
8585
public interface BlobContainersService {
8686
@Headers({ "Content-Type: application/json" })
8787
@Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers")

sdk/resourcemanager/azure-resourcemanager-storage/src/main/java/com/azure/resourcemanager/storage/implementation/BlobInventoryPoliciesClientImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public final class BlobInventoryPoliciesClientImpl implements BlobInventoryPolic
6464
* service to perform REST calls.
6565
*/
6666
@Host("{$host}")
67-
@ServiceInterface(name = "StorageManagementCli")
67+
@ServiceInterface(name = "StorageManagementClientBlobInventoryPolicies")
6868
public interface BlobInventoryPoliciesService {
6969
@Headers({ "Content-Type: application/json" })
7070
@Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/inventoryPolicies/{blobInventoryPolicyName}")

sdk/resourcemanager/azure-resourcemanager-storage/src/main/java/com/azure/resourcemanager/storage/implementation/BlobServicesClientImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public final class BlobServicesClientImpl implements BlobServicesClient {
6262
* to perform REST calls.
6363
*/
6464
@Host("{$host}")
65-
@ServiceInterface(name = "StorageManagementCli")
65+
@ServiceInterface(name = "StorageManagementClientBlobServices")
6666
public interface BlobServicesService {
6767
@Headers({ "Content-Type: application/json" })
6868
@Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices")

sdk/resourcemanager/azure-resourcemanager-storage/src/main/java/com/azure/resourcemanager/storage/implementation/DeletedAccountsClientImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public final class DeletedAccountsClientImpl implements DeletedAccountsClient {
6060
* service to perform REST calls.
6161
*/
6262
@Host("{$host}")
63-
@ServiceInterface(name = "StorageManagementCli")
63+
@ServiceInterface(name = "StorageManagementClientDeletedAccounts")
6464
public interface DeletedAccountsService {
6565
@Headers({ "Content-Type: application/json" })
6666
@Get("/subscriptions/{subscriptionId}/providers/Microsoft.Storage/deletedAccounts")

sdk/resourcemanager/azure-resourcemanager-storage/src/main/java/com/azure/resourcemanager/storage/implementation/EncryptionScopesClientImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public final class EncryptionScopesClientImpl implements EncryptionScopesClient
6464
* service to perform REST calls.
6565
*/
6666
@Host("{$host}")
67-
@ServiceInterface(name = "StorageManagementCli")
67+
@ServiceInterface(name = "StorageManagementClientEncryptionScopes")
6868
public interface EncryptionScopesService {
6969
@Headers({ "Content-Type: application/json" })
7070
@Put("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes/{encryptionScopeName}")

sdk/resourcemanager/azure-resourcemanager-storage/src/main/java/com/azure/resourcemanager/storage/implementation/FileServicesClientImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public final class FileServicesClientImpl implements FileServicesClient {
6464
* to perform REST calls.
6565
*/
6666
@Host("{$host}")
67-
@ServiceInterface(name = "StorageManagementCli")
67+
@ServiceInterface(name = "StorageManagementClientFileServices")
6868
public interface FileServicesService {
6969
@Headers({ "Content-Type: application/json" })
7070
@Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices")

sdk/resourcemanager/azure-resourcemanager-storage/src/main/java/com/azure/resourcemanager/storage/implementation/FileSharesClientImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public final class FileSharesClientImpl implements FileSharesClient {
7070
* perform REST calls.
7171
*/
7272
@Host("{$host}")
73-
@ServiceInterface(name = "StorageManagementCli")
73+
@ServiceInterface(name = "StorageManagementClientFileShares")
7474
public interface FileSharesService {
7575
@Headers({ "Content-Type: application/json" })
7676
@Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares")

sdk/resourcemanager/azure-resourcemanager-storage/src/main/java/com/azure/resourcemanager/storage/implementation/LocalUsersOperationsClientImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public final class LocalUsersOperationsClientImpl implements LocalUsersOperation
6767
* service to perform REST calls.
6868
*/
6969
@Host("{$host}")
70-
@ServiceInterface(name = "StorageManagementCli")
70+
@ServiceInterface(name = "StorageManagementClientLocalUsersOperations")
7171
public interface LocalUsersOperationsService {
7272
@Headers({ "Content-Type: application/json" })
7373
@Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/localUsers")

0 commit comments

Comments
 (0)