Skip to content
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

OfficeOnlineServerHost: New resource proposal #62

Open
JonasCassier opened this issue Nov 3, 2023 · 0 comments · May be fixed by #71
Open

OfficeOnlineServerHost: New resource proposal #62

JonasCassier opened this issue Nov 3, 2023 · 0 comments · May be fixed by #71
Labels
in progress The issue is being actively worked on by someone. resource proposal The issue is proposing a new resource in the resource module.

Comments

@JonasCassier
Copy link
Contributor

Description

The resource should be used to manage the OfficeWebAppsHosts.
https://learn.microsoft.com/en-us/powershell/module/officewebapps/new-officewebappshost?view=officewebapps-ps

Proposed properties

[Key, Description("Specifies the resource is a single instance, the value must be 'Yes'"),ValueMap{"Yes"},Values{"Yes"}] String IsSingleInstance;
[Write, Description("Ensure Present or Absent"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
[Write, Description("Host domains to which Office Online Server allows file operations requests")] String AllowList[];

Special considerations or limitations

@johlju johlju added in progress The issue is being actively worked on by someone. resource proposal The issue is proposing a new resource in the resource module. labels Nov 4, 2023
@JonasCassier JonasCassier linked a pull request Nov 20, 2023 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in progress The issue is being actively worked on by someone. resource proposal The issue is proposing a new resource in the resource module.
Projects
None yet
2 participants