Skip to content

Commit

Permalink
{containerapp} remove credentials (#8159)
Browse files Browse the repository at this point in the history
Co-authored-by: xinyu pang <[email protected]>
  • Loading branch information
Greedygre and xinyululala authored Oct 17, 2024
1 parent 9224e44 commit 5a0f416
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ interactions:
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/containerapp-env000004/sharedKeys?api-version=2020-08-01
response:
body:
string: '{"primarySharedKey":"sXNzlI5d7pka8prJyPfFxzlfSSGh2kyfLRLfnP2/vLF/j8F0gCmWnDtizn1V1YJ0APZRYmpmG9VCgS+2Qu9ffw==","secondarySharedKey":"91zjCLgibtxW6OWThYmsU/+8dblEI/i9iJKNgrJF1VWfbfOkiJ4iuFCePjACQVwo9pUH7Lb3BSGBsptOuo2Y2A=="}'
string: '{"primarySharedKey":"abc123","secondarySharedKey":"abc123"}'
headers:
access-control-allow-origin:
- '*'
Expand Down Expand Up @@ -1459,7 +1459,7 @@ interactions:
body: '{"location": "francecentral", "tags": null, "properties": {"daprAIInstrumentationKey":
null, "vnetConfiguration": null, "appLogsConfiguration": {"destination": "log-analytics",
"logAnalyticsConfiguration": {"customerId": "4e945f50-9a97-4cd4-9988-2b7bce4ca09a",
"sharedKey": "sXNzlI5d7pka8prJyPfFxzlfSSGh2kyfLRLfnP2/vLF/j8F0gCmWnDtizn1V1YJ0APZRYmpmG9VCgS+2Qu9ffw==",
"sharedKey": "abc123",
"dynamicJsonColumns": false}}, "customDomainConfiguration": null, "workloadProfiles":
[{"workloadProfileType": "Consumption", "Name": "Consumption"}], "zoneRedundant":
false}, "identity": {"type": "None", "userAssignedIdentities": null}}'
Expand Down

0 comments on commit 5a0f416

Please sign in to comment.