Skip to content
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

feat(designer): [CredentialMapping] Updating the schema #4965

Merged

Conversation

adboillo
Copy link
Contributor

In the context of creating a creating a connection with a credential (instead of username+password), the connector will return the list of credential types that are supported.
Today, this field is the enum string name of the credential connection type.
In order to query CDS without having to manually map the enum to its ordinal, we are adding the value in the AAPT-Connector contract.
Updating here, so that the info is passed to the UX

Design note here

AAPT-Connector PR here: [uiflow] Adding the type enum value to credential mapping

  • Please check if the PR fulfills these requirements
  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added / updated (for bug fixes / features)
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

  • What is the current behavior? (You can also link to an open issue here)

  • What is the new behavior (if this is a feature change)?

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

  • Please Include Screenshots or Videos of the intended change:

The type field is the enum string name of the credential connection type.
In order to query CDS without having to manually map the enum to its ordinal, we are adding the value here.
@adboillo adboillo changed the title [CredentialMapping] Updating the schema feat(designer): [CredentialMapping] Updating the schema Jun 11, 2024
@hartra344 hartra344 enabled auto-merge (squash) June 12, 2024 06:47
@hartra344 hartra344 merged commit ccb2693 into Azure:main Jun 12, 2024
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants