Skip to content

Commit

Permalink
change files name to snake_case (failing pipeline)
Browse files Browse the repository at this point in the history
  • Loading branch information
miloszmarcinkowski committed Oct 31, 2024
1 parent 911c624 commit 88e55f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ paths:
/api/apm/agent_keys:
$ref: 'paths/api@apm@agent_keys.yaml'
/api/apm/services/{serviceName}/annotation/search:
$ref: 'paths/api@apm@services@{serviceName}@[email protected]'
$ref: 'paths/api@apm@services@{service_name}@[email protected]'
/api/apm/services/{serviceName}/annotation:
$ref: 'paths/api@apm@services@{serviceName}@annotation.yaml'
$ref: 'paths/api@apm@services@{service_name}@annotation.yaml'
/api/apm/settings/agent-configuration:
$ref: 'paths/api@apm@settings@agent_configuration.yaml'
/api/apm/settings/agent-configuration/view:
Expand Down
File renamed without changes.

0 comments on commit 88e55f9

Please sign in to comment.