Releases: PowerShell/DSC
Releases Β· PowerShell/DSC
v3.2.0-preview.7
What's Changed
- (MAINT) Minimally Parallelize pester tests by @michaeltlombardi in #1166
 - Update GitHub release task to not create a change log by @adityapatwardhan in #1172
 - Add 
trim()function by @Gijsreyn in #1175 - Add missing delete for MCP server invoke by @Gijsreyn in #1173
 - Add 
items()function by @Gijsreyn in #1178 - Add 
tryGet()function by @SteveL-MSFT in #1183 - Enable expressions to use index accessor for object properties by @SteveL-MSFT in #1184
 - Add 
uriComponent()anduriComponentToString()functions by @Gijsreyn in #1176 - Add 
json()function by @Gijsreyn in #1190 - Re-open add 
uri()function by @Gijsreyn in #1192 - Fix allowing 
copycount to accept an expression by @SteveL-MSFT in #1179 - Encode name part of 
resourceId()function to allow name to accept any characters by @SteveL-MSFT in #1188 - Add 
outputssupport in configuration by @SteveL-MSFT in #1010 - (GH-538) Define schema extension methods by @michaeltlombardi in #1197
 - (MAINT) Remove legacy CI workflow by @michaeltlombardi in #1199
 - (MAINT) Define tasks for build and test by @michaeltlombardi in #1182
 - Allow resource and extension manifests to have 
metadataproperty by @SteveL-MSFT in #1198 - (MAINT) Separately generate and test documentation by @michaeltlombardi in #1203
 - (MAINT) Define build data per-project by @michaeltlombardi in #1185
 - (SCHEMA) Add extension secret to schema source by @Gijsreyn in #1083
 - (MAINT) Improve permission handling in RegistryHelper by @Gijsreyn in #1206
 - Enable a single '.dsc.manifests.json' file to contain many resource/extension manifests by @SteveL-MSFT in #1187
 - Fix 
Echoresource to have correct type for object by @SteveL-MSFT in #1205 - Add support for 
[SecureString]in PowerShell adapter by @Gijsreyn in #1208 - Add 
last()function by @Gijsreyn in #1211 - Add support for invoking property expressions in resource configuration by @Gijsreyn in #1212
 - Reopen add 
copy()andcopyIndex()function reference documentation by @Gijsreyn in #1147 - Update version to 3.2-preview.7 by @SteveL-MSFT in #1216
 
Full Changelog: v3.2.0-preview.6...v3.2.0-preview.7
v3.2.0-preview.6
What's Changed
- Fix typo in RFC0000 by @SteveL-MSFT in #1108
 - add aliases to --what-if by @tgauth in #1121
 - Support expression validation in resource name by @Gijsreyn in #1117
 - Add copy() and copyIndex() function reference documentation by @Gijsreyn in #1112
 - Add 
list_dsc_function()tool to MCP server by @Gijsreyn in #1126 - Update release image to Ubuntu 2204-arm by @SteveL-MSFT in #1111
 - Add support to validate expressions on copy names by @Gijsreyn in #1128
 - Explicitly install clippy by @SteveL-MSFT in #1133
 - Support multiple categories for DSC functions and fix build failures by @Copilot in #1141
 - Add 
intersection()function by @Gijsreyn in #1138 - Add 
range()function by @Gijsreyn in #1142 - Add 
substring()function by @Gijsreyn in #1145 - Fix expression grammar to work with boolean functions by @SteveL-MSFT in #1144
 - Fix ordering of category for 
concatandcontainsby @SteveL-MSFT in #1146 - (DOCS) Add synthetic export to conceptual docs by @michaeltlombardi in #1149
 - Add 
base64ToString()function by @Gijsreyn in #1148 - Fix how 
secureStringandsecureObjectis propagated by @SteveL-MSFT in #1127 - Fix so that extension discovery failure doesn't fail entire discovery by @SteveL-MSFT in #1151
 - Add new inputKind for adapters to work against single resource instead of config by @SteveL-MSFT in #1124
 - Add static memory cache for discovered resources by @SteveL-MSFT in #1132
 - Add 
