Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
2018-07-01 new default
  • Loading branch information
lmazuel committed Sep 27, 2018
commit 290c2b0fa09d68ab1f5cd792dab5ed9bf02b2df0
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class StorageManagementClient(MultiApiClientMixin, SDKClient):
By default, uses latest API version available on public Azure.
For production, you should stick a particular api-version and/or profile.
The profile sets a mapping between the operation group and an API version.
The api-version parameter sets the default API version if the operation
The api-version parameter sets the default API version if the operation
group is not described in the profile.

:ivar config: Configuration for client.
Expand All @@ -80,7 +80,7 @@ class StorageManagementClient(MultiApiClientMixin, SDKClient):
:type profile: azure.profiles.KnownProfiles
"""

DEFAULT_API_VERSION='2018-02-01'
DEFAULT_API_VERSION='2018-07-01'
_PROFILE_TAG = "azure.mgmt.storage.StorageManagementClient"
LATEST_PROFILE = ProfileDefinition({
_PROFILE_TAG: {
Expand Down
Loading