File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
test/queries-tests/security/Storage/SupportHttpTraffic Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 14
14
15
15
import bicep
16
16
17
- from Storage:: StorageAccountsProperties properties
18
- where properties . getSupportsHttpsTrafficOnly ( ) = false
19
- select properties . getProperty ( "supportsHttpsTrafficOnly" ) ,
17
+ from Storage:: StorageAccounts storageAccount
18
+ where storageAccount . getProperties ( ) . supportsHttpsTrafficOnly ( ) = false
19
+ select storageAccount . getProperties ( ) . getSupportsHttpsTrafficOnly ( ) ,
20
20
"Supports non-HTTPS traffic for storage accounts."
Original file line number Diff line number Diff line change 1
1
| http-traffic.bicep:35:31:35:35 | false | Supports non-HTTPS traffic for storage accounts. |
2
- | http-traffic.bicep:35:31:35:35 | false | Supports non-HTTPS traffic for storage accounts. |
3
- | http-traffic.bicep:35:31:35:35 | false | Supports non-HTTPS traffic for storage accounts. |
You can’t perform that action at this time.
0 commit comments