Skip to content

Commit

Permalink
update autorust.toml configs once autoboxing is included (#1389)
Browse files Browse the repository at this point in the history
Once #1385 has been merged, the services need much less configuration for support
  • Loading branch information
demoray committed Sep 18, 2023
1 parent fc99b8c commit ec45aad
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 26 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.

5 changes: 4 additions & 1 deletion services/svc/confidentialledger/autorust.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[tags]
# Configuration section missing
# https://github.com/Azure/azure-rest-api-specs/pull/19379
limit = 0
deny=[
"package-2022-20-04-preview-ledger",
"package-2022-20-04-preview-identity"
]
4 changes: 0 additions & 4 deletions services/svc/mixedreality/autorust.toml

This file was deleted.

0 comments on commit ec45aad

Please sign in to comment.