update bicep types to 7492c6d0a12a07f97b955661bf6df83d51bbb14d (#612)

This commit is contained in:
Heng Lu 2024-09-12 13:56:44 +08:00 коммит произвёл GitHub
Родитель b9d3c53623
Коммит b56b83df7f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
119 изменённых файлов: 238300 добавлений и 23993 удалений

Просмотреть файл

@ -26,6 +26,7 @@ ENHANCEMENTS:
- `azapi` resources and data sources: The `response_export_values` field supports JMESPath expressions.
- Accept `AZURE_CLIENT_ID` and `AZURE_TENANT_ID` environment variables when authenticating using AKS workload identity.
- `azapi` provider: Support `oidc_azure_service_connection_id` field, which is used to specify the Azure Service Connection ID for OIDC authentication with Azure DevOps.
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/7492c6d0a12a07f97b955661bf6df83d51bbb14d
## v1.15.0

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1,7 +1,7 @@
[
{
"$type": "StringType",
"pattern": "^[^_\\W][\\w-._]{0,79}(?<![-.])$"
"pattern": "^[^_\\W][\\w\\-._]{0,79}(?<![-.])$"
},
{
"$type": "StringLiteralType",

Просмотреть файл

@ -1,7 +1,7 @@
[
{
"$type": "StringType",
"pattern": "^[^_\\W][\\w-._]{0,79}(?<![-.])$"
"pattern": "^[^_\\W][\\w\\-._]{0,79}(?<![-.])$"
},
{
"$type": "StringLiteralType",

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -6505,7 +6505,7 @@
"$ref": "#/525"
},
"flags": 0,
"description": "Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: **ForceDetach.** detachOption: **ForceDetach** is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. **This feature is still in preview** mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'."
"description": "Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: **ForceDetach.** detachOption: **ForceDetach** is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. **This feature is still in preview**. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'."
},
"deleteOption": {
"type": {

Просмотреть файл

@ -347,7 +347,7 @@
"$type": "ResourceFunctionType",
"name": "virtualMachinesCancelOperations",
"resourceType": "Microsoft.ComputeSchedule/locations",
"apiVersion": "2024-06-01-preview",
"apiVersion": "2024-08-15-preview",
"output": {
"$ref": "#/3"
},
@ -494,7 +494,7 @@
"$type": "ResourceFunctionType",
"name": "virtualMachinesExecuteDeallocate",
"resourceType": "Microsoft.ComputeSchedule/locations",
"apiVersion": "2024-06-01-preview",
"apiVersion": "2024-08-15-preview",
"output": {
"$ref": "#/38"
},
@ -573,7 +573,7 @@
"$type": "ResourceFunctionType",
"name": "virtualMachinesExecuteHibernate",
"resourceType": "Microsoft.ComputeSchedule/locations",
"apiVersion": "2024-06-01-preview",
"apiVersion": "2024-08-15-preview",
"output": {
"$ref": "#/42"
},
@ -652,7 +652,7 @@
"$type": "ResourceFunctionType",
"name": "virtualMachinesExecuteStart",
"resourceType": "Microsoft.ComputeSchedule/locations",
"apiVersion": "2024-06-01-preview",
"apiVersion": "2024-08-15-preview",
"output": {
"$ref": "#/46"
},
@ -662,13 +662,158 @@
},
{
"$type": "ObjectType",
"name": "GetOperationStatusRequest",
"name": "GetOperationErrorsRequest",
"properties": {
"operationIds": {
"type": {
"$ref": "#/50"
},
"flags": 1,
"description": "The list of operation ids to query errors of"
}
}
},
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/1"
}
},
{
"$type": "ObjectType",
"name": "GetOperationErrorsResponse",
"properties": {
"results": {
"type": {
"$ref": "#/55"
},
"flags": 1,
"description": "An array of operationids and their corresponding errors if any"
}
}
},
{
"$type": "ObjectType",
"name": "OperationErrorsResult",
"properties": {
"operationId": {
"type": {
"$ref": "#/1"
},
"flags": 0,
"description": "The operationId identifying a vm operation"
},
"creationTime": {
"type": {
"$ref": "#/1"
},
"flags": 0,
"description": "The creation time of the error result"
},
"activationTime": {
"type": {
"$ref": "#/1"
},
"flags": 0,
"description": "The activation time of a vm operation"
},
"completedAt": {
"type": {
"$ref": "#/1"
},
"flags": 0,
"description": "The completion time of the operation if the operation was completed"
},
"operationErrors": {
"type": {
"$ref": "#/54"
},
"flags": 0,
"description": "A list of errors associated with the operationid"
},
"requestErrorCode": {
"type": {
"$ref": "#/1"
},
"flags": 0,
"description": "Request level error code"
},
"requestErrorDetails": {
"type": {
"$ref": "#/1"
},
"flags": 0,
"description": "Request level error details"
}
}
},
{
"$type": "ObjectType",
"name": "OperationErrorDetails",
"properties": {
"errorCode": {
"type": {
"$ref": "#/1"
},
"flags": 1,
"description": "The error code of the operation"
},
"errorDetails": {
"type": {
"$ref": "#/1"
},
"flags": 1,
"description": "The error details of the operation"
},
"timeStamp": {
"type": {
"$ref": "#/1"
},
"flags": 1,
"description": "The timestamp of the error occurence"
},
"crpOperationId": {
"type": {
"$ref": "#/1"
},
"flags": 1,
"description": "CRP operationid of the operation for deeper analysis"
}
}
},
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/53"
}
},
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/52"
}
},
{
"$type": "ResourceFunctionType",
"name": "virtualMachinesGetOperationErrors",
"resourceType": "Microsoft.ComputeSchedule/locations",
"apiVersion": "2024-08-15-preview",
"output": {
"$ref": "#/51"
},
"input": {
"$ref": "#/49"
}
},
{
"$type": "ObjectType",
"name": "GetOperationStatusRequest",
"properties": {
"operationIds": {
"type": {
"$ref": "#/58"
},
"flags": 1,
"description": "The list of operation ids to get the status of"
},
"correlationid": {
@ -692,7 +837,7 @@
"properties": {
"results": {
"type": {
"$ref": "#/52"
"$ref": "#/60"
},
"flags": 1,
"description": "An array of resource operations based on their operation ids"
@ -709,12 +854,12 @@
"$type": "ResourceFunctionType",
"name": "virtualMachinesGetOperationStatus",
"resourceType": "Microsoft.ComputeSchedule/locations",
"apiVersion": "2024-06-01-preview",
"apiVersion": "2024-08-15-preview",
"output": {
"$ref": "#/51"
"$ref": "#/59"
},
"input": {
"$ref": "#/49"
"$ref": "#/57"
}
},
{
@ -723,7 +868,7 @@
"properties": {
"schedule": {
"type": {
"$ref": "#/55"
"$ref": "#/63"
},
"flags": 1,
"description": "The schedule for the request"
@ -771,7 +916,7 @@
},
"deadlineType": {
"type": {
"$ref": "#/59"
"$ref": "#/67"
},
"flags": 1,
"description": "The deadlinetype of the operation, this can either be InitiateAt or CompleteBy"
@ -794,13 +939,13 @@
"$type": "UnionType",
"elements": [
{
"$ref": "#/56"
"$ref": "#/64"
},
{
"$ref": "#/57"
"$ref": "#/65"
},
{
"$ref": "#/58"
"$ref": "#/66"
},
{
"$ref": "#/1"
@ -811,12 +956,12 @@
"$type": "ResourceFunctionType",
"name": "virtualMachinesSubmitDeallocate",
"resourceType": "Microsoft.ComputeSchedule/locations",
"apiVersion": "2024-06-01-preview",
"apiVersion": "2024-08-15-preview",
"output": {
"$ref": "#/38"
},
"input": {
"$ref": "#/54"
"$ref": "#/62"
}
},
{
@ -825,7 +970,7 @@
"properties": {
"schedule": {
"type": {
"$ref": "#/55"
"$ref": "#/63"
},
"flags": 1,
"description": "The schedule for the request"
@ -857,12 +1002,12 @@
"$type": "ResourceFunctionType",
"name": "virtualMachinesSubmitHibernate",
"resourceType": "Microsoft.ComputeSchedule/locations",
"apiVersion": "2024-06-01-preview",
"apiVersion": "2024-08-15-preview",
"output": {
"$ref": "#/42"
},
"input": {
"$ref": "#/61"
"$ref": "#/69"
}
},
{
@ -871,7 +1016,7 @@
"properties": {
"schedule": {
"type": {
"$ref": "#/55"
"$ref": "#/63"
},
"flags": 1,
"description": "The schedule for the request"
@ -903,12 +1048,12 @@
"$type": "ResourceFunctionType",
"name": "virtualMachinesSubmitStart",
"resourceType": "Microsoft.ComputeSchedule/locations",
"apiVersion": "2024-06-01-preview",
"apiVersion": "2024-08-15-preview",
"output": {
"$ref": "#/46"
},
"input": {
"$ref": "#/63"
"$ref": "#/71"
}
}
]

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -2179,7 +2179,7 @@
"$ref": "#/124"
},
"flags": 0,
"description": "Specifications on how to scale the VirtualMachines agent pool to a fixed size. Currently, at most one ManualScaleProfile is allowed."
"description": "Specifications on how to scale the VirtualMachines agent pool to a fixed size."
},
"autoscale": {
"type": {

Просмотреть файл

@ -2179,7 +2179,7 @@
"$ref": "#/124"
},
"flags": 0,
"description": "Specifications on how to scale the VirtualMachines agent pool to a fixed size. Currently, at most one ManualScaleProfile is allowed."
"description": "Specifications on how to scale the VirtualMachines agent pool to a fixed size."
},
"autoscale": {
"type": {

Просмотреть файл

@ -2179,7 +2179,7 @@
"$ref": "#/124"
},
"flags": 0,
"description": "Specifications on how to scale the VirtualMachines agent pool to a fixed size. Currently, at most one ManualScaleProfile is allowed."
"description": "Specifications on how to scale the VirtualMachines agent pool to a fixed size."
},
"autoscale": {
"type": {

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -122,7 +122,7 @@
"$ref": "#/2"
},
"flags": 0,
"description": "Contains connectivity type specific further configuration (e.g. OPC UA, Modbus, ONVIF)."
"description": "Stringified JSON that contains connectivity type specific further configuration (e.g. OPC UA, Modbus, ONVIF)."
},
"provisioningState": {
"type": {
@ -142,7 +142,7 @@
"$ref": "#/10"
},
"flags": 1,
"description": "Defines the mode to authenticate the user of the client at the server."
"description": "Defines the method to authenticate the user of the client at the server."
},
"usernamePasswordCredentials": {
"type": {
@ -666,28 +666,28 @@
"$ref": "#/2"
},
"flags": 0,
"description": "Protocol-specific default configuration for all data points. Each data point can have its own configuration that overrides the default settings here. This assumes that each asset instance has one protocol."
"description": "Stringified JSON that contains protocol-specific default configuration for all data points. Each data point can have its own configuration that overrides the default settings here."
},
"defaultEventsConfiguration": {
"type": {
"$ref": "#/2"
},
"flags": 0,
"description": "Protocol-specific default configuration for all events. Each event can have its own configuration that overrides the default settings here. This assumes that each asset instance has one protocol."
"description": "Stringified JSON that contains connector-specific default configuration for all events. Each event can have its own configuration that overrides the default settings here."
},
"dataPoints": {
"type": {
"$ref": "#/50"
},
"flags": 0,
"description": "Array of data points that are part of the asset. Each data point can reference an asset type capability and have per-data point configuration. See below for more details for the definition of the dataPoints element."
"description": "Array of data points that are part of the asset. Each data point can reference an asset type capability and have per-data point configuration."
},
"events": {
"type": {
"$ref": "#/55"
},
"flags": 0,
"description": "Array of events that are part of the asset. Each event can reference an asset type capability and have per-event configuration. See below for more details about the definition of the events element."
"description": "Array of events that are part of the asset. Each event can have per-event configuration."
},
"status": {
"type": {
@ -759,7 +759,7 @@
"$ref": "#/2"
},
"flags": 0,
"description": "Protocol-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize."
"description": "Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize."
}
}
},
@ -849,7 +849,7 @@
"$ref": "#/2"
},
"flags": 0,
"description": "Protocol-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize."
"description": "Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize."
}
}
},
@ -889,14 +889,14 @@
"type": {
"$ref": "#/58"
},
"flags": 0,
"flags": 2,
"description": "Array object to transfer and persist errors that originate from the Edge."
},
"version": {
"type": {
"$ref": "#/40"
},
"flags": 0,
"flags": 2,
"description": "A read only incremental counter indicating the number of times the configuration has been modified from the perspective of the current actual (Edge) state of the Asset. Edge would be the only writer of this value and would sync back up to the cloud. In steady state, this should equal version."
}
}
@ -909,14 +909,14 @@
"type": {
"$ref": "#/40"
},
"flags": 0,
"flags": 2,
"description": "Error code for classification of errors (ex: 400, 404, 500, etc.)."
},
"message": {
"type": {
"$ref": "#/2"
},
"flags": 0,
"flags": 2,
"description": "Human readable helpful error message to provide additional context for error (ex: “capability Id 'foo' does not exist”)."
}
}

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -52,7 +52,7 @@
"type": {
"$ref": "#/5"
},
"flags": 0,
"flags": 1,
"description": "The resource-specific properties for this resource."
},
"sku": {

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -58,14 +58,14 @@
},
"tags": {
"type": {
"$ref": "#/13"
"$ref": "#/14"
},
"flags": 0,
"description": "Resource tags"
},
"identity": {
"type": {
"$ref": "#/14"
"$ref": "#/15"
},
"flags": 0,
"description": "Hybrid Compute Machine Managed Identity"
@ -120,7 +120,7 @@
},
"vmId": {
"type": {
"$ref": "#/0"
"$ref": "#/13"
},
"flags": 2,
"description": "Specifies the hybrid machine unique ID."
@ -254,6 +254,12 @@
"$ref": "#/10"
}
},
{
"$type": "StringType",
"minLength": 36,
"maxLength": 36,
"pattern": "^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$"
},
{
"$type": "ObjectType",
"name": "ResourceTags",
@ -297,5 +303,113 @@
"$ref": "#/3"
},
"flags": 0
},
{
"$type": "ObjectType",
"name": "MachineReconnect",
"properties": {
"properties": {
"type": {
"$ref": "#/18"
},
"flags": 0,
"description": "Hybrid Compute Machine properties"
}
}
},
{
"$type": "ObjectType",
"name": "MachineReconnectProperties",
"properties": {
"vmId": {
"type": {
"$ref": "#/0"
},
"flags": 0,
"description": "Specifies the hybrid machine unique ID."
},
"clientPublicKey": {
"type": {
"$ref": "#/0"
},
"flags": 0,
"description": "Public Key that the client provides to be used during initial resource onboarding."
}
}
},
{
"$type": "ObjectType",
"name": "Machine",
"properties": {
"properties": {
"type": {
"$ref": "#/4"
},
"flags": 0,
"description": "Hybrid Compute Machine properties"
},
"id": {
"type": {
"$ref": "#/0"
},
"flags": 2,
"description": "Resource Id"
},
"name": {
"type": {
"$ref": "#/0"
},
"flags": 2,
"description": "Resource name"
},
"type": {
"type": {
"$ref": "#/0"
},
"flags": 2,
"description": "Resource type"
},
"location": {
"type": {
"$ref": "#/0"
},
"flags": 1,
"description": "Resource location"
},
"tags": {
"type": {
"$ref": "#/20"
},
"flags": 0,
"description": "Resource tags"
},
"identity": {
"type": {
"$ref": "#/15"
},
"flags": 0,
"description": "Hybrid Compute Machine Managed Identity"
}
}
},
{
"$type": "ObjectType",
"name": "ResourceTags",
"properties": {},
"additionalProperties": {
"$ref": "#/0"
}
},
{
"$type": "ResourceFunctionType",
"name": "reconnect",
"resourceType": "Microsoft.HybridCompute/machines",
"apiVersion": "2019-03-18-preview",
"output": {
"$ref": "#/19"
},
"input": {
"$ref": "#/17"
}
}
]

Просмотреть файл

@ -58,14 +58,14 @@
},
"tags": {
"type": {
"$ref": "#/20"
"$ref": "#/21"
},
"flags": 0,
"description": "Resource tags"
},
"identity": {
"type": {
"$ref": "#/21"
"$ref": "#/22"
},
"flags": 0,
"description": "Hybrid Compute Machine Managed Identity"
@ -120,7 +120,7 @@
},
"vmId": {
"type": {
"$ref": "#/0"
"$ref": "#/13"
},
"flags": 2,
"description": "Specifies the hybrid machine unique ID."
@ -169,7 +169,7 @@
},
"extensions": {
"type": {
"$ref": "#/19"
"$ref": "#/20"
},
"flags": 0,
"description": "Machine Extensions information"
@ -261,6 +261,12 @@
"$ref": "#/10"
}
},
{
"$type": "StringType",
"minLength": 36,
"maxLength": 36,
"pattern": "^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$"
},
{
"$type": "ObjectType",
"name": "MachineExtensionInstanceView",
@ -288,7 +294,7 @@
},
"status": {
"type": {
"$ref": "#/14"
"$ref": "#/15"
},
"flags": 0,
"description": "Instance view status."
@ -308,7 +314,7 @@
},
"level": {
"type": {
"$ref": "#/18"
"$ref": "#/19"
},
"flags": 0,
"description": "The level code."
@ -351,21 +357,21 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/15"
},
{
"$ref": "#/16"
},
{
"$ref": "#/17"
},
{
"$ref": "#/18"
}
]
},
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/13"
"$ref": "#/14"
}
},
{
@ -440,21 +446,21 @@
},
"type": {
"type": {
"$ref": "#/23"
"$ref": "#/24"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/24"
"$ref": "#/25"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/26"
"$ref": "#/27"
},
"flags": 0,
"description": "Describes Machine Extension Properties."
@ -468,14 +474,14 @@
},
"tags": {
"type": {
"$ref": "#/29"
"$ref": "#/30"
},
"flags": 0,
"description": "Resource tags"
},
"identity": {
"type": {
"$ref": "#/21"
"$ref": "#/22"
},
"flags": 0,
"description": "Hybrid Compute Machine Managed Identity"
@ -516,21 +522,21 @@
},
"autoUpgradeMinorVersion": {
"type": {
"$ref": "#/27"
"$ref": "#/28"
},
"flags": 0,
"description": "Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true."
},
"settings": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 0,
"description": "Json formatted public settings for the extension."
},
"protectedSettings": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 0,
"description": "The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all."
@ -544,7 +550,7 @@
},
"instanceView": {
"type": {
"$ref": "#/13"
"$ref": "#/14"
},
"flags": 0,
"description": "The machine extension instance view."
@ -570,8 +576,116 @@
"name": "Microsoft.HybridCompute/machines/extensions@2019-08-02-preview",
"scopeType": 8,
"body": {
"$ref": "#/25"
"$ref": "#/26"
},
"flags": 0
},
{
"$type": "ObjectType",
"name": "MachineReconnect",
"properties": {
"properties": {
"type": {
"$ref": "#/33"
},
"flags": 0,
"description": "Hybrid Compute Machine properties"
}
}
},
{
"$type": "ObjectType",
"name": "MachineReconnectProperties",
"properties": {
"vmId": {
"type": {
"$ref": "#/0"
},
"flags": 0,
"description": "Specifies the hybrid machine unique ID."
},
"clientPublicKey": {
"type": {
"$ref": "#/0"
},
"flags": 0,
"description": "Public Key that the client provides to be used during initial resource onboarding."
}
}
},
{
"$type": "ObjectType",
"name": "Machine",
"properties": {
"properties": {
"type": {
"$ref": "#/4"
},
"flags": 0,
"description": "Hybrid Compute Machine properties"
},
"id": {
"type": {
"$ref": "#/0"
},
"flags": 2,
"description": "Resource Id"
},
"name": {
"type": {
"$ref": "#/0"
},
"flags": 2,
"description": "Resource name"
},
"type": {
"type": {
"$ref": "#/0"
},
"flags": 2,
"description": "Resource type"
},
"location": {
"type": {
"$ref": "#/0"
},
"flags": 1,
"description": "Resource location"
},
"tags": {
"type": {
"$ref": "#/35"
},
"flags": 0,
"description": "Resource tags"
},
"identity": {
"type": {
"$ref": "#/22"
},
"flags": 0,
"description": "Hybrid Compute Machine Managed Identity"
}
}
},
{
"$type": "ObjectType",
"name": "ResourceTags",
"properties": {},
"additionalProperties": {
"$ref": "#/0"
}
},
{
"$type": "ResourceFunctionType",
"name": "reconnect",
"resourceType": "Microsoft.HybridCompute/machines",
"apiVersion": "2019-08-02-preview",
"output": {
"$ref": "#/34"
},
"input": {
"$ref": "#/32"
}
}
]

