Skip to content

Commit 62b47b9

Browse files
Update type of endorsements field (Azure#49027)
* updating type of endorsements field * updating api files
1 parent 8d28a4c commit 62b47b9

File tree

10 files changed

+947
-915
lines changed

10 files changed

+947
-915
lines changed

sdk/purview/Azure.Analytics.Purview.DataMap/api/Azure.Analytics.Purview.DataMap.net8.0.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ public static partial class AnalyticsPurviewDataMapModelFactory
2121
public static Azure.Analytics.Purview.DataMap.SearchFacetItemValue SearchFacetItemValue(int? count = default(int?), string value = null) { throw null; }
2222
public static Azure.Analytics.Purview.DataMap.SearchFacetResultValue SearchFacetResultValue(System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.SearchFacetItemValue> entityType = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.SearchFacetItemValue> assetType = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.SearchFacetItemValue> classification = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.SearchFacetItemValue> term = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.SearchFacetItemValue> contactId = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.SearchFacetItemValue> contactType = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.SearchFacetItemValue> label = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.SearchFacetItemValue> glossaryType = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.SearchFacetItemValue> termStatus = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.SearchFacetItemValue> termTemplate = null) { throw null; }
2323
public static Azure.Analytics.Purview.DataMap.SearchHighlights SearchHighlights(System.Collections.Generic.IEnumerable<string> id = null, System.Collections.Generic.IEnumerable<string> qualifiedName = null, System.Collections.Generic.IEnumerable<string> name = null, System.Collections.Generic.IEnumerable<string> description = null, System.Collections.Generic.IEnumerable<string> entityType = null) { throw null; }
24-
public static Azure.Analytics.Purview.DataMap.SearchResultValue SearchResultValue(float? searchScore = default(float?), Azure.Analytics.Purview.DataMap.SearchHighlights searchHighlights = null, string objectType = null, long? createTime = default(long?), long? updateTime = default(long?), string id = null, string name = null, string qualifiedName = null, string entityType = null, string description = null, string endorsement = null, string owner = null, System.Collections.Generic.IEnumerable<string> classification = null, System.Collections.Generic.IEnumerable<string> label = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.TermSearchResultValue> term = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.ContactSearchResultValue> contact = null, System.Collections.Generic.IEnumerable<string> assetType = null, string glossaryType = null, string glossary = null, string termStatus = null, System.Collections.Generic.IEnumerable<string> termTemplate = null, string longDescription = null) { throw null; }
24+
public static Azure.Analytics.Purview.DataMap.SearchResultValue SearchResultValue(float? searchScore = default(float?), Azure.Analytics.Purview.DataMap.SearchHighlights searchHighlights = null, string objectType = null, long? createTime = default(long?), long? updateTime = default(long?), string id = null, string name = null, string qualifiedName = null, string entityType = null, string description = null, System.Collections.Generic.IEnumerable<string> endorsement = null, string owner = null, System.Collections.Generic.IEnumerable<string> classification = null, System.Collections.Generic.IEnumerable<string> label = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.TermSearchResultValue> term = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.ContactSearchResultValue> contact = null, System.Collections.Generic.IEnumerable<string> assetType = null, string glossaryType = null, string glossary = null, string termStatus = null, System.Collections.Generic.IEnumerable<string> termTemplate = null, string longDescription = null) { throw null; }
2525
public static Azure.Analytics.Purview.DataMap.SuggestResult SuggestResult(System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.SuggestResultValue> value = null) { throw null; }
26-
public static Azure.Analytics.Purview.DataMap.SuggestResultValue SuggestResultValue(float? searchScore = default(float?), string searchText = null, string objectType = null, long? createTime = default(long?), long? updateTime = default(long?), string id = null, string name = null, string qualifiedName = null, string entityType = null, string description = null, string endorsement = null, string owner = null, System.Collections.Generic.IEnumerable<string> classification = null, System.Collections.Generic.IEnumerable<string> label = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.TermSearchResultValue> term = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.ContactSearchResultValue> contact = null, System.Collections.Generic.IEnumerable<string> assetType = null, string glossaryType = null, string glossary = null, string termStatus = null, System.Collections.Generic.IEnumerable<string> termTemplate = null, string longDescription = null) { throw null; }
26+
public static Azure.Analytics.Purview.DataMap.SuggestResultValue SuggestResultValue(float? searchScore = default(float?), string searchText = null, string objectType = null, long? createTime = default(long?), long? updateTime = default(long?), string id = null, string name = null, string qualifiedName = null, string entityType = null, string description = null, System.Collections.Generic.IEnumerable<string> endorsement = null, string owner = null, System.Collections.Generic.IEnumerable<string> classification = null, System.Collections.Generic.IEnumerable<string> label = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.TermSearchResultValue> term = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.ContactSearchResultValue> contact = null, System.Collections.Generic.IEnumerable<string> assetType = null, string glossaryType = null, string glossary = null, string termStatus = null, System.Collections.Generic.IEnumerable<string> termTemplate = null, string longDescription = null) { throw null; }
2727
public static Azure.Analytics.Purview.DataMap.TermSearchResultValue TermSearchResultValue(string name = null, string glossaryName = null, string guid = null) { throw null; }
2828
}
2929
public partial class AtlasAttributeDef : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Purview.DataMap.AtlasAttributeDef>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Purview.DataMap.AtlasAttributeDef>
@@ -1658,7 +1658,7 @@ internal SearchResultValue() { }
16581658
public System.Collections.Generic.IReadOnlyList<Azure.Analytics.Purview.DataMap.ContactSearchResultValue> Contact { get { throw null; } }
16591659
public long? CreateTime { get { throw null; } }
16601660
public string Description { get { throw null; } }
1661-
public string Endorsement { get { throw null; } }
1661+
public System.Collections.Generic.IReadOnlyList<string> Endorsement { get { throw null; } }
16621662
public string EntityType { get { throw null; } }
16631663
public string Glossary { get { throw null; } }
16641664
public string GlossaryType { get { throw null; } }
@@ -1762,7 +1762,7 @@ internal SuggestResultValue() { }
17621762
public System.Collections.Generic.IReadOnlyList<Azure.Analytics.Purview.DataMap.ContactSearchResultValue> Contact { get { throw null; } }
17631763
public long? CreateTime { get { throw null; } }
17641764
public string Description { get { throw null; } }
1765-
public string Endorsement { get { throw null; } }
1765+
public System.Collections.Generic.IReadOnlyList<string> Endorsement { get { throw null; } }
17661766
public string EntityType { get { throw null; } }
17671767
public string Glossary { get { throw null; } }
17681768
public string GlossaryType { get { throw null; } }

