@azure/search-documents 11.3.0 → 11.3.1

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,11 @@
1
1
  # Release History
2
2
 
3
+ ## 11.3.1 (2022-11-18)
4
+
5
+ ### Bugs Fixed
6
+
7
+ - Addressed an issue where `similarity` settings on indexes wouldn't populate correctly. See [#23811](https://github.com/Azure/azure-sdk-for-js/issues/23811)
8
+
3
9
  ## 11.3.0 (2022-09-06)
4
10
 
5
11
  ### Features Added
package/dist/index.js CHANGED
@@ -1537,7 +1537,7 @@ const autocompletePostOperationSpec = {
1537
1537
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
1538
1538
  */
1539
1539
  const packageName = "@azure/search-documents";
1540
- const packageVersion = "11.3.0";
1540
+ const packageVersion = "11.3.1";
1541
1541
  /** @internal */
1542
1542
  class SearchClientContext extends coreHttp.ServiceClient {
1543
1543
  /**
@@ -1630,7 +1630,7 @@ class SearchApiKeyCredentialPolicy extends coreHttp.BaseRequestPolicy {
1630
1630
 
1631
1631
  // Copyright (c) Microsoft Corporation.
1632
1632
  // Licensed under the MIT license.
1633
- const SDK_VERSION = "11.3.0";
1633
+ const SDK_VERSION = "11.3.1";
1634
1634
 
1635
1635
  // Copyright (c) Microsoft Corporation.
1636
1636
  /**
@@ -3918,7 +3918,7 @@ const DataChangeDetectionPolicy = {
3918
3918
  uberParent: "DataChangeDetectionPolicy",
3919
3919
  polymorphicDiscriminator: {
3920
3920
  serializedName: "@odata\\.type",
3921
- clientName: "@odata\\.type"
3921
+ clientName: "odatatype"
3922
3922
  },
3923
3923
  modelProperties: {
3924
3924
  odatatype: {
@@ -3938,7 +3938,7 @@ const DataDeletionDetectionPolicy = {
3938
3938
  uberParent: "DataDeletionDetectionPolicy",
3939
3939
  polymorphicDiscriminator: {
3940
3940
  serializedName: "@odata\\.type",
3941
- clientName: "@odata\\.type"
3941
+ clientName: "odatatype"
3942
3942
  },
3943
3943
  modelProperties: {
3944
3944
  odatatype: {
@@ -4741,7 +4741,7 @@ const SearchIndexerSkill = {
4741
4741
  uberParent: "SearchIndexerSkill",
4742
4742
  polymorphicDiscriminator: {
4743
4743
  serializedName: "@odata\\.type",
4744
- clientName: "@odata\\.type"
4744
+ clientName: "odatatype"
4745
4745
  },
4746
4746
  modelProperties: {
4747
4747
  odatatype: {
@@ -4865,7 +4865,7 @@ const CognitiveServicesAccount = {
4865
4865
  uberParent: "CognitiveServicesAccount",
4866
4866
  polymorphicDiscriminator: {
4867
4867
  serializedName: "@odata\\.type",
4868
- clientName: "@odata\\.type"
4868
+ clientName: "odatatype"
4869
4869
  },
4870
4870
  modelProperties: {
4871
4871
  odatatype: {
@@ -5495,7 +5495,7 @@ const LexicalAnalyzer = {
5495
5495
  uberParent: "LexicalAnalyzer",
5496
5496
  polymorphicDiscriminator: {
5497
5497
  serializedName: "@odata\\.type",
5498
- clientName: "@odata\\.type"
5498
+ clientName: "odatatype"
5499
5499
  },
5500
5500
  modelProperties: {
5501
5501
  odatatype: {
@@ -5522,7 +5522,7 @@ const LexicalTokenizer = {
5522
5522
  uberParent: "LexicalTokenizer",
5523
5523
  polymorphicDiscriminator: {
5524
5524
  serializedName: "@odata\\.type",
5525
- clientName: "@odata\\.type"
5525
+ clientName: "odatatype"
5526
5526
  },
5527
5527
  modelProperties: {
5528
5528
  odatatype: {
@@ -5549,7 +5549,7 @@ const TokenFilter = {
5549
5549
  uberParent: "TokenFilter",
5550
5550
  polymorphicDiscriminator: {
5551
5551
  serializedName: "@odata\\.type",
5552
- clientName: "@odata\\.type"
5552
+ clientName: "odatatype"
5553
5553
  },
5554
5554
  modelProperties: {
5555
5555
  odatatype: {
@@ -5576,7 +5576,7 @@ const CharFilter = {
5576
5576
  uberParent: "CharFilter",
5577
5577
  polymorphicDiscriminator: {
5578
5578
  serializedName: "@odata\\.type",
5579
- clientName: "@odata\\.type"
5579
+ clientName: "odatatype"
5580
5580
  },
5581
5581
  modelProperties: {
5582
5582
  odatatype: {
@@ -5603,7 +5603,7 @@ const Similarity = {
5603
5603
  uberParent: "Similarity",
5604
5604
  polymorphicDiscriminator: {
5605
5605
  serializedName: "@odata\\.type",
5606
- clientName: "@odata\\.type"
5606
+ clientName: "odatatype"
5607
5607
  },
5608
5608
  modelProperties: {
5609
5609
  odatatype: {
@@ -9578,7 +9578,7 @@ const analyzeOperationSpec = {
9578
9578
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
9579
9579
  */
9580
9580
  const packageName$1 = "@azure/search-documents";
9581
- const packageVersion$1 = "11.3.0";
9581
+ const packageVersion$1 = "11.3.1";
9582
9582
  /** @internal */
9583
9583
  class SearchServiceClientContext extends coreHttp.ServiceClient {
9584
9584
  /**