From 97cb48b8419417ca0a487b9c612eb73c2258d7f2 Mon Sep 17 00:00:00 2001 From: skadann <107425763+skadann@users.noreply.github.com> Date: Tue, 22 Jul 2025 08:31:57 -0400 Subject: [PATCH] Update requirements.psd1 Updated Az.DesktopVirtualization from 4.* to 5.* --- FunctionApp/requirements.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}