{"id":14125,"date":"2018-05-02T16:50:31","date_gmt":"2018-05-03T00:50:31","guid":{"rendered":"https:\/\/blogs.msdn.microsoft.com\/powershell\/?p=14125"},"modified":"2019-02-18T12:37:48","modified_gmt":"2019-02-18T19:37:48","slug":"dsc-resource-kit-release-may-2018","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/powershell\/dsc-resource-kit-release-may-2018\/","title":{"rendered":"DSC Resource Kit Release May 2018"},"content":{"rendered":"<div class=\"markdown-body\">\n<p>We just released the DSC Resource Kit!<\/p>\n<p>This release includes updates to <strong>12 DSC resource modules<\/strong>. In these past 6 weeks, <strong>52 pull requests<\/strong> have been merged and <strong>63 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>ActiveDirectoryCSDsc (previously xAdcsDeployment)<\/li>\n<li>CertificateDsc (previously xCertificate)<\/li>\n<li>ComputerManagementDsc (previously xComputerManagement)<\/li>\n<li>DFSDsc (previously xDFS)<\/li>\n<li>SqlServerDsc<\/li>\n<li>xDnsServer<\/li>\n<li>xDscResourceDesigner<\/li>\n<li>xExchange<\/li>\n<li>xNetworking<\/li>\n<li>xPendingReboot<\/li>\n<li>xSMBShare<\/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 on April 25. A recording of our updates will be available on YouTube soon. Join us for the next call at 12PM (Pacific time) on June 6 to ask questions and give feedback about your experience with the DSC Resource Kit.<\/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\" rel=\"nofollow\">@PowerShell_Team<\/a>)!<\/p>\n<p>Please see our documentation <a href=\"https:\/\/github.com\/PowerShell\/DscResources\/blob\/master\/Supportability.md\">here<\/a> for information on the support of these resource modules.<\/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>ActiveDirectoryCSDsc\n(previously xAdcsDeployment)<\/td>\n<td>2.0.0.0<\/td>\n<td>\n<ul>\n<li>BREAKING CHANGE: Renamed module to ActiveDirectoryCSDsc &#8211; see <a href=\"https:\/\/github.com\/PowerShell\/xAdcsDeployment\/issues\/38\">issue 38<\/a><\/li>\n<li>Enabled PSSA rule violations to fail build &#8211; Fixes <a href=\"https:\/\/github.com\/PowerShell\/ActiveDirectoryCSDsc\/issues\/44\">Issue 44<\/a>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>CertificateDsc\n(previously xCertificate)<\/td>\n<td>4.0.0.0<\/td>\n<td>\n<ul>\n<li>BREAKING CHANGE\n<ul>\n<li>Renamed xCertificate to CertificateDsc &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/xCertificate\/issues\/114\">Issue 114<\/a>.<\/li>\n<li>Changed all MSFT_xResourceName to MSFT_ResourceName.<\/li>\n<li>Updated DSCResources, Examples, Modules and Tests for new naming.<\/li>\n<li>Updated Year to 2018 in License and Manifest.<\/li>\n<li>Updated README.md from xCertificate to CertifcateDsc<\/li>\n<li>Removed unnecessary code from:\n<ul>\n<li>CertificateDsc\\Modules\\CertificateDsc\\DSCResources\\MSFT_CertReq\\MSFT_CertReq.psm1\n<ul>\n<li>Deleted $rspPath = [System.IO.Path]::ChangeExtension($workingPath, &#8220;.rsp&#8221;)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>ComputerManagementDsc\n(previously xComputerManagement)<\/td>\n<td>5.0.0.0<\/td>\n<td>\n<ul>\n<li>BREAKING CHANGE:\n<ul>\n<li>Renamed ComputerManagement to ComputerManagementDsc &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/ComputerManagementDsc\/issues\/119\">Issue 119<\/a>.<\/li>\n<li>Changed all MSFT_xResourceName to MSFT_ResourceName.<\/li>\n<li>Updated DSCResources, Examples, Modules and Tests with new naming.<\/li>\n<li>Updated Year to 2018 in License and Manifest.<\/li>\n<li>Updated README.md from xComputerManagement to ComputerManagementDsc.<\/li>\n<\/ul>\n<\/li>\n<li>OfflineDomainJoin:\n<ul>\n<li>Cleaned up spacing in strings file to make consistent with other resources.<\/li>\n<\/ul>\n<\/li>\n<li>VirtualMemory:\n<ul>\n<li>Converted strings to single quotes in integration test.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>DFSDsc\n(previously xDFS)<\/td>\n<td>4.0.0.0<\/td>\n<td>\n<ul>\n<li>BREAKING CHANGE\n<ul>\n<li>Renamed xDFS to DFSDsc &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/xDFS\/issues\/55\">Issue 55<\/a>.<\/li>\n<li>Changed all MSFT_xResourceName to MSFT_DFSResourceName.<\/li>\n<li>Updated DSCResources, Examples, Modules and Tests for new naming.<\/li>\n<li>Updated Year to 2018 in License and Manifest.<\/li>\n<li>Changed all Modules\\DFSDsc\\Examples\\Resources to DFSResourceName.<\/li>\n<\/ul>\n<\/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>Improve layout of badge area in README.MD.<\/li>\n<li>Disabled MD013 rule checking to enable badge table.<\/li>\n<li>Updated Year to 2017 in License and 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>Opted into Common Tests &#8220;Validate Module Files&#8221; and &#8220;Validate Script Files&#8221;.<\/li>\n<li>Converted files with UTF8 with BOM over to UTF8 &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/xDFS\/issues\/47\">Issue 47<\/a>.<\/li>\n<li>Added <code>Documentation and Examples<\/code> section to Readme.md file &#8211; see <a href=\"https:\/\/github.com\/PowerShell\/xDFS\/issues\/49\">issue 49<\/a>.<\/li>\n<li>Prevent unit tests from DSCResource.Tests from running during test execution &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/xDFS\/issues\/51\">Issue 51<\/a>.<\/li>\n<li>Updated tests to meet Pester V4 guidelines &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/xDFS\/issues\/53\">Issue 53<\/a>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>SqlServerDsc<\/td>\n<td>11.2.0.0<\/td>\n<td>\n<ul>\n<li>Changes to SqlServerDsc\n<ul>\n<li>Added new test helper functions in the CommonTestHelpers module. These are used by the integration tests.\n<ul>\n<li><strong>New-IntegrationLoopbackAdapter:<\/strong> Installs the PowerShell module &#8220;LoopbackAdapter&#8221; from PowerShell Gallery and creates a new network loopback adapter.<\/li>\n<li><strong>Remove-IntegrationLoopbackAdapter:<\/strong> Removes a new network loopback adapter.<\/li>\n<li><strong>Get-NetIPAddressNetwork:<\/strong> Returns the IP network address from an IPv4 address and prefix length.<\/li>\n<\/ul>\n<\/li>\n<li>Enabled PSSA rule violations to fail build in the CI environment.<\/li>\n<li>Renamed SqlServerDsc.psd1 to be consistent (<a href=\"https:\/\/github.com\/PowerShell\/SqlServerDsc\/issues\/1116\">issue 1116<\/a>). <a href=\"https:\/\/github.com\/glennsarti\">Glenn Sarti (@glennsarti)<\/a><\/li>\n<\/ul>\n<\/li>\n<li>Changes to Unit Tests\n<ul>\n<li>Updated the following resources unit test template to version 1.2.1\n<ul>\n<li>SqlWaitForAG (<a href=\"https:\/\/github.com\/PowerShell\/SqlServerDsc\/issues\/1088\">issue 1088<\/a>). <a href=\"https:\/\/github.com\/TraGicCode\">Michael Fyffe (@TraGicCode)<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li>Changes to SqlAlwaysOnService\n<ul>\n<li>Updated the integration tests to use a loopback adapter to be less intrusive in the build worker environment.<\/li>\n<li>Minor code cleanup in integration test, fixed the scope on variable.<\/li>\n<\/ul>\n<\/li>\n<li>Changes to SqlSetup\n<ul>\n<li>Updated the integration tests to stop some services after each integration test. This is to save memory on the AppVeyor build worker.<\/li>\n<li>Updated the integration tests to use a SQL Server 2016 Service Pack 1.<\/li>\n<li>Fixed Script Analyzer rule error.<\/li>\n<\/ul>\n<\/li>\n<li>Changes to SqlRS\n<ul>\n<li>Updated the integration tests to stop the Reporting Services service after the integration test. This is to save memory on the AppVeyor build worker.<\/li>\n<li>The helper function <code>Restart-ReportingServicesService<\/code> should no longer timeout when restarting the service (<a href=\"https:\/\/github.com\/PowerShell\/SqlServerDsc\/issues\/1114\">issue 1114<\/a>).<\/li>\n<\/ul>\n<\/li>\n<li>Changes to SqlServiceAccount\n<ul>\n<li>Updated the integration tests to stop some services after each integration test. This is to save memory on the AppVeyor build worker.<\/li>\n<\/ul>\n<\/li>\n<li>Changes to SqlServerDatabaseMail\n<ul>\n<li>Fixed Script Analyzer rule error.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xDnsServer<\/td>\n<td>1.10.0.0<\/td>\n<td>\n<ul>\n<li>Changes to xDnsServerADZone\n<ul>\n<li>Fixed bug introduced by <a href=\"https:\/\/github.com\/PowerShell\/xDnsServer\/pull\/49\">49<\/a>. Previously, CimSessions were always used regardless of connecting to a remote machine or the local machine. Now CimSessions are only utilized when a computername or computername and credential are used. (<a href=\"https:\/\/github.com\/PowerShell\/xDnsServer\/issues\/53\">issue 53<\/a>). <a href=\"https:\/\/github.com\/TraGicCode\">Michael Fyffe (@TraGicCode)<\/a><\/li>\n<\/ul>\n<\/li>\n<li>Fixed all PSSA rule warnings. <a href=\"https:\/\/github.com\/TraGicCode\">Michael Fyffe (@TraGicCode)<\/a><\/li>\n<li>Fix DsAvailable key missing (<a href=\"https:\/\/github.com\/PowerShell\/xDnsServer\/issues\/66\">66<\/a>). <a href=\"https:\/\/github.com\/claudiospizzi\">Claudio Spizzi (@claudiospizzi)<\/a><\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xDscResourceDesigner<\/td>\n<td>1.10.0.0<\/td>\n<td>\n<ul>\n<li>Converted appveyor.yml to install Pester from PSGallery instead of from Chocolatey.<\/li>\n<li>Helper function Test-xDscSchemaEncoding now supports PowerShell Core (issue 64).<\/li>\n<li>Changed README.md encoding to UTF8.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xExchange<\/td>\n<td>1.20.0.0<\/td>\n<td>\n<ul>\n<li>Fix issue where test of type Microsoft.Exchange.Data.Unlimited fails<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xNetworking<\/td>\n<td>5.7.0.0<\/td>\n<td>\n<ul>\n<li>Enabled PSSA rule violations to fail build &#8211; Fixes <a href=\"https:\/\/github.com\/PowerShell\/xNetworking\/issues\/320\">Issue 320<\/a>.<\/li>\n<li>MSFT_xNetAdapterAdvancedProperty:\n<ul>\n<li>Enabled setting the same property on multiple network adapters &#8211; Fixes <a href=\"https:\/\/github.com\/PowerShell\/xNetworking\/issues\/324\">issue 324<\/a>.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xPendingReboot<\/td>\n<td>0.4.0.0<\/td>\n<td>\n<ul>\n<li>Converted appveyor.yml to install Pester from PSGallery instead of from Chocolatey.<\/li>\n<li>Fixes registry not being evaluated correctly.<\/li>\n<li>Fixes failing tests introduced in changes to Pester 4.<\/li>\n<li>Change layout of parameters to compile with style guide.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xSMBShare<\/td>\n<td>2.1.0.0<\/td>\n<td>\n<ul>\n<li>Corrected typo on ShareState and ShareType descriptions (Specfies -&gt; Specifies)<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xWebAdministration<\/td>\n<td>1.20.0.0<\/td>\n<td>\n<ul>\n<li>Fix Get-DscConfiguration failure with xWebApplication and xWebSite resources (issue 302 and issue 314).<\/li>\n<li>Add Codecov support.<\/li>\n<li>Added .vscode\\settings.json so that code can be easily formatted in VSCode closer according to the style guideline.<\/li>\n<li>Updated README.md with a branches section, and added Codecov badges.<\/li>\n<li>Fix unit test for helper function <code>Find-Certificate<\/code> that could not find the test helper function <code>Install-NewSelfSignedCertificateExScript<\/code>.<\/li>\n<li>Fix unit tests for xWebSite that failed because <code>Get-Command<\/code> and &#8220;Stop-WebStie` wasn&#8221;t properly mocked.<\/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\/\" rel=\"nofollow\">PowerShell Gallery<\/a> and display <a href=\"http:\/\/www.powershellgallery.com\/packages?q=Tags%3A%22DSCResourceKit%22\" rel=\"nofollow\">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\" rel=\"nofollow\">WMF 5.0<\/a>) to find modules with DSC Resources:<\/p>\n<div class=\"highlight highlight-source-powershell\">\n<pre><span class=\"pl-c\"># To list all modules that tagged as DSCResourceKit<\/span>\n<span class=\"pl-c1\">Find-Module<\/span> <span class=\"pl-k\">-<\/span>Tag DSCResourceKit \n<span class=\"pl-c\"># To list all DSC resources from all sources <\/span>\n<span class=\"pl-c1\">Find-DscResource<\/span><\/pre>\n<\/div>\n<p>Please note only those modules released by the PowerShell Team are currently considered part of the &#8216;DSC Resource Kit&#8217; regardless of the presence of the &#8216;DSC Resource Kit&#8217; tag in the PowerShell Gallery.<\/p>\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\/\" rel=\"nofollow\">http:\/\/www.powershellgallery.com\/packages\/<\/a>&lt; module name &gt;\nFor example:\n<a href=\"http:\/\/www.powershellgallery.com\/packages\/xWebAdministration\" rel=\"nofollow\">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><span class=\"pl-c1\">Install-Module<\/span> <span class=\"pl-k\">-<\/span>Name <span class=\"pl-k\">&lt;<\/span> module name <span class=\"pl-k\">&gt;<\/span><\/pre>\n<\/div>\n<p>For example:<\/p>\n<div class=\"highlight highlight-source-powershell\">\n<pre><span class=\"pl-c1\">Install-Module<\/span> <span class=\"pl-k\">-<\/span>Name xWebAdministration<\/pre>\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><span class=\"pl-c1\">Update-Module<\/span><\/pre>\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><span class=\"pl-c1\">Get-DscResource<\/span><\/pre>\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\" rel=\"nofollow\">@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\" rel=\"nofollow\">@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 12 DSC resource modules. In these past 6 weeks, 52 pull requests have been merged and 63 issues have been closed, all thanks to our amazing community! The modules updated in this release are: ActiveDirectoryCSDsc (previously xAdcsDeployment) CertificateDsc (previously xCertificate) ComputerManagementDsc (previously xComputerManagement) [&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":[150,152,155,290],"class_list":["post-14125","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-powershell","tag-dsc","tag-dsc-resource-kit","tag-dsc-resources","tag-resources"],"acf":[],"blog_post_summary":"<p>We just released the DSC Resource Kit! This release includes updates to 12 DSC resource modules. In these past 6 weeks, 52 pull requests have been merged and 63 issues have been closed, all thanks to our amazing community! The modules updated in this release are: ActiveDirectoryCSDsc (previously xAdcsDeployment) CertificateDsc (previously xCertificate) ComputerManagementDsc (previously xComputerManagement) [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/posts\/14125","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=14125"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/posts\/14125\/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=14125"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/categories?post=14125"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/tags?post=14125"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}