Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 additions & 0 deletions specification/keyvault/Security.KeyVault.Common/common.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ alias KeyVaultOperation<
* The key vault server error.
*/
#suppress "@azure-tools/typespec-azure-core/no-nullable" "Intentionally nullable model"
#suppress "@azure-tools/typespec-client-generator-core/no-unnamed-types" "Backcompatibility with existing clients"
union Error {
null,
#suppress "@azure-tools/typespec-client-generator-core/no-unnamed-types" "Backcompatibility with existing clients"
{
/**
* The error code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ model OnlineExperimentationWorkspacePatch {
/**
* Updatable properties of the online experimentation workspace resource.
*/
#suppress "@azure-tools/typespec-client-generator-core/no-unnamed-types" "Backcompatibility with existing clients"
properties?: {
/**
* The resource identifier of the Log Analytics workspace which online experimentation workspace uses for generating experiment analysis results.
Expand Down
1 change: 1 addition & 0 deletions specification/orbital/Microsoft.PlanetaryComputer/inma.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ namespace StacItems {
* This union allows the request body to accept either a single Item or a collection of Items.
*/
#suppress "@azure-tools/typespec-autorest/union-unsupported" ""
#suppress "@azure-tools/typespec-client-generator-core/no-unnamed-types" "Backcompatibility with existing clients"
@body
body: StacItem | ItemCollection,
): {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,7 @@ model Link {
* Specifies the HTTP method that the resource expects.
* Default: GET.
*/
#suppress "@azure-tools/typespec-azure-client-generator-core/no-unnamed-types" "Backcompatibility with existing clients"
method?: "GET" | "POST" | string = "GET";

/**
Expand Down
Loading