Skip to content

Commit d00928e

Browse files
authored
Update code_report.py (Azure#19034)
1 parent e3cd14f commit d00928e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

tools/azure-sdk-tools/packaging_tools/code_report.py

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,22 @@ def filter_track2_versions(package_name, versions):
243243
'azure-mgmt-managementpartner': '1.0.0b1',
244244
'azure-mgmt-redhatopenshift': '1.0.0b1',
245245
'azure-mgmt-serialconsole': '1.0.0b1',
246-
'azure-mgmt-portal': '1.0.0b1'
246+
'azure-mgmt-portal': '1.0.0b1',
247+
'azure-mgmt-batchai': '7.0.0b1',
248+
'azure-mgmt-devspaces': '1.0.0b1',
249+
'azure-mgmt-digitaltwins': '6.0.0b1',
250+
'azure-mgmt-dns ': '8.0.0b1',
251+
'azure-mgmt-frontdoor': '1.0.0b1',
252+
'azure-mgmt-imagebuilder': '1.0.0b1',
253+
'azure-mgmt-iotcentral': '9.0.0b1',
254+
'azure-mgmt-iothubprovisioningservices': '1.0.0b1',
255+
'azure-mgmt-machinelearningcompute': '1.0.0b1',
256+
'azure-mgmt-msi': '6.0.0b1',
257+
'azure-mgmt-privatedns': '1.0.0b1',
258+
'azure-mgmt-storagecache': '1.0.0b1',
259+
'azure-mgmt-storageimportexport': '1.0.0b1',
260+
'azure-mgmt-trafficmanager': '1.0.0b1',
261+
'azure-mgmt-vmwarecloudsimple': '1.0.0b1'
247262
}
248263
upbound = track2_versions.get(package_name)
249264
if not upbound:

0 commit comments

Comments
 (0)