Skip to content

export open api as json document#8155

Merged
erich-wang merged 1 commit intoAzure:masterfrom
solankisamir:openapi-json
Feb 7, 2020
Merged

export open api as json document#8155
erich-wang merged 1 commit intoAzure:masterfrom
solankisamir:openapi-json

Conversation

@solankisamir
Copy link
Member

@solankisamir solankisamir commented Jan 15, 2020

Latest improvements:

  • Added support for exporting Open Api definition as JSON Document

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

Azure Pipelines successfully started running 1 pipeline(s).

4 similar comments
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Jan 15, 2020

azure-sdk-for-js - Release

️✔️ succeeded [Logs] [Expand Details]
  • ️✔️ Generate from b316574 with merge commit 911f41b. SDK Automation 13.0.17.20191226.1
  • ️✔️@azure/arm-apimanagement [Logs]  [Release 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/apiManagementClient.js → ./dist/arm-apimanagement.js...
    [npmPack] created ./dist/arm-apimanagement.js in 1.5s

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Jan 15, 2020

azure-sdk-for-go - Release

⚠️ warning [Logs] [Expand Details]
  • ⚠️ Generate from b316574 with merge commit 911f41b. SDK Automation 13.0.17.20191226.1
  • ⚠️apimanagement/mgmt/2016-07-07 [Logs
      No file is changed.
    • ⚠️apimanagement/mgmt/2016-10-10 [Logs
        No file is changed.
      • ⚠️apimanagement/mgmt/2017-03-01 [Logs
          No file is changed.
        • ⚠️apimanagement/mgmt/2018-01-01 [Logs
            No file is changed.
          • ️✔️apimanagement/mgmt/2019-01-01 [Logs]  [Release SDK Changes]
          • ⚠️preview/apimanagement/mgmt/2018-06-01-preview [Logs
              No file is changed.

            @openapi-sdkautomation
            Copy link

            openapi-sdkautomation bot commented Jan 15, 2020

            azure-sdk-for-net - Release

            failed [Logs] [Expand Details]
            • Generate from b316574 with merge commit 911f41b. SDK Automation 13.0.17.20191226.1
              [AutoRest] realpath(): Permission denied
              [AutoRest] realpath(): Permission denied
              [AutoRest] realpath(): Permission denied
              [AutoRest] realpath(): Permission denied
              [AutoRest] realpath(): Permission denied
              [AutoRest] realpath(): Permission denied
            • Microsoft.Azure.Management.ApiManagement [Logs]  [Release SDK Changes]
                Failed to create the package Microsoft.Azure.Management.ApiManagement.
                Error: dotnet msbuild build.proj /t:CreateNugetPackage /p:Scope=apimanagement /v:n /p:SkipTests=true , {} 

              @openapi-sdkautomation
              Copy link

              openapi-sdkautomation bot commented Jan 15, 2020

              azure-sdk-for-python - Release

              ️✔️ succeeded [Logs] [Expand Details]
              • ️✔️ Generate from b316574 with merge commit 911f41b. SDK Automation 13.0.17.20191226.1
              • ️✔️azure-mgmt-apimanagement [Logs]  [Release SDK Changes]
                [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] warning: no files found matching '*.py' under directory 'tests'
                [build_package] warning: no files found matching '*.yaml' under directory 'tests'
                [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] warning: no files found matching '*.py' under directory 'tests'
                [build_package] warning: no files found matching '*.yaml' under directory 'tests'

              @openapi-sdkautomation
              Copy link

              openapi-sdkautomation bot commented Jan 15, 2020

              azure-sdk-for-java - Release

              No readme.md specification configuration files were found that are associated with the files modified in this pull request, or swagger_to_sdk section in readme.md is not configured

              @erich-wang erich-wang added the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Jan 15, 2020
              @pilor pilor added ARMReviewInProgress ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review and removed ARMReviewInProgress WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Feb 4, 2020
              @solankisamir
              Copy link
              Member Author

              not needed anymore

              @erich-wang
              Copy link
              Member

              @solankisamir, next time please close the PR as early as possible to avoid extra review work, thanks for your understanding.

              @solankisamir solankisamir reopened this Feb 6, 2020
              @azure-pipelines
              Copy link

              Azure Pipelines successfully started running 1 pipeline(s).

              @solankisamir
              Copy link
              Member Author

              @erich-wang, we actually need this PR to fix the issue Azure/azure-powershell#9987

              @erich-wang erich-wang merged commit 911f41b into Azure:master Feb 7, 2020
              ssripadham pushed a commit to ssripadham/azure-rest-api-specs that referenced this pull request Feb 21, 2020
              00Kai0 pushed a commit to 00Kai0/azure-rest-api-specs that referenced this pull request Oct 12, 2020
              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.

              3 participants