-
Notifications
You must be signed in to change notification settings - Fork 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
Master merge #11793
Merged
kasobol-msft
merged 152 commits into
Azure:feature/storage/stg73
from
rickle-msft:masterMerge
Jun 5, 2020
Merged
Master merge #11793
kasobol-msft
merged 152 commits into
Azure:feature/storage/stg73
from
rickle-msft:masterMerge
Jun 5, 2020
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
* set global SubscriptionConfiguration * add default value to $(SubscriptionConfiguration) * set $(SubscriptionConfiguration) at the template job's level
* Pull swagger new changes * Make readme changes
* Update relativePath to azure-data-sdk-parent pom * Move the plugin configuration into pluginManagement from reporting
* Adding more flexible support for encodings.
* Misc fixes for cosmos public surface APIs * Added constant for warning annotation message
* update compute version and regenerate code * manual fix to clear compile error * update session records * fix spotbugs error * manual fix for map serialization * update compute sample session records
* Update synchronous receive sample. * Remove ReceiveAsyncOptions and fix build breaks. * Update peek -> browse * Add support for maximum lock renewal time. * Fix completion with sessionId. * Adding integration tag. * Fix documentation. Add overload for String.
* IncludedPath/ExcludedPath update * revert some change * resolve comments * fix * resolve comments Co-authored-by: Annie Liang <[email protected]>
* UpdateConflictResolutionPolicyDocsUpdate Co-authored-by: Annie Liang <[email protected]>
* Deleted pacakge private Transform but move all context from it to Utility in the impl package * remove Transform checkstyle suppression
* Moved ConsistencyPolicy to implementation * Fixed public constructor of ConsistencyPolicy. Added package-private constructors for ConflictResolutionPolicy for Json serializable ModelBridgeInternal APIs * Re-extending JsonSerializable since ConsistencyPolicy is internal now
* move PollerFactory to polling package; remove AzureHost * rename azure-management-core * fix checkstyle * Revert "rename azure-management-core" This reverts commit b07ffb3. * revert fluent sdk change
* movingFeedDiagnosticToCosmosDiagnostic * moving feeddiagnostics to implementation
* removingAccessConditionClassType * doc correction * Etag -> ETag
* CosmosClientException Update Co-authored-by: Annie Liang <[email protected]>
* Change from CosmosKeyCredential to AzureKeyCredential * change keyCredential to credential Co-authored-by: Annie Liang <[email protected]>
…11108) Currently we don't support connection via proxy for ManagementClient, but we have proxy support for QueueClient, SubscriptionClient, MessageSender, MessageReceiver via AMQP. This change will address the feature gap. Azure#10311
* share artifact staging. add release stage Co-authored-by: James Suplizio <[email protected]>
alzimmermsft
approved these changes
Jun 4, 2020
Is it somehow possible to extract just diff for |
kasobol-msft
approved these changes
Jun 5, 2020
/azp run java - storage -ci |
No pipelines are associated with this pull request. |
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.
Merging master into stg73 to pull in some bug fixes and resolve conflicts.