File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 20
20
- Update PowerShell 7.4 worker to [ 4.0.4134] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4134 )
21
21
- Update Python Worker Version to [ 4.35.0] ( https://github.com/Azure/azure-functions-python-worker/releases/tag/4.35.0 )
22
22
- Fixed standby paths in ScriptApplicationHostOptions to ensure proper Linux path separators (#10795 )
23
+ - Update domain for CDN URI
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ public static class ScriptConstants
198
198
public const int ExtensionBundleV3MajorVersion = 3 ;
199
199
public const int ExtensionBundleV4MajorVersion = 4 ;
200
200
public const string ExtensionBundleDirectory = "ExtensionBundles" ;
201
- public const string ExtensionBundleDefaultSourceUri = "https://functionscdn.azureedge.net /public" ;
201
+ public const string ExtensionBundleDefaultSourceUri = "https://cdn.functions.azure.com /public" ;
202
202
public const string ExtensionBundleMetadataFile = "bundle.json" ;
203
203
public const string ExtensionBundleVersionIndexFile = "index.json" ;
204
204
public const string ExtensionBundleBindingMetadataFile = "bindings.json" ;
You can’t perform that action at this time.
0 commit comments