-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update logicAppsManagementClient.json to current offerings (#2761)
* 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
1 parent
341b3a6
commit 9f1cdba
Showing
27 changed files
with
3,182 additions
and
0 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
...e-manager/Microsoft.Web/stable/2016-06-01/examples/connectionGatewayInstallationsGet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} |
36 changes: 36 additions & 0 deletions
36
...-manager/Microsoft.Web/stable/2016-06-01/examples/connectionGatewayInstallationsList.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
74 changes: 74 additions & 0 deletions
74
...ce-manager/Microsoft.Web/stable/2016-06-01/examples/connectionGatewaysCreateOrUpdate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...b/resource-manager/Microsoft.Web/stable/2016-06-01/examples/connectionGatewaysDelete.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": {} | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
.../web/resource-manager/Microsoft.Web/stable/2016-06-01/examples/connectionGatewaysGet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
...web/resource-manager/Microsoft.Web/stable/2016-06-01/examples/connectionGatewaysList.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
36 changes: 36 additions & 0 deletions
36
...nager/Microsoft.Web/stable/2016-06-01/examples/connectionGatewaysListByResourceGroup.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
41 changes: 41 additions & 0 deletions
41
...b/resource-manager/Microsoft.Web/stable/2016-06-01/examples/connectionGatewaysUpdate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} | ||
} |
22 changes: 22 additions & 0 deletions
22
...ource-manager/Microsoft.Web/stable/2016-06-01/examples/connectionsConfirmConsentCode.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.