From 96934daf90629af61e4b80abd54d4f28888f868b Mon Sep 17 00:00:00 2001 From: Jacob Quinn Date: Wed, 10 May 2023 17:44:15 -0600 Subject: [PATCH 1/2] Bump supported Azure API version --- src/azure.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure.jl b/src/azure.jl index 39d1182..b29a77f 100644 --- a/src/azure.jl +++ b/src/azure.jl @@ -131,7 +131,7 @@ function Figgy.load(x::AzureVMCredentialsSource) end reloadAzureVMCredentials!(vmHost=nothing) = Figgy.load!(AZURE_CONFIGS, AzureVMCredentialsSource(vmHost)) -const AZURE_API_VERSION = "2020-04-08" +const AZURE_API_VERSION = "2022-09-01" const RFC1123Format = dateformat"e, dd u yyyy HH:MM:SS \G\M\T" trimall2(x) = strip(replace(x, r"[\s]{2,}" => " ")) From 369bd489c3f31f7270698e73110c292f333bbc8b Mon Sep 17 00:00:00 2001 From: Jacob Quinn Date: Wed, 10 May 2023 17:46:56 -0600 Subject: [PATCH 2/2] Bump Azure supported API version --- src/azure.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure.jl b/src/azure.jl index b29a77f..2d8a489 100644 --- a/src/azure.jl +++ b/src/azure.jl @@ -131,7 +131,7 @@ function Figgy.load(x::AzureVMCredentialsSource) end reloadAzureVMCredentials!(vmHost=nothing) = Figgy.load!(AZURE_CONFIGS, AzureVMCredentialsSource(vmHost)) -const AZURE_API_VERSION = "2022-09-01" +const AZURE_API_VERSION = "2021-04-10" const RFC1123Format = dateformat"e, dd u yyyy HH:MM:SS \G\M\T" trimall2(x) = strip(replace(x, r"[\s]{2,}" => " "))