-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change the attributes in generated cases (#5150)
* change the attributes * regen * regen
- Loading branch information
1 parent
8513f93
commit 1849c38
Showing
35 changed files
with
5,506 additions
and
5,102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 52 additions & 0 deletions
52
...pecification/mockSwagger/examples/resources/CalculateTemplateHashWithQueryParameters.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-04-01", | ||
"template": { | ||
"$schema": "http://schemas.management.azure.com/deploymentTemplate?api-version=2014-04-01-preview", | ||
"contentVersion": "1.0.0.0", | ||
"parameters": { | ||
"string": { | ||
"type": "string" | ||
} | ||
}, | ||
"variables": { | ||
"string": "string", | ||
"int": 42, | ||
"bool": true, | ||
"array": [ | ||
1, | ||
2, | ||
3, | ||
4 | ||
], | ||
"object": { | ||
"object": { | ||
"vmSize": "Large", | ||
"location": "West US" | ||
} | ||
} | ||
}, | ||
"resources": [], | ||
"outputs": { | ||
"string": { | ||
"type": "string", | ||
"value": "myvalue" | ||
} | ||
} | ||
}, | ||
"q1": "first", | ||
"q2": 42, | ||
"q3": 422222222222222222222222222222222222, | ||
"q4": 3.14, | ||
"q5": 3.14159265358, | ||
"q6": true | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"minifiedTemplate": "{\"$SCHEMA\":\"HTTP://SCHEMAS.MANAGEMENT.AZURE.COM/DEPLOYMENTTEMPLATE?API-VERSION=2014-04-01-PREVIEW\",\"CONTENTVERSION\":\"1.0.0.0\",\"PARAMETERS\":{\"STRING\":{\"TYPE\":\"STRING\"}},\"VARIABLES\":{\"STRING\":\"STRING\",\"INT\":42,\"BOOL\":TRUE,\"ARRAY\":[1,2,3,4],\"OBJECT\":{\"OBJECT\":{\"VMSIZE\":\"LARGE\",\"LOCATION\":\"WEST US\"}}},\"RESOURCES\":[],\"OUTPUTS\":{\"STRING\":{\"TYPE\":\"STRING\",\"VALUE\":\"MYVALUE\"}}}", | ||
"templateHash": "695440707931307747" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.