Skip to content

Commit

Permalink
Update logicAppsManagementClient.json to current offerings (#2761)
Browse files Browse the repository at this point in the history
* Added missing endpoints to swagger and updated existing endpoints

* Add examples to support swagger

Added examples to support the swagger endpoints. Did some cleanup
on the swagger itself, such as organizing the parameters
alphabetically.

* PR changes

* PR Updates

* PR Updates

* Extra comma

* Fix for semantic build

* Fix for some of the build errors, more to be fixed still

* Further build fixes, still more to be done

* Further refinement

* Further refinement

* Further refinement

* Further refinement

* Further refinement

* Removed anonymous types from responses

* errant S

* Fix casing

* PR Updates
  • Loading branch information
refortie authored and jhendrixMSFT committed Mar 29, 2018
1 parent 341b3a6 commit 9f1cdba
Show file tree
Hide file tree
Showing 27 changed files with 3,182 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"location": "westus",
"gatewayId": "5de68756-ccff-49a4-8bd6-9f6059ece8ea",
"api-version": "2016-06-01"
},
"responses": {
"200": {
"body": {
"properties": {
"connectionGateway": {
"location": "westus",
"name": "865dccd1-5d5c-45fe-b5a0-249d4de4134c",
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.Web/locations/westus/connectionGateways/865dccd1-5d5c-45fe-b5a0-249d4de4134c",
"type": "Microsoft.Web/connectionGateways"
},
"contactInformation": [
"test123@microsoft.com"
],
"displayName": "test123",
"machineName": "TEST123",
"status": "Installed",
"backendUri": "https://WABI-WEST-US-redirect.analysis.windows.net"
},
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Web/connectionGatewayInstallations/test123",
"name": "test123",
"type": "Microsoft.Web/locations/connectionGatewayInstallations",
"location": "westus"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"location": "westus",
"api-version": "2016-06-01"
},
"responses": {
"200": {
"body": {
"value": [
{
"properties": {
"connectionGateway": {
"location": "westus",
"name": "865dccd1-5d5c-45fe-b5a0-249d4de4134c",
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.Web/locations/westus/connectionGateways/865dccd1-5d5c-45fe-b5a0-249d4de4134c",
"type": "Microsoft.Web/connectionGateways"
},
"contactInformation": [
"test123@microsoft.com"
],
"displayName": "test123",
"machineName": "TEST123",
"status": "Installed",
"backendUri": "https://WABI-WEST-US-redirect.analysis.windows.net"
},
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Web/connectionGatewayInstallations/test123",
"name": "test123",
"type": "Microsoft.Web/locations/connectionGatewayInstallations",
"location": "westus"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "testResourceGroup",
"connectionGatewayName": "test123",
"api-version": "2016-06-01",
"connectionGateway": {
"properties": {
"connectionGatewayInstallation": {
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.Web/locations/westus/connectionGatewayInstallations/865dccd1-5d5c-45fe-b5a0-249d4de4134c"
},
"contactInformation": [
"test123@microsoft.com"
],
"displayName": "test123",
"machineName": "TEST123",
"status": "Installed",
"backendUri": "https://WABI-WEST-US-redirect.analysis.windows.net"
},
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Web/connectionGateways/test123"
}
},
"responses": {
"200": {
"body": {
"properties": {
"connectionGatewayInstallation": {
"location": "westus",
"name": "865dccd1-5d5c-45fe-b5a0-249d4de4134c",
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.Web/locations/westus/connectionGatewayInstallations/865dccd1-5d5c-45fe-b5a0-249d4de4134c",
"type": "Microsoft.Web/locations/connectionGatewayInstallations"
},
"contactInformation": [
"test123@microsoft.com"
],
"displayName": "test123",
"machineName": "TEST123",
"status": "Installed",
"backendUri": "https://WABI-WEST-US-redirect.analysis.windows.net"
},
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Web/connectionGateways/test123",
"name": "test123",
"type": "Microsoft.Web/connectionGateways",
"location": "westus"
}
},
"201": {
"body": {
"properties": {
"connectionGatewayInstallation": {
"location": "westus",
"name": "865dccd1-5d5c-45fe-b5a0-249d4de4134c",
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.Web/locations/westus/connectionGatewayInstallations/865dccd1-5d5c-45fe-b5a0-249d4de4134c",
"type": "Microsoft.Web/locations/connectionGatewayInstallations"
},
"contactInformation": [
"test123@microsoft.com"
],
"displayName": "test123",
"machineName": "TEST123",
"status": "Installed",
"backendUri": "https://WABI-WEST-US-redirect.analysis.windows.net"
},
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Web/connectionGateways/test123",
"name": "test123",
"type": "Microsoft.Web/connectionGateways",
"location": "westus",
"tags": {
"sampleTagKey": "sampleTagValue"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "testResourceGroup",
"connectionGatewayName": "test123",
"api-version": "2016-06-01"
},
"responses": {
"200": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "testResourceGroup",
"connectionGatewayName": "test123",
"api-version": "2016-06-01"
},
"responses": {
"200": {
"body": {
"properties": {
"connectionGatewayInstallation": {
"location": "westus",
"name": "865dccd1-5d5c-45fe-b5a0-249d4de4134c",
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.Web/locations/westus/connectionGatewayInstallations/865dccd1-5d5c-45fe-b5a0-249d4de4134c",
"type": "Microsoft.Web/locations/connectionGatewayInstallations"
},
"contactInformation": [
"test123@microsoft.com"
],
"displayName": "test123",
"machineName": "TEST123",
"status": "Installed",
"backendUri": "https://WABI-WEST-US-redirect.analysis.windows.net"
},
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Web/connectionGateways/test123",
"name": "test123",
"type": "Microsoft.Web/connectionGateways",
"location": "westus"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"api-version": "2016-06-01"
},
"responses": {
"200": {
"body": {
"value": [
{
"properties": {
"connectionGatewayInstallation": {
"location": "westus",
"name": "865dccd1-5d5c-45fe-b5a0-249d4de4134c",
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.Web/locations/westus/connectionGatewayInstallations/865dccd1-5d5c-45fe-b5a0-249d4de4134c",
"type": "Microsoft.Web/locations/connectionGatewayInstallations"
},
"contactInformation": [
"test123@microsoft.com"
],
"displayName": "test123",
"machineName": "TEST123",
"status": "Installed",
"backendUri": "https://WABI-WEST-US-redirect.analysis.windows.net"
},
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Web/connectionGateways/test123",
"name": "test123",
"type": "Microsoft.Web/connectionGateways",
"location": "westus"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "testResourceGroup",
"api-version": "2016-06-01"
},
"responses": {
"200": {
"body": {
"value": [
{
"properties": {
"connectionGatewayInstallation": {
"location": "westus",
"name": "865dccd1-5d5c-45fe-b5a0-249d4de4134c",
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.Web/locations/westus/connectionGatewayInstallations/865dccd1-5d5c-45fe-b5a0-249d4de4134c",
"type": "Microsoft.Web/locations/connectionGatewayInstallations"
},
"contactInformation": [
"test123@microsoft.com"
],
"displayName": "test123",
"machineName": "TEST123",
"status": "Installed",
"backendUri": "https://WABI-WEST-US-redirect.analysis.windows.net"
},
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Web/connectionGateways/test123",
"name": "test123",
"type": "Microsoft.Web/connectionGateways",
"location": "westus"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "testResourceGroup",
"connectionGatewayName": "test123",
"api-version": "2016-06-01",
"connectionGateway": {
"tags": {
"sampleTagKey": "sampleTagValue"
}
}
},
"responses": {
"200": {
"body": {
"properties": {
"connectionGatewayInstallation": {
"location": "westus",
"name": "865dccd1-5d5c-45fe-b5a0-249d4de4134c",
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.Web/locations/westus/connectionGatewayInstallations/865dccd1-5d5c-45fe-b5a0-249d4de4134c",
"type": "Microsoft.Web/locations/connectionGatewayInstallations"
},
"contactInformation": [
"test123@microsoft.com"
],
"displayName": "test123",
"machineName": "TEST123",
"status": "Installed",
"backendUri": "https://WABI-WEST-US-redirect.analysis.windows.net"
},
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Web/connectionGateways/test123",
"name": "test123",
"type": "Microsoft.Web/connectionGateways",
"location": "westus",
"tags": {
"sampleTagKey": "sampleTagValue"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "testResourceGroup",
"connectionName": "testManagedApi",
"api-version": "2016-06-01",
"confirmConsentCode": {
"code": "testCode",
"objectId": "objectId",
"tenantId": "tenantId"
}
},
"responses": {
"200": {
"body": {
"code": "testCode",
"objectId": "objectId",
"tenantId": "tenantId"
}
}
}
}
Loading

0 comments on commit 9f1cdba

Please sign in to comment.