Skip to content

Commit c963017

Browse files
committed
Change default API version
1 parent 1b18784 commit c963017

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/network/azure-mgmt-network/azure/mgmt/network/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# Licensed under the MIT License. See License.txt in the project root for
55
# license information.
66
# --------------------------------------------------------------------------
7-
from .v2018_08_01.models import *
7+
from .v2019_04_01.models import *

sdk/network/azure-mgmt-network/azure/mgmt/network/network_management_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class NetworkManagementClient(MultiApiClientMixin, SDKClient):
7979
:type profile: azure.profiles.KnownProfiles
8080
"""
8181

82-
DEFAULT_API_VERSION = '2018-12-01'
82+
DEFAULT_API_VERSION = '2019-04-01'
8383
_PROFILE_TAG = "azure.mgmt.network.NetworkManagementClient"
8484
LATEST_PROFILE = ProfileDefinition({
8585
_PROFILE_TAG: {

0 commit comments

Comments
 (0)