toLower()andtoUpper()function by @Gijsreyn in #1156 - Feature/add delete whatif by @Gijsreyn in #1067
 - Fix crash when pipe is closed by shell by @SteveL-MSFT in #1154
 - Add 
invoke_dsc_resource()MCP tool by @SteveL-MSFT in #1162 - Deploybox release by @adityapatwardhan in #1163
 - Fix nested parameters not found by @Gijsreyn in #1159
 - Update version to 3.2-preview.6 and lockfiles by @SteveL-MSFT in #1164
 - (GH-1152, GH-1153) Define cargo workspace and reorganize projects by @michaeltlombardi in #1161
 - Fix universal package release to use service connection and cli by @adityapatwardhan in #1167
 - Fix GitHub release and add stage dependency for Universal package release by @adityapatwardhan in #1168
 
New Contributors
- @Copilot made their first contribution in #1141
 - @adityapatwardhan made their first contribution in #1163
 
Full Changelog: v3.2.0-preview.5...v3.2.0-preview.6
v3.2.0-preview.5
What's Changed
- Add array(), first(), indexOf() functions by @Gijsreyn in #1041
 - (RFC) Draft initial RFC guidance by @michaeltlombardi in #868
 - (DOCS) Sync back Microsoft.DSC metadata description by @Gijsreyn in #1068
 - Default build to crates.io by @SteveL-MSFT in #1076
 - Fix examples for array functions by @Gijsreyn in #1064
 - Update Current to current for securityContext schema by @Gijsreyn in #1073
 - Allow parameters to use secret() function by @Gijsreyn in #1079
 - Fix tests to not emit unused stderr output by @SteveL-MSFT in #1089
 - Bump tracing-subscriber from 0.3.19 to 0.3.20 in /registry by @dependabot[bot] in #1088
 - Add lastIndexOf() function by @Gijsreyn in #1087
 - Fix metadata returning semantic versioning by @Gijsreyn in #1066
 - Bump tracing-subscriber from 0.3.19 to 0.3.20 in /registry_lib by @dependabot[bot] in #1090
 - Add skip() function by @Gijsreyn in #1085
 - Enable specifying version for resource by @SteveL-MSFT in #1077
 - Winget manifest uploader by @Gijsreyn in #620
 - Add join() function by @Gijsreyn in #1086
 - Bump tracing-subscriber from 0.3.19 to 0.3.20 in /tools/test_group_resource by @dependabot[bot] in #1091
 - Sync changes for release pipeline by @SteveL-MSFT in #1063
 - pass input metadata to resource by @tgauth in #1069
 - Add sshdconfig get by @tgauth in #1004
 - Fix empty path handling for Windows PowerShell adapter by @Gijsreyn in #1097
 - Enable initial DSC MCP Server support by @SteveL-MSFT in #1092
 - Change generated export name to only use right side of typename by @SteveL-MSFT in #1100
 - Add 
Copysupport for resources by @SteveL-MSFT in #1099 - Enable user functions in configurations by @SteveL-MSFT in #1096
 - Add 
list_adapted_resourcestool to MCP server by @SteveL-MSFT in #1101 - Update crate versions by @SteveL-MSFT in #1102
 - Add metadata for inventory by @SteveL-MSFT in #1104
 - Add 
context()function and refactor osinfo by @SteveL-MSFT in #1103 - Add 
show_dsc_resource()and enablelist_dsc_resource([adapter])for MCP by @SteveL-MSFT in #1105 - Update version to 3.2-preview.5 by @SteveL-MSFT in #1106
 - Update lockfile by @SteveL-MSFT in #1107
 
