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

Compute 2019-07-01 version #7094

Merged
merged 23 commits into from
Oct 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
d8f768e
Copy compute.json and runCommands.json from 2019-03-01 to 2019-07-01
hyonholee Sep 10, 2019
f29c97d
changes to add publicIpAddressVersion field (#7173)
sm947 Sep 10, 2019
6faf3ed
temp fix
hyonholee Sep 12, 2019
8809532
Adding new VirtualMachines.POST.Reapply action to compute api-version…
avinashakka Sep 20, 2019
6ea73c4
Added DiskEnryptionSet property in the managed disk parameters for th…
hari-bodicherla Sep 24, 2019
91b83d9
Added examples for the DiskEncryptionSet property (#7318)
hari-bodicherla Sep 26, 2019
fc698e2
Resolved conflicts with DiskRP definition names for the DiskEncryptio…
hari-bodicherla Sep 27, 2019
a44cd8f
Disk 2019-07-01 version (#7280)
laurawu19 Sep 27, 2019
fb66e1d
Update examples (#7429)
laurawu19 Oct 8, 2019
51ecc85
Add extension API for VMScaleset VMs (#7407)
sds6 Oct 11, 2019
16da198
updating the description of storage account id (#7385)
realschwa Oct 14, 2019
1ac4672
Private temp (#7456)
laurawu19 Oct 14, 2019
9afeccf
cherry pick code owner change to compute-2019-07 (#7480)
yungezz Oct 14, 2019
e0a2452
Iops, throughput and instance view (#7499)
robhat1 Oct 15, 2019
dd19556
Merge branch 'master' of https://github.com/Azure/azure-rest-api-spec…
hyonholee Oct 15, 2019
b95c1f5
Update 2019-07 from latest 2019-03 update.
hyonholee Oct 15, 2019
f9b0aa7
Update swagger (#7510)
laurawu19 Oct 16, 2019
e19fed2
add update property (#7514)
sds6 Oct 16, 2019
9c8588b
Merge branch 'master' of https://github.com/Azure/azure-rest-api-spec…
hyonholee Oct 16, 2019
d445604
Merge branch 'compute-2019-07' of https://github.com/Azure/azure-rest…
hyonholee Oct 16, 2019
43849d3
Sync with the latest 2019-03-01 version to 2019-07-01 version of comp…
hyonholee Oct 16, 2019
b4fd7e2
suppress LintDiff validation error.
hyonholee Oct 17, 2019
b70af91
Add default responses to new APIs.
hyonholee Oct 19, 2019
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
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
},
"x-ms-examples": {
"List availability sets in a subscription.": {
"$ref": "./examples/ListAvailabilitySetsInASubscription.json"
}
}
}
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,40 +1,79 @@
{
"parameters": {
"subscriptionId": "{subscriptionId}",
"api-version": "2017-03-30"
"api-version": "2017-03-30",
"$expand": "virtualMachines\\$ref"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "{availabilitySetName}",
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
"type": "Microsoft.Compute/availabilitySets",
"location": "australiasoutheast",
"properties": {
"platformUpdateDomainCount": 5,
"platformFaultDomainCount": 2
"platformFaultDomainCount": 3,
"virtualMachines": [
{
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}"
}
]
},
"sku": {
"name": "Classic"
}
},
{
"name": "{availabilitySetName}",
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
"type": "Microsoft.Compute/availabilitySets",
"location": "centralus",
"tags": {
"{tagName}": "{tagValue}"
"location": "australiasoutheast",
"properties": {
"platformUpdateDomainCount": 5,
"platformFaultDomainCount": 3,
"virtualMachines": [
{
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}"
}
]
},
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
"name": "{availabilitySetName}",
"sku": {
"name": "Aligned"
"name": "Classic"
}
},
{
"name": "{availabilitySetName}",
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
"type": "Microsoft.Compute/availabilitySets",
"location": "westcentralus",
"tags": {
"{tagName}": "{tagValue}"
},
"properties": {
"platformUpdateDomainCount": 3,
"platformFaultDomainCount": 2
"platformUpdateDomainCount": 5,
"platformFaultDomainCount": 3,
"virtualMachines": []
},
"sku": {
"name": "Classic"
}
},
{
"name": "{availabilitySetName}",
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
"type": "Microsoft.Compute/availabilitySets",
"location": "westus",
"location": "westcentralus",
"tags": {
"{tagName}": "{tagValue}"
},
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
"name": "{availabilitySetName}",
"properties": {
"platformUpdateDomainCount": 5,
"platformFaultDomainCount": 3,
"virtualMachines": []
},
"sku": {
"name": "Classic"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,11 @@
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
},
"x-ms-examples": {
"List availability sets in a subscription.": {
"$ref": "./examples/ListAvailabilitySetsInASubscription.json"
}
}
}
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,40 +1,79 @@
{
"parameters": {
"subscriptionId": "{subscriptionId}",
"api-version": "2017-12-01"
"api-version": "2017-12-01",
"$expand": "virtualMachines\\$ref"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "{availabilitySetName}",
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
"type": "Microsoft.Compute/availabilitySets",
"location": "australiasoutheast",
"properties": {
"platformUpdateDomainCount": 5,
"platformFaultDomainCount": 2
"platformFaultDomainCount": 3,
"virtualMachines": [
{
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}"
}
]
},
"sku": {
"name": "Classic"
}
},
{
"name": "{availabilitySetName}",
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
"type": "Microsoft.Compute/availabilitySets",
"location": "centralus",
"tags": {
"{tagName}": "{tagValue}"
"location": "australiasoutheast",
"properties": {
"platformUpdateDomainCount": 5,
"platformFaultDomainCount": 3,
"virtualMachines": [
{
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}"
}
]
},
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
"name": "{availabilitySetName}",
"sku": {
"name": "Aligned"
"name": "Classic"
}
},
{
"name": "{availabilitySetName}",
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
"type": "Microsoft.Compute/availabilitySets",
"location": "westcentralus",
"tags": {
"{tagName}": "{tagValue}"
},
"properties": {
"platformUpdateDomainCount": 3,
"platformFaultDomainCount": 2
"platformUpdateDomainCount": 5,
"platformFaultDomainCount": 3,
"virtualMachines": []
},
"sku": {
"name": "Classic"
}
},
{
"name": "{availabilitySetName}",
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
"type": "Microsoft.Compute/availabilitySets",
"location": "westus",
"location": "westcentralus",
"tags": {
"{tagName}": "{tagValue}"
},
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}",
"name": "{availabilitySetName}",
"properties": {
"platformUpdateDomainCount": 5,
"platformFaultDomainCount": 3,
"virtualMachines": []
},
"sku": {
"name": "Classic"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
{
"name": "arg1",
"type": "string",
"value": "value1"
"defaultValue": "value1"
},
{
"name": "arg2",
"type": "string",
"value": "value2"
"defaultValue": "value2"
}
],
"$schema": "http://schema.management.azure.com/schemas/2016-11-17/runcommands.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,70 +9,70 @@
"body": {
"value": [
{
"schema": "http://schema.management.azure.com/schemas/2016-11-17/runcommands.json",
"$schema": "http://schema.management.azure.com/schemas/2016-11-17/runcommands.json",
"id": "EnableRemotePS",
"osType": "Windows",
"label": "Enable remote PowerShell",
"description": "Configure the machine to enable remote PowerShell."
},
{
"schema": "http://schema.management.azure.com/schemas/2016-11-17/runcommands.json",
"$schema": "http://schema.management.azure.com/schemas/2016-11-17/runcommands.json",
"id": "IPConfig",
"osType": "Windows",
"label": "List IP configuration",
"description": "Shows detailed information for the IP address, subnet mask and default gateway for each adapter bound to TCP/IP."
},
{
"schema": "http://schema.management.azure.com/schemas/2016-11-17/runcommands.json",
"$schema": "http://schema.management.azure.com/schemas/2016-11-17/runcommands.json",
"id": "RunPowerShellScript",
"osType": "Windows",
"label": "Executes a PowerShell script",
"description": "Custom multiline PowerShell script should be defined in script property. Optional parameters can be set in parameters property."
},
{
"schema": "http://schema.management.azure.com/schemas/2016-11-17/runcommands.json",
"$schema": "http://schema.management.azure.com/schemas/2016-11-17/runcommands.json",
"id": "RunShellScript",
"osType": "Linux",
"label": "Executes a Linux shell script",
"description": "Custom multiline shell script should be defined in script property. Optional parameters can be set in parameters property."
},
{
"schema": "http://schema.management.azure.com/schemas/2016-11-17/runcommands.json",
"$schema": "http://schema.management.azure.com/schemas/2016-11-17/runcommands.json",
"id": "ifconfig",
"osType": "Linux",
"label": "List network configuration",
"description": "Get the configuration of all network interfaces."
},
{
"schema": "http://schema.management.azure.com/schemas/2016-11-17/runcommands.json",
"$schema": "http://schema.management.azure.com/schemas/2016-11-17/runcommands.json",
"id": "EnableAdminAccount",
"osType": "Windows",
"label": "Enable administrator account",
"description": "Checks if the local Administrator account is disabled, and if so enables it."
},
{
"schema": "http://schema.management.azure.com/schemas/2016-11-17/runcommands.json",
"$schema": "http://schema.management.azure.com/schemas/2016-11-17/runcommands.json",
"id": "ResetAccountPassword",
"osType": "Windows",
"label": "Reset built-in Administrator account password",
"description": "Reset built-in Administrator account password."
},
{
"schema": "http://schema.management.azure.com/schemas/2016-11-17/runcommands.json",
"$schema": "http://schema.management.azure.com/schemas/2016-11-17/runcommands.json",
"id": "RDPSettings",
"osType": "Windows",
"label": "Verify RDP Listener Settings",
"description": "Checks registry settings and domain policy settings. Suggests policy actions if machine is part of a domain or modifies the settings to default values."
},
{
"schema": "http://schema.management.azure.com/schemas/2016-11-17/runcommands.json",
"$schema": "http://schema.management.azure.com/schemas/2016-11-17/runcommands.json",
"id": "SetRDPPort",
"osType": "Windows",
"label": "Set Remote Desktop port",
"description": "Sets the default or user specified port number for Remote Desktop connections. Enables firewall rule for inbound access to the port."
},
{
"schema": "http://schema.management.azure.com/schemas/2016-11-17/runcommands.json",
"$schema": "http://schema.management.azure.com/schemas/2016-11-17/runcommands.json",
"id": "ResetRDPCert",
"osType": "Windows",
"label": "Restore RDP Authentication mode to defaults",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,11 @@
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
},
"x-ms-examples": {
"List availability sets in a subscription.": {
"$ref": "./examples/ListAvailabilitySetsInASubscription.json"
}
}
}
},
Expand Down
Loading