Skip to content
Open
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
78 changes: 78 additions & 0 deletions schemas/2020-05-01-preview/Microsoft.AzureActiveDirectory.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"id": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.AzureActiveDirectory.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Microsoft.AzureActiveDirectory",
"description": "Microsoft AzureActiveDirectory Resource Types",
"resourceDefinitions": {
"guestUsages": {
"type": "object",
"properties": {
"apiVersion": {
"type": "string",
"enum": [
"2020-05-01-preview"
]
},
"location": {
"type": "string",
"description": "Location of the Guest Usages resource."
},
"name": {
"type": "string",
"description": "The initial domain name of the AAD tenant."
},
"properties": {
"oneOf": [
{
"$ref": "#/definitions/GuestUsagesResourceProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Guest Usages Resource Properties"
},
"tags": {
"oneOf": [
{
"type": "object",
"additionalProperties": {
"type": "string"
},
"properties": {}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Key-value pairs of additional resource provisioning properties."
},
"type": {
"type": "string",
"enum": [
"Microsoft.AzureActiveDirectory/guestUsages"
]
}
},
"required": [
"apiVersion",
"name",
"properties",
"type"
],
"description": "Microsoft.AzureActiveDirectory/guestUsages"
}
},
"definitions": {
"GuestUsagesResourceProperties": {
"type": "object",
"properties": {
"tenantId": {
"type": "string",
"description": "An identifier for the tenant for which the resource is being created"
}
},
"description": "Guest Usages Resource Properties"
}
}
}
3 changes: 3 additions & 0 deletions schemas/common/autogeneratedResources.json
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,9 @@
{
"$ref": "https://schema.management.azure.com/schemas/2020-03-20/Microsoft.AVS.json#/resourceDefinitions/privateClouds_hcxEnterpriseSites"
},
{
"$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.AzureActiveDirectory.json#/resourceDefinitions/guestUsages"
},
{
"$ref": "https://schema.management.azure.com/schemas/2019-07-24-preview/Microsoft.AzureData.json#/resourceDefinitions/dataControllers"
},
Expand Down