Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ def get_available_stacks(

Get available application frameworks and their versions.

:param os_type_selected: Possible values include: 'Windows', 'Linux'
:param os_type_selected: Possible values include: 'Windows', 'Linux',
'WindowsFunctions', 'LinuxFunctions'
:type os_type_selected: str
:param dict custom_headers: headers that will be added to the request
:param bool raw: returns the direct response alongside the
Expand Down Expand Up @@ -170,7 +171,8 @@ def get_available_stacks_on_prem(

Get available application frameworks and their versions.

:param os_type_selected: Possible values include: 'Windows', 'Linux'
:param os_type_selected: Possible values include: 'Windows', 'Linux',
'WindowsFunctions', 'LinuxFunctions'
:type os_type_selected: str
:param dict custom_headers: headers that will be added to the request
:param bool raw: returns the direct response alongside the
Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-web/azure/mgmt/web/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "0.40.0"
VERSION = "0.36.0"