Skip to content

Commit

Permalink
Changed datamap endpoint from string to url (Azure#32276)
Browse files Browse the repository at this point in the history
* changed datamap edndpoint

* regenerated file

---------

Co-authored-by: Krista Pratico <[email protected]>
  • Loading branch information
parthmiglani-microsoft and kristapratico authored Jan 23, 2025
1 parent 69ed27b commit 91fad07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ using TypeSpec.Versioning;
"{endpoint}/datamap/api",
"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.",
{
endpoint: string,
endpoint: url,
}
)
@doc("""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"name": "endpoint",
"in": "path",
"required": true,
"type": "string"
"type": "string",
"format": "uri",
"x-ms-skip-url-encoding": true
}
]
},
Expand Down

0 comments on commit 91fad07

Please sign in to comment.