Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 1000a68

Browse files
authored
Correct spelling of apiVersionSets property (#391)
1 parent 94033f2 commit 1000a68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/demo/Input/valid.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 0.0.1 # Required
22
apimServiceName: contosoapim-dev # Required, must match name of an apim service deployed in the specified resource group
3-
apiVersionSet: # Optional
3+
apiVersionSets: # Optional
44
- id: myVersionSetID
55
displayName: myAPIVersionSet
66
description: a description
@@ -14,7 +14,7 @@ apis:
1414
policy: ./Input/apiPolicyHeaders.xml # Optional, can be url or local file
1515
suffix: myAPIPet # Required
1616
apiVersion: v1 # Optional
17-
apiVersionDescription: My first version # Optional
17+
apiVersionDescription: My first version # Optional
1818
apiVersionSetId: myVersionSetID
1919
revision: 1 # Optional
2020
revisionDescription: My first revision # Optional

0 commit comments

Comments
 (0)