{"id":13726,"date":"2017-11-15T18:14:06","date_gmt":"2017-11-16T02:14:06","guid":{"rendered":"https:\/\/blogs.msdn.microsoft.com\/powershell\/?p=13726"},"modified":"2019-03-05T16:51:56","modified_gmt":"2019-03-06T00:51:56","slug":"dsc-resource-kit-release-november-2017","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/powershell\/dsc-resource-kit-release-november-2017\/","title":{"rendered":"DSC Resource Kit Release November 2017"},"content":{"rendered":"<div class=\"markdown-body\">\n<p>We just released the DSC Resource Kit!<\/p>\n<p>This release includes updates to <strong>10 DSC resource modules<\/strong>. In these past 6 weeks, <strong>53 pull requests<\/strong> have been merged and <strong>50 issues<\/strong> have been closed, all thanks to our amazing community!<\/p>\n<p>The modules updated in this release are:<\/p>\n<ul>\n<li>SecurityPolicyDsc<\/li>\n<li>xAdcsDeployment<\/li>\n<li>xComputerManagement<\/li>\n<li>xDnsServer<\/li>\n<li>xExchange<\/li>\n<li>xNetworking<\/li>\n<li>xPSDesiredStateConfiguration<\/li>\n<li>xSQLServer<\/li>\n<li>xStorage<\/li>\n<li>xWebAdministration<\/li>\n<\/ul>\n<p>For a detailed list of the resource modules and fixes in this release, see the Included in this Release section below.<\/p>\n<p>Our last <strong>community call<\/strong> for the DSC Resource Kit was last week on Novemeber 8. A recording of our updates as well as summarizing notes will be available soon. Join us for the next call at 12PM (Pacific time) on December 20 to ask questions and give feedback about your experience with the DSC Resource Kit.\nAlso, due to the Christmas holiday, the next DSC Resource Kit release will go out on <strong>Decemeber 20<\/strong> instead of the normal 6-week cadence which would be December 27.<\/p>\n<p>We strongly encourage you to update to the newest version of all modules using the PowerShell Gallery, and don&#8217;t forget to give us your feedback in the comments below, on GitHub, or on Twitter (<a href=\"https:\/\/twitter.com\/PowerShell_Team\">@PowerShell_Team<\/a>)!<\/p>\n<p>All resources with the &#8216;x&#8217; prefix in their names are still experimental &#8211; this means that those resources are provided AS IS and are not supported through any Microsoft support program or service. If you find a problem with a resource, please <a href=\"https:\/\/github.com\/PowerShell\/DscResources\/blob\/master\/CONTRIBUTING.md#submitting-an-issue\">file an issue<\/a> on GitHub.<\/p>\n<h2>Included in this Release<\/h2>\n<p>You can see a detailed summary of all changes included in this release in the table below. For past release notes, go to the README.md or Changelog.md file on the GitHub repository page for a specific module (see the How to Find DSC Resource Modules on GitHub section below for details on finding the GitHub page for a specific module).<\/p>\n<table>\n<thead>\n<tr>\n<th>Module Name<\/th>\n<th>Version<\/th>\n<th>Release Notes<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>SecurityPolicyDsc<\/td>\n<td>2.1.0.0<\/td>\n<td>\n<ul>\n<li>Updated SecurityOption to handle multi-line logon messages<\/li>\n<li>SecurityOption: Added logic and example to handle scenario when using Interactive_logon_Message_text_for_users_attempting_to_log_on<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xAdcsDeployment<\/td>\n<td>1.3.0.0<\/td>\n<td>\n<ul>\n<li>Updated to meet HQRM guidelines &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/xAdcsDeployment\/issues\/33\">issue 33<\/a>.<\/li>\n<li>Fixed markdown rule violations in README.MD.<\/li>\n<li>Change examples to meet HQRM standards and optin to Example validation tests.<\/li>\n<li>Replaced examples in README.MD to links to Example files.<\/li>\n<li>Added the VS Code PowerShell extension formatting settings that cause PowerShell files to be formatted as per the DSC Resource kit style guidelines.<\/li>\n<li>Opted into Common Tests &#8220;Validate Module Files&#8221; and &#8220;Validate Script Files&#8221;.<\/li>\n<li>Corrected description in manifest.<\/li>\n<li>Added .github support files:\n<ul>\n<li>CONTRIBUTING.md<\/li>\n<li>ISSUE_TEMPLATE.md<\/li>\n<li>PULL_REQUEST_TEMPLATE.md<\/li>\n<\/ul>\n<\/li>\n<li>Resolved all PSScriptAnalyzer warnings and style guide warnings.<\/li>\n<li>Converted all tests to meet Pester V4 guidelines &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/xAdcsDeployment\/issues\/32\">issue 32<\/a>.<\/li>\n<li>Fixed spelling mistakes in README.MD.<\/li>\n<li>Fix to ensure exception thrown if failed to install or uninstall service &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/xAdcsDeployment\/issues\/3\">issue 3<\/a>.<\/li>\n<li>Converted AppVeyor.yml to use shared AppVeyor module in DSCResource.Tests &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/xAdcsDeployment\/issues\/29\">issue 29<\/a>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xComputerManagement<\/td>\n<td>3.1.0.0<\/td>\n<td>\n<ul>\n<li>xOfflineDomainJoin:\n<ul>\n<li>Updated to meet HQRM guidelines.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xDnsServer<\/td>\n<td>1.9.0.0<\/td>\n<td>\n<ul>\n<li>Added resource xDnsServerSetting<\/li>\n<li>MSFT_xDnsRecord: Added DnsServer property<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xExchange<\/td>\n<td>1.17.0.0<\/td>\n<td>\n<ul>\n<li>Fix issue where test for Unlimited quota fails if quota is not already set at Unlimited<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xNetworking<\/td>\n<td>5.3.0.0<\/td>\n<td>\n<ul>\n<li>MSFT_xProxySettings:\n<ul>\n<li>Created new resource configuring proxy settings.<\/li>\n<\/ul>\n<\/li>\n<li>MSFT_xDefaultGatewayAddress:\n<ul>\n<li>Correct <code>2-SetDefaultGateway.md<\/code> address family and improve example description &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/xNetworking\/issues\/275\">Issue 275<\/a>.<\/li>\n<\/ul>\n<\/li>\n<li>MSFT_xIPAddress:\n<ul>\n<li>Corrected style and formatting to meet HQRM guidelines.<\/li>\n<li>Converted exceptions to use ResourceHelper functions.<\/li>\n<li>Changed unit tests so that they can be run in any order.<\/li>\n<\/ul>\n<\/li>\n<li>MSFT_xNetAdapterBinding:\n<ul>\n<li>Corrected style and formatting to meet HQRM guidelines.<\/li>\n<li>Converted exceptions to use ResourceHelper functions.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xPSDesiredStateConfiguration<\/td>\n<td>8.0.0.0<\/td>\n<td>\n<ul>\n<li>xDSCWebService\n<ul>\n<li>BREAKING CHANGE: The Pull Server will now run in a 64 bit IIS process by default. Enable32BitAppOnWin64 needs to be set to TRUE for the Pull Server to run in a 32 bit process.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xSQLServer<\/td>\n<td>9.0.0.0<\/td>\n<td>\n<ul>\n<li>Changes to xSQLServer\n<ul>\n<li>Updated Pester syntax to v4<\/li>\n<li>Fixes broken links to issues in the CHANGELOG.md.<\/li>\n<\/ul>\n<\/li>\n<li>Changes to xSQLServerDatabase\n<ul>\n<li>Added parameter to specify collation for a database to be different from server collation (<a href=\"https:\/\/github.com\/PowerShell\/xSQLServer\/issues\/767\">issue 767<\/a>).<\/li>\n<li>Fixed unit tests for Get-TargetResource to ensure correctly testing return values (<a href=\"https:\/\/github.com\/PowerShell\/xSQLServer\/issues\/849\">issue 849<\/a>)<\/li>\n<\/ul>\n<\/li>\n<li>Changes to xSQLServerAlwaysOnAvailabilityGroup\n<ul>\n<li>Refactored the unit tests to allow them to be more user friendly and to test additional SQLServer variations.\n<ul>\n<li>Each test will utilize the Import-SQLModuleStub to ensure the correct module is loaded (<a href=\"https:\/\/github.com\/PowerShell\/xSQLServer\/issues\/784\">issue 784<\/a>).<\/li>\n<\/ul>\n<\/li>\n<li>Fixed an issue when setting the SQLServer parameter to a Fully Qualified Domain Name (FQDN) (<a href=\"https:\/\/github.com\/PowerShell\/xSQLServer\/issues\/468\">issue 468<\/a>).<\/li>\n<li>Fixed the logic so that if a parameter is not supplied to the resource, the resource will not attempt to apply the defaults on subsequent checks (<a href=\"https:\/\/github.com\/PowerShell\/xSQLServer\/issues\/517\">issue 517<\/a>).<\/li>\n<li>Made the resource cluster aware. When ProcessOnlyOnActiveNode is specified, the resource will only determine if a change is needed if the target node is the active host of the SQL Server instance (<a href=\"https:\/\/github.com\/PowerShell\/xSQLServer\/issues\/868\">issue 868<\/a>).<\/li>\n<\/ul>\n<\/li>\n<li>Changes to xSQLServerAlwaysOnAvailabilityGroupDatabaseMembership\n<ul>\n<li>Made the resource cluster aware. When ProcessOnlyOnActiveNode is specified, the resource will only determine if a change is needed if the target node is the active host of the SQL Server instance (<a href=\"https:\/\/github.com\/PowerShell\/xSQLServer\/issues\/869\">issue 869<\/a>).<\/li>\n<\/ul>\n<\/li>\n<li>Changes to xSQLServerAlwaysOnAvailabilityGroupReplica\n<ul>\n<li>Made the resource cluster aware. When ProcessOnlyOnActiveNode is specified, the resource will only determine if a change is needed if the target node is the active host of the SQL Server instance (<a href=\"https:\/\/github.com\/PowerShell\/xSQLServer\/issues\/870\">issue 870<\/a>).<\/li>\n<\/ul>\n<\/li>\n<li>Added the CommonTestHelper.psm1 to store common testing functions.\n<ul>\n<li>Added the Import-SQLModuleStub function to ensure the correct version of the module stubs are loaded (<a href=\"https:\/\/github.com\/PowerShell\/xSQLServer\/issues\/784\">issue 784<\/a>).<\/li>\n<\/ul>\n<\/li>\n<li>Changes to xSQLServerMemory\n<ul>\n<li>Made the resource cluster aware. When ProcessOnlyOnActiveNode is specified, the resource will only determine if a change is needed if the target node is the active host of the SQL Server instance (<a href=\"https:\/\/github.com\/PowerShell\/xSQLServer\/issues\/867\">issue 867<\/a>).<\/li>\n<\/ul>\n<\/li>\n<li>Changes to xSQLServerNetwork\n<ul>\n<li>BREAKING CHANGE: Renamed parameter TcpDynamicPorts to TcpDynamicPort and changed type to Boolean (<a href=\"https:\/\/github.com\/PowerShell\/xSQLServer\/issues\/534\">issue 534<\/a>).<\/li>\n<li>Resolved issue when switching from dynamic to static port. configuration (<a href=\"https:\/\/github.com\/PowerShell\/xSQLServer\/issues\/534\">issue 534<\/a>).<\/li>\n<li>Added localization (en-US) for all strings in resource and unit tests (<a href=\"https:\/\/github.com\/PowerShell\/xSQLServer\/issues\/618\">issue 618<\/a>).<\/li>\n<li>Updated examples to reflect new parameters.<\/li>\n<\/ul>\n<\/li>\n<li>Changes to xSQLServerRSConfig\n<ul>\n<li>Added examples<\/li>\n<\/ul>\n<\/li>\n<li>Added resource\n<ul>\n<li>xSQLServerDatabaseDefaultLocation (<a href=\"https:\/\/github.com\/PowerShell\/xSQLServer\/issues\/656\">issue 656<\/a>)<\/li>\n<\/ul>\n<\/li>\n<li>Changes to xSQLServerEndpointPermission\n<ul>\n<li>Fixed a problem when running the tests locally in a PowerShell console it would ask for parameters (<a href=\"https:\/\/github.com\/PowerShell\/xSQLServer\/issues\/897\">issue 897<\/a>).<\/li>\n<\/ul>\n<\/li>\n<li>Changes to xSQLServerAvailabilityGroupListener\n<ul>\n<li>Fixed a problem when running the tests locally in a PowerShell console it would ask for parameters (<a href=\"https:\/\/github.com\/PowerShell\/xSQLServer\/issues\/897\">issue 897<\/a>).<\/li>\n<\/ul>\n<\/li>\n<li>Changes to xSQLServerMaxDop\n<ul>\n<li>Made the resource cluster aware. When ProcessOnlyOnActiveNode is specified, the resource will only determine if a change is needed if the target node is the active host of the SQL Server instance (<a href=\"https:\/\/github.com\/PowerShell\/xSQLServer\/issues\/882\">issue 882<\/a>).<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xStorage<\/td>\n<td>3.3.0.0<\/td>\n<td>\n<ul>\n<li>Opted into common tests for Module and Script files &#8211; See <a href=\"https:\/\/github.com\/PowerShell\/xStorage\/issues\/115\">Issue 115<\/a>.<\/li>\n<li>xDisk:\n<ul>\n<li>Added support for Guid Disk Id type &#8211; See <a href=\"https:\/\/github.com\/PowerShell\/xStorage\/issues\/104\">Issue 104<\/a>.<\/li>\n<li>Added parameter AllowDestructive &#8211; See <a href=\"https:\/\/github.com\/PowerShell\/xStorage\/issues\/11\">Issue 11<\/a>.<\/li>\n<li>Added parameter ClearDisk &#8211; See <a href=\"https:\/\/github.com\/PowerShell\/xStorage\/issues\/50\">Issue 50<\/a>.<\/li>\n<\/ul>\n<\/li>\n<li>xDiskAccessPath:\n<ul>\n<li>Added support for Guid Disk Id type &#8211; See <a href=\"https:\/\/github.com\/PowerShell\/xStorage\/issues\/104\">Issue 104<\/a>.<\/li>\n<\/ul>\n<\/li>\n<li>xWaitForDisk:\n<ul>\n<li>Added support for Guid Disk Id type &#8211; See <a href=\"https:\/\/github.com\/PowerShell\/xStorage\/issues\/104\">Issue 104<\/a>.<\/li>\n<\/ul>\n<\/li>\n<li>Added .markdownlint.json file to configure markdown rules to validate.<\/li>\n<li>Clean up Badge area in README.MD &#8211; See <a href=\"https:\/\/github.com\/PowerShell\/xStorage\/issues\/110\">Issue 110<\/a>.<\/li>\n<li>Disabled MD013 rule checking to enable badge table.<\/li>\n<li>Added .github support files:\n<ul>\n<li>CONTRIBUTING.md<\/li>\n<li>ISSUE_TEMPLATE.md<\/li>\n<li>PULL_REQUEST_TEMPLATE.md<\/li>\n<\/ul>\n<\/li>\n<li>Changed license year to 2017 and set company name to Microsoft Corporation in LICENSE.MD and module manifest &#8211; See <a href=\"https:\/\/github.com\/PowerShell\/xStorage\/issues\/111\">Issue 111<\/a>.<\/li>\n<li>Set Visual Studio Code setting &#8220;powershell.codeFormatting.preset&#8221; to &#8220;custom&#8221; &#8211; See <a href=\"https:\/\/github.com\/PowerShell\/xStorage\/issues\/108\">Issue 108<\/a><\/li>\n<li>Added <code>Documentation and Examples<\/code> section to Readme.md file &#8211; see <a href=\"https:\/\/github.com\/PowerShell\/xStorage\/issues\/116\">issue 116<\/a>.<\/li>\n<li>Prevent unit tests from DSCResource.Tests from running during test execution &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/xStorage\/issues\/118\">Issue 118<\/a>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xWebAdministration<\/td>\n<td>1.19.0.0<\/td>\n<td>\n<ul>\n<li><strong>xWebAppPoolDefaults<\/strong> now returns values. Fixes 311.<\/li>\n<li>Added unit tests for <strong>xWebAppPoolDefaults<\/strong>. Fixes 183.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>How to Find Released DSC Resource Modules<\/h2>\n<p>To see a list of <strong>all<\/strong> released DSC Resource Kit modules, go to the <a href=\"http:\/\/www.powershellgallery.com\/\">PowerShell Gallery<\/a> and display <a href=\"http:\/\/www.powershellgallery.com\/packages?q=Tags%3A%22DSCResourceKit%22\">all modules tagged as DSCResourceKit<\/a>. You can also enter a module&#8217;s name in the search box in the upper right corner of the PowerShell Gallery to find a specific module.<\/p>\n<p>Of course, you can also always use PowerShellGet (available in <a href=\"https:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=50395\">WMF 5.0<\/a>) to find modules with DSC Resources:<\/p>\n<div class=\"highlight highlight-source-powershell\">\n<pre class=\"lang:default decode:true \"># To list all modules that are part of the DSC Resource Kit\r\nFind-Module -Tag DSCResourceKit \r\n# To list all DSC resources from all sources \r\nFind-DscResource<\/pre>\n<p>&nbsp;<\/p>\n<\/div>\n<p>To find a <strong>specific<\/strong> module, go directly to its URL on the PowerShell Gallery:\n<a href=\"http:\/\/www.powershellgallery.com\/packages\/\">http:\/\/www.powershellgallery.com\/packages\/<\/a>&lt; module name &gt;\nFor example:\n<a href=\"http:\/\/www.powershellgallery.com\/packages\/xWebAdministration\">http:\/\/www.powershellgallery.com\/packages\/xWebAdministration<\/a><\/p>\n<h2>How to Install DSC Resource Modules From the PowerShell Gallery<\/h2>\n<p>We recommend that you use PowerShellGet to install DSC resource modules:<\/p>\n<div class=\"highlight highlight-source-powershell\">\n<pre class=\"lang:default decode:true \">Install-Module -Name &lt; module name &gt;<\/pre>\n<p>&nbsp;<\/p>\n<\/div>\n<p>For example:<\/p>\n<div class=\"highlight highlight-source-powershell\">\n<pre class=\"lang:default decode:true \">Install-Module -Name xWebAdministration<\/pre>\n<p>&nbsp;<\/p>\n<\/div>\n<p>To update all previously installed modules at once, open an elevated PowerShell prompt and use this command:<\/p>\n<div class=\"highlight highlight-source-powershell\">\n<pre class=\"lang:default decode:true \">Update-Module<\/pre>\n<p>&nbsp;<\/p>\n<\/div>\n<p>After installing modules, you can discover all DSC resources available to your local system with this command:<\/p>\n<div class=\"highlight highlight-source-powershell\">\n<pre class=\"lang:default decode:true \">Get-DscResource<\/pre>\n<p>&nbsp;<\/p>\n<\/div>\n<h2>How to Find DSC Resource Modules on GitHub<\/h2>\n<p>All resource modules in the DSC Resource Kit are available open-source on GitHub.\nYou can see the most recent state of a resource module by visiting its GitHub page at:\n<a href=\"https:\/\/github.com\/PowerShell\/\">https:\/\/github.com\/PowerShell\/<\/a>&lt; module name &gt;\nFor example, for the xCertificate module, go to:\n<a href=\"https:\/\/github.com\/PowerShell\/xCertificate\">https:\/\/github.com\/PowerShell\/xCertificate<\/a>.<\/p>\n<p>All DSC modules are also listed as submodules of the <a href=\"https:\/\/github.com\/PowerShell\/DscResources\/\">DscResources repository<\/a> in the <a href=\"https:\/\/github.com\/PowerShell\/DscResources\/tree\/master\/xDscResources\">xDscResources folder<\/a>.<\/p>\n<h2>How to Contribute<\/h2>\n<p>You are more than welcome to contribute to the development of the DSC Resource Kit! There are several different ways you can help. You can create new DSC resources or modules, add test automation, improve documentation, fix existing issues, or open new ones.\nSee our <a href=\"https:\/\/github.com\/PowerShell\/DscResources\/blob\/master\/CONTRIBUTING.md\">contributing guide<\/a> for more info on how to become a DSC Resource Kit contributor.<\/p>\n<p>If you would like to help, please take a look at the list of <a href=\"https:\/\/github.com\/PowerShell\/DscResources\/issues\">open issues<\/a> for the DscResources repository.\nYou can also check issues for specific resource modules by going to:\n<a href=\"https:\/\/github.com\/PowerShell\/\">https:\/\/github.com\/PowerShell\/<\/a>&lt; module name &gt;\/issues\nFor example:\n<a href=\"https:\/\/github.com\/PowerShell\/xPSDesiredStateConfiguration\/issues\">https:\/\/github.com\/PowerShell\/xPSDesiredStateConfiguration\/issues<\/a><\/p>\n<p>Your help in developing the DSC Resource Kit is invaluable to us!<\/p>\n<h2>Questions, comments?<\/h2>\n<p>If you&#8217;re looking into using PowerShell DSC, have questions or issues with a current resource, or would like a new resource, let us know in the comments below, on Twitter (<a href=\"https:\/\/twitter.com\/PowerShell_Team\">@PowerShell_Team<\/a>), or by creating an issue on <a href=\"https:\/\/github.com\/powershell\/dscresources\/issues\">GitHub<\/a>.<\/p>\n<p>Katie Keim\nSoftware Engineer\nPowerShell DSC Team\n<a href=\"https:\/\/twitter.com\/katiedsc\">@katiedsc<\/a> (Twitter)\n<a href=\"https:\/\/github.com\/kwirkykat\">@kwirkykat<\/a> (GitHub)<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>We just released the DSC Resource Kit! This release includes updates to 10 DSC resource modules. In these past 6 weeks, 53 pull requests have been merged and 50 issues have been closed, all thanks to our amazing community! The modules updated in this release are: SecurityPolicyDsc xAdcsDeployment xComputerManagement xDnsServer xExchange xNetworking xPSDesiredStateConfiguration xSQLServer xStorage [&hellip;]<\/p>\n","protected":false},"author":618,"featured_media":13641,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-13726","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-powershell"],"acf":[],"blog_post_summary":"<p>We just released the DSC Resource Kit! This release includes updates to 10 DSC resource modules. In these past 6 weeks, 53 pull requests have been merged and 50 issues have been closed, all thanks to our amazing community! The modules updated in this release are: SecurityPolicyDsc xAdcsDeployment xComputerManagement xDnsServer xExchange xNetworking xPSDesiredStateConfiguration xSQLServer xStorage [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/posts\/13726","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/users\/618"}],"replies":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/comments?post=13726"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/posts\/13726\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/media\/13641"}],"wp:attachment":[{"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/media?parent=13726"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/categories?post=13726"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/tags?post=13726"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}