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

Schema resource added in REST API Spec for api-version 2021-08-01 #16715

Merged
merged 52 commits into from
Dec 14, 2021

Commits on Jun 15, 2021

  1. Adds base for updating Microsoft.ApiManagement from version preview/2…

    …021-01-01-preview to version 2021-04-01-preview
    solankisamir committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    0c8648f View commit details
    Browse the repository at this point in the history
  2. Updates readme

    solankisamir committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    3db09f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    785eaab View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Added support for GraphQL API type (Azure#14851)

    * Added support for GraphQL API type
    
    * Added missing enum value for GraphQL APIs.
    azaslonov authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    3d2e43a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. add schema definition fix from 2021-01-01-preview (Azure#14883)

    Co-authored-by: Alan Feng <alanfeng@microsoft.com>
    DreamlessA and yingru97 authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    e38dbf0 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Vanguard: Get Outbound Network Dependency (Azure#14900)

    * outbound dependency
    
    * fix resource
    solankisamir authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    f322a47 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Update backup/restore API for managed identities (Azure#14973)

    * Update backup/restore API for system-assigned and user-assigned identities
    
    * Fix formatting issue
    
    * Rename user-assigned-msi-client-id with client-id
    JatinSanghvi authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    bbabd9c View commit details
    Browse the repository at this point in the history
  2. SystemData implemenation on API Management Control Plane (Azure#14899)

    * system-data
    
    * fix spec
    
    * remove unreferenced file
    solankisamir authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    1018cb0 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. APIM - Network Watcher Connectivity Check integration specs (Azure#15056

    )
    
    * Connectivity Check API Specs
    
    * Fix
    
    * Fix errors
    
    * style fixs
    
    * Fix 202 code
    
    * HTTPConnect request parameters
    
    * Fix errors
    
    Co-authored-by: Nicolás Barrera <t-nbarrera@microsoft.com>
    atharos1 and Nicolás Barrera authored Jul 23, 2021
    Configuration menu
    Copy the full SHA
    e8680fd View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    5824638 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    dc54a09 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    b9e497e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. HttpConnect example (Azure#15493)

    * HttpConnect example
    
    * Prettifier fix
    
    Co-authored-by: Nicolás Barrera <t-nbarrera@microsoft.com>
    atharos1 and Nicolás Barrera authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    ff76d20 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Rename from SchemaContract to ApiSchemaContract

    Christian Palomares committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    1ad8428 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. apimschema.json added to last apim preview version

    Christian Palomares committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    18ce3ca View commit details
    Browse the repository at this point in the history
  2. Completing specification for Schema resource.

    Fixing changes in SchemaContract.
    Christian Palomares committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    cb92937 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Value field added to Schema resource specification.

    Christian Palomares committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    8f90630 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. path fixed.

    Renamed from ApiSchema to Schema.
    Adding suppression rule to readme.md
    Custom word added for spellcheck
    Christian Palomares committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    0fa5523 View commit details
    Browse the repository at this point in the history
  2. Fixing PR observations.

    Christian Palomares committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    a7ac04a View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Added properties of difference API spec format for "SchemaDocumentPro…

    …perties" (Azure#15703)
    
    * add schema definition fix from 2021-01-01-preview
    
    * added properties for SchemaDocumentProperties
    
    * updated the fix
    
    * updated fix
    Alan Feng authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    6e13784 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. [APIM]Add private endpoint connection APIs (Azure#15115)

    * Add private endpoint connection apis
    
    * add readme
    
    * quick fixes
    
    * fix to PE contract
    
    * Small fixes
    
    * small fixes
    
    * small fixes
    
    * Small fixes
    
    * small fixes
    
    * small fix
    
    * small fixes
    
    * small fixes
    
    * small fixes
    
    * Update readme.md
    
    * fix error
    
    * small fix
    
    * fix format
    
    * address comments
    
    * small fixes
    
    * Change to lower case
    
    * small fixes
    
    Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
    RupengLiu and msyyc authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    df36b4f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Adds base for updating Microsoft.ApiManagement from version preview/2…

    …021-04-01-preview to version 2021-08-01
    solankisamir committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    77dbbb2 View commit details
    Browse the repository at this point in the history
  2. Updates readme

    solankisamir committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    8daf11c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3d4ad1 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Merge changes

    Christian Palomares committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    33b8252 View commit details
    Browse the repository at this point in the history
  2. Merge main

    Christian Palomares committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    ab49a54 View commit details
    Browse the repository at this point in the history
  3. Modifications to Schema definition to add "description" field.

    Updating examples of Schema.
    Christian Palomares committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    4702207 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Merge from main

    Christian Palomares committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    77777a5 View commit details
    Browse the repository at this point in the history
  2. Fixing apimanagement.json

    Christian Palomares committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    0ef5038 View commit details
    Browse the repository at this point in the history
  3. Prettier applied in files

    Christian Palomares committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    4fb0b7b View commit details
    Browse the repository at this point in the history
  4. Fixing PR comments

    Christian Palomares committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    610e3cb View commit details
    Browse the repository at this point in the history
  5. fixing x-ms-long-running-operation.

    Christian Palomares committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    789f4c2 View commit details
    Browse the repository at this point in the history
  6. x-ms-long-running-operation : true in apischema.

    Christian Palomares committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    40ccd4d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Removing "Resource" type from apimanagement.json

    Christian Palomares committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    b4b1d85 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    aca685b View commit details
    Browse the repository at this point in the history
  2. Apimschema.json updated to point to types.json for ErrorResponse.

    Christian Palomares committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    fb0dfd8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'apim-2021-04-01-preview' into apim-2021-08-01

    Christian Palomares committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    8d67570 View commit details
    Browse the repository at this point in the history
  4. Merging from 2021-04-01-preview to 2021-08-01 stable version.

    Christian Palomares committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    25c05e3 View commit details
    Browse the repository at this point in the history
  5. undoing change of responseBody

    Christian Palomares committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    bb84d15 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'apim-2021-04-01-preview' of https://github.com/shinjiDe…

    …v/azure-rest-api-specs into apim-2021-04-01-preview
    Christian Palomares committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    5ac7681 View commit details
    Browse the repository at this point in the history
  7. Updating ErrorResponse.

    Christian Palomares committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    4e6dbff View commit details
    Browse the repository at this point in the history
  8. Fixing definitions merge.

    Christian Palomares committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    634726a View commit details
    Browse the repository at this point in the history
  9. Merge branch 'apim-2021-04-01-preview' into apim-2021-08-01

    Christian Palomares committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    c81cf94 View commit details
    Browse the repository at this point in the history
  10. Changing definitions to fix output of examples.

    Christian Palomares committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    3401d7e View commit details
    Browse the repository at this point in the history
  11. Changes in definitions

    Christian Palomares committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    f39dcfa View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Updating response in some examples.

    Christian Palomares committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    85c7f7d View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Configuration menu
    Copy the full SHA
    0168af9 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Rolling back

    ApiSchema -> Schema
    Schema -> GlobalSchema
    Christian Palomares committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    df0adf5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/shinjiDev/azure-rest-api-specs

     into apim-2021-08-01
    Christian Palomares committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    cb14d14 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'apim-2021-08-01' of https://github.com/shinjiDev/azure-…

    …rest-api-specs into apim-2021-08-01
    Christian Palomares committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    5e52281 View commit details
    Browse the repository at this point in the history
  4. Changes to undo apimapis.json and adding prefix for Global example Sc…

    …hemas.
    Christian Palomares committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    035e2fa View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Setting x-ms-long-running-operation-options to location.

    Christian Palomares committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    b2fb6c2 View commit details
    Browse the repository at this point in the history