Skip to content

Commit f7d72d3

Browse files
author
SDKAuto
committed
CodeGen from PR 23918 in Azure/azure-rest-api-specs
Merge 55ceb904084f3c172ea73f9fbab037b75f566cbe into bc3238712f07c24028adaa4c8d879cce39348d47
1 parent 1d8ba7b commit f7d72d3

Some content is hidden

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

48 files changed

+903
-17029
lines changed

sdk/resourcemanager/storage/armstorage/CHANGELOG.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
# Release History
22

3-
## 1.4.0-beta.1 (2023-06-12)
4-
3+
## 1.4.0 (2023-06-27)
54
### Features Added
65

7-
- Support for test fakes and OpenTelemetry trace spans.
6+
- New value `CorsRuleAllowedMethodsItemCONNECT`, `CorsRuleAllowedMethodsItemTRACE` added to enum type `CorsRuleAllowedMethodsItem`
7+
- New enum type `MigrationName` with values `MigrationNameDefault`
8+
- New enum type `MigrationStatus` with values `MigrationStatusComplete`, `MigrationStatusFailed`, `MigrationStatusInProgress`, `MigrationStatusInvalid`, `MigrationStatusSubmittedForConversion`
9+
- New enum type `PostFailoverRedundancy` with values `PostFailoverRedundancyStandardLRS`, `PostFailoverRedundancyStandardZRS`
10+
- New enum type `PostPlannedFailoverRedundancy` with values `PostPlannedFailoverRedundancyStandardGRS`, `PostPlannedFailoverRedundancyStandardGZRS`, `PostPlannedFailoverRedundancyStandardRAGRS`, `PostPlannedFailoverRedundancyStandardRAGZRS`
11+
- New function `*AccountsClient.BeginCustomerInitiatedMigration(context.Context, string, string, AccountMigration, *AccountsClientBeginCustomerInitiatedMigrationOptions) (*runtime.Poller[AccountsClientCustomerInitiatedMigrationResponse], error)`
12+
- New function `*AccountsClient.GetCustomerInitiatedMigration(context.Context, string, string, MigrationName, *AccountsClientGetCustomerInitiatedMigrationOptions) (AccountsClientGetCustomerInitiatedMigrationResponse, error)`
13+
- New struct `AccountMigration`
14+
- New struct `AccountMigrationProperties`
15+
- New struct `BlobInventoryCreationTime`
16+
- New struct `ErrorAdditionalInfo`
17+
- New struct `ErrorDetail`
18+
- New struct `ErrorResponseAutoGenerated`
19+
- New field `AccountMigrationInProgress`, `IsSKUConversionBlocked` in struct `AccountProperties`
20+
- New field `CreationTime` in struct `BlobInventoryPolicyFilter`
21+
- New field `CanPlannedFailover`, `PostFailoverRedundancy`, `PostPlannedFailoverRedundancy` in struct `GeoReplicationStats`
22+
823

924
## 1.3.0 (2023-03-27)
1025
### Features Added

sdk/resourcemanager/storage/armstorage/accounts_client.go

Lines changed: 193 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,11 +5,11 @@
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
1111
module: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage
12-
module-version: 1.4.0-beta.1
12+
module-version: 1.4.0
1313
azcore-version: 1.7.0-beta.2
1414
generate-fakes: true
1515
inject-spans: true

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)