Skip to content

[Do Not Merge][Private Repo PR# 974] Tag based object filter support for OLCM#7953

Closed
HimanshuChhabra wants to merge 589 commits intoAzure:masterfrom
HimanshuChhabra:tagfilter
Closed

[Do Not Merge][Private Repo PR# 974] Tag based object filter support for OLCM#7953
HimanshuChhabra wants to merge 589 commits intoAzure:masterfrom
HimanshuChhabra:tagfilter

Conversation

@HimanshuChhabra
Copy link
Copy Markdown
Member

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.

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@openapi-sdkautomation
Copy link
Copy Markdown

openapi-sdkautomation bot commented Dec 11, 2019

azure-sdk-for-python

️✔️ succeeded [Logs] [Expand Details]
  • ️✔️ Generate from 8aea9cf with merge commit 53c09d9e27dca9dfb1ddc403436d0cc3363e8216. 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 Dec 11, 2019

azure-sdk-for-net

️✔️ succeeded [Logs] [Expand Details]

@openapi-sdkautomation
Copy link
Copy Markdown

openapi-sdkautomation bot commented Dec 11, 2019

azure-sdk-for-go

⚠️ warning [Logs] [Expand Details]
  • ⚠️ Generate from 8aea9cf with merge commit 53c09d9e27dca9dfb1ddc403436d0cc3363e8216. 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 Dec 11, 2019

                          azure-sdk-for-js

                          ️✔️ succeeded [Logs] [Expand Details]
                          • ️✔️ Generate from 8aea9cf with merge commit 53c09d9e27dca9dfb1ddc403436d0cc3363e8216. 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 530ms

                          @openapi-sdkautomation
                          Copy link
                          Copy Markdown

                          openapi-sdkautomation bot commented Dec 11, 2019

                          azure-sdk-for-java

                          ⚠️ warning [Logs] [Expand Details]

                          This was referenced Dec 11, 2019
                          @azuresdkci azuresdkci requested a review from lirenhe December 11, 2019 22:41
                          @azuresdkci
                          Copy link
                          Copy Markdown
                          Contributor

                          Can one of the admins verify this patch?

                          @azure-pipelines
                          Copy link
                          Copy Markdown

                          Azure Pipelines successfully started running 1 pipeline(s).

                          @lirenhe lirenhe added the Approved-OkToMerge <valid label in PR review process>add this label when assignee approve to merge the updates label Dec 17, 2019
                          @lirenhe
                          Copy link
                          Copy Markdown
                          Member

                          lirenhe commented Dec 17, 2019

                          @HimanshuChhabra, please let me know when the PR is ready to merge

                          @HimanshuChhabra
                          Copy link
                          Copy Markdown
                          Member Author

                          HimanshuChhabra commented Dec 17, 2019

                          @HimanshuChhabra, please let me know when the PR is ready to merge

                          I will update here once the server support is deployed to required regions

                          @lirenhe lirenhe added the DoNotMerge <valid label in PR review process> use to hold merge after approval label Dec 23, 2019
                          Copy link
                          Copy Markdown
                          Member

                          @blueww blueww left a comment

                          Choose a reason for hiding this comment

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

                          I added 2 comments, please help to resolve them.

                          @azure-pipelines
                          Copy link
                          Copy Markdown

                          Comment was made before the most recent commit for PR 7953 in repo Azure/azure-rest-api-specs

                          @azure-pipelines
                          Copy link
                          Copy Markdown

                          Azure Pipelines successfully started running 1 pipeline(s).

                          a-santamaria and others added 13 commits April 10, 2020 09:22
                          …less service and ApplicationTypeVersionsCleanupPolicy to cluster (Azure#8944)
                          
                          Co-authored-by: Alfredo Santamaria Gomez <alsantam@microsoft.com>
                          Use separate line for prettier check guide as one line of command doesn't work on cmd
                          …ior (Phase 2) (Azure#8990)
                          
                          * Update swagger for missing properties
                          
                          * Revert "Update swagger for missing properties"
                          
                          This reverts commit dc74330.
                          
                          * Add provisioningOperation property to DeploymentOperation object
                          
                          Co-authored-by: Filiz Topatan <lsefitopata@microsoft.com>
                          @azure-pipelines
                          Copy link
                          Copy Markdown

                          No commit pushedDate could be found for PR 7953 in repo Azure/azure-rest-api-specs

                          Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

                          Labels

                          Approved-OkToMerge <valid label in PR review process>add this label when assignee approve to merge the updates DoNotMerge <valid label in PR review process> use to hold merge after approval

                          Projects

                          None yet

                          Development

                          Successfully merging this pull request may close these issues.