Validations
The Dataset service's current implementation performs a general check of the validity of the authorization token and data partition ID before the service starts the core function of each service.
However, the Dataset service doesn't perform any verification whether a dataset upload/download happened or whether the user registered a dataset after upload.
Server Url(full path vs relative path) configuration
api.server.fullUrl.enabled=trueIt will generate full server url in the OpenAPI swaggerapi.server.fullUrl.enabled=falseIt will generate only the contextPath only- default value is false (Currently only in Azure it is enabled)