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

Adding UltraSSDcapability properties in dedicated host resource #18076

Merged
Show file tree
Hide file tree
Changes from 50 commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
fa03850
Added diffDiskSettings property as part of Swagger changes needed for…
hari-bodicherla Sep 18, 2018
2f52195
updated comment
hari-bodicherla Sep 18, 2018
3286411
updated swagger specs for diffdisksettings property
hari-bodicherla Sep 19, 2018
f8934d4
updated swagger spec comments for diff disk settings [property
hari-bodicherla Sep 21, 2018
6fdc54f
added example to create Diff OS disk scaleset
hari-bodicherla Sep 21, 2018
1adb5e3
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
hari-bodicherla Sep 21, 2018
474d5b0
updated 2018-10-01 version specs with diffdisk property
hari-bodicherla Sep 21, 2018
59315ed
added example file for creating VM with diffdisksettings property
hari-bodicherla Sep 24, 2018
4f1e089
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
hari-bodicherla Sep 24, 2018
41e9b0d
Merge remote-tracking branch 'upstream/master'
hari-bodicherla Oct 18, 2018
80e525c
updated swagger changes for reimage operation in single vm
hari-bodicherla Oct 19, 2018
27378b6
update examples
hari-bodicherla Oct 24, 2018
af7abc6
udpated examples
hari-bodicherla Oct 24, 2018
adb0812
fixed validation errors
hari-bodicherla Oct 24, 2018
5dfa8d2
Merge remote-tracking branch 'upstream/master'
hari-bodicherla Dec 1, 2018
4711b30
updated comments for reimage operation documentation
hari-bodicherla Dec 1, 2018
1044260
resolved conflicts
hari-bodicherla Jun 11, 2019
2820ac6
Updated examples and documentation for APIs in swagger
hari-bodicherla Jun 11, 2019
4445c16
updated examples as per review comments
hari-bodicherla Jun 12, 2019
99e8159
updated swagger documentation
hari-bodicherla Jun 12, 2019
8d6e011
updated swagger documentation with zone details in the sku example
hari-bodicherla Jun 12, 2019
2d93cea
updated swagger documentation and reverted the breaking changes
hari-bodicherla Jun 17, 2019
c8a90f1
updated examples as per swagger model
hari-bodicherla Jun 18, 2019
f72e642
updated swagger to remove the model validation errors for existing e…
hari-bodicherla Jun 18, 2019
1f5446f
resolved conflcits
hari-bodicherla Dec 10, 2019
d3af091
Merge remote-tracking branch 'upstream/master'
hari-bodicherla Feb 5, 2020
320840a
updated swagger
hari-bodicherla Feb 6, 2020
22f1194
updated swagger
hari-bodicherla Feb 6, 2020
a44347e
Merge remote-tracking branch 'upstream/master'
hari-bodicherla Mar 27, 2020
61b7b42
Added new property in DiffDiskSettings
hari-bodicherla Mar 27, 2020
4015bff
updated swagger spec
hari-bodicherla Mar 27, 2020
5ab793f
udpated swagger
hari-bodicherla Mar 27, 2020
1437274
updated swagger spec
hari-bodicherla Mar 27, 2020
ccc13be
updated code
hari-bodicherla Mar 29, 2020
0166c3c
updated code
hari-bodicherla Mar 30, 2020
d62edc0
udpated swagger
hari-bodicherla Mar 31, 2020
b375d43
updated code
hari-bodicherla Apr 2, 2020
5245b88
Merge remote-tracking branch 'upstream/master'
hari-bodicherla Apr 7, 2020
2cd0b34
updated swagger documentation for DiffDiskPlacement
hari-bodicherla Apr 7, 2020
f830d82
updated code
hari-bodicherla Apr 7, 2020
66a64ac
updated documentation
hari-bodicherla Apr 7, 2020
11fab26
updated code
hari-bodicherla Apr 7, 2020
c430e6a
updated swagger
hari-bodicherla Apr 7, 2020
69fbbb0
updated swagger
hari-bodicherla Apr 7, 2020
6f04a78
updated swagger
hari-bodicherla Apr 8, 2020
3afc15d
Merge branch 'feature/cplat-2022-03-01' of https://github.com/Azure/a…
hari-bodicherla Mar 3, 2022
b94c905
updated code
hari-bodicherla Mar 3, 2022
43b5b7b
updated code
hari-bodicherla Mar 3, 2022
4785998
updated example json
hari-bodicherla Mar 4, 2022
4f88fb3
updated swagger changes
hari-bodicherla Mar 28, 2022
a7060b7
updated swagger
hari-bodicherla Mar 28, 2022
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 @@ -95,6 +95,9 @@
"x-ms-examples": {
"Create or update a dedicated host group.": {
"$ref": "./examples/dedicatedHostExamples/DedicatedHostGroup_CreateOrUpdate.json"
},
"Create or update a dedicated host group with Ultra SSD support.": {
"$ref": "./examples/dedicatedHostExamples/DedicatedHostGroup_CreateOrUpdateWithUltraSSD.json"
}
}
},
Expand Down Expand Up @@ -269,6 +272,9 @@
"x-ms-examples": {
"Create a dedicated host group.": {
"$ref": "./examples/dedicatedHostExamples/DedicatedHostGroup_Get.json"
},
"Create an ultraSSDEnabled dedicated host group.": {
"$ref": "./examples/dedicatedHostExamples/DedicatedHostGroup_GetAnUltraSSDEnabledDedicatedHostGroup.json"
}
}
}
Expand Down Expand Up @@ -785,6 +791,15 @@
"supportAutomaticPlacement": {
"type": "boolean",
"description": "Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the dedicated host group. The value is defaulted to 'false' when not provided. <br><br>Minimum api-version: 2020-06-01."
},
"additionalCapabilities": {
"properties": {
"ultraSSDEnabled": {
"type": "boolean",
"description": "The flag that enables or disables a capability to have UltraSSD Enabled Virtual Machines on Dedicated Hosts of the Dedicated Host Group. For the Virtual Machines to be UltraSSD Enabled, UltraSSDEnabled flag for the resoure needs to be set true as well. The value is defaulted to 'false' when not provided."
hari-bodicherla marked this conversation as resolved.
Show resolved Hide resolved
}
},
"description": "Enables or disables a capability on the dedicated host group."
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"parameters": {
"subscriptionId": "{subscription-id}",
"resourceGroupName": "myResourceGroup",
"api-version": "2022-03-01",
"hostGroupName": "myDedicatedHostGroup",
"parameters": {
"location": "westus",
"tags": {
"department": "finance"
},
"zones": [
"1"
],
"properties": {
"platformFaultDomainCount": 3,
"supportAutomaticPlacement": true,
"additionalCapabilities": {
"ultraSSDEnabled": true
}
}
}
},
"responses": {
"201": {
"body": {
"name": "myDedicatedHostGroup",
"location": "westus",
"id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/HostGroups/myDedicatedHostGroup",
"tags": {
"department": "finance"
},
"zones": [
"1"
],
"properties": {
"platformFaultDomainCount": 3,
"supportAutomaticPlacement": true,
"additionalCapabilities": {
"ultraSSDEnabled": true
}
}
}
},
"200": {
"body": {
"properties": {
"platformFaultDomainCount": 3,
"supportAutomaticPlacement": true,
"additionalCapabilities": {
"ultraSSDEnabled": true
}
},
"location": "westus",
"tags": {
"department": "finance",
"owner": "myCompany"
},
"name": "myDedicatedHostGroup",
"id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/HostGroups/myDedicatedHostGroup",
"zones": [
"1"
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"parameters": {
"subscriptionId": "{subscriptionId}",
"resourceGroupName": "myResourceGroup",
"api-version": "2022-03-01",
"hostGroupName": "myDedicatedHostGroup",
"expand": "instanceView"
},
"responses": {
"200": {
"body": {
"properties": {
"platformFaultDomainCount": 3,
"hosts": [
{
"id": "subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/myDedicatedHostGroup/myHostGroup/Hosts/myHost"
}
],
"supportAutomaticPlacement": true,
"additionalCapabilities": {
"ultraSSDEnabled": true
},
"instanceView": {
"hosts": [
{
"name": "myHost",
"assetId": "eb3f58b8-b4e8-4882-b69f-301a01812407",
"availableCapacity": {
"allocatableVMs": [
{
"vmSize": "Standard_A1",
"count": 10
}
]
},
"statuses": [
{
"code": "ProvisioningState/succeeded",
"level": "Info",
"displayStatus": "Provisioning succeeded"
},
{
"code": "HealthState/available",
"level": "Info",
"displayStatus": "Host available"
}
]
}
]
}
},
"location": "westus",
"tags": {
"{tagName}": "{tagValue}"
},
"name": "myDedicatedHostGroup",
"zones": [
"3"
]
}
}
}
}