Skip to content

Commit 3959e31

Browse files
committed
Update 2
1 parent 5432f39 commit 3959e31

File tree

1 file changed

+4
-38
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes

1 file changed

+4
-38
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json

Lines changed: 4 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -737,15 +737,7 @@
737737
"description": "Dynamics CRM linked service properties.",
738738
"properties": {
739739
"deploymentType": {
740-
"x-ms-enum": {
741-
"name": "DynamicsDeploymentType",
742-
"modelAsString": true
743-
},
744-
"enum": [
745-
"Online",
746-
"OnPremisesWithIfd"
747-
],
748-
"type": "string",
740+
"type": "object",
749741
"description": "The deployment type of the Dynamics CRM instance. 'Online' for Dynamics CRM Online and 'OnPremisesWithIfd' for Dynamics CRM on-premises with Ifd. Type: string (or Expression with resultType string)."
750742
},
751743
"hostName": {
@@ -765,16 +757,7 @@
765757
"description": "The organization name of the Dynamics CRM instance. The property is required for on-prem and required for online when there are more than one Dynamics CRM instances associated with the user. Type: string (or Expression with resultType string)."
766758
},
767759
"authenticationType": {
768-
"x-ms-enum": {
769-
"name": "DynamicsAuthenticationType",
770-
"modelAsString": true
771-
},
772-
"enum": [
773-
"Office365",
774-
"Ifd",
775-
"AADServicePrincipal"
776-
],
777-
"type": "string",
760+
"type": "object",
778761
"description": "The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string)."
779762
},
780763
"username": {
@@ -843,15 +826,7 @@
843826
"description": "Common Data Service for Apps linked service properties.",
844827
"properties": {
845828
"deploymentType": {
846-
"x-ms-enum": {
847-
"name": "DynamicsDeploymentType",
848-
"modelAsString": true
849-
},
850-
"enum": [
851-
"Online",
852-
"OnPremisesWithIfd"
853-
],
854-
"type": "string",
829+
"type": "object",
855830
"description": "The deployment type of the Common Data Service for Apps instance. 'Online' for Common Data Service for Apps Online and 'OnPremisesWithIfd' for Common Data Service for Apps on-premises with Ifd. Type: string (or Expression with resultType string)."
856831
},
857832
"hostName": {
@@ -871,16 +846,7 @@
871846
"description": "The organization name of the Common Data Service for Apps instance. The property is required for on-prem and required for online when there are more than one Common Data Service for Apps instances associated with the user. Type: string (or Expression with resultType string)."
872847
},
873848
"authenticationType": {
874-
"x-ms-enum": {
875-
"name": "DynamicsAuthenticationType",
876-
"modelAsString": true
877-
},
878-
"enum": [
879-
"Office365",
880-
"Ifd",
881-
"AADServicePrincipal"
882-
],
883-
"type": "string",
849+
"type": "object",
884850
"description": "The authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string)."
885851
},
886852
"username": {

0 commit comments

Comments
 (0)