Skip to content

[test] ignore #36529

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand All @@ -44,7 +44,7 @@ interface Widgets {
@doc("Fetch a Widget by name.")
getWidget is ResourceRead<WidgetSuite>;

@doc("Gets status of a Widget operation.")
@doc("Gets status of a Widget operations.")
getWidgetOperationStatus is GetResourceOperationStatus<WidgetSuite>;

@doc("Creates or updates a Widget asynchronously.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down