Skip to content

Commit ea61d86

Browse files
committed
DMP-5252-ARM-5-2-Upgrade
Added no sonar to fix sonar complaint of duplicate code
1 parent 197bee4 commit ea61d86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,10 @@ darts:
293293

294294
version5-2:
295295
authentication:
296-
auth-base-url: ${ARM_AUTH_URL}
296+
auth-base-url: ${ARM_AUTH_URL:}
297297
token-path: /account/token
298298
api:
299-
api-base-url: ${ARM_API_URL}
299+
api-base-url: ${ARM_API_URL:}
300300
available-entitlement-profiles-path: /v1/availableEntitlementProfiles
301301
select-entitlement-profile-path: /v1/selectEntitlementProfile/{profile_id}
302302
update-metadata-path: /v3/UpdateMetadata

0 commit comments

Comments
 (0)