### Packages impacted by this PR
None
### Describe the problem that is addressed by this PR
Our friendly CI linkchecker noticed that the GPL link in contributing.md
was broken, so I updated the links to opensource.org. Other license
links were still active, but were being redirected, so I updated those
as well.
* Adding a note in the readme to release publicly
* rename `@azure/test-utils-recorder` to `@azure-tools/test-recorder`
* lock file
* delete recorder new file
This PR deletes the git precommit hook after folks complained about it. I am keeping the rush prettier command in case anyone wants to keep the hook locally.
I will merge this PR after I add a step for formatting checking in CI.
* update the CONTRIBUTING.md guide to point to the automatic debug configuration feature in vscode
* delete all custome vscode configs
* factoring out coverage scripts so that mocha with ts-node can work with vscode debugger
This PR is here to save us from the Deploy button rabbit hole and put us back in track with powershell.
The Deploy Button approach has considerable caveats. Some of them being:
The forms they generate don't provide a lot of tooling to explain how to fill these properties.
The forms they generate require considerable knowledge to feel its properties.
They appear to be simple at a first glance, but they require considerable documentation to make them viable for general users.
Instead of continuing to go the route of Deploy Buttons, we can re-use the PowerShell programs that have been made available in out TS/JS SDK just as well as they exist in the other languages' SDKs, and which have already been documented once at the root of the project, and only make reference to these tools in the test folders, where contributors will surely check. Other general consumers should be safe by ignoring these and simply following the available Azure documentation to create any resources for their own programs, without having to worry about the specific needs of our integration tests.
This PR does the same change on all of the other projects that have test-resources.json.
Once this is merged, the following issues will be solved:
Closes#7532 , since it will be OK to keep template parameters in the ARM templates.
Closes#7366 , since the new indications will suffice.
Closes#7365 , since the new indications will suffice.
Closes#7364 , since the new indications will suffice.
Closes#7363 , since the new indications will suffice.
Closes#6647 , since there will be no remaining pending tasks.
Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
* Improved comments for `BlockBlobURL.upload()` fixed#29.
* * Exported `HttpRequestBody` type for who wants to implement a customized HTTP client.
* Added sleep for server latency failed test cases
* Updated wiki link to readme
* Update README.md
* Fix typo in browser test instructions
* fix#65 correct 30 * 60 * 1000 = 30 mins
* keep files corresponding to the changes only
* Resolve merge conflicts
* Resolve conflicts due to merge resolutions
* Make changes correspondingly in typescript samples