Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 @@ -11,11 +11,11 @@
"name": "Automatic Quota Increase",
"properties": {
"settings": {
"autoQuotaIncreaseState": "enabled"
"autoQuotaIncreaseState": "enabledForPreview"
},
"onSuccess": {
"emailActions": {
"value": [
"emailAddresses": [
{
"emailAddress": "itsupport@contoso.com"
},
Expand All @@ -27,7 +27,7 @@
},
"onFailure": {
"emailActions": {
"value": [
"emailAddresses": [
{
"emailAddress": "itsupport@contoso.com"
},
Expand All @@ -38,7 +38,7 @@
}
},
"supportTicketAction": {
"autoQuotaIncreaseState": "enabled",
"autoQuotaIncreaseState": "enabledForPreview",
"severity": "Minimal",
"firstName": "FN",
"lastName": "LN",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,54 +14,21 @@
"currentValue": 15,
"limit": 20,
"name": {
"localizedValue": "Clusters",
"value": "Clusters"
"value": "standardDv2Family",
"localizedValue": "Standard Dv2 Family vCPUs"
},
"unit": "Count"
"resourceType": "dedicated"
}
},
{
"properties": {
"currentValue": 49,
"limit": 600,
"name": {
"localizedValue": "Total Cluster Dedicated Regional vCPUs",
"value": "Total Cluster Dedicated Regional vCPUs"
"value": "totalLowPriorityCores",
"localizedValue": "Total Regional Low-priority vCPUs"
},
"unit": "Count"
}
},
{
"properties": {
"currentValue": 1,
"limit": 600,
"name": {
"localizedValue": "Standard D Family Cluster Dedicated vCPUs",
"value": "Standard D Family Cluster Dedicated vCPUs"
},
"unit": "Count"
}
},
{
"properties": {
"currentValue": 0,
"limit": 0,
"name": {
"localizedValue": "Standard ND Family Cluster Low Priority vCPUs",
"value": "Standard ND Family Cluster LowPriority vCPUs"
},
"unit": "Count"
}
},
{
"properties": {
"currentValue": 0,
"limit": 150,
"name": {
"localizedValue": "Standard NV Family Cluster Low Priority vCPUs",
"value": "Standard NV Family Cluster LowPriority vCPUs"
},
"unit": "Count"
"resourceType": "lowPriority"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"location": "eastus",
"resourceName": "standardFSv2Family",
"api-version": "2019-07-19-preview",
"If-Match": "F2E0FB94-7F6B-4852-8EE8-67A04BBA6520",
"createQuotaRequest": {
"properties": {
"limit": 200,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"autoQuotaIncreaseRequest": {
"properties": {
"settings": {
"autoQuotaIncreaseState": "enabled"
"autoQuotaIncreaseState": "enabledForPreview"
},
"onSuccess": {
"emailActions": {
"value": [
"emailAddresses": [
{
"emailAddress": "itsupport@contoso.com"
},
Expand All @@ -21,7 +21,7 @@
},
"onFailure": {
"emailActions": {
"value": [
"emailAddresses": [
{
"emailAddress": "itsupport@contoso.com"
},
Expand All @@ -32,7 +32,7 @@
}
},
"supportTicketAction": {
"autoQuotaIncreaseState": "enabled",
"autoQuotaIncreaseState": "enabledForPreview",
"severity": "Minimal",
"firstName": "FN",
"lastName": "LN",
Expand All @@ -57,11 +57,11 @@
"name": "Automatic Quota Increase",
"properties": {
"settings": {
"autoQuotaIncreaseState": "enabled"
"autoQuotaIncreaseState": "enabledForPreview"
},
"onSuccess": {
"emailActions": {
"value": [
"emailAddresses": [
{
"emailAddress": "itsupport@contoso.com"
},
Expand All @@ -73,7 +73,7 @@
},
"onFailure": {
"emailActions": {
"value": [
"emailAddresses": [
{
"emailAddress": "itsupport@contoso.com"
},
Expand All @@ -84,7 +84,7 @@
}
},
"supportTicketAction": {
"autoQuotaIncreaseState": "enabled",
"autoQuotaIncreaseState": "enabledForPreview",
"severity": "Minimal",
"firstName": "FN",
"lastName": "LN",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"onSuccess": {
"emailActions": {
"value": [
"emailAddresses": [
{
"emailAddress": "itsupport@contoso.com"
},
Expand All @@ -21,12 +21,12 @@
},
"onFailure": {
"emailActions": {
"value": [
"emailAddresses": [
{
"emailAddress": "itsupport@contoso.com"
},
{
"emailAddress": "admin2@contoso.com"
"emailAddress": "admin3@contoso.com"
}
]
}
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"onSuccess": {
"emailActions": {
"value": [
"emailAddresses": [
{
"emailAddress": "itsupport@contoso.com"
},
Expand All @@ -73,12 +73,12 @@
},
"onFailure": {
"emailActions": {
"value": [
"emailAddresses": [
{
"emailAddress": "itsupport@contoso.com"
},
{
"emailAddress": "admin2@contoso.com"
"emailAddress": "admin3@contoso.com"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"location": "eastus",
"resourceName": "standardFSv2Family",
"api-version": "2019-07-19-preview",
"If-Match": "*",
"createQuotaRequest": {
"properties": {
"limit": 200,
Expand Down
Loading