You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Model Resource deleted or renamed its instance variable location
Model Resource deleted or renamed its instance variable tags
Deleted or renamed model CertificateBodyDescription
Deleted or renamed model ErrorMesssage
Method DpsCertificateOperations.create_or_update changed type of its parameter certificate_description from CertificateBodyDescription to CertificateResponse
Method DpsCertificateOperations.create_or_update replaced positional_or_keyword parameter if_match to keyword_only parameters etag/match_condition
Method DpsCertificateOperations.delete changed its parameter certificate_created/certificate_has_private_key/certificate_is_verified/certificate_last_updated/certificate_name1/certificate_nonce/certificate_purpose/certificate_raw_bytes from positional_or_keyword to keyword_only
Method DpsCertificateOperations.delete changed type of its parameter certificate_raw_bytes from bytearray to bytes
Method DpsCertificateOperations.delete replaced positional_or_keyword parameter if_match to keyword_only parameters etag/match_condition
Method DpsCertificateOperations.generate_verification_code changed its parameter certificate_created/certificate_has_private_key/certificate_is_verified/certificate_last_updated/certificate_name1/certificate_nonce/certificate_purpose/certificate_raw_bytes from positional_or_keyword to keyword_only
Method DpsCertificateOperations.generate_verification_code changed type of its parameter certificate_raw_bytes from bytearray to bytes
Method DpsCertificateOperations.generate_verification_code replaced positional_or_keyword parameter if_match to keyword_only parameters etag/match_condition
Method DpsCertificateOperations.get replaced positional_or_keyword parameter if_match to keyword_only parameters etag/match_condition
Method DpsCertificateOperations.verify_certificate changed its parameter certificate_created/certificate_has_private_key/certificate_is_verified/certificate_last_updated/certificate_name1/certificate_nonce/certificate_purpose/certificate_raw_bytes from positional_or_keyword to keyword_only
Method DpsCertificateOperations.verify_certificate changed type of its parameter certificate_raw_bytes from bytearray to bytes
Method DpsCertificateOperations.verify_certificate replaced positional_or_keyword parameter if_match to keyword_only parameters etag/match_condition
Parameter asyncinfo of IotDpsResourceOperations.get_operation_result is now optional
Method IotDpsResourceOperations.get_operation_result changed its parameter asyncinfo from positional_or_keyword to keyword_only
Method IotDpsResourceOperations.list_by_resource_group changed return type from Iterable[ProvisioningServiceDescriptionListResult] to ItemPaged[ProvisioningServiceDescription]
Method IotDpsResourceOperations.list_by_subscription changed return type from Iterable[ProvisioningServiceDescriptionListResult] to ItemPaged[ProvisioningServiceDescription]
Method IotDpsResourceOperations.list_keys changed return type from Iterable[SharedAccessSignatureAuthorizationRuleListResult] to ItemPaged[SharedAccessSignatureAuthorizationRuleAccessRightsDescription]
Method IotDpsResourceOperations.list_valid_skus changed return type from Iterable[IotDpsSkuDefinitionListResult] to ItemPaged[IotDpsSkuDefinition]
Method Operations.list changed return type from Iterable[OperationListResult] to ItemPaged[Operation]
Method IotDpsResourceOperations.check_provisioning_service_name_availability re-ordered its parameters from ['self', 'arguments', 'cls', 'kwargs'] to ['self', 'arguments', 'content_type', 'kwargs']
Other Changes
Deleted model IotDpsSkuDefinitionListResult/OperationListResult/ProvisioningServiceDescriptionListResult/SharedAccessSignatureAuthorizationRuleListResult which actually were not used by SDK users