Skip to content

Commit

Permalink
update autorust.toml configs once autoboxing is included
Browse files Browse the repository at this point in the history
Once Azure#1385 has been merged, the services need much less configuration for support
  • Loading branch information
Brian Caswell committed Sep 15, 2023
1 parent 1dca228 commit 257305c
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 44 deletions.
4 changes: 0 additions & 4 deletions services/mgmt/alertsmanagement/autorust.toml

This file was deleted.

9 changes: 4 additions & 5 deletions services/mgmt/marketplace/autorust.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[tags]
deny = [
"package-2020-01-01",
"package-2020-12-01",
"package-composite-v1", # mixing versions
"package-composite-v2", # mixing versions
]
# mixing versions
"package-composite-v1",
"package-composite-v2",
]
5 changes: 0 additions & 5 deletions services/mgmt/mediaservices/autorust.toml

This file was deleted.

13 changes: 8 additions & 5 deletions services/mgmt/monitor/autorust.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@

# package-2021-09 has two different AzureResource
# https://github.com/Azure/azure-rest-api-specs/issues/17289
# package-2022-04 also
# package-2022-02 also
# package-2021-07 also

allow = ["package-2021-04", "package-2020-03", "package-2019-11"]
deny = [
"package-composite-v1",
"package-2023-04",
"package-2023-01",
"package-2022-10",
"package-2022-06",
"package-2021-09",
]
2 changes: 0 additions & 2 deletions services/svc/blobstorage/autorust.toml

This file was deleted.

12 changes: 3 additions & 9 deletions services/svc/confidentialledger/autorust.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
[tags]
# Configuration section missing
# https://github.com/Azure/azure-rest-api-specs/pull/19379
limit = 0

[properties]
boxed = [
[
"../../../azure-rest-api-specs/specification/confidentialledger/data-plane/Microsoft.ConfidentialLedger/preview/0.1-preview/common.json",
"ConfidentialLedgerErrorBody",
"innererror"
]
deny=[
"package-2022-20-04-preview-ledger",
"package-2022-20-04-preview-identity"
]
14 changes: 0 additions & 14 deletions services/svc/mixedreality/autorust.toml

This file was deleted.

0 comments on commit 257305c

Please sign in to comment.