Skip to content

Commit

Permalink
{RedisEnterprise} remove access keys from test yaml files (#7788)
Browse files Browse the repository at this point in the history
* Add support for enterprise E1 SKU

* Update history file

* update setup.py file

* Update the test recordings

* Update version as required

* remove acess keys from test yaml files
  • Loading branch information
revanthballa1188 committed Jul 10, 2024
1 parent 5d19703 commit c043087
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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

0 comments on commit c043087

Please sign in to comment.