diff --git a/specification/contosowidgetmanager/Contoso.WidgetManager/main.tsp b/specification/contosowidgetmanager/Contoso.WidgetManager/main.tsp index 3caf321e31e4..15cab37cb922 100644 --- a/specification/contosowidgetmanager/Contoso.WidgetManager/main.tsp +++ b/specification/contosowidgetmanager/Contoso.WidgetManager/main.tsp @@ -33,7 +33,7 @@ model WidgetSuite { @visibility(Lifecycle.Read) name: string; - @doc("The ID of the widget's manufacturer.") + @doc("The ID of the widget's manufacturers.") manufacturerId: string; @doc("The faked shared model.") @@ -44,7 +44,7 @@ interface Widgets { @doc("Fetch a Widget by name.") getWidget is ResourceRead; - @doc("Gets status of a Widget operation.") + @doc("Gets status of a Widget operations.") getWidgetOperationStatus is GetResourceOperationStatus; @doc("Creates or updates a Widget asynchronously.") diff --git a/specification/contosowidgetmanager/data-plane/Azure.Contoso.WidgetManager/preview/2022-11-01-preview/widgets.json b/specification/contosowidgetmanager/data-plane/Azure.Contoso.WidgetManager/preview/2022-11-01-preview/widgets.json index f9590a6611e6..07ae5b5dc522 100644 --- a/specification/contosowidgetmanager/data-plane/Azure.Contoso.WidgetManager/preview/2022-11-01-preview/widgets.json +++ b/specification/contosowidgetmanager/data-plane/Azure.Contoso.WidgetManager/preview/2022-11-01-preview/widgets.json @@ -266,7 +266,7 @@ "/widgets/{widgetName}/operations/{operationId}": { "get": { "operationId": "Widgets_GetWidgetOperationStatus", - "description": "Gets status of a Widget operation.", + "description": "Gets status of a Widget operations.", "parameters": [ { "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" @@ -506,7 +506,7 @@ }, "manufacturerId": { "type": "string", - "description": "The ID of the widget's manufacturer." + "description": "The ID of the widget's manufacturers." }, "sharedModel": { "$ref": "#/definitions/FakedSharedModel", @@ -524,7 +524,7 @@ "properties": { "manufacturerId": { "type": "string", - "description": "The ID of the widget's manufacturer." + "description": "The ID of the widget's manufacturers." }, "sharedModel": { "$ref": "#/definitions/FakedSharedModelCreateOrUpdate", diff --git a/specification/contosowidgetmanager/data-plane/Azure.Contoso.WidgetManager/stable/2022-12-01/widgets.json b/specification/contosowidgetmanager/data-plane/Azure.Contoso.WidgetManager/stable/2022-12-01/widgets.json index 6ff90650c918..c504c9715e4e 100644 --- a/specification/contosowidgetmanager/data-plane/Azure.Contoso.WidgetManager/stable/2022-12-01/widgets.json +++ b/specification/contosowidgetmanager/data-plane/Azure.Contoso.WidgetManager/stable/2022-12-01/widgets.json @@ -266,7 +266,7 @@ "/widgets/{widgetName}/operations/{operationId}": { "get": { "operationId": "Widgets_GetWidgetOperationStatus", - "description": "Gets status of a Widget operation.", + "description": "Gets status of a Widget operations.", "parameters": [ { "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" @@ -506,7 +506,7 @@ }, "manufacturerId": { "type": "string", - "description": "The ID of the widget's manufacturer." + "description": "The ID of the widget's manufacturers." }, "sharedModel": { "$ref": "#/definitions/FakedSharedModel", @@ -524,7 +524,7 @@ "properties": { "manufacturerId": { "type": "string", - "description": "The ID of the widget's manufacturer." + "description": "The ID of the widget's manufacturers." }, "sharedModel": { "$ref": "#/definitions/FakedSharedModelCreateOrUpdate",