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

Merge release api management 2023 09 01 preview - Active #29184

Merged
merged 42 commits into from
Jun 5, 2024

Commits on Jan 3, 2024

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

    …023-05-01-preview to version 2023-09-01-preview
    solankisamir committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    9fae00d View commit details
    Browse the repository at this point in the history
  2. Updates readme

    solankisamir committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    a3d7d4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7da91b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. feat(apim): Introduce gateway resource (#27757)

    * WIP
    
    * Update sample
    
    * WIP
    
    * Add GatewayNameParameter
    
    * Clean up
    
    * Update sample
    
    * Add another sample
    
    * Add sample for delete gateway
    
    * Remove endpoints
    
    * Fix typo
    
    * Add list sample
    
    * Clean up
    
    Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
    
    * Add disclaimer
    
    Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
    
    * Make it pretty 💄
    
    Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
    
    * Refer to new file
    
    Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
    
    * Add missing ApiManagementGatewayListResult
    
    Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
    
    * Update sample reference
    
    Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
    
    * Remove ApiManagementGatewayIdentity + List by operation
    
    Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
    
    * Add more sample
    
    Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
    
    * Latest version of common types
    
    Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
    
    * Remove 200 for delete
    
    Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
    
    * Formatting and re-order
    
    Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
    
    * Align with spec
    
    Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
    
    * Align sample with spec
    
    Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
    
    * Error response from common types
    
    Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
    
    * Rename SKU name
    
    * Have seperate SKU for patch to not make it mandatory
    
    * Remove empty required
    
    * Improve note
    
    * Rename schema
    
    * Remove unused type
    
    * sku.capacity should not be required
    
    ---------
    
    Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
    tomkerkhove committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6a93934 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Add loggers, diagnostics, certificates and backends to workspace (#27262

    )
    
    * Add loggers to workspaces
    
    * Add diagnostics to workspace
    
    * Add certificates to workspace
    
    * Add backends to workspaces
    
    * Change DiagnosticContract to DiagnosticContractProperties in patch
    
    * Revert back DiagnosticContractProperties to DiagnosticContract
    
    * Fix CI and add files to readme
    
    * Fix example
    
    * remove reconnect endpoint
    
    * Add suppressions
    
    * Try different suppression where
    
    * Try different suppression
    
    * Try other suppression
    
    * another test
    
    * finally working suppression
    
    * remove unwanted line
    Mielek committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    8b10264 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    18911f4 View commit details
    Browse the repository at this point in the history
  2. Modify CircuitBreaker and BackendPool Contract (#28397)

    * md cb contract
    
    * modify pool contract
    
    * correct the limits
    
    ---------
    
    Co-authored-by: Samir Solanki <samirsolanki@outlook.com>
    m-h-s and solankisamir committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    94e41b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

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

Commits on Apr 14, 2024

  1. add operation statuses resource (#28591)

    * add operation statuses resource
    
    * fix api-version
    solankisamir committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    74f4309 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Add locations/operationsResults endpoint for DELETE workflow (#28808)

    * add operation results
    
    * fix spec
    
    * operationresults
    
    * fix file name
    solankisamir committed May 14, 2024
    Configuration menu
    Copy the full SHA
    203adb5 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. feat(Workspace): Add new SkuType for Workspace (#28903)

    * new skutype
    
    * virtualNetworkType
    
    * remove default from patch
    
    * List skus API
    
    * add model for sku
    
    * caps enums
    solankisamir committed May 17, 2024
    Configuration menu
    Copy the full SHA
    18bed31 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. feat)Gateway): Adding gateway config resource (#28478)

    * added gateway config resource
    
    * removing Head gateway Config call
    
    * updates
    
    * resolving errors
    
    * trying to resolve more model validations
    
    * resolving some model validations
    
    * resolving model validations
    
    * resoloving delete example errors
    
    * Swagger Prettier
    
    * prettier
    
    * updating so patch has same response as get and put
    
    * removing path for gateway config
    
    * addressing comment
    
    * addressing comments
    
    * nit
    
    * path updatess
    
    * updating as per comments
    
    * Adding workspaceLinks
    
    * resolving some of the errors
    
    * resolved some errors
    
    * resolving some of the errors
    
    * resolving some more errors
    
    * npx prettier
    
    * addressing comments
    
    * updated based on comments
    
    * lint updates
    
    * nit updates
    
    ---------
    
    Co-authored-by: Samir Solanki <samirsolanki@outlook.com>
    vidishamsft and solankisamir committed May 21, 2024
    Configuration menu
    Copy the full SHA
    e758e0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e783e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd3a9f7 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    b05289a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    950be8e View commit details
    Browse the repository at this point in the history
  3. Fix generation errors (#29207)

    Mielek committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9f6a944 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    aa4a7f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cba9343 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f257af6 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

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

Commits on May 29, 2024

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

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    d8084c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74cae8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50216de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4096f3 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    4f1af3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19bff23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f7954f View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    6a8f682 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c2f871 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d4753d View commit details
    Browse the repository at this point in the history
  4. Revert "Gateway -> ApiGateway to prevent SDK collision with self-host…

    …ed gateway"
    
    This reverts commit 8d4753d.
    tomkerkhove committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    3073226 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e8197f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf9cf3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9f1377 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7004bed View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Create sdk-suppressions.yaml

    msyyc committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    eec53fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1909765 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ba874e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e41e17 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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