This repository has been archived by the owner on Jan 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #186 from Azure/dev
Management of AMS expiration date, support for extension, update to MK.IO
- Loading branch information
Showing
37 changed files
with
1,323 additions
and
1,185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ public static class Constants | |
public const string Webview2Installer = "https://go.microsoft.com/fwlink/p/?LinkId=2124703"; | ||
public const string Webview2RegPath64 = "SOFTWARE\\WOW6432Node\\Microsoft\\EdgeUpdate\\Clients\\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}"; | ||
public const string Webview2RegPath32 = "SOFTWARE\\Microsoft\\EdgeUpdate\\Clients\\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}"; | ||
public const string Webview2MinVersion = "119.0.2151.40"; | ||
public const string Webview2MinVersion = "125.0.2535.41"; | ||
|
||
public const string GitHubAMSEVersionPrimaryV3 = "https://raw.githubusercontent.com/Azure/Azure-Media-Services-Explorer/main/versionv3.json"; | ||
public const string GitHubAMSEVersionSecondaryV3 = "https://amsexplorer.azureedge.net/release/versionv3.json"; | ||
|
@@ -92,8 +92,8 @@ public static class Constants | |
|
||
public const string DemoCaptionMaker = @"https://testdrive-archive.azurewebsites.net/Graphics/CaptionMaker/Default.html"; | ||
|
||
public const string MKIOPortal = @"https://io.mediakind.com"; | ||
public const string MKIOApp = @"https://app.io.mediakind.com/"; | ||
public const string MKIOWebSite = @"https://www.mk.io"; | ||
public const string MKIOPortal = @"https://app.mk.io/"; | ||
|
||
public const string LinkFeedbackAMS = "https://aka.ms/amsvoice"; | ||
|
||
|
@@ -144,8 +144,8 @@ public static class Constants | |
public const string LinkAMSManagedIdentities = "https://learn.microsoft.com/en-us/azure/media-services/latest/concept-managed-identities"; | ||
public const string LinkAMSCustomerManagedKeys = "https://learn.microsoft.com/en-us/azure/media-services/latest/concept-use-customer-managed-keys-byok"; | ||
|
||
public const string LinkMKIOPortal = "https://io.mediakind.com"; | ||
public const string LinkMKIOMigrationDoc = "https://docs.io.mediakind.com/docs/migrating-from-ams"; | ||
public const string LinkMKIOPortal = "https://app.mk.io"; | ||
public const string LinkMKIOMigrationDoc = "https://docs.mk.io/docs/migrating-from-ams"; | ||
|
||
public const string LinkAMSE = "https://aka.ms/amse"; | ||
public const string LinkMailtoAMSE = "mailto:[email protected]?subject=Azure Media Services Explorer - Question/Comment"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.