Skip to content

Commit ba3d071

Browse files
author
tadelesh
committed
fix TCGC error
1 parent 0922d73 commit ba3d071

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

  • specification
    • extendedlocation/resource-manager/Microsoft.ExtendedLocation/CustomLocations
    • security/resource-manager/Microsoft.Security/Security

specification/extendedlocation/resource-manager/Microsoft.ExtendedLocation/CustomLocations/client.tsp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ op customLocationsUpdate(
108108
...SubscriptionIdParameter,
109109
...ResourceGroupParameter,
110110
provider: "Microsoft.ExtendedLocation",
111+
112+
@path
111113
resourceName: string,
112114

113115
/**
@@ -134,8 +136,13 @@ op resourceSyncRulesUpdate(
134136
...SubscriptionIdParameter,
135137
...ResourceGroupParameter,
136138
provider: "Microsoft.ExtendedLocation",
139+
140+
@path
137141
resourceName: string,
142+
143+
@path
138144
childResourceName: string,
145+
139146
properties?: resourceSyncRuleProperties,
140147

141148
/**

specification/security/resource-manager/Microsoft.Security/Security/client.tsp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,8 @@ op privateEndpointConnectionsGetCustomization(
271271
...Azure.ResourceManager.Legacy.Provider,
272272
#suppress "@azure-tools/typespec-azure-core/documentation-required" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
273273
...PrivateLinkNameParameter,
274+
275+
@path
274276
privateEndpointConnectionName: string,
275277
): ArmResponse<Azure.ResourceManager.PrivateEndpointConnection> | ErrorResponse;
276278

0 commit comments

Comments
 (0)