Mike Harder

Results 48 issues of Mike Harder

Extension `@autorest.testmodeler` was recently broken by an update to a transitive dependency (https://github.com/Azure/azure-sdk-tools/issues/5183). The `@autorest.testmodeler` package includes an `npm-shrinkwrap.json` file, in an attempt to pin it's dependencies. However, autorest uses...

needs-team-attention

- Fixes #28526 - Introduced in #27801 ## Before ``` Running git diff on folder /home/mharder/specs-mh/specification/contosowidgetmanager Rule Compile failed Files generated: Files modified: specification/contosowidgetmanager/data-plane/Azure.Contoso.WidgetManager/preview/2022-11-01-preview/widgets.json Files has been gerenate/changed after tsp...

Output no longer includes the text of `git diff` if there are changes, which forces spec authors to run tool locally to see the actual diff. https://github.com/Azure/azure-rest-api-specs/pull/27801/files#diff-fe379710846bc9ecb70fe85d47c151303d749b9b43ed35e8a505aa819a0cf27bR47-R51 Add back the...

## Simplified Repro ``` $ docker run -it --rm ubuntu root@3482a89eb56d:/# history 1 apt-get update 2 apt-get -y install sudo curl nano 3 useradd -ms /bin/bash -G sudo newuser 4...

bug
installer

https://github.com/Azure/azure-rest-api-specs/blob/main/documentation/directory-structure.md#advanced-scenario-service-group Example PR adding a sub-service: https://github.com/Azure/azure-rest-api-specs-pr/pull/17717/checks?check_run_id=24311732426 A possible fix would be, if we don't find `specification/foo/resource-manager/Microsoft.Foo/Bar/stable`, we would fallback and look for `specification/foo/resource-manager/Microsoft.Foo/stable`. If this parent stable folder exists,...

PR https://github.com/Azure/azure-rest-api-specs/pull/28160 is failing LintDiff with this error: > "!Error: Invalid Reference file: -- file:///mnt/vss/_work/1/azure-rest-api-specs/specification/common-types/resource-management/v5/types.json#/components/parameters/ApiVersionParameter" We believe this is because the spec uses `$ref` under section `parameters` which is not...

Try to improve the error message from: ``` No input files provided. ``` To something like: ``` No input files provided for tag 'package-2024-05-01-preview' (include if default tag). Perhaps the...