-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Hub Generated] Review request for Microsoft.WindowsESU to add versio…
…n preview/2019-09-16-preview (#7888)
- Loading branch information
1 parent
1e70cdb
commit 9ead903
Showing
15 changed files
with
940 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
56 changes: 56 additions & 0 deletions
56
...Microsoft.WindowsESU/preview/2019-09-16-preview/examples/CreateMultipleActivationKey.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...Microsoft.WindowsESU/preview/2019-09-16-preview/examples/DeleteMultipleActivationKey.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": {} | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
...er/Microsoft.WindowsESU/preview/2019-09-16-preview/examples/GetMultipleActivationKey.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} | ||
} |
46 changes: 46 additions & 0 deletions
46
.../Microsoft.WindowsESU/preview/2019-09-16-preview/examples/ListMultipleActivationKeys.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
47 changes: 47 additions & 0 deletions
47
...owsESU/preview/2019-09-16-preview/examples/ListMultipleActivationKeysByResourceGroup.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
22 changes: 22 additions & 0 deletions
22
...urce-manager/Microsoft.WindowsESU/preview/2019-09-16-preview/examples/ListOperations.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
38 changes: 38 additions & 0 deletions
38
...Microsoft.WindowsESU/preview/2019-09-16-preview/examples/UpdateMultipleActivationKey.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.