microsoft / windows-admin-center-sdk

SDK including documentation and sample code for developing extensions for Windows Admin Center (previously Project Honolulu)
Other
118 stars 51 forks source link

Provide the completed example of the extension as per documentation #228

Open NeilHayes opened 1 year ago

NeilHayes commented 1 year ago

Trying to follow the provided SDK example guides at this stage is not complete enough to actually get anything working except perhaps a tool icon showing up under the extensions as side loaded but does nothing.

If I had the matching 'sample' project to the documentation I could check where I went wrong and this would be a huge help.

I'd love to progress the ability to write an extension, so ANYONE with a small working example from a tool, module & solution to using PowerShell and gateways etc would be most welcome.

ChristianAtDell commented 1 year ago

When I was working with WAC (roughly a year ago), I pulled their SDK repository from an old commit intentionally; the commit after the one I linked removed the "legacy" examples, but no new examples were provided in the commits that followed.

That may be worth a try to see sample code. It helped me when I was working with the SDK.