mirror of
https://github.com/SystemRage/py-kms.git
synced 2024-11-25 17:55:37 +01:00
Add Server 2019 SKUs to py2
This commit is contained in:
parent
003613ccf9
commit
8a02cd8300
@ -88,6 +88,13 @@ class kmsBase:
|
|||||||
}
|
}
|
||||||
|
|
||||||
skuIds = {
|
skuIds = {
|
||||||
|
#########################
|
||||||
|
## Windows Server 2019 ##
|
||||||
|
#########################
|
||||||
|
uuid.UUID("34e1ae55-27f8-4950-8877-7a03be5fb181") : "Windows Server 2019 Datacenter",
|
||||||
|
uuid.UUID("de32eafd-aaee-4662-9444-c1befb41bde2") : "Windows Server 2019 Standard",
|
||||||
|
uuid.UUID("034d3cbb-5d4b-4245-b3f8-f84571314078") : "Windows Server 2019 Essentials",
|
||||||
|
uuid.UUID("a99cc1f0-7719-4306-9645-294102fbff95") : "Windows Server 2019 Azure Core",
|
||||||
#########################
|
#########################
|
||||||
## Windows Server 2016 ##
|
## Windows Server 2016 ##
|
||||||
#########################
|
#########################
|
||||||
|
Loading…
Reference in New Issue
Block a user