Skip to content

Commit

Permalink
Updated resource with version update only
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawa12 committed Sep 16, 2024
1 parent 7fd9e32 commit 2fdcdd0
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 15 deletions.
5 changes: 3 additions & 2 deletions dynatrace/api/builtin/appsec/rulesettings/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"allowedScopes": [
"environment"
],
"description": "By default, all processes are covered by Third-party Vulnerability Analytics. Define custom monitoring rules here. Note that the monitoring rules are ordered, and that the first matching rule will be applied.",
"description": "The global third-party vulnerability detection control defines the default monitoring mode. To override the default, define custom monitoring rules here. Note that the monitoring rules are ordered, and that the first matching rule will be applied.",
"displayName": "Vulnerability Analytics: Monitoring rules for third-party vulnerabilities",
"documentation": "",
"dynatrace": "1",
Expand Down Expand Up @@ -45,6 +45,7 @@
"documentation": "",
"items": [
{
"description": "This property applies to process groups",
"displayName": "Process tag",
"value": "PROCESS_TAG"
},
Expand Down Expand Up @@ -171,5 +172,5 @@
"versionInfo": ""
}
},
"version": "1.0.5"
"version": "1.0.6"
}
2 changes: 1 addition & 1 deletion dynatrace/api/builtin/appsec/rulesettings/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"github.com/dynatrace-oss/terraform-provider-dynatrace/dynatrace/settings/services/settings20"
)

const SchemaVersion = "1.0.5"
const SchemaVersion = "1.0.6"
const SchemaID = "builtin:appsec.rule-settings"

func Service(credentials *settings.Credentials) settings.CRUDService[*rulesettings.Settings] {
Expand Down
6 changes: 3 additions & 3 deletions dynatrace/api/builtin/bizevents/http/outgoing/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"description": "OneAgent can capture business events from outgoing HTTP requests. To activate this feature, add capture rules below.",
"displayName": "Capture business events with OneAgent",
"documentation": "\n\nCapture rules tell OneAgent to capture business events when specific webservices or endpoints are called. A capture rule consists of trigger rules, mandatory business event information (e.g. type and provider) and optional event data fields. A trigger defines the criteria that, when met, cause a business event to be captured (e.g. endpoint “/api/buy” is called). By adding event data fields to your business event, you can extract data directly from the incoming request payload. To limit the scope of a capture rule to a certain Host-Group or Host, create the rule directly in the Host-Group or Host setting screen.\n\nLearn more by visiting [our documentation](https://dt-url.net/gg230ij).",
"documentation": "\n\nCapture rules tell OneAgent to capture business events when specific webservices or endpoints are called. A capture rule consists of trigger rules, mandatory business event information (e.g. type and provider) and optional event data fields. A trigger defines the criteria that, when met, cause a business event to be captured (e.g. endpoint “/api/buy” is called). By adding event data fields to your business event, you can extract data directly from the outgoing request payload. To limit the scope of a capture rule to a certain Host-Group or Host, create the rule directly in the Host-Group or Host setting screen.\n\nLearn more by visiting [our documentation](https://dt-url.net/gg230ij).",
"dynatrace": "1",
"enums": {
"ComparisonEnum": {
Expand Down Expand Up @@ -201,7 +201,7 @@
"type": "text"
},
"triggers": {
"description": "Define conditions to trigger business events from incoming web requests. Triggers are connected by AND logic per capture rule. If you set multiple trigger rules, all of them need to be fulfilled to capture a business event.",
"description": "Define conditions to trigger business events from outgoing web requests. Triggers are connected by AND logic per capture rule. If you set multiple trigger rules, all of them need to be fulfilled to capture a business event.",
"displayName": "Triggers",
"documentation": "",
"items": {
Expand Down Expand Up @@ -727,5 +727,5 @@
"versionInfo": ""
}
},
"version": "1.0.2"
"version": "1.0.3"
}
2 changes: 1 addition & 1 deletion dynatrace/api/builtin/bizevents/http/outgoing/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"github.com/dynatrace-oss/terraform-provider-dynatrace/dynatrace/settings/services/settings20"
)

const SchemaVersion = "1.0.2"
const SchemaVersion = "1.0.3"
const SchemaID = "builtin:bizevents.http.outgoing"

func Service(credentials *settings.Credentials) settings.CRUDService[*outgoing.Settings] {
Expand Down
2 changes: 1 addition & 1 deletion dynatrace/api/builtin/rum/web/enablement/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,5 @@
"versionInfo": ""
}
},
"version": "1.1"
"version": "1.1.1"
}
2 changes: 1 addition & 1 deletion dynatrace/api/builtin/rum/web/enablement/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"github.com/dynatrace-oss/terraform-provider-dynatrace/dynatrace/settings/services/settings20"
)

const SchemaVersion = "1.1"
const SchemaVersion = "1.1.1"
const SchemaID = "builtin:rum.web.enablement"

func Service(credentials *settings.Credentials) settings.CRUDService[*enablement.Settings] {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"multiObject": false,
"properties": {
"enabled": {
"default": true,
"default": false,
"description": "",
"displayName": "Generate a problem and send an alert on performance threshold violations",
"documentation": "",
Expand Down Expand Up @@ -68,6 +68,7 @@
{
"customMessage": "ID must identify the synthetic monitor or a synthetic event of the monitor.",
"customValidatorId": "step-of-test-validator",
"skipAsyncValidation": false,
"type": "CUSTOM_VALIDATOR_REF"
},
{
Expand Down Expand Up @@ -117,5 +118,5 @@
"versionInfo": ""
}
},
"version": "1.6"
"version": "1.6.1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"github.com/dynatrace-oss/terraform-provider-dynatrace/dynatrace/settings/services/settings20"
)

const SchemaVersion = "1.6"
const SchemaVersion = "1.6.1"
const SchemaID = "builtin:synthetic.browser.performance-thresholds"

func Service(credentials *settings.Credentials) settings.CRUDService[*performancethresholds.Settings] {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"multiObject": false,
"properties": {
"enabled": {
"default": true,
"default": false,
"description": "",
"displayName": "Generate a problem and send an alert on performance threshold violations",
"documentation": "",
Expand Down Expand Up @@ -68,6 +68,7 @@
{
"customMessage": "ID must identify the synthetic monitor or a synthetic event of the monitor.",
"customValidatorId": "step-of-test-validator",
"skipAsyncValidation": false,
"type": "CUSTOM_VALIDATOR_REF"
},
{
Expand Down Expand Up @@ -117,5 +118,5 @@
"versionInfo": ""
}
},
"version": "1.6"
"version": "1.6.1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"github.com/dynatrace-oss/terraform-provider-dynatrace/dynatrace/settings/services/settings20"
)

const SchemaVersion = "1.6"
const SchemaVersion = "1.6.1"
const SchemaID = "builtin:synthetic.http.performance-thresholds"

func Service(credentials *settings.Credentials) settings.CRUDService[*performancethresholds.Settings] {
Expand Down

0 comments on commit 2fdcdd0

Please sign in to comment.