Deprecate auto creation of container for azure repository#22857
Merged
dadoonet merged 2 commits intoelastic:5.xfrom Jan 31, 2017
Merged
Deprecate auto creation of container for azure repository#22857dadoonet merged 2 commits intoelastic:5.xfrom
dadoonet merged 2 commits intoelastic:5.xfrom
Conversation
Similar to elastic#22843 but for azure Note that we need to add also this information to the deprecation documentation once it will be available (see elastic#22856).
dadoonet
added a commit
to dadoonet/elasticsearch
that referenced
this pull request
Jan 30, 2017
Follow up of elastic#22857 where we deprecate automatic creation of azure containers. BTW I found that the `AzureSnapshotRestoreServiceIntegTests` does not bring any value because it runs basically a Snapshot/Restore operation on local files which we already test in core. So instead of trying to fix it to make it pass with this PR, I simply removed it.
rjernst
approved these changes
Jan 30, 2017
This file contains hidden or 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
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.
Similar to #22843 but for azure
Note that we need to add also this information to the deprecation documentation once it will be available (see #22856).