Skip to content

Commit 7942f45

Browse files
Remove network acl (#236)
## Purpose <!-- Describe the intention of the changes being proposed. What problem does it solve or functionality does it add? --> * ... #219 ## Does this introduce a breaking change? <!-- Mark one with an "x". --> ``` [ ] Yes [ ] No ``` ## Pull Request Type What kind of change does this Pull Request introduce? <!-- Please check the one that applies to this PR using "x". --> ``` [ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [ ] Documentation content changes [ ] Other... Please describe: ``` ## How to Test * Get the code ``` git clone [repo-address] cd [repo-name] git checkout [branch-name] npm install ``` * Test the code <!-- Add steps to run the tests suite and/or manually test --> ``` ``` ## What to Check Verify that the following are valid * ... ## Other Information <!-- Add any other helpful information that may be needed here. -->
1 parent 6793ad3 commit 7942f45

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

infra/core/ai/cognitiveservices.bicep

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ resource account 'Microsoft.CognitiveServices/accounts@2023-05-01' = {
1818
properties: {
1919
customSubDomainName: customSubDomainName
2020
publicNetworkAccess: publicNetworkAccess
21-
networkAcls: {
22-
defaultAction: 'Allow'
23-
}
2421
}
2522
sku: sku
2623
}

0 commit comments

Comments
 (0)