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

[ReleasePR apimanagement] APIM: improve developer portal operations docs #1596

Merged
1 commit merged into from
Apr 20, 2021
Merged
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
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