Skip to content

Commit d3a549a

Browse files
fix
1 parent 01712bc commit d3a549a

File tree

2 files changed

+2
-2
lines changed
  • specification

2 files changed

+2
-2
lines changed

specification/maintenance/resource-manager/Microsoft.Maintenance/Maintenance/back-compatible.tsp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ using Microsoft.Maintenance;
88
@@Azure.ClientGenerator.Core.Legacy.flattenProperty(MaintenanceConfigurationProperties.maintenanceWindow
99
);
1010

11-
//#suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "Back compatibility"
12-
@@Azure.ClientGenerator.Core.Legacy.flattenProperty(Update.properties);
11+
//@@Azure.ClientGenerator.Core.Legacy.flattenProperty(Update.properties);
1312

1413
#suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
1514
@@clientName(MaintenanceConfigurationOperationGroup.createOrUpdate::parameters.resource,

specification/purviewpolicy/resource-manager/Microsoft.Purview/PurviewPolicy/backcompat.tsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ using TypeSpec.Http;
55
using Azure.ResourceManager;
66

77
@@path(ResourceUriParameter.resourceUri, "scope");
8+
#suppress "@azure-tools/typespec-azure-core/no-private-usage" "TODO: This should not be used, remove"
89
@@Azure.ResourceManager.CommonTypes.Private.armCommonParameter(ResourceUriParameter.resourceUri,
910
"ScopeParameter",
1011
Azure.ResourceManager.CommonTypes.Versions.v5

0 commit comments

Comments
 (0)