-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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] 31536 Microsoft.AzureActiveDirectory/ciamDirectories location enum is empty #31539
base: main
Are you sure you want to change the base?
Conversation
Next Steps to MergeNext steps that must be taken to merge this PR:
|
Generated ApiView
|
API change check APIView has identified API level changes in this PR and created following API reviews. |
@AndresZourelli Could you take a look, please? Thanks. |
In this care are the descriptions of the location properties still acurate? Refers to: specification/cpim/resource-manager/Microsoft.AzureActiveDirectory/preview/2023-05-17-preview/externalIdentities.json:1715 in 361d3d3. [](commit_id = 361d3d3, deletion_comment = False) |
I am signing off on the PR because it is not a blocking comment. However, I have a suggestion for you that you should consider before merging the PR |
Yes this statement is still true for CIAM/External Id.
|
the change looks good to me |
Fixes #31536
See #31536 for details. Note that the location property is defined multiple times with this same description, but only here it is listed as an enum. @shenglol suggests it's safer to remove the enum anyway, since that way new values can be added over time.
Here are other examples of "location" in the Microsoft.AzureActiveDirectory RP where it's simply a string:
azure-rest-api-specs/specification/cpim/resource-manager/Microsoft.AzureActiveDirectory/preview/2019-01-01-preview/cpimTenant.json
Line 791 in 6d1ddf2
azure-rest-api-specs/specification/cpim/resource-manager/Microsoft.AzureActiveDirectory/preview/2019-01-01-preview/cpimTenant.json
Line 833 in 6d1ddf2
azure-rest-api-specs/specification/cpim/resource-manager/Microsoft.AzureActiveDirectory/stable/2021-04-01/externalIdentities.json
Line 955 in 6d1ddf2
azure-rest-api-specs/specification/cpim/resource-manager/Microsoft.AzureActiveDirectory/stable/2021-04-01/externalIdentities.json
Line 1000 in 6d1ddf2