Skip to content

Instantly share code, notes, and snippets.

@LauraKokkarinen
Last active November 18, 2023 08:26
Show Gist options
  • Save LauraKokkarinen/fc32e83f46a5fbba2b921f387da1aeee to your computer and use it in GitHub Desktop.
Save LauraKokkarinen/fc32e83f46a5fbba2b921f387da1aeee to your computer and use it in GitHub Desktop.
# 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' = '11.*'
'ExchangeOnlineManagement' = '3.*'
'PowerShellGet' = '2.*'
'PackageManagement' = '1.*'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment