Skip to content

Commit 1e51aea

Browse files
solankisamirazaslonovDreamlessAyingru97JatinSanghvi
authored andcommitted
Microsoft.ApiManagement : Release api-version 2021-04-01-preview (Azure#15832)
* Adds base for updating Microsoft.ApiManagement from version preview/2021-01-01-preview to version 2021-04-01-preview * Updates readme * Updates API version in new specs and examples * Added support for GraphQL API type (Azure#14851) * Added support for GraphQL API type * Added missing enum value for GraphQL APIs. * add schema definition fix from 2021-01-01-preview (Azure#14883) Co-authored-by: Alan Feng <[email protected]> * Vanguard: Get Outbound Network Dependency (Azure#14900) * outbound dependency * fix resource * Update backup/restore API for managed identities (Azure#14973) * Update backup/restore API for system-assigned and user-assigned identities * Fix formatting issue * Rename user-assigned-msi-client-id with client-id * SystemData implemenation on API Management Control Plane (Azure#14899) * system-data * fix spec * remove unreferenced file * APIM - Network Watcher Connectivity Check integration specs (Azure#15056) * Connectivity Check API Specs * Fix * Fix errors * style fixs * Fix 202 code * HTTPConnect request parameters * Fix errors Co-authored-by: Nicolás Barrera <[email protected]> * Parameter examples added (Azure#14836) * platformversion (Azure#15114) * fix update service (Azure#15478) * HttpConnect example (Azure#15493) * HttpConnect example * Prettifier fix Co-authored-by: Nicolás Barrera <[email protected]> * Added properties of difference API spec format for "SchemaDocumentProperties" (Azure#15703) * add schema definition fix from 2021-01-01-preview * added properties for SchemaDocumentProperties * updated the fix * updated fix * [APIM]Add private endpoint connection APIs (Azure#15115) * Add private endpoint connection apis * add readme * quick fixes * fix to PE contract * Small fixes * small fixes * small fixes * Small fixes * small fixes * small fix * small fixes * small fixes * small fixes * Update readme.md * fix error * small fix * fix format * address comments * small fixes * Change to lower case * small fixes Co-authored-by: msyyc <[email protected]> * Adds base for updating Microsoft.ApiManagement from version preview/2021-01-01-preview to version 2021-04-01-preview * Updates readme * Updates API version in new specs and examples * Added support for GraphQL API type (Azure#14851) * Added support for GraphQL API type * Added missing enum value for GraphQL APIs. * add schema definition fix from 2021-01-01-preview (Azure#14883) Co-authored-by: Alan Feng <[email protected]> * Vanguard: Get Outbound Network Dependency (Azure#14900) * outbound dependency * fix resource * Update backup/restore API for managed identities (Azure#14973) * Update backup/restore API for system-assigned and user-assigned identities * Fix formatting issue * Rename user-assigned-msi-client-id with client-id * SystemData implemenation on API Management Control Plane (Azure#14899) * system-data * fix spec * remove unreferenced file * APIM - Network Watcher Connectivity Check integration specs (Azure#15056) * Connectivity Check API Specs * Fix * Fix errors * style fixs * Fix 202 code * HTTPConnect request parameters * Fix errors Co-authored-by: Nicolás Barrera <[email protected]> * Parameter examples added (Azure#14836) * platformversion (Azure#15114) * fix update service (Azure#15478) * HttpConnect example (Azure#15493) * HttpConnect example * Prettifier fix Co-authored-by: Nicolás Barrera <[email protected]> * Added properties of difference API spec format for "SchemaDocumentProperties" (Azure#15703) * add schema definition fix from 2021-01-01-preview * added properties for SchemaDocumentProperties * updated the fix * updated fix * [APIM]Add private endpoint connection APIs (Azure#15115) * Add private endpoint connection apis * add readme * quick fixes * fix to PE contract * Small fixes * small fixes * small fixes * Small fixes * small fixes * small fix * small fixes * small fixes * small fixes * Update readme.md * fix error * small fix * fix format * address comments * small fixes * Change to lower case * small fixes Co-authored-by: msyyc <[email protected]> * fix tenant sync contract * fix linter issues * examples for managed identity backup * prettier * Fix Apis-Get and updated comments for api-version 2021-04-01-preview (Azure#3) * add schema definition fix from 2021-01-01-preview * added fix * small fix (Azure#6) * 'examples' added to RepresentationContract (Azure#7) Co-authored-by: Alexander Zaslonov <[email protected]> Co-authored-by: DreamlessA <[email protected]> Co-authored-by: Alan Feng <[email protected]> Co-authored-by: Jatin Sanghvi <[email protected]> Co-authored-by: Nicolás Barrera <[email protected]> Co-authored-by: Nicolás Barrera <[email protected]> Co-authored-by: VitaliyKurokhtin <[email protected]> Co-authored-by: RupengLiu <[email protected]> Co-authored-by: msyyc <[email protected]> Co-authored-by: RupengLiu <[email protected]> Co-authored-by: VitaliyKurokhtin <[email protected]>
1 parent eecba11 commit 1e51aea

File tree

431 files changed

+46642
-15
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

431 files changed

+46642
-15
lines changed

azure-rest-api-specs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit c6c46a85babe68ad27f626bc40007e1556ec8fa1

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2021-01-01-preview/examples/ApiManagementCreateService.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"hostName": "apimService1.azure-api.net",
9191
"negotiateClientCertificate": false,
9292
"defaultSslBinding": true,
93-
"certificateSource": "Managed"
93+
"certificateSource": "BuiltIn"
9494
}
9595
],
9696
"publicIPAddresses": [

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2021-01-01-preview/examples/ApiManagementCreateServiceHavingMsi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"hostName": "apimService1.azure-api.net",
9595
"negotiateClientCertificate": false,
9696
"defaultSslBinding": true,
97-
"certificateSource": "Managed"
97+
"certificateSource": "BuiltIn"
9898
}
9999
],
100100
"virtualNetworkType": "None",

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2021-01-01-preview/examples/ApiManagementCreateServiceInVnetWithPublicIP.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"hostName": "apimService1.azure-api.net",
6060
"negotiateClientCertificate": false,
6161
"defaultSslBinding": true,
62-
"certificateSource": "Managed"
62+
"certificateSource": "BuiltIn"
6363
}
6464
],
6565
"publicIpAddressId": "/subscriptions/subid/resourceGroups/rgName/providers/Microsoft.Network/publicIPAddresses/apimazvnet",

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2021-01-01-preview/examples/ApiManagementCreateServiceInZones.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"hostName": "apimService1.azure-api.net",
5555
"negotiateClientCertificate": false,
5656
"defaultSslBinding": true,
57-
"certificateSource": "Managed"
57+
"certificateSource": "BuiltIn"
5858
}
5959
],
6060
"virtualNetworkType": "None",

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2021-01-01-preview/examples/ApiManagementCreateServiceWithCustomHostnameKeyVault.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"hostName": "apimService1.azure-api.net",
8282
"negotiateClientCertificate": false,
8383
"defaultSslBinding": false,
84-
"certificateSource": "Managed"
84+
"certificateSource": "BuiltIn"
8585
},
8686
{
8787
"type": "Proxy",
@@ -175,7 +175,7 @@
175175
"hostName": "apimService1.azure-api.net",
176176
"negotiateClientCertificate": false,
177177
"defaultSslBinding": false,
178-
"certificateSource": "Managed"
178+
"certificateSource": "BuiltIn"
179179
},
180180
{
181181
"type": "Proxy",

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2021-01-01-preview/examples/ApiManagementCreateServiceWithSystemCertificates.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"hostName": "apimService1.azure-api.net",
111111
"negotiateClientCertificate": false,
112112
"defaultSslBinding": true,
113-
"certificateSource": "Managed"
113+
"certificateSource": "BuiltIn"
114114
}
115115
],
116116
"publicIPAddresses": [

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2021-01-01-preview/examples/ApiManagementCreateServiceWithUserAssignedIdentity.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"hostName": "apimService1.azure-api.net",
5757
"negotiateClientCertificate": false,
5858
"defaultSslBinding": true,
59-
"certificateSource": "Managed"
59+
"certificateSource": "BuiltIn"
6060
}
6161
],
6262
"virtualNetworkType": "None"
@@ -99,7 +99,7 @@
9999
"hostName": "apimService1.azure-api.net",
100100
"negotiateClientCertificate": false,
101101
"defaultSslBinding": true,
102-
"certificateSource": "Managed"
102+
"certificateSource": "BuiltIn"
103103
}
104104
],
105105
"customProperties": {

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2021-01-01-preview/examples/ApiManagementServiceGetMultiRegionInternalVnet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"hostName": "apimService1.azure-api.net",
3434
"negotiateClientCertificate": false,
3535
"defaultSslBinding": false,
36-
"certificateSource": "Managed"
36+
"certificateSource": "BuiltIn"
3737
},
3838
{
3939
"type": "Proxy",

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2021-01-01-preview/examples/ApiManagementServiceGetService.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"hostName": "apimService1.azure-api.net",
3838
"negotiateClientCertificate": false,
3939
"defaultSslBinding": false,
40-
"certificateSource": "Managed"
40+
"certificateSource": "BuiltIn"
4141
},
4242
{
4343
"type": "Proxy",

0 commit comments

Comments
 (0)