Compute Admin Client icon

Compute Admin Client

Connect to Compute Admin Client with 1 MCP tools for AI-powered API automation.

COMMUNITYBEARER0 INSTALLS
OpenAPI Specificationv3.0
{
  "swagger": "2.0",
  "schemes": [
    "https"
  ],
  "host": "adminmanagement.local.azurestack.external",
  "info": {
    "title": "Compute Admin Client",
    "version": "2018-02-09",
    "x-apisguru-categories": [
      "cloud"
    ],
    "x-logo": {
      "url": "https://api.apis.guru/v2/cache/logo/https_assets.onestore.ms_cdnfiles_onestorerolling-1606-01000_shell_v3_images_logo_microsoft.png"
    },
    "x-origin": [
      {
        "format": "swagger",
        "url": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/azsadmin/resource-manager/compute/Microsoft.Compute.Admin/preview/2018-02-09/Quotas.json",
        "version": "2.0"
      }
    ],
    "x-preferred": true,
    "x-providerName": "azure.com",
    "x-serviceName": "azsadmin-Quotas",
    "x-tags": [
      "Azure",
      "Microsoft"
    ]
  },
  "consumes": [
    "application/json"
  ],
  "produces": [
    "application/json"
  ],
  "securityDefinitions": {
    "azure_auth": {
      "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
      "description": "Authorization uses an Azure Active Directory OAuth2 flow.",
      "flow": "implicit",
      "scopes": {
        "user_impersonation": "impersonate your user account"
      },
      "type": "oauth2"
    }
  },
  "security": [
    {
      "azure_auth": [
        "user_impersonation"
      ]
    }
  ],
  "parameters": {
    "ApiVersionParameter": {
      "description": "Client API Version.",
      "in": "query",
      "name": "api-version",
      "required": true,
      "type": "string"
    },
    "NewQuotaParameter": {
      "description": "New quota to create.",
      "in": "body",
      "name": "newQuota",
      "required": true,
      "schema": {
        "allOf": [
          {
            "description": "Base resource object.",
            "properties": {
              "id": {
                "description": "ID of the resource.",
                "readOnly": true,
                "type": "string"
              },
              "location": {
                "description": "Location of the resource.",
                "type": "string"
              },
              "name": {
                "description": "Name of the resource.",
                "readOnly": true,
                "type": "string"
              },
              "type": {
                "description": "Type of Resource.",
                "readOnly": true,
                "type": "string"
              }
            },
            "type": "object",
            "x-ms-azure-resource": true
          }
        ],
        "description": "Holds Compute quota information used to control resource allocation.",
        "properties": {
          "properties": {
            "description": "Properties for a Compute Quota",
            "properties": {
              "availabilitySetCount": {
                "description": "Maximum number of availability sets allowed.",
                "format": "int32",
                "minimum": 0,
                "type": "integer"
              },
              "coresLimit": {
                "description": "Maximum number of cores allowed.",
                "format": "int32",
                "minimum": 0,
                "type": "integer"
              },
              "maxAllocationPremiumManagedDisksAndSnapshots": {
                "description": "Maximum number of managed disks and snapshots of type premium allowed.",
                "format": "int32",
                "minimum": 0,
                "type": "integer"
              },
              "maxAllocationStandardManagedDisksAndSnapshots": {
                "description": "Maximum number of managed disks and snapshots of type standard allowed.",
                "format": "int32",
                "minimum": 0,
                "type": "integer"
              },
              "virtualMachineCount": {
                "description": "Maximum number of virtual machines allowed.",
                "format": "int32",
                "minimum": 0,
                "type": "integer"
              },
              "vmScaleSetCount": {
                "description": "Maximum number of scale sets allowed.",
                "format": "int32",
                "minimum": 0,
                "type": "integer"
              }
            },
            "type": "object"
          }
        },
        "type": "object"
      },
      "x-ms-parameter-location": "method"
    },
    "QuotaParameter": {
      "description": "Name of the quota.",
      "in": "path",
      "name": "quotaName",
      "required": true,
      "type": "string",
      "x-ms-parameter-location": "method"
    }
  },
  "paths": {
    "/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/quotas": {
      "get": {
        "description": "Get a list of existing Compute quotas.",
        "operationId": "Quotas_List",
        "parameters": [
          {
            "description": "Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.",
            "in": "path",
            "name": "subscriptionId",
            "required": true,
            "type": "string"
          },
          {
            "description": "Location of the resource.",
            "in": "path",
            "name": "location",
            "required": true,
            "type": "string",
            "x-ms-parameter-location": "method"
          },
          {
            "description": "Client API Version.",
            "in": "query",
            "name": "api-version",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "description": "List of Compute quotas",
              "properties": {
                "nextLink": {
                  "description": "URI to the next page.",
                  "type": "string"
                },
                "value": {
                  "description": "List of Compute quotas",
                  "items": {
                    "allOf": [
                      {
                        "description": "Base resource object.",
                        "properties": {
                          "id": {
                            "description": "ID of the resource.",
                            "readOnly": true,
                            "type": "string"
                          },
                          "location": {
                            "description": "Location of the resource.",
                            "type": "string"
                          },
                          "name": {
                            "description": "Name of the resource.",
                            "readOnly": true,
                            "type": "string"
                          },
                          "type": {
                            "description": "Type of Resource.",
                            "readOnly": true,
                            "type": "string"
                          }
                        },
                        "type": "object",
                        "x-ms-azure-resource": true
                      }
                    ],
                    "description": "Holds Compute quota information used to control resource allocation.",
                    "properties": {
                      "properties": {
                        "description": "Properties for a Compute Quota",
                        "properties": {
                          "availabilitySetCount": {
                            "description": "Maximum number of availability sets allowed.",
                            "format": "int32",
                            "minimum": 0,
                            "type": "integer"
                          },
                          "coresLimit": {
                            "description": "Maximum number of cores allowed.",
                            "format": "int32",
                            "minimum": 0,
                            "type": "integer"
                          },
                          "maxAllocationPremiumManagedDisksAndSnapshots": {
                            "description": "Maximum number of managed disks and snapshots of type premium allowed.",
                            "format": "int32",
                            "minimum": 0,
                            "type": "integer"
                          },
                          "maxAllocationStandardManagedDisksAndSnapshots": {
                            "description": "Maximum number of managed disks and snapshots of type standard allowed.",
                            "format": "int32",
                            "minimum": 0,
                            "type": "integer"
                          },
                          "virtualMachineCount": {
                            "description": "Maximum number of virtual machines allowed.",
                            "format": "int32",
                            "minimum": 0,
                            "type": "integer"
                          },
                          "vmScaleSetCount": {
                            "description": "Maximum number of scale sets allowed.",
                            "format": "int32",
                            "minimum": 0,
                            "type": "integer"
                          }
                        },
                        "type": "object"
                      }
                    },
                    "type": "object"
                  },
                  "type": "array"
                }
              },
              "type": "object"
            }
          }
        },
        "summary": "Lists all Compute quotas.",
        "tags": [
          "Quotas"
        ],
        "x-ms-examples": {
          "Get a list of existing Compute quotas.": {
            "parameters": {
              "api-version": "2018-02-09",
              "location": "local",
              "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23"
            },
            "responses": {
              "200": {
                "body": {
                  "value": [
                    {
                      "id": "/subscriptions/8158498d-27b1-4ccf-9aa1-de0f925731e6/providers/Microsoft.Compute.Admin/locations/local/quotas/Default Quota",
                      "location": "local",
                      "name": "Default Quota",
                      "properties": {
                        "availabilitySetCount": 10,
                        "coresLimit": 50,
                        "maxAllocationPremiumManagedDisksAndSnapshots": 1024,
                        "maxAllocationStandardManagedDisksAndSnapshots": 1024,
                        "virtualMachineCount": 20,
                        "vmScaleSetCount": 20
                      },
                      "type": "Microsoft.Compute.Admin/quotas"
                    }
                  ]
                }
              }
            }
          }
        },
        "x-ms-pageable": {
          "nextLinkName": null
        }
      }
    },
    "/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/quotas/{quotaName}": {
      "delete": {
        "description": "Delete an existing Compute quota.",
        "operationId": "Quotas_Delete",
        "parameters": [
          {
            "description": "Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.",
            "in": "path",
            "name": "subscriptionId",
            "required": true,
            "type": "string"
          },
          {
            "description": "Location of the resource.",
            "in": "path",
            "name": "location",
            "required": true,
            "type": "string",
            "x-ms-parameter-location": "method"
          },
          {
            "description": "Name of the quota.",
            "in": "path",
            "name": "quotaName",
            "required": true,
            "type": "string",
            "x-ms-parameter-location": "method"
          },
          {
            "description": "Client API Version.",
            "in": "query",
            "name": "api-version",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        },
        "summary": "Deletes specified Compute quota",
        "tags": [
          "Quotas"
        ],
        "x-ms-examples": {
          "Deletes specified Compute quota.": {
            "parameters": {
              "api-version": "2018-02-09",
              "location": "local",
              "quotaName": "testQuotaCreateUpdateDelete",
              "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23"
            },
            "responses": {
              "200": {}
            }
          }
        }
      },
      "get": {
        "description": "Get an existing Compute Quota.",
        "operationId": "Quotas_Get",
        "parameters": [
          {
            "description": "Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.",
            "in": "path",
            "name": "subscriptionId",
            "required": true,
            "type": "string"
          },
          {
            "description": "Location of the resource.",
            "in": "path",
            "name": "location",
            "required": true,
            "type": "string",
            "x-ms-parameter-location": "method"
          },
          {
            "description": "Name of the quota.",
            "in": "path",
            "name": "quotaName",
            "required": true,
            "type": "string",
            "x-ms-parameter-location": "method"
          },
          {
            "description": "Client API Version.",
            "in": "query",
            "name": "api-version",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "allOf": [
                {
                  "description": "Base resource object.",
                  "properties": {
                    "id": {
                      "description": "ID of the resource.",
                      "readOnly": true,
                      "type": "string"
                    },
                    "location": {
                      "description": "Location of the resource.",
                      "type": "string"
                    },
                    "name": {
                      "description": "Name of the resource.",
                      "readOnly": true,
                      "type": "string"
                    },
                    "type": {
                      "description": "Type of Resource.",
                      "readOnly": true,
                      "type": "string"
                    }
                  },
                  "type": "object",
                  "x-ms-azure-resource": true
                }
              ],
              "description": "Holds Compute quota information used to control resource allocation.",
              "properties": {
                "properties": {
                  "description": "Properties for a Compute Quota",
                  "properties": {
                    "availabilitySetCount": {
                      "description": "Maximum number of availability sets allowed.",
                      "format": "int32",
                      "minimum": 0,
                      "type": "integer"
                    },
                    "coresLimit": {
                      "description": "Maximum number of cores allowed.",
                      "format": "int32",
                      "minimum": 0,
                      "type": "integer"
                    },
                    "maxAllocationPremiumManagedDisksAndSnapshots": {
                      "description": "Maximum number of managed disks and snapshots of type premium allowed.",
                      "format": "int32",
                      "minimum": 0,
                      "type": "integer"
                    },
                    "maxAllocationStandardManagedDisksAndSnapshots": {
                      "description": "Maximum number of managed disks and snapshots of type standard allowed.",
                      "format": "int32",
                      "minimum": 0,
                      "type": "integer"
                    },
                    "virtualMachineCount": {
                      "description": "Maximum number of virtual machines allowed.",
                      "format": "int32",
                      "minimum": 0,
                      "type": "integer"
                    },
                    "vmScaleSetCount": {
                      "description": "Maximum number of scale sets allowed.",
                      "format": "int32",
                      "minimum": 0,
                      "type": "integer"
                    }
                  },
                  "type": "object"
                }
              },
              "type": "object"
            }
          }
        },
        "summary": "Returns the requested Compute quota.",
        "tags": [
          "Quotas"
        ],
        "x-ms-examples": {
          "Get an existing Compute Quota.": {
            "parameters": {
              "api-version": "2018-02-09",
              "location": "local",
              "quotaName": "testQuotaCreateUpdateDelete",
              "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23"
            },
            "responses": {
              "200": {
                "body": {
                  "id": "/subscriptions/8158498d-27b1-4ccf-9aa1-de0f925731e6/providers/Microsoft.Compute.Admin/locations/local/quotas/testQuotaCreateUpdateDelete",
                  "location": "local",
                  "name": "testQuotaCreateUpdateDelete",
                  "properties": {
                    "availabilitySetCount": 1,
                    "coresLimit": 1,
                    "maxAllocationPremiumManagedDisksAndSnapshots": 1024,
                    "maxAllocationStandardManagedDisksAndSnapshots": 1024,
                    "virtualMachineCount": 1,
                    "vmScaleSetCount": 1
                  },
                  "type": "Microsoft.Compute.Admin/quotas"
                }
              }
            }
          }
        }
      },
      "put": {
        "description": "Creates or Updates a Compute Quota with the provided quota parameters.",
        "operationId": "Quotas_CreateOrUpdate",
        "parameters": [
          {
            "description": "Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.",
            "in": "path",
            "name": "subscriptionId",
            "required": true,
            "type": "string"
          },
          {
            "description": "Location of the resource.",
            "in": "path",
            "name": "location",
            "required": true,
            "type": "string",
            "x-ms-parameter-location": "method"
          },
          {
            "description": "Name of the quota.",
            "in": "path",
            "name": "quotaName",
            "required": true,
            "type": "string",
            "x-ms-parameter-location": "method"
          },
          {
            "description": "Client API Version.",
            "in": "query",
            "name": "api-version",
            "required": true,
            "type": "string"
          },
          {
            "description": "New quota to create.",
            "in": "body",
            "name": "newQuota",
            "required": true,
            "schema": {
              "allOf": [
                {
                  "description": "Base resource object.",
                  "properties": {
                    "id": {
                      "description": "ID of the resource.",
                      "readOnly": true,
                      "type": "string"
                    },
                    "location": {
                      "description": "Location of the resource.",
                      "type": "string"
                    },
                    "name": {
                      "description": "Name of the resource.",
                      "readOnly": true,
                      "type": "string"
                    },
                    "type": {
                      "description": "Type of Resource.",
                      "readOnly": true,
                      "type": "string"
                    }
                  },
                  "type": "object",
                  "x-ms-azure-resource": true
                }
              ],
              "description": "Holds Compute quota information used to control resource allocation.",
              "properties": {
                "properties": {
                  "description": "Properties for a Compute Quota",
                  "properties": {
                    "availabilitySetCount": {
                      "description": "Maximum number of availability sets allowed.",
                      "format": "int32",
                      "minimum": 0,
                      "type": "integer"
                    },
                    "coresLimit": {
                      "description": "Maximum number of cores allowed.",
                      "format": "int32",
                      "minimum": 0,
                      "type": "integer"
                    },
                    "maxAllocationPremiumManagedDisksAndSnapshots": {
                      "description": "Maximum number of managed disks and snapshots of type premium allowed.",
                      "format": "int32",
                      "minimum": 0,
                      "type": "integer"
                    },
                    "maxAllocationStandardManagedDisksAndSnapshots": {
                      "description": "Maximum number of managed disks and snapshots of type standard allowed.",
                      "format": "int32",
                      "minimum": 0,
                      "type": "integer"
                    },
                    "virtualMachineCount": {
                      "description": "Maximum number of virtual machines allowed.",
                      "format": "int32",
                      "minimum": 0,
                      "type": "integer"
                    },
                    "vmScaleSetCount": {
                      "description": "Maximum number of scale sets allowed.",
                      "format": "int32",
                      "minimum": 0,
                      "type": "integer"
                    }
                  },
                  "type": "object"
                }
              },
              "type": "object"
            },
            "x-ms-parameter-location": "method"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "allOf": [
                {
                  "description": "Base resource object.",
                  "properties": {
                    "id": {
                      "description": "ID of the resource.",
                      "readOnly": true,
                      "type": "string"
                    },
                    "location": {
                      "description": "Location of the resource.",
                      "type": "string"
                    },
                    "name": {
                      "description": "Name of the resource.",
                      "readOnly": true,
                      "type": "string"
                    },
                    "type": {
                      "description": "Type of Resource.",
                      "readOnly": true,
                      "type": "string"
                    }
                  },
                  "type": "object",
                  "x-ms-azure-resource": true
                }
              ],
              "description": "Holds Compute quota information used to control resource allocation.",
              "properties": {
                "properties": {
                  "description": "Properties for a Compute Quota",
                  "properties": {
                    "availabilitySetCount": {
                      "description": "Maximum number of availability sets allowed.",
                      "format": "int32",
                      "minimum": 0,
                      "type": "integer"
                    },
                    "coresLimit": {
                      "description": "Maximum number of cores allowed.",
                      "format": "int32",
                      "minimum": 0,
                      "type": "integer"
                    },
                    "maxAllocationPremiumManagedDisksAndSnapshots": {
                      "description": "Maximum number of managed disks and snapshots of type premium allowed.",
                      "format": "int32",
                      "minimum": 0,
                      "type": "integer"
                    },
                    "maxAllocationStandardManagedDisksAndSnapshots": {
                      "description": "Maximum number of managed disks and snapshots of type standard allowed.",
                      "format": "int32",
                      "minimum": 0,
                      "type": "integer"
                    },
                    "virtualMachineCount": {
                      "description": "Maximum number of virtual machines allowed.",
                      "format": "int32",
                      "minimum": 0,
                      "type": "integer"
                    },
                    "vmScaleSetCount": {
                      "description": "Maximum number of scale sets allowed.",
                      "format": "int32",
                      "minimum": 0,
                      "type": "integer"
                    }
                  },
                  "type": "object"
                }
              },
              "type": "object"
            }
          }
        },
        "summary": "Creates or Updates a Compute Quota.",
        "tags": [
          "Quotas"
        ],
        "x-ms-examples": {
          "Creates or Updates a Compute Quota.": {
            "parameters": {
              "api-version": "2018-02-09",
              "location": "local",
              "newQuota": {
                "location": "local",
                "properties": {
                  "availabilitySetCount": 2,
                  "coresLimit": 2,
                  "maxAllocationPremiumManagedDisksAndSnapshots": 1024,
                  "maxAllocationStandardManagedDisksAndSnapshots": 1024,
                  "virtualMachineCount": 2,
                  "vmScaleSetCount": 2
                }
              },
              "quotaName": "testQuotaCreateUpdateDelete",
              "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23"
            },
            "responses": {
              "200": {
                "body": {
                  "id": "/subscriptions/8158498d-27b1-4ccf-9aa1-de0f925731e6/providers/Microsoft.Compute.Admin/locations/local/quotas/testQuotaCreateUpdateDelete",
                  "location": "local",
                  "name": "testQuotaCreateUpdateDelete",
                  "properties": {
                    "availabilitySetCount": 2,
                    "coresLimit": 2,
                    "maxAllocationPremiumManagedDisksAndSnapshots": 1024,
                    "maxAllocationStandardManagedDisksAndSnapshots": 1024,
                    "virtualMachineCount": 2,
                    "vmScaleSetCount": 2
                  },
                  "type": "Microsoft.Compute.Admin/quotas"
                }
              }
            }
          }
        }
      }
    }
  },
  "definitions": {
    "Quota": {
      "allOf": [
        {
          "description": "Base resource object.",
          "properties": {
            "id": {
              "description": "ID of the resource.",
              "readOnly": true,
              "type": "string"
            },
            "location": {
              "description": "Location of the resource.",
              "type": "string"
            },
            "name": {
              "description": "Name of the resource.",
              "readOnly": true,
              "type": "string"
            },
            "type": {
              "description": "Type of Resource.",
              "readOnly": true,
              "type": "string"
            }
          },
          "type": "object",
          "x-ms-azure-resource": true
        }
      ],
      "description": "Holds Compute quota information used to control resource allocation.",
      "properties": {
        "properties": {
          "description": "Properties for a Compute Quota",
          "properties": {
            "availabilitySetCount": {
              "description": "Maximum number of availability sets allowed.",
              "format": "int32",
              "minimum": 0,
              "type": "integer"
            },
            "coresLimit": {
              "description": "Maximum number of cores allowed.",
              "format": "int32",
              "minimum": 0,
              "type": "integer"
            },
            "maxAllocationPremiumManagedDisksAndSnapshots": {
              "description": "Maximum number of managed disks and snapshots of type premium allowed.",
              "format": "int32",
              "minimum": 0,
              "type": "integer"
            },
            "maxAllocationStandardManagedDisksAndSnapshots": {
              "description": "Maximum number of managed disks and snapshots of type standard allowed.",
              "format": "int32",
              "minimum": 0,
              "type": "integer"
            },
            "virtualMachineCount": {
              "description": "Maximum number of virtual machines allowed.",
              "format": "int32",
              "minimum": 0,
              "type": "integer"
            },
            "vmScaleSetCount": {
              "description": "Maximum number of scale sets allowed.",
              "format": "int32",
              "minimum": 0,
              "type": "integer"
            }
          },
          "type": "object"
        }
      },
      "type": "object"
    },
    "QuotaList": {
      "description": "List of Compute quotas",
      "properties": {
        "nextLink": {
          "description": "URI to the next page.",
          "type": "string"
        },
        "value": {
          "description": "List of Compute quotas",
          "items": {
            "allOf": [
              {
                "description": "Base resource object.",
                "properties": {
                  "id": {
                    "description": "ID of the resource.",
                    "readOnly": true,
                    "type": "string"
                  },
                  "location": {
                    "description": "Location of the resource.",
                    "type": "string"
                  },
                  "name": {
                    "description": "Name of the resource.",
                    "readOnly": true,
                    "type": "string"
                  },
                  "type": {
                    "description": "Type of Resource.",
                    "readOnly": true,
                    "type": "string"
                  }
                },
                "type": "object",
                "x-ms-azure-resource": true
              }
            ],
            "description": "Holds Compute quota information used to control resource allocation.",
            "properties": {
              "properties": {
                "description": "Properties for a Compute Quota",
                "properties": {
                  "availabilitySetCount": {
                    "description": "Maximum number of availability sets allowed.",
                    "format": "int32",
                    "minimum": 0,
                    "type": "integer"
                  },
                  "coresLimit": {
                    "description": "Maximum number of cores allowed.",
                    "format": "int32",
                    "minimum": 0,
                    "type": "integer"
                  },
                  "maxAllocationPremiumManagedDisksAndSnapshots": {
                    "description": "Maximum number of managed disks and snapshots of type premium allowed.",
                    "format": "int32",
                    "minimum": 0,
                    "type": "integer"
                  },
                  "maxAllocationStandardManagedDisksAndSnapshots": {
                    "description": "Maximum number of managed disks and snapshots of type standard allowed.",
                    "format": "int32",
                    "minimum": 0,
                    "type": "integer"
                  },
                  "virtualMachineCount": {
                    "description": "Maximum number of virtual machines allowed.",
                    "format": "int32",
                    "minimum": 0,
                    "type": "integer"
                  },
                  "vmScaleSetCount": {
                    "description": "Maximum number of scale sets allowed.",
                    "format": "int32",
                    "minimum": 0,
                    "type": "integer"
                  }
                },
                "type": "object"
              }
            },
            "type": "object"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "QuotaProperties": {
      "description": "Properties for a Compute Quota",
      "properties": {
        "availabilitySetCount": {
          "description": "Maximum number of availability sets allowed.",
          "format": "int32",
          "minimum": 0,
          "type": "integer"
        },
        "coresLimit": {
          "description": "Maximum number of cores allowed.",
          "format": "int32",
          "minimum": 0,
          "type": "integer"
        },
        "maxAllocationPremiumManagedDisksAndSnapshots": {
          "description": "Maximum number of managed disks and snapshots of type premium allowed.",
          "format": "int32",
          "minimum": 0,
          "type": "integer"
        },
        "maxAllocationStandardManagedDisksAndSnapshots": {
          "description": "Maximum number of managed disks and snapshots of type standard allowed.",
          "format": "int32",
          "minimum": 0,
          "type": "integer"
        },
        "virtualMachineCount": {
          "description": "Maximum number of virtual machines allowed.",
          "format": "int32",
          "minimum": 0,
          "type": "integer"
        },
        "vmScaleSetCount": {
          "description": "Maximum number of scale sets allowed.",
          "format": "int32",
          "minimum": 0,
          "type": "integer"
        }
      },
      "type": "object"
    }
  }
}