|
168 | 168 | "type": "object", |
169 | 169 | "description": "Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string)." |
170 | 170 | }, |
| 171 | + "accountKind": { |
| 172 | + "type": "string", |
| 173 | + "description": "Specify the kind of your storage account. Allowed values are: Storage (general purpose v1), StorageV2 (general purpose v2), BlobStorage, or BlockBlobStorage. Type: string (or Expression with resultType string)." |
| 174 | + }, |
171 | 175 | "encryptedCredential": { |
172 | 176 | "type": "string", |
173 | 177 | "description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." |
|
595 | 599 | "type": "object", |
596 | 600 | "properties": { |
597 | 601 | "deploymentType": { |
598 | | - "x-ms-enum": { |
599 | | - "name": "DynamicsDeploymentType", |
600 | | - "modelAsString": true |
601 | | - }, |
602 | | - "enum": [ |
603 | | - "Online", |
604 | | - "OnPremisesWithIfd" |
605 | | - ], |
606 | | - "type": "string", |
| 602 | + "type": "object", |
607 | 603 | "description": "The deployment type of the Dynamics instance. 'Online' for Dynamics Online and 'OnPremisesWithIfd' for Dynamics on-premises with Ifd. Type: string (or Expression with resultType string)." |
608 | 604 | }, |
609 | 605 | "hostName": { |
|
623 | 619 | "description": "The organization name of the Dynamics instance. The property is required for on-prem and required for online when there are more than one Dynamics instances associated with the user. Type: string (or Expression with resultType string)." |
624 | 620 | }, |
625 | 621 | "authenticationType": { |
626 | | - "x-ms-enum": { |
627 | | - "name": "DynamicsAuthenticationType", |
628 | | - "modelAsString": true |
629 | | - }, |
630 | | - "enum": [ |
631 | | - "Office365", |
632 | | - "Ifd", |
633 | | - "AADServicePrincipal" |
634 | | - ], |
635 | | - "type": "string", |
| 622 | + "type": "object", |
636 | 623 | "description": "The authentication type to connect to Dynamics 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)." |
637 | 624 | }, |
638 | 625 | "username": { |
|
648 | 635 | "description": "The client ID of the application in Azure Active Directory used for Server-To-Server authentication. Type: string (or Expression with resultType string)." |
649 | 636 | }, |
650 | 637 | "servicePrincipalCredentialType": { |
651 | | - "x-ms-enum": { |
652 | | - "name": "DynamicsServicePrincipalCredentialType", |
653 | | - "modelAsString": true |
654 | | - }, |
655 | | - "enum": [ |
656 | | - "ServicePrincipalKey", |
657 | | - "ServicePrincipalCert" |
658 | | - ], |
659 | 638 | "type": "object", |
660 | 639 | "description": "The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string)." |
661 | 640 | }, |
|
673 | 652 | "authenticationType" |
674 | 653 | ] |
675 | 654 | }, |
| 655 | + "DynamicsDeploymentType": { |
| 656 | + "description": "All available dynamicsDeploymentType values.", |
| 657 | + "type": "string", |
| 658 | + "enum": [ |
| 659 | + "Online", |
| 660 | + "OnPremisesWithIfd" |
| 661 | + ], |
| 662 | + "x-ms-enum": { |
| 663 | + "name": "DynamicsDeploymentType", |
| 664 | + "modelAsString": true |
| 665 | + } |
| 666 | + }, |
| 667 | + "DynamicsAuthenticationType": { |
| 668 | + "description": "All available dynamicsAuthenticationType values.", |
| 669 | + "type": "string", |
| 670 | + "enum": [ |
| 671 | + "Office365", |
| 672 | + "Ifd", |
| 673 | + "AADServicePrincipal" |
| 674 | + ], |
| 675 | + "x-ms-enum": { |
| 676 | + "name": "DynamicsAuthenticationType", |
| 677 | + "modelAsString": true |
| 678 | + } |
| 679 | + }, |
676 | 680 | "DynamicsCrmLinkedService": { |
677 | 681 | "x-ms-discriminator-value": "DynamicsCrm", |
678 | 682 | "description": "Dynamics CRM linked service.", |
|
698 | 702 | "type": "object", |
699 | 703 | "properties": { |
700 | 704 | "deploymentType": { |
701 | | - "x-ms-enum": { |
702 | | - "name": "DynamicsDeploymentType", |
703 | | - "modelAsString": true |
704 | | - }, |
705 | | - "enum": [ |
706 | | - "Online", |
707 | | - "OnPremisesWithIfd" |
708 | | - ], |
709 | | - "type": "string", |
| 705 | + "type": "object", |
710 | 706 | "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)." |
711 | 707 | }, |
712 | 708 | "hostName": { |
|
726 | 722 | "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)." |
727 | 723 | }, |
728 | 724 | "authenticationType": { |
729 | | - "x-ms-enum": { |
730 | | - "name": "DynamicsAuthenticationType", |
731 | | - "modelAsString": true |
732 | | - }, |
733 | | - "enum": [ |
734 | | - "Office365", |
735 | | - "Ifd", |
736 | | - "AADServicePrincipal" |
737 | | - ], |
738 | | - "type": "string", |
| 725 | + "type": "object", |
739 | 726 | "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)." |
740 | 727 | }, |
741 | 728 | "username": { |
|
805 | 792 | "type": "object", |
806 | 793 | "properties": { |
807 | 794 | "deploymentType": { |
808 | | - "x-ms-enum": { |
809 | | - "name": "DynamicsDeploymentType", |
810 | | - "modelAsString": true |
811 | | - }, |
812 | | - "enum": [ |
813 | | - "Online", |
814 | | - "OnPremisesWithIfd" |
815 | | - ], |
816 | | - "type": "string", |
| 795 | + "type": "object", |
817 | 796 | "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)." |
818 | 797 | }, |
819 | 798 | "hostName": { |
|
833 | 812 | "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)." |
834 | 813 | }, |
835 | 814 | "authenticationType": { |
836 | | - "x-ms-enum": { |
837 | | - "name": "DynamicsAuthenticationType", |
838 | | - "modelAsString": true |
839 | | - }, |
840 | | - "enum": [ |
841 | | - "Office365", |
842 | | - "Ifd", |
843 | | - "AADServicePrincipal" |
844 | | - ], |
845 | | - "type": "string", |
| 815 | + "type": "object", |
846 | 816 | "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)." |
847 | 817 | }, |
848 | 818 | "username": { |
|
5391 | 5361 | "description": "The URI for the script action." |
5392 | 5362 | }, |
5393 | 5363 | "roles": { |
5394 | | - "x-ms-enum": { |
5395 | | - "name": "HdiNodeTypes", |
5396 | | - "modelAsString": true |
5397 | | - }, |
5398 | | - "enum": [ |
5399 | | - "Headnode", |
5400 | | - "Workernode", |
5401 | | - "Zookeeper" |
5402 | | - ], |
5403 | | - "type": "string", |
| 5364 | + "type": "object", |
5404 | 5365 | "description": "The node types on which the script action should be executed." |
5405 | 5366 | }, |
5406 | 5367 | "parameters": { |
|
5414 | 5375 | "roles" |
5415 | 5376 | ] |
5416 | 5377 | }, |
| 5378 | + "HdiNodeTypes": { |
| 5379 | + "description": "All available HdiNodeTypes values.", |
| 5380 | + "type": "string", |
| 5381 | + "enum": [ |
| 5382 | + "Headnode", |
| 5383 | + "Workernode", |
| 5384 | + "Zookeeper" |
| 5385 | + ], |
| 5386 | + "x-ms-enum": { |
| 5387 | + "name": "HdiNodeTypes", |
| 5388 | + "modelAsString": true |
| 5389 | + } |
| 5390 | + }, |
5417 | 5391 | "AzureDataLakeAnalyticsLinkedService": { |
5418 | 5392 | "x-ms-discriminator-value": "AzureDataLakeAnalytics", |
5419 | 5393 | "description": "Azure Data Lake Analytics linked service.", |
|
6029 | 6003 | }, |
6030 | 6004 | "required": [ |
6031 | 6005 | "endpoint", |
6032 | | - "servicePrincipalId", |
6033 | | - "servicePrincipalKey", |
6034 | | - "database", |
6035 | | - "tenant" |
| 6006 | + "database" |
6036 | 6007 | ] |
6037 | 6008 | }, |
6038 | 6009 | "AzureFunctionLinkedService": { |
|
0 commit comments