Skip to content

Commit

Permalink
changed version.using quoting
Browse files Browse the repository at this point in the history
Signed-off-by: alen_abeshov <[email protected]>
  • Loading branch information
aabeshov committed Dec 9, 2024
1 parent f0a7456 commit 236d8de
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions spec/namespaces/sm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ paths:
operationId: sm.update_policy.0
x-operation-group: sm.update_policy
x-version-added: '2.1'
description: Updates an existing snapshot management policy. Requires if_seq_no and if_primary_term.
description: Updates an existing snapshot management policy. Requires 'if_seq_no' and 'if_primary_term'.
parameters:
- $ref: '#/components/parameters/sm.update_policy::path.policy_name'
- $ref: '#/components/parameters/sm.update_policy::query.if_primary_term'
Expand Down Expand Up @@ -304,14 +304,14 @@ components:
sm.get_policies::query.queryString:
name: queryString
in: query
description: A query string to filter policies (e.g., *).
description: A query string to filter policies.
schema:
type: string

sm.get_policies::query.sortField:
name: sortField
in: query
description: The field to sort on (e.g., sm_policy.name).
description: The field to sort on.
schema:
type: string

Expand Down
2 changes: 1 addition & 1 deletion tests/default/sm/policies.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$schema: ../../../json_schemas/test_story.schema.yaml
description: Test the lifecycle of a snapshot management policy, including creation, retrieval, listing, update, and deletion.
version: '>2.0'
version: '>=2.1'

chapters:
- synopsis: Create a new snapshot management policy.
Expand Down
2 changes: 1 addition & 1 deletion tests/default/sm/policies/explain.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$schema: ../../../../json_schemas/test_story.schema.yaml
description: Test explaining a snapshot management policy.
version: '>2.0'
version: '>=2.1'

prologues:
- path: /_plugins/_sm/policies/{policy_name}
Expand Down
2 changes: 1 addition & 1 deletion tests/default/sm/policies/start.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$schema: ../../../../json_schemas/test_story.schema.yaml
description: Test starting a snapshot management policy.
version: '>2.0'
version: '>=2.1'

prologues:
- path: /_plugins/_sm/policies/{policy_name}
Expand Down
2 changes: 1 addition & 1 deletion tests/default/sm/policies/stop.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$schema: ../../../../json_schemas/test_story.schema.yaml
description: Test stopping a snapshot management policy.
version: '>2.0'
version: '>=2.1'

prologues:
- path: /_plugins/_sm/policies/{policy_name}
Expand Down

0 comments on commit 236d8de

Please sign in to comment.