[chore] Remove quotes from values (#2500)
This commit is contained in:
parent
7a2ed6cb79
commit
463b7f5a3d
|
|
@ -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` | <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` | <br>Replaced by `deployment.environment.name`. |
|
||||||
|
|
|
||||||
|
|
@ -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']
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue