You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/autorest.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,12 +48,6 @@ rename-rules:
48
48
Etag: ETag|etag
49
49
50
50
directive:
51
-
# The core library Azure.ResourceManager has been generated when the subscriptionId was not marked as an uuid.
52
-
# v5 of common-types defines `subscriptionId` as `guid` format and needs to be removed in order to generate valid code.
53
-
- from: types.json
54
-
where: $.parameters.SubscriptionIdParameter
55
-
transform: >
56
-
delete $['format'];
57
51
- from: networkcloud.json
58
52
where: $.definitions
59
53
transform:
@@ -72,11 +66,6 @@ directive:
72
66
'principalId',
73
67
'applicationId'
74
68
];
75
-
# CodeGen don't support some definitions in v4 & v5 common types, here is an issue https://github.com/Azure/autorest.csharp/issues/3537 opened to fix this problem
76
-
- from: v5/types.json
77
-
where: $.definitions
78
-
transform: >
79
-
delete $.Resource.properties.id.format;
80
69
# `delete` transformations are to remove APIs/methods that result in Access Denied for end users.
0 commit comments