Skip to content

Commit

Permalink
[riskiq] add back suppressions for property-name-conflict (#33080)
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft authored Mar 7, 2025
1 parent 72f9c15 commit f8d4e62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions specification/riskiq/Easm/models.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ model AzureDataExplorerDataConnectionProperties
}

#suppress "@azure-tools/typespec-azure-core/documentation-required" "Documentation will be added next preview version"
#suppress "@azure-tools/typespec-client-generator-core/property-name-conflict" "Overwritten in client.tsp, but tsp pipelines run from main.tsp as well"
model Banner {
port?: int32;
banner?: string;
Expand Down Expand Up @@ -979,6 +980,7 @@ model IpAddressAsset extends InventoryAsset {
}

#suppress "@azure-tools/typespec-azure-core/documentation-required" "Documentation will be added next preview version"
#suppress "@azure-tools/typespec-client-generator-core/property-name-conflict" "Overwritten in client.tsp, but tsp pipelines run from main.tsp as well"
model IpBlock {
ipBlock?: string;
sources?: Source[];
Expand Down Expand Up @@ -1173,6 +1175,7 @@ model PageCause {
}

#suppress "@azure-tools/typespec-azure-core/documentation-required" "Documentation will be added next preview version"
#suppress "@azure-tools/typespec-client-generator-core/property-name-conflict" "Overwritten in client.tsp, but tsp pipelines run from main.tsp as well"
model Port {
port?: int32;
firstSeen?: utcDateTime;
Expand Down Expand Up @@ -1365,6 +1368,7 @@ model SoaRecord {
}

#suppress "@azure-tools/typespec-azure-core/documentation-required" "Documentation will be added next preview version"
#suppress "@azure-tools/typespec-client-generator-core/property-name-conflict" "Overwritten in client.tsp, but tsp pipelines run from main.tsp as well"
model Source {
source?: string;
firstSeen?: utcDateTime;
Expand Down

0 comments on commit f8d4e62

Please sign in to comment.