Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adrielmsft hybridcompute microsoft.hybrid compute 2025 01 13 #32161

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"parameters": {
"osType": "myOsType",
"version": "1.27",
"api-version": "2025-01-13"
},
"responses": {
"200": {
"body": {
"agentVersion": "1.27",
"downloadLink": "https://download.microsoft.com/download/8/4/5/845d5e04-bb09-4ed2-9ca8-bb51184cddc9/AzureConnectedMachineAgent.msi",
"osType": "myOsType"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"parameters": {
"osType": "myOsType",
"api-version": "2025-01-13"
},
"responses": {
"200": {
"body": {
"value": [
{
"agentVersion": "1.26",
"downloadLink": "https://download.microsoft.com/download/8/4/5/845d5e04-bb09-4ed2-9ca8-bb51184cddc9/AzureConnectedMachineAgent.msi",
"osType": "myOsType"
},
{
"agentVersion": "1.27",
"downloadLink": "https://download.microsoft.com/download/8/4/5/845d5e04-bb09-4ed2-9ca8-bb51184cddc9/AzureConnectedMachineAgent.msi",
"osType": "myOsType"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"parameters": {
"api-version": "2025-01-13",
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b",
"resourceGroupName": "testrg",
"machineName": "ContosoVm",
"metadataName": "default"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/testrg/providers/Microsoft.HybridCompute/machines/ContosoVm/hybridIdentityMetadata/default",
"name": "testItem",
"type": "Microsoft.HybridCompute/machines/hybridIdentityMetadata",
"properties": {
"vmId": "f8b82dff-38ef-4220-99ef-d3a3f86ddc6c",
"publicKey": "8ec7d60c-9700-40b1-8e6e-e5b2f6f477f2",
"identity": {
"principalId": "7b5129bc-8642-4a6a-95f8-63400ca6ec4d",
"tenantId": "ec46ca82-5d4a-4e3e-b4b7-e27f9318645d",
"type": "SystemAssigned"
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"parameters": {
"api-version": "2025-01-13",
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b",
"resourceGroupName": "testrg",
"machineName": "ContosoVm"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/testrg/providers/Microsoft.HybridCompute/machines/ContosoVm/hybridIdentityMetadata/default",
"name": "testItem",
"type": "Microsoft.HybridCompute/machines/hybridIdentityMetadata",
"properties": {
"vmId": "f8b82dff-38ef-4220-99ef-d3a3f86ddc6c",
"publicKey": "8ec7d60c-9700-40b1-8e6e-e5b2f6f477f2",
"identity": {
"principalId": "7b5129bc-8642-4a6a-95f8-63400ca6ec4d",
"tenantId": "ec46ca82-5d4a-4e3e-b4b7-e27f9318645d",
"type": "SystemAssigned"
}
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "myResourceGroup",
"machineName": "myMachine",
"api-version": "2025-01-13"
},
"responses": {
"200": {
"body": {
"networkInterfaces": [
{
"name": "Wi-Fi",
"macAddress": "3c:49:6e:13:0e:73",
"id": "8",
"ipAddresses": [
{
"address": "192.168.12.345",
"ipAddressVersion": "IPv4",
"subnet": {
"addressPrefix": "192.168.12.0/24"
}
}
]
},
{
"name": "Ethernet",
"macAddress": "10:15:5c:52:f9:b8",
"id": "23",
"ipAddresses": [
{
"address": "1001:0:34aa:5000:1234:aaaa:bbbb:cccc",
"ipAddressVersion": "IPv6",
"subnet": {
"addressPrefix": "1001:0:34aa:5000::/64"
}
}
]
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parameters": {
"api-version": "2025-01-13"
},
"responses": {
"200": {
"body": {
"value": [
{
"origin": "user,system",
"name": "Microsoft.HybridCompute/operations/read",
"display": {
"operation": "Read all Operations",
"resource": "Microsoft.HybridCompute Resource Provider",
"description": "Read all Operations for Azure Arc for Servers",
"provider": "Microsoft HybridCompute"
},
"isDataAction": true
},
{
"origin": "user,system",
"name": "Microsoft.HybridCompute/register/action",
"display": {
"operation": "Register Subscription for Azure Arc for Servers",
"resource": "Microsoft.HybridCompute Resource Provider",
"description": "Registers the subscription for the Microsoft.HybridCompute Resource Provider",
"provider": "Microsoft HybridCompute"
},
"isDataAction": true
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"parameters": {
"location": "EastUS",
"publisher": "microsoft.azure.monitor",
"extensionType": "azuremonitorlinuxagent",
"version": "1.33.0",
"api-version": "2025-01-13"
},
"responses": {
"200": {
"body": {
"id": "/providers/Microsoft.HybridCompute/locations/eastus/publishers/microsoft.azure.monitor/extensionTypes/azuremonitorlinuxagent/versions/1.33.0",
"properties": {
"version": "1.33.0",
"extensionType": "azuremonitorlinuxagent",
"publisher": "microsoft.azure.monitor",
"extensionSignatureUri": "https://eastus.his.arc.azure.com/extensions/extensionsignatures/azuremonitorlinuxagent__1.33.0.zip",
"extensionUris": [
"https://aaaaaaaaaaaaaaaaaaaa.blob.core.windows.net/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa_1.33.0.zip",
"https://bbbbbbbbbbbbbbbbbbbb.blob.core.windows.net/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb_1.33.0.zip",
"https://cccccccccccccccccccc.blob.core.windows.net/cccccccccccccccccccccccccccccccccccc/cccccccccccccccccccccccccccccccccccc_1.33.0.zip"
],
"operatingSystem": "Linux",
"architecture": [
"x64"
]
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"parameters": {
"location": "EastUS",
"publisher": "microsoft.azure.monitor",
"extensionType": "azuremonitorlinuxagent",
"api-version": "2025-01-13"
},
"responses": {
"200": {
"body": {
"value": [
{
"properties": {
"version": "1.33.0",
"extensionType": "azuremonitorlinuxagent",
"publisher": "microsoft.azure.monitor",
"extensionSignatureUri": "https://eastus.his.arc.azure.com/extensions/extensionsignatures/azuremonitorlinuxagent__1.33.0.zip",
"extensionUris": [
"https://aaaaaaaaaaaaaaaaaaaa.blob.core.windows.net/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa_1.33.0.zip",
"https://bbbbbbbbbbbbbbbbbbbb.blob.core.windows.net/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb_1.33.0.zip",
"https://cccccccccccccccccccc.blob.core.windows.net/cccccccccccccccccccccccccccccccccccc/cccccccccccccccccccccccccccccccccccc_1.33.0.zip"
],
"operatingSystem": "Linux",
"architecture": [
"x64"
]
},
"id": "/providers/Microsoft.HybridCompute/locations/eastus/publishers/microsoft.azure.monitor/extensionTypes/azuremonitorlinuxagent/versions/1.33.0"
},
{
"properties": {
"version": "1.32.6",
"extensionType": "azuremonitorlinuxagent",
"publisher": "microsoft.azure.monitor",
"extensionSignatureUri": "https://eastus.his.arc.azure.com/extensions/extensionsignatures/azuremonitorlinuxagent__1.32.6.zip",
"extensionUris": [
"https://aaaaaaaaaaaaaaaaaaaa.blob.core.windows.net/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa_1.32.6.zip",
"https://bbbbbbbbbbbbbbbbbbbb.blob.core.windows.net/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb_1.32.6.zip",
"https://cccccccccccccccccccc.blob.core.windows.net/cccccccccccccccccccccccccccccccccccc/cccccccccccccccccccccccccccccccccccc_1.32.6.zip"
],
"operatingSystem": "Linux",
"architecture": [
"x64"
]
},
"id": "/providers/Microsoft.HybridCompute/locations/eastus/publishers/microsoft.azure.monitor/extensionTypes/azuremonitorlinuxagent/versions/1.32.6"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"parameters": {
"subscriptionId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"location": "EastUS",
"publisher": "microsoft.azure.monitor",
"extensionType": "azuremonitorlinuxagent",
"version": "1.9.1",
"api-version": "2025-01-13"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/Providers/Microsoft.HybridCompute/locations/eastus/publishers/microsoft.azure.monitor/extensionTypes/azuremonitorlinuxagent/versions/1.9.1",
"properties": {
"version": "1.9.1",
"extensionType": "azuremonitorlinuxagent",
"publisher": "microsoft.azure.monitor"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"parameters": {
"subscriptionId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"location": "EastUS",
"publisher": "microsoft.azure.monitor",
"extensionType": "azuremonitorlinuxagent",
"api-version": "2025-01-13"
},
"responses": {
"200": {
"body": {
"value": [
{
"properties": {
"version": "1.9.1",
"extensionType": "azuremonitorlinuxagent",
"publisher": "microsoft.azure.monitor"
},
"id": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/Providers/Microsoft.HybridCompute/locations/eastus/publishers/microsoft.azure.monitor/extensionTypes/azuremonitorlinuxagent/versions/1.9.1"
},
{
"properties": {
"version": "1.9.2",
"extensionType": "azuremonitorlinuxagent",
"publisher": "microsoft.azure.monitor"
},
"id": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/Providers/Microsoft.HybridCompute/locations/eastus/publishers/microsoft.azure.monitor/extensionTypes/azuremonitorlinuxagent/versions/1.9.2"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"parameters": {
"location": "EastUS",
"api-version": "2025-01-13"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/providers/Microsoft.HybridCompute/locations/eastus/publishers",
"name": "Microsoft.Compute"
},
{
"id": "/providers/Microsoft.HybridCompute/locations/eastus/publishers",
"name": "Microsoft.Azure.Monitoring.DependencyAgent"
},
{
"id": "/providers/Microsoft.HybridCompute/locations/eastus/publishers",
"name": "Microsoft.AzureData"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"parameters": {
"location": "EastUS",
"publisher": "microsoft.azure.monitor",
"api-version": "2025-01-13"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/providers/Microsoft.HybridCompute/locations/eastus/publishers/microsoft.azure.monitor/extensionTypes",
"name": "AzureMonitorLinuxAgent"
},
{
"id": "/providers/Microsoft.HybridCompute/locations/eastus/publishers/microsoft.azure.monitor/extensionTypes",
"name": "AzureMonitorWindowsAgent"
}
]
}
}
}
}
Loading