Skip to content

Commit 463b7f5

Browse files
[chore] Remove quotes from values (#2500)
1 parent 7a2ed6c commit 463b7f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/registry/attributes/deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ considered to be identifying the same service:
3636

3737
## Deployment Deprecated Attributes
3838

39-
"Describes deprecated deployment attributes."
39+
Describes deprecated deployment attributes.
4040

4141
| Attribute | Type | Description | Examples | Stability |
4242
|---|---|---|---|---|
43-
| <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`. |
43+
| <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`. |

model/deployment/deprecated/registry-deprecated.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ groups:
22
- id: registry.deployment.deprecated
33
type: attribute_group
44
brief: >
5-
"Describes deprecated deployment attributes."
5+
Describes deprecated deployment attributes.
66
attributes:
77
- id: deployment.environment
88
type: string
@@ -11,5 +11,5 @@ groups:
1111
reason: renamed
1212
renamed_to: deployment.environment.name
1313
brief: >
14-
'Deprecated, use `deployment.environment.name` instead.'
14+
Deprecated, use `deployment.environment.name` instead.
1515
examples: ['staging', 'production']

0 commit comments

Comments
 (0)