We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5cb51e commit b71689eCopy full SHA for b71689e
tests/authoring/Applicability/AppliesToFrontMatter.fs
@@ -222,6 +222,8 @@ applies_to:
222
serverless:
223
security: ga 9.0.0
224
stack: ga 9.1
225
+ ecctl: ga 10.0
226
+ apm_agent_dotnet: ga 9.0
227
"""
228
[<Fact>]
229
let ``parses all categories regardless of YAML order`` () =
@@ -233,5 +235,9 @@ applies_to:
233
235
Deployment=DeploymentApplicability(
234
236
Eck=AppliesCollection.op_Explicit "ga 9.0"
237
),
238
+ ProductApplicability=ProductApplicability(
239
+ Ecctl=AppliesCollection.op_Explicit "ga 10.0",
240
+ ApmAgentDotnet=AppliesCollection.op_Explicit "ga 9.0"
241
+ ),
242
Product=AppliesCollection.op_Explicit "ga"
243
))
0 commit comments