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

Updated SDK documentation and Updated Reservation API version to previous SDK release version. #12281

Merged
merged 23 commits into from
Jan 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
3a31345
1.Breaking Change - Removing duplicate autoQuotaIncreaseState from su…
rahuls-microsoft Jun 4, 2020
2d30c2d
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
rahuls-microsoft Jun 25, 2020
d6599d1
Updating Provider name in example.
rahuls-microsoft Jun 25, 2020
4b1565d
Merge branch 'master' of https://github.com/Azure/azure-rest-api-spec…
rahuls-microsoft Jul 29, 2020
15e533d
Capacity RP Quota APIs for GA
rahuls-microsoft Dec 3, 2020
8f96e78
Adding preview version to stable dir as base files.
rahuls-microsoft Dec 10, 2020
8beb75c
Files from preview version, which will be removed.
rahuls-microsoft Dec 10, 2020
b034d7f
Updating to GA Version.
rahuls-microsoft Dec 10, 2020
cd7674b
Merge branch 'master' of https://github.com/rahuls-microsoft/azure-re…
rahuls-microsoft Dec 28, 2020
6311684
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
rahuls-microsoft Dec 28, 2020
14c272b
1. Updated reservation version tag to - Microsoft.Capacity/preview/20…
rahuls-microsoft Jan 5, 2021
436af3a
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
rahuls-microsoft Jan 5, 2021
d77efa6
Documentation updates for put and patch request, which includes only …
rahuls-microsoft Jan 5, 2021
265aa4e
Merge branch 'master' of https://github.com/rahuls-microsoft/azure-re…
rahuls-microsoft Jan 5, 2021
8fcb79f
Update documenation for put.
rahuls-microsoft Jan 5, 2021
add00fa
Doc update.
rahuls-microsoft Jan 5, 2021
53031a3
Adding -preview tag for GO sdk.
rahuls-microsoft Jan 11, 2021
a7963c7
Updating Go settings for output folder to be -preview.
rahuls-microsoft Jan 11, 2021
8ea3dc3
Adding preview subdir for GO package.
rahuls-microsoft Jan 11, 2021
69ffa31
Adding preview subdir to Go sdk path.
rahuls-microsoft Jan 11, 2021
3cd5abd
Removing tag - tag: package-2020-10-25-preview
rahuls-microsoft Jan 11, 2021
8f58d34
introduce a new tag to keep the go sdk package unchanged
ArcturusZhang Jan 13, 2021
ba279fb
Revert "introduce a new tag to keep the go sdk package unchanged"
ArcturusZhang Jan 13, 2021
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 @@ -39,7 +39,7 @@
"tags": [
"QuotaInformation"
],
"description": "Get the current quotas (service limits) and usage of a resource. You can use the response from the GET operation to submit quota update requests.",
"description": "Get the current quota (service limit) and usage of a resource. You can use the response from the GET operation to submit quota update request.",
rahuls-microsoft marked this conversation as resolved.
Show resolved Hide resolved
"operationId": "Quota_Get",
"x-ms-examples": {
"Quotas_Request_ForCompute": {
Expand Down Expand Up @@ -88,7 +88,7 @@
"tags": [
"QuotaInformation"
],
"description": "Create or update the quotas (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:\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.",
"operationId": "Quota_CreateOrUpdate",
"x-ms-examples": {
"Quotas_Request_ForCompute": {
Expand Down Expand Up @@ -285,7 +285,7 @@
"$ref": "./examples/getQuotaRequestStatusFailed.json"
}
},
"description": "For the specified Azure region (location), get the details and status of the quota request by the quota request ID for the resources of the resource provider. The PUT request for service limits returns a response with the requestId parameter.",
"description": "For the specified Azure region (location), get the details and status of the quota request by the quota request ID for the resources of the resource provider. The PUT request for the quota (service limit) returns a response with the requestId parameter.",
rahuls-microsoft marked this conversation as resolved.
Show resolved Hide resolved
"operationId": "QuotaRequestStatus_Get",
"parameters": [
{
Expand Down
2 changes: 1 addition & 1 deletion specification/reservations/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ These settings apply only when `--tag=package-2020-10-25 --go` is specified on t
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag)=='package-2020-10-25' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-10-25/$(namespace)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-10-25/$(namespace)
```

### Tag: package-preview-2019-07-19 and go
Expand Down
2 changes: 1 addition & 1 deletion specification/reservations/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ These settings apply only when `--tag=package-2020-10-25` is specified on the co

``` yaml $(tag) == 'package-2020-10-25'
input-file:
- Microsoft.Capacity/stable/2017-11-01/reservations.json
- Microsoft.Capacity/preview/2020-10-01-preview/reservations.json
ArcturusZhang marked this conversation as resolved.
Show resolved Hide resolved
- Microsoft.Capacity/stable/2020-10-25/quota.json
```

Expand Down