Skip to content

Commit

Permalink
Allow edit for daprAIInstrumentationKey (#21815)
Browse files Browse the repository at this point in the history
Co-authored-by: Nan Jiang <naji@microsoft.com>
  • Loading branch information
najian and Nan Jiang authored Dec 9, 2022
1 parent df77748 commit fb1cc37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -693,11 +693,7 @@
},
"daprAIInstrumentationKey": {
"type": "string",
"description": "Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry",
"x-ms-mutability": [
"create",
"read"
]
"description": "Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry"
},
"vnetConfiguration": {
"description": "Vnet configuration for the environment",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -757,10 +757,6 @@
"daprAIInstrumentationKey": {
"type": "string",
"description": "Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry",
"x-ms-mutability": [
"create",
"read"
],
"x-ms-secret": true
},
"daprAIConnectionString": {
Expand Down

0 comments on commit fb1cc37

Please sign in to comment.