-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Expand file tree
/
Copy pathDecompileBicep.json
More file actions
24 lines (24 loc) · 947 Bytes
/
DecompileBicep.json
File metadata and controls
24 lines (24 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"parameters": {
"api-version": "2023-11-01",
"decompileOperationRequest": {
"template": "{\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"metadata\": {\r\n \"_generator\": {\r\n \"name\": \"bicep\",\r\n \"version\": \"0.15.31.15270\",\r\n \"templateHash\": \"9249505596133208719\"\r\n }\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\"\r\n }\r\n },\r\n \"resources\": []\r\n}"
},
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"responses": {
"200": {
"body": {
"entryPoint": "main.bicep",
"files": [
{
"path": "main.bicep",
"contents": "param storageAccountName string"
}
]
}
}
},
"operationId": "Decompile_Bicep",
"title": "Decompile an ARM json template into a Bicep file"
}