You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeGen from PR 20745 in Azure/azure-rest-api-specs
Azure Relay - added missing publicNetworkAccess at NetwrokRuleSet level (#20745)
* Update NetworkRuleSets.json Revised
Customer wanted to disable publicNetworkAccess via ARM template. Doc is not updated. I have tested it locally and found that publicNetworkAccess property should be part of NetworkRuleSet
{
"type": "Microsoft.Relay/namespaces/networkRuleSets",
"apiVersion": "2021-11-01",
"name": "samplehyb1232434/default",
"location": "East US",
"dependsOn": [
"[resourceId('Microsoft.Relay/namespaces', 'samplehyb1232434')]"
],
"properties": {
"defaultAction": "Allow",
"ipRules": [
{}
],
"publicNetworkAccess": "Disabled"
}
}
* fixed lint and prettier
* updated readme for typescript
* updated description
Co-authored-by: Ajit Maruti Navasare (MINDTREE LIMITED) <[email protected]>
0 commit comments