-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* First ALI GA version * Running prettier * Fixing linter errors * Fixed readme.md new api path * Running prettier again * Ran npx tsv ... * Running prettier check again... * Running prettier and format fixes * updating swagger specs
- Loading branch information
Showing
34 changed files
with
3,212 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
.../AzureLargeInstance.Management/examples/2024-04-10/AzureLargeInstanceOperations_List.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"operationId": "Operations_List", | ||
"title": "Operations_List", | ||
"parameters": { | ||
"api-version": "2024-04-10" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"name": "Microsoft.AzureLargeInstance/read", | ||
"display": { | ||
"provider": "Microsoft Azure Large Instance", | ||
"resource": "AzureLargeInstance", | ||
"operation": "Read AzureLargeInstance", | ||
"description": "Read any AzureLargeInstance" | ||
}, | ||
"isDataAction": false | ||
}, | ||
{ | ||
"name": "Microsoft.AzureLargeInstance", | ||
"display": { | ||
"provider": "Microsoft Azure Large Instance", | ||
"resource": "AzureLargeInstance", | ||
"operation": "Start AzureLargeInstance", | ||
"description": "Start any AzureLargeInstance" | ||
}, | ||
"isDataAction": true | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
57 changes: 57 additions & 0 deletions
57
...rgeinstance/AzureLargeInstance.Management/examples/2024-04-10/AzureLargeInstance_Get.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"operationId": "AzureLargeInstance_Get", | ||
"title": "AzureLargeInstance_Get", | ||
"parameters": { | ||
"api-version": "2024-04-10", | ||
"subscriptionId": "f0f4887f-d13c-4943-a8ba-d7da28d2a3fd", | ||
"resourceGroupName": "myResourceGroup", | ||
"azureLargeInstanceName": "myAzureLargeInstance" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/f0f4887f-d13c-4943-a8ba-d7da28d2a3fd/resourceGroups/myResourceGroup/providers/Microsoft.AzureLargeInstance/AzureLargeInstances/myAzureLargeInstance", | ||
"location": "westus2", | ||
"name": "myAzureLargeInstance", | ||
"tags": { | ||
"key": "value" | ||
}, | ||
"type": "Microsoft.AzureLargeInstance/AzureLargeInstances", | ||
"systemData": { | ||
"createdBy": "[email protected]", | ||
"createdByType": "User", | ||
"createdAt": "2020-12-20T23:10:22.6828621Z", | ||
"lastModifiedBy": "[email protected]", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-07-21T08:01:22.0000000Z" | ||
}, | ||
"properties": { | ||
"azureLargeInstanceId": "23415635-4d7e-41dc-9598-8194f22c24e1", | ||
"powerState": "restarting", | ||
"hwRevision": "Rev 4.2", | ||
"hardwareProfile": { | ||
"hardwareType": "Cisco_UCS", | ||
"azureLargeInstanceSize": "S72" | ||
}, | ||
"networkProfile": { | ||
"networkInterfaces": [ | ||
{ | ||
"ipAddress": "123.123.123.123" | ||
} | ||
], | ||
"circuitId": "/subscriptions/f0f4887f-d13c-4943-a8ba-d7da28d2a3fd/resourceGroups/myResourceGroup/providers/Microsoft.Network/expressRouteCircuits/myCircuitId" | ||
}, | ||
"storageProfile": { | ||
"nfsIpAddress": "123.123.119.123" | ||
}, | ||
"osProfile": { | ||
"computerName": "myComputerName", | ||
"osType": "SLES 12 SP2", | ||
"version": "12 SP2" | ||
}, | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
} | ||
} | ||
} |
107 changes: 107 additions & 0 deletions
107
...eLargeInstance.Management/examples/2024-04-10/AzureLargeInstance_ListByResourceGroup.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
{ | ||
"operationId": "AzureLargeInstance_ListByResourceGroup", | ||
"title": "AzureLargeInstance_ListByResourceGroup", | ||
"parameters": { | ||
"api-version": "2024-04-10", | ||
"subscriptionId": "f0f4887f-d13c-4943-a8ba-d7da28d2a3fd", | ||
"resourceGroupName": "myResourceGroup" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/f0f4887f-d13c-4943-a8ba-d7da28d2a3fd/resourceGroups/myResourceGroup/providers/Microsoft.AzureLargeInstance/AzureLargeInstances/myAzureLargeMetalInstance1", | ||
"name": "myAzureLargeMetalInstance1", | ||
"type": "Microsoft.AzureLargeInstance/AzureLargeInstances", | ||
"location": "westus", | ||
"tags": { | ||
"key": "value" | ||
}, | ||
"systemData": { | ||
"createdBy": "[email protected]", | ||
"createdByType": "User", | ||
"createdAt": "2020-12-20T23:10:22.6828621Z", | ||
"lastModifiedBy": "[email protected]", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-07-21T08:01:22.0000000Z" | ||
}, | ||
"properties": { | ||
"azureLargeInstanceId": "23415635-4d7e-41dc-9598-8194f22c24e1", | ||
"powerState": "started", | ||
"proximityPlacementGroup": "/subscriptions/f0f4887f-d13c-4943-a8ba-d7da28d2a3fd/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup", | ||
"hwRevision": "Rev 3", | ||
"hardwareProfile": { | ||
"hardwareType": "Cisco_UCS", | ||
"azureLargeInstanceSize": "S72" | ||
}, | ||
"networkProfile": { | ||
"networkInterfaces": [ | ||
{ | ||
"ipAddress": "100.100.100.100" | ||
} | ||
], | ||
"circuitId": "/subscriptions/f0f4887f-d13c-4943-a8ba-d7da28d2a3fd/resourceGroups/myResourceGroup/providers/Microsoft.Network/expressRouteCircuit" | ||
}, | ||
"storageProfile": { | ||
"nfsIpAddress": "200.200.200.200" | ||
}, | ||
"osProfile": { | ||
"computerName": "myComputerName1", | ||
"osType": "SUSE", | ||
"version": "12 SP1", | ||
"sshPublicKey": "{ssh-rsa public key}" | ||
}, | ||
"provisioningState": "Succeeded" | ||
} | ||
}, | ||
{ | ||
"id": "/subscriptions/f0f4887f-d13c-4943-a8ba-d7da28d2a3fd/resourceGroups/myResourceGroup/providers/Microsoft.AzureLargeInstance/AzureLargeInstances/myABMInstance2", | ||
"name": "myABMInstance2", | ||
"type": "Microsoft.AzureLargeInstance/AzureLargeInstances", | ||
"location": "westus", | ||
"tags": { | ||
"key": "value" | ||
}, | ||
"systemData": { | ||
"createdBy": "[email protected]", | ||
"createdByType": "User", | ||
"createdAt": "2021-07-21T08:01:22.0000000Z", | ||
"lastModifiedBy": "[email protected]", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-08-13T08:01:22.1234567Z" | ||
}, | ||
"properties": { | ||
"azureLargeInstanceId": "589bce49-9fe6-4dc8-82df-cf6ae25e0cb9", | ||
"powerState": "started", | ||
"proximityPlacementGroup": "/subscriptions/f0f4887f-d13c-4943-a8ba-d7da28d2a3fd/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup", | ||
"hwRevision": "Rev 3", | ||
"hardwareProfile": { | ||
"hardwareType": "HPE", | ||
"azureLargeInstanceSize": "S384" | ||
}, | ||
"networkProfile": { | ||
"networkInterfaces": [ | ||
{ | ||
"ipAddress": "100.100.100.101" | ||
} | ||
], | ||
"circuitId": "/subscriptions/f0f4887f-d13c-4943-a8ba-d7da28d2a3fd/resourceGroups/myResourceGroup/providers/Microsoft.Network/expressRouteCircuit" | ||
}, | ||
"storageProfile": { | ||
"nfsIpAddress": "200.200.200.201" | ||
}, | ||
"osProfile": { | ||
"computerName": "myComputerName2", | ||
"osType": "SUSE", | ||
"version": "12 SP1", | ||
"sshPublicKey": "{ssh-rsa public key}" | ||
}, | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
102 changes: 102 additions & 0 deletions
102
...reLargeInstance.Management/examples/2024-04-10/AzureLargeInstance_ListBySubscription.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
{ | ||
"operationId": "AzureLargeInstance_ListBySubscription", | ||
"title": "AzureLargeInstance_ListBySubscription", | ||
"parameters": { | ||
"api-version": "2024-04-10", | ||
"subscriptionId": "f0f4887f-d13c-4943-a8ba-d7da28d2a3fd" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/57d3422f-467a-448e-b798-ebf490849542/resourceGroups/myResourceGroup/providers/Microsoft.AzureLargeInstance/AzureLargeInstances/myAzureLargeInstance1", | ||
"location": "westus2", | ||
"name": "myAzureLargeInstance1", | ||
"tags": { | ||
"key": "value" | ||
}, | ||
"systemData": { | ||
"createdBy": "[email protected]", | ||
"createdByType": "User", | ||
"createdAt": "2021-07-21T08:01:22.0000000Z", | ||
"lastModifiedBy": "[email protected]", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-08-13T08:01:22.1234567Z" | ||
}, | ||
"type": "Microsoft.AzureLargeInstance/AzureLargeInstances", | ||
"properties": { | ||
"azureLargeInstanceId": "23415635-4d7e-41dc-9598-8194f22c24e1", | ||
"powerState": "restarting", | ||
"hwRevision": "Rev 4.2", | ||
"hardwareProfile": { | ||
"hardwareType": "Cisco_UCS", | ||
"azureLargeInstanceSize": "S72" | ||
}, | ||
"networkProfile": { | ||
"networkInterfaces": [ | ||
{ | ||
"ipAddress": "123.123.123.123" | ||
} | ||
], | ||
"circuitId": "/subscriptions/57d3422f-467a-448e-b798-ebf490849542/resourceGroups/myResourceGroup/providers/Microsoft.Network/expressRouteCircuits/myCircuitId" | ||
}, | ||
"storageProfile": { | ||
"nfsIpAddress": "123.123.119.123" | ||
}, | ||
"osProfile": { | ||
"computerName": "myComputerName", | ||
"osType": "SLES 12 SP2", | ||
"version": "12 SP2" | ||
}, | ||
"provisioningState": "Succeeded" | ||
} | ||
}, | ||
{ | ||
"id": "/subscriptions/f0f4887f-d13c-4943-a8ba-d7da28d2a3fd/resourceGroups/myResourceGroup/providers/Microsoft.AzureLargeInstance/AzureLargeInstances/myAzureLargeInstance2", | ||
"location": "westus2", | ||
"name": "myAzureLargeInstance2", | ||
"tags": { | ||
"key": "value" | ||
}, | ||
"systemData": { | ||
"createdBy": "[email protected]", | ||
"createdByType": "User", | ||
"createdAt": "2021-07-21T08:01:22.0000000Z", | ||
"lastModifiedBy": "[email protected]", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-08-13T08:01:22.1234567Z" | ||
}, | ||
"type": "Microsoft.AzureLargeInstance/AzureLargeInstances", | ||
"properties": { | ||
"azureLargeInstanceId": "589bce49-9fe6-4dc8-82df-cf6ae25e0cb9", | ||
"powerState": "restarting", | ||
"hwRevision": "Rev 4.2", | ||
"hardwareProfile": { | ||
"hardwareType": "Cisco_UCS", | ||
"azureLargeInstanceSize": "S72" | ||
}, | ||
"networkProfile": { | ||
"networkInterfaces": [ | ||
{ | ||
"ipAddress": "123.123.123.123" | ||
} | ||
], | ||
"circuitId": "/subscriptions/f0f4887f-d13c-4943-a8ba-d7da28d2a3fd/resourceGroups/myResourceGroup/providers/Microsoft.Network/expressRouteCircuits/myCircuitId" | ||
}, | ||
"storageProfile": { | ||
"nfsIpAddress": "123.123.119.123" | ||
}, | ||
"osProfile": { | ||
"computerName": "myComputerName2", | ||
"osType": "SLES 12 SP2", | ||
"version": "12 SP2" | ||
}, | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
64 changes: 64 additions & 0 deletions
64
...tance/AzureLargeInstance.Management/examples/2024-04-10/AzureLargeInstance_PatchTags.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
{ | ||
"operationId": "AzureLargeInstance_Update", | ||
"title": "AzureLargeInstance_Update_Tag", | ||
"parameters": { | ||
"api-version": "2024-04-10", | ||
"subscriptionId": "f0f4887f-d13c-4943-a8ba-d7da28d2a3fd", | ||
"resourceGroupName": "myResourceGroup", | ||
"azureLargeInstanceName": "myALInstance", | ||
"tagsParameter": { | ||
"tags": { | ||
"testkey": "testvalue" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/f0f4887f-d13c-4943-a8ba-d7da28d2a3fd/resourceGroups/myResourceGroup/providers/Microsoft.AzureLargeInstance/AzureLargeInstances/myALInstance", | ||
"name": "myALInstance", | ||
"type": "Microsoft.AzureLargeInstance/AzureLargeInstances", | ||
"location": "westus", | ||
"tags": { | ||
"testkey": "testvalue" | ||
}, | ||
"systemData": { | ||
"createdBy": "[email protected]", | ||
"createdByType": "User", | ||
"createdAt": "2020-12-20T23:10:22.6828621Z", | ||
"lastModifiedBy": "[email protected]", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-07-21T08:01:22.0000000Z" | ||
}, | ||
"properties": { | ||
"azureLargeInstanceId": "23415635-4d7e-41dc-9598-8194f22c24e1", | ||
"powerState": "started", | ||
"proximityPlacementGroup": "/subscriptions/f0f4887f-d13c-4943-a8ba-d7da28d2a3fd/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup", | ||
"hwRevision": "Rev 3", | ||
"hardwareProfile": { | ||
"hardwareType": "Cisco_UCS", | ||
"azureLargeInstanceSize": "S72" | ||
}, | ||
"networkProfile": { | ||
"networkInterfaces": [ | ||
{ | ||
"ipAddress": "100.100.100.100" | ||
} | ||
], | ||
"circuitId": "/subscriptions/f0f4887f-d13c-4943-a8ba-d7da28d2a3fd/resourceGroups/myResourceGroup/providers/Microsoft.Network/expressRouteCircuit" | ||
}, | ||
"storageProfile": { | ||
"nfsIpAddress": "200.200.200.200" | ||
}, | ||
"osProfile": { | ||
"computerName": "myComputerName", | ||
"osType": "SUSE", | ||
"version": "12 SP1", | ||
"sshPublicKey": "{ssh-rsa public key}" | ||
}, | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.