-
Notifications
You must be signed in to change notification settings - Fork 326
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
New command: m365 pp website get #6259
Comments
Thanks @appieschot for writing out these specs. I've got a few remarks before we can continue:
|
Fixed point 1, 3 and 4. Not sure what you mean with the 2nd point .. You have to specify one of the three options, not two .. Or atleast that was what I was trying to convey. |
In point 2, I'm referring to the definition of Also, when we specify the options in our description, we can leave out the |
Done |
May I work on this! |
all yours 👍 |
Hey @ktskumar, thank you for all the hard work you’ve put in, it’s really appreciated! We’ve noticed that you have several issues assigned that haven't yet been created with a PR. To ensure everyone has a chance to get involved, especially with Hacktoberfest, I’ll be unassigning you from some of these issues. We recommend focusing on 1 to 2 issues at a time. Once you’ve submitted a PR for an issue, you can easily claim another open one. This approach helps you manage the workload more effectively and ensures you can give each task the attention it needs. Thanks again for your continued contributions! |
let me work on this.. |
Hi @ktskumar, as @Jwaegebaert mentioned, we recommend that people focus on 1-2 issues at a time. Since you have 2 issues assigned to you without a PR, we recommend finishing these before claiming other issues. This will give other contributors the chance to work on this repo as well. |
Hi team! I'd love to help out with this issue. Is it okay if I take it up? |
Definitely! |
As per my understanding, this api.powerplatform.com is treated as you were an admin and there isn't a distinct between 'normal' and 'asAdmin'. Couldn't really find an answer in the documentation. @appieschot, you have more insights in this matter? |
You might be right; I have not investigated this in too much detail. If that is the case perhaps, we can best skip the And sorry for the delay! 🙇♂️ |
Usage
m365 pp website get
Description
Gets information about the specified Power Pages websites.
Options
--url [url]
url
,name
orid
.-n --name [name]
url
,name
orid
.-i, --id [id]
url
,name
orid
.-e, --environmentName <environmentName>
Examples
Retrieve Demo Power Pages website by name in the given environment.
Retrieve Power Pages website using an id in the given environment as an Administrator.
Default properties
N/a
Checkout the model for details: https://learn.microsoft.com/en-us/rest/api/power-platform/powerpages/websites/get-websites#websitedto
And checkout #6256 as that uses the same properties
Additional Info
You can have a look at the logic behind: https://learn.microsoft.com/en-us/power-platform/developer/cli/reference/pages#pac-pages-list
The text was updated successfully, but these errors were encountered: