Skip to content

Commit e944b37

Browse files
authored
update specs required for updated specs (#1267)
1 parent f90f728 commit e944b37

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

services/mgmt/dataprotection/autorust.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ boxed = [
1111
["../../../azure-rest-api-specs/specification/dataprotection/resource-manager/Microsoft.DataProtection/stable/2022-04-01/dataprotection.json", "InnerError", "embeddedInnerError"],
1212
["../../../azure-rest-api-specs/specification/dataprotection/resource-manager/Microsoft.DataProtection/stable/2022-05-01/dataprotection.json", "InnerError", "embeddedInnerError"],
1313
["../../../azure-rest-api-specs/specification/dataprotection/resource-manager/Microsoft.DataProtection/stable/2023-01-01/dataprotection.json", "InnerError", "embeddedInnerError"],
14+
["../../../azure-rest-api-specs/specification/dataprotection/resource-manager/Microsoft.DataProtection/stable/2023-05-01/dataprotection.json", "InnerError", "embeddedInnerError"],
1415
]

services/svc/agrifood/autorust.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ deny = [
44
"package-2021-07-31-preview",
55
"package-2021-03-31-preview",
66
"package-2022-11-01-preview",
7+
"package-2023-04-01-preview",
78
]
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[tags]
22
deny = [
3-
"2023-01-01-preview"
3+
"2023-01-01-preview",
4+
# data did not match any variant of untagged enum ReferenceOr
5+
"2023-04-01",
46
]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[tags]
2+
deny = [
3+
# TODO: 'Error: Error { context: Custom(Custom { kind: DataConversion, error: Error("invalid value: string \"ServiceBusManagementErrorResponse\", expected length 3", line: 1995, column: 39) }) }'
4+
"package-2021-05"
5+
]

0 commit comments

Comments
 (0)