Skip to content

Commit 91fad07

Browse files
Changed datamap endpoint from string to url (Azure#32276)
* changed datamap edndpoint * regenerated file --------- Co-authored-by: Krista Pratico <[email protected]>
1 parent 69ed27b commit 91fad07

File tree

2 files changed

+4
-2
lines changed
  • specification/purview

2 files changed

+4
-2
lines changed

specification/purview/Azure.Analytics.Purview.DataMap/main.tsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ using TypeSpec.Versioning;
1313
"{endpoint}/datamap/api",
1414
"Purview Data Map Service is a fully managed cloud service whose users can discover the data sources they need and understand the data sources they find. At the same time, Data Map helps organizations get more value from their existing investments.",
1515
{
16-
endpoint: string,
16+
endpoint: url,
1717
}
1818
)
1919
@doc("""

specification/purview/data-plane/Azure.Analytics.Purview.DataMap/stable/2023-09-01/purviewdatamap.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
"name": "endpoint",
2222
"in": "path",
2323
"required": true,
24-
"type": "string"
24+
"type": "string",
25+
"format": "uri",
26+
"x-ms-skip-url-encoding": true
2527
}
2628
]
2729
},

0 commit comments

Comments
 (0)