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

justinytchen hybridcompute microsoft.hybrid compute 2024 07 31 preview #29560

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
546e8d0
new api version
Jun 17, 2024
6c92352
changed core number to in32
Jun 20, 2024
b5ed56e
updated
Jun 25, 2024
1c60d55
updated
Jun 25, 2024
887b622
fix string to int
Jun 25, 2024
9a875d7
update readme
Jun 25, 2024
93424d9
updated with no of sockets
Jun 26, 2024
17301ff
prettify
Jun 26, 2024
9e2adfb
update prettify again
Jun 26, 2024
9edfb18
updated prettify for rest of files
Jun 26, 2024
1752c1a
updated prettify last
Jun 26, 2024
2d67019
updated
Jun 26, 2024
9454603
updated rsm descriptions
Jul 9, 2024
7154a46
use common types of privatelink
Jul 9, 2024
c2d273b
added public network type
Jul 9, 2024
4af5d0b
added public network type
Jul 9, 2024
397bfa6
fixed PrivateLinkResourceListResult
Jul 9, 2024
90d00a2
fixed PrivateLinkResourceListResult
Jul 9, 2024
50c6023
fixed enum
Jul 9, 2024
d20f656
fixed PrivateLinkResourceListResult
Jul 9, 2024
5ab54ee
fixed PrivateLinkResourceListResult
Jul 9, 2024
d31108d
Merge branch 'main' of https://github.com/Azure/azure-rest-api-specs …
Jul 16, 2024
05b6b91
updating
Jul 24, 2024
3169b15
fixed api version
Jul 24, 2024
7ca12bc
updated readme
Jul 24, 2024
bdb6e56
updated readme
Jul 24, 2024
c1abc87
updated reconcile
Jul 29, 2024
623734c
updated
Aug 1, 2024
9dc69fc
change disk type
Aug 15, 2024
2675f86
Merge branch 'main' into justinytchen-hybridcompute-Microsoft.HybridC…
justinytchen Aug 22, 2024
a350678
updated
Aug 26, 2024
23d4fa1
updated
Aug 26, 2024
2770f06
updated
Aug 26, 2024
13d289b
updated path
Aug 27, 2024
5ec2f79
update parameters
Aug 27, 2024
12faddd
updated path
Aug 27, 2024
05c8c68
Merge branch 'main' into justinytchen-hybridcompute-Microsoft.HybridC…
TimLovellSmith Sep 4, 2024
137f0b1
try suppressing errors
Sep 4, 2024
f12c3e4
Merge branch 'justinytchen-hybridcompute-Microsoft.HybridCompute-2024…
Sep 4, 2024
4534a99
remove suppressions
Sep 4, 2024
7b92729
add suppressions
Sep 4, 2024
8e05913
add suppressions
Sep 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

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": "2024-07-31-preview"
},
"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": "2024-07-31-preview"
},
"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": "2024-07-31-preview",
"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": "2024-07-31-preview",
"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": "2024-07-31-preview"
},
"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": "2024-07-31-preview"
},
"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,22 @@
{
"parameters": {
"subscriptionId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"location": "EastUS",
"publisher": "microsoft.azure.monitor",
"extensionType": "azuremonitorlinuxagent",
"version": "1.9.1",
"api-version": "2024-07-31-preview"
},
"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": "2024-07-31-preview"
},
"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,53 @@
{
"parameters": {
"subscriptionId": "{subscriptionId}",
"resourceGroupName": "myResourceGroup",
"machineName": "myMachine",
"extensionName": "CustomScriptExtension",
"api-version": "2024-07-31-preview",
"extensionParameters": {
"location": "eastus2euap",
"properties": {
"publisher": "Microsoft.Compute",
"typeHandlerVersion": "1.10",
"type": "CustomScriptExtension",
"settings": {
"commandToExecute": "powershell.exe -c \"Get-Process | Where-Object { $_.CPU -gt 10000 }\""
}
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.HybridCompute/Machines/myMachine/Extensions/CustomScriptExtension",
"name": "CustomScriptExtension",
"type": "Microsoft.HybridCompute/machines/extensions",
"location": "eastus2euap",
"properties": {
"publisher": "Microsoft.Compute",
"type": "string",
"typeHandlerVersion": "1.10.3",
"autoUpgradeMinorVersion": false,
"settings": {
"commandToExecute": "powershell.exe -c \"Get-Process | Where-Object { $_.CPU -gt 10000 }\""
},
"protectedSettings": {},
"provisioningState": "Succeeded",
"instanceView": {
"name": "CustomScriptExtension",
"type": "CustomScriptExtension",
"typeHandlerVersion": "1.10.3",
"status": {
"code": "success",
"level": "Information",
"message": "Finished executing command, StdOut: , StdErr:",
"time": "2020-08-08T20:42:10.999Z"
}
}
}
}
},
"202": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"parameters": {
"subscriptionId": "{subscriptionId}",
"resourceGroupName": "myResourceGroup",
"machineName": "myMachine",
"extensionName": "MMA",
"api-version": "2024-07-31-preview"
},
"responses": {
"200": {},
"202": {
"headers": {
"Location": "{callbackUrl}",
"Retry-After": 200,
"Azure-AsyncOperation": "{callbackUri}"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"parameters": {
"subscriptionId": "{subscriptionId}",
"resourceGroupName": "myResourceGroup",
"machineName": "myMachine",
"extensionName": "CustomScriptExtension",
"api-version": "2024-07-31-preview"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.HybridCompute/Machines/myMachine/Extensions/CustomScriptExtension",
"name": "CustomScriptExtension",
"type": "Microsoft.HybridCompute/machines/extensions",
"location": "eastus2euap",
"properties": {
"publisher": "Microsoft.Compute",
"type": "string",
"typeHandlerVersion": "1.10.3",
"autoUpgradeMinorVersion": false,
"settings": {
"commandToExecute": "powershell.exe -c \"Get-Process | Where-Object { $_.CPU -gt 10000 }\""
},
"protectedSettings": {},
"provisioningState": "Succeeded",
"instanceView": {
"name": "CustomScriptExtension",
"type": "CustomScriptExtension",
"typeHandlerVersion": "1.10.3",
"status": {
"code": "success",
"level": "Information",
"displayStatus": "Provisioning succeeded",
"message": "Finished executing command, StdOut: , StdErr:",
"time": "2019-08-08T20:42:10.999Z"
}
}
}
}
}
}
}
Loading
Loading