Skip to content

Commit

Permalink
released track2 package (#15963)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored Jan 4, 2021
1 parent d1a132d commit fafe4a9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tools/azure-sdk-tools/packaging_tools/code_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,16 @@ def filter_track2_versions(package_name, versions):
'azure-mgmt-hybridkubernetes': '1.0.0b1',
'azure-mgmt-managementgroups': '1.0.0b1',
'azure-mgmt-resourcemover': '1.0.1b1',
'azure-mgmt-synapse': '1.0.0b1'
'azure-mgmt-synapse': '1.0.0b1',
'azure-mgmt-datamigration': '9.0.0b1',
'azure-mgmt-timeseriesinsights': '1.0.0b1',
'azure-mgmt-mixedreality': '1.0.0b1',
'azure-mgmt-kubernetesconfiguration': '1.0.0b1',
'azure-mgmt-reservations': '1.0.0b1',
'azure-mgmt-managementpartner': '1.0.0b1',
'azure-mgmt-redhatopenshift': '1.0.0b1',
'azure-mgmt-serialconsole': '1.0.0b1',
'azure-mgmt-portal': '1.0.0b1'
}
upbound = track2_versions.get(package_name)
if not upbound:
Expand Down

0 comments on commit fafe4a9

Please sign in to comment.