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

[Hub Generated] Review request for Microsoft.ApiManagement to add version stable/2019-01-01 #5613

Merged
merged 6 commits into from
Apr 11, 2019
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 @@ -245,7 +245,7 @@
"ApiManagementCreateApiRevisionFromExistingApi": {
"$ref": "./examples/ApiManagementCreateApiRevisionFromExistingApi.json"
},
"ApiManagementCreateApiNewVersionUsingExistingApi" : {
"ApiManagementCreateApiNewVersionUsingExistingApi": {
"$ref": "./examples/ApiManagementCreateApiNewVersionUsingExistingApi.json"
},
"ApiManagementCreateApiClone": {
Expand Down Expand Up @@ -4348,6 +4348,9 @@
"x-ms-examples": {
"ApiManagementGetApiExportInOpenApi2dot0": {
"$ref": "./examples/ApiManagementGetApiExportInOpenApi2dot0.json"
},
"ApiManagementGetApiExportInOpenApi3dot0": {
"$ref": "./examples/ApiManagementGetApiExportInOpenApi3dot0.json"
}
},
"parameters": [
Expand Down Expand Up @@ -4393,7 +4396,7 @@
{
"value": "openapi-link",
"description": "Export the Api Definition in OpenApi Specification 3.0 to Storage Blob.",
"name": "OpenApi3"
"name": "Openapi"
}
]
},
Expand Down Expand Up @@ -4437,6 +4440,6 @@
}
}
},
"definitions": { },
"parameters": { }
"definitions": {},
"parameters": {}
}
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,7 @@
}
},
"202": {
"description": "Accepted the configuration change when updating the service.",
"schema": {
"$ref": "#/definitions/ApiManagementServiceResource"
}
"description": "Accepted the configuration change when updating the service."
}
},
"x-ms-long-running-operation": true
Expand Down Expand Up @@ -1079,7 +1076,7 @@
},
"enableClientCertificate": {
"type": "boolean",
"description": "Property only meant to be used for Consumption SKU Service. This enforces a client certificate to be presented on each request to the gateway and enabled ability to authenticate the certificate in the policy.",
"description": "Property only meant to be used for Consumption SKU Service. This enforces a client certificate to be presented on each request to the gateway. This also enables the ability to authenticate the certificate in the policy on the gateway.",
"default": false
},
"virtualNetworkType": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@
"204": {
"description": "The User is subscribed to receive the notification."
},
"404" : {
"description": "Entity does not exists."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down Expand Up @@ -445,6 +448,9 @@
"204": {
"description": "The Users is subscribed to receive the notification."
},
"404" : {
"description": "The Users is not subscribed to receive the notification."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@
"description": "Tenant access information contract of the API Management service."
},
"AccessInformationUpdateParameters": {
"properties": {
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/AccessInformationUpdateParameterProperties",
"description": "Tenant access information update parameter properties."
}
},
"description": "Tenant access information update parameters."
},
"AccessInformationUpdateParameterProperties": {
"properties": {
"enabled": {
"type": "boolean",
Expand Down Expand Up @@ -342,12 +352,59 @@
},
"ApiExportResult": {
"properties": {
"link": {
"id": {
"type": "string",
"description": "Link to the Storage Blob containing the result of the export operation. The Blob Uri is only valid for 5 minutes."
"description": "ResourceId of the API which was exported."
},
"format": {
"type": "string",
"enum": [
"swagger-link-json",
"wadl-link-json",
"wsdl-link+xml",
"openapi-link"
],
"x-ms-client-name": "ExportResultFormat",
"x-ms-enum": {
"name": "ExportResultFormat",
"modelAsString": true,
"values": [
{
"value": "swagger-link-json",
"description": "The Api Definition is exported in OpenApi Specification 2.0 format to the Storage Blob.",
"name": "Swagger"
},
{
"value": "wsdl-link+xml",
"description": "The Api Definition is exported in WSDL Schema to Storage Blob. This is only supported for APIs of Type `soap`",
"name": "Wsdl"
},
{
"value": "wadl-link-json",
"description": "Export the Api Definition in WADL Schema to Storage Blob.",
"name": "Wadl"
},
{
"value": "openapi-link",
"description": "Export the Api Definition in OpenApi Specification 3.0 to Storage Blob.",
"name": "OpenApi"
}
]
},
"description": "Format in which the Api Details are exported to the Storage Blob with Sas Key valid for 5 minutes."
},
"value": {
"type": "object",
"description": "The object defining the schema of the exported Api Detail",
"properties": {
"link": {
"type": "string",
"description": "Link to the Storage Blob containing the result of the export operation. The Blob Uri is only valid for 5 minutes."
}
}
}
},
"description": "API Export result Blob Uri."
"description": "API Export result."
},
"ApiReleaseCollection": {
"properties": {
Expand Down Expand Up @@ -636,9 +693,9 @@
"type": "string",
"description": "Identifier for existing API Version Set. Omit this value to create a new Version Set."
},
"name" : {
"type" : "string",
"description" : "The display Name of the API Version Set."
"name": {
"type": "string",
"description": "The display Name of the API Version Set."
},
"description": {
"type": "string",
Expand Down Expand Up @@ -1635,6 +1692,16 @@
"description": "Parameters supplied to the CreateOrUpdate certificate operation."
},
"DeployConfigurationParameters": {
"properties": {
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/DeployConfigurationParameterProperties",
"description": "Deploy Configuration Parameter contract properties."
}
},
"description": "Deploy Tenant Configuration Contract."
},
"DeployConfigurationParameterProperties": {
"properties": {
"branch": {
"type": "string",
Expand Down Expand Up @@ -4099,6 +4166,16 @@
"description": "Sampling settings for Diagnostic."
},
"SaveConfigurationParameter": {
"properties": {
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/SaveConfigurationParameterProperties",
"description": "Properties of the Save Configuration Parameters."
}
},
"description": "Save Tenant Configuration Contract details."
},
"SaveConfigurationParameterProperties": {
"properties": {
"branch": {
"type": "string",
Expand Down Expand Up @@ -4926,6 +5003,16 @@
"description": "User identity details."
},
"UserTokenParameters": {
"properties": {
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/UserTokenParameterProperties",
"description": "User Token Parameter contract properties."
}
},
"description": "Get User Token parameters."
},
"UserTokenParameterProperties": {
"properties": {
"keyType": {
"type": "string",
Expand Down
Loading