-
Notifications
You must be signed in to change notification settings - Fork 6
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
missing support for synchronization secrets #54
Comments
Hi @dhohengassner Here is a high level overview of the process API go through to make their way in the SDK.
The first issue was that the conversion library was not adding those path items, this has been addressed through this and that PRs. Then the issue was fixed, but we didn't have a version of the conversion library we could use in the pipelines, it's now available as a preview. Now the generation pipelines need to be updated to leverage that new version, I'd already put this and that PRs together. However, those PRs are blocked on a new tool, hidi, to be released, we have engineers working on fixing that as we speak. Then the next step will be to insert a a restriction annotation in the metadata to enable that path item, since it won't be added by default (this behavior is opt-in rather than opt-out). (on the secrets property of the synchronization type). Lastly, after all those changes, we'll need to wait for another weekly generation pull request. I hope this clarifies the process. Don't hesitate if you have follow up questions. |
update: we've just released a new version that solves using request builders with raw urls and takes advantage of the new metadata generation pipeline. now, all what's missing is the annotation to augment the metadata during the conversion, I've logged an issue to track this in the metadata repo. you can update by running the follow command go get -u github.com/microsoftgraph/[email protected] |
Hi everyone, |
Update on this. |
Apologies, I forgot to update this issue. The method is now available graphClient.ServicePrincipalsById("servicePrincipal-id").Synchronization().Secrets().Put(context.Background(), requestBody, nil) Closing. |
I am trying to use the SDK to replace my curl commands. I do need to create a synchronization secret:
https://docs.microsoft.com/en-us/graph/api/synchronization-synchronization-secrets
It seems to me support for this call is missing:
I am also not sure how to create a PR here - it seems the code is generated.
All suggestions and help is appreciated!
Thanks
The text was updated successfully, but these errors were encountered: