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

[LogicApps] New Api version #6601

Merged
merged 43 commits into from
Sep 20, 2019
Merged
Show file tree
Hide file tree
Changes from 38 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
93887d8
Added 2019-05-01 stable version
visharm Jul 11, 2019
3a72857
Updated API version in the json files
visharm Jul 11, 2019
43f9dae
Added 2019 version in readme
visharm Jul 11, 2019
9e12b9f
Fixed errors
visharm Jul 12, 2019
4ee2e9a
Added ISE APIs
visharm Aug 1, 2019
394fcfa
Added examples and addressed CR comments
visharm Aug 7, 2019
b488692
Cleaned up code and addressed comments
visharm Aug 8, 2019
b3d4938
Fixed model errors
visharm Aug 9, 2019
d3f7fd3
fixed model errors
visharm Aug 9, 2019
0698547
fixed typo
visharm Aug 9, 2019
3d4929b
fixed more errors
visharm Aug 9, 2019
ab0c671
Added new version reference in readme files
visharm Aug 22, 2019
cdde283
Fixed build errors
visharm Aug 23, 2019
ac4a582
Fixed build errors
visharm Aug 23, 2019
55a7b04
Fixed more errors
visharm Aug 23, 2019
104950b
fixed errors
visharm Aug 23, 2019
1ddb2f5
Fixed more errors
visharm Aug 23, 2019
0e7e6f0
Fixed more validation errors
visharm Aug 24, 2019
a68c587
Fixed errors
visharm Aug 24, 2019
a365a2e
Fixed valiation errors in old files
visharm Aug 27, 2019
9bd8a16
Fixed error
visharm Aug 27, 2019
9f34a84
Fixed error
visharm Aug 27, 2019
80a2cb6
Fixed more errors
visharm Aug 28, 2019
8e8cda9
more changes
visharm Aug 28, 2019
f6347a4
Fixed ISE errors
visharm Aug 30, 2019
4ce658e
fixed more errors
visharm Aug 30, 2019
b866ac3
Fixed ISE enum case
visharm Aug 30, 2019
ec729ed
added missing decriptions
visharm Aug 30, 2019
753ca8e
Fixed lintdiff warnings
visharm Sep 6, 2019
fffc109
Fixed more warnings
visharm Sep 6, 2019
93375bc
More fixes.
visharm Sep 9, 2019
8407244
Removed extra characters
visharm Sep 10, 2019
0e21335
Fixed typo
visharm Sep 12, 2019
1bf9b63
Fixed readme
visharm Sep 16, 2019
9cb4d9e
fixed readme
visharm Sep 16, 2019
ff3c613
fixed readme
visharm Sep 16, 2019
f8c1195
reverted change
visharm Sep 16, 2019
f39697a
Fixed tags in readmes
visharm Sep 18, 2019
acf4361
Fixed error
visharm Sep 19, 2019
c2f47d9
Fixed model errors
visharm Sep 19, 2019
4f11b92
Fixed more errors in Logic json
visharm Sep 19, 2019
7c5619d
Fixed resource reference issue
visharm Sep 19, 2019
56286b2
Fixed Resubmit trigger histories
visharm Sep 19, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"parameters": {
"api-version": "2019-05-01",
"resourceGroupName": "testResourceGroup",
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"integrationAccountName": "testIntegrationAccount",
"agreementName": "testAgreement"
},
"responses": {
"200": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,170 @@
{
"parameters": {
"api-version": "2019-05-01",
"resourceGroupName": "testResourceGroup",
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"integrationAccountName": "testIntegrationAccount",
"agreementName": "testAgreement"
},
"responses": {
"200": {
"body": {
"properties": {
"hostPartner": "HostPartner",
"guestPartner": "GuestPartner",
"hostIdentity": {
"qualifier": "ZZ",
"value": "ZZ"
},
"guestIdentity": {
"qualifier": "AA",
"value": "AA"
},
"agreementType": "AS2",
"content": {
"aS2": {
"receiveAgreement": {
"protocolSettings": {
"messageConnectionSettings": {
"ignoreCertificateNameMismatch": true,
"supportHttpStatusCodeContinue": true,
"keepHttpConnectionAlive": true,
"unfoldHttpHeaders": true
},
"acknowledgementConnectionSettings": {
"ignoreCertificateNameMismatch": true,
"supportHttpStatusCodeContinue": true,
"keepHttpConnectionAlive": true,
"unfoldHttpHeaders": true
},
"mdnSettings": {
"needMDN": true,
"signMDN": true,
"sendMDNAsynchronously": true,
"receiptDeliveryUrl": "http://tempuri.org",
"dispositionNotificationTo": "http://tempuri.org",
"signOutboundMdnIfOptional": true,
"mdnText": "Sample",
"sendInboundMdnToMessageBox": true,
"micHashingAlgorithm": "SHA1"
},
"securitySettings": {
"overrideGroupSigningCertificate": false,
"enableNRRForInboundEncodedMessages": true,
"enableNRRForInboundDecodedMessages": true,
"enableNRRForOutboundMDN": true,
"enableNRRForOutboundEncodedMessages": true,
"enableNRRForOutboundDecodedMessages": true,
"enableNRRForInboundMDN": true
},
"validationSettings": {
"overrideMessageProperties": true,
"encryptMessage": false,
"signMessage": false,
"compressMessage": true,
"checkDuplicateMessage": true,
"interchangeDuplicatesValidityDays": 100,
"checkCertificateRevocationListOnSend": true,
"checkCertificateRevocationListOnReceive": true,
"encryptionAlgorithm": "AES128"
},
"envelopeSettings": {
"messageContentType": "text/plain",
"transmitFileNameInMimeHeader": true,
"fileNameTemplate": "Test",
"suspendMessageOnFileNameGenerationError": true,
"autogenerateFileName": true
},
"errorSettings": {
"suspendDuplicateMessage": true,
"resendIfMDNNotReceived": true
}
},
"senderBusinessIdentity": {
"qualifier": "AA",
"value": "AA"
},
"receiverBusinessIdentity": {
"qualifier": "ZZ",
"value": "ZZ"
}
},
"sendAgreement": {
"protocolSettings": {
"messageConnectionSettings": {
"ignoreCertificateNameMismatch": true,
"supportHttpStatusCodeContinue": true,
"keepHttpConnectionAlive": true,
"unfoldHttpHeaders": true
},
"acknowledgementConnectionSettings": {
"ignoreCertificateNameMismatch": true,
"supportHttpStatusCodeContinue": true,
"keepHttpConnectionAlive": true,
"unfoldHttpHeaders": true
},
"mdnSettings": {
"needMDN": true,
"signMDN": true,
"sendMDNAsynchronously": true,
"receiptDeliveryUrl": "http://tempuri.org",
"dispositionNotificationTo": "http://tempuri.org",
"signOutboundMdnIfOptional": true,
"mdnText": "Sample",
"sendInboundMdnToMessageBox": true,
"micHashingAlgorithm": "SHA1"
},
"securitySettings": {
"overrideGroupSigningCertificate": false,
"enableNRRForInboundEncodedMessages": true,
"enableNRRForInboundDecodedMessages": true,
"enableNRRForOutboundMDN": true,
"enableNRRForOutboundEncodedMessages": true,
"enableNRRForOutboundDecodedMessages": true,
"enableNRRForInboundMDN": true
},
"validationSettings": {
"overrideMessageProperties": true,
"encryptMessage": false,
"signMessage": false,
"compressMessage": true,
"checkDuplicateMessage": true,
"interchangeDuplicatesValidityDays": 100,
"checkCertificateRevocationListOnSend": true,
"checkCertificateRevocationListOnReceive": true,
"encryptionAlgorithm": "AES128"
},
"envelopeSettings": {
"messageContentType": "text/plain",
"transmitFileNameInMimeHeader": true,
"fileNameTemplate": "Test",
"suspendMessageOnFileNameGenerationError": true,
"autogenerateFileName": true
},
"errorSettings": {
"suspendDuplicateMessage": true,
"resendIfMDNNotReceived": true
}
},
"senderBusinessIdentity": {
"qualifier": "ZZ",
"value": "ZZ"
},
"receiverBusinessIdentity": {
"qualifier": "AA",
"value": "AA"
}
}
}
},
"createdTime": "2017-03-06T22:32:54.2938748Z",
"changedTime": "2017-03-06T22:32:54.2945291Z",
"metadata": {}
},
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/<IntegrationAccountName>/agreements/<IntegrationAccountAgreementName>",
"name": "<IntegrationAccountAgreementName>",
"type": "Microsoft.Logic/integrationAccounts/agreements"
}
}
}
}
Loading