mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
update container eula link (#20279)
This commit is contained in:
@@ -201,8 +201,8 @@ export const eulaAgreementTemplate = localize({ key: 'eulaAgreementTemplate', co
|
|||||||
export function eulaAgreementText(name: string) { return localize({ key: 'eulaAgreementText', comment: ['The placeholders are contents of the line and should not be translated.'] }, "I accept the {0}.", name); }
|
export function eulaAgreementText(name: string) { return localize({ key: 'eulaAgreementText', comment: ['The placeholders are contents of the line and should not be translated.'] }, "I accept the {0}.", name); }
|
||||||
export const eulaAgreementTitle = localize('eulaAgreementTitle', "Microsoft SQL Server License Agreement");
|
export const eulaAgreementTitle = localize('eulaAgreementTitle', "Microsoft SQL Server License Agreement");
|
||||||
export const edgeEulaAgreementTitle = localize('edgeEulaAgreementTitle', "Microsoft Azure SQL Edge License Agreement");
|
export const edgeEulaAgreementTitle = localize('edgeEulaAgreementTitle', "Microsoft Azure SQL Edge License Agreement");
|
||||||
export const sqlServerEulaLink = 'https://go.microsoft.com/fwlink/?linkid=857698';
|
export const sqlServerEulaLink = 'https://aka.ms/mcr/osslegalnotice';
|
||||||
export const sqlServerEdgeEulaLink = 'https://go.microsoft.com/fwlink/?linkid=2139274';
|
export const sqlServerEdgeEulaLink = 'https://aka.ms/mcr/osslegalnotice';
|
||||||
export const connectionNamePrefix = 'SQLDbProject';
|
export const connectionNamePrefix = 'SQLDbProject';
|
||||||
export const sqlServerDockerRegistry = 'mcr.microsoft.com';
|
export const sqlServerDockerRegistry = 'mcr.microsoft.com';
|
||||||
export const sqlServerDockerRepository = 'mssql/server';
|
export const sqlServerDockerRepository = 'mssql/server';
|
||||||
|
|||||||
Reference in New Issue
Block a user