diff options
author | Brian Freeman <bf1936@att.com> | 2018-08-16 14:50:16 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-08-16 14:53:12 -0500 |
commit | eca7107f0e28c0fe89fcbdf24260d62fb64bcec7 (patch) | |
tree | 6e8c7c25e9ceafd31c0dd23693e767b5135928a1 /robot/assets | |
parent | 052e8846150f39c1e9fa32edf9d2564d6bb44d40 (diff) |
Remove ManufacturingID from FG & faster exist
Issue-ID: SDC-1634
Change-Id: I8ab5ebecd1080ae6f29c3b064925b81829a810cf
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/assets')
-rw-r--r-- | robot/assets/templates/asdc/feature_group.template | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/robot/assets/templates/asdc/feature_group.template b/robot/assets/templates/asdc/feature_group.template index 8404bafc..9b54663a 100644 --- a/robot/assets/templates/asdc/feature_group.template +++ b/robot/assets/templates/asdc/feature_group.template @@ -7,6 +7,5 @@ ], "addedEntitlementPoolsIds": [ "${entitlement_pool_id}" - ], - "manufacturerReferenceNumber" : "${manufacturer_reference_number}" -}
\ No newline at end of file + ] +} |