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

Update managed dependencies template to include new DF SDK #962

Open
davidmrdavid opened this issue Jun 7, 2023 · 0 comments
Open

Update managed dependencies template to include new DF SDK #962

davidmrdavid opened this issue Jun 7, 2023 · 0 comments

Comments

@davidmrdavid
Copy link
Contributor

As in title. We want to update the template to look like this:

# This file enables modules to be automatically managed by the Functions service.
# See https://aka.ms/functionsmanageddependency for additional information.
#
@{
    # For latest supported version, go to 'https://www.powershellgallery.com/packages/Az'. 
    # To use the Az module in your function app, please uncomment the line below.
    # 'Az' = '9.*'

    # For latest supported version, go to 'https://www.powershellgallery.com/packages/AzureFunctions.PowerShell.Durable.SDK'. 
    # To enable using the PowerShell Durable Functions SDK, please uncomment the line below.
    # 'AzureFunctions.PowerShell.Durable.SDK' = '1.*'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant