Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,239 @@
{
"title": "AccessControlLists_Create_MaximumSet_Gen - generated by [MaximumSet] rule",
"operationId": "AccessControlLists_Create",
"parameters": {
"api-version": "2025-07-15",
"subscriptionId": "1234ABCD-0A1B-1234-5678-123456ABCDEF",
"resourceGroupName": "example-resource-group",
"accessControlListName": "example-acl",
"resource": {
"properties": {
"annotation": "annotation",
"configurationType": "Inline",
"aclsUrl": "https://microsoft.com/a",
"defaultAction": "Permit",
"aclType": "ControlPlaneTrafficPolicy",
"deviceRole": "CE",
"controlPlaneAclConfiguration": [
{
"ipAddressType": "IPv4",
"matchConfigurations": [
{
"matchConfigurationName": "example-match-config",
"sequenceNumber": 3779271459,
"matchCondition": {
"protocolTypes": "tcp",
"ipCondition": {
"sourceIpPrefix": "10.0.0.0/24",
"destinationIpPrefix": "10.0.0.0/24"
},
"ttlMatchCondition": {
"ttlValue": "1",
"ttlMatchType": "eq"
},
"portCondition": {
"sourcePorts": {
"ports": [
"100"
],
"portMatchType": "eq"
},
"destinationPorts": {
"ports": [
"200"
],
"portMatchType": "eq"
}
},
"flags": [
"established"
],
"icmpConfiguration": {
"icmpTypes": [
"icmp"
]
}
},
"action": {
"type": "Drop",
"remarkComment": "remark"
}
}
]
}
],
"administrativeState": "Enabled"
},
"tags": {
"key5032": "example-tag-value"
},
"location": "eastus"
}
},
"responses": {
"200": {
"body": {
"properties": {
"annotation": "ttbh",
"configurationType": "Inline",
"aclsUrl": "https://microsoft.com/a",
"defaultAction": "Permit",
"lastSyncedTime": "2025-06-27T08:49:55.426Z",
"aclType": "ControlPlaneTrafficPolicy",
"deviceRole": "CE",
"controlPlaneAclConfiguration": [
{
"ipAddressType": "IPv4",
"matchConfigurations": [
{
"matchConfigurationName": "example-match-config",
"sequenceNumber": 3779271459,
"matchCondition": {
"protocolTypes": "tcp",
"ipCondition": {
"sourceIpPrefix": "10.0.0.0/24",
"destinationIpPrefix": "10.0.0.0/24"
},
"ttlMatchCondition": {
"ttlValue": "1",
"ttlMatchType": "eq"
},
"portCondition": {
"sourcePorts": {
"ports": [
"100"
],
"portMatchType": "eq"
},
"destinationPorts": {
"ports": [
"200"
],
"portMatchType": "eq"
}
},
"flags": [
"established"
],
"icmpConfiguration": {
"icmpTypes": [
"icmp"
]
}
},
"action": {
"type": "Drop",
"remarkComment": "remark"
}
}
]
}
],
"configurationState": "Succeeded",
"provisioningState": "Accepted",
"administrativeState": "Enabled"
},
"tags": {
"key5032": "tags"
},
"location": "eastus",
"id": "/subscriptions/xxxxxx/resourceGroups/resourcegroupname/providers/Microsoft.ManagedNetworkFabric/accessControlLists/example-acl",
"name": "example-acl",
"type": "microsoft.managednetworkfabric/accessControlLists",
"systemData": {
"createdBy": "[email protected]",
"createdByType": "User",
"createdAt": "2023-06-09T04:51:41.251Z",
"lastModifiedBy": "UserId",
"lastModifiedByType": "User",
"lastModifiedAt": "2023-06-09T04:51:41.251Z"
}
}
},
"201": {
"headers": {
"Azure-AsyncOperation": "https://contoso.com/operationstatus"
},
"body": {
"properties": {
"annotation": "ttbh",
"configurationType": "File",
"aclsUrl": "https://microsoft.com/a",
"defaultAction": "Permit",
"lastSyncedTime": "2025-06-27T08:49:55.426Z",
"aclType": "ControlPlaneTrafficPolicy",
"deviceRole": "CE",
"lastOperation": {
"details": "Succeeded"
},
"controlPlaneAclConfiguration": [
{
"ipAddressType": "IPv4",
"matchConfigurations": [
{
"matchConfigurationName": "match-config-name",
"sequenceNumber": 3779271459,
"matchCondition": {
"protocolTypes": "tcp",
"ipCondition": {
"sourceIpPrefix": "10.0.0.0/24",
"destinationIpPrefix": "10.0.0.0/24"
},
"ttlMatchCondition": {
"ttlValue": "1",
"ttlMatchType": "eq"
},
"portCondition": {
"sourcePorts": {
"ports": [
"100"
],
"portMatchType": "eq"
},
"destinationPorts": {
"ports": [
"200"
],
"portMatchType": "eq"
}
},
"flags": [
"established"
],
"icmpConfiguration": {
"icmpTypes": [
"icmp"
]
}
},
"action": {
"type": "Drop",
"remarkComment": "remark"
}
}
]
}
],
"configurationState": "Succeeded",
"provisioningState": "Accepted",
"administrativeState": "Enabled"
},
"tags": {
"key5032": "tag"
},
"location": "eastus",
"id": "/subscriptions/xxxxxx/resourceGroups/resourcegroupname/providers/Microsoft.ManagedNetworkFabric/accessControlLists/example-acl",
"name": "example-acl",
"type": "microsoft.managednetworkfabric/accessControlLists",
"systemData": {
"createdBy": "[email protected]",
"createdByType": "User",
"createdAt": "2023-06-09T04:51:41.251Z",
"lastModifiedBy": "UserId",
"lastModifiedByType": "User",
"lastModifiedAt": "2023-06-09T04:51:41.251Z"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"title": "AccessControlLists_Delete_MaximumSet_Gen",
"operationId": "AccessControlLists_Delete",
"parameters": {
"api-version": "2025-07-15",
"subscriptionId": "0000ABCD-0A0B-0000-0000-000000ABCDEF",
"resourceGroupName": "example-rg",
"accessControlListName": "example-acl"
},
"responses": {
"202": {
"headers": {
"location": "https://contoso.com/operationstatus"
}
},
"204": {}
}
}
Loading
Loading