Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix in function app #55134

Merged
merged 2 commits into from
Apr 11, 2019
Merged

Fix in function app #55134

merged 2 commits into from
Apr 11, 2019

Conversation

zikalino
Copy link
Contributor

SUMMARY

Container based function app don't need some settings.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

azure_rm_functionapp

ADDITIONAL INFORMATION

function_app_settings.append(NameValuePair(name='WEBSITE_NODE_DEFAULT_VERSION', value='6.5.0'))
function_app_settings.append(NameValuePair(name='WEBSITE_CONTENTSHARE', value=self.name))
else:
function_app_settings.append(NameValuePair(name='FUNCTIONS_EXTENSION_VERSION', value='~2'))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems original default is ~1. is the upgrade intended?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

container based function apps need version ~2 so we may just assume ~2 is needed, otherwise user will have to specify anyway

@zikalino zikalino merged commit b0cc307 into ansible:devel Apr 11, 2019
@zikalino zikalino deleted the fix-in-function-app branch April 11, 2019 09:28
@ansible ansible locked and limited conversation to collaborators Jul 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants