-
Notifications
You must be signed in to change notification settings - Fork 328
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
Adds 'spe container activate' command. Closes #6086 #6435
base: main
Are you sure you want to change the base?
Conversation
Thanks @nanddeepn, we'll try to review it ASAP! |
@nanddeepn I added the |
@Adam-it, I was looking at this PR and noticed that we are using two permission scopes in the entire |
@milanholemans thanks for the feedback. Back in those days the SPE VS Code extension was still being developed but last time I checked now it has a lot more functionalities I may try to research what this extension uses under the hood to create container types. Maybe the REST API endpoints were fixed for this and are now working 🤷. This all requires some research from my side 😉 I will try to take it for a spin in January 👍 |
If we add |
ok I think I get what you mean. You want us to only use the SP scopes for the Entra app right? I am not sure as this might be a bit hacky approach.
and for SPO
|
Yeah, right now if you want to use |
well that is the recommended way. I would not hack around that |
Why is this considered 'hacking'? It's just using an SP REST API. Is creating a list item using SP REST considered 'hacking' because there is a Graph endpoint for that? |
good question, I didn't check if for all SPE operations, we will have a SP REST API endpoint for that. Nevertheless from what I remember in order to manage container types, containers, files etc it is a mix of everything 🙂 |
Adds
spe container activate
command. Closes #6086