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

[Bug]: Entra is still called Azure Active Directory #2317

Open
4 tasks done
abatishchev opened this issue Mar 6, 2025 · 1 comment
Open
4 tasks done

[Bug]: Entra is still called Azure Active Directory #2317

abatishchev opened this issue Mar 6, 2025 · 1 comment
Labels
bug Something isn't working lib:azure-resource-manager Issues for @azure-tools/typespec-azure-core library triaged:core
Milestone

Comments

@abatishchev
Copy link
Contributor

Describe the bug

See https://github.com/search?q=repo%3AAzure%2Ftypespec-azure-pr%20%22Azure%20Active%20Directory%20OAuth2%20Flow%22&type=code

Per https://learn.microsoft.com/en-us/entra/fundamentals/new-name#naming-changes-and-exceptions, it needs to be renamed

Reproduction

Here's a snippet from the top of a TypeSpec generated spec file:

"securityDefinitions": {
  "azure_auth": {
    "type": "oauth2",
    "description": "Azure Active Directory OAuth2 Flow.",
    "flow": "implicit",
    "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
    "scopes": {
      "user_impersonation": "impersonate your user account"
    }
  }
}

Checklist

  • Follow our Code of Conduct
  • Check that this issue is about the Azure libraries for typespec. For bug in the typespec language or core libraries file it in the TypeSpec repo
  • Check that there isn't already an issue that request the same bug to avoid creating a duplicate.
  • The provided reproduction is a minimal reproducible example of the bug.
@abatishchev abatishchev added the bug Something isn't working label Mar 6, 2025
@timotheeguerin
Copy link
Member

also some references in the typespec.io docs to cleanup

@markcowl markcowl added this to the Backlog milestone Mar 19, 2025
@markcowl markcowl added lib:azure-resource-manager Issues for @azure-tools/typespec-azure-core library triaged:core labels Mar 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lib:azure-resource-manager Issues for @azure-tools/typespec-azure-core library triaged:core
Projects
None yet
Development

No branches or pull requests

3 participants