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

xWebAdministration_mhendric #1

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions DSCResources/MSFT_xIisModule/MSFT_xIisModule.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -415,3 +415,4 @@ Export-ModuleMember -Function *-TargetResource




1 change: 1 addition & 0 deletions DSCResources/MSFT_xIisModule/MSFT_xIisModule.schema.mof
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ class MSFT_xIisModule : OMI_BaseResource




1 change: 1 addition & 0 deletions DSCResources/MSFT_xIisModule/xIisModuleDesigner.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ else
}



1 change: 1 addition & 0 deletions DSCResources/MSFT_xWebAppPool/MSFT_xWebAppPool.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,4 @@ function ExecuteRequiredState([string] $Name, [string] $State)

Export-ModuleMember -Function *-TargetResource


1 change: 1 addition & 0 deletions DSCResources/MSFT_xWebAppPool/MSFT_xWebAppPool.schema.mof
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ class MSFT_xWebAppPool : OMI_BaseResource




Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,4 @@ Export-ModuleMember -Function *-TargetResource




Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ class MSFT_xWebApplication : OMI_BaseResource




Original file line number Diff line number Diff line change
Expand Up @@ -265,3 +265,4 @@ Export-ModuleMember -Function *-TargetResource




Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class MSFT_xWebConfigKeyValue : OMI_BaseResource
[Key, Description("Path to website location(IIS or WebAdministration format)")] String WebsitePath;
[Key, Description("Config Section to be update"), ValueMap{"AppSettings"}, Values{"AppSettings"}] String ConfigSection;
[Write, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
[Required, Description("Key for AppSettings")] String Key;
[Key, Description("Key for AppSettings")] String Key;
[Write, Description("Value for AppSettings")] String Value;
[Write, Description("If the given key value pair is for attribute, default is element")] Boolean IsAttribute;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,4 @@ Export-ModuleMember -Function *-TargetResource




Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ class MSFT_xWebVirtualDirectory : OMI_BaseResource




1 change: 1 addition & 0 deletions DSCResources/MSFT_xWebsite/MSFT_xWebsite.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -853,3 +853,4 @@ function UpdateDefaultPages
}

#endregion

1 change: 1 addition & 0 deletions DSCResources/MSFT_xWebsite/MSFT_xWebsite.schema.mof
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ class MSFT_xWebsite : OMI_BaseResource
[write, Description("The default pages for the website")] String DefaultPage[];
};


1 change: 1 addition & 0 deletions Examples/Sample_xWebsite_ConfigurationData.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
}
);
}

1 change: 1 addition & 0 deletions Examples/Sample_xWebsite_NewWebsite.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ configuration Sample_xWebsite_NewWebsite
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ Configuration Sample_xWebsite_FromConfigurationData
}
}
}

1 change: 1 addition & 0 deletions Examples/Sample_xWebsite_RemoveDefault.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ configuration Sample_xWebsite_StopDefault
}
}
}

4 changes: 4 additions & 0 deletions TechNetDocumentation_xWebAdministration.html
Original file line number Diff line number Diff line change
Expand Up @@ -1413,6 +1413,10 @@ <h1 class="endscriptcode" style="margin:12pt 0in 0pt"><span style="color:#2e74b5
<li>Fixed the confusion with mismatched versions and xWebDeploy resources</li>
<li>Removed BakeryWebsite.zip for legal reasons. Please read Examples\README.md for the workaround.</li>
</ul>
<p><span style="font-size:small">1.3.2.5</span></p>
<ul>
<li>Changed Key property in MSFT_xWebConfigKeyValue to be a Key, instead of Required. This allows multiple keys to be configured within the same web.config file.</li>
</ul>

<span style="font-size:small">&nbsp;</span>

Expand Down
1 change: 1 addition & 0 deletions xWebAdministration.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ CmdletsToExport = '*'
}