2 Commits

Author SHA1 Message Date
meta-github
9e0d5ed6f8 Pass username and password more securely to curl. Fix a quoting bug in remove_profile. (#709) 2020-10-01 10:03:29 -04:00
jenjac
8e0d722d61 Handle ActivationLockBypassCode Request (#578)
* add ActivationLockBypassCode Request

* Update mdm.pb.go

fixed typo

* Update mdm.pb.go

add Size method

* Update unmarshal_proto.go

remove pbc

* add api script for activation_lock_bypass_code

* update Changelog

* Simplify Code

I was able to simplify the code as ActivationLockBypassCode does not have any additional fields.

* Update command.go

Remove ActivationLockBypassCode struct as ActivationLockBypassCode does not include any extra fields.
2019-03-04 15:55:51 -05:00