templates/BaseMonitor/requirements.psd1
# 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.*' 'PureStoragePowerShellSDK2' = '2.*' # The version of AVS module will be matched by regex and updated to the associated AVS module version during build # Check Dockerfile.build for more information 'PureStorage.CBS.AVS' = '1.1.337' 'VMware.PowerCLI' = '13.*' } |