Skip to content

Commit b849ba6

Browse files
committed
fixing conflict
1 parent a8c502c commit b849ba6

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/services/resource-publisher.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,6 @@ export async function publishResource(
119119
json = normalizeApiOperationTextFields(json);
120120
}
121121

122-
// API operations: enforce explicit empty strings for text fields when omitted.
123-
// APIM may synthesize description from displayName when description is absent,
124-
// causing extract/publish round-trip drift.
125-
if (descriptor.type === ResourceType.ApiOperation) {
126-
json = normalizeApiOperationTextFields(json);
127-
}
128-
129122
// APIM resource payloads can reference NamedValues using {{name}} syntax.
130123
// Logger credentials, Backend credentials, and other properties support this.
131124
// Canonicalize all {{token}} casing to actual NamedValue artifact names so

0 commit comments

Comments
 (0)