forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing a bug in management client that is sending atom xml elements o…
…ut of order (Azure#16488) * Fixing a bug in management client that is sending atom xml elements in enity description out of order in an update call. Because of this bug, deserializer on the service ignores these out of order elements, and persists elements with default values in the righr order resulting in these out of order elements getting duplicated in the resource xml. This fix removes duplicate elements only if they are present from the xml, and sends xml elements in the correct order in update call. * Removing the part that is added to remove duplicate elements, as I realize it is not required. * Correcting the order of IsAnonymousAccessbile and AuthorizationRules in QueueDescription.
- Loading branch information
Showing
7 changed files
with
226 additions
and
50 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.