-
Notifications
You must be signed in to change notification settings - Fork 839
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
Sync latest with master #7746
Merged
Merged
Sync latest with master #7746
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
Fix errors in old Network API version
Fixed bundle name in readme.md
Fix duplicate path in old Network API version
…zure#3826) * Generated from 71c04b82c5fd21293f99a0ebd01ddfefc8224f94 OpenAPIv3 support documented * Generated from 33b167858c331cb654440abfd94b3e49294531c0 Enum name fixed. Example added
Add tag: package-2019-01 to ruby and go readme files
ComputerName definition update on previous version of stable swagger file
* Reuse the http client for ASM calls. Throttle retries when ServiceUnavailable responses are received * code cleanup:- Removed the only other occurence in sendAzureRequest() since the httpClient was already setup in makeClient(). Removed the nil check inside the function as the parameter is passed in as a value type. * Reverted the change as it was inadvertent during testing * Code improvements. Use the configurable Poll interval and check for both service unavaialbe and throttling messages
Update storageContainerUrl description
Add network 2018-11-01 to Go SDK
… Grid (Azure#3962) * Generated from b71f71867adc838bf67548408257cd0b5c301fb2 format fix * Generated from c262b34584805f12aefcb1f91ce687dbdc02d559 edit artifact descriptions
updated formating
Undoing unintended removal of a field
added link to disk properties for UltraSSD values
…umentation for Face API's new Snapshot features. (Azure#3941) * Generated from 2662c92f89bbd0d23bcd042cb8ee4401d9ec33ff Add period after quota description. * Generated from c88a6f0cf2096a86ec5e870bd7524d0b01b152ae Change 。 to .
Update compute.json Add ProtectFromScaleIn property to VMScaleSetVM properties
Fix Go SDK codegen for azure-kusto
Changed parameters to an array in elevateAccess
fixes for reference documentation
…for Microsoft.Consumption to add version 2019-01-01 (Azure#4002) * Generated from a2b1e8bc09063a59d349ebe4a093416dbbb719b7 updated readme to support new stable version 2019-01-01 * Generated from ac1beddbdb7477174b9b956c4eabd6462f2996db introducing MG scope for tags/budgets introduce scope (method) parameter for APIs that support numerous scopes (arm-team suggestion implemented)
Merge pull request #1 from anuchandy/data-classification-java-codegen Fixing java codegen
Added missing directory argument to indexer. Fixed indexer to always calculate absolute path.
* Generated from 1998d0a6549d02cceed76351dbbbfc131382fa80 (Azure#6757) Adding all files, examples (removed the readonly from encryption services for table and queue) * Generate new profiles (Azure#6775) * Generated from 388db566203544de71b9f5fb0d6c6a4c54c79b6d (Azure#6782) Add new api-versions for frontdoor * Generated from 388db566203544de71b9f5fb0d6c6a4c54c79b6d (Azure#6783) Add new api-versions for frontdoor * Generated from 388db566203544de71b9f5fb0d6c6a4c54c79b6d (Azure#6784) Add new api-versions for frontdoor * Generated from 388db566203544de71b9f5fb0d6c6a4c54c79b6d (Azure#6785) Add new api-versions for frontdoor * Generated from 388db566203544de71b9f5fb0d6c6a4c54c79b6d (Azure#6786) Add new api-versions for frontdoor * Generate profiles (Azure#6787) * v38.1.0 Co-authored-by: openapi-sdkautomation[bot] <37845953+openapi-sdkautomation[bot]@users.noreply.github.com>
* add go1.13 build constraints to track2 exclude all track2 source files from the build for versions of Go earlier than 1.13. add track2 back to track1 CI to ensure constraints work * fix grep, exclude track2 tests * add verbose flag to vet
* Add support for marshalling/unmarshalling JSON Removed Response.Payload field, replacing it with an internal implementation nopClosingBytesReader. * exit early when unmarshalling if there's no payload
* Generated from 4bc9f1d4e2d95c6b43e61e59740aae7a79241e3d (Azure#6774) add the required property on inputschemamapping * 2020-04-preview (Azure#6885) * Generated from b35bc2bb9272e1d61d5024394f582b01a56cbf03 (Azure#6894) added missing swagger-to-sdk * Generated from 30ec96c398eaa29469e127fdd84e9484a6d76d4c (Azure#6812) Add a new api-version for storage sync * Generated from 989084ff956004c5d49b097eee9fd58d3feaa469 (Azure#6716) Add go sdk for attestation * Re-generating profiles (Azure#6895) * v38.2.0 Co-authored-by: openapi-sdkautomation[bot] <37845953+openapi-sdkautomation[bot]@users.noreply.github.com> Co-authored-by: Arcturus <ufo54153@gmail.com>
Added DefaultRetryOptions() to create initialized default options. Removed Response.CheckStatusCode() as it can't create custom errors.
* Update dependency and major release strategy * Generated from latest swagger * v39.0.0
* Generated from 5c6672f45c07efdc8e17c1270073d7697870ca1a Add new api version of reservation for go SDK * Generated from 9d74b2cbc6d172eff6958db1e5fb12115607bc92 Add new api version of apimanagement for go SDK * Generated from databox/resource-manager * Regenerate profiles & fmt * v39.1.0
* Enable custom RetryOptions to be specified per API call Added WithRetryOptions() that adds a custom RetryOptions to the provided context, allowing custom settings per API call. Remove 429 from the list of default HTTP status codes for retry. Change StatusCodesForRetry to a slice so consumers can append to it. * minor tweaks * Added support for retry-after in HTTP-date format. Cleaned up some comments specific to storage. * remove Request.SetQueryParam() * improve name * MaxTries => MaxRetries * change name back
AutoScaler Profile Change (Azure#8350) * add autoScalerProfile to spec * add example for put MC * add to custom words * add list of accepted params * disable linting for profile * update example
* update go-autorest and code generator to latest versions (Azure#7364) * Generated from 637cebb38d15f63f96fab9cd7ec75f9f661f12b6 Add config for go for service synapse * Generated from containservice latest swagger * Regenerate profiles * v39.3.0 Co-authored-by: Joel Hendrix <jhendrix@microsoft.com>
Explicitly call cancel the per-try timeout when the response body has been read/closed by the body download policy. When the response body is returned to the caller for reading/closing, wrap it in a responseBodyReader that will cancel the timeout when the body is closed. Logger.Should() will return false if no listener is set.
* Fix SDK Automation Failure (Azure#7545) * Fix nil dereference error (Azure#7546) e.Table.tsc.client.exec can return nil resp and non-nil err. This causes resp.StatusCode to crash with nil dereference. This change adds the nil check on resp before accessing StatusCode. * Generated from latest swagger * v40.0.0 Co-authored-by: Phoenix He <tih@microsoft.com> Co-authored-by: Ashvin Deodhar <asdeodha@microsoft.com>
ArcturusZhang
requested review from
catalinaperalta and
jhendrixMSFT
as code owners
March 2, 2020 06:37
Can one of the admins verify this patch? |
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 merge-back from master to latest after a major release.
latest
branch.