-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Implement SAS-based authentication #43448
base: main
Are you sure you want to change the base?
Conversation
API change check APIView has identified API level changes in this PR and created following API reviews. com.azure:azure-maps-route |
...zure-maps-geolocation/src/main/java/com/azure/maps/geolocation/GeolocationClientBuilder.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 5 out of 12 changed files in this pull request and generated no comments.
Files not reviewed (7)
- sdk/maps/azure-maps-geolocation/src/main/java/com/azure/maps/geolocation/GeolocationClientBuilder.java: Evaluated as low risk
- sdk/maps/azure-maps-render/CHANGELOG.md: Evaluated as low risk
- sdk/maps/azure-maps-render/src/main/java/com/azure/maps/render/MapsRenderClientBuilder.java: Evaluated as low risk
- sdk/maps/azure-maps-route/CHANGELOG.md: Evaluated as low risk
- sdk/maps/azure-maps-route/src/main/java/com/azure/maps/route/MapsRouteClientBuilder.java: Evaluated as low risk
- sdk/maps/azure-maps-search/CHANGELOG.md: Evaluated as low risk
- sdk/maps/azure-maps-search/src/main/java/com/azure/maps/search/MapsSearchClientBuilder.java: Evaluated as low risk
Copilot
AI
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 5 out of 20 changed files in this pull request and generated 2 comments.
Files not reviewed (15)
- sdk/maps/azure-maps-search/pom.xml: Language not supported
- sdk/maps/azure-maps-timezone/src/main/java/com/azure/maps/timezone/TimeZoneClientBuilder.java: Evaluated as low risk
- sdk/maps/azure-maps-timezone/CHANGELOG.md: Evaluated as low risk
- sdk/maps/azure-maps-weather/CHANGELOG.md: Evaluated as low risk
- sdk/maps/azure-maps-render/src/main/java/com/azure/maps/render/MapsRenderClientBuilder.java: Evaluated as low risk
- sdk/maps/azure-maps-geolocation/src/main/java/com/azure/maps/geolocation/GeolocationClientBuilder.java: Evaluated as low risk
- sdk/maps/azure-maps-search/src/main/java/com/azure/maps/search/MapsSearchClientBuilder.java: Evaluated as low risk
- sdk/maps/azure-maps-route/src/main/java/com/azure/maps/route/MapsRouteClientBuilder.java: Evaluated as low risk
- sdk/maps/README.md: Evaluated as low risk
- sdk/maps/azure-maps-weather/src/main/java/com/azure/maps/weather/WeatherClientBuilder.java: Evaluated as low risk
- sdk/maps/azure-maps-geolocation/CHANGELOG.md: Evaluated as low risk
- sdk/maps/azure-maps-route/CHANGELOG.md: Evaluated as low risk
- sdk/maps/azure-maps-timezone/README.md: Evaluated as low risk
- sdk/maps/azure-maps-route/README.md: Evaluated as low risk
- sdk/maps/azure-maps-render/README.md: Evaluated as low risk
Comments suppressed due to low confidence (1)
sdk/maps/azure-maps-geolocation/README.md:65
- The line contains a typo: 'TThe' should be corrected to 'The'.
TThe sample code assumes global Azure. Please change `AzureEnvironment.AZURE` variable if otherwise.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
No description provided.