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 11
11
- [ In-proc] Codeql : Fix to remove exception details from the response (#10751 )
12
12
- Update PowerShell 7.4 worker to [ 4.0.4134] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4134 )
13
13
- Update Python Worker Version to [ 4.35.0] ( https://github.com/Azure/azure-functions-python-worker/releases/tag/4.35.0 )
14
+ - Update domain for CDN URI
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ public static class ScriptConstants
195
195
public const int ExtensionBundleV3MajorVersion = 3 ;
196
196
public const int ExtensionBundleV4MajorVersion = 4 ;
197
197
public const string ExtensionBundleDirectory = "ExtensionBundles" ;
198
- public const string ExtensionBundleDefaultSourceUri = "https://functionscdn.azureedge.net /public" ;
198
+ public const string ExtensionBundleDefaultSourceUri = "https://cdn.functions.azure.com /public" ;
199
199
public const string ExtensionBundleMetadataFile = "bundle.json" ;
200
200
public const string ExtensionBundleVersionIndexFile = "index.json" ;
201
201
public const string ExtensionBundleBindingMetadataFile = "bindings.json" ;
You can’t perform that action at this time.
0 commit comments