Skip to content

Commit ba1a47d

Browse files
authored
Merge pull request #1569 from salesforcecli/jf/W-20690643
fix: removed inaccessible fields from sandboxinfo query @W-20690643@
2 parents 286988b + 9e47b25 commit ba1a47d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/commands/org/refresh/sandbox.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ const fields = [
2525
'Id',
2626
'SandboxName', // (string)
2727
'LicenseType', // (string) DEVELOPER | DEVELOPER PRO | PARTIAL | FULL
28-
'TemplateId', // (string) reference to PartitionLevelScheme
2928
'HistoryDays', // (int)
3029
'CopyChatter', // (boolean)
3130
'AutoActivate', // (boolean)
32-
'ApexClassId', // (string) apex class ID
3331
'Description', // (string)
3432
'SourceId', // (string) SandboxInfoId as the source org used for a clone
3533
// 'ActivationUserGroupId', // Currently not supported but might be added in API v61.0

test/shared/sandboxMockUtils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@ const sandboxInfoFields = [
4444
'Id',
4545
'SandboxName',
4646
'LicenseType',
47-
'TemplateId',
4847
'HistoryDays',
4948
'CopyChatter',
5049
'AutoActivate',
51-
'ApexClassId',
5250
'Description',
5351
'SourceId',
5452
...sandboxInfoUneditableFields,

0 commit comments

Comments
 (0)