Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hub Generated] Review request for Microsoft.WindowsESU to add version preview/2019-09-16-preview #7888

1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1650,6 +1650,7 @@ Whitelistings
Whois
Widevine
windowsazuremediaservices
windowsesu
wlmengg
workbooktemplates
Workernode
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"parameters": {
"api-version": "2019-09-16",
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b",
"resourceGroupName": "testgr1",
"multipleActivationKeyName": "server08-key-2019",
"multipleActivationKey": {
"location": "East US",
"properties": {
"osType": "WindowsServer2008",
"supportType": "SupplementalServicing",
"installedServerNumber": 100,
"agreementNumber": "1a2b45ag",
"isEligible": true
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/testgr1/providers/Microsoft.WindowsESU/multipleActivationKeys/server08-key-2019",
"name": "server08-key-2019",
"type": "Microsoft.WindowsESU/multipleActivationKeys",
"location": "East US",
"properties": {
"multipleActivationKey": "aaaaa-bbbbb-ccccc-ddddd-eeeee",
"expirationDate": "2020-11-21T21:12:26+00:00",
"osType": "WindowsServer2008",
"supportType": "SupplementalServicing",
"installedServerNumber": 100,
"agreementNumber": "1a2b45ag",
"isEligible": true,
"provisioningState": "Accepted"
}
}
},
"201": {
"body": {
"id": "/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/testgr1/providers/Microsoft.WindowsESU/multipleActivationKeys/server08-key-2019",
"name": "server08-key-2019",
"type": "Microsoft.WindowsESU/multipleActivationKeys",
"location": "East US",
"properties": {
"multipleActivationKey": "aaaaa-bbbbb-ccccc-ddddd-eeeee",
"expirationDate": "2020-11-21T21:12:26+00:00",
"osType": "WindowsServer2008",
"supportType": "SupplementalServicing",
"installedServerNumber": 100,
"agreementNumber": "1a2b45ag",
"isEligible": true,
"provisioningState": "Accepted"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"parameters": {
"api-version": "2019-09-16",
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b",
"resourceGroupName": "testgr1",
"multipleActivationKeyName": "server08-key-2019"
},
"responses": {
"200": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"parameters": {
"api-version": "2019-09-16",
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b",
"resourceGroupName": "testgr1",
"multipleActivationKeyName": "server08-key-2019"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/testgr1/providers/Microsoft.WindowsESU/multipleActivationKeys/server08-key-2019",
"name": "server08-key-2019",
"type": "Microsoft.WindowsESU/multipleActivationKeys",
"location": "East US",
"properties": {
"multipleActivationKey": "aaaaa-bbbbb-ccccc-ddddd-eeeee",
"expirationDate": "2020-11-21T21:12:26+00:00",
"osType": "WindowsServer2008",
"supportType": "SupplementalServicing",
"installedServerNumber": 100,
"agreementNumber": "1a2b45ag",
"isEligible": true,
"provisioningState": "Succeeded"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"parameters": {
"api-version": "2019-09-16",
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/testrg1/providers/Microsoft.WindowsESU/multipleActivationKeys/server08-key-2019",
"name": "server08-key-2019",
"type": "Microsoft.WindowsESU/multipleActivationKeys",
"location": "East US",
"properties": {
"multipleActivationKey": "aaaaa-bbbbb-ccccc-ddddd-eeeee",
"expirationDate": "2020-11-21T21:12:26+00:00",
"osType": "WindowsServer2008",
"supportType": "SupplementalServicing",
"installedServerNumber": 100,
"agreementNumber": "1a2b45ag",
"isEligible": true,
"provisioningState": "Succeeded"
}
},
{
"id": "/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/testrg1/providers/Microsoft.WindowsESU/multipleActivationKeys/server08r2-key-2019",
"name": "server08r2-key-2019",
"type": "Microsoft.WindowsESU/multipleActivationKeys",
"location": "East US",
"properties": {
"multipleActivationKey": "aaaaa-bbbbb-ccccc-ddddd-eeeee",
"expirationDate": "2020-12-01T10:33:09+00:00",
"osType": "WindowsServer2008R2",
"supportType": "SupplementalServicing",
"installedServerNumber": 100,
"agreementNumber": "1a2b45ag",
"isEligible": true,
"provisioningState": "Succeeded"
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"parameters": {
"api-version": "2019-09-16",
"resourceGroupName": "testrg1",
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/testrg1/providers/Microsoft.WindowsESU/multipleActivationKeys/server08-key-2019",
"name": "server08-key-2019",
"type": "Microsoft.WindowsESU/multipleActivationKeys",
"location": "East US",
"properties": {
"multipleActivationKey": "aaaaa-bbbbb-ccccc-ddddd-eeeee",
"expirationDate": "2020-11-21T21:12:26+00:00",
"osType": "WindowsServer2008",
"supportType": "SupplementalServicing",
"installedServerNumber": 100,
"agreementNumber": "1a2b45ag",
"isEligible": true,
"provisioningState": "Succeeded"
}
},
{
"id": "/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/testrg1/providers/Microsoft.WindowsESU/multipleActivationKeys/server08r2-key-2019",
"name": "server08r2-key-2019",
"type": "Microsoft.WindowsESU/multipleActivationKeys",
"location": "East US",
"properties": {
"multipleActivationKey": "aaaaa-bbbbb-ccccc-ddddd-eeeee",
"expirationDate": "2020-12-01T10:33:09+00:00",
"osType": "WindowsServer2008R2",
"supportType": "SupplementalServicing",
"installedServerNumber": 100,
"agreementNumber": "1a2b45ag",
"isEligible": true,
"provisioningState": "Succeeded"
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"parameters": {
"api-version": "2019-09-16"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Microsoft.WindowsESU/multipleActivationKeys/Read",
"display": {
"provider": "Microsoft Windows Extended Security Updates",
"resource": "multipleActivationKey",
"operation": "List MAK keys",
"description": "List MAK keys."
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"parameters": {
"api-version": "2019-09-16",
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b",
"resourceGroupName": "testgr1",
"multipleActivationKeyName": "server08-key-2019",
"multipleActivationKey": {
"tags": {
"tag1": "value1",
"tag2": "value2"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/testgr1/providers/Microsoft.WindowsESU/multipleActivationKeys/server08-key-2019",
"name": "server08-key-2019",
"type": "Microsoft.WindowsESU/multipleActivationKeys",
"tags": {
"tag1": "value1",
"tag2": "value2"
},
"location": "East US",
"properties": {
"multipleActivationKey": "aaaaa-bbbbb-ccccc-ddddd-eeeee",
"expirationDate": "2020-11-21T21:12:26+00:00",
"osType": "WindowsServer2008",
"supportType": "SupplementalServicing",
"installedServerNumber": 100,
"agreementNumber": "1a2b45ag",
"isEligible": true,
"provisioningState": "Succeeded"
}
}
}
}
}
Loading