Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Data plane][Azure Cognitive Search] Add encryptionKey property to indexer, datasource and skillset metadata #12275

Merged
merged 4 commits into from
Nov 4, 2020

Conversation

sarangan12
Copy link
Contributor

@sarangan12 sarangan12 commented Nov 4, 2020

On October 2, 2020 - there was a PR (Azure/azure-rest-api-specs#10839) to search-documents swagger. The change was only in one file (searchservice.json). The file changes are:

  1. Add encryptionKey property to:
    a. SearchIndexerDataSource
    b. SearchIndexer
    c. SearchIndexerSkillSet

This PR is to generate the SDK to include the above change and do the corresponding custom layer changes. (Note: In the first run, the CI failed for 3 of the tests with error Nock: No recording found. This might be an intermittent error. Just to be on the safe side, I have recreated the recordings)

@xirzec Please review and approve

@sarangan12 sarangan12 requested a review from xirzec November 4, 2020 07:27
@sarangan12 sarangan12 requested a review from bterlson as a code owner November 4, 2020 07:27
@ghost ghost added the Search label Nov 4, 2020
Copy link
Member

@xirzec xirzec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sarangan12 sarangan12 merged commit 750902b into Azure:master Nov 4, 2020
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-js that referenced this pull request Jan 12, 2021
Added move validation enum values & fix S360 linting issues (Azure#12275)

* Added new move product validation error codes

* Added integer formats to fix S360 swagger lint validation

* Fixed ModelValidation errors for v2018-11-01-preview

Co-authored-by: Braden Watkins <brwatkin@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants