Skip to content

Commit

Permalink
Remove workaround for final-state-schema (#37641)
Browse files Browse the repository at this point in the history
  • Loading branch information
live1206 authored Jul 17, 2023
1 parent 0a0dc85 commit 3ecad53
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ rename-rules:
Etag: ETag|etag

directive:
# temporary workaround for https://github.com/Azure/autorest.csharp/issues/3546
# remove new POST direction 'final-state-schema' until autorest core is upgraded
- from: networkcloud.json
where: $.paths.*.post['x-ms-long-running-operation-options']
transform: >
delete $['final-state-schema'];
# The core library Azure.ResourceManager has been generated when the subscriptionId was not marked as an uuid.
# v5 of common-types defines `subscriptionId` as `guid` format and needs to be removed in order to generate valid code.
- from: types.json
Expand Down

0 comments on commit 3ecad53

Please sign in to comment.