Просмотреть файл

@ -51,13 +51,13 @@
},
"identity": {
"type": {
"$ref": "#/22"
"$ref": "#/23"
},
"flags": 0
},
"tags": {
"type": {
"$ref": "#/24"
"$ref": "#/25"
},
"flags": 0,
"description": "Resource tags."
@ -126,7 +126,7 @@
},
"vmId": {
"type": {
"$ref": "#/0"
"$ref": "#/15"
},
"flags": 0,
"description": "Specifies the hybrid machine unique ID."
@ -168,7 +168,7 @@
},
"extensions": {
"type": {
"$ref": "#/21"
"$ref": "#/22"
},
"flags": 0,
"description": "Machine Extensions information"
@ -301,6 +301,12 @@
"$ref": "#/12"
}
},
{
"$type": "StringType",
"minLength": 36,
"maxLength": 36,
"pattern": "^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$"
},
{
"$type": "ObjectType",
"name": "MachineExtensionInstanceView",
@ -328,7 +334,7 @@
},
"status": {
"type": {
"$ref": "#/16"
"$ref": "#/17"
},
"flags": 0,
"description": "Instance view status."
@ -348,7 +354,7 @@
},
"level": {
"type": {
"$ref": "#/20"
"$ref": "#/21"
},
"flags": 0,
"description": "The level code."
@ -391,15 +397,15 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/17"
},
{
"$ref": "#/18"
},
{
"$ref": "#/19"
},
{
"$ref": "#/20"
},
{
"$ref": "#/0"
}
@ -408,7 +414,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/15"
"$ref": "#/16"
}
},
{
@ -431,7 +437,7 @@
},
"type": {
"type": {
"$ref": "#/23"
"$ref": "#/24"
},
"flags": 0,
"description": "The identity type."
@ -487,28 +493,28 @@
},
"type": {
"type": {
"$ref": "#/26"
"$ref": "#/27"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/27"
"$ref": "#/28"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/29"
"$ref": "#/30"
},
"flags": 0,
"description": "Describes Machine Extension Properties."
},
"tags": {
"type": {
"$ref": "#/33"
"$ref": "#/34"
},
"flags": 0,
"description": "Resource tags."
@ -556,21 +562,21 @@
},
"autoUpgradeMinorVersion": {
"type": {
"$ref": "#/30"
"$ref": "#/31"
},
"flags": 0,
"description": "Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true."
},
"settings": {
"type": {
"$ref": "#/31"
"$ref": "#/32"
},
"flags": 0,
"description": "Json formatted public settings for the extension."
},
"protectedSettings": {
"type": {
"$ref": "#/31"
"$ref": "#/32"
},
"flags": 0,
"description": "The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all."
@ -584,7 +590,7 @@
},
"instanceView": {
"type": {
"$ref": "#/32"
"$ref": "#/33"
},
"flags": 0,
"description": "The machine extension instance view."
@ -624,7 +630,7 @@
},
"status": {
"type": {
"$ref": "#/16"
"$ref": "#/17"
},
"flags": 0,
"description": "Instance view status."
@ -644,8 +650,115 @@
"name": "Microsoft.HybridCompute/machines/extensions@2019-12-12",
"scopeType": 8,
"body": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 0
},
{
"$type": "ObjectType",
"name": "MachineReconnect",
"properties": {
"properties": {
"type": {
"$ref": "#/37"
},
"flags": 0,
"description": "Hybrid Compute Machine properties"
}
}
},
{
"$type": "ObjectType",
"name": "MachineReconnectProperties",
"properties": {
"vmId": {
"type": {
"$ref": "#/0"
},
"flags": 0,
"description": "Specifies the hybrid machine unique ID."
},
"clientPublicKey": {
"type": {
"$ref": "#/0"
},
"flags": 0,
"description": "Public Key that the client provides to be used during initial resource onboarding."
}
}
},
{
"$type": "ObjectType",
"name": "Machine",
"properties": {
"properties": {
"type": {
"$ref": "#/4"
},
"flags": 0,
"description": "Hybrid Compute Machine properties"
},
"identity": {
"type": {
"$ref": "#/23"
},
"flags": 0
},
"tags": {
"type": {
"$ref": "#/39"
},
"flags": 0,
"description": "Resource tags."
},
"location": {
"type": {
"$ref": "#/0"
},
"flags": 1,
"description": "The geo-location where the resource lives"
},
"id": {
"type": {
"$ref": "#/0"
},
"flags": 2,
"description": "Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
},
"name": {
"type": {
"$ref": "#/0"
},
"flags": 2,
"description": "The name of the resource"
},
"type": {
"type": {
"$ref": "#/0"
},
"flags": 2,
"description": "The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\""
}
}
},
{
"$type": "ObjectType",
"name": "TrackedResourceTags",
"properties": {},
"additionalProperties": {
"$ref": "#/0"
}
},
{
"$type": "ResourceFunctionType",
"name": "reconnect",
"resourceType": "Microsoft.HybridCompute/machines",
"apiVersion": "2019-12-12",
"output": {
"$ref": "#/38"
},
"input": {
"$ref": "#/36"
}
}
]

Просмотреть файл

