Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove access keys from test yaml files #7788

Merged
merged 9 commits into from
Jul 10, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -2631,8 +2631,8 @@ interactions:
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-redisenterprise-rg1-000002/providers/Microsoft.Cache/redisEnterprise/clitest-cache1-000001/databases/default/listKeys?api-version=2023-03-01-preview
response:
body:
string: "{\r\n \"primaryKey\": \"9yKeSchweCXo5xmRGXMJzfI33zPQBfMisAzCaDDbO6w=\",\r\n
\ \"secondaryKey\": \"WJ0EdQiPvKp97MDinV29T8uTpSgngFzLhAzCaPFKQJs=\"\r\n}"
string: "{\r\n \"primaryKey\": \"FAKE_KEY\",\r\n
\ \"secondaryKey\": \"FAKE_KEY\"\r\n}"
headers:
cache-control:
- no-cache
Expand Down Expand Up @@ -2684,8 +2684,8 @@ interactions:
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-redisenterprise-rg1-000002/providers/Microsoft.Cache/redisEnterprise/clitest-cache1-000001/databases/default/regenerateKey?api-version=2023-03-01-preview
response:
body:
string: "{\r\n \"primaryKey\": \"7BaMh15U07n32I9LWNuuxrAzPRHfpbvBOAzCaOjVnt0=\",\r\n
\ \"secondaryKey\": \"WJ0EdQiPvKp97MDinV29T8uTpSgngFzLhAzCaPFKQJs=\"\r\n}"
string: "{\r\n \"primaryKey\": \"FAKE_KEY\",\r\n
\ \"secondaryKey\": \"FAKE_KEY\"\r\n}"
headers:
cache-control:
- no-cache
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2430,8 +2430,8 @@ interactions:
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-redisenterprise-rg2-000002/providers/Microsoft.Cache/redisEnterprise/clitest-cache2-000001/databases/default/listKeys?api-version=2023-03-01-preview
response:
body:
string: "{\r\n \"primaryKey\": \"nj4FKr8fWGkQ7XvMcpWRMi2HuDeUFBKhdAzCaBNKi90=\",\r\n
\ \"secondaryKey\": \"sv4Y51egkPCtcqEvCSKIRUs1Vhe3O1j4vAzCaNkFEJI=\"\r\n}"
string: "{\r\n \"primaryKey\": \"FAKE_KEY\",\r\n
\ \"secondaryKey\": \"FAKE_KEY\"\r\n}"
headers:
cache-control:
- no-cache
Expand Down Expand Up @@ -2483,8 +2483,8 @@ interactions:
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest-redisenterprise-rg2-000002/providers/Microsoft.Cache/redisEnterprise/clitest-cache2-000001/databases/default/regenerateKey?api-version=2023-03-01-preview
response:
body:
string: "{\r\n \"primaryKey\": \"znfPNPJWSOi6saz0e5TKxj0Spc4vtM2kMAzCaHUURIc=\",\r\n
\ \"secondaryKey\": \"sv4Y51egkPCtcqEvCSKIRUs1Vhe3O1j4vAzCaNkFEJI=\"\r\n}"
string: "{\r\n \"primaryKey\": \"FAKE_KEY\",\r\n
\ \"secondaryKey\": \"FAKE_KEY\"\r\n}"
headers:
cache-control:
- no-cache
Expand Down
Loading