From 57ca5e840d0ad391c52852770a7e2d7fcf22f727 Mon Sep 17 00:00:00 2001 From: BPT-CIPP Date: Wed, 4 Sep 2024 18:22:48 -0400 Subject: [PATCH] Update requirements.psd1 --- requirements.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.psd1 b/requirements.psd1 index 7adede4..c6cc42a 100644 --- a/requirements.psd1 +++ b/requirements.psd1 @@ -4,5 +4,5 @@ @{ # 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' = '12.3.0' + 'Az' = '12.*' }