Skip to content

Commit d38c709

Browse files
ArthurMa1978FredericHeem
authored andcommitted
Fix newlines (Azure#18864)
1 parent 7f49b11 commit d38c709

File tree

2 files changed

+6
-6
lines changed
  • specification/reservations/resource-manager/Microsoft.Capacity

2 files changed

+6
-6
lines changed

specification/reservations/resource-manager/Microsoft.Capacity/preview/2019-07-19/quota.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"tags": [
8989
"QuotaInformation"
9090
],
91-
"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.",
91+
"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.",
9292
"operationId": "Quota_CreateOrUpdate",
9393
"x-ms-examples": {
9494
"Quotas_Request_ForCompute": {
@@ -156,7 +156,7 @@
156156
"tags": [
157157
"QuotaInformation"
158158
],
159-
"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.",
159+
"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.",
160160
"operationId": "Quota_Update",
161161
"x-ms-examples": {
162162
"Quotas_Request_PatchForCompute": {
@@ -353,7 +353,7 @@
353353
"in": "query",
354354
"required": false,
355355
"type": "string",
356-
"description": "| Field | Supported operators \n|---------------------|------------------------\n\r\n|requestSubmitTime | ge, le, eq, gt, lt\n"
356+
"description": "| Field | Supported operators |\r\n|---------------------|------------------------|\r\n|requestSubmitTime | ge, le, eq, gt, lt |"
357357
},
358358
{
359359
"$ref": "#/parameters/TopQueryParameter"

specification/reservations/resource-manager/Microsoft.Capacity/stable/2020-10-25/quota.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"tags": [
8989
"QuotaInformation"
9090
],
91-
"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.",
91+
"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.",
9292
"operationId": "Quota_CreateOrUpdate",
9393
"x-ms-examples": {
9494
"Quotas_Request_PutForCompute": {
@@ -156,7 +156,7 @@
156156
"tags": [
157157
"QuotaInformation"
158158
],
159-
"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.",
159+
"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.",
160160
"operationId": "Quota_Update",
161161
"x-ms-examples": {
162162
"Quotas_Request_PatchForCompute": {
@@ -350,7 +350,7 @@
350350
"in": "query",
351351
"required": false,
352352
"type": "string",
353-
"description": "| Field | Supported operators \n|---------------------|------------------------\n\r\n|requestSubmitTime | ge, le, eq, gt, lt\n"
353+
"description": "| Field | Supported operators |\r\n|---------------------|------------------------|\r\n|requestSubmitTime | ge, le, eq, gt, lt |"
354354
},
355355
{
356356
"$ref": "#/parameters/TopQueryParameter"

0 commit comments

Comments
 (0)