-
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.
HanaOnAzure: Re-save JSON files using VSCode JSON formatter (#5673)
* HanaOnAzure: Re-save JSON files using VSCode JSON formatter * Install recommended VSCode extensions and re-save files
- Loading branch information
1 parent
cd273ca
commit 0060c89
Showing
8 changed files
with
435 additions
and
395 deletions.
There are no files selected for viewing
86 changes: 43 additions & 43 deletions
86
...-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/examples/HanaInstances_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 |
---|---|---|
@@ -1,47 +1,47 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2017-11-03-preview", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "myResourceGroup", | ||
"hanaInstanceName": "myHanaInstance" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance", | ||
"name": "myHanaInstance", | ||
"type": "Microsoft.HanaOnAzure/hanaInstances", | ||
"location": "westus", | ||
"tags": { | ||
"key": "value" | ||
}, | ||
"properties": { | ||
"hanaInstanceId": "00000000-0000-0000-0000-000000000000", | ||
"powerState": "restarting", | ||
"proximityPlacementGroup": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup", | ||
"hwRevision": "Rev 3", | ||
"hardwareProfile": { | ||
"hardwareType": "Cisco_UCS", | ||
"hanaInstanceSize": "S72" | ||
}, | ||
"networkProfile": { | ||
"networkInterfaces": [ | ||
{ | ||
"ipAddress": "100.100.100.100" | ||
} | ||
], | ||
"circuitId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/expressRouteCircuit" | ||
}, | ||
"storageProfile": { | ||
"nfsIpAddress": "200.200.200.200" | ||
}, | ||
"osProfile": { | ||
"computerName": "myComputerName", | ||
"osType": "SUSE", | ||
"version": "12 SP1" | ||
} | ||
} | ||
} | ||
"parameters": { | ||
"api-version": "2017-11-03-preview", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "myResourceGroup", | ||
"hanaInstanceName": "myHanaInstance" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance", | ||
"name": "myHanaInstance", | ||
"type": "Microsoft.HanaOnAzure/hanaInstances", | ||
"location": "westus", | ||
"tags": { | ||
"key": "value" | ||
}, | ||
"properties": { | ||
"hanaInstanceId": "00000000-0000-0000-0000-000000000000", | ||
"powerState": "restarting", | ||
"proximityPlacementGroup": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup", | ||
"hwRevision": "Rev 3", | ||
"hardwareProfile": { | ||
"hardwareType": "Cisco_UCS", | ||
"hanaInstanceSize": "S72" | ||
}, | ||
"networkProfile": { | ||
"networkInterfaces": [ | ||
{ | ||
"ipAddress": "100.100.100.100" | ||
} | ||
], | ||
"circuitId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/expressRouteCircuit" | ||
}, | ||
"storageProfile": { | ||
"nfsIpAddress": "200.200.200.200" | ||
}, | ||
"osProfile": { | ||
"computerName": "myComputerName", | ||
"osType": "SUSE", | ||
"version": "12 SP1" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
290 changes: 145 additions & 145 deletions
290
...manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/examples/HanaInstances_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 |
---|---|---|
@@ -1,148 +1,148 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2017-11-03-preview", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance1", | ||
"name": "myHanaInstance1", | ||
"type": "Microsoft.HanaOnAzure/hanaInstances", | ||
"location": "westus", | ||
"tags": { | ||
"key": "value" | ||
}, | ||
"properties": { | ||
"hanaInstanceId": "00000000-0000-0000-0000-000000000000", | ||
"powerState": "started", | ||
"proximityPlacementGroup": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup", | ||
"hwRevision": "Rev 3", | ||
"hardwareProfile": { | ||
"hardwareType": "Cisco_UCS", | ||
"hanaInstanceSize": "S72" | ||
}, | ||
"networkProfile": { | ||
"networkInterfaces": [ | ||
{ | ||
"ipAddress": "100.100.100.100" | ||
} | ||
], | ||
"circuitId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/expressRouteCircuit" | ||
}, | ||
"storageProfile": { | ||
"nfsIpAddress": "200.200.200.200" | ||
}, | ||
"osProfile": { | ||
"computerName": "myComputerName1", | ||
"osType": "SUSE", | ||
"version": "12 SP1" | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance2", | ||
"name": "myHanaInstance2", | ||
"type": "Microsoft.HanaOnAzure/hanaInstances", | ||
"location": "westus", | ||
"tags": { | ||
"key": "value" | ||
}, | ||
"properties": { | ||
"hanaInstanceId": "00000000-0000-0000-0000-000000000000", | ||
"powerState": "started", | ||
"proximityPlacementGroup": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup", | ||
"hwRevision": "Rev 3", | ||
"hardwareProfile": { | ||
"hardwareType": "HPE", | ||
"hanaInstanceSize": "S384" | ||
}, | ||
"networkProfile": { | ||
"networkInterfaces": [ | ||
{ | ||
"ipAddress": "100.100.100.101" | ||
} | ||
], | ||
"circuitId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/expressRouteCircuit" | ||
}, | ||
"storageProfile": { | ||
"nfsIpAddress": "200.200.200.201" | ||
}, | ||
"osProfile": { | ||
"computerName": "myComputerName2", | ||
"osType": "SUSE", | ||
"version": "12 SP1" | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup2/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance3", | ||
"name": "myHanaInstance3", | ||
"type": "Microsoft.HanaOnAzure/hanaInstances", | ||
"location": "westus", | ||
"properties": { | ||
"hanaInstanceId": "00000000-0000-0000-0000-000000000000", | ||
"powerState": "started", | ||
"proximityPlacementGroup": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup", | ||
"hwRevision": "Rev 3", | ||
"hardwareProfile": { | ||
"hardwareType": "HPE", | ||
"hanaInstanceSize": "S960m" | ||
}, | ||
"networkProfile": { | ||
"networkInterfaces": [ | ||
{ | ||
"ipAddress": "100.100.100.102" | ||
} | ||
], | ||
"circuitId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup2/providers/Microsoft.Network/expressRouteCircuit" | ||
}, | ||
"storageProfile": { | ||
"nfsIpAddress": "200.200.200.202" | ||
}, | ||
"osProfile": { | ||
"computerName": "myComputerName3", | ||
"osType": "SUSE", | ||
"version": "12 SP1" | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup2/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance4", | ||
"name": "myHanaInstance4", | ||
"type": "Microsoft.HanaOnAzure/hanaInstances", | ||
"location": "westus", | ||
"properties": { | ||
"hanaInstanceId": "00000000-0000-0000-0000-000000000000", | ||
"powerState": "started", | ||
"hwRevision": "Rev 3", | ||
"proximityPlacementGroup": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup", | ||
"hardwareProfile": { | ||
"hardwareType": "Cisco_UCS", | ||
"hanaInstanceSize": "S96" | ||
}, | ||
"networkProfile": { | ||
"networkInterfaces": [ | ||
{ | ||
"ipAddress": "100.100.100.103" | ||
} | ||
], | ||
"circuitId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup2/providers/Microsoft.Network/expressRouteCircuit" | ||
}, | ||
"storageProfile": { | ||
"nfsIpAddress": "200.200.200.203" | ||
}, | ||
"osProfile": { | ||
"computerName": "myComputerName4", | ||
"osType": "SUSE", | ||
"version": "12 SP1" | ||
} | ||
} | ||
} | ||
] | ||
"parameters": { | ||
"api-version": "2017-11-03-preview", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance1", | ||
"name": "myHanaInstance1", | ||
"type": "Microsoft.HanaOnAzure/hanaInstances", | ||
"location": "westus", | ||
"tags": { | ||
"key": "value" | ||
}, | ||
"properties": { | ||
"hanaInstanceId": "00000000-0000-0000-0000-000000000000", | ||
"powerState": "started", | ||
"proximityPlacementGroup": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup", | ||
"hwRevision": "Rev 3", | ||
"hardwareProfile": { | ||
"hardwareType": "Cisco_UCS", | ||
"hanaInstanceSize": "S72" | ||
}, | ||
"networkProfile": { | ||
"networkInterfaces": [ | ||
{ | ||
"ipAddress": "100.100.100.100" | ||
} | ||
], | ||
"circuitId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/expressRouteCircuit" | ||
}, | ||
"storageProfile": { | ||
"nfsIpAddress": "200.200.200.200" | ||
}, | ||
"osProfile": { | ||
"computerName": "myComputerName1", | ||
"osType": "SUSE", | ||
"version": "12 SP1" | ||
} | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance2", | ||
"name": "myHanaInstance2", | ||
"type": "Microsoft.HanaOnAzure/hanaInstances", | ||
"location": "westus", | ||
"tags": { | ||
"key": "value" | ||
}, | ||
"properties": { | ||
"hanaInstanceId": "00000000-0000-0000-0000-000000000000", | ||
"powerState": "started", | ||
"proximityPlacementGroup": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup", | ||
"hwRevision": "Rev 3", | ||
"hardwareProfile": { | ||
"hardwareType": "HPE", | ||
"hanaInstanceSize": "S384" | ||
}, | ||
"networkProfile": { | ||
"networkInterfaces": [ | ||
{ | ||
"ipAddress": "100.100.100.101" | ||
} | ||
], | ||
"circuitId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/expressRouteCircuit" | ||
}, | ||
"storageProfile": { | ||
"nfsIpAddress": "200.200.200.201" | ||
}, | ||
"osProfile": { | ||
"computerName": "myComputerName2", | ||
"osType": "SUSE", | ||
"version": "12 SP1" | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup2/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance3", | ||
"name": "myHanaInstance3", | ||
"type": "Microsoft.HanaOnAzure/hanaInstances", | ||
"location": "westus", | ||
"properties": { | ||
"hanaInstanceId": "00000000-0000-0000-0000-000000000000", | ||
"powerState": "started", | ||
"proximityPlacementGroup": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup", | ||
"hwRevision": "Rev 3", | ||
"hardwareProfile": { | ||
"hardwareType": "HPE", | ||
"hanaInstanceSize": "S960m" | ||
}, | ||
"networkProfile": { | ||
"networkInterfaces": [ | ||
{ | ||
"ipAddress": "100.100.100.102" | ||
} | ||
], | ||
"circuitId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup2/providers/Microsoft.Network/expressRouteCircuit" | ||
}, | ||
"storageProfile": { | ||
"nfsIpAddress": "200.200.200.202" | ||
}, | ||
"osProfile": { | ||
"computerName": "myComputerName3", | ||
"osType": "SUSE", | ||
"version": "12 SP1" | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup2/providers/Microsoft.HanaOnAzure/hanaInstances/myHanaInstance4", | ||
"name": "myHanaInstance4", | ||
"type": "Microsoft.HanaOnAzure/hanaInstances", | ||
"location": "westus", | ||
"properties": { | ||
"hanaInstanceId": "00000000-0000-0000-0000-000000000000", | ||
"powerState": "started", | ||
"hwRevision": "Rev 3", | ||
"proximityPlacementGroup": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myplacementgroup", | ||
"hardwareProfile": { | ||
"hardwareType": "Cisco_UCS", | ||
"hanaInstanceSize": "S96" | ||
}, | ||
"networkProfile": { | ||
"networkInterfaces": [ | ||
{ | ||
"ipAddress": "100.100.100.103" | ||
} | ||
], | ||
"circuitId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup2/providers/Microsoft.Network/expressRouteCircuit" | ||
}, | ||
"storageProfile": { | ||
"nfsIpAddress": "200.200.200.203" | ||
}, | ||
"osProfile": { | ||
"computerName": "myComputerName4", | ||
"osType": "SUSE", | ||
"version": "12 SP1" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.