Skip to content

Commit

Permalink
updated Changelog, updated spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mrafi97 committed Oct 20, 2023
1 parent 0a6e8bd commit 6bac452
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion windows_service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

***Added***:

* Add Windows service `trigger_start` filter to config ([#15975](https://github.com/DataDog/integrations-core/pull/15975))
* Add Windows service `trigger_start` filter to config ([#16038](https://github.com/DataDog/integrations-core/pull/16038))

## 4.6.1 / 2023-08-18 / Agent 7.48.0

Expand Down
2 changes: 1 addition & 1 deletion windows_service/assets/configuration/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ files:
- <SERVICE_NAME_1>
- name: <SERVICE_NAME_2>
- startup_type: automatic
- trigger_start: false
trigger_start: false
- name: disable_legacy_service_tag
description: |
Whether or not to stop submitting the tag `service` that has been renamed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ instances:
- <SERVICE_NAME_1>
- name: <SERVICE_NAME_2>
- startup_type: automatic
- trigger_start: false
trigger_start: false

## @param disable_legacy_service_tag - boolean - optional - default: false
## Whether or not to stop submitting the tag `service` that has been renamed
Expand Down

0 comments on commit 6bac452

Please sign in to comment.