Skip to content

Releases: Azure/azure-sdk-tools

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

10 Nov 21:47
6a50931
Compare
Choose a tag to compare
Add optional TestResourcesDirectory override parameter (#4623)

Resolves #4450

This adds an optional `TestResourcesDirectory` parameter to `New-TestResources.ps1` to enable searching for templates outside the immediate service directory (the specific scenario in mind is a sub-project directory).

There are a couple benefits and drawbacks to the approach I took here:

- In this PR, the resource and environment variable naming is still determined by the service directory. This means that no test code needs to be changed to handle new environment variable prefixes.
- A drawback of ^^ is parallel local testing of multiple sub-projects within the same service directory will cause resource and environment variable naming conflicts, unless `-BaseName` is also passed in. 
- The above drawback could be partially addressed by determining resource naming based on `TestResourcesDirectory` but keeping the environment variable behavior. That way you could deploy in multiple shell sessions without env var overlap. However, this will require people to run `Update-TestResources.ps1` and `Remove-TestResources.ps1` with a `TestResourcesDirectory` parameter as well in order for us to discover the resource group name consistently. I think it is better to prioritize keeping the update/remove scripts simple and require `-BaseName` for parallel local testing of sub-projects.

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

10 Nov 16:30
e9288f1
Compare
Choose a tag to compare
Add more than one APIKey support (#4676)

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

10 Nov 01:11
4026d0b
Compare
Choose a tag to compare
Feature/preview package name approval (#4624)

* Add support for Package name approval in APIView

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

09 Nov 21:22
8193912
Compare
Choose a tag to compare
Updating check enforcer permissions to enable writing comments (#4669)

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

09 Nov 20:01
a1f8ba5
Compare
Choose a tag to compare
Improve Error Page (#4649)

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

09 Nov 19:52
900ff9a
Compare
Choose a tag to compare
Ensure Diff lines are calculated for revision added via DetectApiChan…

…ges codepath (#4660)

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

09 Nov 03:51
b60e777
Compare
Choose a tag to compare
add null check for swagger apiview (#4638)

* add null check for swagger apiview

* Add type format for SwaggerApiViewParameters

* add null check

* update changelog and bump version

* reformat

* Change enum type to JsonElement support int,string, boolean type.

* update changelog

* remove wrong refChain operation

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

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

09 Nov 02:46
b60e777
Compare
Choose a tag to compare
add null check for swagger apiview (#4638)

* add null check for swagger apiview

* Add type format for SwaggerApiViewParameters

* add null check

* update changelog and bump version

* reformat

* Change enum type to JsonElement support int,string, boolean type.

* update changelog

* remove wrong refChain operation

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

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

09 Nov 02:15
b60e777
Compare
Choose a tag to compare
add null check for swagger apiview (#4638)

* add null check for swagger apiview

* Add type format for SwaggerApiViewParameters

* add null check

* update changelog and bump version

* reformat

* Change enum type to JsonElement support int,string, boolean type.

* update changelog

* remove wrong refChain operation

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

Azure.Sdk.Tools.SwaggerApiParser_1.0.1-dev.20221108.2

08 Nov 17:54
75e58ab
Compare
Choose a tag to compare
[stress testing] Set default LimitRange for stress container resource…

… requests (#4629)

Fixes #4614