Full Changelog: v3.2.0-preview.4...v3.2.0-preview.5
SHA256 Hashes of the release artifacts
- DSC-3.2.0-preview.5-aarch64-apple-darwin.tar.gz
- F49B75AEC971E0AC645C70EBB664C07EDE113F68C0CB6D0CE09489AA8311F0D5
 
 - DSC-3.2.0-preview.5-aarch64-linux.tar.gz
- 83AA464257FD016B229484017C27914BC2BE3B7C7F12EFA97D8215D2CC10DE4B
 
 - DSC-3.2.0-preview.5-aarch64-pc-windows-msvc.zip
- F78FFB2DD45370E4FE23F08FF822018931683DE7188A81F1ADDD998602AF2D81
 
 - DSC-3.2.0-preview.5-Win.msixbundle
- 728F7D1A446FAC6E24901E8B9193B21FB3D5AB687DC13B24A364498EFAA039E0
 
 - DSC-3.2.0-preview.5-x86_64-apple-darwin.tar.gz
- DCCBBFCC98322BA30EBB94247AF6A485AC1640A76FC2DDF95080B62F8AA1EF2F
 
 - DSC-3.2.0-preview.5-x86_64-linux.tar.gz
- 5DEDD45E84AEF48100D4C5C5C87110C4232DD13FFF7FEAF203A88B6C0C3255D2
 
 - DSC-3.2.0-preview.5-x86_64-pc-windows-msvc.zip
- FEC58E9396A850068B6CABAB33509CDD4BAE83960CA057757BEE7E8D0CAF1526
 
 
v3.2.0-preview.4
What's Changed
- Update 
Resourceschema to match ARM by @SteveL-MSFT in #995 - Add new comparison operators by @Gijsreyn in #990
 - Enable passing Bicep files directly to dsc by @SteveL-MSFT in #997
 - Add check if Pester itself fails by @SteveL-MSFT in #1006
 - Comparison and object funcions coalesce, create_object and null by @Gijsreyn in #999
 - Update reference example by @Gijsreyn in #986
 - Fix inconsistencies in reference doc examples by @SteveL-MSFT in #992
 - Small typo in schema article by @Gijsreyn in #1015
 - Add reference doc comparison functions by @Gijsreyn in #998
 - Add reference docs for logical functions by @Gijsreyn in #981
 - Change missing binary to 
infoinstead ofwarnby @SteveL-MSFT in #1014 - Reference doc null, createObject and coalesce by @Gijsreyn in #1011
 - Troubleshoot issues by @Gijsreyn in #926
 - Fix WinPS adapter tests by @SteveL-MSFT in #1017
 - Remove use of atty crate by @SteveL-MSFT in #1007
 - Add 
contains(),union(),length(), andempty()Array functions by @SteveL-MSFT in #1005 - Refactor functions on how they return metadata by @SteveL-MSFT in #1028
 - Add type name to duplicate resource error message by @SteveL-MSFT in #1029
 - Fix no parsing expressions again when passed to an adapted resource by @SteveL-MSFT in #1031
 - Add 
endsWith,startsWith,utcNow, anduniqueStringfunctions by @SteveL-MSFT in #1032 - Add string function by @Gijsreyn in #1040
 - Add reference documentation for DSC function list by @Gijsreyn in #982
 - Add reference documentation PSScript resource by @Gijsreyn in #945
 - Add documentation for contains(), union(), length(), and empty() by @Gijsreyn in #1039
 - Change 
utcNow()tests to use regex for validation by @SteveL-MSFT in #1037 - Add reference documentation for array functions by @Gijsreyn in #1043
 - Update OSInfo resource to return 
_nameby @SteveL-MSFT in #1038 - Add endsWith(), startsWith(), uniqueString(), and utcNow() docs by @Gijsreyn in #1045
 - DSC module example by @anwather in #903
 - Bump slab from 0.4.10 to 0.4.11 in /dsc_lib by @dependabot[bot] in #1049
 - Bump slab from 0.4.10 to 0.4.11 in /dsc by @dependabot[bot] in #1051
 - Bump slab from 0.4.10 to 0.4.11 in /tools/test_group_resource by @dependabot[bot] in #1050
 - (DOCS) Sync back minor fixes from docs publishing by @michaeltlombardi in #1019
 - Change secret extensions to emit secret without JSON wrapping by @SteveL-MSFT in #1046
 - Add support for using 
