[chore] Remove quotes from values (#2500)

This commit is contained in:
Martin Costello 2025-07-09 19:28:12 +01:00 committed by GitHub
parent 7a2ed6cb79
commit 463b7f5a3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -36,8 +36,8 @@ considered to be identifying the same service:
## Deployment Deprecated Attributes ## Deployment Deprecated Attributes
"Describes deprecated deployment attributes." Describes deprecated deployment attributes.
| Attribute | Type | Description | Examples | Stability | | Attribute | Type | Description | Examples | Stability |
|---|---|---|---|---| |---|---|---|---|---|
| <a id="deployment-environment" href="#deployment-environment">`deployment.environment`</a> | string | 'Deprecated, use `deployment.environment.name` instead.' | `staging`; `production` | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Replaced by `deployment.environment.name`. | | <a id="deployment-environment" href="#deployment-environment">`deployment.environment`</a> | string | Deprecated, use `deployment.environment.name` instead. | `staging`; `production` | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Replaced by `deployment.environment.name`. |

View File

@ -2,7 +2,7 @@ groups:
- id: registry.deployment.deprecated - id: registry.deployment.deprecated
type: attribute_group type: attribute_group
brief: > brief: >
"Describes deprecated deployment attributes." Describes deprecated deployment attributes.
attributes: attributes:
- id: deployment.environment - id: deployment.environment
type: string type: string
@ -11,5 +11,5 @@ groups:
reason: renamed reason: renamed
renamed_to: deployment.environment.name renamed_to: deployment.environment.name
brief: > brief: >
'Deprecated, use `deployment.environment.name` instead.' Deprecated, use `deployment.environment.name` instead.
examples: ['staging', 'production'] examples: ['staging', 'production']