-
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
[AutoPR search/resource-manager] Add search/resource-manager/readme.typescript.md #166
Closed
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
Add search/resource-manager/readme.typescript.md
…ce-2018-10-10-560 Generate @azure/arm-containerservice package
…8-10-11-775 Generate @azure/arm-frontdoor package
add Microsoft open source code of conduct
…18-10-11-284 Generate @azure/arm-devtestlabs package
…2018-10-10-860 Generate @azure/arm-servicefabric package
…ts-2018-10-11-594 Generate @azure/arm-customerinsights package
…18-10-11-737 Generate @azure/arm-datafactory package
…2018-10-11-765 Generate @azure/arm-datamigration package
* Refactor Gulp structure * Install nodegit * Fix missing imports * Refactor structure #2 * Refactor codegen * Fix common.ts merge conflicts * Add basic git operations * Add updating main readme.md * Fix branching * Add GitHub integration * Add draft of SDK generation * Add automated PR creation for SDK creation * Refactor file to use logger * Add passing token as a command line argument * Add capturing printed text * Refactor logging * Fix incorrect path bug * Add committing and creating PRs in transactions * Fix hard coded token * Remove debug token printing * Add step skipping * Add @Azure prefix to package names * Add additional logging * Change generated name of data-plane SDKs * Remove unnecessary b option
remove the identity properties
Adding OpenShiftManagedClusterBaseIdentityProvider and rename properties
Update SwaggerToSDK generator version to 2.0.559
…ice-2018-10-12-779 Generate @azure/arm-containerservice package
…ource-manager [AutoPR] containerservices/resource-manager
…-01 for Consumption API (#178) * Generated from eff7dad034d8ea33e7680577ec3cd1de166e473e Updated readme.md per review comment * Generated from c2821abb9e291b0035e8befe7a6f5603c4bef5a3 Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs # Conflicts: # specification/consumption/resource-manager/readme.md * Generated from 63c2d0f4fa8af538b59fa39aea1905b142a9fb5f Updated version and replace subscriptionGuids with subscription Guids in Consumption.json Per comment
…ource-manager [AutoPR] containerregistry/resource-manager
fixed json examples
…manager [AutoPR] consumption/resource-manager
…manager Regenerate arm-consumption
[AutoPR] sql/resource-manager
…18-10-12-892' into restapi_auto_generated/search-2018-10-12-892
jeremymeng
pushed a commit
to jeremymeng/azure-sdk-for-js
that referenced
this pull request
Feb 12, 2019
[EPH] use EventHubConnectionConfig and remove dependency on amp-common and rhea-promise
jeremymeng
pushed a commit
to jeremymeng/azure-sdk-for-js
that referenced
this pull request
Apr 3, 2019
BigInt is only used in two places now and I think we can remove it: ### [VectorSessionToken comparison](https://github.com/Azure/azure-cosmos-js/blob/766720d8cd8726b9ac65eb6b0548e862f179f13f/src/session/VectorSessionToken.ts#L107) Replaced with a string comparison function. We shouldn't need to convert to BigInt. ### [Session Container](https://github.com/Azure/azure-cosmos-js/blob/master/src/session/sessionContainer.ts#L59) The `ownerID` string an 8 byte base64 string parsed by `ResourceId`. The first 4 bytes are the databse and the second 4 are the collection. I think ownerID is sufficient to use directly as it already uniquely identifies the database+collection. If it is not, we can use raw node Buffers to perform the logic [here](Azure/azure-cosmos-js@master...remove-big-integer#diff-ac46183cc7f342585b6ce3920b0e414aL248). We'll also need a function for doing bitwise or on two buffers.
HarshaNalluru
pushed a commit
to HarshaNalluru/azure-sdk-for-js
that referenced
this pull request
Apr 12, 2019
[EPH] use EventHubConnectionConfig and remove dependency on amp-common and rhea-promise
bterlson
pushed a commit
to bterlson/azure-sdk-for-js
that referenced
this pull request
May 24, 2019
Restructure some of documentation comments
sarangan12
pushed a commit
to sarangan12/azure-sdk-for-js
that referenced
this pull request
Jul 14, 2020
Move validation to runtime
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.
Created to sync Azure/azure-rest-api-specs#4228