Skip to content
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

Fix newlines in Reservations document #18864

Merged
merged 1 commit into from
Apr 29, 2022
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
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"tags": [
"QuotaInformation"
],
"description": "Create or update the service limits (quota) of a resource to requested value.\n Steps:\n\r 1. Make the Get request to get the quota information for specific resource.\n\r 2. To increase the quota, update the limit field in the response from Get request to new value.\n\r 3. Submit the JSON to the quota request API to update the quota.\r\n The Create quota request may be constructed as follows. The PUT operation can be used to update the quota.",
"description": "Create or update the service limits (quota) of a resource to requested value.\n Steps:\r\n 1. Make the Get request to get the quota information for specific resource.\r\n 2. To increase the quota, update the limit field in the response from Get request to new value.\r\n 3. Submit the JSON to the quota request API to update the quota.\r\n The Create quota request may be constructed as follows. The PUT operation can be used to update the quota.",
"operationId": "Quota_CreateOrUpdate",
"x-ms-examples": {
"Quotas_Request_ForCompute": {
Expand Down Expand Up @@ -156,7 +156,7 @@
"tags": [
"QuotaInformation"
],
"description": "Update the service limits (quota) of a resource to requested value.\n Steps:\n\r 1. Make the Get request to get the quota information for specific resource.\n\r 2. To increase the quota, update the limit field in the response from Get request to new value.\n\r 3. Submit the JSON to the quota request API to update the quota.\r\n The Update quota request may be constructed as follows. The PATCH operation can be used to update the quota.",
"description": "Update the service limits (quota) of a resource to requested value.\n Steps:\r\n 1. Make the Get request to get the quota information for specific resource.\r\n 2. To increase the quota, update the limit field in the response from Get request to new value.\r\n 3. Submit the JSON to the quota request API to update the quota.\r\n The Update quota request may be constructed as follows. The PATCH operation can be used to update the quota.",
"operationId": "Quota_Update",
"x-ms-examples": {
"Quotas_Request_PatchForCompute": {
Expand Down Expand Up @@ -353,7 +353,7 @@
"in": "query",
"required": false,
"type": "string",
"description": "| Field | Supported operators \n|---------------------|------------------------\n\r\n|requestSubmitTime | ge, le, eq, gt, lt\n"
"description": "| Field | Supported operators |\r\n|---------------------|------------------------|\r\n|requestSubmitTime | ge, le, eq, gt, lt |"
},
{
"$ref": "#/parameters/TopQueryParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"tags": [
"QuotaInformation"
],
"description": "Create or update the quota (service limits) of a resource to the requested value.\n Steps:\n\r 1. Make the Get request to get the quota information for specific resource.\n\r 2. To increase the quota, update the limit field in the response from Get request to new value.\n\r 3. Submit the JSON to the quota request API to update the quota.\r\n The Create quota request may be constructed as follows. The PUT operation can be used to update the quota.",
"description": "Create or update the quota (service limits) of a resource to the requested value.\n Steps:\r\n 1. Make the Get request to get the quota information for specific resource.\r\n 2. To increase the quota, update the limit field in the response from Get request to new value.\r\n 3. Submit the JSON to the quota request API to update the quota.\r\n The Create quota request may be constructed as follows. The PUT operation can be used to update the quota.",
"operationId": "Quota_CreateOrUpdate",
"x-ms-examples": {
"Quotas_Request_PutForCompute": {
Expand Down Expand Up @@ -156,7 +156,7 @@
"tags": [
"QuotaInformation"
],
"description": "Update the quota (service limits) of this resource to the requested value.\n\r • To get the quota information for specific resource, send a GET request.\n\r • To increase the quota, update the limit field from the GET response to a new value.\n\r • To update the quota value, submit the JSON response to the quota request API to update the quota.\r\n • To update the quota. use the PATCH operation.",
"description": "Update the quota (service limits) of this resource to the requested value.\r\n • To get the quota information for specific resource, send a GET request.\r\n • To increase the quota, update the limit field from the GET response to a new value.\r\n • To update the quota value, submit the JSON response to the quota request API to update the quota.\r\n • To update the quota. use the PATCH operation.",
"operationId": "Quota_Update",
"x-ms-examples": {
"Quotas_Request_PatchForCompute": {
Expand Down Expand Up @@ -350,7 +350,7 @@
"in": "query",
"required": false,
"type": "string",
"description": "| Field | Supported operators \n|---------------------|------------------------\n\r\n|requestSubmitTime | ge, le, eq, gt, lt\n"
"description": "| Field | Supported operators |\r\n|---------------------|------------------------|\r\n|requestSubmitTime | ge, le, eq, gt, lt |"
},
{
"$ref": "#/parameters/TopQueryParameter"
Expand Down