@ -51,13 +51,13 @@
},
"identity": {
"type": {
"$ref": "#/22"
"$ref": "#/23"
},
"flags": 0
},
"tags": {
"type": {
"$ref": "#/23"
"$ref": "#/24"
},
"flags": 0,
"description": "Resource tags."
@ -126,7 +126,7 @@
},
"vmId": {
"type": {
"$ref": "#/0"
"$ref": "#/15"
},
"flags": 0,
"description": "Specifies the hybrid machine unique ID."
@ -168,14 +168,14 @@
},
"vmUuid": {
"type": {
"$ref": "#/0"
"$ref": "#/15"
},
"flags": 2,
"description": "Specifies the Arc Machine's unique SMBIOS ID"
},
"extensions": {
"type": {
"$ref": "#/21"
"$ref": "#/22"
},
"flags": 0,
"description": "Machine Extensions information"
@ -336,6 +336,12 @@
"$ref": "#/12"
}
},
{
"$type": "StringType",
"minLength": 36,
"maxLength": 36,
"pattern": "^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$"
},
{
"$type": "ObjectType",
"name": "MachineExtensionInstanceView",
@ -363,7 +369,7 @@
},
"status": {
"type": {
"$ref": "#/16"
"$ref": "#/17"
},
"flags": 0,
"description": "Instance view status."
@ -383,7 +389,7 @@
},
"level": {
"type": {
"$ref": "#/20"
"$ref": "#/21"
},
"flags": 0,
"description": "The level code."
@ -426,15 +432,15 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/17"
},
{
"$ref": "#/18"
},
{
"$ref": "#/19"
},
{
"$ref": "#/20"
},
{
"$ref": "#/0"
}
@ -443,7 +449,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/15"
"$ref": "#/16"
}
},
{
@ -518,28 +524,28 @@
},
"type": {
"type": {
"$ref": "#/25"
"$ref": "#/26"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/26"
"$ref": "#/27"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 0,
"description": "Describes Machine Extension Properties."
},
"tags": {
"type": {
"$ref": "#/32"
"$ref": "#/33"
},
"flags": 0,
"description": "Resource tags."
@ -587,21 +593,21 @@
},
"autoUpgradeMinorVersion": {
"type": {
"$ref": "#/29"
"$ref": "#/30"
},
"flags": 0,
"description": "Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true."
},
"settings": {
"type": {
"$ref": "#/30"
"$ref": "#/31"
},
"flags": 0,
"description": "Json formatted public settings for the extension."
},
"protectedSettings": {
"type": {
"$ref": "#/30"
"$ref": "#/31"
},
"flags": 0,
"description": "The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all."
@ -615,7 +621,7 @@
},
"instanceView": {
"type": {
"$ref": "#/31"
"$ref": "#/32"
},
"flags": 0,
"description": "The machine extension instance view."
@ -655,7 +661,7 @@
},
"status": {
"type": {
"$ref": "#/16"
"$ref": "#/17"
},
"flags": 0,
"description": "Instance view status."
@ -675,7 +681,7 @@
"name": "Microsoft.HybridCompute/machines/extensions@2020-07-30-preview",
"scopeType": 8,
"body": {
"$ref": "#/27"
"$ref": "#/28"
},
"flags": 0
}

Просмотреть файл

@ -51,13 +51,13 @@
},
"identity": {
"type": {
"$ref": "#/22"
"$ref": "#/23"
},
"flags": 0
},
"tags": {
"type": {
"$ref": "#/23"
"$ref": "#/24"
},
"flags": 0,
"description": "Resource tags."
@ -126,7 +126,7 @@
},
"vmId": {
"type": {
"$ref": "#/0"
"$ref": "#/15"
},
"flags": 0,
"description": "Specifies the hybrid machine unique ID."
@ -168,14 +168,14 @@
},
"vmUuid": {
"type": {
"$ref": "#/0"
"$ref": "#/15"
},
"flags": 2,
"description": "Specifies the Arc Machine's unique SMBIOS ID"
},
"extensions": {
"type": {
"$ref": "#/21"
"$ref": "#/22"
},
"flags": 2,
"description": "Machine Extensions information"
@ -336,6 +336,12 @@
"$ref": "#/12"
}
},
{
"$type": "StringType",
"minLength": 36,
"maxLength": 36,
"pattern": "^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$"
},
{
"$type": "ObjectType",
"name": "MachineExtensionInstanceView",
@ -363,7 +369,7 @@
},
"status": {
"type": {
"$ref": "#/16"
"$ref": "#/17"
},
"flags": 0,
"description": "Instance view status."
@ -383,7 +389,7 @@
},
"level": {
"type": {
"$ref": "#/20"
"$ref": "#/21"
},
"flags": 2,
"description": "The level code."
@ -426,15 +432,15 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/17"
},
{
"$ref": "#/18"
},
{
"$ref": "#/19"
},
{
"$ref": "#/20"
},
{
"$ref": "#/0"
}
@ -443,7 +449,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/15"
"$ref": "#/16"
}
},
{
@ -518,28 +524,28 @@
},
"type": {
"type": {
"$ref": "#/25"
"$ref": "#/26"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/26"
"$ref": "#/27"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 0,
"description": "Describes Machine Extension Properties."
},
"tags": {
"type": {
"$ref": "#/32"
"$ref": "#/33"
},
"flags": 0,
"description": "Resource tags."
@ -587,21 +593,21 @@
},
"autoUpgradeMinorVersion": {
"type": {
"$ref": "#/29"
"$ref": "#/30"
},
"flags": 0,
"description": "Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true."
},
"settings": {
"type": {
"$ref": "#/30"
"$ref": "#/31"
},
"flags": 0,
"description": "Json formatted public settings for the extension."
},
"protectedSettings": {
"type": {
"$ref": "#/30"
"$ref": "#/31"
},
"flags": 0,
"description": "The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all."
@ -615,7 +621,7 @@
},
"instanceView": {
"type": {
"$ref": "#/31"
"$ref": "#/32"
},
"flags": 0,
"description": "The machine extension instance view."
@ -655,7 +661,7 @@
},
"status": {
"type": {
"$ref": "#/16"
"$ref": "#/17"
},
"flags": 0,
"description": "Instance view status."
@ -675,7 +681,7 @@
"name": "Microsoft.HybridCompute/machines/extensions@2020-08-02",
"scopeType": 8,
"body": {
"$ref": "#/27"
"$ref": "#/28"
},
"flags": 0
}

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -51,21 +51,21 @@
},
"identity": {
"type": {
"$ref": "#/25"
"$ref": "#/26"
},
"flags": 0,
"description": "Identity for the resource."
},
"systemData": {
"type": {
"$ref": "#/27"
"$ref": "#/28"
},
"flags": 2,
"description": "The system meta data relating to this resource."
},
"tags": {
"type": {
"$ref": "#/38"
"$ref": "#/39"
},
"flags": 0,
"description": "Resource tags."
@ -134,7 +134,7 @@
},
"vmId": {
"type": {
"$ref": "#/0"
"$ref": "#/18"
},
"flags": 0,
"description": "Specifies the hybrid machine unique ID."
@ -176,14 +176,14 @@
},
"vmUuid": {
"type": {
"$ref": "#/0"
"$ref": "#/18"
},
"flags": 2,
"description": "Specifies the Arc Machine's unique SMBIOS ID"
},
"extensions": {
"type": {
"$ref": "#/24"
"$ref": "#/25"
},
"flags": 0,
"description": "Machine Extensions information"
@ -387,6 +387,12 @@
"$ref": "#/12"
}
},
{
"$type": "StringType",
"minLength": 36,
"maxLength": 36,
"pattern": "^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$"
},
{
"$type": "ObjectType",
"name": "MachineExtensionInstanceView",
@ -414,7 +420,7 @@
},
"status": {
"type": {
"$ref": "#/19"
"$ref": "#/20"
},
"flags": 0,
"description": "Instance view status."
@ -434,7 +440,7 @@
},
"level": {
"type": {
"$ref": "#/23"
"$ref": "#/24"
},
"flags": 0,
"description": "The level code."
@ -477,15 +483,15 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/20"
},
{
"$ref": "#/21"
},
{
"$ref": "#/22"
},
{
"$ref": "#/23"
},
{
"$ref": "#/0"
}
@ -494,7 +500,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/18"
"$ref": "#/19"
}
},
{
@ -517,7 +523,7 @@
},
"type": {
"type": {
"$ref": "#/26"
"$ref": "#/27"
},
"flags": 0,
"description": "The identity type."
@ -541,7 +547,7 @@
},
"createdByType": {
"type": {
"$ref": "#/32"
"$ref": "#/33"
},
"flags": 0,
"description": "The type of identity that created the resource."
@ -562,7 +568,7 @@
},
"lastModifiedByType": {
"type": {
"$ref": "#/37"
"$ref": "#/38"
},
"flags": 0,
"description": "The type of identity that last modified the resource."
@ -595,9 +601,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/28"
},
{
"$ref": "#/29"
},
@ -607,6 +610,9 @@
{
"$ref": "#/31"
},
{
"$ref": "#/32"
},
{
"$ref": "#/0"
}
@ -631,9 +637,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/33"
},
{
"$ref": "#/34"
},
@ -643,6 +646,9 @@
{
"$ref": "#/36"
},
{
"$ref": "#/37"
},
{
"$ref": "#/0"
}
@ -693,35 +699,35 @@
},
"type": {
"type": {
"$ref": "#/40"
"$ref": "#/41"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/41"
"$ref": "#/42"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/43"
"$ref": "#/44"
},
"flags": 0,
"description": "Describes Machine Extension Properties."
},
"systemData": {
"type": {
"$ref": "#/27"
"$ref": "#/28"
},
"flags": 2,
"description": "The system meta data relating to this resource."
},
"tags": {
"type": {
"$ref": "#/45"
"$ref": "#/46"
},
"flags": 0,
"description": "Resource tags."
@ -769,7 +775,7 @@
},
"autoUpgradeMinorVersion": {
"type": {
"$ref": "#/44"
"$ref": "#/45"
},
"flags": 0,
"description": "Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true."
@ -797,7 +803,7 @@
},
"instanceView": {
"type": {
"$ref": "#/18"
"$ref": "#/19"
},
"flags": 0,
"description": "The machine extension instance view."
@ -820,7 +826,7 @@
"name": "Microsoft.HybridCompute/machines/extensions@2021-01-28-preview",
"scopeType": 8,
"body": {
"$ref": "#/42"
"$ref": "#/43"
},
"flags": 0
},
@ -852,28 +858,28 @@
},
"type": {
"type": {
"$ref": "#/47"
"$ref": "#/48"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/48"
"$ref": "#/49"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/50"
"$ref": "#/51"
},
"flags": 0,
"description": "Properties that define a Azure Arc PrivateLinkScope resource."
},
"systemData": {
"type": {
"$ref": "#/27"
"$ref": "#/28"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -887,7 +893,7 @@
},
"tags": {
"type": {
"$ref": "#/54"
"$ref": "#/55"
},
"flags": 0,
"description": "Resource tags"
@ -900,7 +906,7 @@
"properties": {
"publicNetworkAccess": {
"type": {
"$ref": "#/53"
"$ref": "#/54"
},
"flags": 0,
"description": "Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints."
@ -933,10 +939,10 @@
"$type": "UnionType",
"elements": [
{
"$ref": "#/51"
"$ref": "#/52"
},
{
"$ref": "#/52"
"$ref": "#/53"
},
{
"$ref": "#/0"
@ -956,7 +962,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes@2021-01-28-preview",
"scopeType": 8,
"body": {
"$ref": "#/49"
"$ref": "#/50"
},
"flags": 0
},
@ -988,28 +994,28 @@
},
"type": {
"type": {
"$ref": "#/56"
"$ref": "#/57"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/57"
"$ref": "#/58"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/59"
"$ref": "#/60"
},
"flags": 0,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/27"
"$ref": "#/28"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -1022,14 +1028,14 @@
"properties": {
"privateEndpoint": {
"type": {
"$ref": "#/60"
"$ref": "#/61"
},
"flags": 0,
"description": "Private endpoint which the connection belongs to."
},
"privateLinkServiceConnectionState": {
"type": {
"$ref": "#/61"
"$ref": "#/62"
},
"flags": 0,
"description": "Connection state of the private endpoint connection."
@ -1088,7 +1094,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2021-01-28-preview",
"scopeType": 8,
"body": {
"$ref": "#/58"
"$ref": "#/59"
},
"flags": 0
},
@ -1120,28 +1126,28 @@
},
"type": {
"type": {
"$ref": "#/63"
"$ref": "#/64"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/64"
"$ref": "#/65"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/66"
"$ref": "#/67"
},
"flags": 2,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/27"
"$ref": "#/28"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -1161,14 +1167,14 @@
},
"requiredMembers": {
"type": {
"$ref": "#/67"
"$ref": "#/68"
},
"flags": 2,
"description": "The private link resource required member names."
},
"requiredZoneNames": {
"type": {
"$ref": "#/68"
"$ref": "#/69"
},
"flags": 2,
"description": "Required DNS zone names of the the private link resource."
@ -1192,7 +1198,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2021-01-28-preview",
"scopeType": 8,
"body": {
"$ref": "#/65"
"$ref": "#/66"
},
"flags": 1
}

Просмотреть файл

@ -51,21 +51,21 @@
},
"identity": {
"type": {
"$ref": "#/26"
"$ref": "#/27"
},
"flags": 0,
"description": "Identity for the resource."
},
"systemData": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 2,
"description": "The system meta data relating to this resource."
},
"tags": {
"type": {
"$ref": "#/39"
"$ref": "#/40"
},
"flags": 0,
"description": "Resource tags."
@ -134,7 +134,7 @@
},
"vmId": {
"type": {
"$ref": "#/0"
"$ref": "#/18"
},
"flags": 0,
"description": "Specifies the hybrid machine unique ID."
@ -176,14 +176,14 @@
},
"vmUuid": {
"type": {
"$ref": "#/0"
"$ref": "#/18"
},
"flags": 2,
"description": "Specifies the Arc Machine's unique SMBIOS ID"
},
"extensions": {
"type": {
"$ref": "#/24"
"$ref": "#/25"
},
"flags": 0,
"description": "Machine Extensions information"
@ -232,7 +232,7 @@
},
"detectedProperties": {
"type": {
"$ref": "#/25"
"$ref": "#/26"
},
"flags": 2,
"description": "Detected properties from the machine."
@ -401,6 +401,12 @@
"$ref": "#/12"
}
},
{
"$type": "StringType",
"minLength": 36,
"maxLength": 36,
"pattern": "^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$"
},
{
"$type": "ObjectType",
"name": "MachineExtensionInstanceView",
@ -428,7 +434,7 @@
},
"status": {
"type": {
"$ref": "#/19"
"$ref": "#/20"
},
"flags": 0,
"description": "Instance view status."
@ -448,7 +454,7 @@
},
"level": {
"type": {
"$ref": "#/23"
"$ref": "#/24"
},
"flags": 0,
"description": "The level code."
@ -491,15 +497,15 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/20"
},
{
"$ref": "#/21"
},
{
"$ref": "#/22"
},
{
"$ref": "#/23"
},
{
"$ref": "#/0"
}
@ -508,7 +514,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/18"
"$ref": "#/19"
}
},
{
@ -539,7 +545,7 @@
},
"type": {
"type": {
"$ref": "#/27"
"$ref": "#/28"
},
"flags": 0,
"description": "The identity type."
@ -563,7 +569,7 @@
},
"createdByType": {
"type": {
"$ref": "#/33"
"$ref": "#/34"
},
"flags": 0,
"description": "The type of identity that created the resource."
@ -584,7 +590,7 @@
},
"lastModifiedByType": {
"type": {
"$ref": "#/38"
"$ref": "#/39"
},
"flags": 0,
"description": "The type of identity that last modified the resource."
@ -617,9 +623,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/29"
},
{
"$ref": "#/30"
},
@ -629,6 +632,9 @@
{
"$ref": "#/32"
},
{
"$ref": "#/33"
},
{
"$ref": "#/0"
}
@ -653,9 +659,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/34"
},
{
"$ref": "#/35"
},
@ -665,6 +668,9 @@
{
"$ref": "#/37"
},
{
"$ref": "#/38"
},
{
"$ref": "#/0"
}
@ -715,35 +721,35 @@
},
"type": {
"type": {
"$ref": "#/41"
"$ref": "#/42"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/42"
"$ref": "#/43"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/44"
"$ref": "#/45"
},
"flags": 0,
"description": "Describes Machine Extension Properties."
},
"systemData": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 2,
"description": "The system meta data relating to this resource."
},
"tags": {
"type": {
"$ref": "#/46"
"$ref": "#/47"
},
"flags": 0,
"description": "Resource tags."
@ -791,7 +797,7 @@
},
"autoUpgradeMinorVersion": {
"type": {
"$ref": "#/45"
"$ref": "#/46"
},
"flags": 0,
"description": "Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true."
@ -819,7 +825,7 @@
},
"instanceView": {
"type": {
"$ref": "#/18"
"$ref": "#/19"
},
"flags": 0,
"description": "The machine extension instance view."
@ -842,7 +848,7 @@
"name": "Microsoft.HybridCompute/machines/extensions@2021-03-25-preview",
"scopeType": 8,
"body": {
"$ref": "#/43"
"$ref": "#/44"
},
"flags": 0
},
@ -874,28 +880,28 @@
},
"type": {
"type": {
"$ref": "#/48"
"$ref": "#/49"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/49"
"$ref": "#/50"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/51"
"$ref": "#/52"
},
"flags": 0,
"description": "Properties that define a Azure Arc PrivateLinkScope resource."
},
"systemData": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -909,7 +915,7 @@
},
"tags": {
"type": {
"$ref": "#/55"
"$ref": "#/56"
},
"flags": 0,
"description": "Resource tags"
@ -922,7 +928,7 @@
"properties": {
"publicNetworkAccess": {
"type": {
"$ref": "#/54"
"$ref": "#/55"
},
"flags": 0,
"description": "Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints."
@ -955,10 +961,10 @@
"$type": "UnionType",
"elements": [
{
"$ref": "#/52"
"$ref": "#/53"
},
{
"$ref": "#/53"
"$ref": "#/54"
},
{
"$ref": "#/0"
@ -978,7 +984,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes@2021-03-25-preview",
"scopeType": 8,
"body": {
"$ref": "#/50"
"$ref": "#/51"
},
"flags": 0
},
@ -1010,28 +1016,28 @@
},
"type": {
"type": {
"$ref": "#/57"
"$ref": "#/58"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/58"
"$ref": "#/59"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/60"
"$ref": "#/61"
},
"flags": 0,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -1044,14 +1050,14 @@
"properties": {
"privateEndpoint": {
"type": {
"$ref": "#/61"
"$ref": "#/62"
},
"flags": 0,
"description": "Private endpoint which the connection belongs to."
},
"privateLinkServiceConnectionState": {
"type": {
"$ref": "#/62"
"$ref": "#/63"
},
"flags": 0,
"description": "Connection state of the private endpoint connection."
@ -1110,7 +1116,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2021-03-25-preview",
"scopeType": 8,
"body": {
"$ref": "#/59"
"$ref": "#/60"
},
"flags": 0
},
@ -1142,28 +1148,28 @@
},
"type": {
"type": {
"$ref": "#/64"
"$ref": "#/65"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/65"
"$ref": "#/66"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/67"
"$ref": "#/68"
},
"flags": 2,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -1183,14 +1189,14 @@
},
"requiredMembers": {
"type": {
"$ref": "#/68"
"$ref": "#/69"
},
"flags": 2,
"description": "The private link resource required member names."
},
"requiredZoneNames": {
"type": {
"$ref": "#/69"
"$ref": "#/70"
},
"flags": 2,
"description": "Required DNS zone names of the the private link resource."
@ -1214,7 +1220,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2021-03-25-preview",
"scopeType": 8,
"body": {
"$ref": "#/66"
"$ref": "#/67"
},
"flags": 1
}

Просмотреть файл

@ -51,21 +51,21 @@
},
"identity": {
"type": {
"$ref": "#/26"
"$ref": "#/27"
},
"flags": 0,
"description": "Identity for the resource."
},
"systemData": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 2,
"description": "The system meta data relating to this resource."
},
"tags": {
"type": {
"$ref": "#/39"
"$ref": "#/40"
},
"flags": 0,
"description": "Resource tags."
@ -134,7 +134,7 @@
},
"vmId": {
"type": {
"$ref": "#/0"
"$ref": "#/18"
},
"flags": 0,
"description": "Specifies the hybrid machine unique ID."
@ -176,14 +176,14 @@
},
"vmUuid": {
"type": {
"$ref": "#/0"
"$ref": "#/18"
},
"flags": 2,
"description": "Specifies the Arc Machine's unique SMBIOS ID"
},
"extensions": {
"type": {
"$ref": "#/24"
"$ref": "#/25"
},
"flags": 0,
"description": "Machine Extensions information"
@ -232,7 +232,7 @@
},
"detectedProperties": {
"type": {
"$ref": "#/25"
"$ref": "#/26"
},
"flags": 2,
"description": "Detected properties from the machine."
@ -401,6 +401,12 @@
"$ref": "#/12"
}
},
{
"$type": "StringType",
"minLength": 36,
"maxLength": 36,
"pattern": "^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$"
},
{
"$type": "ObjectType",
"name": "MachineExtensionInstanceView",
@ -428,7 +434,7 @@
},
"status": {
"type": {
"$ref": "#/19"
"$ref": "#/20"
},
"flags": 0,
"description": "Instance view status."
@ -448,7 +454,7 @@
},
"level": {
"type": {
"$ref": "#/23"
"$ref": "#/24"
},
"flags": 0,
"description": "The level code."
@ -491,15 +497,15 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/20"
},
{
"$ref": "#/21"
},
{
"$ref": "#/22"
},
{
"$ref": "#/23"
},
{
"$ref": "#/0"
}
@ -508,7 +514,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/18"
"$ref": "#/19"
}
},
{
@ -539,7 +545,7 @@
},
"type": {
"type": {
"$ref": "#/27"
"$ref": "#/28"
},
"flags": 0,
"description": "The identity type."
@ -563,7 +569,7 @@
},
"createdByType": {
"type": {
"$ref": "#/33"
"$ref": "#/34"
},
"flags": 0,
"description": "The type of identity that created the resource."
@ -584,7 +590,7 @@
},
"lastModifiedByType": {
"type": {
"$ref": "#/38"
"$ref": "#/39"
},
"flags": 0,
"description": "The type of identity that last modified the resource."
@ -617,9 +623,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/29"
},
{
"$ref": "#/30"
},
@ -629,6 +632,9 @@
{
"$ref": "#/32"
},
{
"$ref": "#/33"
},
{
"$ref": "#/0"
}
@ -653,9 +659,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/34"
},
{
"$ref": "#/35"
},
@ -665,6 +668,9 @@
{
"$ref": "#/37"
},
{
"$ref": "#/38"
},
{
"$ref": "#/0"
}
@ -715,35 +721,35 @@
},
"type": {
"type": {
"$ref": "#/41"
"$ref": "#/42"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/42"
"$ref": "#/43"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/44"
"$ref": "#/45"
},
"flags": 0,
"description": "Describes Machine Extension Properties."
},
"systemData": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 2,
"description": "The system meta data relating to this resource."
},
"tags": {
"type": {
"$ref": "#/46"
"$ref": "#/47"
},
"flags": 0,
"description": "Resource tags."
@ -791,7 +797,7 @@
},
"autoUpgradeMinorVersion": {
"type": {
"$ref": "#/45"
"$ref": "#/46"
},
"flags": 0,
"description": "Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true."
@ -819,7 +825,7 @@
},
"instanceView": {
"type": {
"$ref": "#/18"
"$ref": "#/19"
},
"flags": 0,
"description": "The machine extension instance view."
@ -842,7 +848,7 @@
"name": "Microsoft.HybridCompute/machines/extensions@2021-04-22-preview",
"scopeType": 8,
"body": {
"$ref": "#/43"
"$ref": "#/44"
},
"flags": 0
},
@ -874,28 +880,28 @@
},
"type": {
"type": {
"$ref": "#/48"
"$ref": "#/49"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/49"
"$ref": "#/50"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/51"
"$ref": "#/52"
},
"flags": 0,
"description": "Properties that define a Azure Arc PrivateLinkScope resource."
},
"systemData": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -909,7 +915,7 @@
},
"tags": {
"type": {
"$ref": "#/55"
"$ref": "#/56"
},
"flags": 0,
"description": "Resource tags"
@ -922,7 +928,7 @@
"properties": {
"publicNetworkAccess": {
"type": {
"$ref": "#/54"
"$ref": "#/55"
},
"flags": 0,
"description": "Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints."
@ -955,10 +961,10 @@
"$type": "UnionType",
"elements": [
{
"$ref": "#/52"
"$ref": "#/53"
},
{
"$ref": "#/53"
"$ref": "#/54"
},
{
"$ref": "#/0"
@ -978,7 +984,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes@2021-04-22-preview",
"scopeType": 8,
"body": {
"$ref": "#/50"
"$ref": "#/51"
},
"flags": 0
},
@ -1010,28 +1016,28 @@
},
"type": {
"type": {
"$ref": "#/57"
"$ref": "#/58"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/58"
"$ref": "#/59"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/60"
"$ref": "#/61"
},
"flags": 0,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -1044,14 +1050,14 @@
"properties": {
"privateEndpoint": {
"type": {
"$ref": "#/61"
"$ref": "#/62"
},
"flags": 0,
"description": "Private endpoint which the connection belongs to."
},
"privateLinkServiceConnectionState": {
"type": {
"$ref": "#/62"
"$ref": "#/63"
},
"flags": 0,
"description": "Connection state of the private endpoint connection."
@ -1110,7 +1116,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2021-04-22-preview",
"scopeType": 8,
"body": {
"$ref": "#/59"
"$ref": "#/60"
},
"flags": 0
},
@ -1142,28 +1148,28 @@
},
"type": {
"type": {
"$ref": "#/64"
"$ref": "#/65"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/65"
"$ref": "#/66"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/67"
"$ref": "#/68"
},
"flags": 2,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -1183,14 +1189,14 @@
},
"requiredMembers": {
"type": {
"$ref": "#/68"
"$ref": "#/69"
},
"flags": 2,
"description": "The private link resource required member names."
},
"requiredZoneNames": {
"type": {
"$ref": "#/69"
"$ref": "#/70"
},
"flags": 2,
"description": "Required DNS zone names of the the private link resource."
@ -1214,8 +1220,51 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2021-04-22-preview",
"scopeType": 8,
"body": {
"$ref": "#/66"
"$ref": "#/67"
},
"flags": 1
},
{
"$type": "ObjectType",
"name": "MachineExtensionUpgrade",
"properties": {
"extensionTargets": {
"type": {
"$ref": "#/74"
},
"flags": 0,
"description": "Describes the Extension Target Properties."
}
}
},
{
"$type": "ObjectType",
"name": "ExtensionTargetProperties",
"properties": {
"targetVersion": {
"type": {
"$ref": "#/0"
},
"flags": 0,
"description": "Properties for the specified Extension to Upgrade."
}
}
},
{
"$type": "ObjectType",
"name": "ExtensionTarget",
"properties": {},
"additionalProperties": {
"$ref": "#/73"
}
},
{
"$type": "ResourceFunctionType",
"name": "upgradeExtensions",
"resourceType": "Microsoft.HybridCompute/machines",
"apiVersion": "2021-04-22-preview",
"input": {
"$ref": "#/72"
}
}
]

Просмотреть файл

@ -51,21 +51,21 @@
},
"identity": {
"type": {
"$ref": "#/26"
"$ref": "#/27"
},
"flags": 0,
"description": "Identity for the resource."
},
"systemData": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 2,
"description": "The system meta data relating to this resource."
},
"tags": {
"type": {
"$ref": "#/39"
"$ref": "#/40"
},
"flags": 0,
"description": "Resource tags."
@ -134,7 +134,7 @@
},
"vmId": {
"type": {
"$ref": "#/0"
"$ref": "#/18"
},
"flags": 0,
"description": "Specifies the hybrid machine unique ID."
@ -176,14 +176,14 @@
},
"vmUuid": {
"type": {
"$ref": "#/0"
"$ref": "#/18"
},
"flags": 2,
"description": "Specifies the Arc Machine's unique SMBIOS ID"
},
"extensions": {
"type": {
"$ref": "#/24"
"$ref": "#/25"
},
"flags": 0,
"description": "Machine Extensions information"
@ -232,7 +232,7 @@
},
"detectedProperties": {
"type": {
"$ref": "#/25"
"$ref": "#/26"
},
"flags": 2,
"description": "Detected properties from the machine."
@ -401,6 +401,12 @@
"$ref": "#/12"
}
},
{
"$type": "StringType",
"minLength": 36,
"maxLength": 36,
"pattern": "^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$"
},
{
"$type": "ObjectType",
"name": "MachineExtensionInstanceView",
@ -428,7 +434,7 @@
},
"status": {
"type": {
"$ref": "#/19"
"$ref": "#/20"
},
"flags": 0,
"description": "Instance view status."
@ -448,7 +454,7 @@
},
"level": {
"type": {
"$ref": "#/23"
"$ref": "#/24"
},
"flags": 0,
"description": "The level code."
@ -491,15 +497,15 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/20"
},
{
"$ref": "#/21"
},
{
"$ref": "#/22"
},
{
"$ref": "#/23"
},
{
"$ref": "#/0"
}
@ -508,7 +514,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/18"
"$ref": "#/19"
}
},
{
@ -539,7 +545,7 @@
},
"type": {
"type": {
"$ref": "#/27"
"$ref": "#/28"
},
"flags": 0,
"description": "The identity type."
@ -563,7 +569,7 @@
},
"createdByType": {
"type": {
"$ref": "#/33"
"$ref": "#/34"
},
"flags": 0,
"description": "The type of identity that created the resource."
@ -584,7 +590,7 @@
},
"lastModifiedByType": {
"type": {
"$ref": "#/38"
"$ref": "#/39"
},
"flags": 0,
"description": "The type of identity that last modified the resource."
@ -617,9 +623,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/29"
},
{
"$ref": "#/30"
},
@ -629,6 +632,9 @@
{
"$ref": "#/32"
},
{
"$ref": "#/33"
},
{
"$ref": "#/0"
}
@ -653,9 +659,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/34"
},
{
"$ref": "#/35"
},
@ -665,6 +668,9 @@
{
"$ref": "#/37"
},
{
"$ref": "#/38"
},
{
"$ref": "#/0"
}
@ -715,35 +721,35 @@
},
"type": {
"type": {
"$ref": "#/41"
"$ref": "#/42"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/42"
"$ref": "#/43"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/44"
"$ref": "#/45"
},
"flags": 0,
"description": "Describes Machine Extension Properties."
},
"systemData": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 2,
"description": "The system meta data relating to this resource."
},
"tags": {
"type": {
"$ref": "#/46"
"$ref": "#/47"
},
"flags": 0,
"description": "Resource tags."
@ -791,7 +797,7 @@
},
"autoUpgradeMinorVersion": {
"type": {
"$ref": "#/45"
"$ref": "#/46"
},
"flags": 0,
"description": "Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true."
@ -819,7 +825,7 @@
},
"instanceView": {
"type": {
"$ref": "#/18"
"$ref": "#/19"
},
"flags": 0,
"description": "The machine extension instance view."
@ -842,7 +848,7 @@
"name": "Microsoft.HybridCompute/machines/extensions@2021-05-17-preview",
"scopeType": 8,
"body": {
"$ref": "#/43"
"$ref": "#/44"
},
"flags": 0
},
@ -874,28 +880,28 @@
},
"type": {
"type": {
"$ref": "#/48"
"$ref": "#/49"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/49"
"$ref": "#/50"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/51"
"$ref": "#/52"
},
"flags": 0,
"description": "Properties that define a Azure Arc PrivateLinkScope resource."
},
"systemData": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -909,7 +915,7 @@
},
"tags": {
"type": {
"$ref": "#/60"
"$ref": "#/61"
},
"flags": 0,
"description": "Resource tags"
@ -922,7 +928,7 @@
"properties": {
"publicNetworkAccess": {
"type": {
"$ref": "#/54"
"$ref": "#/55"
},
"flags": 0,
"description": "Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints."
@ -943,7 +949,7 @@
},
"privateEndpointConnections": {
"type": {
"$ref": "#/59"
"$ref": "#/60"
},
"flags": 2,
"description": "The collection of associated Private Endpoint Connections."
@ -962,10 +968,10 @@
"$type": "UnionType",
"elements": [
{
"$ref": "#/52"
"$ref": "#/53"
},
{
"$ref": "#/53"
"$ref": "#/54"
},
{
"$ref": "#/0"
@ -999,7 +1005,7 @@
},
"properties": {
"type": {
"$ref": "#/56"
"$ref": "#/57"
},
"flags": 0,
"description": "The Private Endpoint Connection properties."
@ -1012,14 +1018,14 @@
"properties": {
"privateEndpoint": {
"type": {
"$ref": "#/57"
"$ref": "#/58"
},
"flags": 0,
"description": "Private endpoint which the connection belongs to."
},
"privateLinkServiceConnectionState": {
"type": {
"$ref": "#/58"
"$ref": "#/59"
},
"flags": 0,
"description": "Connection state of the private endpoint connection."
@ -1076,7 +1082,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/55"
"$ref": "#/56"
}
},
{
@ -1092,7 +1098,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes@2021-05-17-preview",
"scopeType": 8,
"body": {
"$ref": "#/50"
"$ref": "#/51"
},
"flags": 0
},
@ -1124,28 +1130,28 @@
},
"type": {
"type": {
"$ref": "#/62"
"$ref": "#/63"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/63"
"$ref": "#/64"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/56"
"$ref": "#/57"
},
"flags": 0,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -1157,7 +1163,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2021-05-17-preview",
"scopeType": 8,
"body": {
"$ref": "#/64"
"$ref": "#/65"
},
"flags": 0
},
@ -1189,28 +1195,28 @@
},
"type": {
"type": {
"$ref": "#/66"
"$ref": "#/67"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/67"
"$ref": "#/68"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/69"
"$ref": "#/70"
},
"flags": 2,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -1230,14 +1236,14 @@
},
"requiredMembers": {
"type": {
"$ref": "#/70"
"$ref": "#/71"
},
"flags": 2,
"description": "The private link resource required member names."
},
"requiredZoneNames": {
"type": {
"$ref": "#/71"
"$ref": "#/72"
},
"flags": 2,
"description": "Required DNS zone names of the the private link resource."
@ -1261,8 +1267,51 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2021-05-17-preview",
"scopeType": 8,
"body": {
"$ref": "#/68"
"$ref": "#/69"
},
"flags": 1
},
{
"$type": "ObjectType",
"name": "MachineExtensionUpgrade",
"properties": {
"extensionTargets": {
"type": {
"$ref": "#/76"
},
"flags": 0,
"description": "Describes the Extension Target Properties."
}
}
},
{
"$type": "ObjectType",
"name": "ExtensionTargetProperties",
"properties": {
"targetVersion": {
"type": {
"$ref": "#/0"
},
"flags": 0,
"description": "Properties for the specified Extension to Upgrade."
}
}
},
{
"$type": "ObjectType",
"name": "ExtensionTarget",
"properties": {},
"additionalProperties": {
"$ref": "#/75"
}
},
{
"$type": "ResourceFunctionType",
"name": "upgradeExtensions",
"resourceType": "Microsoft.HybridCompute/machines",
"apiVersion": "2021-05-17-preview",
"input": {
"$ref": "#/74"
}
}
]

Просмотреть файл

@ -51,21 +51,21 @@
},
"identity": {
"type": {
"$ref": "#/26"
"$ref": "#/27"
},
"flags": 0,
"description": "Identity for the resource."
},
"systemData": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 2,
"description": "The system meta data relating to this resource."
},
"tags": {
"type": {
"$ref": "#/39"
"$ref": "#/40"
},
"flags": 0,
"description": "Resource tags."
@ -134,7 +134,7 @@
},
"vmId": {
"type": {
"$ref": "#/0"
"$ref": "#/18"
},
"flags": 0,
"description": "Specifies the hybrid machine unique ID."
@ -176,14 +176,14 @@
},
"vmUuid": {
"type": {
"$ref": "#/0"
"$ref": "#/18"
},
"flags": 2,
"description": "Specifies the Arc Machine's unique SMBIOS ID"
},
"extensions": {
"type": {
"$ref": "#/24"
"$ref": "#/25"
},
"flags": 0,
"description": "Machine Extensions information"
@ -232,7 +232,7 @@
},
"detectedProperties": {
"type": {
"$ref": "#/25"
"$ref": "#/26"
},
"flags": 2,
"description": "Detected properties from the machine."
@ -401,6 +401,12 @@
"$ref": "#/12"
}
},
{
"$type": "StringType",
"minLength": 36,
"maxLength": 36,
"pattern": "^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$"
},
{
"$type": "ObjectType",
"name": "MachineExtensionInstanceView",
@ -428,7 +434,7 @@
},
"status": {
"type": {
"$ref": "#/19"
"$ref": "#/20"
},
"flags": 0,
"description": "Instance view status."
@ -448,7 +454,7 @@
},
"level": {
"type": {
"$ref": "#/23"
"$ref": "#/24"
},
"flags": 0,
"description": "The level code."
@ -491,15 +497,15 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/20"
},
{
"$ref": "#/21"
},
{
"$ref": "#/22"
},
{
"$ref": "#/23"
},
{
"$ref": "#/0"
}
@ -508,7 +514,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/18"
"$ref": "#/19"
}
},
{
@ -539,7 +545,7 @@
},
"type": {
"type": {
"$ref": "#/27"
"$ref": "#/28"
},
"flags": 0,
"description": "The identity type."
@ -563,7 +569,7 @@
},
"createdByType": {
"type": {
"$ref": "#/33"
"$ref": "#/34"
},
"flags": 0,
"description": "The type of identity that created the resource."
@ -584,7 +590,7 @@
},
"lastModifiedByType": {
"type": {
"$ref": "#/38"
"$ref": "#/39"
},
"flags": 0,
"description": "The type of identity that last modified the resource."
@ -617,9 +623,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/29"
},
{
"$ref": "#/30"
},
@ -629,6 +632,9 @@
{
"$ref": "#/32"
},
{
"$ref": "#/33"
},
{
"$ref": "#/0"
}
@ -653,9 +659,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/34"
},
{
"$ref": "#/35"
},
@ -665,6 +668,9 @@
{
"$ref": "#/37"
},
{
"$ref": "#/38"
},
{
"$ref": "#/0"
}
@ -715,35 +721,35 @@
},
"type": {
"type": {
"$ref": "#/41"
"$ref": "#/42"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/42"
"$ref": "#/43"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/44"
"$ref": "#/45"
},
"flags": 0,
"description": "Describes Machine Extension Properties."
},
"systemData": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 2,
"description": "The system meta data relating to this resource."
},
"tags": {
"type": {
"$ref": "#/46"
"$ref": "#/47"
},
"flags": 0,
"description": "Resource tags."
@ -791,7 +797,7 @@
},
"autoUpgradeMinorVersion": {
"type": {
"$ref": "#/45"
"$ref": "#/46"
},
"flags": 0,
"description": "Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true."
@ -819,7 +825,7 @@
},
"instanceView": {
"type": {
"$ref": "#/18"
"$ref": "#/19"
},
"flags": 0,
"description": "The machine extension instance view."
@ -842,7 +848,7 @@
"name": "Microsoft.HybridCompute/machines/extensions@2021-05-20",
"scopeType": 8,
"body": {
"$ref": "#/43"
"$ref": "#/44"
},
"flags": 0
},
@ -874,28 +880,28 @@
},
"type": {
"type": {
"$ref": "#/48"
"$ref": "#/49"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/49"
"$ref": "#/50"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/51"
"$ref": "#/52"
},
"flags": 0,
"description": "Properties that define a Azure Arc PrivateLinkScope resource."
},
"systemData": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -909,7 +915,7 @@
},
"tags": {
"type": {
"$ref": "#/55"
"$ref": "#/56"
},
"flags": 0,
"description": "Resource tags"
@ -922,7 +928,7 @@
"properties": {
"publicNetworkAccess": {
"type": {
"$ref": "#/54"
"$ref": "#/55"
},
"flags": 0,
"description": "Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints."
@ -955,10 +961,10 @@
"$type": "UnionType",
"elements": [
{
"$ref": "#/52"
"$ref": "#/53"
},
{
"$ref": "#/53"
"$ref": "#/54"
},
{
"$ref": "#/0"
@ -978,7 +984,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes@2021-05-20",
"scopeType": 8,
"body": {
"$ref": "#/50"
"$ref": "#/51"
},
"flags": 0
},
@ -1010,28 +1016,28 @@
},
"type": {
"type": {
"$ref": "#/57"
"$ref": "#/58"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/58"
"$ref": "#/59"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/60"
"$ref": "#/61"
},
"flags": 0,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -1044,14 +1050,14 @@
"properties": {
"privateEndpoint": {
"type": {
"$ref": "#/61"
"$ref": "#/62"
},
"flags": 0,
"description": "Private endpoint which the connection belongs to."
},
"privateLinkServiceConnectionState": {
"type": {
"$ref": "#/62"
"$ref": "#/63"
},
"flags": 0,
"description": "Connection state of the private endpoint connection."
@ -1110,7 +1116,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2021-05-20",
"scopeType": 8,
"body": {
"$ref": "#/59"
"$ref": "#/60"
},
"flags": 0
},
@ -1142,28 +1148,28 @@
},
"type": {
"type": {
"$ref": "#/64"
"$ref": "#/65"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/65"
"$ref": "#/66"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/67"
"$ref": "#/68"
},
"flags": 2,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -1183,14 +1189,14 @@
},
"requiredMembers": {
"type": {
"$ref": "#/68"
"$ref": "#/69"
},
"flags": 2,
"description": "The private link resource required member names."
},
"requiredZoneNames": {
"type": {
"$ref": "#/69"
"$ref": "#/70"
},
"flags": 2,
"description": "Required DNS zone names of the the private link resource."
@ -1214,8 +1220,51 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2021-05-20",
"scopeType": 8,
"body": {
"$ref": "#/66"
"$ref": "#/67"
},
"flags": 1
},
{
"$type": "ObjectType",
"name": "MachineExtensionUpgrade",
"properties": {
"extensionTargets": {
"type": {
"$ref": "#/74"
},
"flags": 0,
"description": "Describes the Extension Target Properties."
}
}
},
{
"$type": "ObjectType",
"name": "ExtensionTargetProperties",
"properties": {
"targetVersion": {
"type": {
"$ref": "#/0"
},
"flags": 0,
"description": "Properties for the specified Extension to Upgrade."
}
}
},
{
"$type": "ObjectType",
"name": "ExtensionTarget",
"properties": {},
"additionalProperties": {
"$ref": "#/73"
}
},
{
"$type": "ResourceFunctionType",
"name": "upgradeExtensions",
"resourceType": "Microsoft.HybridCompute/machines",
"apiVersion": "2021-05-20",
"input": {
"$ref": "#/72"
}
}
]

Просмотреть файл

@ -51,21 +51,21 @@
},
"identity": {
"type": {
"$ref": "#/29"
"$ref": "#/30"
},
"flags": 0,
"description": "Identity for the resource."
},
"systemData": {
"type": {
"$ref": "#/31"
"$ref": "#/32"
},
"flags": 2,
"description": "The system meta data relating to this resource."
},
"tags": {
"type": {
"$ref": "#/42"
"$ref": "#/43"
},
"flags": 0,
"description": "Resource tags."
@ -134,7 +134,7 @@
},
"vmId": {
"type": {
"$ref": "#/0"
"$ref": "#/21"
},
"flags": 0,
"description": "Specifies the hybrid machine unique ID."
@ -183,14 +183,14 @@
},
"vmUuid": {
"type": {
"$ref": "#/0"
"$ref": "#/21"
},
"flags": 2,
"description": "Specifies the Arc Machine's unique SMBIOS ID"
},
"extensions": {
"type": {
"$ref": "#/27"
"$ref": "#/28"
},
"flags": 0,
"description": "Machine Extensions information"
@ -246,7 +246,7 @@
},
"detectedProperties": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 2,
"description": "Detected properties from the machine."
@ -468,6 +468,12 @@
"$ref": "#/15"
}
},
{
"$type": "StringType",
"minLength": 36,
"maxLength": 36,
"pattern": "^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$"
},
{
"$type": "ObjectType",
"name": "MachineExtensionInstanceView",
@ -495,7 +501,7 @@
},
"status": {
"type": {
"$ref": "#/22"
"$ref": "#/23"
},
"flags": 0,
"description": "Instance view status."
@ -515,7 +521,7 @@
},
"level": {
"type": {
"$ref": "#/26"
"$ref": "#/27"
},
"flags": 0,
"description": "The level code."
@ -558,15 +564,15 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/23"
},
{
"$ref": "#/24"
},
{
"$ref": "#/25"
},
{
"$ref": "#/26"
},
{
"$ref": "#/0"
}
@ -575,7 +581,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/21"
"$ref": "#/22"
}
},
{
@ -606,7 +612,7 @@
},
"type": {
"type": {
"$ref": "#/30"
"$ref": "#/31"
},
"flags": 0,
"description": "The identity type."
@ -630,7 +636,7 @@
},
"createdByType": {
"type": {
"$ref": "#/36"
"$ref": "#/37"
},
"flags": 0,
"description": "The type of identity that created the resource."
@ -651,7 +657,7 @@
},
"lastModifiedByType": {
"type": {
"$ref": "#/41"
"$ref": "#/42"
},
"flags": 0,
"description": "The type of identity that last modified the resource."
@ -684,9 +690,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/32"
},
{
"$ref": "#/33"
},
@ -696,6 +699,9 @@
{
"$ref": "#/35"
},
{
"$ref": "#/36"
},
{
"$ref": "#/0"
}
@ -720,9 +726,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/37"
},
{
"$ref": "#/38"
},
@ -732,6 +735,9 @@
{
"$ref": "#/40"
},
{
"$ref": "#/41"
},
{
"$ref": "#/0"
}
@ -782,35 +788,35 @@
},
"type": {
"type": {
"$ref": "#/44"
"$ref": "#/45"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/45"
"$ref": "#/46"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/47"
"$ref": "#/48"
},
"flags": 0,
"description": "Describes Machine Extension Properties."
},
"systemData": {
"type": {
"$ref": "#/31"
"$ref": "#/32"
},
"flags": 2,
"description": "The system meta data relating to this resource."
},
"tags": {
"type": {
"$ref": "#/49"
"$ref": "#/50"
},
"flags": 0,
"description": "Resource tags."
@ -858,7 +864,7 @@
},
"autoUpgradeMinorVersion": {
"type": {
"$ref": "#/48"
"$ref": "#/49"
},
"flags": 0,
"description": "Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true."
@ -886,7 +892,7 @@
},
"instanceView": {
"type": {
"$ref": "#/21"
"$ref": "#/22"
},
"flags": 0,
"description": "The machine extension instance view."
@ -909,7 +915,7 @@
"name": "Microsoft.HybridCompute/machines/extensions@2021-06-10-preview",
"scopeType": 8,
"body": {
"$ref": "#/46"
"$ref": "#/47"
},
"flags": 0
},
@ -941,28 +947,28 @@
},
"type": {
"type": {
"$ref": "#/51"
"$ref": "#/52"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/52"
"$ref": "#/53"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/54"
"$ref": "#/55"
},
"flags": 0,
"description": "Properties that define a Azure Arc PrivateLinkScope resource."
},
"systemData": {
"type": {
"$ref": "#/31"
"$ref": "#/32"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -976,7 +982,7 @@
},
"tags": {
"type": {
"$ref": "#/63"
"$ref": "#/64"
},
"flags": 0,
"description": "Resource tags"
@ -989,7 +995,7 @@
"properties": {
"publicNetworkAccess": {
"type": {
"$ref": "#/57"
"$ref": "#/58"
},
"flags": 0,
"description": "Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints."
@ -1010,7 +1016,7 @@
},
"privateEndpointConnections": {
"type": {
"$ref": "#/62"
"$ref": "#/63"
},
"flags": 2,
"description": "The collection of associated Private Endpoint Connections."
@ -1029,10 +1035,10 @@
"$type": "UnionType",
"elements": [
{
"$ref": "#/55"
"$ref": "#/56"
},
{
"$ref": "#/56"
"$ref": "#/57"
},
{
"$ref": "#/0"
@ -1066,7 +1072,7 @@
},
"properties": {
"type": {
"$ref": "#/59"
"$ref": "#/60"
},
"flags": 0,
"description": "The Private Endpoint Connection properties."
@ -1079,14 +1085,14 @@
"properties": {
"privateEndpoint": {
"type": {
"$ref": "#/60"
"$ref": "#/61"
},
"flags": 0,
"description": "Private endpoint which the connection belongs to."
},
"privateLinkServiceConnectionState": {
"type": {
"$ref": "#/61"
"$ref": "#/62"
},
"flags": 0,
"description": "Connection state of the private endpoint connection."
@ -1143,7 +1149,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/58"
"$ref": "#/59"
}
},
{
@ -1159,7 +1165,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes@2021-06-10-preview",
"scopeType": 8,
"body": {
"$ref": "#/53"
"$ref": "#/54"
},
"flags": 0
},
@ -1191,28 +1197,28 @@
},
"type": {
"type": {
"$ref": "#/65"
"$ref": "#/66"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/66"
"$ref": "#/67"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/59"
"$ref": "#/60"
},
"flags": 0,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/31"
"$ref": "#/32"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -1224,7 +1230,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2021-06-10-preview",
"scopeType": 8,
"body": {
"$ref": "#/67"
"$ref": "#/68"
},
"flags": 0
},
@ -1256,28 +1262,28 @@
},
"type": {
"type": {
"$ref": "#/69"
"$ref": "#/70"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/70"
"$ref": "#/71"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/72"
"$ref": "#/73"
},
"flags": 2,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/31"
"$ref": "#/32"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -1297,14 +1303,14 @@
},
"requiredMembers": {
"type": {
"$ref": "#/73"
"$ref": "#/74"
},
"flags": 2,
"description": "The private link resource required member names."
},
"requiredZoneNames": {
"type": {
"$ref": "#/74"
"$ref": "#/75"
},
"flags": 2,
"description": "Required DNS zone names of the the private link resource."
@ -1328,8 +1334,51 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2021-06-10-preview",
"scopeType": 8,
"body": {
"$ref": "#/71"
"$ref": "#/72"
},
"flags": 1
},
{
"$type": "ObjectType",
"name": "MachineExtensionUpgrade",
"properties": {
"extensionTargets": {
"type": {
"$ref": "#/79"
},
"flags": 0,
"description": "Describes the Extension Target Properties."
}
}
},
{
"$type": "ObjectType",
"name": "ExtensionTargetProperties",
"properties": {
"targetVersion": {
"type": {
"$ref": "#/0"
},
"flags": 0,
"description": "Properties for the specified Extension to Upgrade."
}
}
},
{
"$type": "ObjectType",
"name": "ExtensionTarget",
"properties": {},
"additionalProperties": {
"$ref": "#/78"
}
},
{
"$type": "ResourceFunctionType",
"name": "upgradeExtensions",
"resourceType": "Microsoft.HybridCompute/machines",
"apiVersion": "2021-06-10-preview",
"input": {
"$ref": "#/77"
}
}
]

Просмотреть файл

@ -51,21 +51,21 @@
},
"identity": {
"type": {
"$ref": "#/32"
"$ref": "#/33"
},
"flags": 0,
"description": "Identity for the resource."
},
"systemData": {
"type": {
"$ref": "#/34"
"$ref": "#/35"
},
"flags": 2,
"description": "The system meta data relating to this resource."
},
"tags": {
"type": {
"$ref": "#/45"
"$ref": "#/46"
},
"flags": 0,
"description": "Resource tags."
@ -148,7 +148,7 @@
},
"vmId": {
"type": {
"$ref": "#/0"
"$ref": "#/24"
},
"flags": 0,
"description": "Specifies the hybrid machine unique ID."
@ -197,14 +197,14 @@
},
"vmUuid": {
"type": {
"$ref": "#/0"
"$ref": "#/24"
},
"flags": 2,
"description": "Specifies the Arc Machine's unique SMBIOS ID"
},
"extensions": {
"type": {
"$ref": "#/30"
"$ref": "#/31"
},
"flags": 0,
"description": "Machine Extensions information"
@ -260,7 +260,7 @@
},
"detectedProperties": {
"type": {
"$ref": "#/31"
"$ref": "#/32"
},
"flags": 2,
"description": "Detected properties from the machine."
@ -528,6 +528,12 @@
"$ref": "#/18"
}
},
{
"$type": "StringType",
"minLength": 36,
"maxLength": 36,
"pattern": "^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$"
},
{
"$type": "ObjectType",
"name": "MachineExtensionInstanceView",
@ -555,7 +561,7 @@
},
"status": {
"type": {
"$ref": "#/25"
"$ref": "#/26"
},
"flags": 0,
"description": "Instance view status."
@ -575,7 +581,7 @@
},
"level": {
"type": {
"$ref": "#/29"
"$ref": "#/30"
},
"flags": 0,
"description": "The level code."
@ -618,15 +624,15 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/26"
},
{
"$ref": "#/27"
},
{
"$ref": "#/28"
},
{
"$ref": "#/29"
},
{
"$ref": "#/0"
}
@ -635,7 +641,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/24"
"$ref": "#/25"
}
},
{
@ -666,7 +672,7 @@
},
"type": {
"type": {
"$ref": "#/33"
"$ref": "#/34"
},
"flags": 0,
"description": "The identity type."
@ -690,7 +696,7 @@
},
"createdByType": {
"type": {
"$ref": "#/39"
"$ref": "#/40"
},
"flags": 0,
"description": "The type of identity that created the resource."
@ -711,7 +717,7 @@
},
"lastModifiedByType": {
"type": {
"$ref": "#/44"
"$ref": "#/45"
},
"flags": 0,
"description": "The type of identity that last modified the resource."
@ -744,9 +750,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/35"
},
{
"$ref": "#/36"
},
@ -756,6 +759,9 @@
{
"$ref": "#/38"
},
{
"$ref": "#/39"
},
{
"$ref": "#/0"
}
@ -780,9 +786,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/40"
},
{
"$ref": "#/41"
},
@ -792,6 +795,9 @@
{
"$ref": "#/43"
},
{
"$ref": "#/44"
},
{
"$ref": "#/0"
}
@ -842,35 +848,35 @@
},
"type": {
"type": {
"$ref": "#/47"
"$ref": "#/48"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/48"
"$ref": "#/49"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/50"
"$ref": "#/51"
},
"flags": 0,
"description": "Describes Machine Extension Properties."
},
"systemData": {
"type": {
"$ref": "#/34"
"$ref": "#/35"
},
"flags": 2,
"description": "The system meta data relating to this resource."
},
"tags": {
"type": {
"$ref": "#/52"
"$ref": "#/53"
},
"flags": 0,
"description": "Resource tags."
@ -918,14 +924,14 @@
},
"enableAutomaticUpgrade": {
"type": {
"$ref": "#/51"
"$ref": "#/52"
},
"flags": 0,
"description": "Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available."
},
"autoUpgradeMinorVersion": {
"type": {
"$ref": "#/51"
"$ref": "#/52"
},
"flags": 0,
"description": "Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true."
@ -953,7 +959,7 @@
},
"instanceView": {
"type": {
"$ref": "#/24"
"$ref": "#/25"
},
"flags": 0,
"description": "The machine extension instance view."
@ -976,7 +982,7 @@
"name": "Microsoft.HybridCompute/machines/extensions@2021-12-10-preview",
"scopeType": 8,
"body": {
"$ref": "#/49"
"$ref": "#/50"
},
"flags": 0
},
@ -1008,28 +1014,28 @@
},
"type": {
"type": {
"$ref": "#/54"
"$ref": "#/55"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/55"
"$ref": "#/56"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/57"
"$ref": "#/58"
},
"flags": 0,
"description": "Properties that define a Azure Arc PrivateLinkScope resource."
},
"systemData": {
"type": {
"$ref": "#/34"
"$ref": "#/35"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -1043,7 +1049,7 @@
},
"tags": {
"type": {
"$ref": "#/66"
"$ref": "#/67"
},
"flags": 0,
"description": "Resource tags"
@ -1056,7 +1062,7 @@
"properties": {
"publicNetworkAccess": {
"type": {
"$ref": "#/60"
"$ref": "#/61"
},
"flags": 0,
"description": "Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints."
@ -1077,7 +1083,7 @@
},
"privateEndpointConnections": {
"type": {
"$ref": "#/65"
"$ref": "#/66"
},
"flags": 2,
"description": "The collection of associated Private Endpoint Connections."
@ -1096,10 +1102,10 @@
"$type": "UnionType",
"elements": [
{
"$ref": "#/58"
"$ref": "#/59"
},
{
"$ref": "#/59"
"$ref": "#/60"
},
{
"$ref": "#/0"
@ -1133,7 +1139,7 @@
},
"properties": {
"type": {
"$ref": "#/62"
"$ref": "#/63"
},
"flags": 0,
"description": "The Private Endpoint Connection properties."
@ -1146,14 +1152,14 @@
"properties": {
"privateEndpoint": {
"type": {
"$ref": "#/63"
"$ref": "#/64"
},
"flags": 0,
"description": "Private endpoint which the connection belongs to."
},
"privateLinkServiceConnectionState": {
"type": {
"$ref": "#/64"
"$ref": "#/65"
},
"flags": 0,
"description": "Connection state of the private endpoint connection."
@ -1210,7 +1216,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/61"
"$ref": "#/62"
}
},
{
@ -1226,7 +1232,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes@2021-12-10-preview",
"scopeType": 8,
"body": {
"$ref": "#/56"
"$ref": "#/57"
},
"flags": 0
},
@ -1258,28 +1264,28 @@
},
"type": {
"type": {
"$ref": "#/68"
"$ref": "#/69"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/69"
"$ref": "#/70"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/62"
"$ref": "#/63"
},
"flags": 0,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/34"
"$ref": "#/35"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -1291,7 +1297,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2021-12-10-preview",
"scopeType": 8,
"body": {
"$ref": "#/70"
"$ref": "#/71"
},
"flags": 0
},
@ -1323,28 +1329,28 @@
},
"type": {
"type": {
"$ref": "#/72"
"$ref": "#/73"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/73"
"$ref": "#/74"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/75"
"$ref": "#/76"
},
"flags": 2,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/34"
"$ref": "#/35"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -1364,14 +1370,14 @@
},
"requiredMembers": {
"type": {
"$ref": "#/76"
"$ref": "#/77"
},
"flags": 2,
"description": "The private link resource required member names."
},
"requiredZoneNames": {
"type": {
"$ref": "#/77"
"$ref": "#/78"
},
"flags": 2,
"description": "Required DNS zone names of the the private link resource."
@ -1395,8 +1401,51 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2021-12-10-preview",
"scopeType": 8,
"body": {
"$ref": "#/74"
"$ref": "#/75"
},
"flags": 1
},
{
"$type": "ObjectType",
"name": "MachineExtensionUpgrade",
"properties": {
"extensionTargets": {
"type": {
"$ref": "#/82"
},
"flags": 0,
"description": "Describes the Extension Target Properties."
}
}
},
{
"$type": "ObjectType",
"name": "ExtensionTargetProperties",
"properties": {
"targetVersion": {
"type": {
"$ref": "#/0"
},
"flags": 0,
"description": "Properties for the specified Extension to Upgrade."
}
}
},
{
"$type": "ObjectType",
"name": "ExtensionTarget",
"properties": {},
"additionalProperties": {
"$ref": "#/81"
}
},
{
"$type": "ResourceFunctionType",
"name": "upgradeExtensions",
"resourceType": "Microsoft.HybridCompute/machines",
"apiVersion": "2021-12-10-preview",
"input": {
"$ref": "#/80"
}
}
]

Просмотреть файл

@ -51,21 +51,21 @@
},
"identity": {
"type": {
"$ref": "#/46"
"$ref": "#/47"
},
"flags": 0,
"description": "Identity for the resource."
},
"systemData": {
"type": {
"$ref": "#/48"
"$ref": "#/49"
},
"flags": 2,
"description": "The system meta data relating to this resource."
},
"tags": {
"type": {
"$ref": "#/59"
"$ref": "#/60"
},
"flags": 0,
"description": "Resource tags."
@ -155,7 +155,7 @@
},
"vmId": {
"type": {
"$ref": "#/0"
"$ref": "#/38"
},
"flags": 0,
"description": "Specifies the hybrid machine unique ID."
@ -204,14 +204,14 @@
},
"vmUuid": {
"type": {
"$ref": "#/0"
"$ref": "#/38"
},
"flags": 2,
"description": "Specifies the Arc Machine's unique SMBIOS ID"
},
"extensions": {
"type": {
"$ref": "#/44"
"$ref": "#/45"
},
"flags": 0,
"description": "Machine Extensions information"
@ -267,7 +267,7 @@
},
"detectedProperties": {
"type": {
"$ref": "#/45"
"$ref": "#/46"
},
"flags": 2,
"description": "Detected properties from the machine."
@ -706,6 +706,12 @@
"$ref": "#/32"
}
},
{
"$type": "StringType",
"minLength": 36,
"maxLength": 36,
"pattern": "^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$"
},
{
"$type": "ObjectType",
"name": "MachineExtensionInstanceView",
@ -733,7 +739,7 @@
},
"status": {
"type": {
"$ref": "#/39"
"$ref": "#/40"
},
"flags": 0,
"description": "Instance view status."
@ -753,7 +759,7 @@
},
"level": {
"type": {
"$ref": "#/43"
"$ref": "#/44"
},
"flags": 0,
"description": "The level code."
@ -796,15 +802,15 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/40"
},
{
"$ref": "#/41"
},
{
"$ref": "#/42"
},
{
"$ref": "#/43"
},
{
"$ref": "#/0"
}
@ -813,7 +819,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/38"
"$ref": "#/39"
}
},
{
@ -844,7 +850,7 @@
},
"type": {
"type": {
"$ref": "#/47"
"$ref": "#/48"
},
"flags": 0,
"description": "The identity type."
@ -868,7 +874,7 @@
},
"createdByType": {
"type": {
"$ref": "#/53"
"$ref": "#/54"
},
"flags": 0,
"description": "The type of identity that created the resource."
@ -889,7 +895,7 @@
},
"lastModifiedByType": {
"type": {
"$ref": "#/58"
"$ref": "#/59"
},
"flags": 0,
"description": "The type of identity that last modified the resource."
@ -922,9 +928,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/49"
},
{
"$ref": "#/50"
},
@ -934,6 +937,9 @@
{
"$ref": "#/52"
},
{
"$ref": "#/53"
},
{
"$ref": "#/0"
}
@ -958,9 +964,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/54"
},
{
"$ref": "#/55"
},
@ -970,6 +973,9 @@
{
"$ref": "#/57"
},
{
"$ref": "#/58"
},
{
"$ref": "#/0"
}
@ -1020,35 +1026,35 @@
},
"type": {
"type": {
"$ref": "#/61"
"$ref": "#/62"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/62"
"$ref": "#/63"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/64"
"$ref": "#/65"
},
"flags": 0,
"description": "Describes Machine Extension Properties."
},
"systemData": {
"type": {
"$ref": "#/48"
"$ref": "#/49"
},
"flags": 2,
"description": "The system meta data relating to this resource."
},
"tags": {
"type": {
"$ref": "#/66"
"$ref": "#/67"
},
"flags": 0,
"description": "Resource tags."
@ -1096,14 +1102,14 @@
},
"enableAutomaticUpgrade": {
"type": {
"$ref": "#/65"
"$ref": "#/66"
},
"flags": 0,
"description": "Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available."
},
"autoUpgradeMinorVersion": {
"type": {
"$ref": "#/65"
"$ref": "#/66"
},
"flags": 0,
"description": "Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true."
@ -1131,7 +1137,7 @@
},
"instanceView": {
"type": {
"$ref": "#/38"
"$ref": "#/39"
},
"flags": 0,
"description": "The machine extension instance view."
@ -1154,7 +1160,7 @@
"name": "Microsoft.HybridCompute/machines/extensions@2022-03-10",
"scopeType": 8,
"body": {
"$ref": "#/63"
"$ref": "#/64"
},
"flags": 0
},
@ -1186,28 +1192,28 @@
},
"type": {
"type": {
"$ref": "#/68"
"$ref": "#/69"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/69"
"$ref": "#/70"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/71"
"$ref": "#/72"
},
"flags": 0,
"description": "Properties that define a Azure Arc PrivateLinkScope resource."
},
"systemData": {
"type": {
"$ref": "#/48"
"$ref": "#/49"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -1221,7 +1227,7 @@
},
"tags": {
"type": {
"$ref": "#/81"
"$ref": "#/82"
},
"flags": 0,
"description": "Resource tags"
@ -1234,7 +1240,7 @@
"properties": {
"publicNetworkAccess": {
"type": {
"$ref": "#/74"
"$ref": "#/75"
},
"flags": 0,
"description": "Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints."
@ -1255,7 +1261,7 @@
},
"privateEndpointConnections": {
"type": {
"$ref": "#/80"
"$ref": "#/81"
},
"flags": 2,
"description": "The collection of associated Private Endpoint Connections."
@ -1274,10 +1280,10 @@
"$type": "UnionType",
"elements": [
{
"$ref": "#/72"
"$ref": "#/73"
},
{
"$ref": "#/73"
"$ref": "#/74"
},
{
"$ref": "#/0"
@ -1311,7 +1317,7 @@
},
"properties": {
"type": {
"$ref": "#/76"
"$ref": "#/77"
},
"flags": 0,
"description": "The Private Endpoint Connection properties."
@ -1324,14 +1330,14 @@
"properties": {
"privateEndpoint": {
"type": {
"$ref": "#/77"
"$ref": "#/78"
},
"flags": 0,
"description": "Private endpoint which the connection belongs to."
},
"privateLinkServiceConnectionState": {
"type": {
"$ref": "#/78"
"$ref": "#/79"
},
"flags": 0,
"description": "Connection state of the private endpoint connection."
@ -1345,7 +1351,7 @@
},
"groupIds": {
"type": {
"$ref": "#/79"
"$ref": "#/80"
},
"flags": 2,
"description": "List of group IDs."
@ -1401,7 +1407,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/75"
"$ref": "#/76"
}
},
{
@ -1417,7 +1423,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes@2022-03-10",
"scopeType": 8,
"body": {
"$ref": "#/70"
"$ref": "#/71"
},
"flags": 0
},
@ -1449,28 +1455,28 @@
},
"type": {
"type": {
"$ref": "#/83"
"$ref": "#/84"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/84"
"$ref": "#/85"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/76"
"$ref": "#/77"
},
"flags": 0,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/48"
"$ref": "#/49"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -1482,7 +1488,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2022-03-10",
"scopeType": 8,
"body": {
"$ref": "#/85"
"$ref": "#/86"
},
"flags": 0
},
@ -1514,28 +1520,28 @@
},
"type": {
"type": {
"$ref": "#/87"
"$ref": "#/88"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/88"
"$ref": "#/89"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/90"
"$ref": "#/91"
},
"flags": 2,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/48"
"$ref": "#/49"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -1555,14 +1561,14 @@
},
"requiredMembers": {
"type": {
"$ref": "#/91"
"$ref": "#/92"
},
"flags": 2,
"description": "The private link resource required member names."
},
"requiredZoneNames": {
"type": {
"$ref": "#/92"
"$ref": "#/93"
},
"flags": 2,
"description": "Required DNS zone names of the the private link resource."
@ -1586,8 +1592,51 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2022-03-10",
"scopeType": 8,
"body": {
"$ref": "#/89"
"$ref": "#/90"
},
"flags": 1
},
{
"$type": "ObjectType",
"name": "MachineExtensionUpgrade",
"properties": {
"extensionTargets": {
"type": {
"$ref": "#/97"
},
"flags": 0,
"description": "Describes the Extension Target Properties."
}
}
},
{
"$type": "ObjectType",
"name": "ExtensionTargetProperties",
"properties": {
"targetVersion": {
"type": {
"$ref": "#/0"
},
"flags": 0,
"description": "Properties for the specified Extension to Upgrade."
}
}
},
{
"$type": "ObjectType",
"name": "ExtensionTarget",
"properties": {},
"additionalProperties": {
"$ref": "#/96"
}
},
{
"$type": "ResourceFunctionType",
"name": "upgradeExtensions",
"resourceType": "Microsoft.HybridCompute/machines",
"apiVersion": "2022-03-10",
"input": {
"$ref": "#/95"
}
}
]

Просмотреть файл

@ -51,28 +51,28 @@
},
"resources": {
"type": {
"$ref": "#/65"
"$ref": "#/66"
},
"flags": 2,
"description": "The list of extensions affiliated to the machine"
},
"identity": {
"type": {
"$ref": "#/66"
"$ref": "#/67"
},
"flags": 0,
"description": "Identity for the resource."
},
"systemData": {
"type": {
"$ref": "#/53"
"$ref": "#/54"
},
"flags": 2,
"description": "The system meta data relating to this resource."
},
"tags": {
"type": {
"$ref": "#/68"
"$ref": "#/69"
},
"flags": 0,
"description": "Resource tags."
@ -162,7 +162,7 @@
},
"vmId": {
"type": {
"$ref": "#/0"
"$ref": "#/41"
},
"flags": 0,
"description": "Specifies the hybrid machine unique ID."
@ -211,7 +211,7 @@
},
"vmUuid": {
"type": {
"$ref": "#/0"
"$ref": "#/41"
},
"flags": 2,
"description": "Specifies the Arc Machine's unique SMBIOS ID"
@ -267,7 +267,7 @@
},
"detectedProperties": {
"type": {
"$ref": "#/41"
"$ref": "#/42"
},
"flags": 2,
"description": "Detected properties from the machine."
@ -735,6 +735,12 @@
"$ref": "#/35"
}
},
{
"$type": "StringType",
"minLength": 36,
"maxLength": 36,
"pattern": "^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$"
},
{
"$type": "ObjectType",
"name": "DetectedProperties",
@ -749,21 +755,21 @@
"properties": {
"properties": {
"type": {
"$ref": "#/43"
"$ref": "#/44"
},
"flags": 0,
"description": "Describes Machine Extension Properties."
},
"systemData": {
"type": {
"$ref": "#/53"
"$ref": "#/54"
},
"flags": 2,
"description": "The system meta data relating to this resource."
},
"tags": {
"type": {
"$ref": "#/64"
"$ref": "#/65"
},
"flags": 0,
"description": "Resource tags."
@ -832,28 +838,28 @@
},
"enableAutomaticUpgrade": {
"type": {
"$ref": "#/44"
"$ref": "#/45"
},
"flags": 0,
"description": "Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available."
},
"autoUpgradeMinorVersion": {
"type": {
"$ref": "#/44"
"$ref": "#/45"
},
"flags": 0,
"description": "Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true."
},
"settings": {
"type": {
"$ref": "#/45"
"$ref": "#/46"
},
"flags": 0,
"description": "Json formatted public settings for the extension."
},
"protectedSettings": {
"type": {
"$ref": "#/46"
"$ref": "#/47"
},
"flags": 0,
"description": "The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all."
@ -867,7 +873,7 @@
},
"instanceView": {
"type": {
"$ref": "#/47"
"$ref": "#/48"
},
"flags": 0,
"description": "The machine extension instance view."
@ -920,7 +926,7 @@
},
"status": {
"type": {
"$ref": "#/48"
"$ref": "#/49"
},
"flags": 0,
"description": "Instance view status."
@ -940,7 +946,7 @@
},
"level": {
"type": {
"$ref": "#/52"
"$ref": "#/53"
},
"flags": 0,
"description": "The level code."
@ -983,15 +989,15 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/49"
},
{
"$ref": "#/50"
},
{
"$ref": "#/51"
},
{
"$ref": "#/52"
},
{
"$ref": "#/0"
}
@ -1010,7 +1016,7 @@
},
"createdByType": {
"type": {
"$ref": "#/58"
"$ref": "#/59"
},
"flags": 0,
"description": "The type of identity that created the resource."
@ -1031,7 +1037,7 @@
},
"lastModifiedByType": {
"type": {
"$ref": "#/63"
"$ref": "#/64"
},
"flags": 0,
"description": "The type of identity that last modified the resource."
@ -1064,9 +1070,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/54"
},
{
"$ref": "#/55"
},
@ -1076,6 +1079,9 @@
{
"$ref": "#/57"
},
{
"$ref": "#/58"
},
{
"$ref": "#/0"
}
@ -1100,9 +1106,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/59"
},
{
"$ref": "#/60"
},
@ -1112,6 +1115,9 @@
{
"$ref": "#/62"
},
{
"$ref": "#/63"
},
{
"$ref": "#/0"
}
@ -1128,7 +1134,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/42"
"$ref": "#/43"
}
},
{
@ -1151,7 +1157,7 @@
},
"type": {
"type": {
"$ref": "#/67"
"$ref": "#/68"
},
"flags": 0,
"description": "The identity type."
@ -1207,35 +1213,35 @@
},
"type": {
"type": {
"$ref": "#/70"
"$ref": "#/71"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/71"
"$ref": "#/72"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/43"
"$ref": "#/44"
},
"flags": 0,
"description": "Describes Machine Extension Properties."
},
"systemData": {
"type": {
"$ref": "#/53"
"$ref": "#/54"
},
"flags": 2,
"description": "The system meta data relating to this resource."
},
"tags": {
"type": {
"$ref": "#/73"
"$ref": "#/74"
},
"flags": 0,
"description": "Resource tags."
@ -1262,7 +1268,7 @@
"name": "Microsoft.HybridCompute/machines/extensions@2022-05-10-preview",
"scopeType": 8,
"body": {
"$ref": "#/72"
"$ref": "#/73"
},
"flags": 0
},
@ -1294,28 +1300,28 @@
},
"type": {
"type": {
"$ref": "#/75"
"$ref": "#/76"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/76"
"$ref": "#/77"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/78"
"$ref": "#/79"
},
"flags": 0,
"description": "Properties that define a Azure Arc PrivateLinkScope resource."
},
"systemData": {
"type": {
"$ref": "#/53"
"$ref": "#/54"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -1329,7 +1335,7 @@
},
"tags": {
"type": {
"$ref": "#/88"
"$ref": "#/89"
},
"flags": 0,
"description": "Resource tags"
@ -1342,7 +1348,7 @@
"properties": {
"publicNetworkAccess": {
"type": {
"$ref": "#/81"
"$ref": "#/82"
},
"flags": 0,
"description": "Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints."
@ -1363,7 +1369,7 @@
},
"privateEndpointConnections": {
"type": {
"$ref": "#/87"
"$ref": "#/88"
},
"flags": 2,
"description": "The collection of associated Private Endpoint Connections."
@ -1382,10 +1388,10 @@
"$type": "UnionType",
"elements": [
{
"$ref": "#/79"
"$ref": "#/80"
},
{
"$ref": "#/80"
"$ref": "#/81"
},
{
"$ref": "#/0"
@ -1419,7 +1425,7 @@
},
"properties": {
"type": {
"$ref": "#/83"
"$ref": "#/84"
},
"flags": 0,
"description": "The Private Endpoint Connection properties."
@ -1432,14 +1438,14 @@
"properties": {
"privateEndpoint": {
"type": {
"$ref": "#/84"
"$ref": "#/85"
},
"flags": 0,
"description": "Private endpoint which the connection belongs to."
},
"privateLinkServiceConnectionState": {
"type": {
"$ref": "#/85"
"$ref": "#/86"
},
"flags": 0,
"description": "Connection state of the private endpoint connection."
@ -1453,7 +1459,7 @@
},
"groupIds": {
"type": {
"$ref": "#/86"
"$ref": "#/87"
},
"flags": 2,
"description": "List of group IDs."
@ -1509,7 +1515,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/82"
"$ref": "#/83"
}
},
{
@ -1525,7 +1531,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes@2022-05-10-preview",
"scopeType": 8,
"body": {
"$ref": "#/77"
"$ref": "#/78"
},
"flags": 0
},
@ -1557,28 +1563,28 @@
},
"type": {
"type": {
"$ref": "#/90"
"$ref": "#/91"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/91"
"$ref": "#/92"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/83"
"$ref": "#/84"
},
"flags": 0,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/53"
"$ref": "#/54"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -1590,7 +1596,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2022-05-10-preview",
"scopeType": 8,
"body": {
"$ref": "#/92"
"$ref": "#/93"
},
"flags": 0
},
@ -1622,28 +1628,28 @@
},
"type": {
"type": {
"$ref": "#/94"
"$ref": "#/95"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/95"
"$ref": "#/96"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/97"
"$ref": "#/98"
},
"flags": 2,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/53"
"$ref": "#/54"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -1663,14 +1669,14 @@
},
"requiredMembers": {
"type": {
"$ref": "#/98"
"$ref": "#/99"
},
"flags": 2,
"description": "The private link resource required member names."
},
"requiredZoneNames": {
"type": {
"$ref": "#/99"
"$ref": "#/100"
},
"flags": 2,
"description": "Required DNS zone names of the the private link resource."
@ -1694,8 +1700,51 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2022-05-10-preview",
"scopeType": 8,
"body": {
"$ref": "#/96"
"$ref": "#/97"
},
"flags": 1
},
{
"$type": "ObjectType",
"name": "MachineExtensionUpgrade",
"properties": {
"extensionTargets": {
"type": {
"$ref": "#/104"
},
"flags": 0,
"description": "Describes the Extension Target Properties."
}
}
},
{
"$type": "ObjectType",
"name": "ExtensionTargetProperties",
"properties": {
"targetVersion": {
"type": {
"$ref": "#/0"
},
"flags": 0,
"description": "Properties for the specified Extension to Upgrade."
}
}
},
{
"$type": "ObjectType",
"name": "ExtensionTarget",
"properties": {},
"additionalProperties": {
"$ref": "#/103"
}
},
{
"$type": "ResourceFunctionType",
"name": "upgradeExtensions",
"resourceType": "Microsoft.HybridCompute/machines",
"apiVersion": "2022-05-10-preview",
"input": {
"$ref": "#/102"
}
}
]

Просмотреть файл

@ -51,21 +51,21 @@
},
"resources": {
"type": {
"$ref": "#/65"
"$ref": "#/66"
},
"flags": 2,
"description": "The list of extensions affiliated to the machine"
},
"identity": {
"type": {
"$ref": "#/66"
"$ref": "#/67"
},
"flags": 0,
"description": "Identity for the resource."
},
"tags": {
"type": {
"$ref": "#/68"
"$ref": "#/69"
},
"flags": 0,
"description": "Resource tags."
@ -79,7 +79,7 @@
},
"systemData": {
"type": {
"$ref": "#/54"
"$ref": "#/55"
},
"flags": 2,
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information."
@ -162,7 +162,7 @@
},
"vmId": {
"type": {
"$ref": "#/0"
"$ref": "#/41"
},
"flags": 0,
"description": "Specifies the hybrid machine unique ID."
@ -211,7 +211,7 @@
},
"vmUuid": {
"type": {
"$ref": "#/0"
"$ref": "#/41"
},
"flags": 2,
"description": "Specifies the Arc Machine's unique SMBIOS ID"
@ -267,7 +267,7 @@
},
"detectedProperties": {
"type": {
"$ref": "#/41"
"$ref": "#/42"
},
"flags": 2,
"description": "Detected properties from the machine."
@ -735,6 +735,12 @@
"$ref": "#/35"
}
},
{
"$type": "StringType",
"minLength": 36,
"maxLength": 36,
"pattern": "^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$"
},
{
"$type": "ObjectType",
"name": "DetectedProperties",
@ -749,14 +755,14 @@
"properties": {
"properties": {
"type": {
"$ref": "#/43"
"$ref": "#/44"
},
"flags": 0,
"description": "Describes Machine Extension Properties."
},
"tags": {
"type": {
"$ref": "#/53"
"$ref": "#/54"
},
"flags": 0,
"description": "Resource tags."
@ -791,7 +797,7 @@
},
"systemData": {
"type": {
"$ref": "#/54"
"$ref": "#/55"
},
"flags": 2,
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information."
@ -832,28 +838,28 @@
},
"enableAutomaticUpgrade": {
"type": {
"$ref": "#/44"
"$ref": "#/45"
},
"flags": 0,
"description": "Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available."
},
"autoUpgradeMinorVersion": {
"type": {
"$ref": "#/44"
"$ref": "#/45"
},
"flags": 0,
"description": "Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true."
},
"settings": {
"type": {
"$ref": "#/45"
"$ref": "#/46"
},
"flags": 0,
"description": "Json formatted public settings for the extension."
},
"protectedSettings": {
"type": {
"$ref": "#/46"
"$ref": "#/47"
},
"flags": 0,
"description": "The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all."
@ -867,7 +873,7 @@
},
"instanceView": {
"type": {
"$ref": "#/47"
"$ref": "#/48"
},
"flags": 0,
"description": "The machine extension instance view."
@ -920,7 +926,7 @@
},
"status": {
"type": {
"$ref": "#/48"
"$ref": "#/49"
},
"flags": 0,
"description": "Instance view status."
@ -940,7 +946,7 @@
},
"level": {
"type": {
"$ref": "#/52"
"$ref": "#/53"
},
"flags": 0,
"description": "The level code."
@ -983,15 +989,15 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/49"
},
{
"$ref": "#/50"
},
{
"$ref": "#/51"
},
{
"$ref": "#/52"
},
{
"$ref": "#/0"
}
@ -1018,7 +1024,7 @@
},
"createdByType": {
"type": {
"$ref": "#/59"
"$ref": "#/60"
},
"flags": 0,
"description": "The type of identity that created the resource."
@ -1039,7 +1045,7 @@
},
"lastModifiedByType": {
"type": {
"$ref": "#/64"
"$ref": "#/65"
},
"flags": 0,
"description": "The type of identity that last modified the resource."
@ -1072,9 +1078,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/55"
},
{
"$ref": "#/56"
},
@ -1084,6 +1087,9 @@
{
"$ref": "#/58"
},
{
"$ref": "#/59"
},
{
"$ref": "#/0"
}
@ -1108,9 +1114,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/60"
},
{
"$ref": "#/61"
},
@ -1120,6 +1123,9 @@
{
"$ref": "#/63"
},
{
"$ref": "#/64"
},
{
"$ref": "#/0"
}
@ -1128,7 +1134,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/42"
"$ref": "#/43"
}
},
{
@ -1151,7 +1157,7 @@
},
"type": {
"type": {
"$ref": "#/67"
"$ref": "#/68"
},
"flags": 0,
"description": "The identity type."
@ -1207,28 +1213,28 @@
},
"type": {
"type": {
"$ref": "#/70"
"$ref": "#/71"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/71"
"$ref": "#/72"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/43"
"$ref": "#/44"
},
"flags": 0,
"description": "Describes Machine Extension Properties."
},
"tags": {
"type": {
"$ref": "#/73"
"$ref": "#/74"
},
"flags": 0,
"description": "Resource tags."
@ -1242,7 +1248,7 @@
},
"systemData": {
"type": {
"$ref": "#/54"
"$ref": "#/55"
},
"flags": 2,
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information."
@ -1262,7 +1268,7 @@
"name": "Microsoft.HybridCompute/machines/extensions@2022-08-11-preview",
"scopeType": 8,
"body": {
"$ref": "#/72"
"$ref": "#/73"
},
"flags": 0
},
@ -1294,28 +1300,28 @@
},
"type": {
"type": {
"$ref": "#/75"
"$ref": "#/76"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/76"
"$ref": "#/77"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/78"
"$ref": "#/79"
},
"flags": 0,
"description": "Properties that define a Azure Arc PrivateLinkScope resource."
},
"systemData": {
"type": {
"$ref": "#/54"
"$ref": "#/55"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -1329,7 +1335,7 @@
},
"tags": {
"type": {
"$ref": "#/88"
"$ref": "#/89"
},
"flags": 0,
"description": "Resource tags"
@ -1342,7 +1348,7 @@
"properties": {
"publicNetworkAccess": {
"type": {
"$ref": "#/81"
"$ref": "#/82"
},
"flags": 0,
"description": "Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints."
@ -1363,7 +1369,7 @@
},
"privateEndpointConnections": {
"type": {
"$ref": "#/87"
"$ref": "#/88"
},
"flags": 2,
"description": "The collection of associated Private Endpoint Connections."
@ -1382,10 +1388,10 @@
"$type": "UnionType",
"elements": [
{
"$ref": "#/79"
"$ref": "#/80"
},
{
"$ref": "#/80"
"$ref": "#/81"
},
{
"$ref": "#/0"
@ -1419,7 +1425,7 @@
},
"properties": {
"type": {
"$ref": "#/83"
"$ref": "#/84"
},
"flags": 0,
"description": "The Private Endpoint Connection properties."
@ -1432,14 +1438,14 @@
"properties": {
"privateEndpoint": {
"type": {
"$ref": "#/84"
"$ref": "#/85"
},
"flags": 0,
"description": "Private endpoint which the connection belongs to."
},
"privateLinkServiceConnectionState": {
"type": {
"$ref": "#/85"
"$ref": "#/86"
},
"flags": 0,
"description": "Connection state of the private endpoint connection."
@ -1453,7 +1459,7 @@
},
"groupIds": {
"type": {
"$ref": "#/86"
"$ref": "#/87"
},
"flags": 2,
"description": "List of group IDs."
@ -1509,7 +1515,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/82"
"$ref": "#/83"
}
},
{
@ -1525,7 +1531,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes@2022-08-11-preview",
"scopeType": 8,
"body": {
"$ref": "#/77"
"$ref": "#/78"
},
"flags": 0
},
@ -1557,28 +1563,28 @@
},
"type": {
"type": {
"$ref": "#/90"
"$ref": "#/91"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/91"
"$ref": "#/92"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/83"
"$ref": "#/84"
},
"flags": 0,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/54"
"$ref": "#/55"
},
"flags": 2,
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information."
@ -1590,7 +1596,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2022-08-11-preview",
"scopeType": 8,
"body": {
"$ref": "#/92"
"$ref": "#/93"
},
"flags": 0
},
@ -1622,28 +1628,28 @@
},
"type": {
"type": {
"$ref": "#/94"
"$ref": "#/95"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/95"
"$ref": "#/96"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/97"
"$ref": "#/98"
},
"flags": 2,
"description": "The single extension based on search criteria"
},
"systemData": {
"type": {
"$ref": "#/54"
"$ref": "#/55"
},
"flags": 2,
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information."
@ -1682,7 +1688,7 @@
"name": "Microsoft.HybridCompute/locations/publishers/extensionTypes/versions@2022-08-11-preview",
"scopeType": 4,
"body": {
"$ref": "#/96"
"$ref": "#/97"
},
"flags": 1
},
@ -1714,28 +1720,28 @@
},
"type": {
"type": {
"$ref": "#/99"
"$ref": "#/100"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/100"
"$ref": "#/101"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/102"
"$ref": "#/103"
},
"flags": 2,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/54"
"$ref": "#/55"
},
"flags": 2,
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information."
@ -1755,14 +1761,14 @@
},
"requiredMembers": {
"type": {
"$ref": "#/103"
"$ref": "#/104"
},
"flags": 2,
"description": "The private link resource required member names."
},
"requiredZoneNames": {
"type": {
"$ref": "#/104"
"$ref": "#/105"
},
"flags": 2,
"description": "Required DNS zone names of the the private link resource."
@ -1786,8 +1792,51 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2022-08-11-preview",
"scopeType": 8,
"body": {
"$ref": "#/101"
"$ref": "#/102"
},
"flags": 1
},
{
"$type": "ObjectType",
"name": "MachineExtensionUpgrade",
"properties": {
"extensionTargets": {
"type": {
"$ref": "#/109"
},
"flags": 0,
"description": "Describes the Extension Target Properties."
}
}
},
{
"$type": "ObjectType",
"name": "ExtensionTargetProperties",
"properties": {
"targetVersion": {
"type": {
"$ref": "#/0"
},
"flags": 0,
"description": "Properties for the specified Extension to Upgrade."
}
}
},
{
"$type": "ObjectType",
"name": "ExtensionTarget",
"properties": {},
"additionalProperties": {
"$ref": "#/108"
}
},
{
"$type": "ResourceFunctionType",
"name": "upgradeExtensions",
"resourceType": "Microsoft.HybridCompute/machines",
"apiVersion": "2022-08-11-preview",
"input": {
"$ref": "#/107"
}
}
]

