Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
25dc37b
Copy files from preview/2025-07-01-preview
fmabroukmsft Sep 26, 2025
dfb3e97
Update version to preview/2025-10-01-preview
fmabroukmsft Sep 26, 2025
264eb34
Added tag for 2025-10-01-preview in readme file
fmabroukmsft Sep 26, 2025
fafce65
Add NMS v2 to cogsvc swagger.
fmabroukmsft Sep 26, 2025
9a83a25
Update parameter casing.
fmabroukmsft Sep 26, 2025
ba1ab78
Update api versions in examples.
fmabroukmsft Sep 26, 2025
824ba6a
Update NMS parameter properties
fmabroukmsft Sep 26, 2025
0dad8f2
Copy over pre-approved suppressions from previous API version.
fmabroukmsft Sep 29, 2025
e9d8117
Add suppressions for NMS v2 swagger additions.
fmabroukmsft Sep 29, 2025
d3ff6d7
Merge branch 'carlochs/cogsvc-2025-10-01-preview' into fmabrouk/addNe…
fmabroukmsft Sep 29, 2025
a2d26d9
Remove unneeded properties, add provision route
fmabroukmsft Sep 29, 2025
71e037e
Merge branch 'fmabrouk/addNetworkManagementV2ToCogServicesSwagger' of…
fmabroukmsft Sep 29, 2025
8711447
Update accountNameParameter casing.
fmabroukmsft Sep 29, 2025
100a4b7
Update api version in swagger to 2025-10-01-preview.
fmabroukmsft Sep 29, 2025
8f9aadd
Consistent naming for package tag in readme.
fmabroukmsft Sep 29, 2025
a40f69b
Prettier gate formatting fix.
fmabroukmsft Sep 29, 2025
5b1180c
Retrigger pipelines
fmabroukmsft Sep 29, 2025
ac36732
Add summary for outbound rule operation.
fmabroukmsft Sep 29, 2025
eccacaf
Merge branch 'carlochs/cogsvc-2025-10-01-preview' into fmabrouk/addNe…
mikeharder Sep 30, 2025
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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"accountName": "cognitive-account-name",
"managedNetworkName": "default",
"api-version": "2025-10-01-preview",
"body": {
"properties": {
"managedNetwork": {
"isolationMode": "AllowOnlyApprovedOutbound",
"outboundRules": {
"rule_name_1": {
"type": "FQDN",
"destination": "destination_endpoint",
"category": "UserDefined"
}
},
"firewallSku": "Standard"
}
}
}
},
"responses": {
"202": {
"headers": {
"Location": "example_location"
}
},
"200": {
"headers": {},
"body": {
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/test-rg/providers/Microsoft.CognitiveServices/accounts/cognitive-account-name/managedNetworks/default",
"name": "default",
"type": "Microsoft.CognitiveServices/accounts/managedNetworks",
"properties": {
"managedNetwork": {
"isolationMode": "AllowOnlyApprovedOutbound",
"networkId": "00000000-1111-2222-3333-444444444444",
"outboundRules": {
"rule_name_1": {
"type": "FQDN",
"destination": "destination_endpoint",
"status": "Active",
"category": "UserDefined",
"errorInformation": null
}
},
"firewallSku": "Standard",
"egressIpAddress": "22.22.131.49"
},
"provisioningState": "Succeeded"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"accountName": "cognitive-account-name",
"ruleName": "rule_name_1",
"managedNetworkName": "default",
"api-version": "2025-10-01-preview",
"body": {
"properties": {
"type": "FQDN",
"destination": "destination_endpoint",
"status": "Active",
"category": "UserDefined"
}
}
},
"responses": {
"202": {
"headers": {
"Location": "example_location"
}
},
"200": {
"headers": {},
"body": {
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/test-rg/providers/Microsoft.CognitiveServices/accounts/cognitive-account-name/managedNetworks/default/outboundRules/rule_name_1",
"name": "rule_name_1",
"type": "accounts/outboundRules",
"properties": {
"type": "FQDN",
"destination": "destination_endpoint",
"status": "Active",
"category": "UserDefined",
"errorInformation": null
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"accountName": "cognitive-account-name",
"managedNetworkName": "default",
"ruleName": "rule-name",
"api-version": "2025-10-01-preview"
},
"responses": {
"202": {
"headers": {
"Location": "location_url_to_poll_for_status"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"accountName": "cognitive-account-name",
"managedNetworkName": "default",
"api-version": "2025-10-01-preview"
},
"responses": {
"200": {
"headers": {},
"body": {
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/test-rg/providers/Microsoft.CognitiveServices/accounts/cognitive-account-name/managedNetworks/default",
"name": "default",
"type": "Microsoft.CognitiveServices/accounts/managedNetworks",
"properties": {
"managedNetwork": {
"isolationMode": "AllowOnlyApprovedOutbound",
"networkId": "00000000-1111-2222-3333-444444444444",
"outboundRules": {
"rule_name_1": {
"type": "FQDN",
"destination": "destination_endpoint",
"status": "Active",
"category": "UserDefined",
"errorInformation": null
}
},
"firewallSku": "Standard",
"egressIpAddress": "22.22.131.49"
},
"provisioningState": "Succeeded"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"accountName": "cognitive-account-name",
"managedNetworkName": "default",
"ruleName": "name_of_the_fqdn_rule",
"api-version": "2025-10-01-preview"
},
"responses": {
"200": {
"headers": {},
"body": {
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/test-rg/providers/Microsoft.CognitiveServices/accounts/cognitive-account-name/managedNetworks/default/outboundRules/rule_name_1",
"name": "rule_name_1",
"type": "accounts/outboundRules",
"properties": {
"type": "FQDN",
"destination": "destination_of_the_fqdn_rule",
"status": "Active",
"category": "UserDefined",
"errorInformation": null
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"accountName": "cognitive-account-name",
"managedNetworkName": "default",
"api-version": "2025-10-01-preview"
},
"responses": {
"200": {
"headers": {},
"body": {
"value": [
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/test-rg/providers/Microsoft.CognitiveServices/accounts/cognitive-account-name/managedNetworks/default",
"name": "default",
"type": "Microsoft.CognitiveServices/accounts/managedNetworks",
"properties": {
"managedNetwork": {
"isolationMode": "AllowOnlyApprovedOutbound",
"networkId": "00000000-1111-2222-3333-444444444444",
"outboundRules": {
"rule_name_1": {
"type": "FQDN",
"destination": "destination_endpoint",
"status": "Active",
"category": "UserDefined",
"errorInformation": null
}
},
"firewallSku": "Standard",
"egressIpAddress": "22.22.131.49"
},
"provisioningState": "Succeeded"
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"accountName": "cognitive-account-name",
"managedNetworkName": "default",
"api-version": "2025-10-01-preview"
},
"responses": {
"200": {
"headers": {},
"body": {
"value": [
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/test-rg/providers/Microsoft.CognitiveServices/accounts/cognitive-account-name/managedNetworks/default/outboundRules/rule_name_1",
"name": "rule_name_1",
"type": "accounts/outboundRules",
"properties": {
"type": "FQDN",
"destination": "destination_of_the_fqdn_rule",
"status": "Inactive",
"category": "Required",
"errorInformation": "Error message"
}
},
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/test-rg/providers/Microsoft.CognitiveServices/accounts/cognitive-account-name/managedNetworks/default/outboundRules/rule_name_2",
"name": "rule_name_2",
"type": "accounts/outboundRules",
"properties": {
"type": "FQDN",
"destination": "destination_of_the_fqdn_rule",
"status": "Inactive",
"category": "Required",
"errorInformation": "Error message"
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"accountName": "cognitive-account-name",
"managedNetworkName": "default",
"api-version": "2025-10-01-preview",
"body": {
"properties": {
"managedNetwork": {
"isolationMode": "AllowOnlyApprovedOutbound",
"outboundRules": {
"rule_name_1": {
"type": "FQDN",
"destination": "destination_endpoint",
"category": "UserDefined"
}
},
"firewallSku": "Standard"
}
}
}
},
"responses": {
"202": {
"headers": {
"Location": "example_location"
}
},
"200": {
"headers": {},
"body": {
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/test-rg/providers/Microsoft.CognitiveServices/accounts/cognitive-account-name/managedNetworks/default",
"name": "default",
"type": "Microsoft.CognitiveServices/accounts/managedNetworks",
"properties": {
"managedNetwork": {
"isolationMode": "AllowOnlyApprovedOutbound",
"networkId": "00000000-1111-2222-3333-444444444444",
"outboundRules": {
"rule_name_1": {
"type": "FQDN",
"destination": "destination_endpoint",
"status": "Active",
"category": "UserDefined",
"errorInformation": null
}
},
"firewallSku": "Standard",
"egressIpAddress": "22.22.131.49"
},
"provisioningState": "Succeeded"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"accountName": "cognitive-account-name",
"managedNetworkName": "default",
"api-version": "2025-10-01-preview",
"body": {
"properties": {
"isolationMode": "AllowOnlyApprovedOutbound",
"outboundRules": {
"rule_name_1": {
"type": "FQDN",
"destination": "destination_endpoint",
"category": "UserDefined"
}
},
"firewallSku": "Standard"
}
}
},
"responses": {
"202": {
"headers": {
"Location": "example_location"
}
},
"200": {
"headers": {},
"body": {
"value": [
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/test-rg/providers/Microsoft.CognitiveServices/accounts/cognitive-account-name/managedNetworks/default/outboundRules/rule_name_1",
"name": "rule_name_1",
"type": "accounts/outboundRules",
"properties": {
"type": "FQDN",
"destination": "destination_of_the_fqdn_rule",
"status": "Active",
"category": "Required",
"errorInformation": null
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"accountName": "cognitive-account-name",
"api-version": "2025-10-01-preview",
"body": {}
},
"responses": {
"202": {
"headers": {
"Location": "location_url_to_poll_for_status"
}
},
"200": {
"body": {
"status": "Active"
}
}
}
}
Loading
Loading