Skip to content

Commit

Permalink
Update Generated Types (#1758)
Browse files Browse the repository at this point in the history
Generate types for https://github.com/Azure/azure-rest-api-specs/tree/f5cb37608399dd19760b9ef985a707294e32fbda

Co-authored-by: anthony-c-martin <anthony-c-martin@users.noreply.github.com>
  • Loading branch information
anthony-c-martin and anthony-c-martin authored Aug 8, 2023
1 parent 9082b99 commit 0f5bf5f
Show file tree
Hide file tree
Showing 1,828 changed files with 3,638,665 additions and 1,702 deletions.
48 changes: 48 additions & 0 deletions generated/addons/microsoft.addons/2017-05-15/schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"id": "https://schema.management.azure.com/schemas/2017-05-15/Microsoft.Addons.json#",
"title": "Microsoft.Addons",
"description": "Microsoft Addons Resource Types",
"$schema": "http://json-schema.org/draft-04/schema#",
"subscription_resourceDefinitions": {
"supportProviders_supportPlanTypes": {
"description": "Microsoft.Addons/supportProviders/supportPlanTypes",
"properties": {
"apiVersion": {
"enum": [
"2017-05-15"
],
"type": "string"
},
"name": {
"description": "The Canonical support plan type.",
"oneOf": [
{
"enum": [
"Essential",
"Standard",
"Advanced"
],
"type": "string"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"type": {
"enum": [
"Microsoft.Addons/supportProviders/supportPlanTypes"
],
"type": "string"
}
},
"required": [
"name",
"apiVersion",
"type"
],
"type": "object"
}
},
"definitions": {}
}
48 changes: 48 additions & 0 deletions generated/addons/microsoft.addons/2018-03-01/schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"id": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Addons.json#",
"title": "Microsoft.Addons",
"description": "Microsoft Addons Resource Types",
"$schema": "http://json-schema.org/draft-04/schema#",
"subscription_resourceDefinitions": {
"supportProviders_supportPlanTypes": {
"description": "Microsoft.Addons/supportProviders/supportPlanTypes",
"properties": {
"apiVersion": {
"enum": [
"2018-03-01"
],
"type": "string"
},
"name": {
"description": "The Canonical support plan type.",
"oneOf": [
{
"enum": [
"Essential",
"Standard",
"Advanced"
],
"type": "string"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"type": {
"enum": [
"Microsoft.Addons/supportProviders/supportPlanTypes"
],
"type": "string"
}
},
"required": [
"name",
"apiVersion",
"type"
],
"type": "object"
}
},
"definitions": {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,221 @@
{
"id": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.AutonomousDevelopmentPlatform.json#",
"title": "Microsoft.AutonomousDevelopmentPlatform",
"description": "Microsoft AutonomousDevelopmentPlatform Resource Types",
"$schema": "http://json-schema.org/draft-04/schema#",
"resourceDefinitions": {
"accounts": {
"description": "Microsoft.AutonomousDevelopmentPlatform/accounts",
"properties": {
"apiVersion": {
"enum": [
"2020-07-01-preview"
],
"type": "string"
},
"location": {
"description": "The geo-location where the resource lives",
"type": "string"
},
"name": {
"description": "The name of the ADP account.",
"oneOf": [
{
"maxLength": 50,
"pattern": "^[a-z0-9]+(-[a-z0-9]+)*",
"type": "string"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"properties": {
"description": "List of account properties",
"oneOf": [
{
"$ref": "#/definitions/AccountProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"resources": {
"items": {
"oneOf": [
{
"$ref": "#/definitions/accounts_dataPools_childResource"
}
]
},
"type": "array"
},
"tags": {
"description": "Resource tags.",
"oneOf": [
{
"additionalProperties": {
"type": "string"
},
"properties": {},
"type": "object"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"type": {
"enum": [
"Microsoft.AutonomousDevelopmentPlatform/accounts"
],
"type": "string"
}
},
"required": [
"name",
"properties",
"apiVersion",
"type"
],
"type": "object"
},
"accounts_dataPools": {
"description": "Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools",
"properties": {
"apiVersion": {
"enum": [
"2020-07-01-preview"
],
"type": "string"
},
"name": {
"description": "The name of the Data Pool.",
"oneOf": [
{
"maxLength": 50,
"pattern": "^[a-z0-9]+(-[a-z0-9]+)*",
"type": "string"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"properties": {
"description": "List of data pool properties",
"oneOf": [
{
"$ref": "#/definitions/DataPoolProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"type": {
"enum": [
"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools"
],
"type": "string"
}
},
"required": [
"name",
"properties",
"apiVersion",
"type"
],
"type": "object"
}
},
"definitions": {
"AccountProperties": {
"description": "ADP account properties",
"properties": {},
"type": "object"
},
"DataPoolLocation": {
"description": "Location of a Data Pool",
"properties": {
"name": {
"description": "The location name",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"DataPoolProperties": {
"description": "Data Pool properties",
"properties": {
"locations": {
"description": "Gets or sets the collection of locations where Data Pool resources should be created.",
"oneOf": [
{
"items": {
"$ref": "#/definitions/DataPoolLocation"
},
"type": "array"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
}
},
"type": "object"
},
"accounts_dataPools_childResource": {
"description": "Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools",
"properties": {
"apiVersion": {
"enum": [
"2020-07-01-preview"
],
"type": "string"
},
"name": {
"description": "The name of the Data Pool.",
"oneOf": [
{
"maxLength": 50,
"pattern": "^[a-z0-9]+(-[a-z0-9]+)*",
"type": "string"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"properties": {
"description": "List of data pool properties",
"oneOf": [
{
"$ref": "#/definitions/DataPoolProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"type": {
"enum": [
"dataPools"
],
"type": "string"
}
},
"required": [
"name",
"properties",
"apiVersion",
"type"
],
"type": "object"
}
}
}
Loading

0 comments on commit 0f5bf5f

Please sign in to comment.