Skip to content

Commit ca8f59d

Browse files
authored
Setting the assembly visibility of Microsoft.Azure.Functions.Platform.Metrics.LinuxConsumption to private (#10963)
1 parent f6013e9 commit ca8f59d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/WebJobs.Script/runtimeassemblies-relaxed.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
},
354354
{
355355
"name": "Microsoft.Azure.Functions.Platform.Metrics.LinuxConsumption",
356-
"resolutionPolicy": "minorMatchOrLower"
356+
"resolutionPolicy": "private"
357357
},
358358
{
359359
"name": "Microsoft.Azure.WebJobs",
@@ -1356,4 +1356,4 @@
13561356
"resolutionPolicy": "minorMatchOrLower"
13571357
}
13581358
]
1359-
}
1359+
}

0 commit comments

Comments
 (0)