Skip to content

Commit

Permalink
update specs required for updated specs (#1267)
Browse files Browse the repository at this point in the history
  • Loading branch information
demoray committed May 22, 2023
1 parent f90f728 commit e944b37
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions services/mgmt/dataprotection/autorust.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ boxed = [
["../../../azure-rest-api-specs/specification/dataprotection/resource-manager/Microsoft.DataProtection/stable/2022-04-01/dataprotection.json", "InnerError", "embeddedInnerError"],
["../../../azure-rest-api-specs/specification/dataprotection/resource-manager/Microsoft.DataProtection/stable/2022-05-01/dataprotection.json", "InnerError", "embeddedInnerError"],
["../../../azure-rest-api-specs/specification/dataprotection/resource-manager/Microsoft.DataProtection/stable/2023-01-01/dataprotection.json", "InnerError", "embeddedInnerError"],
["../../../azure-rest-api-specs/specification/dataprotection/resource-manager/Microsoft.DataProtection/stable/2023-05-01/dataprotection.json", "InnerError", "embeddedInnerError"],
]
1 change: 1 addition & 0 deletions services/svc/agrifood/autorust.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ deny = [
"package-2021-07-31-preview",
"package-2021-03-31-preview",
"package-2022-11-01-preview",
"package-2023-04-01-preview",
]
4 changes: 3 additions & 1 deletion services/svc/devcenter/autorust.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[tags]
deny = [
"2023-01-01-preview"
"2023-01-01-preview",
# data did not match any variant of untagged enum ReferenceOr
"2023-04-01",
]
5 changes: 5 additions & 0 deletions services/svc/servicebus/autorust.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[tags]
deny = [
# TODO: 'Error: Error { context: Custom(Custom { kind: DataConversion, error: Error("invalid value: string \"ServiceBusManagementErrorResponse\", expected length 3", line: 1995, column: 39) }) }'
"package-2021-05"
]

0 comments on commit e944b37

Please sign in to comment.