Skip to content

Commit

Permalink
Generated from 96295fc95567dcd52215bafad85d53dc931adc32 (#5212)
Browse files Browse the repository at this point in the history
Add Api-version 2018-11-01 for WebApps Collection

Add package Tag

Fix path to common definitions
  • Loading branch information
AutorestCI authored May 14, 2019
1 parent 5fce2db commit e71efdf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class WebAppsOperations(object):
:param config: Configuration of service client.
:param serializer: An object model serializer.
:param deserializer: An object model deserializer.
:ivar api_version: API Version. Constant value: "2018-02-01".
:ivar api_version: API Version. Constant value: "2018-11-01".
"""

models = models
Expand All @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer):
self._client = client
self._serialize = serializer
self._deserialize = deserializer
self.api_version = "2018-02-01"
self.api_version = "2018-11-01"

self.config = config

Expand Down

0 comments on commit e71efdf

Please sign in to comment.