Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Haitao/secured by perimeter0702 #19873

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4432,11 +4432,26 @@
"type": "string",
"enum": [
"Enabled",
"Disabled"
"Disabled",
"SecuredByPerimeter"
haitch marked this conversation as resolved.
Show resolved Hide resolved
],
"x-ms-enum": {
"name": "PublicNetworkAccess",
"modelAsString": true
"modelAsString": true,
"values": [
{
"value": "Enabled",
"description": "Inbound/Outbound to the managedCluster is allowed."
},
{
"value": "Disabled",
"description": "Inbound traffic to managedCluster is disabled, traffic from managedCluster is allowed."
},
{
"value": "SecuredByPerimeter",
"description": "Inbound/Outbound traffic is managed by Microsoft.Network/NetworkSecurityPerimeters."
}
]
},
"title": "PublicNetworkAccess of the managedCluster",
"description": "Allow or deny public network access for AKS"
Expand Down