Skip to content

Commit c499dff

Browse files
author
SDKAuto
committed
CodeGen from PR 12411 in Azure/azure-rest-api-specs
Merge d37144c1ec62a46fa38179edf13f7365085112be into 8d7208bb4853e0c36606c5b8af3b9d482fa26dfe
1 parent 017eca6 commit c499dff

File tree

9 files changed

+113
-9
lines changed

9 files changed

+113
-9
lines changed

schemas/2016-07-07/Microsoft.ApiManagement.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2843,4 +2843,4 @@
28432843
"description": "Configuration of a virtual network to which API Management service is deployed."
28442844
}
28452845
}
2846-
}
2846+
}

schemas/2016-10-10/Microsoft.ApiManagement.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3427,4 +3427,4 @@
34273427
"description": "Configuration of a virtual network to which API Management service is deployed."
34283428
}
34293429
}
3430-
}
3430+
}

schemas/2017-03-01/Microsoft.ApiManagement.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6460,4 +6460,4 @@
64606460
"description": "Properties of server X509Names."
64616461
}
64626462
}
6463-
}
6463+
}

schemas/2018-01-01/Microsoft.ApiManagement.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6513,4 +6513,4 @@
65136513
"description": "Properties of server X509Names."
65146514
}
65156515
}
6516-
}
6516+
}

schemas/2018-06-01-preview/Microsoft.ApiManagement.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6668,4 +6668,4 @@
66686668
"description": "Properties of server X509Names."
66696669
}
66706670
}
6671-
}
6671+
}

schemas/2019-01-01/Microsoft.ApiManagement.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6580,4 +6580,4 @@
65806580
"description": "Properties of server X509Names."
65816581
}
65826582
}
6583-
}
6583+
}

schemas/2019-12-01-preview/Microsoft.ApiManagement.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7019,4 +7019,4 @@
70197019
"description": "Properties of server X509Names."
70207020
}
70217021
}
7022-
}
7022+
}

schemas/2019-12-01/Microsoft.ApiManagement.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7149,4 +7149,4 @@
71497149
"description": "Properties of server X509Names."
71507150
}
71517151
}
7152-
}
7152+
}

schemas/2020-06-01-preview/Microsoft.ApiManagement.json

Lines changed: 105 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@
111111
{
112112
"$ref": "#/definitions/service_policies_childResource"
113113
},
114+
{
115+
"$ref": "#/definitions/service_portalRevisions_childResource"
116+
},
114117
{
115118
"$ref": "#/definitions/service_portalsettings_childResource"
116119
},
@@ -1763,6 +1766,46 @@
17631766
],
17641767
"description": "Microsoft.ApiManagement/service/policies"
17651768
},
1769+
"service_portalRevisions": {
1770+
"type": "object",
1771+
"properties": {
1772+
"apiVersion": {
1773+
"type": "string",
1774+
"enum": [
1775+
"2020-06-01-preview"
1776+
]
1777+
},
1778+
"name": {
1779+
"type": "string",
1780+
"minLength": 1,
1781+
"maxLength": 256,
1782+
"description": "Portal revision identifier. Must be unique in the current API Management service instance."
1783+
},
1784+
"properties": {
1785+
"oneOf": [
1786+
{
1787+
"$ref": "#/definitions/PortalRevisionContractProperties"
1788+
},
1789+
{
1790+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1791+
}
1792+
]
1793+
},
1794+
"type": {
1795+
"type": "string",
1796+
"enum": [
1797+
"Microsoft.ApiManagement/service/portalRevisions"
1798+
]
1799+
}
1800+
},
1801+
"required": [
1802+
"apiVersion",
1803+
"name",
1804+
"properties",
1805+
"type"
1806+
],
1807+
"description": "Microsoft.ApiManagement/service/portalRevisions"
1808+
},
17661809
"service_portalsettings": {
17671810
"type": "object",
17681811
"oneOf": [
@@ -4784,6 +4827,27 @@
47844827
},
47854828
"description": "Delegation settings contract properties."
47864829
},
4830+
"PortalRevisionContractProperties": {
4831+
"type": "object",
4832+
"properties": {
4833+
"description": {
4834+
"type": "string",
4835+
"maxLength": 2000,
4836+
"description": "Portal revision description."
4837+
},
4838+
"isCurrent": {
4839+
"oneOf": [
4840+
{
4841+
"type": "boolean"
4842+
},
4843+
{
4844+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
4845+
}
4846+
],
4847+
"description": "Indicates if the Portal Revision is public."
4848+
}
4849+
}
4850+
},
47874851
"PortalSigninSettingProperties": {
47884852
"type": "object",
47894853
"properties": {
@@ -6622,6 +6686,46 @@
66226686
],
66236687
"description": "Microsoft.ApiManagement/service/policies"
66246688
},
6689+
"service_portalRevisions_childResource": {
6690+
"type": "object",
6691+
"properties": {
6692+
"apiVersion": {
6693+
"type": "string",
6694+
"enum": [
6695+
"2020-06-01-preview"
6696+
]
6697+
},
6698+
"name": {
6699+
"type": "string",
6700+
"minLength": 1,
6701+
"maxLength": 256,
6702+
"description": "Portal revision identifier. Must be unique in the current API Management service instance."
6703+
},
6704+
"properties": {
6705+
"oneOf": [
6706+
{
6707+
"$ref": "#/definitions/PortalRevisionContractProperties"
6708+
},
6709+
{
6710+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
6711+
}
6712+
]
6713+
},
6714+
"type": {
6715+
"type": "string",
6716+
"enum": [
6717+
"portalRevisions"
6718+
]
6719+
}
6720+
},
6721+
"required": [
6722+
"apiVersion",
6723+
"name",
6724+
"properties",
6725+
"type"
6726+
],
6727+
"description": "Microsoft.ApiManagement/service/portalRevisions"
6728+
},
66256729
"service_portalsettings_childResource": {
66266730
"type": "object",
66276731
"oneOf": [
@@ -7494,4 +7598,4 @@
74947598
"description": "Properties of server X509Names."
74957599
}
74967600
}
7497-
}
7601+
}

0 commit comments

Comments
 (0)