Skip to content

Commit

Permalink
Fix the CredScan issue
Browse files Browse the repository at this point in the history
  • Loading branch information
msJinLei committed Sep 20, 2024
1 parent a3656bc commit 4f1b6c6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3027,7 +3027,7 @@
"1141"
]
},
"RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2ds_v4\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2022-datacenter-azure-edition-core\",\r\n \"version\": \"latest\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"ps7336-Vm\",\r\n \"adminUsername\": \"azureuser\",\r\n \"adminPassword\": \"azureuser@123\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/1ab4107d-2306-43ab-a9e0-b55b8cd8c345/resourceGroups/ps180/providers/Microsoft.Network/networkInterfaces/ps6078-Nic\"\r\n }\r\n ]\r\n },\r\n \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"trustedlaunch\"\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": false\r\n }\r\n }\r\n },\r\n \"location\": \"West Central US\"\r\n}",
"RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2ds_v4\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2022-datacenter-azure-edition-core\",\r\n \"version\": \"latest\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"ps7336-Vm\",\r\n \"adminUsername\": \"azureuser\",\r\n \"adminPassword\": \"GEN-Password\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/1ab4107d-2306-43ab-a9e0-b55b8cd8c345/resourceGroups/ps180/providers/Microsoft.Network/networkInterfaces/ps6078-Nic\"\r\n }\r\n ]\r\n },\r\n \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"trustedlaunch\"\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": false\r\n }\r\n }\r\n },\r\n \"location\": \"West Central US\"\r\n}",
"ResponseHeaders": {
"Cache-Control": [
"no-cache"
Expand Down Expand Up @@ -8430,4 +8430,4 @@
"Variables": {
"SubscriptionId": "1ab4107d-2306-43ab-a9e0-b55b8cd8c345"
}
}
}

0 comments on commit 4f1b6c6

Please sign in to comment.