From d1223c42ab20bc36d0c30ffbfbebbdbcc973655d Mon Sep 17 00:00:00 2001 From: Balaga Gayatri Date: Fri, 9 Sep 2022 16:29:15 +0530 Subject: [PATCH] Update Constants.js --- lib/PowerShell/Constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PowerShell/Constants.js b/lib/PowerShell/Constants.js index 98f75ccf..51d0a3a0 100644 --- a/lib/PowerShell/Constants.js +++ b/lib/PowerShell/Constants.js @@ -5,7 +5,7 @@ class Constants { exports.default = Constants; Constants.prefix = "az_"; Constants.moduleName = "Az.Accounts"; -Constants.versionPattern = /[0-9]\.[0-9]\.[0-9]/; +Constants.versionPattern = /[0-9]+\.[0-9]+\.[0-9]+/; Constants.AzureCloud = "AzureCloud"; Constants.Subscription = "Subscription"; Constants.ServicePrincipal = "ServicePrincipal";