17 May 2024 06:13 AM
Hi
I am testing Monaco version 2.14.0 in a Windows environment. An error occurs in the "Delete configuration" part of "Deploy your first configuration" in the Dynatrace documentation.
To be more specific, I ran the following command:
monaco delete --manifest manifest.yaml --file delete.yaml -e development-environment
As a result, the following error occurred:
2024-05-17T13:39:23+09:00 error Error: encountered errors while parsing delete.yaml: failed to parse delete file:
invalid delete entry `map[name:DTServer project:auto-tag type:auto-tag]` on index `0`: failed to parse entry for API 'auto-tag': 'project' is not supported for this API
I don't understand the meaning of the error and I'm having trouble.