Skip to content

Commit 4f1b6c6

Browse files
author
Lei jin
committed
Fix the CredScan issue
1 parent a3656bc commit 4f1b6c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.BastionTests/TestBastionShareableLink.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3027,7 +3027,7 @@
30273027
"1141"
30283028
]
30293029
},
3030-
"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}",
3030+
"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}",
30313031
"ResponseHeaders": {
30323032
"Cache-Control": [
30333033
"no-cache"
@@ -8430,4 +8430,4 @@
84308430
"Variables": {
84318431
"SubscriptionId": "1ab4107d-2306-43ab-a9e0-b55b8cd8c345"
84328432
}
8433-
}
8433+
}

0 commit comments

Comments
 (0)