Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
fixes CI errors
Fixed casing as required by CI
  • Loading branch information
SrivastavaPraveen committed Jul 23, 2019
commit 68568e93d6bc5b687899488523cade3f66893779
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"persistentConfidentialityScope": "None",
"isSecuredTransportRequired": false,
"actionType": "DoubleAction",
"responseType": "Asynchronous",
"responseType": "Async",
"nonRepudiationOfOriginAndContent": false,
"retryCount": 2,
"timeToPerformInSeconds": 7200
Expand Down Expand Up @@ -81,7 +81,7 @@
"persistentConfidentialityScope": "None",
"isSecuredTransportRequired": false,
"actionType": "DoubleAction",
"responseType": "Asynchronous",
"responseType": "Async",
"nonRepudiationOfOriginAndContent": false,
"retryCount": 2,
"timeToPerformInSeconds": 7200
Expand Down Expand Up @@ -148,7 +148,7 @@
"persistentConfidentialityScope": "None",
"isSecuredTransportRequired": false,
"actionType": "DoubleAction",
"responseType": "Asynchronous",
"responseType": "Async",
"nonRepudiationOfOriginAndContent": false,
"retryCount": 2,
"timeToPerformInSeconds": 7200
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5014,7 +5014,7 @@
"type": "string"
},
{
"name": "RosettaNetProcessConfigurationName",
"name": "rosettaNetProcessConfigurationName",
"description": "The integration account RosettaNetProcessConfiguration name.",
"in": "path",
"required": true,
Expand Down Expand Up @@ -5063,8 +5063,8 @@
"type": "string"
},
{
"name": "RosettaNetProcessConfigurationName",
"description": "The integration account RosettaNetProcessConfiguration name.",
"name": "rosettaNetProcessConfigurationName",
"description": "The integration account RosettaNet ProcessConfiguration name.",
"in": "path",
"required": true,
"type": "string"
Expand All @@ -5073,8 +5073,8 @@
"$ref": "#/parameters/api-version"
},
{
"name": "RosettaNetProcessConfiguration",
"description": "The integration account RosettaNetProcessConfiguration.",
"name": "rosettaNetProcessConfiguration",
"description": "The integration account RosettaNet ProcessConfiguration.",
"in": "body",
"required": true,
"schema": {
Expand Down Expand Up @@ -5127,7 +5127,7 @@
"type": "string"
},
{
"name": "RosettaNetProcessConfigurationName",
"name": "rosettaNetProcessConfigurationName",
"description": "The integration account RosettaNetProcessConfiguration name.",
"in": "path",
"required": true,
Expand Down Expand Up @@ -9629,7 +9629,7 @@
"description": "The non-repudiation is required or not."
},
"timeToAcknowledgeInSeconds": {
"type": "string",
"type": "integer",
"description": "The time to acknowledge in seconds."
}
},
Expand Down Expand Up @@ -9669,6 +9669,10 @@
"businessDocument": {
"$ref": "#/definitions/RosettaNetPipBusinessDocument",
"description": "The RosettaNet ProcessConfiguration business document."
},
"description": {
"type": "string",
"description": "The description."
}
},
"description": "The integration account RosettaNet ProcessConfiguration role settings."
Expand Down