Skip to content

Commit c185099

Browse files
author
msftbot[bot]
authored
[ReleasePR apimanagement] APIM: improve developer portal operations docs (#1596)
Create to sync Azure/azure-rest-api-specs#13941 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/master...AzureSDKAutomation:sdkAuto/apimanagement?expand=1)
2 parents 926bfa0 + 7448b68 commit c185099

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

schemas/2021-01-01-preview/Microsoft.ApiManagement.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
214214
}
215215
],
216-
"description": "Api Create or Update Properties."
216+
"description": "API Create or Update Properties."
217217
},
218218
"resources": {
219219
"type": "array",
@@ -2552,12 +2552,12 @@
25522552
"type": "string",
25532553
"minLength": 1,
25542554
"maxLength": 100,
2555-
"description": "Describes the Revision of the Api. If no value is provided, default revision 1 is created"
2555+
"description": "Describes the revision of the API. If no value is provided, default revision 1 is created"
25562556
},
25572557
"apiRevisionDescription": {
25582558
"type": "string",
25592559
"maxLength": 256,
2560-
"description": "Description of the Api Revision."
2560+
"description": "Description of the API Revision."
25612561
},
25622562
"apiType": {
25632563
"oneOf": [
@@ -2573,17 +2573,17 @@
25732573
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
25742574
}
25752575
],
2576-
"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."
2576+
"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."
25772577
},
25782578
"apiVersion": {
25792579
"type": "string",
25802580
"maxLength": 100,
2581-
"description": "Indicates the Version identifier of the API if the API is versioned"
2581+
"description": "Indicates the version identifier of the API if the API is versioned"
25822582
},
25832583
"apiVersionDescription": {
25842584
"type": "string",
25852585
"maxLength": 256,
2586-
"description": "Description of the Api Version."
2586+
"description": "Description of the API Version."
25872587
},
25882588
"apiVersionSet": {
25892589
"oneOf": [
@@ -2774,7 +2774,7 @@
27742774
"required": [
27752775
"path"
27762776
],
2777-
"description": "Api Create or Update Properties."
2777+
"description": "API Create or Update Properties."
27782778
},
27792779
"ApiCreateOrUpdatePropertiesWsdlSelector": {
27802780
"type": "object",
@@ -3450,7 +3450,7 @@
34503450
"type": "string",
34513451
"minLength": 1,
34523452
"maxLength": 2000,
3453-
"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."
3453+
"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."
34543454
},
34553455
"title": {
34563456
"type": "string",
@@ -4576,7 +4576,7 @@
45764576
},
45774577
"secretIdentifier": {
45784578
"type": "string",
4579-
"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"
4579+
"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"
45804580
}
45814581
},
45824582
"description": "Create keyVault contract details."
@@ -5024,7 +5024,7 @@
50245024
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
50255025
}
50265026
],
5027-
"description": "Indicates if the Portal Revision is public."
5027+
"description": "Indicates if the portal's revision is public."
50285028
}
50295029
}
50305030
},
@@ -5431,7 +5431,7 @@
54315431
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
54325432
}
54335433
],
5434-
"description": "Api Create or Update Properties."
5434+
"description": "API Create or Update Properties."
54355435
},
54365436
"type": {
54375437
"type": "string",

0 commit comments

Comments
 (0)