* type misformatted
* update checker
* update script
* check diff incorrect types
* add to readme
* typo in readme
* typo2
* make class list
* specify
* update
* order of param
* switch back
* fix
* update readme
* remove re import
* update format
* forgot space
* correct test
* remove raises
* raises
* order
- Update Azure.Core.TestFramework.csproj to ensure consistent versions
- If reference is missing, ignore instead of throwing
- Required when updating multiple projects which may not contain all references
* create tool tsp-client
* [tsp-client] Refactor tsp-client (#6887)
* update options
* add additional fs helper methods
* update options and usage text
* refactor + update commands
* add additional directories support
* add function to compile from shell
* use additional dirs, call tsp compile
* return empty list for additional dirs
* add init option
* use service as project name
* improve directory naming
* allow raw github content url for init, include additional dirs in yaml
* rename file
* use cp with promises
* fix remove dir
* remove existssync
* clean up
* more clean up
* rename to syncAndGenerate
* remove then from fs
* remove then use
* remove var
* improve loop
* remove shell usage
* refactor url parser
* refactor to use compile method from typespec lib
* Rename function
* add more init functionality
* update log message
* add support for local spec repo
* add emitter options flag
* reorganize code
* support commit and repo update
* support config url update
* simplify emitter search in emitter-package.json
* update package.json
* prompt user for correct output dir
* improve error message
* clean up
* add initial local spec support
* fix author
* update chaining format
* fix resolveTspConfigUrl
* simplify tspconfig variable search
* fix getEmitterFromRepoConfig
* fs updates
* update package.json
---------
Co-authored-by: catalinaperalta <catalinaperaltah@hotmail.com>
* [JimBot] Update package version in use
The focus of these changes is to update the version of the package used by
Actions to deploy the changes recently made to remove the "CXP Attention"
rule and tweak the "needs-team-triage" criteria to ignore issues with an
assignment already made.
* Updating package version for configured workflows
- Pipeline normally runs in 15 minutes, so 60 minutes is plenty of time
- We should not use infinite timeouts, to avoid blocking build agents indefinitely
* Remove codeowners resolution logic from docs scripts
* Remove parameters that aren't needed
* Fix test expectations to exclude metadata that's been removed
* Remove auth information from update-docsms-metadata.yml
* Fix notification-configuration.sln
* [JimBot] Remove CXP Attention rule
The focus of these changes is to remove the rule attached to the "CXP Attention"
label that has been removed from the Azure SDK repositories. Also riding along
is a tweak to the "needs-team-triage" criteria to avoid applying it when an
issue has already been assigned.
* missing kw only args
* update tests
* also on class
* Update tools/pylint-extensions/azure-pylint-guidelines-checker/pylint_guidelines_checker.py
Co-authored-by: Krista Pratico <krpratic@microsoft.com>
* update comparison test
* update naming
* update readme
* order of param
---------
Co-authored-by: Krista Pratico <krpratic@microsoft.com>
* Fix .NET branding in public docs
Was an attempt to try fixing issue #6924 but it seems that code may live elsewhere. Figured I might as well update public-facing first-party branding in this repo while I was in here.
* Update src/dotnet/APIView/APIViewWeb/CONTRIBUTING.md
Co-authored-by: Mariana Rios Flores <mariari@microsoft.com>
* Resolve PR feedback
---------
Co-authored-by: Mariana Rios Flores <mariari@microsoft.com>
* some improvements
1. make CHANGELOG.MD to CHANGELOG.md for case-sensitive environment
2. move spec version bump from Other Changes to Features Added group
* small improve