Skip to content

Add encryption scope API to 2019-06-01.#8381

Merged
akning-ms merged 4 commits intoAzure:masterfrom
tonykjose:master
Feb 14, 2020
Merged

Add encryption scope API to 2019-06-01.#8381
akning-ms merged 4 commits intoAzure:masterfrom
tonykjose:master

Conversation

@anthonykjose
Copy link
Copy Markdown
Contributor

@anthonykjose anthonykjose commented Feb 12, 2020

This change introduces the encryption scope API for storage RP. Encryption scopes are a nested proxy resource under the Microsoft.Storage/storageAccounts top-level ARM resource. This api is offered beginning with api-version 2019-06-01. The following operations are supported:

  • GET Encryption Scope.
  • LIST Encryption Scope.
  • PUT Encryption Scope.
  • PATCH Encryption Scope.

Latest improvements:

MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.

Contribution checklist:

  • I have reviewed the documentation for the workflow.
  • Validation tools were run on swagger spec(s) and have all been fixed in this PR.
  • The OpenAPI Hub was used for checking validation status and next steps.

ARM API Review Checklist

  • Service team MUST add the "WaitForARMFeedback" label if the management plane API changes fall into one of the below categories.
  • adding/removing APIs.
  • adding/removing properties.
  • adding/removing API-version.
  • adding a new service in Azure.

Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.

  • If you are blocked on ARM review and want to get the PR merged urgently, please get the ARM oncall for reviews (RP Manifest Approvers team under Azure Resource Manager service) from IcM and reach out to them.
    Please follow the link to find more details on API review process.

Add encryption scope API to 2019-06-01.
@AutorestCI
Copy link
Copy Markdown

You don't have permission to trigger SDK Automation.
Please add yourself to Azure group from opensource portal if you are MSFT employee,
or please ask reviewer to add comment *** /openapibot sdkautomation ***.
Please ask tih@microsoft.com (or NullMDR in github) for additional help.

@msftclas
Copy link
Copy Markdown

msftclas commented Feb 12, 2020

CLA assistant check
All CLA requirements met.

@akning-ms
Copy link
Copy Markdown
Contributor

/azp run automation - sdk

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@openapi-sdkautomation
Copy link
Copy Markdown

openapi-sdkautomation Bot commented Feb 13, 2020

azure-sdk-for-net

️✔️ succeeded [Logs] [Expand Details]

@openapi-sdkautomation
Copy link
Copy Markdown

openapi-sdkautomation Bot commented Feb 13, 2020

azure-sdk-for-python

️✔️ succeeded [Logs] [Expand Details]
  • ️✔️ Generate from ec2e414 with merge commit a86098f305c16312a222c2ffaca1538f9d5b7718. SDK Automation 13.0.17.20191226.1
  • ️✔️azure-mgmt-storage [Logs]  [Preview SDK Changes]
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2018-07-01', '2018-03-01-preview'} in label v2018_07_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2018-07-01 based on label v2018_07_01
    [build_package] /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
    [build_package]   warnings.warn(msg)
    [build_package] /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
    [build_package]   warnings.warn(msg)

@openapi-sdkautomation
Copy link
Copy Markdown

openapi-sdkautomation Bot commented Feb 13, 2020

azure-sdk-for-java

⚠️ warning [Logs] [Expand Details]

@openapi-sdkautomation
Copy link
Copy Markdown

openapi-sdkautomation Bot commented Feb 13, 2020

azure-sdk-for-go

⚠️ warning [Logs] [Expand Details]
  • ⚠️ Generate from ec2e414 with merge commit a86098f305c16312a222c2ffaca1538f9d5b7718. SDK Automation 13.0.17.20191226.1
  • ⚠️preview/storage/mgmt/2015-05-01-preview [Logs
      No file is changed.
    • ⚠️preview/storage/mgmt/2018-03-01-preview [Logs
        No file is changed.
      • ⚠️storage/mgmt/2015-06-15 [Logs
          No file is changed.
        • ⚠️storage/mgmt/2016-01-01 [Logs
            No file is changed.
          • ⚠️storage/mgmt/2016-05-01 [Logs
              No file is changed.
            • ⚠️storage/mgmt/2016-12-01 [Logs
                No file is changed.
              • ⚠️storage/mgmt/2017-06-01 [Logs
                  No file is changed.
                • ⚠️storage/mgmt/2017-10-01 [Logs
                    No file is changed.
                  • ⚠️storage/mgmt/2018-02-01 [Logs
                      No file is changed.
                    • ⚠️storage/mgmt/2018-07-01 [Logs
                        No file is changed.
                      • ⚠️storage/mgmt/2018-11-01 [Logs
                          No file is changed.
                        • ⚠️storage/mgmt/2019-04-01 [Logs
                            No file is changed.
                          • ️✔️storage/mgmt/2019-06-01 [Logs]  [Preview SDK Changes]

                          @openapi-sdkautomation
                          Copy link
                          Copy Markdown

                          openapi-sdkautomation Bot commented Feb 13, 2020

                          azure-sdk-for-js

                          ️✔️ succeeded [Logs] [Expand Details]
                          • ️✔️ Generate from ec2e414 with merge commit f23a39fcbd0b622edd0d053af609cf192dd8f7e3. SDK Automation 13.0.17.20191226.1
                          • ️✔️@azure/arm-storage [Logs]  [Preview SDK Changes]
                            [npmPack] npm WARN deprecated rollup-plugin-node-resolve@5.2.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
                            [npmPack] loaded rollup.config.js with warnings
                            [npmPack] (!) Unused external imports
                            [npmPack] default imported from external module 'rollup' but never used
                            [npmPack] 
                            [npmPack] ./esm/storageManagementClient.js → ./dist/arm-storage.js...
                            [npmPack] created ./dist/arm-storage.js in 481ms

                          @majastrz majastrz added ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review and removed WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Feb 13, 2020
                          Copy link
                          Copy Markdown
                          Member

                          @majastrz majastrz left a comment

                          Choose a reason for hiding this comment

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

                          Signed off from ARM side.

                          @akning-ms akning-ms merged commit 74cf8e9 into Azure:master Feb 14, 2020
                          ssripadham pushed a commit to ssripadham/azure-rest-api-specs that referenced this pull request Feb 21, 2020
                          * Add encryption scope API to 2019-06-01.
                          
                          Add encryption scope API to 2019-06-01.
                          
                          * Address CI failures.
                          
                          * Fix CI failures Azure#2.
                          
                          * Address CI failures Azure#3.
                          
                          Co-authored-by: Anthony Kunnel Jose <antjo@microsoft.com>
                          00Kai0 pushed a commit to 00Kai0/azure-rest-api-specs that referenced this pull request Oct 12, 2020
                          * Add encryption scope API to 2019-06-01.
                          
                          Add encryption scope API to 2019-06-01.
                          
                          * Address CI failures.
                          
                          * Fix CI failures #2.
                          
                          * Address CI failures Azure#3.
                          
                          Co-authored-by: Anthony Kunnel Jose <antjo@microsoft.com>
                          Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

                          Labels

                          ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review

                          Projects

                          None yet

                          Development

                          Successfully merging this pull request may close these issues.

                          6 participants