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
#### androiddeviceprovisioning:v1
The following keys were added:
- schemas.PartnerClaim.properties.simlockProfileId.description
- schemas.PartnerClaim.properties.simlockProfileId.format
- schemas.PartnerClaim.properties.simlockProfileId.type
The following keys were changed:
- schemas.ClaimDeviceRequest.properties.simlockProfileId.description
"description": "Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile (go/simlock/profiles).",
871
+
"description": "Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile.",
872
872
"format": "int64",
873
873
"type": "string"
874
874
}
@@ -1679,6 +1679,11 @@
1679
1679
"Zero-touch enrollment section type."
1680
1680
],
1681
1681
"type": "string"
1682
+
},
1683
+
"simlockProfileId": {
1684
+
"description": "Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile.",
* Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile (go/simlock/profiles).
160
+
* Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile.
0 commit comments