Просмотреть файл

@ -51,21 +51,21 @@
},
"resources": {
"type": {
"$ref": "#/66"
"$ref": "#/67"
},
"flags": 2,
"description": "The list of extensions affiliated to the machine"
},
"identity": {
"type": {
"$ref": "#/67"
"$ref": "#/68"
},
"flags": 0,
"description": "Identity for the resource."
},
"tags": {
"type": {
"$ref": "#/69"
"$ref": "#/70"
},
"flags": 0,
"description": "Resource tags."
@ -79,7 +79,7 @@
},
"systemData": {
"type": {
"$ref": "#/55"
"$ref": "#/56"
},
"flags": 2,
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information."
@ -162,7 +162,7 @@
},
"vmId": {
"type": {
"$ref": "#/0"
"$ref": "#/41"
},
"flags": 0,
"description": "Specifies the hybrid machine unique ID."
@ -211,14 +211,14 @@
},
"vmUuid": {
"type": {
"$ref": "#/0"
"$ref": "#/41"
},
"flags": 2,
"description": "Specifies the Arc Machine's unique SMBIOS ID"
},
"extensions": {
"type": {
"$ref": "#/47"
"$ref": "#/48"
},
"flags": 0,
"description": "Machine Extensions information (deprecated field)"
@ -274,7 +274,7 @@
},
"detectedProperties": {
"type": {
"$ref": "#/48"
"$ref": "#/49"
},
"flags": 2,
"description": "Detected properties from the machine."
@ -742,6 +742,12 @@
"$ref": "#/35"
}
},
{
"$type": "StringType",
"minLength": 36,
"maxLength": 36,
"pattern": "^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$"
},
{
"$type": "ObjectType",
"name": "MachineExtensionInstanceView",
@ -769,7 +775,7 @@
},
"status": {
"type": {
"$ref": "#/42"
"$ref": "#/43"
},
"flags": 0,
"description": "Instance view status."
@ -789,7 +795,7 @@
},
"level": {
"type": {
"$ref": "#/46"
"$ref": "#/47"
},
"flags": 0,
"description": "The level code."
@ -832,15 +838,15 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/43"
},
{
"$ref": "#/44"
},
{
"$ref": "#/45"
},
{
"$ref": "#/46"
},
{
"$ref": "#/0"
}
@ -849,7 +855,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/41"
"$ref": "#/42"
}
},
{
@ -866,14 +872,14 @@
"properties": {
"properties": {
"type": {
"$ref": "#/50"
"$ref": "#/51"
},
"flags": 0,
"description": "Describes Machine Extension Properties."
},
"tags": {
"type": {
"$ref": "#/54"
"$ref": "#/55"
},
"flags": 0,
"description": "Resource tags."
@ -908,7 +914,7 @@
},
"systemData": {
"type": {
"$ref": "#/55"
"$ref": "#/56"
},
"flags": 2,
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information."
@ -949,28 +955,28 @@
},
"enableAutomaticUpgrade": {
"type": {
"$ref": "#/51"
"$ref": "#/52"
},
"flags": 0,
"description": "Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available."
},
"autoUpgradeMinorVersion": {
"type": {
"$ref": "#/51"
"$ref": "#/52"
},
"flags": 0,
"description": "Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true."
},
"settings": {
"type": {
"$ref": "#/52"
"$ref": "#/53"
},
"flags": 0,
"description": "Json formatted public settings for the extension."
},
"protectedSettings": {
"type": {
"$ref": "#/53"
"$ref": "#/54"
},
"flags": 0,
"description": "The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all."
@ -984,7 +990,7 @@
},
"instanceView": {
"type": {
"$ref": "#/41"
"$ref": "#/42"
},
"flags": 0,
"description": "The machine extension instance view."
@ -1031,7 +1037,7 @@
},
"createdByType": {
"type": {
"$ref": "#/60"
"$ref": "#/61"
},
"flags": 0,
"description": "The type of identity that created the resource."
@ -1052,7 +1058,7 @@
},
"lastModifiedByType": {
"type": {
"$ref": "#/65"
"$ref": "#/66"
},
"flags": 0,
"description": "The type of identity that last modified the resource."
@ -1085,9 +1091,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/56"
},
{
"$ref": "#/57"
},
@ -1097,6 +1100,9 @@
{
"$ref": "#/59"
},
{
"$ref": "#/60"
},
{
"$ref": "#/0"
}
@ -1121,9 +1127,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/61"
},
{
"$ref": "#/62"
},
@ -1133,6 +1136,9 @@
{
"$ref": "#/64"
},
{
"$ref": "#/65"
},
{
"$ref": "#/0"
}
@ -1141,7 +1147,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/49"
"$ref": "#/50"
}
},
{
@ -1164,7 +1170,7 @@
},
"type": {
"type": {
"$ref": "#/68"
"$ref": "#/69"
},
"flags": 0,
"description": "The identity type."
@ -1220,28 +1226,28 @@
},
"type": {
"type": {
"$ref": "#/71"
"$ref": "#/72"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/72"
"$ref": "#/73"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/50"
"$ref": "#/51"
},
"flags": 0,
"description": "Describes Machine Extension Properties."
},
"tags": {
"type": {
"$ref": "#/74"
"$ref": "#/75"
},
"flags": 0,
"description": "Resource tags."
@ -1255,7 +1261,7 @@
},
"systemData": {
"type": {
"$ref": "#/55"
"$ref": "#/56"
},
"flags": 2,
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information."
@ -1275,7 +1281,7 @@
"name": "Microsoft.HybridCompute/machines/extensions@2022-11-10",
"scopeType": 8,
"body": {
"$ref": "#/73"
"$ref": "#/74"
},
"flags": 0
},
@ -1307,28 +1313,28 @@
},
"type": {
"type": {
"$ref": "#/76"
"$ref": "#/77"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/77"
"$ref": "#/78"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/79"
"$ref": "#/80"
},
"flags": 0,
"description": "Properties that define a Azure Arc PrivateLinkScope resource."
},
"systemData": {
"type": {
"$ref": "#/55"
"$ref": "#/56"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -1342,7 +1348,7 @@
},
"tags": {
"type": {
"$ref": "#/89"
"$ref": "#/90"
},
"flags": 0,
"description": "Resource tags"
@ -1355,7 +1361,7 @@
"properties": {
"publicNetworkAccess": {
"type": {
"$ref": "#/82"
"$ref": "#/83"
},
"flags": 0,
"description": "Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints."
@ -1376,7 +1382,7 @@
},
"privateEndpointConnections": {
"type": {
"$ref": "#/88"
"$ref": "#/89"
},
"flags": 2,
"description": "The collection of associated Private Endpoint Connections."
@ -1395,10 +1401,10 @@
"$type": "UnionType",
"elements": [
{
"$ref": "#/80"
"$ref": "#/81"
},
{
"$ref": "#/81"
"$ref": "#/82"
},
{
"$ref": "#/0"
@ -1432,7 +1438,7 @@
},
"properties": {
"type": {
"$ref": "#/84"
"$ref": "#/85"
},
"flags": 0,
"description": "The Private Endpoint Connection properties."
@ -1445,14 +1451,14 @@
"properties": {
"privateEndpoint": {
"type": {
"$ref": "#/85"
"$ref": "#/86"
},
"flags": 0,
"description": "Private endpoint which the connection belongs to."
},
"privateLinkServiceConnectionState": {
"type": {
"$ref": "#/86"
"$ref": "#/87"
},
"flags": 0,
"description": "Connection state of the private endpoint connection."
@ -1466,7 +1472,7 @@
},
"groupIds": {
"type": {
"$ref": "#/87"
"$ref": "#/88"
},
"flags": 2,
"description": "List of group IDs."
@ -1522,7 +1528,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/83"
"$ref": "#/84"
}
},
{
@ -1538,7 +1544,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes@2022-11-10",
"scopeType": 8,
"body": {
"$ref": "#/78"
"$ref": "#/79"
},
"flags": 0
},
@ -1570,28 +1576,28 @@
},
"type": {
"type": {
"$ref": "#/91"
"$ref": "#/92"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/92"
"$ref": "#/93"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/84"
"$ref": "#/85"
},
"flags": 0,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/55"
"$ref": "#/56"
},
"flags": 2,
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information."
@ -1603,7 +1609,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2022-11-10",
"scopeType": 8,
"body": {
"$ref": "#/93"
"$ref": "#/94"
},
"flags": 0
},
@ -1635,28 +1641,28 @@
},
"type": {
"type": {
"$ref": "#/95"
"$ref": "#/96"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/96"
"$ref": "#/97"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/98"
"$ref": "#/99"
},
"flags": 2,
"description": "The single extension based on search criteria"
},
"systemData": {
"type": {
"$ref": "#/55"
"$ref": "#/56"
},
"flags": 2,
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information."
@ -1695,7 +1701,7 @@
"name": "Microsoft.HybridCompute/locations/publishers/extensionTypes/versions@2022-11-10",
"scopeType": 4,
"body": {
"$ref": "#/97"
"$ref": "#/98"
},
"flags": 1
},
@ -1727,28 +1733,28 @@
},
"type": {
"type": {
"$ref": "#/100"
"$ref": "#/101"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/101"
"$ref": "#/102"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/103"
"$ref": "#/104"
},
"flags": 2,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/55"
"$ref": "#/56"
},
"flags": 2,
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information."
@ -1768,14 +1774,14 @@
},
"requiredMembers": {
"type": {
"$ref": "#/104"
"$ref": "#/105"
},
"flags": 2,
"description": "The private link resource required member names."
},
"requiredZoneNames": {
"type": {
"$ref": "#/105"
"$ref": "#/106"
},
"flags": 2,
"description": "Required DNS zone names of the the private link resource."
@ -1799,8 +1805,51 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2022-11-10",
"scopeType": 8,
"body": {
"$ref": "#/102"
"$ref": "#/103"
},
"flags": 1
},
{
"$type": "ObjectType",
"name": "MachineExtensionUpgrade",
"properties": {
"extensionTargets": {
"type": {
"$ref": "#/110"
},
"flags": 0,
"description": "Describes the Extension Target Properties."
}
}
},
{
"$type": "ObjectType",
"name": "ExtensionTargetProperties",
"properties": {
"targetVersion": {
"type": {
"$ref": "#/0"
},
"flags": 0,
"description": "Properties for the specified Extension to Upgrade."
}
}
},
{
"$type": "ObjectType",
"name": "ExtensionTarget",
"properties": {},
"additionalProperties": {
"$ref": "#/109"
}
},
{
"$type": "ResourceFunctionType",
"name": "upgradeExtensions",
"resourceType": "Microsoft.HybridCompute/machines",
"apiVersion": "2022-11-10",
"input": {
"$ref": "#/108"
}
}
]

