You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/APIM_ARMTemplate/apimtemplate/Creator/ExampleFiles/YAMLConfigs/valid.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
version: 0.0.1 # Required
2
-
apimServiceName: LucasUnlinked2# Required, must match name of an apim service deployed in the specified resource group
2
+
apimServiceName: Lucas2# Required, must match name of an apim service deployed in the specified resource group
3
3
apiVersionSet: # Optional
4
-
displayName: swaggerPetstoreVersionSet
4
+
displayName: swaggerPetstoreVersionSetLinked
5
5
description: a description
6
6
versioningScheme: Query
7
7
versionQueryName: versionQuery
8
8
versionHeaderName: versionHeader
9
9
api:
10
-
name: myAPI2# Required
10
+
name: myUnlinkedAPI# Required
11
11
openApiSpec: C:\Users\lucashh\Desktop\Projects\APIM-ARM\azure-api-management-devops-example\src\APIM_ARMTemplate\apimtemplate\Creator\ExampleFiles\OpenApiSpecs\swaggerPetstore.json # Required, can be url or local file
12
12
policy: C:\Users\lucashh\Desktop\Projects\APIM-ARM\azure-api-management-devops-example\src\APIM_ARMTemplate\apimtemplate\Creator\ExampleFiles\XMLPolicies\apiPolicyHeaders.xml # Optional, can be url or local file
13
13
suffix: conf # Required
@@ -23,5 +23,5 @@ api:
23
23
policy: C:\Users\lucashh\Desktop\Projects\APIM-ARM\azure-api-management-devops-example\src\APIM_ARMTemplate\apimtemplate\Creator\ExampleFiles\XMLPolicies\operationRateLimit.xml # Optional, can be url or local file
24
24
products: starter, platinum # Optional, adds api to the specified products
25
25
outputLocation: C:\Users\lucashh\Desktop\Projects\APIM-ARM\GeneratedTemplates # Required, folder the creator will write the templates to
26
-
linked: false# Optional
26
+
linked: true# Optional
27
27
linkedTemplatesBaseUrl : https://lucasyamlblob.blob.core.windows.net/yaml # Required if 'linked' property is set to true
0 commit comments