Skip to content

Commit

Permalink
CodeGen from PR 29824 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 04726472cc9cb65df286e9a7fc300447ce95f568 into aa23ddc02b2b1c5a34c56a49d83b77c0a1aaa614
  • Loading branch information
SDKAuto committed Jul 23, 2024
1 parent e351c53 commit d610dc1
Show file tree
Hide file tree
Showing 29 changed files with 1,759 additions and 2,127 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Release History

## 2.2.0-beta.1 (2024-07-23)
### Features Added

- New enum type `AuthenticationMode` with values `AuthenticationModeLocal`, `AuthenticationModePassThrough`
- New enum type `CompositionType` with values `CompositionTypeKey`, `CompositionTypeKeyLabel`
- New enum type `PrivateLinkDelegation` with values `PrivateLinkDelegationDisabled`, `PrivateLinkDelegationEnabled`
- New enum type `ResourceType` with values `ResourceTypeKv`, `ResourceTypeSnapshot`
- New enum type `SasTokenKind` with values `SasTokenKindPrimary`, `SasTokenKindSecondary`
- New enum type `SnapshotStatus` with values `SnapshotStatusArchived`, `SnapshotStatusFailed`, `SnapshotStatusProvisioning`, `SnapshotStatusReady`
- New function `*ClientFactory.NewSnapshotsClient() *SnapshotsClient`
- New function `*ConfigurationStoresClient.GenerateSasToken(context.Context, string, string, SasTokenGenerationParameters, *ConfigurationStoresClientGenerateSasTokenOptions) (ConfigurationStoresClientGenerateSasTokenResponse, error)`
- New function `*ConfigurationStoresClient.ResetSasTokens(context.Context, string, string, ResetSasTokensParameters, *ConfigurationStoresClientResetSasTokensOptions) (ConfigurationStoresClientResetSasTokensResponse, error)`
- New function `*KvResourceParameters.GetResourceParameters() *ResourceParameters`
- New function `*ResourceParameters.GetResourceParameters() *ResourceParameters`
- New function `*SnapshotResourceParameters.GetResourceParameters() *ResourceParameters`
- New function `NewSnapshotsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SnapshotsClient, error)`
- New function `*SnapshotsClient.BeginCreate(context.Context, string, string, string, Snapshot, *SnapshotsClientBeginCreateOptions) (*runtime.Poller[SnapshotsClientCreateResponse], error)`
- New function `*SnapshotsClient.Get(context.Context, string, string, string, *SnapshotsClientGetOptions) (SnapshotsClientGetResponse, error)`
- New struct `DataPlaneProxyProperties`
- New struct `ErrorDetail`
- New struct `ErrorResponseAutoGenerated`
- New struct `ExperimentationProperties`
- New struct `KeyValueFilter`
- New struct `KvResourceParameters`
- New struct `ResetSasTokensParameters`
- New struct `SasTokenGenerationParameters`
- New struct `SasTokenGenerationResult`
- New struct `Snapshot`
- New struct `SnapshotProperties`
- New struct `SnapshotResourceParameters`
- New struct `TelemetryProperties`
- New field `DataPlaneProxy`, `Experimentation`, `Telemetry` in struct `ConfigurationStoreProperties`
- New field `DataPlaneProxy`, `Experimentation`, `Telemetry` in struct `ConfigurationStorePropertiesUpdateParameters`


## 2.1.0 (2023-11-24)
### Features Added

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/1f22d4dbd99b0fe347ad79e79d4eb1ed44a87291/specification/appconfiguration/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/1f22d4dbd99b0fe347ad79e79d4eb1ed44a87291/specification/appconfiguration/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/appconfiguration/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/appconfiguration/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 2.1.0
tag: package-2023-03-01
module-version: 2.2.0-beta.1
```

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d610dc1

Please sign in to comment.