File tree Expand file tree Collapse file tree 14 files changed +2
-13
lines changed
Azure.Communication.CallAutomation
Azure.Communication.CallingServer
Azure.Communication.Identity
Azure.Communication.JobRouter
Azure.Communication.Rooms
Azure.Communication.ShortCodes Expand file tree Collapse file tree 14 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ parameters:
5656 type : string
5757 - name : UseFederatedAuth
5858 type : boolean
59+ default : true
5960
6061jobs :
6162 - job :
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ parameters:
114114 default : true
115115 - name : UseFederatedAuth
116116 type : boolean
117- default : false
117+ default : true
118118
119119extends :
120120 template : /eng/pipelines/templates/stages/1es-redirect.yml
Original file line number Diff line number Diff line change 55 parameters :
66 ServiceDirectory : communication
77 Project : Azure.Communication.CallAutomation
8- UseFederatedAuth : true
98 CloudConfig :
109 Public :
1110 ServiceConnection : azure-sdk-tests
Original file line number Diff line number Diff line change 55 parameters :
66 ServiceDirectory : communication
77 Project : Azure.Communication.CallingServer
8- UseFederatedAuth : true
98 CloudConfig :
109 Public :
1110 ServiceConnection : azure-sdk-tests
Original file line number Diff line number Diff line change 55 parameters :
66 ServiceDirectory : communication
77 Project : Azure.Communication.Chat
8- UseFederatedAuth : true
98 CloudConfig :
109 Public :
1110 ServiceConnection : azure-sdk-tests
Original file line number Diff line number Diff line change 55 parameters :
66 ServiceDirectory : communication
77 Project : Azure.Communication.Identity
8- UseFederatedAuth : true
98 CloudConfig :
109 Public :
1110 ServiceConnection : azure-sdk-tests
Original file line number Diff line number Diff line change 55 parameters :
66 ServiceDirectory : communication
77 Project : Azure.Communication.JobRouter
8- UseFederatedAuth : true
98 CloudConfig :
109 Public :
1110 ServiceConnection : azure-sdk-tests
Original file line number Diff line number Diff line change 55 parameters :
66 ServiceDirectory : communication
77 Project : Azure.Communication.Rooms
8- UseFederatedAuth : true
98 CloudConfig :
109 Public :
1110 ServiceConnection : azure-sdk-tests
Original file line number Diff line number Diff line change 55 parameters :
66 ServiceDirectory : communication
77 Project : Azure.Communication.ShortCodes
8- UseFederatedAuth : true
98 CloudConfig :
109 Public :
1110 ServiceConnection : azure-sdk-tests
Original file line number Diff line number Diff line change @@ -37,4 +37,3 @@ extends:
3737 ARM_OIDC_TOKEN : $(ARM_OIDC_TOKEN)
3838 ARM_CLIENT_ID : $(ARM_CLIENT_ID)
3939 ARM_TENANT_ID : $(ARM_TENANT_ID)
40- UseFederatedAuth : true
You can’t perform that action at this time.
0 commit comments