Skip to content

Commit

Permalink
Updating GeneralSettingsComponent to not strip 'identity' property wh…
Browse files Browse the repository at this point in the history
…en saving config (fixes #1977)
  • Loading branch information
andimarc committed Dec 15, 2017
1 parent 5efbcc3 commit 9b2a899
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1045,11 +1045,6 @@ export class GeneralSettingsComponent implements OnChanges, OnDestroy {
siteConfigArm.properties.clientAffinityEnabled = clientAffinityEnabled;
}

// BUGBUG: Workaround. Eventually the back-end should allow us to send same identity value from GET
if (siteConfigArm.identity) {
delete siteConfigArm.identity;
}

// level: site/config/web
const webConfigArm: ArmObj<any> = JSON.parse(JSON.stringify(this._webConfigArm));
webConfigArm.properties = {};
Expand Down

0 comments on commit 9b2a899

Please sign in to comment.