Closed jeroenmaes closed 2 months ago
Issue was mentioned in https://github.com/Azure/apiops/issues/627
Appreciate the PR, but our configuration system currently only supports top-level resources. If an override is specified in configuration, we assume it's for the service-level resource; not for nested resources. We can't assume that a nested resource is the same as a top-level resource simply because they have the same name.
We will work on a more robust implementation to support something like this:
diagnostics:
diagnosticA:
properties:
loggerId: abc
apis:
apiA:
diagnostics:
diagnosticA:
properties:
loggerId: efg
In V6.0.1.1 the override logic for ApiDiagnostics is missing in the Publisher.