@azure/arm-datafactory 11.0.0-alpha.20230302.1 → 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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release History
2
2
 
3
+ ## 11.1.0 (2023-03-02)
4
+
5
+ **Features**
6
+
7
+ - Interface AzureBlobFSLinkedService has a new optional parameter sasToken
8
+ - Interface AzureBlobFSLinkedService has a new optional parameter sasUri
9
+
10
+
3
11
  ## 11.0.0 (2023-02-10)
4
12
 
5
13
  **Features**
package/dist/index.js CHANGED
@@ -10858,7 +10858,6 @@ const AzureBlobFSLinkedService = {
10858
10858
  polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
10859
10859
  modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { url: {
10860
10860
  serializedName: "typeProperties.url",
10861
- required: true,
10862
10861
  type: {
10863
10862
  name: "any"
10864
10863
  }
@@ -10910,6 +10909,17 @@ const AzureBlobFSLinkedService = {
10910
10909
  name: "Composite",
10911
10910
  className: "SecretBase"
10912
10911
  }
10912
+ }, sasUri: {
10913
+ serializedName: "typeProperties.sasUri",
10914
+ type: {
10915
+ name: "any"
10916
+ }
10917
+ }, sasToken: {
10918
+ serializedName: "typeProperties.sasToken",
10919
+ type: {
10920
+ name: "Composite",
10921
+ className: "SecretBase"
10922
+ }
10913
10923
  } })
10914
10924
  }
10915
10925
  };
@@ -31624,7 +31634,7 @@ class DataFactoryManagementClient extends coreClient__namespace.ServiceClient {
31624
31634
  requestContentType: "application/json; charset=utf-8",
31625
31635
  credential: credentials
31626
31636
  };
31627
- const packageDetails = `azsdk-js-arm-datafactory/11.0.0`;
31637
+ const packageDetails = `azsdk-js-arm-datafactory/11.1.0`;
31628
31638
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
31629
31639
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
31630
31640
  : `${packageDetails}`;