Skip to content
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 @@ -3009,7 +3009,13 @@
],
"responses": {
"202": {
"description": "Request to create or update Api schema was accepted."
"description": "Request to create or update Api schema was accepted.",
"headers": {
"location": {
"description": "Location header",
"type": "string"
}
}
},
"201": {
"description": "Api schema configuration was successfully created.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
"paths": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/connectivityCheck": {
"post": {
"x-ms-long-running-operation-options": {
"final-state-via": "location"
},
"tags": [
"PerformConnectivityCheck"
],
Expand Down Expand Up @@ -77,7 +74,12 @@
],
"responses": {
"202": {
"description": "Request was accepted and is currently running. Location header contains the URL where the status of the long running operation can be checked and the result eventually retrieved."
"description": "Request was accepted and is currently running. Location header contains the URL where the status of the long running operation can be checked and the result eventually retrieved.",
"headers": {
"location": {
"type": "string"
}
}
},
"200": {
"description": "Connectivity Check Request was completed.",
Expand All @@ -92,7 +94,10 @@
}
}
},
"x-ms-long-running-operation": true
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
"202": {
"description": "Accepted: Location header contains the URL where the status of the long running operation can be checked.",
"headers": {
"Location": {
"location": {
"type": "string"
}
}
Expand Down Expand Up @@ -383,7 +383,13 @@
}
},
"202": {
"description": "The service update request was Accepted."
"description": "The service update request was Accepted.",
"headers": {
"location": {
"description": "Location header",
"type": "string"
}
}
},
"default": {
"description": "Error response describing why the operation failed.",
Expand Down Expand Up @@ -473,6 +479,12 @@
"description": "The service delete request was Accepted.",
"schema": {
"$ref": "#/definitions/ApiManagementServiceResource"
},
"headers": {
"location": {
"description": "Location header",
"type": "string"
}
}
},
"204": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,13 @@
],
"responses": {
"202": {
"description": "Request to create or update named value was accepted."
"description": "Request to create or update named value was accepted.",
"headers": {
"location": {
"description": "Location header",
"type": "string"
}
}
},
"201": {
"description": "Named value was successfully created.",
Expand Down Expand Up @@ -327,7 +333,13 @@
],
"responses": {
"202": {
"description": "Request to create or update named value was accepted."
"description": "Request to create or update named value was accepted.",
"headers": {
"location": {
"description": "Location header",
"type": "string"
}
}
},
"200": {
"description": "Named value was successfully updated.",
Expand Down Expand Up @@ -482,7 +494,13 @@
],
"responses": {
"202": {
"description": "Request to refresh secret was accepted."
"description": "Request to refresh secret was accepted.",
"headers": {
"location": {
"description": "Location header",
"type": "string"
}
}
},
"200": {
"description": "Named value was successfully updated.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,13 @@
],
"responses": {
"202": {
"description": "Request to create a developer portal revision was accepted."
"description": "Request to create a developer portal revision was accepted.",
"headers": {
"location": {
"description": "Location header",
"type": "string"
}
}
},
"201": {
"description": "The developer portal revision was successfully created.",
Expand Down Expand Up @@ -293,7 +299,13 @@
],
"responses": {
"202": {
"description": "Request to update developer portal revision was accepted."
"description": "Request to update developer portal revision was accepted.",
"headers": {
"location": {
"description": "Location header",
"type": "string"
}
}
},
"200": {
"description": "Developer portal revision was successfully updated.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,13 @@
],
"responses": {
"202": {
"description": "Request to approve or reject private endpoint connection. Location header contains the URL where the status of the long running operation can be checked."
"description": "Request to approve or reject private endpoint connection. Location header contains the URL where the status of the long running operation can be checked.",
"headers": {
"location": {
"description": "Location header",
"type": "string"
}
}
},
"200": {
"description": "Private Endpoint Connection Request was completed.",
Expand Down Expand Up @@ -223,7 +229,13 @@
"description": "The Private Endpoint Connection was successfully deleted."
},
"202": {
"description": "Request to delete API was accepted. Location header contains the URL where the status of the long running operation can be checked."
"description": "Request to delete API was accepted. Location header contains the URL where the status of the long running operation can be checked.",
"headers": {
"location": {
"description": "Location header",
"type": "string"
}
}
},
"204": {
"description": "Private endpoint connection does not exist."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,13 @@
}
},
"202": {
"description": "Accepted the change when updating the service."
"description": "Accepted the change when updating the service.",
"headers": {
"location": {
"description": "Location header",
"type": "string"
}
}
},
"default": {
"description": "Error response describing why the operation failed.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,12 @@
],
"responses": {
"202": {
"description": "Accepted: Location header contains the URL where the status of the long running operation can be checked."
"description": "Accepted: Location header contains the URL where the status of the long running operation can be checked.",
"headers": {
"location": {
"type": "string"
}
}
},
"200": {
"description": "Result of applying changes from Git branch to database.",
Expand Down Expand Up @@ -637,7 +642,12 @@
],
"responses": {
"202": {
"description": "Accepted: Location header contains the URL where the status of the long running operation can be checked."
"description": "Accepted: Location header contains the URL where the status of the long running operation can be checked.",
"headers": {
"location": {
"type": "string"
}
}
},
"200": {
"description": "Result of creating a commit in the repository.",
Expand Down Expand Up @@ -698,7 +708,12 @@
],
"responses": {
"202": {
"description": "Accepted: Location header contains the URL where the status of the long running operation can be checked."
"description": "Accepted: Location header contains the URL where the status of the long running operation can be checked.",
"headers": {
"location": {
"type": "string"
}
}
},
"200": {
"description": "Result of validating the changes in the specified Git branch.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -694,8 +694,26 @@
"name": "isKeyVaultRefreshFailed",
"in": "query",
"required": false,
"type": "boolean",
"description": "When set to true, the response contains only named value entities which failed refresh."
"type": "string",
"enum": [
"true",
"false"
],
"x-ms-enum": {
"name": "KeyVaultRefreshState",
"modelAsString": true,
"values": [
{
"value": "true",
"description": "Entities for which KeyVault refresh failed."
},
{
"value": "false",
"description": "Entities for which KeyVault refresh succeeded"
}
]
},
"description": "Query parameter to fetch named value entities based on refresh status."
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -879,7 +897,8 @@
"202": {
"description": "Request to create or update named value was accepted.",
"headers": {
"Location": {
"location": {
"description": "Location header",
"type": "string"
}
}
Expand Down Expand Up @@ -967,7 +986,7 @@
"202": {
"description": "Request to create or update named value was accepted.",
"headers": {
"Location": {
"location": {
"type": "string"
}
}
Expand Down Expand Up @@ -1136,7 +1155,8 @@
"202": {
"description": "Request to refresh secret was accepted.",
"headers": {
"Location": {
"location": {
"description": "Location header",
"type": "string"
}
}
Expand Down Expand Up @@ -1404,7 +1424,8 @@
"202": {
"description": "Accepted the change when updating the service.",
"headers": {
"Location": {
"location": {
"description": "Location header",
"type": "string"
}
}
Expand Down Expand Up @@ -2275,7 +2296,8 @@
"202": {
"description": "Request to create or update the policy fragment was accepted. Location header contains the URL where the status of the long running operation can be checked.",
"headers": {
"Location": {
"location": {
"description": "Location header",
"type": "string"
}
}
Expand Down Expand Up @@ -5878,7 +5900,8 @@
"202": {
"description": "Request to create or update Api schema was accepted.",
"headers": {
"Location": {
"location": {
"description": "Location header",
"type": "string"
}
}
Expand Down