Skip to content

Commit

Permalink
CodeGen from PR 13941 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
APIM: improve developer portal operations docs (#13941)

* APIM: improve the documentation for dev portal operations

* Minor changes

* Removing OData parameters from the stable API version

* Remove new query params
  • Loading branch information
SDKAuto committed Apr 20, 2021
1 parent 926bfa0 commit 7448b68
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions schemas/2021-01-01-preview/Microsoft.ApiManagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Api Create or Update Properties."
"description": "API Create or Update Properties."
},
"resources": {
"type": "array",
Expand Down Expand Up @@ -2552,12 +2552,12 @@
"type": "string",
"minLength": 1,
"maxLength": 100,
"description": "Describes the Revision of the Api. If no value is provided, default revision 1 is created"
"description": "Describes the revision of the API. If no value is provided, default revision 1 is created"
},
"apiRevisionDescription": {
"type": "string",
"maxLength": 256,
"description": "Description of the Api Revision."
"description": "Description of the API Revision."
},
"apiType": {
"oneOf": [
Expand All @@ -2573,17 +2573,17 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Type of Api to create. \n * `http` creates a REST API \n * `soap` creates a SOAP pass-through API \n * `websocket` creates websocket API."
"description": "Type of API to create. \n * `http` creates a REST API \n * `soap` creates a SOAP pass-through API \n * `websocket` creates websocket API."
},
"apiVersion": {
"type": "string",
"maxLength": 100,
"description": "Indicates the Version identifier of the API if the API is versioned"
"description": "Indicates the version identifier of the API if the API is versioned"
},
"apiVersionDescription": {
"type": "string",
"maxLength": 256,
"description": "Description of the Api Version."
"description": "Description of the API Version."
},
"apiVersionSet": {
"oneOf": [
Expand Down Expand Up @@ -2774,7 +2774,7 @@
"required": [
"path"
],
"description": "Api Create or Update Properties."
"description": "API Create or Update Properties."
},
"ApiCreateOrUpdatePropertiesWsdlSelector": {
"type": "object",
Expand Down Expand Up @@ -3450,7 +3450,7 @@
"type": "string",
"minLength": 1,
"maxLength": 2000,
"description": "Management Uri of the Resource in External System. This url can be the Arm Resource Id of Logic Apps, Function Apps or Api Apps."
"description": "Management Uri of the Resource in External System. This url can be the Arm Resource Id of Logic Apps, Function Apps or API Apps."
},
"title": {
"type": "string",
Expand Down Expand Up @@ -4576,7 +4576,7 @@
},
"secretIdentifier": {
"type": "string",
"description": "Key vault secret identifier for fetching secret. Providing a versioned secret will prevent auto-refresh. This requires Api Management service to be configured with aka.ms/apimmsi"
"description": "Key vault secret identifier for fetching secret. Providing a versioned secret will prevent auto-refresh. This requires API Management service to be configured with aka.ms/apimmsi"
}
},
"description": "Create keyVault contract details."
Expand Down Expand Up @@ -5024,7 +5024,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Indicates if the Portal Revision is public."
"description": "Indicates if the portal's revision is public."
}
}
},
Expand Down Expand Up @@ -5431,7 +5431,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Api Create or Update Properties."
"description": "API Create or Update Properties."
},
"type": {
"type": "string",
Expand Down

0 comments on commit 7448b68

Please sign in to comment.