Просмотреть файл

@ -57,21 +57,21 @@
},
"resources": {
"type": {
"$ref": "#/71"
"$ref": "#/72"
},
"flags": 2,
"description": "The list of extensions affiliated to the machine"
},
"identity": {
"type": {
"$ref": "#/72"
"$ref": "#/73"
},
"flags": 0,
"description": "Identity for the resource."
},
"tags": {
"type": {
"$ref": "#/74"
"$ref": "#/75"
},
"flags": 0,
"description": "Resource tags."
@ -85,7 +85,7 @@
},
"systemData": {
"type": {
"$ref": "#/60"
"$ref": "#/61"
},
"flags": 2,
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information."
@ -133,7 +133,7 @@
},
"osProfile": {
"type": {
"$ref": "#/25"
"$ref": "#/26"
},
"flags": 0,
"description": "Specifies the operating system settings for the hybrid machine."
@ -147,7 +147,7 @@
},
"status": {
"type": {
"$ref": "#/40"
"$ref": "#/41"
},
"flags": 2,
"description": "The status of the hybrid machine agent."
@ -161,7 +161,7 @@
},
"errorDetails": {
"type": {
"$ref": "#/46"
"$ref": "#/47"
},
"flags": 2,
"description": "Details about the error state."
@ -175,7 +175,7 @@
},
"vmId": {
"type": {
"$ref": "#/2"
"$ref": "#/21"
},
"flags": 0,
"description": "Specifies the hybrid machine unique ID."
@ -224,14 +224,14 @@
},
"vmUuid": {
"type": {
"$ref": "#/2"
"$ref": "#/21"
},
"flags": 2,
"description": "Specifies the Arc Machine's unique SMBIOS ID"
},
"extensions": {
"type": {
"$ref": "#/53"
"$ref": "#/54"
},
"flags": 0,
"description": "Machine Extensions information (deprecated field)"
@ -287,7 +287,7 @@
},
"detectedProperties": {
"type": {
"$ref": "#/54"
"$ref": "#/55"
},
"flags": 2,
"description": "Detected properties from the machine."
@ -526,14 +526,14 @@
},
"correlationId": {
"type": {
"$ref": "#/2"
"$ref": "#/21"
},
"flags": 0,
"description": "The correlation ID passed in from RSM per upgrade."
},
"enableAutomaticUpgrade": {
"type": {
"$ref": "#/21"
"$ref": "#/22"
},
"flags": 0,
"description": "Specifies if RSM should try to upgrade this machine"
@ -547,7 +547,7 @@
},
"lastAttemptStatus": {
"type": {
"$ref": "#/24"
"$ref": "#/25"
},
"flags": 2,
"description": "Specifies the status of Agent Upgrade."
@ -561,6 +561,12 @@
}
}
},
{
"$type": "StringType",
"minLength": 36,
"maxLength": 36,
"pattern": "^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$"
},
{
"$type": "BooleanType"
},
@ -576,10 +582,10 @@
"$type": "UnionType",
"elements": [
{
"$ref": "#/22"
"$ref": "#/23"
},
{
"$ref": "#/23"
"$ref": "#/24"
},
{
"$ref": "#/2"
@ -599,14 +605,14 @@
},
"windowsConfiguration": {
"type": {
"$ref": "#/26"
"$ref": "#/27"
},
"flags": 0,
"description": "Specifies the windows configuration for update management."
},
"linuxConfiguration": {
"type": {
"$ref": "#/36"
"$ref": "#/37"
},
"flags": 0,
"description": "Specifies the linux configuration for update management."
@ -619,7 +625,7 @@
"properties": {
"patchSettings": {
"type": {
"$ref": "#/27"
"$ref": "#/28"
},
"flags": 0,
"description": "Specifies the patch settings."
@ -632,14 +638,14 @@
"properties": {
"assessmentMode": {
"type": {
"$ref": "#/30"
"$ref": "#/31"
},
"flags": 0,
"description": "Specifies the assessment mode."
},
"patchMode": {
"type": {
"$ref": "#/35"
"$ref": "#/36"
},
"flags": 0,
"description": "Specifies the patch mode."
@ -658,10 +664,10 @@
"$type": "UnionType",
"elements": [
{
"$ref": "#/28"
"$ref": "#/29"
},
{
"$ref": "#/29"
"$ref": "#/30"
},
{
"$ref": "#/2"
@ -687,9 +693,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/31"
},
{
"$ref": "#/32"
},
@ -699,6 +702,9 @@
{
"$ref": "#/34"
},
{
"$ref": "#/35"
},
{
"$ref": "#/2"
}
@ -710,7 +716,7 @@
"properties": {
"patchSettings": {
"type": {
"$ref": "#/27"
"$ref": "#/28"
},
"flags": 0,
"description": "Specifies the patch settings."
@ -732,15 +738,15 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/37"
},
{
"$ref": "#/38"
},
{
"$ref": "#/39"
},
{
"$ref": "#/40"
},
{
"$ref": "#/2"
}
@ -773,14 +779,14 @@
},
"details": {
"type": {
"$ref": "#/42"
"$ref": "#/43"
},
"flags": 2,
"description": "The error details."
},
"additionalInfo": {
"type": {
"$ref": "#/45"
"$ref": "#/46"
},
"flags": 2,
"description": "The error additional info."
@ -790,7 +796,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/41"
"$ref": "#/42"
}
},
{
@ -806,7 +812,7 @@
},
"info": {
"type": {
"$ref": "#/44"
"$ref": "#/45"
},
"flags": 2,
"description": "The additional info."
@ -819,13 +825,13 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/43"
"$ref": "#/44"
}
},
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/41"
"$ref": "#/42"
}
},
{
@ -855,7 +861,7 @@
},
"status": {
"type": {
"$ref": "#/48"
"$ref": "#/49"
},
"flags": 0,
"description": "Instance view status."
@ -875,7 +881,7 @@
},
"level": {
"type": {
"$ref": "#/52"
"$ref": "#/53"
},
"flags": 0,
"description": "The level code."
@ -918,15 +924,15 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/49"
},
{
"$ref": "#/50"
},
{
"$ref": "#/51"
},
{
"$ref": "#/52"
},
{
"$ref": "#/2"
}
@ -935,7 +941,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/47"
"$ref": "#/48"
}
},
{
@ -952,14 +958,14 @@
"properties": {
"properties": {
"type": {
"$ref": "#/56"
"$ref": "#/57"
},
"flags": 0,
"description": "Describes Machine Extension Properties."
},
"tags": {
"type": {
"$ref": "#/59"
"$ref": "#/60"
},
"flags": 0,
"description": "Resource tags."
@ -994,7 +1000,7 @@
},
"systemData": {
"type": {
"$ref": "#/60"
"$ref": "#/61"
},
"flags": 2,
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information."
@ -1035,28 +1041,28 @@
},
"enableAutomaticUpgrade": {
"type": {
"$ref": "#/21"
"$ref": "#/22"
},
"flags": 0,
"description": "Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available."
},
"autoUpgradeMinorVersion": {
"type": {
"$ref": "#/21"
"$ref": "#/22"
},
"flags": 0,
"description": "Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true."
},
"settings": {
"type": {
"$ref": "#/57"
"$ref": "#/58"
},
"flags": 0,
"description": "Json formatted public settings for the extension."
},
"protectedSettings": {
"type": {
"$ref": "#/58"
"$ref": "#/59"
},
"flags": 0,
"description": "The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all."
@ -1070,7 +1076,7 @@
},
"instanceView": {
"type": {
"$ref": "#/47"
"$ref": "#/48"
},
"flags": 0,
"description": "The machine extension instance view."
@ -1082,7 +1088,7 @@
"name": "MachineExtensionPropertiesSettings",
"properties": {},
"additionalProperties": {
"$ref": "#/44"
"$ref": "#/45"
}
},
{
@ -1090,7 +1096,7 @@
"name": "MachineExtensionPropertiesProtectedSettings",
"properties": {},
"additionalProperties": {
"$ref": "#/44"
"$ref": "#/45"
}
},
{
@ -1114,7 +1120,7 @@
},
"createdByType": {
"type": {
"$ref": "#/65"
"$ref": "#/66"
},
"flags": 0,
"description": "The type of identity that created the resource."
@ -1135,7 +1141,7 @@
},
"lastModifiedByType": {
"type": {
"$ref": "#/70"
"$ref": "#/71"
},
"flags": 0,
"description": "The type of identity that last modified the resource."
@ -1168,9 +1174,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/61"
},
{
"$ref": "#/62"
},
@ -1180,6 +1183,9 @@
{
"$ref": "#/64"
},
{
"$ref": "#/65"
},
{
"$ref": "#/2"
}
@ -1204,9 +1210,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/66"
},
{
"$ref": "#/67"
},
@ -1216,6 +1219,9 @@
{
"$ref": "#/69"
},
{
"$ref": "#/70"
},
{
"$ref": "#/2"
}
@ -1224,7 +1230,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/55"
"$ref": "#/56"
}
},
{
@ -1247,7 +1253,7 @@
},
"type": {
"type": {
"$ref": "#/73"
"$ref": "#/74"
},
"flags": 0,
"description": "The identity type."
@ -1303,28 +1309,28 @@
},
"type": {
"type": {
"$ref": "#/76"
"$ref": "#/77"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/77"
"$ref": "#/78"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/56"
"$ref": "#/57"
},
"flags": 0,
"description": "Describes Machine Extension Properties."
},
"tags": {
"type": {
"$ref": "#/79"
"$ref": "#/80"
},
"flags": 0,
"description": "Resource tags."
@ -1338,7 +1344,7 @@
},
"systemData": {
"type": {
"$ref": "#/60"
"$ref": "#/61"
},
"flags": 2,
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information."
@ -1358,7 +1364,7 @@
"name": "Microsoft.HybridCompute/machines/extensions@2022-12-27-preview",
"scopeType": 8,
"body": {
"$ref": "#/78"
"$ref": "#/79"
},
"flags": 0
},
@ -1390,28 +1396,28 @@
},
"type": {
"type": {
"$ref": "#/81"
"$ref": "#/82"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/82"
"$ref": "#/83"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/84"
"$ref": "#/85"
},
"flags": 0,
"description": "Properties that define a Azure Arc PrivateLinkScope resource."
},
"systemData": {
"type": {
"$ref": "#/60"
"$ref": "#/61"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -1425,7 +1431,7 @@
},
"tags": {
"type": {
"$ref": "#/94"
"$ref": "#/95"
},
"flags": 0,
"description": "Resource tags"
@ -1438,7 +1444,7 @@
"properties": {
"publicNetworkAccess": {
"type": {
"$ref": "#/87"
"$ref": "#/88"
},
"flags": 0,
"description": "Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints."
@ -1459,7 +1465,7 @@
},
"privateEndpointConnections": {
"type": {
"$ref": "#/93"
"$ref": "#/94"
},
"flags": 2,
"description": "The collection of associated Private Endpoint Connections."
@ -1478,10 +1484,10 @@
"$type": "UnionType",
"elements": [
{
"$ref": "#/85"
"$ref": "#/86"
},
{
"$ref": "#/86"
"$ref": "#/87"
},
{
"$ref": "#/2"
@ -1515,7 +1521,7 @@
},
"properties": {
"type": {
"$ref": "#/89"
"$ref": "#/90"
},
"flags": 0,
"description": "The Private Endpoint Connection properties."
@ -1528,14 +1534,14 @@
"properties": {
"privateEndpoint": {
"type": {
"$ref": "#/90"
"$ref": "#/91"
},
"flags": 0,
"description": "Private endpoint which the connection belongs to."
},
"privateLinkServiceConnectionState": {
"type": {
"$ref": "#/91"
"$ref": "#/92"
},
"flags": 0,
"description": "Connection state of the private endpoint connection."
@ -1549,7 +1555,7 @@
},
"groupIds": {
"type": {
"$ref": "#/92"
"$ref": "#/93"
},
"flags": 2,
"description": "List of group IDs."
@ -1605,7 +1611,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/88"
"$ref": "#/89"
}
},
{
@ -1621,7 +1627,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes@2022-12-27-preview",
"scopeType": 8,
"body": {
"$ref": "#/83"
"$ref": "#/84"
},
"flags": 0
},
@ -1653,28 +1659,28 @@
},
"type": {
"type": {
"$ref": "#/96"
"$ref": "#/97"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/97"
"$ref": "#/98"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/89"
"$ref": "#/90"
},
"flags": 0,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/60"
"$ref": "#/61"
},
"flags": 2,
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information."
@ -1686,7 +1692,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2022-12-27-preview",
"scopeType": 8,
"body": {
"$ref": "#/98"
"$ref": "#/99"
},
"flags": 0
},
@ -1718,28 +1724,28 @@
},
"type": {
"type": {
"$ref": "#/100"
"$ref": "#/101"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/101"
"$ref": "#/102"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/103"
"$ref": "#/104"
},
"flags": 2,
"description": "The single extension based on search criteria"
},
"systemData": {
"type": {
"$ref": "#/60"
"$ref": "#/61"
},
"flags": 2,
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information."
@ -1778,7 +1784,7 @@
"name": "Microsoft.HybridCompute/locations/publishers/extensionTypes/versions@2022-12-27-preview",
"scopeType": 4,
"body": {
"$ref": "#/102"
"$ref": "#/103"
},
"flags": 1
},
@ -1810,28 +1816,28 @@
},
"type": {
"type": {
"$ref": "#/105"
"$ref": "#/106"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/106"
"$ref": "#/107"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/108"
"$ref": "#/109"
},
"flags": 2,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/60"
"$ref": "#/61"
},
"flags": 2,
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information."
@ -1851,14 +1857,14 @@
},
"requiredMembers": {
"type": {
"$ref": "#/109"
"$ref": "#/110"
},
"flags": 2,
"description": "The private link resource required member names."
},
"requiredZoneNames": {
"type": {
"$ref": "#/110"
"$ref": "#/111"
},
"flags": 2,
"description": "Required DNS zone names of the the private link resource."
@ -1882,8 +1888,51 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2022-12-27-preview",
"scopeType": 8,
"body": {
"$ref": "#/107"
"$ref": "#/108"
},
"flags": 1
},
{
"$type": "ObjectType",
"name": "MachineExtensionUpgrade",
"properties": {
"extensionTargets": {
"type": {
"$ref": "#/115"
},
"flags": 0,
"description": "Describes the Extension Target Properties."
}
}
},
{
"$type": "ObjectType",
"name": "ExtensionTargetProperties",
"properties": {
"targetVersion": {
"type": {
"$ref": "#/2"
},
"flags": 0,
"description": "Properties for the specified Extension to Upgrade."
}
}
},
{
"$type": "ObjectType",
"name": "ExtensionTarget",
"properties": {},
"additionalProperties": {
"$ref": "#/114"
}
},
{
"$type": "ResourceFunctionType",
"name": "upgradeExtensions",
"resourceType": "Microsoft.HybridCompute/machines",
"apiVersion": "2022-12-27-preview",
"input": {
"$ref": "#/113"
}
}
]

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -57,28 +57,28 @@
},
"resources": {
"type": {
"$ref": "#/77"
"$ref": "#/78"
},
"flags": 2,
"description": "The list of extensions affiliated to the machine"
},
"identity": {
"type": {
"$ref": "#/78"
"$ref": "#/79"
},
"flags": 0,
"description": "Identity for the resource."
},
"kind": {
"type": {
"$ref": "#/84"
"$ref": "#/85"
},
"flags": 0,
"description": "Indicates which kind of VM fabric the instance is an instance of, such as HCI or SCVMM etc."
},
"tags": {
"type": {
"$ref": "#/85"
"$ref": "#/86"
},
"flags": 0,
"description": "Resource tags."
@ -92,7 +92,7 @@
},
"systemData": {
"type": {
"$ref": "#/66"
"$ref": "#/67"
},
"flags": 2,
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information."
@ -140,7 +140,7 @@
},
"osProfile": {
"type": {
"$ref": "#/25"
"$ref": "#/26"
},
"flags": 0,
"description": "Specifies the operating system settings for the hybrid machine."
@ -154,7 +154,7 @@
},
"status": {
"type": {
"$ref": "#/40"
"$ref": "#/41"
},
"flags": 2,
"description": "The status of the hybrid machine agent."
@ -168,7 +168,7 @@
},
"errorDetails": {
"type": {
"$ref": "#/46"
"$ref": "#/47"
},
"flags": 2,
"description": "Details about the error state."
@ -182,7 +182,7 @@
},
"vmId": {
"type": {
"$ref": "#/2"
"$ref": "#/21"
},
"flags": 0,
"description": "Specifies the hybrid machine unique ID."
@ -231,14 +231,14 @@
},
"vmUuid": {
"type": {
"$ref": "#/2"
"$ref": "#/21"
},
"flags": 2,
"description": "Specifies the Arc Machine's unique SMBIOS ID"
},
"extensions": {
"type": {
"$ref": "#/53"
"$ref": "#/54"
},
"flags": 0,
"description": "Machine Extensions information (deprecated field)"
@ -294,14 +294,14 @@
},
"detectedProperties": {
"type": {
"$ref": "#/54"
"$ref": "#/55"
},
"flags": 2,
"description": "Detected properties from the machine."
},
"networkProfile": {
"type": {
"$ref": "#/55"
"$ref": "#/56"
},
"flags": 2,
"description": "Information about the network the machine is on."
@ -540,14 +540,14 @@
},
"correlationId": {
"type": {
"$ref": "#/2"
"$ref": "#/21"
},
"flags": 0,
"description": "The correlation ID passed in from RSM per upgrade."
},
"enableAutomaticUpgrade": {
"type": {
"$ref": "#/21"
"$ref": "#/22"
},
"flags": 0,
"description": "Specifies if RSM should try to upgrade this machine"
@ -568,7 +568,7 @@
},
"lastAttemptStatus": {
"type": {
"$ref": "#/24"
"$ref": "#/25"
},
"flags": 2,
"description": "Specifies the status of Agent Upgrade."
@ -582,6 +582,12 @@
}
}
},
{
"$type": "StringType",
"minLength": 36,
"maxLength": 36,
"pattern": "^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$"
},
{
"$type": "BooleanType"
},
@ -597,10 +603,10 @@
"$type": "UnionType",
"elements": [
{
"$ref": "#/22"
"$ref": "#/23"
},
{
"$ref": "#/23"
"$ref": "#/24"
},
{
"$ref": "#/2"
@ -620,14 +626,14 @@
},
"windowsConfiguration": {
"type": {
"$ref": "#/26"
"$ref": "#/27"
},
"flags": 0,
"description": "Specifies the windows configuration for update management."
},
"linuxConfiguration": {
"type": {
"$ref": "#/36"
"$ref": "#/37"
},
"flags": 0,
"description": "Specifies the linux configuration for update management."
@ -640,7 +646,7 @@
"properties": {
"patchSettings": {
"type": {
"$ref": "#/27"
"$ref": "#/28"
},
"flags": 0,
"description": "Specifies the patch settings."
@ -653,14 +659,14 @@
"properties": {
"assessmentMode": {
"type": {
"$ref": "#/30"
"$ref": "#/31"
},
"flags": 0,
"description": "Specifies the assessment mode."
},
"patchMode": {
"type": {
"$ref": "#/35"
"$ref": "#/36"
},
"flags": 0,
"description": "Specifies the patch mode."
@ -679,10 +685,10 @@
"$type": "UnionType",
"elements": [
{
"$ref": "#/28"
"$ref": "#/29"
},
{
"$ref": "#/29"
"$ref": "#/30"
},
{
"$ref": "#/2"
@ -708,9 +714,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/31"
},
{
"$ref": "#/32"
},
@ -720,6 +723,9 @@
{
"$ref": "#/34"
},
{
"$ref": "#/35"
},
{
"$ref": "#/2"
}
@ -731,7 +737,7 @@
"properties": {
"patchSettings": {
"type": {
"$ref": "#/27"
"$ref": "#/28"
},
"flags": 0,
"description": "Specifies the patch settings."
@ -753,15 +759,15 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/37"
},
{
"$ref": "#/38"
},
{
"$ref": "#/39"
},
{
"$ref": "#/40"
},
{
"$ref": "#/2"
}
@ -794,14 +800,14 @@
},
"details": {
"type": {
"$ref": "#/42"
"$ref": "#/43"
},
"flags": 2,
"description": "The error details."
},
"additionalInfo": {
"type": {
"$ref": "#/45"
"$ref": "#/46"
},
"flags": 2,
"description": "The error additional info."
@ -811,7 +817,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/41"
"$ref": "#/42"
}
},
{
@ -827,7 +833,7 @@
},
"info": {
"type": {
"$ref": "#/44"
"$ref": "#/45"
},
"flags": 2,
"description": "The additional info."
@ -840,13 +846,13 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/43"
"$ref": "#/44"
}
},
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/41"
"$ref": "#/42"
}
},
{
@ -876,7 +882,7 @@
},
"status": {
"type": {
"$ref": "#/48"
"$ref": "#/49"
},
"flags": 0,
"description": "Instance view status."
@ -896,7 +902,7 @@
},
"level": {
"type": {
"$ref": "#/52"
"$ref": "#/53"
},
"flags": 0,
"description": "The level code."
@ -939,15 +945,15 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/49"
},
{
"$ref": "#/50"
},
{
"$ref": "#/51"
},
{
"$ref": "#/52"
},
{
"$ref": "#/2"
}
@ -956,7 +962,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/47"
"$ref": "#/48"
}
},
{
@ -973,7 +979,7 @@
"properties": {
"networkInterfaces": {
"type": {
"$ref": "#/60"
"$ref": "#/61"
},
"flags": 0,
"description": "The list of network interfaces."
@ -986,7 +992,7 @@
"properties": {
"ipAddresses": {
"type": {
"$ref": "#/59"
"$ref": "#/60"
},
"flags": 0,
"description": "The list of IP addresses in this interface."
@ -1013,7 +1019,7 @@
},
"subnet": {
"type": {
"$ref": "#/58"
"$ref": "#/59"
},
"flags": 2,
"description": "The subnet to which this IP address belongs."
@ -1036,13 +1042,13 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/57"
"$ref": "#/58"
}
},
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/56"
"$ref": "#/57"
}
},
{
@ -1051,14 +1057,14 @@
"properties": {
"properties": {
"type": {
"$ref": "#/62"
"$ref": "#/63"
},
"flags": 0,
"description": "Describes Machine Extension Properties."
},
"tags": {
"type": {
"$ref": "#/65"
"$ref": "#/66"
},
"flags": 0,
"description": "Resource tags."
@ -1093,7 +1099,7 @@
},
"systemData": {
"type": {
"$ref": "#/66"
"$ref": "#/67"
},
"flags": 2,
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information."
@ -1134,28 +1140,28 @@
},
"enableAutomaticUpgrade": {
"type": {
"$ref": "#/21"
"$ref": "#/22"
},
"flags": 0,
"description": "Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available."
},
"autoUpgradeMinorVersion": {
"type": {
"$ref": "#/21"
"$ref": "#/22"
},
"flags": 0,
"description": "Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true."
},
"settings": {
"type": {
"$ref": "#/63"
"$ref": "#/64"
},
"flags": 0,
"description": "Json formatted public settings for the extension."
},
"protectedSettings": {
"type": {
"$ref": "#/64"
"$ref": "#/65"
},
"flags": 0,
"description": "The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all."
@ -1169,7 +1175,7 @@
},
"instanceView": {
"type": {
"$ref": "#/47"
"$ref": "#/48"
},
"flags": 0,
"description": "The machine extension instance view."
@ -1181,7 +1187,7 @@
"name": "MachineExtensionPropertiesSettings",
"properties": {},
"additionalProperties": {
"$ref": "#/44"
"$ref": "#/45"
}
},
{
@ -1189,7 +1195,7 @@
"name": "MachineExtensionPropertiesProtectedSettings",
"properties": {},
"additionalProperties": {
"$ref": "#/44"
"$ref": "#/45"
}
},
{
@ -1213,7 +1219,7 @@
},
"createdByType": {
"type": {
"$ref": "#/71"
"$ref": "#/72"
},
"flags": 0,
"description": "The type of identity that created the resource."
@ -1234,7 +1240,7 @@
},
"lastModifiedByType": {
"type": {
"$ref": "#/76"
"$ref": "#/77"
},
"flags": 0,
"description": "The type of identity that last modified the resource."
@ -1267,9 +1273,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/67"
},
{
"$ref": "#/68"
},
@ -1279,6 +1282,9 @@
{
"$ref": "#/70"
},
{
"$ref": "#/71"
},
{
"$ref": "#/2"
}
@ -1303,9 +1309,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/72"
},
{
"$ref": "#/73"
},
@ -1315,6 +1318,9 @@
{
"$ref": "#/75"
},
{
"$ref": "#/76"
},
{
"$ref": "#/2"
}
@ -1323,7 +1329,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/61"
"$ref": "#/62"
}
},
{
@ -1346,7 +1352,7 @@
},
"type": {
"type": {
"$ref": "#/79"
"$ref": "#/80"
},
"flags": 0,
"description": "The identity type."
@ -1376,9 +1382,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/80"
},
{
"$ref": "#/81"
},
@ -1388,6 +1391,9 @@
{
"$ref": "#/83"
},
{
"$ref": "#/84"
},
{
"$ref": "#/2"
}
@ -1438,28 +1444,28 @@
},
"type": {
"type": {
"$ref": "#/87"
"$ref": "#/88"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/88"
"$ref": "#/89"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/62"
"$ref": "#/63"
},
"flags": 0,
"description": "Describes Machine Extension Properties."
},
"tags": {
"type": {
"$ref": "#/90"
"$ref": "#/91"
},
"flags": 0,
"description": "Resource tags."
@ -1473,7 +1479,7 @@
},
"systemData": {
"type": {
"$ref": "#/66"
"$ref": "#/67"
},
"flags": 2,
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information."
@ -1493,7 +1499,7 @@
"name": "Microsoft.HybridCompute/machines/extensions@2023-03-15-preview",
"scopeType": 8,
"body": {
"$ref": "#/89"
"$ref": "#/90"
},
"flags": 0
},
@ -1525,28 +1531,28 @@
},
"type": {
"type": {
"$ref": "#/92"
"$ref": "#/93"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/93"
"$ref": "#/94"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/95"
"$ref": "#/96"
},
"flags": 0,
"description": "Properties that define a Azure Arc PrivateLinkScope resource."
},
"systemData": {
"type": {
"$ref": "#/66"
"$ref": "#/67"
},
"flags": 2,
"description": "The system meta data relating to this resource."
@ -1560,7 +1566,7 @@
},
"tags": {
"type": {
"$ref": "#/105"
"$ref": "#/106"
},
"flags": 0,
"description": "Resource tags"
@ -1573,7 +1579,7 @@
"properties": {
"publicNetworkAccess": {
"type": {
"$ref": "#/98"
"$ref": "#/99"
},
"flags": 0,
"description": "Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints."
@ -1594,7 +1600,7 @@
},
"privateEndpointConnections": {
"type": {
"$ref": "#/104"
"$ref": "#/105"
},
"flags": 2,
"description": "The collection of associated Private Endpoint Connections."
@ -1613,10 +1619,10 @@
"$type": "UnionType",
"elements": [
{
"$ref": "#/96"
"$ref": "#/97"
},
{
"$ref": "#/97"
"$ref": "#/98"
},
{
"$ref": "#/2"
@ -1650,7 +1656,7 @@
},
"properties": {
"type": {
"$ref": "#/100"
"$ref": "#/101"
},
"flags": 0,
"description": "The Private Endpoint Connection properties."
@ -1663,14 +1669,14 @@
"properties": {
"privateEndpoint": {
"type": {
"$ref": "#/101"
"$ref": "#/102"
},
"flags": 0,
"description": "Private endpoint which the connection belongs to."
},
"privateLinkServiceConnectionState": {
"type": {
"$ref": "#/102"
"$ref": "#/103"
},
"flags": 0,
"description": "Connection state of the private endpoint connection."
@ -1684,7 +1690,7 @@
},
"groupIds": {
"type": {
"$ref": "#/103"
"$ref": "#/104"
},
"flags": 2,
"description": "List of group IDs."
@ -1740,7 +1746,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/99"
"$ref": "#/100"
}
},
{
@ -1756,7 +1762,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes@2023-03-15-preview",
"scopeType": 8,
"body": {
"$ref": "#/94"
"$ref": "#/95"
},
"flags": 0
},
@ -1788,28 +1794,28 @@
},
"type": {
"type": {
"$ref": "#/107"
"$ref": "#/108"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/108"
"$ref": "#/109"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/100"
"$ref": "#/101"
},
"flags": 0,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/66"
"$ref": "#/67"
},
"flags": 2,
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information."
@ -1821,7 +1827,7 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2023-03-15-preview",
"scopeType": 8,
"body": {
"$ref": "#/109"
"$ref": "#/110"
},
"flags": 0
},
@ -1853,28 +1859,28 @@
},
"type": {
"type": {
"$ref": "#/111"
"$ref": "#/112"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/112"
"$ref": "#/113"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/114"
"$ref": "#/115"
},
"flags": 2,
"description": "The single extension based on search criteria"
},
"systemData": {
"type": {
"$ref": "#/66"
"$ref": "#/67"
},
"flags": 2,
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information."
@ -1913,103 +1919,7 @@
"name": "Microsoft.HybridCompute/locations/publishers/extensionTypes/versions@2023-03-15-preview",
"scopeType": 4,
"body": {
"$ref": "#/113"
},
"flags": 1
},
{
"$type": "StringType",
"pattern": "[a-zA-Z0-9-_\\.]"
},
{
"$type": "StringLiteralType",
"value": "Microsoft.HybridCompute/machines/hybridIdentityMetadata"
},
{
"$type": "StringLiteralType",
"value": "2023-03-15-preview"
},
{
"$type": "ObjectType",
"name": "Microsoft.HybridCompute/machines/hybridIdentityMetadata",
"properties": {
"id": {
"type": {
"$ref": "#/2"
},
"flags": 10,
"description": "The resource id"
},
"name": {
"type": {
"$ref": "#/116"
},
"flags": 9,
"description": "The resource name"
},
"type": {
"type": {
"$ref": "#/117"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/118"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/120"
},
"flags": 2,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/66"
},
"flags": 2,
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information."
}
}
},
{
"$type": "ObjectType",
"name": "HybridIdentityMetadataProperties",
"properties": {
"vmId": {
"type": {
"$ref": "#/2"
},
"flags": 0,
"description": "The unique identifier for the resource."
},
"publicKey": {
"type": {
"$ref": "#/2"
},
"flags": 0,
"description": "The Public Key."
},
"identity": {
"type": {
"$ref": "#/78"
},
"flags": 2,
"description": "Identity for the resource."
}
}
},
{
"$type": "ResourceType",
"name": "Microsoft.HybridCompute/machines/hybridIdentityMetadata@2023-03-15-preview",
"scopeType": 8,
"body": {
"$ref": "#/119"
"$ref": "#/114"
},
"flags": 1
},
@ -2041,28 +1951,28 @@
},
"type": {
"type": {
"$ref": "#/122"
"$ref": "#/117"
},
"flags": 10,
"description": "The resource type"
},
"apiVersion": {
"type": {
"$ref": "#/123"
"$ref": "#/118"
},
"flags": 10,
"description": "The resource api version"
},
"properties": {
"type": {
"$ref": "#/125"
"$ref": "#/120"
},
"flags": 2,
"description": "Resource properties."
},
"systemData": {
"type": {
"$ref": "#/66"
"$ref": "#/67"
},
"flags": 2,
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information."
@ -2082,14 +1992,14 @@
},
"requiredMembers": {
"type": {
"$ref": "#/126"
"$ref": "#/121"
},
"flags": 2,
"description": "The private link resource required member names."
},
"requiredZoneNames": {
"type": {
"$ref": "#/127"
"$ref": "#/122"
},
"flags": 2,
"description": "Required DNS zone names of the the private link resource."
@ -2113,8 +2023,51 @@
"name": "Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2023-03-15-preview",
"scopeType": 8,
"body": {
"$ref": "#/124"
"$ref": "#/119"
},
"flags": 1
},
{
"$type": "ObjectType",
"name": "MachineExtensionUpgrade",
"properties": {
"extensionTargets": {
"type": {
"$ref": "#/126"
},
"flags": 0,
"description": "Describes the Extension Target Properties."
}
}
},
{
"$type": "ObjectType",
"name": "ExtensionTargetProperties",
"properties": {
"targetVersion": {
"type": {
"$ref": "#/2"
},
"flags": 0,
"description": "Properties for the specified Extension to Upgrade."
}
}
},
{
"$type": "ObjectType",
"name": "ExtensionTarget",
"properties": {},
"additionalProperties": {
"$ref": "#/125"
}
},
{
"$type": "ResourceFunctionType",
"name": "upgradeExtensions",
"resourceType": "Microsoft.HybridCompute/machines",
"apiVersion": "2023-03-15-preview",
"input": {
"$ref": "#/124"
}
}
]

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -625,7 +625,7 @@
},
"tags": {
"type": {
"$ref": "#/129"
"$ref": "#/130"
},
"flags": 0,
"description": "Resource tags."
@ -1569,24 +1569,28 @@
},
{
"$type": "ObjectType",
"name": "ExtendedLocation",
"name": "AzureResourceManagerCommonTypesExtendedLocation",
"properties": {
"type": {
"type": {
"$ref": "#/128"
},
"flags": 1,
"description": "The type of extended location."
},
"name": {
"type": {
"$ref": "#/2"
},
"flags": 1,
"description": "The name of extended location."
"description": "The name of the extended location."
},
"type": {
"type": {
"$ref": "#/129"
},
"flags": 1,
"description": "The type of the extended location."
}
}
},
{
"$type": "StringLiteralType",
"value": "EdgeZone"
},
{
"$type": "StringLiteralType",
"value": "CustomLocation"
@ -1597,6 +1601,9 @@
{
"$ref": "#/127"
},
{
"$ref": "#/128"
},
{
"$ref": "#/2"
}

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1256,7 +1256,7 @@
"type": {
"$ref": "#/69"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -1256,7 +1256,7 @@
"type": {
"$ref": "#/69"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -1263,7 +1263,7 @@
"type": {
"$ref": "#/69"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -1263,7 +1263,7 @@
"type": {
"$ref": "#/69"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -1270,7 +1270,7 @@
"type": {
"$ref": "#/69"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -1277,7 +1277,7 @@
"type": {
"$ref": "#/69"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -1287,7 +1287,7 @@
"type": {
"$ref": "#/11"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -1294,7 +1294,7 @@
"type": {
"$ref": "#/11"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -1294,7 +1294,7 @@
"type": {
"$ref": "#/11"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -1294,7 +1294,7 @@
"type": {
"$ref": "#/11"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -1301,7 +1301,7 @@
"type": {
"$ref": "#/11"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -1301,7 +1301,7 @@
"type": {
"$ref": "#/11"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -1301,7 +1301,7 @@
"type": {
"$ref": "#/11"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -1308,7 +1308,7 @@
"type": {
"$ref": "#/11"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -1308,7 +1308,7 @@
"type": {
"$ref": "#/11"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -1308,7 +1308,7 @@
"type": {
"$ref": "#/11"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -1315,7 +1315,7 @@
"type": {
"$ref": "#/11"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -1315,7 +1315,7 @@
"type": {
"$ref": "#/11"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -5052,7 +5052,7 @@
"type": {
"$ref": "#/137"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -5052,7 +5052,7 @@
"type": {
"$ref": "#/137"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -5108,7 +5108,7 @@
"type": {
"$ref": "#/137"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -5195,7 +5195,7 @@
"type": {
"$ref": "#/137"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -5202,7 +5202,7 @@
"type": {
"$ref": "#/137"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -5280,7 +5280,7 @@
"type": {
"$ref": "#/139"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -5322,7 +5322,7 @@
"type": {
"$ref": "#/144"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -5329,7 +5329,7 @@
"type": {
"$ref": "#/144"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -5329,7 +5329,7 @@
"type": {
"$ref": "#/144"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -5329,7 +5329,7 @@
"type": {
"$ref": "#/144"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -5393,7 +5393,7 @@
"type": {
"$ref": "#/144"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -5400,7 +5400,7 @@
"type": {
"$ref": "#/144"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -5414,7 +5414,7 @@
"type": {
"$ref": "#/146"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -5421,7 +5421,7 @@
"type": {
"$ref": "#/146"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -5421,7 +5421,7 @@
"type": {
"$ref": "#/146"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -5421,7 +5421,7 @@
"type": {
"$ref": "#/146"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Просмотреть файл

@ -5464,7 +5464,7 @@
"type": {
"$ref": "#/149"
},
"flags": 0,
"flags": 2,
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
}

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше