Microsoft.Edge (stable:2025-08-01)

2025/09/08 • 5 updated methods

Contexts_ListBySubscription (updated)
Description List by subscription
Reference Link ¶

⚶ Changes

{
  "#id": "Contexts_ListBySubscription",
  "$responses": {
    "200": {
      "$properties": {
        "value": {
          "$properties": {
            "properties": [
              {
                "capabilities": {
                  "Description": {
                    "new": "Capability, to match in Solution Templates and Targets",
                    "old": "Capability, to match in Solution Templates & Targets"
                  }
                }
              }
            ]
          }
        }
      }
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Edge/contexts
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
capabilities:
[
{
name: string ,
description: string ,
state: enum ,
}
,
]
,
hierarchies:
[
{
name: string ,
description: string ,
}
,
]
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Contexts_ListByResourceGroup (updated)
Description List by specified resource group
Reference Link ¶

⚶ Changes

{
  "#id": "Contexts_ListByResourceGroup",
  "$responses": {
    "200": {
      "$properties": {
        "value": {
          "$properties": {
            "properties": [
              {
                "capabilities": {
                  "Description": {
                    "new": "Capability, to match in Solution Templates and Targets",
                    "old": "Capability, to match in Solution Templates & Targets"
                  }
                }
              }
            ]
          }
        }
      }
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/contexts
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
capabilities:
[
{
name: string ,
description: string ,
state: enum ,
}
,
]
,
hierarchies:
[
{
name: string ,
description: string ,
}
,
]
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Contexts_Get (updated)
Description Get Context Resource
Reference Link ¶

⚶ Changes

{
  "#id": "Contexts_Get",
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "capabilities": {
              "Description": {
                "new": "Capability, to match in Solution Templates and Targets",
                "old": "Capability, to match in Solution Templates & Targets"
              }
            }
          }
        ]
      }
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/contexts/{contextName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
contextName: string ,
}

⚐ Response (200)

{
properties:
{
capabilities:
[
{
name: string ,
description: string ,
state: enum ,
}
,
]
,
hierarchies:
[
{
name: string ,
description: string ,
}
,
]
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Contexts_CreateOrUpdate (updated)
Description Create or update Context Resource
Reference Link ¶

⚶ Changes

{
  "#id": "Contexts_CreateOrUpdate",
  "$parameters": {
    "resource": {
      "$properties": {
        "properties": [
          {
            "capabilities": {
              "Description": {
                "new": "Capability, to match in Solution Templates and Targets",
                "old": "Capability, to match in Solution Templates & Targets"
              }
            }
          }
        ]
      }
    }
  },
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "capabilities": {
              "Description": {
                "new": "Capability, to match in Solution Templates and Targets",
                "old": "Capability, to match in Solution Templates & Targets"
              }
            }
          }
        ]
      }
    },
    "201": {
      "$properties": {
        "properties": [
          {
            "capabilities": {
              "Description": {
                "new": "Capability, to match in Solution Templates and Targets",
                "old": "Capability, to match in Solution Templates & Targets"
              }
            }
          }
        ]
      }
    }
  }
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/contexts/{contextName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
contextName: string ,
resource:
{
properties:
{
capabilities:
[
{
name: string ,
description: string ,
state: enum ,
}
,
]
,
hierarchies:
[
{
name: string ,
description: string ,
}
,
]
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
capabilities:
[
{
name: string ,
description: string ,
state: enum ,
}
,
]
,
hierarchies:
[
{
name: string ,
description: string ,
}
,
]
,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
capabilities:
[
{
name: string ,
description: string ,
state: enum ,
}
,
]
,
hierarchies:
[
{
name: string ,
description: string ,
}
,
]
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Contexts_Update (updated)
Description update an Context Resource
Reference Link ¶

⚶ Changes

{
  "#id": "Contexts_Update",
  "$parameters": {
    "properties": {
      "$properties": {
        "properties": [
          {
            "capabilities": {
              "Description": {
                "new": "Capability, to match in Solution Templates and Targets",
                "old": "Capability, to match in Solution Templates & Targets"
              }
            }
          }
        ]
      }
    }
  },
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "capabilities": {
              "Description": {
                "new": "Capability, to match in Solution Templates and Targets",
                "old": "Capability, to match in Solution Templates & Targets"
              }
            }
          }
        ]
      }
    }
  }
}

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/contexts/{contextName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
contextName: string ,
properties:
{
tags: object ,
properties:
{
capabilities:
[
{
name: string ,
description: string ,
state: enum ,
}
,
]
,
hierarchies:
[
{
name: string ,
description: string ,
}
,
]
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
capabilities:
[
{
name: string ,
description: string ,
state: enum ,
}
,
]
,
hierarchies:
[
{
name: string ,
description: string ,
}
,
]
,
provisioningState: enum ,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}