From 4dd4b18af947ea063ace9ad82cdbe872c1cf7699 Mon Sep 17 00:00:00 2001 From: JinmingHu Date: Sat, 20 Jul 2024 10:00:18 +0800 Subject: [PATCH] UseFederatedAuth storage test (#5810) --- sdk/storage/ci.yml | 2 +- sdk/storage/test-resources.json | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/sdk/storage/ci.yml b/sdk/storage/ci.yml index ca8ba906d..a65c060a2 100644 --- a/sdk/storage/ci.yml +++ b/sdk/storage/ci.yml @@ -33,7 +33,7 @@ extends: LiveTestCtestRegex: azure-storage Clouds: Preview SupportedClouds: Preview - UseFederatedAuth: false + UseFederatedAuth: true Artifacts: - Name: azure-storage-common Path: azure-storage-common diff --git a/sdk/storage/test-resources.json b/sdk/storage/test-resources.json index 03f6f241e..d15ddb2bb 100644 --- a/sdk/storage/test-resources.json +++ b/sdk/storage/test-resources.json @@ -27,12 +27,6 @@ "description": "The application client ID used to run tests." } }, - "testApplicationSecret": { - "type": "string", - "metadata": { - "description": "The application client secret used to run tests." - } - }, "enableVersioning": { "type": "bool", "defaultValue": true