Skip to content

Commit 54bd69d

Browse files
najianNan Jiang
authored andcommitted
Allow edit for daprAIInstrumentationKey (Azure#21815)
Co-authored-by: Nan Jiang <[email protected]>
1 parent f1547c4 commit 54bd69d

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ManagedEnvironments.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -693,11 +693,7 @@
693693
},
694694
"daprAIInstrumentationKey": {
695695
"type": "string",
696-
"description": "Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry",
697-
"x-ms-mutability": [
698-
"create",
699-
"read"
700-
]
696+
"description": "Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry"
701697
},
702698
"vnetConfiguration": {
703699
"description": "Vnet configuration for the environment",

specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ManagedEnvironments.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -757,10 +757,6 @@
757757
"daprAIInstrumentationKey": {
758758
"type": "string",
759759
"description": "Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry",
760-
"x-ms-mutability": [
761-
"create",
762-
"read"
763-
],
764760
"x-ms-secret": true
765761
},
766762
"daprAIConnectionString": {

0 commit comments

Comments
 (0)