Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • E entitlements-azure
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • Security and Compliance
  • entitlements-azure
  • Merge requests
  • !10

Azure - fix error code when create a existed profile

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Johnny Guo requested to merge fix-errorcode-create-profile into master Jul 07, 2020
  • Overview 10
  • Commits 4
  • Pipelines 7
  • Changes 4

This impacts only Azure Implementation

All Submissions:


  • [YES] Have you followed our code review guidelines?
  • [YES] Have you added an explanation of what your changes do and why you'd like us to include them?
  • [YES] I have updated the documentation accordingly.
  • [NA] I have added tests to cover my changes.
  • [YES] All new and existing tests passed.
  • [YES] My code follows the code style of this project.
  • [NA] I ran lint checks locally prior to submission.

What is the current behavior?


Fix error code when creating an existed user profile, change from 400 to 409.

What is the new behavior?


  • No new behavior.

Does this introduce a breaking change?


  • [YES]

When creating an existed user profile now the error code is 409, before this change it was 400.

Any relevant logs, error output, etc?


(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)

N/A

Other information


N/A

Edited Jul 09, 2020 by ethiraj krishnamanaidu
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-errorcode-create-profile