Skip to content
Closed
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
89 changes: 89 additions & 0 deletions schemas/2023-04-13/Microsoft.GraphServices.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{
"id": "https://schema.management.azure.com/schemas/2023-04-13/Microsoft.GraphServices.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Microsoft.GraphServices",
"description": "Microsoft GraphServices Resource Types",
"resourceDefinitions": {
"accounts": {
"type": "object",
"properties": {
"apiVersion": {
"type": "string",
"enum": [
"2023-04-13"
]
},
"location": {
"type": "string",
"description": "Location of the resource."
},
"name": {
"type": "string",
"description": "The name of the resource."
},
"properties": {
"oneOf": [
{
"$ref": "#/definitions/AccountResourceProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Property bag from billing account"
},
"tags": {
"oneOf": [
{
"type": "object",
"additionalProperties": {
"type": "string"
},
"properties": {}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "resource tags."
},
"type": {
"type": "string",
"enum": [
"Microsoft.GraphServices/accounts"
]
}
},
"required": [
"apiVersion",
"name",
"properties",
"type"
],
"description": "Microsoft.GraphServices/accounts"
}
},
"definitions": {
"AccountResourceProperties": {
"type": "object",
"properties": {
"appId": {
"oneOf": [
{
"type": "string",
"pattern": "(^[A-Za-z0-9]{8}-[A-Za-z0-9]{4}-[A-Za-z0-9]{4}-[A-Za-z0-9]{4}-[A-Za-z0-9]{12}?)$"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Customer owned application ID"
}
},
"required": [
"appId"
],
"description": "Property bag from billing account"
}
}
}
3 changes: 3 additions & 0 deletions schemas/common/autogeneratedResources.json
Original file line number Diff line number Diff line change
Expand Up @@ -14011,6 +14011,9 @@
{
"$ref": "https://schema.management.azure.com/schemas/2022-09-22-preview/Microsoft.GraphServices.json#/resourceDefinitions/accounts"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-04-13/Microsoft.GraphServices.json#/resourceDefinitions/accounts"
},
{
"$ref": "https://schema.management.azure.com/schemas/2017-11-03-preview/Microsoft.HanaOnAzure.json#/resourceDefinitions/hanaInstances"
},
Expand Down