diff --git a/.azure-pipelines/test-coverage.yml b/.azure-pipelines/test-coverage.yml
index efacfe9b5709..569654465d21 100644
--- a/.azure-pipelines/test-coverage.yml
+++ b/.azure-pipelines/test-coverage.yml
@@ -19,6 +19,7 @@ parameters:
variables:
EnableTestCoverage: true
TestCoverageLocation: $(Pipeline.Workspace)/artifacts
+ Codeql.Enabled: false
pr: none
trigger: none
diff --git a/tools/Common.Netcore.Dependencies.targets b/tools/Common.Netcore.Dependencies.targets
index df987dd14ab0..fb4e1c1aa9c7 100644
--- a/tools/Common.Netcore.Dependencies.targets
+++ b/tools/Common.Netcore.Dependencies.targets
@@ -3,22 +3,22 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -37,7 +37,7 @@
- $(NugetPackageRoot)\microsoft.azure.powershell.storage\1.3.98-preview\tools\
+ $(NugetPackageRoot)\microsoft.azure.powershell.storage\1.3.99-preview\tools\
diff --git a/tools/StaticAnalysis/Exceptions/Az.StackHCI/UXMetadataIssues.csv b/tools/StaticAnalysis/Exceptions/Az.StackHCI/UXMetadataIssues.csv
index 574dadee48c8..034dbad591b3 100644
--- a/tools/StaticAnalysis/Exceptions/Az.StackHCI/UXMetadataIssues.csv
+++ b/tools/StaticAnalysis/Exceptions/Az.StackHCI/UXMetadataIssues.csv
@@ -1,2 +1,3 @@
"Module","Severity","ResourceType","SubResourceType","Command","Description"
-"Az.StackHCI","1","Microsoft.AzureStackHCI","clusters-arcSettings","Invoke-AzStackHciConsentAndInstallDefaultExtension","arcSettingName is defined in path but cannot find in example"
\ No newline at end of file
+"Az.StackHCI","1","Microsoft.AzureStackHCI","clusters-arcSettings","Invoke-AzStackHciConsentAndInstallDefaultExtension","arcSettingName is defined in path but cannot find in example"
+"Az.StackHCI","1","Microsoft.AzureStackHCI","edgeDevices","Test-AzStackHciEdgeDevice","Cannot find a matched parameter set for example of Test-AzStackHciEdgeDevice"