Skip to main content

decompile_operation_group

Creates, updates, deletes, gets or lists a decompile_operation_group resource.

Overview

Namedecompile_operation_group
TypeResource
Idazure.resource.decompile_operation_group

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
bicepexecsubscription_id, templateDecompiles an ARM json template into a Bicep template.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
subscription_idstring

Lifecycle Methods

Decompiles an ARM json template into a Bicep template.

EXEC azure.resource.decompile_operation_group.bicep 
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"template": "{{ template }}"
}'
;