getif resource doesn't implementexportby @SteveL-MSFT in #1035 - Update to version 3.2-preview.4 and versions of crates by @SteveL-MSFT in #1054
 - Refactor extensions code by @SteveL-MSFT in #1056
 - Update the release pipeline by @SteveL-MSFT in #1059
 
New Contributors
Full Changelog: v3.2.0-preview.3...v3.2.0-preview.4
SHA256 Hashes of the release artifacts
- DSC-3.2.0-preview.4-aarch64-apple-darwin.tar.gz
- EDF7E59A95C19154F2682CEE4E0567B7AD697DB2D0CB0A374C8A79CB0335467F
 
 - DSC-3.2.0-preview.4-aarch64-linux.tar.gz
- F5CE2121F175EBA8EA21869B34A40D093445761A1D8468ADDDEEDC03EBFDC685
 
 - DSC-3.2.0-preview.4-aarch64-pc-windows-msvc.zip
- 919D1D067F8579D23FCBC250D4FA8198D8190960FADF739885EB561A98BBA96F
 
 - DSC-3.2.0-preview.4-Win.msixbundle
- F3D757E65A2812661A03FA36D42FA444DEA2288EFB7EA255ABC376EE1D468E2E
 
 - DSC-3.2.0-preview.4-x86_64-apple-darwin.tar.gz
- 7CA9F3F85603CD15E3CD5EC50709A0D81916641F3FC9623365672AA57392B307
 
 - DSC-3.2.0-preview.4-x86_64-linux.tar.gz
- 87424FD890EBC54B7921DBBC7FEC1CB1A51EFDD40F4B3ADC2E9E61C27AD65D26
 
 - DSC-3.2.0-preview.4-x86_64-pc-windows-msvc.zip
- 28C5046BE61221F147AC659F15B68BE2BBC14313934DF92A55D0FEE2147DA050
 
 
v3.2.0-preview.3
What's Changed
- Add default shell support to sshdconfig by @tgauth in #907
 - Fix trace message for function result by @SteveL-MSFT in #955
 - Suppress Windows PowerShell progress by @ThomasNieto in #964
 - Add wmiAdapter module to Windows package by @SteveL-MSFT in #969
 - sshdconfig: add tracing and update constants by @tgauth in #958
 - Add 
dsc function listsubcommand by @SteveL-MSFT in #959 - Publish symbols by @SteveL-MSFT in #971
 - Add support for 
secret()function and secret extensions by @SteveL-MSFT in #908 - Add 
conditionsupport to resources within config by @SteveL-MSFT in #978 - Enable resources to return _restartRequired metadata by @SteveL-MSFT in #975
 - Add remaining logical functions: and, bool, false, true, not, or by @SteveL-MSFT in #979
 - PSScript resource by @SteveL-MSFT in #937
 - Fix discovery of capabilities PSAdapter by @Gijsreyn in #876
 - Fix discovery of capabilities WinPSAdapter by @Gijsreyn in #877
 - Add WMI set capability by @Gijsreyn in #946
 - Update dsc version to 3.2-preview.3 and schemars to 1.0 by @SteveL-MSFT in #989
 
New Contributors
- @ThomasNieto made their first contribution in #964
 
Full Changelog: v3.2.0-preview.2...v3.2.0-preview.3
SHA256 Hashes of the release artifacts
- DSC-3.2.0-preview.3-aarch64-apple-darwin.tar.gz
- 1D1915AED527482217F52BCF9DB097FD56CD69BD0499F08848555CC2902C7130
 
 - DSC-3.2.0-preview.3-aarch64-linux.tar.gz
