Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
dbe49ed
[AutoPR compute/resource-manager] Added Eviction Policy Property for …
AutorestCI Apr 9, 2018
11ec702
Generated from 75d27eb3c72fa6b6e0f98ea126576da3f5a31544 (#2730)
AutorestCI Apr 16, 2018
710d70d
Generated from c0def97e9fc1e839db7727fd31c2f583f6cf04d6 (#2811)
AutorestCI Apr 27, 2018
34be009
Generated from 8fe96075f82faeec0c0e316e0dd1a1c0ee77e376 (#2817)
AutorestCI May 2, 2018
6b87dcf
[AutoPR compute/resource-manager] added autoOSUpgradePolicy to Upgrad…
AutorestCI May 8, 2018
ed57cfd
Generated from 7014b952af241255afcf4e2b620cfd40737a3ea1 (#2872)
AutorestCI May 21, 2018
a1b7b7c
[AutoPR compute/resource-manager] Added the swagger file for the new …
AutorestCI May 23, 2018
4618201
Generated from 4abedb1c096796557fdd029401f3d317f99c7f61 (#2925)
AutorestCI May 31, 2018
7a62a96
[AutoPR compute/resource-manager] Fix List VM Extension API name, des…
AutorestCI Jun 2, 2018
89b07b5
Generated from e6bffd723ccdc3308f752ffcd4307bd5f6daf9f6 (#3084)
AutorestCI Jun 30, 2018
81ad60b
Generated from 0a9ee3a2db06dff212c23f80c8b7bf1eec31613a (#3097)
AutorestCI Jul 2, 2018
0f53e9d
Generated from c34f1fdacb2efacd4dccdd69213e83e4800ab76a (#3098)
AutorestCI Jul 3, 2018
837f03b
[AutoPR compute/resource-manager] Update RunCommand operation output …
AutorestCI Jul 10, 2018
c45d285
Generated from 93bfe8fd52fa3907af3496b4d37c6a50655cf8ea (#3157)
AutorestCI Jul 11, 2018
9e15f78
Generated from cb39de62c1bac51455eaf7ad3fbe8ac9ec84df58 (#3165)
AutorestCI Jul 13, 2018
8f94378
Generated from b59db77683f3a9c65d0edec17b5f05e458a68897 (#3187)
AutorestCI Jul 18, 2018
12765d4
Generated from 8f17cd0bc03fad3ed3a5259ec37e9add84ff73a7 (#3205)
AutorestCI Jul 20, 2018
c4f8fd5
Generated from 7ed3085e3f562ce1f1dfecf962672777a73dc4f0 (#3339)
AutorestCI Aug 20, 2018
9def004
Generated from 6d4eda6048d254e21ba07fe1f7f08b06a9935c09 (#3404)
AutorestCI Aug 23, 2018
cbc04dd
Generated from ad08836a41b5c4ea212ffcd06af67ba8eb6a3fdb (#3420)
AutorestCI Aug 24, 2018
e73ed42
Merge branch 'master' into restapi_auto_compute/resource-manager
Aug 29, 2018
27eb298
Regenerate azure-arm-compute
Aug 29, 2018
84bad70
Update azure-arm-compute to 6.0.0
Aug 29, 2018
011620d
Fix compute tests
Aug 29, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix compute tests
  • Loading branch information
Dan Schulte committed Aug 29, 2018
commit 011620d4e0f471a816059d73f39288e40149cf43
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports.setEnvironment = function() {
exports.scopes = [[function (nock) {
var result =
nock('http://management.azure.com:443')
.get('/subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/VMAccessAgent/versions/2.0?api-version=2017-12-01')
.get('/subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/VMAccessAgent/versions/2.0?api-version=2018-06-01')
.reply(200, "{\r\n \"properties\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"computeRole\": \"IaaS\",\r\n \"vmScaleSetEnabled\": false,\r\n \"supportsMultipleExtensions\": false\r\n },\r\n \"location\": \"westus\",\r\n \"name\": \"2.0\",\r\n \"id\": \"/Subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/VMAccessAgent/Versions/2.0\"\r\n}", { 'cache-control': 'no-cache',
pragma: 'no-cache',
'content-length': '405',
Expand All @@ -26,7 +26,7 @@ nock('http://management.azure.com:443')
function (nock) {
var result =
nock('https://management.azure.com:443')
.get('/subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/VMAccessAgent/versions/2.0?api-version=2017-12-01')
.get('/subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/VMAccessAgent/versions/2.0?api-version=2018-06-01')
.reply(200, "{\r\n \"properties\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"computeRole\": \"IaaS\",\r\n \"vmScaleSetEnabled\": false,\r\n \"supportsMultipleExtensions\": false\r\n },\r\n \"location\": \"westus\",\r\n \"name\": \"2.0\",\r\n \"id\": \"/Subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/VMAccessAgent/Versions/2.0\"\r\n}", { 'cache-control': 'no-cache',
pragma: 'no-cache',
'content-length': '405',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports.setEnvironment = function() {
exports.scopes = [[function (nock) {
var result =
nock('http://management.azure.com:443')
.get('/subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types?api-version=2017-12-01')
.get('/subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types?api-version=2018-06-01')
.reply(200, "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/Subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/BGInfo\"\r\n },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"CustomScriptExtension\",\r\n \"id\": \"/Subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/CustomScriptExtension\"\r\n },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"JsonADDomainExtension\",\r\n \"id\": \"/Subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/JsonADDomainExtension\"\r\n },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"VMAccessAgent\",\r\n \"id\": \"/Subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/VMAccessAgent\"\r\n }\r\n]", { 'cache-control': 'no-cache',
pragma: 'no-cache',
'content-length': '1033',
Expand All @@ -26,7 +26,7 @@ nock('http://management.azure.com:443')
function (nock) {
var result =
nock('https://management.azure.com:443')
.get('/subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types?api-version=2017-12-01')
.get('/subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types?api-version=2018-06-01')
.reply(200, "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/Subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/BGInfo\"\r\n },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"CustomScriptExtension\",\r\n \"id\": \"/Subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/CustomScriptExtension\"\r\n },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"JsonADDomainExtension\",\r\n \"id\": \"/Subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/JsonADDomainExtension\"\r\n },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"VMAccessAgent\",\r\n \"id\": \"/Subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/VMAccessAgent\"\r\n }\r\n]", { 'cache-control': 'no-cache',
pragma: 'no-cache',
'content-length': '1033',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports.setEnvironment = function() {
exports.scopes = [[function (nock) {
var result =
nock('http://management.azure.com:443')
.get('/subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/VMAccessAgent/versions?api-version=2017-12-01')
.get('/subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/VMAccessAgent/versions?api-version=2018-06-01')
.reply(200, "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"2.0\",\r\n \"id\": \"/Subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/VMAccessAgent/Versions/2.0\"\r\n },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"2.0.1\",\r\n \"id\": \"/Subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/VMAccessAgent/Versions/2.0.1\"\r\n },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"2.0.2\",\r\n \"id\": \"/Subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/VMAccessAgent/Versions/2.0.2\"\r\n }\r\n]", { 'cache-control': 'no-cache',
pragma: 'no-cache',
'content-length': '779',
Expand All @@ -26,7 +26,7 @@ nock('http://management.azure.com:443')
function (nock) {
var result =
nock('https://management.azure.com:443')
.get('/subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/VMAccessAgent/versions?api-version=2017-12-01')
.get('/subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/VMAccessAgent/versions?api-version=2018-06-01')
.reply(200, "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"2.0\",\r\n \"id\": \"/Subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/VMAccessAgent/Versions/2.0\"\r\n },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"2.0.1\",\r\n \"id\": \"/Subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/VMAccessAgent/Versions/2.0.1\"\r\n },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"2.0.2\",\r\n \"id\": \"/Subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/VMAccessAgent/Versions/2.0.2\"\r\n }\r\n]", { 'cache-control': 'no-cache',
pragma: 'no-cache',
'content-length': '779',
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports.setEnvironment = function() {
exports.scopes = [[function (nock) {
var result =
nock('http://management.azure.com:443')
.get('/subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/providers/Microsoft.Compute/locations/westus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&$orderby=name%20asc&api-version=2017-12-01')
.get('/subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/providers/Microsoft.Compute/locations/westus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&$orderby=name%20asc&api-version=2018-06-01')
.reply(200, "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"4.0.20151120\",\r\n \"id\": \"/Subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/Providers/Microsoft.Compute/Locations/westus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.0.20151120\"\r\n }\r\n]", { 'cache-control': 'no-cache',
pragma: 'no-cache',
'content-length': '303',
Expand All @@ -26,7 +26,7 @@ nock('http://management.azure.com:443')
function (nock) {
var result =
nock('https://management.azure.com:443')
.get('/subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/providers/Microsoft.Compute/locations/westus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&$orderby=name%20asc&api-version=2017-12-01')
.get('/subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/providers/Microsoft.Compute/locations/westus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&$orderby=name%20asc&api-version=2018-06-01')
.reply(200, "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"4.0.20151120\",\r\n \"id\": \"/Subscriptions/3ca49042-782a-4cc9-89b5-ee1b487fe115/Providers/Microsoft.Compute/Locations/westus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.0.20151120\"\r\n }\r\n]", { 'cache-control': 'no-cache',
pragma: 'no-cache',
'content-length': '303',
Expand Down
Loading