Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add comment
  • Loading branch information
mzhongl524 committed Aug 29, 2025
commit 7a882cd9ff9b423b2d42605b7944d45d75729fc1
2 changes: 2 additions & 0 deletions sdk/support/Azure.ResourceManager.Support/src/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ directive:
transform: >
$.ProblemClassificationProperties['properties']['secondaryConsentEnabled']['readOnly'] = true;
$.ServiceProperties['properties']['resourceTypes']['readOnly'] = true;
# It was found during the Swagger comparison that the contentType is missing the 'x-ms-enum' object content,
# so it is supplemented here.
$.MessageProperties['properties']['contentType']['x-ms-enum'] = {
name: 'TranscriptContentType',
modelAsString: true
Expand Down
Loading