Skip to content

Commit

Permalink
Generated from 6e7cafe31e550ebb35e76be3945898776f1afaa5
Browse files Browse the repository at this point in the history
Update API version missed in Azure/azure-rest-api-specs#6276
  • Loading branch information
AutorestCI committed Jun 27, 2019
1 parent 4a0dbc0 commit 1185b06
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
# Licensed under the MIT License. See License.txt in the project root for
# license information.
# --------------------------------------------------------------------------
from .v2015_01_01.models import *
from .v2016_09_01.models import *
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,4 @@
# Licensed under the MIT License. See License.txt in the project root for
# license information.
# --------------------------------------------------------------------------
from .v2015_10_01_preview.models import *
from .v2016_04_01.models import *
from .v2016_12_01.models import *
from .v2017_06_01_preview.models import *
from .v2018_03_01.models import *
from .v2018_05_01.models import *
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,4 @@
# Licensed under the MIT License. See License.txt in the project root for
# license information.
# --------------------------------------------------------------------------
from .v2016_02_01.models import *
from .v2016_09_01.models import *
from .v2017_05_10.models import *
from .v2018_02_01.models import *
from .v2018_05_01.models import *
from .v2019_05_01.models import *
Original file line number Diff line number Diff line change
Expand Up @@ -521,13 +521,13 @@ def __init__(self, **kwargs):
class ExportTemplateRequest(Model):
"""Export resource group template request parameters.
:param resources: The IDs of the resources. The only supported string
currently is '*' (all resources). Future updates will support exporting
specific resources.
:param resources: The IDs of the resources to filter the export by. To
export all resources, supply an array with single entry '*'.
:type resources: list[str]
:param options: The export template options. Supported values include
'IncludeParameterDefaultValue', 'IncludeComments' or
'IncludeParameterDefaultValue, IncludeComments
:param options: The export template options. A CSV-formatted list
containing zero or more of the following: 'IncludeParameterDefaultValue',
'IncludeComments', 'SkipResourceNameParameterization',
'SkipAllParameterization'
:type options: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -521,13 +521,13 @@ def __init__(self, *, error=None, properties=None, **kwargs) -> None:
class ExportTemplateRequest(Model):
"""Export resource group template request parameters.
:param resources: The IDs of the resources. The only supported string
currently is '*' (all resources). Future updates will support exporting
specific resources.
:param resources: The IDs of the resources to filter the export by. To
export all resources, supply an array with single entry '*'.
:type resources: list[str]
:param options: The export template options. Supported values include
'IncludeParameterDefaultValue', 'IncludeComments' or
'IncludeParameterDefaultValue, IncludeComments
:param options: The export template options. A CSV-formatted list
containing zero or more of the following: 'IncludeParameterDefaultValue',
'IncludeComments', 'SkipResourceNameParameterization',
'SkipAllParameterization'
:type options: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -385,13 +385,13 @@ def export_template(
:param resource_group_name: The name of the resource group to export
as a template.
:type resource_group_name: str
:param resources: The IDs of the resources. The only supported string
currently is '*' (all resources). Future updates will support
exporting specific resources.
:param resources: The IDs of the resources to filter the export by. To
export all resources, supply an array with single entry '*'.
:type resources: list[str]
:param options: The export template options. Supported values include
'IncludeParameterDefaultValue', 'IncludeComments' or
'IncludeParameterDefaultValue, IncludeComments
:param options: The export template options. A CSV-formatted list
containing zero or more of the following:
'IncludeParameterDefaultValue', 'IncludeComments',
'SkipResourceNameParameterization', 'SkipAllParameterization'
:type options: str
:param dict custom_headers: headers that will be added to the request
:param bool raw: returns the direct response alongside the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
# Licensed under the MIT License. See License.txt in the project root for
# license information.
# --------------------------------------------------------------------------
from .v2016_06_01.models import *
from .v2018_06_01.models import *

0 comments on commit 1185b06

Please sign in to comment.