1.1.0-beta.1 (2023-05-25)
Features Added
- Enable the model factory feature for model mocking, more information can be found here.
- Added
AutomationCertificateData.ThumbprintString
,AutomationCertificateCreateOrUpdateContent.ThumbprintString
to return the hexadecimal string representation of the SHA-1 hash of the certificate.
AutomationCertificateData.Thumbprint
,AutomationCertificateCreateOrUpdateContent.Thumbprint
have been hidden but are still available.
Bugs Fixed
- Fixed an issue that
System.UriFormatException
is thrown whenUri
type field is empty during serialization ofAutomationWebhookData
.
Other Changes
- Upgraded dependent Azure.Core to 1.32.0.
- Upgraded dependent Azure.ResourceManager to 1.6.0.