@azure/arm-datafactory 11.0.0 → 11.1.0-alpha.20230315.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for DataFactoryManagementClient.",
6
- "version": "11.0.0",
6
+ "version": "11.1.0-alpha.20230315.2",
7
7
  "engines": {
8
8
  "node": ">=14.0.0"
9
9
  },
@@ -41,14 +41,14 @@
41
41
  "rimraf": "^3.0.0",
42
42
  "dotenv": "^16.0.0",
43
43
  "@azure/identity": "^2.0.1",
44
- "@azure-tools/test-recorder": "^2.0.0",
44
+ "@azure-tools/test-recorder": ">=3.0.0-alpha <3.0.0-alphb",
45
45
  "@azure-tools/test-credential": "^1.0.0",
46
46
  "mocha": "^7.1.1",
47
47
  "@types/chai": "^4.2.8",
48
48
  "chai": "^4.2.0",
49
49
  "cross-env": "^7.0.2",
50
50
  "@types/node": "^14.0.0",
51
- "@azure/dev-tool": "^1.0.0"
51
+ "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb"
52
52
  },
53
53
  "repository": {
54
54
  "type": "git",
@@ -120,4 +120,4 @@
120
120
  "disableDocsMs": true,
121
121
  "apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-datafactory?view=azure-node-preview"
122
122
  }
123
- }
123
+ }
@@ -401,13 +401,15 @@ export interface AzureBlobFSLinkedService extends LinkedService {
401
401
  azureCloudType?: any;
402
402
  credential?: CredentialReference;
403
403
  encryptedCredential?: any;
404
+ sasToken?: SecretBaseUnion;
405
+ sasUri?: any;
404
406
  servicePrincipalCredential?: SecretBaseUnion;
405
407
  servicePrincipalCredentialType?: any;
406
408
  servicePrincipalId?: any;
407
409
  servicePrincipalKey?: SecretBaseUnion;
408
410
  tenant?: any;
409
411
  type: "AzureBlobFS";
410
- url: any;
412
+ url?: any;
411
413
  }
412
414
 
413
415
  // @public
@@ -96,7 +96,7 @@ export class DataFactoryManagementClient extends coreClient.ServiceClient {
96
96
  credential: credentials
97
97
  };
98
98
 
99
- const packageDetails = `azsdk-js-arm-datafactory/11.0.0`;
99
+ const packageDetails = `azsdk-js-arm-datafactory/11.1.0`;
100
100
  const userAgentPrefix =
101
101
  options.userAgentOptions && options.userAgentOptions.userAgentPrefix
102
102
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
@@ -4883,7 +4883,7 @@ export interface AzureBlobFSLinkedService extends LinkedService {
4883
4883
  /** Polymorphic discriminator, which specifies the different types this object can be */
4884
4884
  type: "AzureBlobFS";
4885
4885
  /** Endpoint for the Azure Data Lake Storage Gen2 service. Type: string (or Expression with resultType string). */
4886
- url: any;
4886
+ url?: any;
4887
4887
  /** Account key for the Azure Data Lake Storage Gen2 service. Type: string (or Expression with resultType string). */
4888
4888
  accountKey?: any;
4889
4889
  /** The ID of the application used to authenticate against the Azure Data Lake Storage Gen2 account. Type: string (or Expression with resultType string). */
@@ -4902,6 +4902,10 @@ export interface AzureBlobFSLinkedService extends LinkedService {
4902
4902
  servicePrincipalCredentialType?: any;
4903
4903
  /** The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference. */
4904
4904
  servicePrincipalCredential?: SecretBaseUnion;
4905
+ /** SAS URI of the Azure Data Lake Storage Gen2 service. Type: string, SecureString or AzureKeyVaultSecretReference. */
4906
+ sasUri?: any;
4907
+ /** The Azure key vault secret reference of sasToken in sas uri. */
4908
+ sasToken?: SecretBaseUnion;
4905
4909
  }
4906
4910
 
4907
4911
  /** Office365 linked service. */
@@ -10399,7 +10399,6 @@ export const AzureBlobFSLinkedService: coreClient.CompositeMapper = {
10399
10399
  ...LinkedService.type.modelProperties,
10400
10400
  url: {
10401
10401
  serializedName: "typeProperties.url",
10402
- required: true,
10403
10402
  type: {
10404
10403
  name: "any"
10405
10404
  }
@@ -10460,6 +10459,19 @@ export const AzureBlobFSLinkedService: coreClient.CompositeMapper = {
10460
10459
  name: "Composite",
10461
10460
  className: "SecretBase"
10462
10461
  }
10462
+ },
10463
+ sasUri: {
10464
+ serializedName: "typeProperties.sasUri",
10465
+ type: {
10466
+ name: "any"
10467
+ }
10468
+ },
10469
+ sasToken: {
10470
+ serializedName: "typeProperties.sasToken",
10471
+ type: {
10472
+ name: "Composite",
10473
+ className: "SecretBase"
10474
+ }
10463
10475
  }
10464
10476
  }
10465
10477
  }
@@ -655,7 +655,7 @@ export declare interface AzureBlobFSLinkedService extends LinkedService {
655
655
  /** Polymorphic discriminator, which specifies the different types this object can be */
656
656
  type: "AzureBlobFS";
657
657
  /** Endpoint for the Azure Data Lake Storage Gen2 service. Type: string (or Expression with resultType string). */
658
- url: any;
658
+ url?: any;
659
659
  /** Account key for the Azure Data Lake Storage Gen2 service. Type: string (or Expression with resultType string). */
660
660
  accountKey?: any;
661
661
  /** The ID of the application used to authenticate against the Azure Data Lake Storage Gen2 account. Type: string (or Expression with resultType string). */
@@ -674,6 +674,10 @@ export declare interface AzureBlobFSLinkedService extends LinkedService {
674
674
  servicePrincipalCredentialType?: any;
675
675
  /** The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference. */
676
676
  servicePrincipalCredential?: SecretBaseUnion;
677
+ /** SAS URI of the Azure Data Lake Storage Gen2 service. Type: string, SecureString or AzureKeyVaultSecretReference. */
678
+ sasUri?: any;
679
+ /** The Azure key vault secret reference of sasToken in sas uri. */
680
+ sasToken?: SecretBaseUnion;
677
681
  }
678
682
 
679
683
  /** The location of azure blobFS dataset. */
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.34.3"
8
+ "packageVersion": "7.34.4"
9
9
  }
10
10
  ]
11
11
  }