Skip to content

Commit 23a2afb

Browse files
melina5656pshao25
andauthored
Remove useless suppression (#36937)
Co-authored-by: Pan Shao <[email protected]>
1 parent 663130c commit 23a2afb

File tree

1 file changed

+0
-8
lines changed
  • specification/edgeorder/resource-manager/Microsoft.EdgeOrder/EdgeOrder

1 file changed

+0
-8
lines changed

specification/edgeorder/resource-manager/Microsoft.EdgeOrder/EdgeOrder/models.tsp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,6 @@ model Configuration {
10521052
/**
10531053
* Properties of configuration.
10541054
*/
1055-
#suppress "@azure-tools/typespec-azure-core/no-private-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
10561055
@visibility(Lifecycle.Read)
10571056
properties?: ConfigurationProperties;
10581057
}
@@ -1233,7 +1232,6 @@ model ChildConfiguration {
12331232
/**
12341233
* Properties of child configuration.
12351234
*/
1236-
#suppress "@azure-tools/typespec-azure-core/no-private-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
12371235
@visibility(Lifecycle.Read)
12381236
properties?: ChildConfigurationProperties;
12391237
}
@@ -1618,7 +1616,6 @@ model ProductFamily {
16181616
/**
16191617
* Properties of product family.
16201618
*/
1621-
#suppress "@azure-tools/typespec-azure-core/no-private-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
16221619
@visibility(Lifecycle.Read)
16231620
properties?: ProductFamilyProperties;
16241621
}
@@ -1649,7 +1646,6 @@ model ProductLine {
16491646
/**
16501647
* Properties of product line.
16511648
*/
1652-
#suppress "@azure-tools/typespec-azure-core/no-private-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
16531649
@visibility(Lifecycle.Read)
16541650
properties?: ProductLineProperties;
16551651
}
@@ -1674,7 +1670,6 @@ model Product {
16741670
/**
16751671
* Properties of product.
16761672
*/
1677-
#suppress "@azure-tools/typespec-azure-core/no-private-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
16781673
@visibility(Lifecycle.Read)
16791674
properties?: ProductProperties;
16801675
}
@@ -2409,7 +2404,6 @@ model ProductFamiliesMetadataDetails {
24092404
/**
24102405
* Product family properties.
24112406
*/
2412-
#suppress "@azure-tools/typespec-azure-core/no-private-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
24132407
@visibility(Lifecycle.Read)
24142408
properties?: ProductFamilyProperties;
24152409
}
@@ -2421,7 +2415,6 @@ model AddressUpdateParameter {
24212415
/**
24222416
* Properties of an address to be updated.
24232417
*/
2424-
#suppress "@azure-tools/typespec-azure-core/no-private-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
24252418
properties?: AddressUpdateProperties;
24262419

24272420
/**
@@ -2453,7 +2446,6 @@ model OrderItemUpdateParameter {
24532446
/**
24542447
* Order item update properties.
24552448
*/
2456-
#suppress "@azure-tools/typespec-azure-core/no-private-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
24572449
properties?: OrderItemUpdateProperties;
24582450

24592451
/**

0 commit comments

Comments
 (0)