- 87268309034337F219C4B31CBB8ED818D8326A5D935877474F156D230CF5924B
 
 - DSC-3.2.0-preview.3-aarch64-pc-windows-msvc.zip
- C9C9AA811D1876E67DEF72FB5951C86152AB671864E76B6DBE9A0D85531C637A
 
 - DSC-3.2.0-preview.3-Win.msixbundle
- 73E6B072BDCB7F572C70C7EBE0FE8AB9C6E753DF5B09A8E31655B616FC37DA4F
 
 - DSC-3.2.0-preview.3-x86_64-apple-darwin.tar.gz
- CE44932B4179E84692A66E64D5A97B86CE019FB368F432435AD45598D0EFEB5D
 
 - DSC-3.2.0-preview.3-x86_64-linux.tar.gz
- 8DF6501E893A085A9EA0821F337B29D85102B6540C431584FB5848ACCDDD0CB9
 
 - DSC-3.2.0-preview.3-x86_64-pc-windows-msvc.zip
- 8BAD87C3F4439AEE998AAD59948F50A43EA3CA544086AE0CA7ACD63E9DB2C429
 
 
v3.1.1
What's Changed
- Backport: Fix default output to YAML when used interactively by @SteveL-MSFT in #960
 
Full Changelog: v3.1.0...v3.1.1
SHA256 Hashes of the release artifacts
- DSC-3.1.1-aarch64-apple-darwin.tar.gz
- 3794C708141563D115745DB5042A179F57912BC951293B670A18EEEE99E20AF0
 
 - DSC-3.1.1-aarch64-linux.tar.gz
- 349A8EB21C5E8DC9F65CC6E34CE0EC6B52BB4B9C55ABC6517179D0FA64FADA36
 
 - DSC-3.1.1-aarch64-pc-windows-msvc.zip
- A4A0B61411B155A19D89BE33B1A4491A85562424E9D7F09476BA8B91F6606AFD
 
 - DSC-3.1.1-x86_64-apple-darwin.tar.gz
- 7D5399A47CF8B6C1412B08FECBFC51D7E6E4793F5536EDC528DE1296DF3534F3
 
 - DSC-3.1.1-x86_64-linux.tar.gz
- AD3D35DD1AC204F067EA64396AD796425C0D6B53034C87E452ACE32CA0DDEDDE
 
 - DSC-3.1.1-x86_64-pc-windows-msvc.zip
- 677873DA773755B34E89FA57FE086E88B1DFF87D560128E48CC5E5D2318525B7
 
 
v3.2.0-preview.2
What's Changed
- Add notes for contributing by @Gijsreyn in #919
 - Add reference documentation for Microsoft.DSC.Debug/Echo by @Gijsreyn in #902
 - Add description to Echo resource by @SteveL-MSFT in #916
 - Some doc fixes by @SteveL-MSFT in #911
 - Fix ClearCache example by @Gijsreyn in #910
 - Rename sshd resource to remove Windows by @SteveL-MSFT in #932
 - Add reference documentation for DSC.PackageManagement/Apt by @Gijsreyn in #929
 - Fix msixbundle store signing by @SteveL-MSFT in #935
 - Add reference documentation for Microsoft.DSC.Transitional/RunCommandOnSet by @Gijsreyn in #927
 - Add reference documentation for DSC.PackageManagement/Brew by @Gijsreyn in #939
 - (DOCS) Update reference docs for v3.1.0 by @michaeltlombardi in #936
 - (SCHEMA) Update schemas for v3.1.0 release by @michaeltlombardi in #890
 - Add NodeJS to build script by @Gijsreyn in #938
 - Fix property discovery on class-based resources WinPS adapter by @Gijsreyn in #879
 - Fix default output to YAML when used interactively by @SteveL-MSFT in #920
 - Fix removing UTF-8 BOM from file by @SteveL-MSFT in #944
 - Enable resources to return metadata by @SteveL-MSFT in #947
 - Update version and versions of crates by @SteveL-MSFT in #954
 - Update cargo lockfiles by @SteveL-MSFT in #956
 
