Skip to content

Commit

Permalink
CodeGen from PR 27668 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 2e46c69410576f27ebccc4bf7b975afc094f1898 into 0aa7ac99172545656aaae911ce13ad572ff0fac1
  • Loading branch information
SDKAuto committed Mar 13, 2024
1 parent 393ce6d commit fbd15bb
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 0 deletions.
127 changes: 127 additions & 0 deletions schemas/2024-06-01-preview/Microsoft.HybridOnboarding.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
{
"id": "https://schema.management.azure.com/schemas/2024-06-01-preview/Microsoft.HybridOnboarding.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Microsoft.HybridOnboarding",
"description": "Microsoft HybridOnboarding Resource Types",
"resourceDefinitions": {
"extensionManagers": {
"type": "object",
"properties": {
"apiVersion": {
"type": "string",
"enum": [
"2024-06-01-preview"
]
},
"identity": {
"oneOf": [
{
"$ref": "#/definitions/ManagedIdentity"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Managed Identity of extension manager resource"
},
"location": {
"type": "string",
"description": "The geo-location where the resource lives"
},
"name": {
"oneOf": [
{
"type": "string",
"pattern": "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$",
"minLength": 1,
"maxLength": 63
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Extension Manager resource"
},
"properties": {
"oneOf": [
{
"$ref": "#/definitions/ExtensionManagerProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The properties of Extension Manager resource"
},
"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.HybridOnboarding/extensionManagers"
]
}
},
"required": [
"apiVersion",
"identity",
"location",
"name",
"properties",
"type"
],
"description": "Microsoft.HybridOnboarding/extensionManagers"
}
},
"definitions": {
"ExtensionManagerProperties": {
"type": "object",
"properties": {
"extendedLocation": {
"type": "string",
"description": "ARM ID of the custom location resource deployed on the Onboarding Appliance"
}
},
"required": [
"extendedLocation"
],
"description": "The properties of Extension Manager resource"
},
"ManagedIdentity": {
"type": "object",
"properties": {
"type": {
"oneOf": [
{
"type": "string",
"enum": [
"SystemAssigned"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Type of managed service identity"
}
},
"required": [
"type"
],
"description": "Managed Identity of extension manager resource"
}
}
}
3 changes: 3 additions & 0 deletions schemas/common/autogeneratedResources.json
Original file line number Diff line number Diff line change
Expand Up @@ -18997,6 +18997,9 @@
{
"$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.HybridNetwork.json#/resourceDefinitions/sites"
},
{
"$ref": "https://schema.management.azure.com/schemas/2024-06-01-preview/Microsoft.HybridOnboarding.json#/resourceDefinitions/extensionManagers"
},
{
"$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.ImportExport.json#/resourceDefinitions/jobs"
},
Expand Down

0 comments on commit fbd15bb

Please sign in to comment.