Skip to content

Commit

Permalink
feat(androiddeviceprovisioning): update the API
Browse files Browse the repository at this point in the history
#### androiddeviceprovisioning:v1
The following keys were added:
- schemas.Company.properties.companyId.readOnly
- schemas.Company.properties.name.readOnly
- schemas.Company.properties.termsStatus.readOnly
- schemas.Configuration.properties.configurationId.readOnly
- schemas.Configuration.properties.name.readOnly
- schemas.Device.properties.claims.readOnly
- schemas.Device.properties.deviceId.readOnly
- schemas.Device.properties.name.readOnly
- schemas.DeviceClaim.properties.sectionType.readOnly
- schemas.Dpc.properties.dpcName.readOnly
- schemas.Dpc.properties.name.readOnly
- schemas.Dpc.properties.packageName.readOnly

The following keys were changed:
- resources.customers.methods.list.parameters.pageSize.description
- resources.customers.resources.configurations.methods.create.description
- resources.customers.resources.configurations.methods.create.parameters.parent.description
- resources.customers.resources.configurations.methods.delete.description
- resources.customers.resources.configurations.methods.delete.parameters.name.description
- resources.customers.resources.configurations.methods.get.parameters.name.description
- resources.customers.resources.configurations.methods.list.parameters.parent.description
- resources.customers.resources.configurations.methods.patch.parameters.name.description
- resources.customers.resources.configurations.methods.patch.parameters.updateMask.description
- resources.customers.resources.devices.methods.applyConfiguration.description
- resources.customers.resources.devices.methods.applyConfiguration.parameters.parent.description
- resources.customers.resources.devices.methods.get.parameters.name.description
- resources.customers.resources.devices.methods.list.parameters.pageSize.description
- resources.customers.resources.devices.methods.list.parameters.parent.description
- resources.customers.resources.devices.methods.removeConfiguration.parameters.parent.description
- resources.customers.resources.devices.methods.unclaim.description
- resources.customers.resources.devices.methods.unclaim.parameters.parent.description
- resources.customers.resources.dpcs.methods.list.description
- resources.customers.resources.dpcs.methods.list.parameters.parent.description
- resources.operations.methods.get.description
- resources.partners.resources.customers.methods.create.description
- resources.partners.resources.customers.methods.create.parameters.parent.description
- resources.partners.resources.customers.methods.list.description
- resources.partners.resources.customers.methods.list.parameters.pageSize.description
- resources.partners.resources.devices.methods.claim.description
- resources.partners.resources.devices.methods.claimAsync.description
- resources.partners.resources.devices.methods.findByOwner.description
- resources.partners.resources.devices.methods.get.parameters.name.description
- resources.partners.resources.devices.methods.unclaim.description
- resources.partners.resources.devices.methods.unclaimAsync.description
- resources.partners.resources.devices.methods.updateMetadataAsync.description
- resources.partners.resources.vendors.resources.customers.methods.list.parameters.parent.description
- schemas.ClaimDeviceResponse.properties.deviceName.description
- schemas.ClaimDevicesRequest.description
- schemas.Company.properties.adminEmails.description
- schemas.Company.properties.companyName.description
- schemas.Company.properties.name.description
- schemas.Company.properties.ownerEmails.description
- schemas.Company.properties.termsStatus.description
- schemas.Company.properties.termsStatus.enumDescriptions
- schemas.Configuration.description
- schemas.Configuration.properties.companyName.description
- schemas.Configuration.properties.configurationName.description
- schemas.Configuration.properties.contactEmail.description
- schemas.Configuration.properties.contactPhone.description
- schemas.Configuration.properties.customMessage.description
- schemas.Configuration.properties.dpcResourcePath.description
- schemas.Configuration.properties.isDefault.description
- schemas.Configuration.properties.name.description
- schemas.CreateCustomerRequest.properties.customer.description
- schemas.CustomerApplyConfigurationRequest.properties.configuration.description
- schemas.CustomerListCustomersResponse.properties.nextPageToken.description
- schemas.CustomerListDevicesResponse.properties.nextPageToken.description
- schemas.CustomerListDpcsResponse.properties.dpcs.description
- schemas.Device.properties.claims.description
- schemas.Device.properties.deviceIdentifier.description
- schemas.Device.properties.deviceMetadata.description
- schemas.Device.properties.name.description
- schemas.DeviceClaim.description
- schemas.DeviceClaim.properties.vacationModeExpireTime.description
- schemas.DeviceClaim.properties.vacationModeStartTime.description
- schemas.DeviceIdentifier.description
- schemas.DeviceIdentifier.properties.manufacturer.description
- schemas.DeviceIdentifier.properties.model.description
- schemas.DeviceIdentifier.properties.serialNumber.description
- schemas.DeviceMetadata.description
- schemas.DeviceReference.description
- schemas.DevicesLongRunningOperationMetadata.description
- schemas.DevicesLongRunningOperationMetadata.properties.devicesCount.description
- schemas.DevicesLongRunningOperationMetadata.properties.processingStatus.enumDescriptions
- schemas.DevicesLongRunningOperationMetadata.properties.progress.description
- schemas.DevicesLongRunningOperationResponse.description
- schemas.DevicesLongRunningOperationResponse.properties.perDeviceStatus.description
- schemas.DevicesLongRunningOperationResponse.properties.successCount.description
- schemas.Dpc.description
- schemas.Dpc.properties.dpcName.description
- schemas.Dpc.properties.name.description
- schemas.Dpc.properties.packageName.description
- schemas.Empty.description
- schemas.FindDevicesByDeviceIdentifierRequest.properties.limit.description
- schemas.FindDevicesByDeviceIdentifierResponse.properties.nextPageToken.description
- schemas.FindDevicesByOwnerRequest.properties.limit.description
- schemas.FindDevicesByOwnerResponse.properties.nextPageToken.description
- schemas.ListCustomersResponse.properties.nextPageToken.description
- schemas.ListVendorCustomersResponse.properties.nextPageToken.description
- schemas.ListVendorsResponse.properties.nextPageToken.description
- schemas.ListVendorsResponse.properties.vendors.description
- schemas.Operation.description
- schemas.Operation.properties.done.description
- schemas.Operation.properties.name.description
- schemas.OperationPerDevice.description
- schemas.PartnerUnclaim.properties.vacationModeDays.description
- schemas.PerDeviceStatusInBatch.properties.status.enumDescriptions
- schemas.Status.description
- schemas.Status.properties.details.description
- schemas.Status.properties.message.description
- schemas.UnclaimDeviceRequest.properties.vacationModeDays.description
  • Loading branch information
yoshi-automation authored and sofisl committed Aug 4, 2020
1 parent af9c91b commit 51aa72d
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 147 deletions.
Loading

0 comments on commit 51aa72d

Please sign in to comment.