You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* make client name guids and rest name guid
* fix list docstring
* update example for list by guids
* link examples
* revert changes to package lock
* fix json in example
* switch to rest name for guid param in examples
Copy file name to clipboardExpand all lines: specification/purview/data-plane/Azure.Analytics.Purview.Catalog/preview/2021-05-01-preview/examples/Entity_DeleteByGuids.json
Copy file name to clipboardExpand all lines: specification/purview/data-plane/Azure.Analytics.Purview.Catalog/preview/2021-05-01-preview/examples/Entity_ListByGuids.json
Copy file name to clipboardExpand all lines: specification/purview/data-plane/Azure.Analytics.Purview.Catalog/preview/2021-05-01-preview/purviewcatalog.json
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -101,13 +101,14 @@
101
101
{
102
102
"name": "guid",
103
103
"in": "query",
104
-
"description": "An array of GUIDs of entities to create.",
104
+
"description": "An array of GUIDs of entities to list.",
105
105
"required": true,
106
106
"type": "array",
107
107
"items": {
108
108
"type": "string"
109
109
},
110
-
"collectionFormat": "multi"
110
+
"collectionFormat": "multi",
111
+
"x-ms-client-name": "guids"
111
112
},
112
113
{
113
114
"$ref": "#/parameters/minExtInfo"
@@ -184,15 +185,16 @@
184
185
},
185
186
"parameters": [
186
187
{
187
-
"name": "guids",
188
+
"name": "guid",
188
189
"in": "query",
189
190
"description": "An array of GUIDs of entities to delete.",
0 commit comments