Full Changelog: v3.2.0-preview.1...v3.2.0-preview.2
SHA256 Hashes of the release artifacts
- DSC-3.2.0-preview.2-aarch64-apple-darwin.tar.gz
- C634B888FB63C8C2BF125BB9316E126BF023570AA32FA197B5FD85CA9EB3CFC0
 
 - DSC-3.2.0-preview.2-aarch64-linux.tar.gz
- 62F14952765E7981241E14BC7CB2F5449E9578AE9739D35DBC464E2A614ED9D6
 
 - DSC-3.2.0-preview.2-aarch64-pc-windows-msvc.zip
- D5E754164E0A149E395E21371568E3C8B78F3CD5D61F6D4AC77DD6AABDA3D751
 
 - DSC-3.2.0-preview.2-Win.msixbundle
- 691D9240C9AFF7BA907F5CDC1CF4FFC99F7D686FA791CACCE1B55973710089CA
 
 - DSC-3.2.0-preview.2-x86_64-apple-darwin.tar.gz
- C1F277186D9505E6D9CB3CC7FF34D1612AEE36FF8D788977FE5AAA724C62FFC1
 
 - DSC-3.2.0-preview.2-x86_64-linux.tar.gz
- A57009C588B3E8A4F078641F80EDA416D44DE21333F22037F9C1214413C1F46E
 
 - DSC-3.2.0-preview.2-x86_64-pc-windows-msvc.zip
- 58046130BB28AFEFD267C790B747995EB0BF341C5D512E1F074B6AA9556E3333
 
 
v3.2.0-preview.1
What's Changed
- Add support to read parameters from STDIN by @SteveL-MSFT in #863
 - Convert pending reboot to object by @Gijsreyn in #859
 - Add 
pass-throughoutput format fordsc resource getby @SteveL-MSFT in #862 - Separate registry_helper into lib by @tgauth in #865
 - Update version to 3.2-preview.1 and enable CI in release branches by @SteveL-MSFT in #871
 - Fix regression in get-all default output by @SteveL-MSFT in #874
 - Add sshdconfig project by @tgauth in #869
 - Add pending reboot reason by @Gijsreyn in #873
 - Fix Getting Started doc adaptedResources filter by @ryanspletzer in #886
 - (DOCS) Update changelog for releases by @michaeltlombardi in #888
 - Surface _kind, _securityContext, and _name from resource during export by @tgauth in #884
 - Add RebootPending and WindowsPowerShell reference documentation by @Gijsreyn in #857
 - Add remark unblock zip by @Gijsreyn in #899
 - Fix title typo in Microsoft.DSC/PowerShell by @Gijsreyn in #901
 - refactor registry lib by @tgauth in #892
 - (SCHEMA) Update recognized schema URIs by @michaeltlombardi in #891
 - Refactor WMI adapter by @Gijsreyn in #897
 - Fix auth to CFS for release build by @SteveL-MSFT in #906
 - Reference doc for WMI adapter by @Gijsreyn in #900
 
New Contributors
- @ryanspletzer made their first contribution in #886
 
Full Changelog: v3.1.0-preview.7...v3.2.0-preview.1
SHA256 Hashes of the release artifacts
- DSC-3.2.0-preview.1-aarch64-apple-darwin.tar.gz
- 2CE901B8E0A383F906A8C31B6B1B81BB06D17EA25D0F035ACD50DC5F5D53E3D6
 
 - DSC-3.2.0-preview.1-aarch64-linux.tar.gz
- 01D4B26D05AFA288B0F5DA5919ABB131383C7055FCE6209AEFDF77CEE732037D
 
 - DSC-3.2.0-preview.1-aarch64-pc-windows-msvc.zip
- BDCDA4A0B3C10910C1569795831DE1A3B2D9F8689636D15CC1DADD82BF58F20B
 
 - DSC-3.2.0-preview.1-Win.msixbundle
