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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;

View File

@ -269,7 +269,7 @@ export class CommandBarComponentButtonFactory {
return null;
}
const label = "Enable Azure Synapse Link (Preview)";
const label = "Enable Azure Synapse Link";
return {
iconSrc: SynapseIcon,
iconAlt: label,