Microsoft.Resources (stable:2023-11-01)

2025/06/04 • 1 new, 1 deleted methods

Decompile_Bicep (new)
Description Decompiles an ARM json template into a Bicep template
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.Resources/decompileBicep
{
subscriptionId: string ,
api-version: string ,
decompileOperationRequest:
{
template: string ,
}
,
}

⚐ Response (200)

{
files:
[
{
path: string ,
contents: string ,
}
,
]
,
entryPoint: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Decompile_Bicep (removed)
Description Decompiles an ARM json template into a Bicep template
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.Resources/decompileBicep
{
subscriptionId: string ,
api-version: string ,
decompileOperationRequest:
{
template: string ,
}
,
}

⚐ Response (200)

{
files:
[
{
path: string ,
contents: string ,
}
,
]
,
entryPoint: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}