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 main to this #17943

Merged
merged 42 commits into from
Feb 22, 2022
Merged

merge main to this #17943

merged 42 commits into from
Feb 22, 2022

Commits on Feb 16, 2022

  1. [CapacityRP] [S360] Fix R3007 Linter Error in Microsoft.Capacity (#17711

    )
    
    * change 200 response for PUT/PATCH
    
    * add integer type and remove extra fields to pass model check
    
    * add id, name, type to GET/PUT/PATCH 200 response
    
    * run prettier
    
    * change x-ms-long-running-operation-options
    stephenbudhi-msft committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    b7f18ee View commit details
    Browse the repository at this point in the history
  2. updated an error response for the rename API on v2020-09-01 (#17850)

    Co-authored-by: Ochi <ochisamand@microsoft.com>
    Ochirkhuyag and Ochi committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    88dc71f View commit details
    Browse the repository at this point in the history
  3. Microsoft.App version 2022-01-01-preview (#17820)

    * New Swagger Spec File
    
    * New Swagger Example Spec File
    
    * New Readme Config File
    
    * New Azure AZ Readme Config File
    
    * New Azure CLI Readme Config File
    
    * New Go Language Readme Config File
    
    * New Python Language Readme Config File
    
    * New Typescript Language Readme Config File
    
    * New C# Language Readme Config File
    
    * Adding new API version 2022-01-01-preview for the new service Microsoft.App (#17135)
    
    * Adding swagger and examples
    
    * Fix samples
    
    * Fix linting errors
    
    * fix errors
    
    * fix more errors
    
    * prettier fixes
    
    * Fix the VNET properties
    
    * fix the vnet props
    
    * Attempt to remove x-ms-identifiers
    
    * Add x-ms-identifiers back
    
    * Revert "Add x-ms-identifiers back"
    
    This reverts commit 44525ab.
    
    * Addsourcecontrolapis (#17287)
    
    * add sourcecontrol apis
    
    * remove space
    
    * prettier fix
    
    * typo
    
    * avocado fix
    
    * lint fix
    
    * add replicas apis (#17501)
    
    * Remove Dapr components from ContainerApp spec. Not breaking because the version hasn't been released yet. (#17479)
    
    * Remove dapr components from the ContainerApp object
    
    * Fix example
    
    * add descriptions
    
    * fix
    
    * change the auto-rest parameters
    
    * Support volume mounts for containerApp (#17530)
    
    * add volume mounts
    
    * add identifier
    
    * refine volume definition
    
    * Fix samples (#17534)
    
    * Adding managed identity (#17569)
    
    * Adding managed identity
    
    * prettier fix.
    
    * Microsof.app 2022 01 01 preview/add custom domains (#17385)
    
    * add support for Custom domains and certificates
    
    * add Certificates
    
    * Ccertificate as child resource of Managed Env.
    
    * Support default custom domain
    
    * PUT/DELETE certificate are not long-running
    
    * Add Custom Domain Verification Id
    
    * domains for all revisions and adding examples
    
    * missing examples
    
    * one more missing example
    
    * Examples+missing paths
    
    * Adding missing envelope properties
    
    * Addressing PR comments
    
    * Removing AKV and Free cert related properties
    
    * Prettier and semantic validation fixes
    
    * Fixing semantic validations and examples
    
    * More fixes
    
    * Addressing more PR comments
    
    * Updating examples
    
    * fixing type
    
    * fixing types
    
    * Extra properties and responses
    
    * misplaced response
    
    * whitespace
    
    * fix security section
    
    * fixing ManageEnvironment securityDefinitions
    
    * add 204 delete response
    
    * Removing virtual IP and IP Based option
    
    * change modelAsString
    
    * Addressing ARM PR comments
    
    * Removing 404 response from example
    
    * renaming custom hostname analysis operation
    
    * mark certificate as tracked resource
    
    * fix sample
    
    * Use Certificate Id instead of Certificate name
    
    Co-authored-by: Ruslan Yakushev 🚴 <ruslany@microsoft.com>
    Co-authored-by: vinisoto <vinisoto@hotmail.com>
    
    * Add new properties for ContainerApp (#17483)
    
    * add ephemeral storage
    
    * add outbound ip
    
    * add listsecrets
    
    * fix CI
    
    * fix example
    
    * fix
    
    * add identifier
    
    * fix
    
    * add example
    
    * mars as secret
    
    * Add storages operation for managedEnvironment (#17545)
    
    * add storage
    
    * fix
    
    * fix typo
    
    * Add EasyAuth configuration APIs for ContainerApp (#17492)
    
    * Add Easy Auth Config related APIs for ContainerApp
    
    * Use common type ProxyResource
    
    * Update description
    
    * update per validation
    
    * typo fix
    
    * fix validation error
    
    * Update sample and description
    
    * Update because ARM prefer string than boolean
    
    * Add static web identity provider
    
    * Add container probes (#17535)
    
    * Add container probes
    
    * minor fix
    
    * Use execute instead of exec'd, add identifier
    
    * remove exec from preview
    
    * use integer instead of intorstring
    
    * Add `internal` property under VnetConfiguration for internalOnly environments (#17656)
    
    * Add internal property under VnetConfiguration for internalOnly environments
    
    * Update examples
    
    * Add Dapr Components collection APIs (#17552)
    
    * Add daprComponents
    
    * update readme
    
    * Fix linting errors
    
    * More lint fixes
    
    * prettier fixes
    
    * make dapr component a tracked resource
    
    * fix the patch
    
    * fix lint errors
    
    * Revert "fix lint errors"
    
    This reverts commit 045f1d9.
    
    * Revert "fix the patch"
    
    This reverts commit 1452110.
    
    * Revert "make dapr component a tracked resource"
    
    This reverts commit 239268e.
    
    * Fix linter issues
    
    * fix wrong fix
    
    * fix linter
    
    * fix the operationids (#17809)
    
    * correct resource name (#17846)
    
    * Add custom open id providers support (#17855)
    
    * Add custom open id providers support
    
    * Update description
    
    Co-authored-by: Xingjian Wang <79332479+xwang971@users.noreply.github.com>
    Co-authored-by: Zunli Hu <zuh@microsoft.com>
    Co-authored-by: Vaclav Turecek <vturecek@microsoft.com>
    Co-authored-by: Vini Soto <18271663+vinisoto@users.noreply.github.com>
    Co-authored-by: vinisoto <vinisoto@hotmail.com>
    Co-authored-by: erich-wang <eriwan@microsoft.com>
    Co-authored-by: Mike Vu <mdhvu@uwaterloo.ca>
    Co-authored-by: Sanchit Mehta <sanmeht@microsoft.com>
    9 people committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    8e5df22 View commit details
    Browse the repository at this point in the history
  4. [Hub Generated] Review request for Microsoft.Security to add version …

    …preview/2021-07-01-preview (#17460)
    
    * .
    
    * .
    kerend committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    72808f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a67988c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3ab15b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e441a28 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bbea558 View commit details
    Browse the repository at this point in the history
  9. Add aliases to 2021-04-30-preview swagger for Azure search (#17253)

    * Add aliases to 2021-04-30-preview swagger for Azure search
    
    * add example for aliases in GetServiceStats
    
    * prettier changes
    
    * fix examples to use aliasName
    
    * add discriminator to LexicalNormalizer to fix validation error
    
    * fix validation error because of duration string
    
    Co-authored-by: Robert Lee <robertlee@microsoft.com>
    robertklee and Robert Lee committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    d850f41 View commit details
    Browse the repository at this point in the history
  10. Manually moving DataCollectionRules from Private PR. (#17845)

    * Create readme.md
    
    * Create post_IngestUsingDataCollectionRule.json
    
    * Create DataCollectionRules.json
    rajrame committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    3f59f46 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    9b0351b View commit details
    Browse the repository at this point in the history
  2. Initial commit for new version and new child resource type extended l… (

    #17681)
    
    * Initial commit for new version and new child resource type extended location
    
    New version: 2021-08-31-preview
    New child resource type: resource sync rule
    
    * Fix lint check errors and cross version breaking changes validation issues
    
    * Try to fix Cross-Version Breaking Changes
    
    * Revert changes to previous stable version
    
    * Remove "x-ms-identifiers" definition which will cause golang sdk generation error
    
    * Address review comments, revert unnecessary changes
    
    * Try fix breaking error
    
    * Revert changes which fix lint error but will cause cross version breaking changes
    
    * Fix lintdiff validation issue and also add back two updates for this version only
    
    * Update descriptions of properties of resource sync rules.
    
    * Update description of the resource sync rules API
    
    * Update description of resource sync rules selector property
    
    * Update description of matchExpressions
    
    * Update description of targetResourceGroup
    
    * Fix a required LintDiff check
    
    Adding "x-ms-identifiers": [] to matchExpressionsList
    
    * Add title to readme.typescript.md
    
    * Update specification/extendedlocation/resource-manager/readme.typescript.md
    
    * Revert cross version breacking changes
    
    Co-authored-by: Wei Dong <40835867+dw511214992@users.noreply.github.com>
    peter-li-ms and dw511214992 committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    bb45524 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccdf0b7 View commit details
    Browse the repository at this point in the history
  4. plural (#17876)

    Alancere committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    a0edb2b View commit details
    Browse the repository at this point in the history
  5. add property (#17878)

    Juliehzl committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    2b2c5b8 View commit details
    Browse the repository at this point in the history
  6. [CosmosDB][2021-11-15-preview]Add enableMaterializedViews property to…

    … DB Account API's (#17864)
    
    * Added enableMaterializedViews property for DB account CRUD API's
    
    * revert package-lock.json
    
    * revert package-lock
    
    * update examples with enableMaterializedViews property
    
    * updated example
    
    * trigger
    
    * trigger
    
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    ajparule and msyyc committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    b4d0463 View commit details
    Browse the repository at this point in the history
  7. [Hub Generated] Review request for Microsoft.SqlVirtualMachine to add…

    … version preview/2021-11-01-preview (#17252)
    
    * Adds base for updating Microsoft.SqlVirtualMachine from version preview/2017-03-01-preview to version 2021-11-01-preview
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * add 2021-11-01 swagger
    
    * add missing files, spellcheck, add MAXDOP to custom-words
    
    * prettier check
    
    * fix model validation errors
    
    * fix swagger avocado failures, SDK azure-sdk-for-net failures due to DaysOfWeek
    
    * add system data to AvailabilityGroupListener, SqlVirtualMachineGroup, SqlVirtualMachine
    
    * update list operation for 2021-11-01
    
    * add ms-identifier to address lintdiff R4041
    
    * remove x-ms-identifiers property as it is not available yet on .net sdk
    
    * add SqlVirtualMachines_StartAssessment
    
    * update ResourceIdentity enum from IdentityTypeWithNone to IdentityType
    
    * update list operations json
    
    * prettier check
    
    * re-add ms-identifier to address lintdiff R4041
    rchlkm committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    18a4efa View commit details
    Browse the repository at this point in the history
  8. Add Swagger spec of MICROSOFT.DASHBOARD for Public Preview (#17667)

    * Add Swagger spec of MICROSOFT.DASHBOARD for Public Preview
    
    * Add sdk files
    
    * Use ErrorResponse from common-types
    
    * Update GrafanaResource to follow TrackedResources from common-types
    
    * Update specification/dashboard/resource-manager/readme.typescript.md
    
    Co-authored-by: Wei Dong <40835867+dw511214992@users.noreply.github.com>
    
    * Update specification/dashboard/resource-manager/readme.typescript.md
    
    Co-authored-by: Wei Dong <40835867+dw511214992@users.noreply.github.com>
    
    * Update specification/dashboard/resource-manager/readme.csharp.md
    
    Co-authored-by: Wei Dong <40835867+dw511214992@users.noreply.github.com>
    
    * Remove location from PATCH
    
    * Refer to OperationList from common types
    
    * Fix Swagger ModelValidation error
    
    * Remove GrafanaResourcePropertiesUpdateParameters
    
    * Update specification/dashboard/resource-manager/readme.md
    
    Co-authored-by: Wei Dong <40835867+dw511214992@users.noreply.github.com>
    
    * Update readme.python.md
    
    * Update specification/dashboard/resource-manager/readme.go.md
    
    * Update specification/dashboard/resource-manager/readme.md
    
    * Update readme.python.md
    
    * Update readme.md
    
    * Update specification/dashboard/resource-manager/readme.csharp.md
    
    Co-authored-by: Wei Dong <40835867+dw511214992@users.noreply.github.com>
    Co-authored-by: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com>
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    4 people committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    b4215a3 View commit details
    Browse the repository at this point in the history
  9. Users/sharathm/putmodelapi (#17386)

    * Put Model api for Personalizer
    
    * Moved api to v1.1-preview.3 and renamed api from model to signedmodel
    
    * Change api to allowed downloading signed and unsigned models.
    
    * Updates to add new parameter for signed for Get model api
    
    * Renamed example file reference
    
    * Fixed errors in model validation.
    
    * Fixed errors from prettier check.
    
    * Changed examples to match the generated files.
    
    * Manual updates to address breaking change issues
    
    * Updated as per feedback from api review meeting
    
    * Added description for Ocp-Apim-Subscription-Key
    
    * Renamed Evaluation_Apply to Evaluations_Apply
    
    * Reverting back the renaming operation since it was done in error.
    
    * Add description for body parameter of model/put call
    
    Co-authored-by: Decision Service <personalizer@microsoft.com>
    sharathmalladi and Decision Service committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    0f3093e View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Adding xms identifiers for RPs (#17753)

    * Adding x-ms-identifiers for AD Hybrid Health Service
    
    * remove added properties
    
    * Adding xms-identifiers for AlertsManagement
    
    * revert changes related to files outside resource-manager
    
    * Adding xms-ids for ApiManagement
    
    * adding xms-ids for AzureData
    
    * Adding xms-ids for COnfidentialLedger
    
    * Adding xms ids for Confluent
    
    * Adding xms-ids for CostManagement
    
    * Adding xms ids for DataBox
    
    * Adding xms ids for DataBricks
    
    * fix typos
    
    * Corrections after rebasing
    
    * corrections after rebase
    
    * fixing invalid format errors
    
    * changing the format to uuid for all Ids
    
    * prettier fix
    
    * prettier fix 2
    
    * reverting package files to main
    
    * revert noisy prettifier changes
    
    * revert some format changes in adhybrid
    
    * reverting noisy changes
    
    * removing adhybrid and alerts management
    
    * remove azuredata
    
    * remove apimanagement files from this PR
    agalerrotaru committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    1659cfd View commit details
    Browse the repository at this point in the history
  2. fix examples (#17698)

    solankisamir committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    5e440bd View commit details
    Browse the repository at this point in the history
  3. Adding xms-ids for Compute (#17633)

    * Adding xms-ids for Compute
    
    * porting changes to a newer gallery version
    agalerrotaru committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    c731fa1 View commit details
    Browse the repository at this point in the history
  4. S360 fix. (#17719)

    vayada committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    67223eb View commit details
    Browse the repository at this point in the history
  5. Add x-ms-identifiers to servicelinker/resource-manager. (#17778)

    Co-authored-by: Steven Vukelich <svukel@microsoft.com>
    vukelich and vukelich committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    997d936 View commit details
    Browse the repository at this point in the history
  6. swagger correctness fix for INVALID RESPONSE CODE. (#17750)

    Co-authored-by: Priyankar Gupta <priyagupta@microsoft.com>
    priyankarking and Priyankar Gupta committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    b6cd926 View commit details
    Browse the repository at this point in the history
  7. [Confidential Ledger] Example fixes and Swagger changes to accommodat…

    …e CLI / PowerShell generation (#17695)
    
    * add swagger generation code for azcli
    
    * fiddle with ordering because the cli-extension codegen did not seem to run
    
    * remove comment
    
    * update readme files as in latest docs
    
    * fix example for cli test case generation
    
    * spec fixes for codegen
    
    * update documentation
    
    * fix example
    
    * Update readme.python.md
    
    * Update readme.md
    
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    lynshi and msyyc committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    ef365e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    87a16db View commit details
    Browse the repository at this point in the history
  9. Update comment.yml (#17875)

    ruowan committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    cca1648 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    99b9fbc View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Mobile Network REST API Specification (#17730)

    * Mobile Network REST API Specification
    
    * Removed API versions 2020-06-01-preview and 2021-04-01-preview. Have only the API version 2022-01-01-preview in Public
    
    * Addressed Swagger Avocado and Swagger SpellCheck Errors
    
    * Addressed Parameters Order Errors
    
    * Merge azure-rest-api-specs-pr branch ssivathas/mobilenetwork-public-api into satravi/mobilenetwork-rest-api-specs
    
    * Removed Unreferenced JSON Files
    
    * Added support for Static IP Addressing to PMN
    
    * Addressed Swagger PrettierCheck Errors
    
    * Addressed Swagger ModelValidation Errors
    
    * change go config to track 2
    
    * Updated the API versions in SDK README files
    
    * Update readme.python.md
    
    * Update readme.md
    
    * Updated ActivationState to ConfigurationState
    
    * Addressed XmsIdentifierValidation Errors
    
    * Addressed DescriptionAndTitleMissing Errors
    
    * Generic name for N2 and N3 Interface attributes to support 4G Networks
    
    * Generic name for N6 Interface attribute to support 4G Networks
    
    * Generic name for N6 Interface attribute to support 4G Networks
    
    Co-authored-by: ArcturusZhang <dapzhang@microsoft.com>
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    3 people committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    fcb6c3d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. [Hub Generated] Review request for Microsoft.DataProtection to add ve…

    …rsion stable/2022-01-01 (#17261)
    
    * Adds base for updating Microsoft.DataProtection from version stable/2021-07-01 to version 2022-01-01
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * stop protection changes
    
    * Composite configure protection and restore changes
    
    * Adding new routes and API for operationStatus
    
    * Changes to Azure-AsyncOperation in examples
    
    * Fixing swagger correctness issue
    
    * prettier fix
    
    * Fixing Lint Diff error
    
    * Updating example for list operations API
    
    * Composite configure protection changes
    
    * FIxing OAV error
    
    * Swagger validation fixes
    
    * Swagger validation fixes
    
    * Swagger validation fixes
    
    * Swagger validation fixes
    
    * Swagger validation fixes
    
    * PR feedback changes
    
    * PR feedback changes
    
    Co-authored-by: amchandn <amchandn@microsoft.com>
    Co-authored-by: Pratima Upadhyay <pratima.upadhyay02@gmail.com>
    3 people committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    d2d4855 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. [Hub Generated] Review request for Microsoft.SecurityInsights to add …

    …version preview/2021-10-01-preview (#17837)
    
    * extract MicrosoftSecurityProductName to enum
    
    * extract AlertRuleTemplateStatus to enum
    
    * define FusionAlertRuleTemplateProperties
    
    * add back nested properties
    
    * add flatten to mitre and fusion properties objects
    
    * change position of required
    
    * define MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties
    
    * align required + add flatten
    
    * fix AlertSeverity ref
    
    * align type to avoid breaking change
    
    * add type for MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties
    laithhisham committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    3a1da75 View commit details
    Browse the repository at this point in the history
  2. Add x-ms-identifiers for WebApps (#17536)

    * Add x-ms-identifiers for WebApps
    
    * Run prettifier
    
    * Resolve PR review comment
    yantang-msft committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    bb9f120 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d9022a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2033a83 View commit details
    Browse the repository at this point in the history
  5. [Data Factory] Support rest-based connectors in Synapse (I) (#17922)

    * Enable excel in public swagger
    
    * update
    
    * rollback dataflow change
    
    * Support rest-based connectors in Synapse (I)
    
    Co-authored-by: zhanyu2014 <zhanyu@microsoft.com>
    yuzhangyi and zhanyu2024 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    efd3d66 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    8a4f425 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3850e7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe41884 View commit details
    Browse the repository at this point in the history
  4. add x-ms-enum to policyinsights (#17424)

    * add x-ms-enum to policyinsights
    
    * fix casing
    
    * resolve comments
    
    * resolve comments
    
    * resolve comment
    
    * align the parameters in all the polluted files
    ArcturusZhang committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    12573bd View commit details
    Browse the repository at this point in the history
  5. Revert "[Communication] Adding 2022-02-01 NetworkTraversal API versio…

    …n for General Availability (#16946)" (#17911)
    
    This reverts commit 1824478.
    ajpeacock0 committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    61a8b24 View commit details
    Browse the repository at this point in the history
  6. Autorest related fix to data-plane API of Azure Load Testing (#17705)

    * Add description to formData in loadtest data-plane API
    
    * Modify description for loadtest upload route in data-plane API
    Harshan01 committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    291dc17 View commit details
    Browse the repository at this point in the history