-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regenerate arm-subscriptions #33
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RikkiGibson
approved these changes
Oct 5, 2018
jeremymeng
pushed a commit
to jeremymeng/azure-sdk-for-js
that referenced
this pull request
Apr 3, 2019
* Add prettier and format files * Turn off email notifications for builds
HarshaNalluru
referenced
this pull request
in HarshaNalluru/azure-sdk-for-js
Apr 12, 2019
Regenerate arm-subscriptions
ramya0820
pushed a commit
to ramya0820/azure-sdk-for-js
that referenced
this pull request
May 1, 2019
daviwil
pushed a commit
to daviwil/azure-sdk-for-js
that referenced
this pull request
Jun 7, 2019
Bump minor version
HarshaNalluru
added a commit
that referenced
this pull request
Aug 11, 2021
* getting started * testProxyClient is not set, please make sure the client/options are configured properly. * if (!request.headers.get("x-recording-upstream-base-uri")) set upstream uri * Add undici * checkpoint
HarshaNalluru
added a commit
that referenced
this pull request
Aug 12, 2021
* test-proxy in options * recordingClient from recorder-new * getRecordingClient public method * blobServiceClient uses getRecordingClient * not browser * checkpoint * add login steps in getting started * checkpoint * NaN bug fix * remove temp-location note * logs and minor tweaks - some bug at playback * remove logs * update options * rushx format * fix sendRequest * removing unneeded details * getting started and removing console.log * improve type readability * do not redeclare static PerfStressTest.recorder * rushx format * simplified tsconfig * create project * create project * simple and batch tests * core-v2 prototype with addPolicy * readem disclaimer * Address Mike's feedback * rename recorder to testProxyHttpClient * rename * fix build failures * rushx format * fix test * readme and getting started * pnpm-lock file * rename policy * swap v1 and v2 * bug fix * update getting started * update getting started * rushx format * changelog * Scott says no need to login anymore * Add workflow in comments * description * pnpm-lock file * RecordingStateManager * URLBuilder -> URL * rushx format * readme * lock file * Update sdk/test-utils/perfstress/src/options.ts Co-authored-by: Mike Harder <[email protected]> * configureClientOptionsCoreV1 & configureClient * update types * comments * getting started * testProxyClient is not set, please make sure the client/options are configured properly. * if (!request.headers.get("x-recording-upstream-base-uri")) set upstream uri * Add undici * Investigate hanging docker or image (#33) * getting started * testProxyClient is not set, please make sure the client/options are configured properly. * if (!request.headers.get("x-recording-upstream-base-uri")) set upstream uri * Add undici * checkpoint * make core-v2 client identical to core-v1 except for sendReq * update error message * formatting * TestProxyHttpClientV1 depends on V2 * rushx format * Mike's final minor feedback * For corev1, extend TestProxyHttpClient instead of DefaultHttpClient * update tests file * no instaceof checks * move to http.request * Jeff's feedback * CachedProxyClients * keep clients on the test class * bad merge conflict resolution * Update sdk/test-utils/perfstress/GettingStarted.md * final minor feedback * remove CachedProxyClients wrapper Co-authored-by: Jose Manuel Heredia Hidalgo <[email protected]> Co-authored-by: Mike Harder <[email protected]>
ckairen
pushed a commit
to ckairen/azure-sdk-for-js
that referenced
this pull request
Aug 24, 2021
) * test-proxy in options * recordingClient from recorder-new * getRecordingClient public method * blobServiceClient uses getRecordingClient * not browser * checkpoint * add login steps in getting started * checkpoint * NaN bug fix * remove temp-location note * logs and minor tweaks - some bug at playback * remove logs * update options * rushx format * fix sendRequest * removing unneeded details * getting started and removing console.log * improve type readability * do not redeclare static PerfStressTest.recorder * rushx format * simplified tsconfig * create project * create project * simple and batch tests * core-v2 prototype with addPolicy * readem disclaimer * Address Mike's feedback * rename recorder to testProxyHttpClient * rename * fix build failures * rushx format * fix test * readme and getting started * pnpm-lock file * rename policy * swap v1 and v2 * bug fix * update getting started * update getting started * rushx format * changelog * Scott says no need to login anymore * Add workflow in comments * description * pnpm-lock file * RecordingStateManager * URLBuilder -> URL * rushx format * readme * lock file * Update sdk/test-utils/perfstress/src/options.ts Co-authored-by: Mike Harder <[email protected]> * configureClientOptionsCoreV1 & configureClient * update types * comments * getting started * testProxyClient is not set, please make sure the client/options are configured properly. * if (!request.headers.get("x-recording-upstream-base-uri")) set upstream uri * Add undici * Investigate hanging docker or image (Azure#33) * getting started * testProxyClient is not set, please make sure the client/options are configured properly. * if (!request.headers.get("x-recording-upstream-base-uri")) set upstream uri * Add undici * checkpoint * make core-v2 client identical to core-v1 except for sendReq * update error message * formatting * TestProxyHttpClientV1 depends on V2 * rushx format * Mike's final minor feedback * For corev1, extend TestProxyHttpClient instead of DefaultHttpClient * update tests file * no instaceof checks * move to http.request * Jeff's feedback * CachedProxyClients * keep clients on the test class * bad merge conflict resolution * Update sdk/test-utils/perfstress/GettingStarted.md * final minor feedback * remove CachedProxyClients wrapper Co-authored-by: Jose Manuel Heredia Hidalgo <[email protected]> Co-authored-by: Mike Harder <[email protected]>
This pull request was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is a little different than my normal generation PRs. It looks like the subscriptions specification used to be under the resources folder in azure-rest-api-specs, but then sometime between 2016-06 and now they moved it to the subscription folder instead. When we fully go multi-api, then we may need to come back here and update the resources/resource-manager/readme.typescript.md file to generate multi-api packages for subscription, but for now we can just use the package generated by the subscription folder.