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.
policy: /Users/miaojiang/Work/azure-api-management-devops-example/example/demo/Input/apiPolicyHeaders.xml # Optional, can be url or local file
14
+
policy: ./Input/apiPolicyHeaders.xml # Optional, can be url or local file
15
15
suffix: myAPIPet # Required
16
16
apiVersion: v1# Optional
17
17
apiVersionDescription: My first version # Optional
@@ -20,15 +20,15 @@ api:
20
20
revisionDescription: My first revision # Optional
21
21
operations: # Optional
22
22
addPet: # Must match the operationId property of a path's operations
23
-
policy: /Users/miaojiang/Work/azure-api-management-devops-example/example/demo/Input/operationRateLimit.xml # Optional, can be url or local file
23
+
policy: ./Input/operationRateLimit.xml # Optional, can be url or local file
24
24
deletePet: # Must match the operationId property of a path's operations
25
-
policy: /Users/miaojiang/Work/azure-api-management-devops-example/example/demo/Input/operationRateLimit.xml # Optional, can be url or local file
25
+
policy: ./Input/operationRateLimit.xml # Optional, can be url or local file
26
26
authenticationSettings: # Optional
27
27
subscriptionKeyRequired: false
28
28
#oAuth2:
29
29
# authorizationServerId: apimgmtaad
30
30
# scope: scope
31
31
products: starter # Optional, adds api to the specified products
32
-
outputLocation: /Users/miaojiang/Work/azure-api-management-devops-example/example/demo/Output # Required, folder the creator will write the templates to
33
-
linked: true # Optional
34
-
linkedTemplatesBaseUrl : https://raw.githubusercontent.com/miaojiang/azure-api-management-devops-example/MVP/example/demo/Output # Required if 'linked' property is set to true
32
+
outputLocation: ./Output # Required, folder the creator will write the templates to
33
+
#linked: true # Optional
34
+
#linkedTemplatesBaseUrl : https://raw.githubusercontent.com/miaojiang/azure-api-management-devops-example/MVP/example/demo/Output # Required if 'linked' property is set to true
0 commit comments