111111 {
112112 "$ref" : " #/definitions/service_policies_childResource"
113113 },
114+ {
115+ "$ref" : " #/definitions/service_portalRevisions_childResource"
116+ },
114117 {
115118 "$ref" : " #/definitions/service_portalsettings_childResource"
116119 },
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" : [
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" : {
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" : [
74947598 "description" : " Properties of server X509Names."
74957599 }
74967600 }
7497- }
7601+ }
0 commit comments