forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 15
Fix GeoJSON Property Deserialization #2
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
Closed
alzimmermsft
wants to merge
12
commits into
azure-sdk:master
from
alzimmermsft:AzCore_GeoJSONCleanup
Closed
Fix GeoJSON Property Deserialization #2
alzimmermsft
wants to merge
12
commits into
azure-sdk:master
from
alzimmermsft:AzCore_GeoJSONCleanup
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* support manager() in ResourceGroups
* update known vm images to newest * fix compile error * add live test and fix image gen2
Co-authored-by: wantedfast <inaccuracy@gmail.com>
* Update service mapper for schemaregistry and synapse * Add Tables to the service mapper
* update client-runtime to fix java 7 error * update arm-parent version
* add aci specs * generate aci * generate storage * update pom * fix compile error * generate loganalytics * fix compile error
* change core-management dependency to release * update README and SDK_VERSION
…tional unit tests for more property permutations
azure-sdk
pushed a commit
that referenced
this pull request
Oct 26, 2020
* Documentation changes * Removing unused KeyVaultCertificate class * Add sample java code Co-authored-by: Rujun Chen <rujche@microsoft.com>
azure-sdk
pushed a commit
that referenced
this pull request
Apr 24, 2022
[Hub Generated] Review request for Microsoft.Devices to add version stable/2022-02-05 (Azure#17948) * Adds base for updating Microsoft.Devices from version stable/2021-10-15 to version 2022-02-05 * Updates readme * Updates API version in new specs and examples * definition changes * example changes * no comments * swagger modelval fix #1 * general validation fix #1 * revert readonly change (breaking change) * added locatio pvtEp example * misplaced location param * location in PvtEConn response * header addition * headers #2 * example change with location sans spec * header nesting change * header under headers * header example
azure-sdk
pushed a commit
that referenced
this pull request
Mar 22, 2023
[Hub Generated] Review request for Microsoft.Help to add version preview/2023-01-01-preview (Azure#23056) * Generate new Service for help * init commit microsoft.help-2023-01-01-preview * Updating swagger documentation #1 * Updating swagger documentation #2 * Adding suppressions for Help 2023-01-01-preview api * Adding suppressions for Help 2023-01-01-preview api #2 * removed unnecessary files * update examples
azure-sdk
pushed a commit
that referenced
this pull request
Mar 30, 2023
* health insights sdk for java * rename country to countryOrRegion * update product name to azure-health-insights * update cspell with missing words * update root pom.xml and version_client.txt * update dependency versions * update dependency versions (#2) * skip jacoco * fix spell checks * Asaflevi/feature/healthinsights sdk for java (#3) * update dependency versions * skip jacoco * fix spell checks * skip jacoco * linting * remove redundant plugins * remove test.yaml files * remove redundant package.json file * fix sampes and readmes * spell * fix linting * fix sample repository reference * remove duplicate dependency (mockito) * alignment (readme) * fix readme title * setPlaybackSyncPollerPollInterval * update serviceversion class (emitter 0.5.1) * remove impressions png
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR resolves an issue when deserializing complex additional properties in GeoJSON.