File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 409
409
}
410
410
}
411
411
},
412
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authtoken " : {
412
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/getAuthtoken " : {
413
413
"post" : {
414
414
"tags" : [
415
415
" ContainerApps"
1053
1053
"token" : {
1054
1054
"description" : " Auth token value." ,
1055
1055
"type" : " string" ,
1056
+ "x-ms-secret" : true ,
1056
1057
"readOnly" : true
1057
1058
},
1058
1059
"expires" : {
Original file line number Diff line number Diff line change 644
644
}
645
645
}
646
646
},
647
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/authtoken " : {
647
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/getAuthtoken " : {
648
648
"post" : {
649
649
"tags" : [
650
650
" ManagedEnvironments"
953
953
"token" : {
954
954
"description" : " Auth token value." ,
955
955
"type" : " string" ,
956
+ "x-ms-secret" : true ,
956
957
"readOnly" : true
957
958
},
958
959
"expires" : {
You can’t perform that action at this time.
0 commit comments