Remove Preview for Synapse Link (#389)

This commit is contained in:
Steve Faulkner
2021-01-15 09:51:14 -06:00
committed by GitHub
parent 81f861af39
commit fcbc9474ea
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ describe("CommandBarComponentButtonFactory tests", () => {
let mockExplorer: Explorer;
describe("Enable Azure Synapse Link Button", () => {
const enableAzureSynapseLinkBtnLabel = "Enable Azure Synapse Link (Preview)";
const enableAzureSynapseLinkBtnLabel = "Enable Azure Synapse Link";
beforeAll(() => {
mockExplorer = {} as Explorer;