File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Create a `.runsettings` file in the `tests` directory (or the top level reposito
62
62
<RunConfiguration >
63
63
<EnvironmentVariables >
64
64
<DATASYNC_AZSQL_CONNECTIONSTRING >{{connection string}}</DATASYNC_AZSQL_CONNECTIONSTRING >
65
- <DATASYNC_COSMOS_CONNECTIONSTRING >{{connection string}}</DATADSYNC_COSMOS_CONNECTIONSTRING >
65
+ <DATASYNC_COSMOS_CONNECTIONSTRING >{{connection string}}</DATASYNC_COSMOS_CONNECTIONSTRING >
66
66
<DATASYNC_PGSQL_CONNECTIONSTRING >{{connection string}}</DATASYNC_PGSQL_CONNECTIONSTRING >
67
67
</EnvironmentVariables >
68
68
</RunConfiguration >
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ resource server 'Microsoft.DBforPostgreSQL/flexibleServers@2023-06-01-preview' =
55
55
version : '15'
56
56
}
57
57
58
- resource fw 'firewallRules' = [ for fwRule in clientIpFirewallRules : {
59
- name : '${ fwRule . startIpAddress }-${ fwRule . endIpAddress }'
58
+ resource fw 'firewallRules' = [ for ( fwRule , idx ) in clientIpFirewallRules : {
59
+ name : 'fw${ idx }'
60
60
properties : {
61
61
startIpAddress : fwRule .startIpAddress
62
62
endIpAddress : fwRule .endIpAddress
You can’t perform that action at this time.
0 commit comments