Skip to content

Commit

Permalink
CodeGen from PR 21964 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 63d6de9670c84075586b67e106cbb5d6a6e5cc13 into db511f9fb764f11d9fe17422ea56a6db87477b37
  • Loading branch information
SDKAuto committed Jan 12, 2023
1 parent 4474d1e commit 1b88054
Show file tree
Hide file tree
Showing 22 changed files with 1,423 additions and 935 deletions.
28 changes: 28 additions & 0 deletions sdk/resourcemanager/search/armsearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Release History

## 2.0.0 (2023-01-12)
### Breaking Changes

- Struct `CloudError` has been removed
- Struct `CloudErrorBody` has been removed
- Struct `ListQueryKeysResult` has been removed
- Struct `PrivateEndpointConnectionListResult` has been removed
- Struct `PrivateLinkResourcesResult` has been removed
- Struct `ServiceListResult` has been removed
- Struct `SharedPrivateLinkResourceListResult` has been removed

### Features Added

- New value `SearchServiceStatusStopped` added to type alias `SearchServiceStatus`
- New type alias `AADAuthFailureMode` with values `AADAuthFailureModeHttp401WithBearerChallenge`, `AADAuthFailureModeHttp403`
- New type alias `PrivateLinkServiceConnectionProvisioningState` with values `PrivateLinkServiceConnectionProvisioningStateCanceled`, `PrivateLinkServiceConnectionProvisioningStateDeleting`, `PrivateLinkServiceConnectionProvisioningStateFailed`, `PrivateLinkServiceConnectionProvisioningStateIncomplete`, `PrivateLinkServiceConnectionProvisioningStateSucceeded`, `PrivateLinkServiceConnectionProvisioningStateUpdating`
- New type alias `SearchEncryptionComplianceStatus` with values `SearchEncryptionComplianceStatusCompliant`, `SearchEncryptionComplianceStatusNonCompliant`
- New type alias `SearchEncryptionWithCmk` with values `SearchEncryptionWithCmkDisabled`, `SearchEncryptionWithCmkEnabled`, `SearchEncryptionWithCmkUnspecified`
- New struct `DataPlaneAADOrAPIKeyAuthOption`
- New struct `DataPlaneAuthOptions`
- New struct `EncryptionWithCmk`
- New field `GroupID` in struct `PrivateEndpointConnectionProperties`
- New field `ProvisioningState` in struct `PrivateEndpointConnectionProperties`
- New field `AuthOptions` in struct `ServiceProperties`
- New field `DisableLocalAuth` in struct `ServiceProperties`
- New field `EncryptionWithCmk` in struct `ServiceProperties`


## 1.0.0 (2022-05-17)

The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/search/armsearch` is using our [next generation design principles](https://azure.github.io/azure-sdk/general_introduction.html) since version 1.0.0, which contains breaking changes.
Expand Down

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

6 changes: 3 additions & 3 deletions sdk/resourcemanager/search/armsearch/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/search/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/search/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/search/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/search/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 1.0.0
module-version: 2.0.0
```

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

Loading

0 comments on commit 1b88054

Please sign in to comment.