- B46570EAB1024CB653F31295BCD4D84292AB8EAD948D46B13E29049F54DF4CE6
 
 - DSC-3.2.0-preview.1-x86_64-apple-darwin.tar.gz
- 4F3FF69E55C7E2DCBE86FC51D4567E8548B1C69103366419CB97630FC5A38AE8
 
 - DSC-3.2.0-preview.1-x86_64-linux.tar.gz
- 29040BD0BED021B58018E7A64DED4BEE8D3D0CC08FAFFBE4778E0A757CC9EEA1
 
 - DSC-3.2.0-preview.1-x86_64-pc-windows-msvc.zip
- 4D23488397E196F34916E2FAD2AB45109D25875775D5254685157C34CD7CC6F0
 
 
v3.1.0
What's Changed
- Update version to 3.1.0 by @SteveL-MSFT in #881
 
Full Changelog: v3.1.0-rc.1...v3.1.0
SHA256 Hashes of the release artifacts
- DSC-3.1.0-aarch64-apple-darwin.tar.gz
- A1C5BCE4739AF27E55811A5AAFE75090CD1384B9E7B5054D63EACA37B6D3D691
 
 - DSC-3.1.0-aarch64-linux.tar.gz
- CD00859739C5B5B9BD3625909014CB23AD13D7536F864C6F3FD9CF6022C6D533
 
 - DSC-3.1.0-aarch64-pc-windows-msvc.zip
- C7BBC59D5B9BAA2AEF72D58565FD2651091CDA364A6E15012072819850059D97
 
 - DSC-3.1.0-x86_64-apple-darwin.tar.gz
- 1A1772FDE7FEE00B12C4879164CDC1DF02001DB0A8D6D01A1454E888E5BD3A89
 
 - DSC-3.1.0-x86_64-linux.tar.gz
- 7B2FC0D8E50E35DCD8CB45D63E7D461F4A3023BECAF493B0D235CCE6DD3004DD
 
 - DSC-3.1.0-x86_64-pc-windows-msvc.zip
- 78BB454040C1838A2AD62CFC3827C1CBC3D4EDA0F60F5EF65C85B8C3472A0963
 
 
v3.1.0-rc.1
What's Changed
- Add support to read parameters from STDIN by @SteveL-MSFT in #863
 - Convert pending reboot to object by @Gijsreyn in #859
 - Add 
pass-throughoutput format fordsc resource getby @SteveL-MSFT in #862 - Update version to 3.1-rc.1 by @SteveL-MSFT in #870
 - Backport 3.1: Fix regression in get-all default output by @SteveL-MSFT in #875
 
Full Changelog: v3.1.0-preview.7...v3.1.0-rc.1
SHA256 Hashes of the release artifacts
- DSC-3.1.0-rc.1-aarch64-apple-darwin.tar.gz
- 5F778D93811C0131D873D8D8CA1DE222DC2BD0AD6DD081F7964602EB2A9C4ECF
 
 - DSC-3.1.0-rc.1-aarch64-linux.tar.gz
- D83F31580417A63DEE4D4DC89BFBDF8CCD9A0D7B830EE31BB3ECE45617E47A29
 
 - DSC-3.1.0-rc.1-aarch64-pc-windows-msvc.zip
- A450755FE94FCC9816C27F62CA7DD61DF67B1D848D9FDC04C32678168CF2912B
 
 - DSC-3.1.0-rc.1-x86_64-apple-darwin.tar.gz
- 5269979D43B3870268CFCA14E7CB82401CAADB6F686DF357248901F57686271A
 
 - DSC-3.1.0-rc.1-x86_64-linux.tar.gz
- 08751A51C866DF0A1421ACA9447EABD4BF2E6A143C41D8A1A59EBD862CC87BA9
 
 - DSC-3.1.0-rc.1-x86_64-pc-windows-msvc.zip
- 4599643894232E29AC8573D717FAC20B0590A5F76D6287FFAF9579EEB8EB1E21