diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/LinkedService.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/LinkedService.json index f48c98779ad0..763479e1fb06 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/LinkedService.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/LinkedService.json @@ -237,7 +237,7 @@ }, "accessKey": { "description": "The Azure Batch account access key.", - "$ref": "../datafactory.json#/definitions/SecureString" + "$ref": "../datafactory.json#/definitions/SecretBase" }, "batchUri": { "type": "object", @@ -442,7 +442,7 @@ }, "password": { "description": "HDInsight cluster password.", - "$ref": "../datafactory.json#/definitions/SecureString" + "$ref": "../datafactory.json#/definitions/SecretBase" }, "linkedServiceName": { "description": "The Azure Storage linked service reference.", @@ -901,7 +901,7 @@ }, "apiKey": { "description": "The API key for accessing the Azure ML model endpoint.", - "$ref": "../datafactory.json#/definitions/SecureString" + "$ref": "../datafactory.json#/definitions/SecretBase" }, "updateResourceEndpoint": { "type": "object", @@ -912,7 +912,7 @@ "description": "The ID of the service principal used to authenticate against the ARM-based updateResourceEndpoint of an Azure ML web service. Type: string (or Expression with resultType string)." }, "servicePrincipalKey": { - "$ref": "../datafactory.json#/definitions/SecureString", + "$ref": "../datafactory.json#/definitions/SecretBase", "description": "The key of the service principal used to authenticate against the ARM-based updateResourceEndpoint of an Azure ML web service." }, "tenant": { @@ -1156,7 +1156,7 @@ }, "password": { "description": "The password for Basic authentication.", - "$ref": "../datafactory.json#/definitions/SecureString" + "$ref": "../datafactory.json#/definitions/SecretBase" } }, "required": [ @@ -1175,11 +1175,11 @@ "properties": { "pfx": { "description": "Base64-encoded contents of a PFX file.", - "$ref": "../datafactory.json#/definitions/SecureString" + "$ref": "../datafactory.json#/definitions/SecretBase" }, "password": { "description": "Password for the PFX file.", - "$ref": "../datafactory.json#/definitions/SecureString" + "$ref": "../datafactory.json#/definitions/SecretBase" } }, "required": [ @@ -2500,7 +2500,7 @@ }, "password": { "description": "The password corresponding to the user name that you provided in the Username field", - "$ref": "../datafactory.json#/definitions/SecureString" + "$ref": "../datafactory.json#/definitions/SecretBase" }, "httpPath": { "description": "The partial URL corresponding to the Hive server.", @@ -3634,7 +3634,7 @@ }, "servicePrincipalKey": { "description": "The key for the service principal id.", - "$ref": "../datafactory.json#/definitions/SecureString" + "$ref": "../datafactory.json#/definitions/SecretBase" }, "tenant": { "type": "object", @@ -3654,7 +3654,7 @@ }, "clusterPassword": { "description": "The password to access the cluster.", - "$ref": "../datafactory.json#/definitions/SecureString" + "$ref": "../datafactory.json#/definitions/SecretBase" }, "clusterSshUserName": { "type": "object", @@ -3662,7 +3662,7 @@ }, "clusterSshPassword": { "description": "The password to SSH remotely connect cluster’s node (for Linux).", - "$ref": "../datafactory.json#/definitions/SecureString" + "$ref": "../datafactory.json#/definitions/SecretBase" }, "additionalLinkedServiceNames": { "description": "Specifies additional storage accounts for the HDInsight linked service so that the Data Factory service can register them on your behalf.", @@ -3763,7 +3763,7 @@ }, "servicePrincipalKey": { "description": "The Key of the application used to authenticate against the Azure Data Lake Analytics account.", - "$ref": "../datafactory.json#/definitions/SecureString" + "$ref": "../datafactory.json#/definitions/SecretBase" }, "tenant": { "type": "object",