Skip to content
Open
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
7 changes: 7 additions & 0 deletions .chronus/changes/fix-spell-error-2025-11-28-17-56-11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
changeKind: fix
packages:
- "@azure-tools/typespec-azure-resource-manager"
---

Corrected spelling of 'for an operation' from 'for and operation'.
2 changes: 1 addition & 1 deletion packages/samples/common-types/openapi/v3/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
},
"OperationDisplay": {
"type": "object",
"description": "Localized display information for and operation.",
"description": "Localized display information for an operation.",
"properties": {
"provider": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/common-types/openapi/v4/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
},
"OperationDisplay": {
"type": "object",
"description": "Localized display information for and operation.",
"description": "Localized display information for an operation.",
"properties": {
"provider": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/common-types/openapi/v5/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
},
"OperationDisplay": {
"type": "object",
"description": "Localized display information for and operation.",
"description": "Localized display information for an operation.",
"properties": {
"provider": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/common-types/openapi/v6/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
},
"OperationDisplay": {
"type": "object",
"description": "Localized display information for and operation.",
"description": "Localized display information for an operation.",
"properties": {
"provider": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ namespace Azure.ResourceManager.CommonTypes;
@@armCommonDefinition(Operation, "Operation", Azure.ResourceManager.CommonTypes.Versions.v6);

/**
* Localized display information for and operation.
* Localized display information for an operation.
*/
@@armCommonDefinition(OperationDisplay,
"OperationDisplay",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ model Operation {
}

/**
* Localized display information for and operation.
* Localized display information for an operation.
*/
model OperationDisplay {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1984,7 +1984,7 @@ model Azure.ResourceManager.CommonTypes.Operation

### `OperationDisplay` {#Azure.ResourceManager.CommonTypes.OperationDisplay}

Localized display information for and operation.
Localized display information for an operation.

```typespec
model Azure.ResourceManager.CommonTypes.OperationDisplay
Expand Down
Loading