Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hub Generated] Review request for Azure.Analytics.Purview.Catalog to add version stable/2023-09-01 #25592

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
0d485b0
Adds base for updating Azure.Analytics.Purview.Catalog from version p…
summerjune0730 Aug 30, 2023
81d11dd
Updates readme
summerjune0730 Aug 30, 2023
be30cdc
Updates API version in new specs and examples
summerjune0730 Aug 30, 2023
89494c9
modified: specification/purview/data-plane/Azure.Analytics.Purview…
Aug 30, 2023
4a6001b
add entity export/file upload/file download/ get operation status API
yifan-zhou922 Aug 31, 2023
fe7ce82
add term export api
sonnyhcl Aug 31, 2023
b56401c
deleted: specification/purview/data-plane/Azure.Analytics.Purv…
Aug 31, 2023
df86320
update
yifan-zhou922 Aug 31, 2023
5885fb5
Merge branch 'summerjune0730-purview-Azure.Analytics.Purview.Catalog-…
Aug 31, 2023
fb6adc8
Merge branch 'summerjune0730-purview-Azure.Analytics.Purview.Catalog-…
Aug 31, 2023
3f273be
renamed: specification/purview/data-plane/Azure.Analytics.Purview…
Aug 31, 2023
dd560fc
update
yifan-zhou922 Aug 31, 2023
6c83324
Merge branch 'summerjune0730-purview-Azure.Analytics.Purview.Catalog-…
yifan-zhou922 Aug 31, 2023
8b2825a
modified: specification/purview/data-plane/Azure.Analytics.Purview…
Aug 31, 2023
89c2a55
Merge branch 'summerjune0730-purview-Azure.Analytics.Purview.Catalog-…
Aug 31, 2023
e2f863f
Update purviewdatamap.json
yifan-zhou922 Aug 31, 2023
fbff682
Merge remote-tracking branch 'origin/main' into summerjune0730-purvie…
Sep 26, 2023
cb0acec
deleted: specification/purview/data-plane/Azure.Analytics.Purview.…
Sep 27, 2023
c92990d
modified: custom-words.txt
Sep 27, 2023
220c620
modified: specification/purview/data-plane/Azure.Analytics.Purview.…
Sep 27, 2023
43de45c
modified: specification/purview/data-plane/Azure.Analytics.Purview.…
Sep 27, 2023
0ec3c3c
Changes to be committed:
Sep 27, 2023
c1a4a52
renamed: specification/purview/data-plane/Azure.Analytics.Purview.…
Sep 27, 2023
e67d8a7
modified: specification/purview/data-plane/Azure.Analytics.Purview.…
Sep 27, 2023
e897167
modified: specification/purview/data-plane/Azure.Analytics.Purview.…
Sep 27, 2023
e1fd5f3
renamed: specification/purview/data-plane/Azure.Analytics.Purview.…
Sep 28, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ datalake
datalakeanalytics
datalakestore
datamanagement
datamap
datamasking
datamigration
datamodel
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"parameters": {
"Endpoint": "{Endpoint}",
"autoCompleteRequest": {
"keywords": "exa",
"filter": {
"and": [
{
"entityType": "azure_blob_path",
"includeSubTypes": false
}
]
},
"limit": 10
},
"api-version": "2023-09-01"
},
"responses": {
"200": {
"body": {
"value": [
{
"text": "example",
"queryPlusText": "example"
},
{
"text": "exampleconfiguration",
"queryPlusText": "exampleconfiguration"
},
{
"text": "exampleresources",
"queryPlusText": "exampleresources"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
{
"parameters": {
"Endpoint": "{Endpoint}",
"searchRequest": {
"keywords": "exampledata",
"filter": {
"and": [
{
"objectType": "Files"
},
{
"entityType": "azure_blob_path"
}
]
},
"limit": 10,
"orderby": [
{
"name": "ASC"
},
{
"updateTime": "DESC"
}
],
"facets": [
{
"facet": "assetType",
"count": 0,
"sort": {
"count": "desc"
}
},
{
"facet": "classification",
"count": 10,
"sort": {
"count": "desc"
}
},
{
"facet": "contactId",
"count": 10,
"sort": {
"count": "desc"
}
},
{
"facet": "label",
"count": 10,
"sort": {
"count": "desc"
}
},
{
"facet": "term",
"count": 10,
"sort": {
"count": "desc"
}
}
]
},
"api-version": "2023-09-01"
},
"responses": {
"200": {
"body": {
"@search.count": 2,
"@search.count.approximate": false,
"value": [
{
"@search.score": 1.0,
"id": "bfecbcc3-1838-45fe-96d6-112de8a170f9",
"qualifiedName": "https://exampleaccount.blob.core.windows.net/examplepath/exampledata1.txt",
"name": "exampledata1.txt",
"description": null,
"owner": null,
"entityType": "azure_blob_path",
"classification": [],
"label": [],
"assetType": [
"Azure Blob Storage"
],
"term": [],
"contact": []
},
{
"@search.score": 1.0,
"id": "14d857b9-e2c1-4118-8bfa-12e53ae6ce7f",
"qualifiedName": "https://exampleaccount.blob.core.windows.net/examplepath/exampledata2.txt",
"name": "exampledata2.txt",
"description": null,
"owner": null,
"entityType": "azure_blob_path",
"classification": [],
"label": [],
"assetType": [
"Azure Blob Storage"
],
"term": [],
"contact": []
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"parameters": {
"Endpoint": "{Endpoint}",
"searchRequest": {
"keywords": null,
"limit": 10,
"filter": {
"and": [
{
"entityType": "azure_blob_path"
},
{
"attributeName": "qualifiedName",
"operator": "contains",
"attributeValue": ".csv"
}
]
}
},
"api-version": "2023-09-01"
},
"responses": {
"200": {
"body": {
"@search.count": 5,
"@search.count.approximate": false,
"value": [
{
"@search.score": 1.0,
"@search.highlights": {
"qualifiedName": [
"https://exampleaccount.blob.core.windows.net/examplepath/<em>csv</em>/exampledata.csv"
]
},
"id": "63b92968-c9ac-4af8-8cff-f61d147bbf88",
"qualifiedName": "https://exampleaccount.blob.core.windows.net/examplepath/csv/exampledata.csv",
"name": "exampledata.csv",
"description": null,
"owner": null,
"entityType": "azure_blob_path",
"classification": [],
"label": [
"Example.Label"
],
"assetType": [
"Azure Blob Storage"
],
"term": [],
"contact": []
},
{
"@search.score": 1.0,
"@search.highlights": {
"qualifiedName": [
"https://exampleaccount.blob.core.windows.net/examplepath/<em>csv</em>/AllTypes.csv"
]
},
"id": "2605db54-086d-4d6c-adb6-f0bbed6c6eab",
"qualifiedName": "https://exampleaccount.blob.core.windows.net/examplepath/csv/AllTypes.csv",
"name": "AllTypes.csv",
"description": null,
"owner": null,
"entityType": "azure_blob_path",
"classification": [],
"label": [
"Example.Label"
],
"assetType": [
"Azure Blob Storage"
],
"term": [],
"contact": []
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
{
"parameters": {
"Endpoint": "{Endpoint}",
"searchRequest": {
"keywords": null,
"limit": 10,
"filter": {
"and": [
{
"entityType": "azure_blob_path"
},
{
"attributeName": "qualifiedName",
"operator": "contains",
"attributeValue": ".csv"
},
{
"or": [
{
"attributeName": "name",
"operator": "eq",
"attributeValue": "exampledata.csv"
},
{
"attributeName": "qualifiedName",
"operator": "prefix",
"attributeValue": "https://"
}
]
}
]
}
},
"api-version": "2023-09-01"
},
"responses": {
"200": {
"body": {
"@search.count": 2,
"@search.count.approximate": false,
"value": [
{
"@search.score": 1.0,
"@search.highlights": {
"qualifiedName": [
"https://exampleaccount.blob.core.windows.net/examplepath/<em>csv</em>/exampledata.csv"
]
},
"id": "63b92968-c9ac-4af8-8cff-f61d147bbf88",
"qualifiedName": "https://exampleaccount.blob.core.windows.net/examplepath/csv/exampledata.csv",
"name": "exampledata.csv",
"description": null,
"owner": null,
"entityType": "azure_blob_path",
"classification": [],
"label": [
"Example.Label"
],
"assetType": [
"Azure Blob Storage"
],
"term": [],
"contact": []
},
{
"@search.score": 1.0,
"@search.highlights": {
"qualifiedName": [
"https://exampleaccount.blob.core.windows.net/examplepath/<em>csv</em>/AllTypes.csv"
],
"name": [
"<em>AllTypes.csv</em>"
]
},
"id": "2605db54-086d-4d6c-adb6-f0bbed6c6eab",
"qualifiedName": "https://exampleaccount.blob.core.windows.net/examplepath/csv/AllTypes.csv",
"name": "AllTypes.csv",
"description": null,
"owner": null,
"entityType": "azure_blob_path",
"classification": [],
"label": [
"Example.Label"
],
"assetType": [
"Azure Blob Storage"
],
"term": [],
"contact": []
}
]
}
}
}
}
Loading