Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unnecessary suppress
  • Loading branch information
shraddhasun committed May 31, 2024
commit 35c3a81dd9402d93892a7b96aed24e53b4f1a093
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ union IPPoolTypeEnum {

@doc("The ARM ID for a Network Interface.")
model NetworkInterfaceArmReference {
#suppress "@azure-tools/typespec-azure-core/casing-style" "ID is already shipped. Changing the casing is a breaking change."
@doc("The ARM ID for a Network Interface.")
id?: armResourceIdentifier<[
{
Expand Down