Microsoft.AzureTerraform (preview:2025-06-01)

2025/05/30 • 2 new methods

Operations_List (new)
Description List the operations for the provider
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.AzureTerraform/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: enum ,
actionType: enum ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Terraform_ExportTerraform (new)
Description Exports the Terraform configuration of the specified resource(s).
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.AzureTerraform/exportTerraform
{
api-version: string ,
subscriptionId: string ,
body:
{
type: enum ,
targetProvider: enum ,
fullProperties: boolean ,
maskSensitive: boolean ,
excludeAzureResource:
[
string ,
]
,
excludeTerraformResource:
[
string ,
]
,
}
,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
retry-after: integer ,
}

⚐ Response (default)

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