Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1820015 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelresnik committed Dec 18, 2024
1 parent 7a187e0 commit 8199418
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 38 deletions.
21 changes: 11 additions & 10 deletions index.html

Large diffs are not rendered by default.

42 changes: 14 additions & 28 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -22982,18 +22982,6 @@
"description": "Set the desired preference for the Spot market VM selection. (100- Availability, 0- cost)\n",
"type": "integer",
"example": 100
},
"vmAdmins": {
"type": "array",
"description": "* A list of strings. Defines Azure identities that are considered VM admins.\n* If the list is empty, the defined behavior is \"NONE\".\n* If the list is null, the defined behavior is \"ALL”. This applies if the object is not defined.\n* If an identity **contains** the string, it will be considered permitted to perform the following actions:\n* Stop VM: VM admins can move the VM to a \"stopped (deallocated)\" state using the Azure console. If triggered by someone else, it is considered an interruption.\n",
"example": [
"@example1.com",
"@example2.com",
"service1"
],
"items": {
"type": "string"
}
}
}
},
Expand Down Expand Up @@ -23670,7 +23658,8 @@
"StandardSSD_LRS",
"UltraSSD_LRS",
"StandardSSD_ZRS",
"Premium_ZRS"
"Premium_ZRS",
"PremiumV2_LRS"
],
"example": "Standard_LRS"
},
Expand Down Expand Up @@ -24438,18 +24427,6 @@
"description": "Set the desired preference for the Spot market VM selection. (100- Availability, 0- cost)\n",
"type": "integer",
"example": 100
},
"vmAdmins": {
"type": "array",
"description": "* A list of strings. Defines Azure identities that are considered VM admins.\n* If the list is empty, the defined behavior is \"NONE\".\n* If the list is null, the defined behavior is \"ALL”. This applies if the object is not defined.\n* If an identity **contains** the string, it will be considered permitted to perform the following actions:\n* Stop VM: VM admins can move the VM to a \"stopped (deallocated)\" state using the Azure console. If triggered by someone else, it is considered an interruption.\n",
"example": [
"@example1.com",
"@example2.com",
"service1"
],
"items": {
"type": "string"
}
}
}
},
Expand Down Expand Up @@ -25117,7 +25094,8 @@
"StandardSSD_LRS",
"UltraSSD_LRS",
"StandardSSD_ZRS",
"Premium_ZRS"
"Premium_ZRS",
"PremiumV2_LRS"
],
"example": "Standard_LRS"
},
Expand Down Expand Up @@ -25648,6 +25626,12 @@
"default": 96
}
}
},
"shouldRevertToOd": {
"type": "boolean",
"default": false,
"description": "Indicates whether to change the stateful node's VM lifecycle to on-demand. Can be changed to true only when shouldTerminateVms is 'false'.\n",
"example": false
}
}
}
Expand Down Expand Up @@ -26758,7 +26742,8 @@
"StandardSSD_LRS",
"UltraSSD_LRS",
"StandardSSD_ZRS",
"Premium_ZRS"
"Premium_ZRS",
"PremiumV2_LRS"
],
"example": "Standard_LRS"
},
Expand Down Expand Up @@ -26867,7 +26852,8 @@
"StandardSSD_LRS",
"UltraSSD_LRS",
"StandardSSD_ZRS",
"Premium_ZRS"
"Premium_ZRS",
"PremiumV2_LRS"
],
"example": "Standard_LRS"
},
Expand Down

0 comments on commit 8199418

Please sign in to comment.