diff --git a/FunctionApp/requirements.psd1 b/FunctionApp/requirements.psd1 index d0c7240..7eddc38 100644 --- a/FunctionApp/requirements.psd1 +++ b/FunctionApp/requirements.psd1 @@ -6,10 +6,10 @@ # To use the Az module in your function app, please uncomment the line below. 'AzureFunctionConfiguration' = "1.*" 'Az.Resources' = '7.*' - 'Az.DesktopVirtualization' = '4.*' + 'Az.DesktopVirtualization' = '5.*' 'Az.Compute' = '8.*' 'EntraAuth' = '1.*' 'PSFramework' = '1.*' 'Microsoft.Graph.Identity.DirectoryManagement' = '2.*' 'Microsoft.Graph.DeviceManagement' = '2.*' -} \ No newline at end of file +}