Skip to content

Commit 906c611

Browse files
authored
Updated @@clientName for .NET SDK (#35435)
1 parent 962242b commit 906c611

File tree

1 file changed

+13
-0
lines changed
  • specification/terraform/Microsoft.AzureTerraform.Management

1 file changed

+13
-0
lines changed

specification/terraform/Microsoft.AzureTerraform.Management/client.tsp

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ using Microsoft.AzureTerraform;
1212
"csharp"
1313
);
1414
@@clientName(BaseExportModel.maskSensitive, "IsMaskSensitiveEnabled", "csharp");
15+
@@clientName(BaseExportModel.excludeAzureResource,
16+
"AzureResourcesToExclude",
17+
"csharp"
18+
);
19+
@@clientName(BaseExportModel.excludeTerraformResource,
20+
"TerraformResourcesToExclude",
21+
"csharp"
22+
);
23+
1524
// Name ending with "Resource" is reserved for ARM resource in .NET SDK
1625
// Refer to https://github.com/Azure/azure-sdk-for-net/blob/4dacd22df0cf904b11cb3b1389aa566c552fdd0f/common/ManagementTestShared/Redesign/InheritanceCheckTests.cs#L23
1726
@@clientName(ExportQuery, "ExportQueryTerraform", "csharp");
@@ -29,3 +38,7 @@ using Microsoft.AzureTerraform;
2938
@@clientName(targetProvider.azurerm, "AzureRM", "csharp");
3039
@@clientName(Terraform.exportTerraform, "ExportTerraform", "csharp");
3140
@@clientName(Microsoft.AzureTerraform, "TerraformMgmt", "python");
41+
@@clientName(authorizationScopeFilter,
42+
"TerraformAuthorizationScopeFilter",
43+
"csharp"
44+
);

0 commit comments

Comments
 (0)