Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -690,13 +690,13 @@
],
"responses": {
"200": {
"description": "OK. Successfully created the interation.",
"description": "OK. Successfully created the interaction.",
"schema": {
"$ref": "#/definitions/InteractionResourceFormat"
}
},
"202": {
"description": "Accepted. The create interation operation is accepted."
"description": "Accepted. The create interaction operation is accepted."
}
},
"x-ms-long-running-operation": true
Expand Down Expand Up @@ -2413,7 +2413,7 @@
"in": "query",
"required": true,
"type": "string",
"description": "The user ID. Use * to retreive hub level views."
"description": "The user ID. Use * to retrieve hub level views."
}
],
"responses": {
Expand All @@ -2440,7 +2440,7 @@
"$ref": "./examples/ViewsCreateOrUpdate.json"
}
},
"description": "Creates a view or updates an exisiting view in the hub.",
"description": "Creates a view or updates an existing view in the hub.",
"parameters": [
{
"name": "resourceGroupName",
Expand Down Expand Up @@ -2534,7 +2534,7 @@
"in": "query",
"required": true,
"type": "string",
"description": "The user ID. Use * to retreive hub level view."
"description": "The user ID. Use * to retrieve hub level view."
}
],
"responses": {
Expand Down Expand Up @@ -2590,7 +2590,7 @@
"in": "query",
"required": true,
"type": "string",
"description": "The user ID. Use * to retreive hub level view."
"description": "The user ID. Use * to retrieve hub level view."
}
],
"responses": {
Expand Down Expand Up @@ -3316,7 +3316,7 @@
"properties": {
"apiEntitySetName": {
"type": "string",
"description": "The api entity set name. This becomes the odata entity set name for the entity Type being refered in this object."
"description": "The api entity set name. This becomes the odata entity set name for the entity Type being referred in this object."
},
"entityType": {
"type": "string",
Expand Down Expand Up @@ -3446,7 +3446,7 @@
},
"isRequired": {
"type": "boolean",
"description": "Whether property value is required on instances, IsRequired field only for Intercation. Profile Instance will not check for required field."
"description": "Whether property value is required on instances, IsRequired field only for Interaction. Profile Instance will not check for required field."
},
"propertyId": {
"type": "string",
Expand Down Expand Up @@ -3495,11 +3495,11 @@
},
"primaryKey": {
"type": "string",
"description": "Primary key assiciated with the policy."
"description": "Primary key associated with the policy."
},
"secondaryKey": {
"type": "string",
"description": "Secondary key assiciated with the policy."
"description": "Secondary key associated with the policy."
}
},
"description": "The authorization policy."
Expand Down Expand Up @@ -3675,7 +3675,7 @@
"type": "string",
"readOnly": true,
"format": "date-time",
"description": "The last monified time."
"description": "The last modified time."
},
"state": {
"type": "string",
Expand Down Expand Up @@ -3729,7 +3729,7 @@
"description": "The error limit allowed while importing data."
}
},
"description": "The error mangement."
"description": "The error management."
},
"ConnectorMappingFormat": {
"required": [
Expand Down Expand Up @@ -3917,7 +3917,7 @@
"type": "string",
"readOnly": true,
"format": "date-time",
"description": "The last monified time."
"description": "The last modified time."
},
"entityType": {
"type": "string",
Expand Down Expand Up @@ -4446,7 +4446,7 @@
},
"referenceOnly": {
"type": "boolean",
"description": "Indicating whether the link is reference only link. This flag is ingored if the Mappings are defined. If the mappings are not defined and it is set to true, links processing will not create or update profiles."
"description": "Indicating whether the link is reference only link. This flag is ignored if the Mappings are defined. If the mappings are not defined and it is set to true, links processing will not create or update profiles."
},
"operationType": {
"type": "string",
Expand Down Expand Up @@ -5060,7 +5060,7 @@
"description": "The response of list connector operation."
},
"ConnectorMappingResourceFormat": {
"description": "The c onnector mapping resource format.",
"description": "The connector mapping resource format.",
"properties": {
"properties": {
"x-ms-client-flatten": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -688,13 +688,13 @@
],
"responses": {
"200": {
"description": "OK. Successfully created the interation.",
"description": "OK. Successfully created the interaction.",
"schema": {
"$ref": "#/definitions/InteractionResourceFormat"
}
},
"202": {
"description": "Accepted. The create interation operation is accepted."
"description": "Accepted. The create interaction operation is accepted."
}
},
"x-ms-long-running-operation": true
Expand Down Expand Up @@ -2411,7 +2411,7 @@
"in": "query",
"required": true,
"type": "string",
"description": "The user ID. Use * to retreive hub level views."
"description": "The user ID. Use * to retrieve hub level views."
}
],
"responses": {
Expand All @@ -2438,7 +2438,7 @@
"$ref": "./examples/ViewsCreateOrUpdate.json"
}
},
"description": "Creates a view or updates an exisiting view in the hub.",
"description": "Creates a view or updates an existing view in the hub.",
"parameters": [
{
"name": "resourceGroupName",
Expand Down Expand Up @@ -2532,7 +2532,7 @@
"in": "query",
"required": true,
"type": "string",
"description": "The user ID. Use * to retreive hub level view."
"description": "The user ID. Use * to retrieve hub level view."
}
],
"responses": {
Expand Down Expand Up @@ -2588,7 +2588,7 @@
"in": "query",
"required": true,
"type": "string",
"description": "The user ID. Use * to retreive hub level view."
"description": "The user ID. Use * to retrieve hub level view."
}
],
"responses": {
Expand Down Expand Up @@ -3685,7 +3685,7 @@
"properties": {
"apiEntitySetName": {
"type": "string",
"description": "The api entity set name. This becomes the odata entity set name for the entity Type being refered in this object."
"description": "The api entity set name. This becomes the odata entity set name for the entity Type being referred in this object."
},
"entityType": {
"type": "string",
Expand Down Expand Up @@ -3815,7 +3815,7 @@
},
"isRequired": {
"type": "boolean",
"description": "Whether property value is required on instances, IsRequired field only for Intercation. Profile Instance will not check for required field."
"description": "Whether property value is required on instances, IsRequired field only for Interaction. Profile Instance will not check for required field."
},
"propertyId": {
"type": "string",
Expand Down Expand Up @@ -3864,11 +3864,11 @@
},
"primaryKey": {
"type": "string",
"description": "Primary key assiciated with the policy."
"description": "Primary key associated with the policy."
},
"secondaryKey": {
"type": "string",
"description": "Secondary key assiciated with the policy."
"description": "Secondary key associated with the policy."
}
},
"description": "The authorization policy."
Expand Down Expand Up @@ -4044,7 +4044,7 @@
"type": "string",
"readOnly": true,
"format": "date-time",
"description": "The last monified time."
"description": "The last modified time."
},
"state": {
"type": "string",
Expand Down Expand Up @@ -4098,7 +4098,7 @@
"description": "The error limit allowed while importing data."
}
},
"description": "The error mangement."
"description": "The error management."
},
"ConnectorMappingFormat": {
"required": [
Expand Down Expand Up @@ -4286,7 +4286,7 @@
"type": "string",
"readOnly": true,
"format": "date-time",
"description": "The last monified time."
"description": "The last modified time."
},
"entityType": {
"type": "string",
Expand Down Expand Up @@ -4845,7 +4845,7 @@
},
"referenceOnly": {
"type": "boolean",
"description": "Indicating whether the link is reference only link. This flag is ingored if the Mappings are defined. If the mappings are not defined and it is set to true, links processing will not create or update profiles."
"description": "Indicating whether the link is reference only link. This flag is ignored if the Mappings are defined. If the mappings are not defined and it is set to true, links processing will not create or update profiles."
},
"operationType": {
"type": "string",
Expand Down Expand Up @@ -5472,7 +5472,7 @@
"description": "The response of list connector operation."
},
"ConnectorMappingResourceFormat": {
"description": "The c onnector mapping resource format.",
"description": "The connector mapping resource format.",
"properties": {
"properties": {
"x-ms-client-flatten": true,
Expand Down Expand Up @@ -6412,7 +6412,7 @@
"signalsUsed": {
"type": "integer",
"readOnly": true,
"description": "The singnas used."
"description": "The signals used."
},
"modelVersion": {
"type": "string",
Expand Down