Skip to content

Commit 2e52df6

Browse files
author
SDKAuto
committed
CodeGen from PR 23918 in Azure/azure-rest-api-specs
Merge a96115fe27e34a8b50924fc43a8d42c0568335ac into 1cbe41c8eea04f0893c42623e74c9461b30a0cdf
1 parent 889be58 commit 2e52df6

Some content is hidden

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

47 files changed

+1306
-17698
lines changed

sdk/resourcemanager/storage/armstorage/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Release History
22

3+
## 1.4.0 (2023-05-12)
4+
### Features Added
5+
6+
- New value `CorsRuleAllowedMethodsItemCONNECT`, `CorsRuleAllowedMethodsItemTRACE` added to enum type `CorsRuleAllowedMethodsItem`
7+
- New enum type `MigrationStatus` with values `MigrationStatusComplete`, `MigrationStatusFailed`, `MigrationStatusInProgress`, `MigrationStatusInvalid`, `MigrationStatusSubmittedForConversion`
8+
- New enum type `PostFailoverRedundancy` with values `PostFailoverRedundancyStandardLRS`, `PostFailoverRedundancyStandardZRS`
9+
- New enum type `PostPlannedFailoverRedundancy` with values `PostPlannedFailoverRedundancyStandardGRS`, `PostPlannedFailoverRedundancyStandardGZRS`, `PostPlannedFailoverRedundancyStandardRAGRS`, `PostPlannedFailoverRedundancyStandardRAGZRS`
10+
- New function `*AccountsClient.BeginCustomerInitiatedMigration(context.Context, string, string, AccountMigration, *AccountsClientBeginCustomerInitiatedMigrationOptions) (*runtime.Poller[AccountsClientCustomerInitiatedMigrationResponse], error)`
11+
- New function `*AccountsClient.GetCustomerInitiatedMigration(context.Context, string, string, *AccountsClientGetCustomerInitiatedMigrationOptions) (AccountsClientGetCustomerInitiatedMigrationResponse, error)`
12+
- New struct `AccountMigration`
13+
- New struct `AccountMigrationProperties`
14+
- New struct `BlobInventoryCreationTime`
15+
- New field `AccountMigrationInProgress`, `IsSKUConversionBlocked` in struct `AccountProperties`
16+
- New field `CreationTime` in struct `BlobInventoryPolicyFilter`
17+
- New field `CanPlannedFailover`, `PostFailoverRedundancy`, `PostPlannedFailoverRedundancy` in struct `GeoReplicationStats`
18+
19+
320
## 1.3.0 (2023-03-27)
421
### Features Added
522

sdk/resourcemanager/storage/armstorage/accounts_client.go

Lines changed: 174 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/storage/armstorage/accounts_client_example_test.go

Lines changed: 0 additions & 3761 deletions
This file was deleted.

sdk/resourcemanager/storage/armstorage/autorest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/b32e1896f30e6ea155449cb49719a6286e32b961/specification/storage/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/b32e1896f30e6ea155449cb49719a6286e32b961/specification/storage/resource-manager/readme.go.md
8+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/storage/resource-manager/readme.md
9+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/storage/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 1.3.0
11+
module-version: 1.4.0
1212
modelerfour:
1313
seal-single-value-enum-by-default: true
1414
```

sdk/resourcemanager/storage/armstorage/blobcontainers_client.go

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)