Skip to content

Releases: Azure/azure-sdk-tools

Azure.Sdk.Tools.SwaggerApiParser_1.0.3-dev.20221122.1

22 Nov 19:21
57cc5a4
Compare
Choose a tag to compare
Fix stress watcher to delete test resources on job deletion events (#…

…4772)

Azure.Sdk.Tools.SwaggerApiParser_1.0.3-dev.20221121.3

22 Nov 02:42
024afdd
Compare
Choose a tag to compare
Prepare APIView for Testing (#4721)

Azure.Sdk.Tools.SwaggerApiParser_1.0.3-dev.20221121.2

22 Nov 02:23
ffb60fc
Compare
Choose a tag to compare
Swagger api parser fix (#4740)

* remove trailing colon

* support operation level parameters

* Fix circular reference issue for cross file reference schema

* Safe to add definitions to cache

* static variable for operationMethods

Co-authored-by: ruowan <ruowan@ruowandeMacBook-Pro.local>

Azure.Sdk.Tools.TestProxy_1.0.0-dev.20221121.1

21 Nov 18:59
79f7e16
Compare
Choose a tag to compare
bringYourOwnTestProxy (#4758)

Azure.Sdk.Tools.SwaggerApiParser_1.0.2-dev.20221121.1

21 Nov 18:58
79f7e16
Compare
Choose a tag to compare
bringYourOwnTestProxy (#4758)

Azure.Sdk.Tools.SwaggerApiParser_1.0.2-dev.20221118.2

18 Nov 20:41
7a7d27b
Compare
Choose a tag to compare
Fix push script passing in optional argument (#4746)

With new PS command line parsing update in 7.3 they explicitly pass "" to the native commands which in our usage here we don't want. However setting the variable to null instead works for our scenario with both command line parsing strategies so using it here.

Azure.Sdk.Tools.SwaggerApiParser_1.0.2-dev.20221118.1

18 Nov 15:17
8198432
Compare
Choose a tag to compare
bugfix: when pr exists, get the PR (#4754)

* bugfix when pr exists

Azure.Sdk.Tools.TestProxy_1.0.0-dev.20221117.2

17 Nov 21:19
01c8ff4
Compare
Choose a tag to compare
ensure that we set safedirectory on all entrypoints (#4714)

Azure.Sdk.Tools.TestProxy_1.0.0-dev.20221117.1

17 Nov 18:10
f320fbd
Compare
Choose a tag to compare
Use powershell argument syntax in test proxy transition script (#4733)

Azure.Sdk.Tools.TestProxy_1.0.0-dev.20221116.4

17 Nov 02:30
9ab028e
Compare
Choose a tag to compare
Transition script not throwing error properly (#4730)

* we should be throwing and exiting properly