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

Release api management 2023 09 01 preview - Merge Issue #29024

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

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