sdk/purview/Azure.Analytics.Purview.DataMap/api/Azure.Analytics.Purview.DataMap.netstandard2.0.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ public static partial class AnalyticsPurviewDataMapModelFactory
2121
public static Azure.Analytics.Purview.DataMap.SearchFacetItemValue SearchFacetItemValue(int? count = default(int?), string value = null) { throw null; }
2222
public static Azure.Analytics.Purview.DataMap.SearchFacetResultValue SearchFacetResultValue(System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.SearchFacetItemValue> entityType = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.SearchFacetItemValue> assetType = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.SearchFacetItemValue> classification = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.SearchFacetItemValue> term = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.SearchFacetItemValue> contactId = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.SearchFacetItemValue> contactType = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.SearchFacetItemValue> label = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.SearchFacetItemValue> glossaryType = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.SearchFacetItemValue> termStatus = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.SearchFacetItemValue> termTemplate = null) { throw null; }
2323
public static Azure.Analytics.Purview.DataMap.SearchHighlights SearchHighlights(System.Collections.Generic.IEnumerable<string> id = null, System.Collections.Generic.IEnumerable<string> qualifiedName = null, System.Collections.Generic.IEnumerable<string> name = null, System.Collections.Generic.IEnumerable<string> description = null, System.Collections.Generic.IEnumerable<string> entityType = null) { throw null; }
24-
public static Azure.Analytics.Purview.DataMap.SearchResultValue SearchResultValue(float? searchScore = default(float?), Azure.Analytics.Purview.DataMap.SearchHighlights searchHighlights = null, string objectType = null, long? createTime = default(long?), long? updateTime = default(long?), string id = null, string name = null, string qualifiedName = null, string entityType = null, string description = null, string endorsement = null, string owner = null, System.Collections.Generic.IEnumerable<string> classification = null, System.Collections.Generic.IEnumerable<string> label = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.TermSearchResultValue> term = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.ContactSearchResultValue> contact = null, System.Collections.Generic.IEnumerable<string> assetType = null, string glossaryType = null, string glossary = null, string termStatus = null, System.Collections.Generic.IEnumerable<string> termTemplate = null, string longDescription = null) { throw null; }
24+
public static Azure.Analytics.Purview.DataMap.SearchResultValue SearchResultValue(float? searchScore = default(float?), Azure.Analytics.Purview.DataMap.SearchHighlights searchHighlights = null, string objectType = null, long? createTime = default(long?), long? updateTime = default(long?), string id = null, string name = null, string qualifiedName = null, string entityType = null, string description = null, System.Collections.Generic.IEnumerable<string> endorsement = null, string owner = null, System.Collections.Generic.IEnumerable<string> classification = null, System.Collections.Generic.IEnumerable<string> label = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.TermSearchResultValue> term = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.ContactSearchResultValue> contact = null, System.Collections.Generic.IEnumerable<string> assetType = null, string glossaryType = null, string glossary = null, string termStatus = null, System.Collections.Generic.IEnumerable<string> termTemplate = null, string longDescription = null) { throw null; }
2525
public static Azure.Analytics.Purview.DataMap.SuggestResult SuggestResult(System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.SuggestResultValue> value = null) { throw null; }
26-
public static Azure.Analytics.Purview.DataMap.SuggestResultValue SuggestResultValue(float? searchScore = default(float?), string searchText = null, string objectType = null, long? createTime = default(long?), long? updateTime = default(long?), string id = null, string name = null, string qualifiedName = null, string entityType = null, string description = null, string endorsement = null, string owner = null, System.Collections.Generic.IEnumerable<string> classification = null, System.Collections.Generic.IEnumerable<string> label = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.TermSearchResultValue> term = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.ContactSearchResultValue> contact = null, System.Collections.Generic.IEnumerable<string> assetType = null, string glossaryType = null, string glossary = null, string termStatus = null, System.Collections.Generic.IEnumerable<string> termTemplate = null, string longDescription = null) { throw null; }
26+
public static Azure.Analytics.Purview.DataMap.SuggestResultValue SuggestResultValue(float? searchScore = default(float?), string searchText = null, string objectType = null, long? createTime = default(long?), long? updateTime = default(long?), string id = null, string name = null, string qualifiedName = null, string entityType = null, string description = null, System.Collections.Generic.IEnumerable<string> endorsement = null, string owner = null, System.Collections.Generic.IEnumerable<string> classification = null, System.Collections.Generic.IEnumerable<string> label = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.TermSearchResultValue> term = null, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.ContactSearchResultValue> contact = null, System.Collections.Generic.IEnumerable<string> assetType = null, string glossaryType = null, string glossary = null, string termStatus = null, System.Collections.Generic.IEnumerable<string> termTemplate = null, string longDescription = null) { throw null; }
2727
public static Azure.Analytics.Purview.DataMap.TermSearchResultValue TermSearchResultValue(string name = null, string glossaryName = null, string guid = null) { throw null; }
2828
}
2929
public partial class AtlasAttributeDef : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Purview.DataMap.AtlasAttributeDef>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Purview.DataMap.AtlasAttributeDef>
@@ -1658,7 +1658,7 @@ internal SearchResultValue() { }
16581658
public System.Collections.Generic.IReadOnlyList<Azure.Analytics.Purview.DataMap.ContactSearchResultValue> Contact { get { throw null; } }
16591659
public long? CreateTime { get { throw null; } }
16601660
public string Description { get { throw null; } }
1661-
public string Endorsement { get { throw null; } }
1661+
public System.Collections.Generic.IReadOnlyList<string> Endorsement { get { throw null; } }
16621662
public string EntityType { get { throw null; } }
16631663
public string Glossary { get { throw null; } }
16641664
public string GlossaryType { get { throw null; } }
@@ -1762,7 +1762,7 @@ internal SuggestResultValue() { }
17621762
public System.Collections.Generic.IReadOnlyList<Azure.Analytics.Purview.DataMap.ContactSearchResultValue> Contact { get { throw null; } }
17631763
public long? CreateTime { get { throw null; } }
17641764
public string Description { get { throw null; } }
1765-
public string Endorsement { get { throw null; } }
1765+
public System.Collections.Generic.IReadOnlyList<string> Endorsement { get { throw null; } }
17661766
public string EntityType { get { throw null; } }
17671767
public string Glossary { get { throw null; } }
17681768
public string GlossaryType { get { throw null; } }

0 commit comments

Comments
 (0)