Skip to content

Commit

Permalink
mgmt, local generation for network 2023-11-01
Browse files Browse the repository at this point in the history
  • Loading branch information
v-hongli1 committed Jun 5, 2024
1 parent 3a07283 commit 0d841bf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions eng/code-quality-reports/src/main/resources/revapi/revapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,18 @@
"code": "java\\.annotation\\.removed",
"old": ".*? com\\.azure\\.data\\.tables\\.models.*",
"justification": "Removing Jackson annotations from Tables in transition to stream-style."
},
{
"regex": true,
"code": "java\\.annotation\\.attributeRemoved",
"old": ".*? com\\.azure\\.resourcemanager\\.network\\.models.*",
"justification": "Removing Jackson annotations from Network in transition to stream-style."
},
{
"regex": true,
"code": "java\\.annotation\\.attributeAdded",
"old": ".*? com\\.azure\\.resourcemanager\\.network\\.models.*",
"justification": "Adding Jackson annotations to Network in transition to stream-style."
}
]
}
Expand Down

0 comments on commit 0d841bf

Please sign in to comment.