We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The beta version returns more info than the v1.0 version, including the important catalogId, see below screenshots.
catalogId
hamilton/msgraph/accesspackage.go
Line 20 in 74bfde9
The text was updated successfully, but these errors were encountered:
@stanleyz THanks for the feature request. Whilst we typically default to v1.0 APIs, this can be overriden when using the SDK, for example:
client = msgraph.NewAccessPackageClient(c.Connection.AuthConfig.TenantID) client.BaseClient.ApiVersion = msgraph.VersionBeta
It's unlikely we'll change the default version, since it's possible for the user to override this whenever instantiating a client. Thanks!
Sorry, something went wrong.
No branches or pull requests
The beta version returns more info than the v1.0 version, including the important
catalogId
, see below screenshots.hamilton/msgraph/accesspackage.go
Line 20 in 74bfde9
The text was updated successfully, but these errors were encountered: