From 307d1855e5b83c5e8647e3b88064af43b330e7ff Mon Sep 17 00:00:00 2001 From: krvsc Date: Mon, 8 Jul 2024 02:57:26 +0530 Subject: [PATCH] deleted unnecessary files --- .gitignore | 2 + .../deployment.json | 228 ------------------ .../deployment_operations.json | 99 -------- 3 files changed, 2 insertions(+), 327 deletions(-) create mode 100644 .gitignore delete mode 100644 .gitignore/Deployment-CreateVm-canonical.0001-com-ubuntu-server-focal-2-20240228011809/deployment.json delete mode 100644 .gitignore/Deployment-CreateVm-canonical.0001-com-ubuntu-server-focal-2-20240228011809/deployment_operations.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b97325a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# ignore json files +*.json \ No newline at end of file diff --git a/.gitignore/Deployment-CreateVm-canonical.0001-com-ubuntu-server-focal-2-20240228011809/deployment.json b/.gitignore/Deployment-CreateVm-canonical.0001-com-ubuntu-server-focal-2-20240228011809/deployment.json deleted file mode 100644 index ea81b86..0000000 --- a/.gitignore/Deployment-CreateVm-canonical.0001-com-ubuntu-server-focal-2-20240228011809/deployment.json +++ /dev/null @@ -1,228 +0,0 @@ -{ - "id": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourceGroups/rg-alpha/providers/Microsoft.Resources/deployments/CreateVm-canonical.0001-com-ubuntu-server-focal-2-20240228011809", - "name": "CreateVm-canonical.0001-com-ubuntu-server-focal-2-20240228011809", - "type": "Microsoft.Resources/deployments", - "tags": { - "primaryResourceId": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourcegroups/rg-alpha/providers/Microsoft.Compute/virtualMachines/Linux-VM2", - "marketplaceItemId": "Microsoft.VirtualMachine-ARM", - "provisioningHash": "SolutionProvider" - }, - "properties": { - "templateHash": "5272704724935071323", - "parameters": { - "location": { - "type": "String", - "value": "eastus" - }, - "networkInterfaceName": { - "type": "String", - "value": "linux-vm2961" - }, - "networkSecurityGroupName": { - "type": "String", - "value": "Linux-VM2-nsg" - }, - "networkSecurityGroupRules": { - "type": "Array", - "value": [] - }, - "subnetName": { - "type": "String", - "value": "default" - }, - "virtualNetworkId": { - "type": "String", - "value": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourceGroups/rg-alpha/providers/Microsoft.Network/virtualNetworks/WS-VM1-vnet" - }, - "publicIpAddressName": { - "type": "String", - "value": "Linux-VM2-ip" - }, - "publicIpAddressType": { - "type": "String", - "value": "Static" - }, - "publicIpAddressSku": { - "type": "String", - "value": "Standard" - }, - "pipDeleteOption": { - "type": "String", - "value": "Detach" - }, - "virtualMachineName": { - "type": "String", - "value": "Linux-VM2" - }, - "virtualMachineComputerName": { - "type": "String", - "value": "Linux-VM2" - }, - "virtualMachineRG": { - "type": "String", - "value": "rg-alpha" - }, - "osDiskType": { - "type": "String", - "value": "Premium_LRS" - }, - "osDiskDeleteOption": { - "type": "String", - "value": "Delete" - }, - "virtualMachineSize": { - "type": "String", - "value": "Standard_B1s" - }, - "nicDeleteOption": { - "type": "String", - "value": "Detach" - }, - "hibernationEnabled": { - "type": "Bool", - "value": false - }, - "adminUsername": { - "type": "String", - "value": "Prime" - }, - "adminPassword": { - "type": "SecureString" - }, - "securityType": { - "type": "String", - "value": "TrustedLaunch" - }, - "secureBoot": { - "type": "Bool", - "value": true - }, - "vTPM": { - "type": "Bool", - "value": true - } - }, - "mode": "Incremental", - "debugSetting": { - "detailLevel": "None" - }, - "provisioningState": "Succeeded", - "timestamp": "2024-02-27T19:52:08.18965Z", - "duration": "PT1M34.518808S", - "correlationId": "3e523db1-bdf6-4f3f-bdab-75aeafb7724f", - "providers": [ - { - "namespace": "Microsoft.Network", - "resourceTypes": [ - { - "resourceType": "networkInterfaces", - "locations": [ - "eastus" - ] - }, - { - "resourceType": "networkSecurityGroups", - "locations": [ - "eastus" - ] - }, - { - "resourceType": "publicIpAddresses", - "locations": [ - "eastus" - ] - } - ] - }, - { - "namespace": "Microsoft.Compute", - "resourceTypes": [ - { - "resourceType": "virtualMachines", - "locations": [ - "eastus" - ] - } - ] - }, - { - "namespace": "Microsoft.Resources", - "resourceTypes": [ - { - "resourceType": "deployments", - "locations": [ - null - ] - } - ] - } - ], - "dependencies": [ - { - "dependsOn": [ - { - "id": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourceGroups/rg-alpha/providers/Microsoft.Network/networkSecurityGroups/Linux-VM2-nsg", - "resourceType": "Microsoft.Network/networkSecurityGroups", - "resourceName": "Linux-VM2-nsg" - }, - { - "id": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourceGroups/rg-alpha/providers/Microsoft.Network/publicIpAddresses/Linux-VM2-ip", - "resourceType": "Microsoft.Network/publicIpAddresses", - "resourceName": "Linux-VM2-ip" - } - ], - "id": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourceGroups/rg-alpha/providers/Microsoft.Network/networkInterfaces/linux-vm2961", - "resourceType": "Microsoft.Network/networkInterfaces", - "resourceName": "linux-vm2961" - }, - { - "dependsOn": [ - { - "id": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourceGroups/rg-alpha/providers/Microsoft.Network/networkInterfaces/linux-vm2961", - "resourceType": "Microsoft.Network/networkInterfaces", - "resourceName": "linux-vm2961" - } - ], - "id": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourceGroups/rg-alpha/providers/Microsoft.Compute/virtualMachines/Linux-VM2", - "resourceType": "Microsoft.Compute/virtualMachines", - "resourceName": "Linux-VM2" - }, - { - "dependsOn": [ - { - "id": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourceGroups/rg-alpha/providers/Microsoft.Compute/virtualMachines/Linux-VM2", - "resourceType": "Microsoft.Compute/virtualMachines", - "resourceName": "Linux-VM2" - } - ], - "id": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourceGroups/rg-alpha/providers/Microsoft.Resources/deployments/microsoft.network-watcher-linux", - "resourceType": "Microsoft.Resources/deployments", - "resourceName": "microsoft.network-watcher-linux" - } - ], - "outputs": { - "adminUsername": { - "type": "String", - "value": "Prime" - } - }, - "outputResources": [ - { - "id": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourceGroups/rg-alpha/providers/Microsoft.Compute/virtualMachines/Linux-VM2" - }, - { - "id": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourceGroups/rg-alpha/providers/Microsoft.Compute/virtualMachines/Linux-VM2/extensions/AzureNetworkWatcherExtension" - }, - { - "id": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourceGroups/rg-alpha/providers/Microsoft.Network/networkInterfaces/linux-vm2961" - }, - { - "id": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourceGroups/rg-alpha/providers/Microsoft.Network/networkSecurityGroups/Linux-VM2-nsg" - }, - { - "id": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourceGroups/rg-alpha/providers/Microsoft.Network/publicIpAddresses/Linux-VM2-ip" - } - ], - "validationLevel": "Template" - } -} \ No newline at end of file diff --git a/.gitignore/Deployment-CreateVm-canonical.0001-com-ubuntu-server-focal-2-20240228011809/deployment_operations.json b/.gitignore/Deployment-CreateVm-canonical.0001-com-ubuntu-server-focal-2-20240228011809/deployment_operations.json deleted file mode 100644 index 396d9fe..0000000 --- a/.gitignore/Deployment-CreateVm-canonical.0001-com-ubuntu-server-focal-2-20240228011809/deployment_operations.json +++ /dev/null @@ -1,99 +0,0 @@ -[ - { - "id": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourceGroups/rg-alpha/providers/Microsoft.Resources/deployments/CreateVm-canonical.0001-com-ubuntu-server-focal-2-20240228011809/operations/CD8D7023E6AA9846", - "operationId": "CD8D7023E6AA9846", - "properties": { - "provisioningOperation": "Create", - "provisioningState": "Succeeded", - "timestamp": "2024-02-27T19:52:07.9534484Z", - "duration": "PT1M20.2101273S", - "trackingId": "05088c10-969f-4340-823d-5581dd38c50b", - "statusCode": "OK", - "targetResource": { - "id": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourceGroups/rg-alpha/providers/Microsoft.Resources/deployments/microsoft.network-watcher-linux", - "resourceType": "Microsoft.Resources/deployments", - "resourceName": "microsoft.network-watcher-linux" - } - } - }, - { - "id": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourceGroups/rg-alpha/providers/Microsoft.Resources/deployments/CreateVm-canonical.0001-com-ubuntu-server-focal-2-20240228011809/operations/47CCFFC9F90F536A", - "operationId": "47CCFFC9F90F536A", - "properties": { - "provisioningOperation": "Create", - "provisioningState": "Succeeded", - "timestamp": "2024-02-27T19:51:14.3452767Z", - "duration": "PT26.6019556S", - "trackingId": "911ce2ed-bbca-45b4-b608-7c237ba5e449", - "statusCode": "OK", - "targetResource": { - "id": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourceGroups/rg-alpha/providers/Microsoft.Compute/virtualMachines/Linux-VM2", - "resourceType": "Microsoft.Compute/virtualMachines", - "resourceName": "Linux-VM2" - } - } - }, - { - "id": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourceGroups/rg-alpha/providers/Microsoft.Resources/deployments/CreateVm-canonical.0001-com-ubuntu-server-focal-2-20240228011809/operations/A407E029666C3552", - "operationId": "A407E029666C3552", - "properties": { - "provisioningOperation": "Create", - "provisioningState": "Succeeded", - "timestamp": "2024-02-27T19:50:55.4026508Z", - "duration": "PT7.6593297S", - "trackingId": "2408c61f-a4fc-4da3-9be0-7604eebfb6cd", - "statusCode": "Created", - "targetResource": { - "id": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourceGroups/rg-alpha/providers/Microsoft.Network/networkInterfaces/linux-vm2961", - "resourceType": "Microsoft.Network/networkInterfaces", - "resourceName": "linux-vm2961" - } - } - }, - { - "id": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourceGroups/rg-alpha/providers/Microsoft.Resources/deployments/CreateVm-canonical.0001-com-ubuntu-server-focal-2-20240228011809/operations/8F84CC4255655C8A", - "operationId": "8F84CC4255655C8A", - "properties": { - "provisioningOperation": "Create", - "provisioningState": "Succeeded", - "timestamp": "2024-02-27T19:50:47.6896678Z", - "duration": "PT11.733897S", - "trackingId": "71b314c1-e813-425d-a361-c8e4c576c492", - "statusCode": "OK", - "targetResource": { - "id": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourceGroups/rg-alpha/providers/Microsoft.Network/networkSecurityGroups/Linux-VM2-nsg", - "resourceType": "Microsoft.Network/networkSecurityGroups", - "resourceName": "Linux-VM2-nsg" - } - } - }, - { - "id": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourceGroups/rg-alpha/providers/Microsoft.Resources/deployments/CreateVm-canonical.0001-com-ubuntu-server-focal-2-20240228011809/operations/88C50F017CFEF2F3", - "operationId": "88C50F017CFEF2F3", - "properties": { - "provisioningOperation": "Create", - "provisioningState": "Succeeded", - "timestamp": "2024-02-27T19:50:47.5201596Z", - "duration": "PT11.5643888S", - "trackingId": "5de90015-1a26-475d-8bef-41767268f056", - "statusCode": "OK", - "targetResource": { - "id": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourceGroups/rg-alpha/providers/Microsoft.Network/publicIpAddresses/Linux-VM2-ip", - "resourceType": "Microsoft.Network/publicIpAddresses", - "resourceName": "Linux-VM2-ip" - } - } - }, - { - "id": "/subscriptions/e9ff9017-58da-4178-b91a-d1291ce1e572/resourceGroups/rg-alpha/providers/Microsoft.Resources/deployments/CreateVm-canonical.0001-com-ubuntu-server-focal-2-20240228011809/operations/08584925434540396928", - "operationId": "08584925434540396928", - "properties": { - "provisioningOperation": "EvaluateDeploymentOutput", - "provisioningState": "Succeeded", - "timestamp": "2024-02-27T19:52:08.1553254Z", - "duration": "PT1M20.4120043S", - "trackingId": "8258cf90-c4ca-4fc6-9c92-50b609cbd963", - "statusCode": "OK" - } - } -] \ No newline at end of file