API Documentation is out-of-date or misleading #1037
Labels
area/docs
Improvements or additions to documentation
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
kind/enhancement
Improvements or new features
Hello!
Issue details
It appears the documentation for https://www.pulumi.com/registry/packages/azuread/api-docs/applicationapiaccess is out-of-date. Following the examples directly leads to code that cannot compile. In the first example the following code is provided:
However,
MicrosoftGraph
property doesn't exist. TheResult
property is aImmutableDictionary<string, string>
so the access path should be:Next, if the developer tries to implement this segment of code in the first example:
It fails because both
AppRoleIds
andOauth2PermissionScopeIds
are typeImmutableDictionary<string, string>
. With the fixed code it should be:Note: I'm using the latest stable version
v5.48.0
as mentioned in the documentation.Thank you for your time.
Affected area/feature
Looking a the https://www.pulumi.com/registry/packages/azuread/api-docs/ documentation this is a wide spread issue. Multiple update will be required.
The text was updated successfully, but these errors were encountered: