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 2834538e8e1e0d506e5a049326c175bb5dc4aa8e into 7438e68d87366629ddbfb3e4f3953672f0efb476
- Loading branch information
SDKAuto
committed
Feb 22, 2025
1 parent
af5efc9
commit 8d28413
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": "47e1bfd985e1e04118d6e4b379011888a92cef8e", | ||
"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.