Skip to content

Releases: Azure/azure-sdk-tools

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

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

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

17 Nov 19:16
4b5b7ba
Compare
Choose a tag to compare
Use the new audience field (#4728)

Use the new audience for service readme script.

For docs:
1. We use the APIs in release pipeline through Metadata-Helpers.ps1. (Fixed in this PR)
2. We use the API in docindex pipeline through Metadata-Helpers.ps1. (Fixed in this PR)

For notification:
1. We use the APIs from `NotificationCreator` through the `GitHubToAADConverter`

For pipeline owner extractor:
1. We use the APIs from `pipeline-owners-extractor` through the `GitHubToAADConverter`

Testing pipeline: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=1993950&view=results

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

17 Nov 18:39
1384308
Compare
Choose a tag to compare
Extend GetReviewStatus to retireve specific reviews via reviewId (#4703)

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

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

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

17 Nov 17:48
abac3e7
Compare
Choose a tag to compare
Add new check in APIView to verify and enforce package name approval …

…(#4628)

Add new step in API check step to enforce package name approval for preview version release.

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

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

* we should be throwing and exiting properly

Stress.Watcher_1.0.0-dev.20221116.2

16 Nov 21:11
bc3f307
Compare
Choose a tag to compare
Pre-release
Bump kubernetes client version and addons version for stress watcher …

…(#4722)

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

16 Nov 23:41
Compare
Choose a tag to compare
test now works, but we aren't writing the recording for some reason.

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

16 Nov 20:53
Compare
Choose a tag to compare
orchestration, moving stuff around, preparing to re-use the proxy tra…

…nsport to show real tests

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

16 Nov 22:51
f400214
Compare
Choose a tag to compare
Fix minor issue getting stress secret labels with quoting and error h…

…andling (#4726)

In some environments, the lack of quoting is causing `$pkg.ReleaseName` to not resolve, resulting in a bad secret query.

```
Error from server (BadRequest): Unable to find "/v1, Resource=secrets" that match label 
selector "status=deployed,name=$($pkg.ReleaseName)", field selector "": unable to parse 
requirement: values[0][name]: Invalid value: "$": a valid label must be an empty string or 
consist of alphanumeric characters, '-', '_' or '.', and must start and end with an 
alphanumeric character (e.g. 'MyValue',  or 'my_value',  or '12345', regex used for 
validation is '(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?')
error executing jsonpath "{.items[0].metadata.name}": Error executing template: array index out of bounds: index 0, length 0. Printing more information for debugging the template:
        template was:
                {.items[0].metadata.name}
        object given to jsonpath engine was:
                map[string]interface {}{"apiVersion":"v1", "items":[]interface {}{}, "kind":"List", "metadata":map[string]interface {}{"resourceVersion":""}}
```