Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update logicAppsManagementClient.json to current offerings #2761

Merged
Merged
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