1.0.0 (2022-09-29)
This is the first stable release of the Guest Configuration Management library.
Breaking Changes
- Renamed the model
AssignmentReport
toGuestConfigurationAssignmentReportInfo
. - Renamed the model
ConfigurationInfo
toGuestConfigurationInfo
. - Renamed the model
ConfigurationParameter
toGuestConfigurationParameter
. - Renamed the method
GetGuestConfigurationAssignments
toGetAllGuestConfigurationAssignmentData
. - Corrected the extension methods
GetGuestConfigurationHcrpAssignment
,GetGuestConfigurationHcrpAssignments
,GetGuestConfigurationVmAssignment
,GetGuestConfigurationVmAssignments
,GetGuestConfigurationVmssAssignment
andGetGuestConfigurationVmssAssignments
to make them extend fromArmClient
.