forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 32741 in Azure/azure-rest-api-specs
Merge 92b4144319ff7f256c38029e9f07bf46cccea05a into 473d98be4cc2fb14db8bddbba8d3184d0aa49636
- Loading branch information
SDKAuto
committed
Feb 21, 2025
1 parent
ae67e58
commit 191bb8d
Showing
13 changed files
with
280 additions
and
171 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"commit": "ed3e7186654df4ec286c3d92f03dfa6c14b37279", | ||
"commit": "8fc3e5e71f38d9c7c309586a64b35c12290ef84d", | ||
"repository_url": "https://github.com/Azure/azure-rest-api-specs", | ||
"typespec_src": "specification/terraform/Microsoft.AzureTerraform.Management", | ||
"@azure-tools/typespec-python": "0.36.1" | ||
"@azure-tools/typespec-python": "0.38.4" | ||
} |
24 changes: 24 additions & 0 deletions
24
sdk/terraform/azure-mgmt-terraform/apiview-properties.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,24 @@ | ||
{ | ||
"CrossLanguagePackageId": "Microsoft.AzureTerraform", | ||
"CrossLanguageDefinitionId": { | ||
"azure.mgmt.terraform.models.BaseExportModel": "Microsoft.AzureTerraform.BaseExportModel", | ||
"azure.mgmt.terraform.models.ErrorAdditionalInfo": "Azure.ResourceManager.CommonTypes.ErrorAdditionalInfo", | ||
"azure.mgmt.terraform.models.ErrorDetail": "Azure.ResourceManager.CommonTypes.ErrorDetail", | ||
"azure.mgmt.terraform.models.ErrorResponse": "Azure.ResourceManager.CommonTypes.ErrorResponse", | ||
"azure.mgmt.terraform.models.ExportQuery": "Microsoft.AzureTerraform.ExportQuery", | ||
"azure.mgmt.terraform.models.ExportResource": "Microsoft.AzureTerraform.ExportResource", | ||
"azure.mgmt.terraform.models.ExportResourceGroup": "Microsoft.AzureTerraform.ExportResourceGroup", | ||
"azure.mgmt.terraform.models.ExportResult": "Microsoft.AzureTerraform.ExportResult", | ||
"azure.mgmt.terraform.models.Operation": "Azure.ResourceManager.CommonTypes.Operation", | ||
"azure.mgmt.terraform.models.OperationDisplay": "Azure.ResourceManager.CommonTypes.OperationDisplay", | ||
"azure.mgmt.terraform.models.TerraformOperationStatus": "Microsoft.AzureTerraform.TerraformOperationStatus", | ||
"azure.mgmt.terraform.models.Origin": "Azure.ResourceManager.CommonTypes.Origin", | ||
"azure.mgmt.terraform.models.ActionType": "Azure.ResourceManager.CommonTypes.ActionType", | ||
"azure.mgmt.terraform.models.ResourceProvisioningState": "Azure.ResourceManager.ResourceProvisioningState", | ||
"azure.mgmt.terraform.models.Type": "Microsoft.AzureTerraform.Type", | ||
"azure.mgmt.terraform.models.TargetProvider": "Microsoft.AzureTerraform.targetProvider", | ||
"azure.mgmt.terraform.models.AuthorizationScopeFilter": "Microsoft.AzureTerraform.authorizationScopeFilter", | ||
"azure.mgmt.terraform.TerraformMgmtClient.operations.list": "Azure.ResourceManager.Operations.list", | ||
"azure.mgmt.terraform.TerraformMgmtClient.terraform.begin_export_terraform": "Microsoft.AzureTerraform.Terraform.exportTerraform" | ||
} | ||
} |
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.