Microsoft.Cache (preview:2025-08-01)

2025/12/17 • 34 updated methods

OperationsStatus_Get (updated)
Description Gets the status of operation.
Reference Link ¶

⚶ Changes

{
  "#id": "OperationsStatus_Get",
  "$parameters": [
    {
      "#name": "location",
      "Description": {
        "new": "The name of the Azure region.",
        "old": "The name of Azure region."
      }
    },
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    }
  ]
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/operationsStatus/{operationId}
{
api-version: string ,
location: string ,
subscriptionId: string ,
operationId: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
startTime: string ,
endTime: string ,
status: string ,
error:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
RedisEnterprise_List (updated)
Description Lists all Redis Enterprise clusters in the specified subscription.
Reference Link ¶

⚶ Changes

{
  "#id": "RedisEnterprise_List",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    }
  ],
  "$responses": {
    "200": {
      "$properties": [
        {
          "#name": "value",
          "Description": {
            "new": "The Cluster items on this page",
            "old": "List of clusters."
          },
          "Required": {
            "new": true,
            "old": false
          },
          "$items": {
            "$properties": [
              {
                "properties": [
                  {
                    "#name": "publicNetworkAccess",
                    "Enum": {
                      "new": [
                        [
                          "Enabled",
                          "Enabled"
                        ],
                        [
                          "Disabled",
                          "Disabled"
                        ]
                      ],
                      "old": [
                        [
                          "Enabled",
                          ""
                        ],
                        [
                          "Disabled",
                          ""
                        ]
                      ]
                    }
                  }
                ]
              },
              {
                "#name": "kind",
                "Enum": {
                  "new": [
                    [
                      "v1",
                      "v1"
                    ],
                    [
                      "v2",
                      "v2"
                    ]
                  ],
                  "old": [
                    [
                      "v1",
                      ""
                    ],
                    [
                      "v2",
                      ""
                    ]
                  ]
                }
              },
              {
                "sku": [
                  {
                    "#name": "name",
                    "Enum": {
                      "new": [
                        [
                          "Enterprise_E1",
                          "Enterprise_E1"
                        ],
                        [
                          "Enterprise_E5",
                          "Enterprise_E5"
                        ],
                        [
                          "Enterprise_E10",
                          "Enterprise_E10"
                        ],
                        [
                          "Enterprise_E20",
                          "Enterprise_E20"
                        ],
                        [
                          "Enterprise_E50",
                          "Enterprise_E50"
                        ],
                        [
                          "Enterprise_E100",
                          "Enterprise_E100"
                        ],
                        [
                          "Enterprise_E200",
                          "Enterprise_E200"
                        ],
                        [
                          "Enterprise_E400",
                          "Enterprise_E400"
                        ],
                        [
                          "EnterpriseFlash_F300",
                          "EnterpriseFlash_F300"
                        ],
                        [
                          "EnterpriseFlash_F700",
                          "EnterpriseFlash_F700"
                        ],
                        [
                          "EnterpriseFlash_F1500",
                          "EnterpriseFlash_F1500"
                        ],
                        [
                          "Balanced_B0",
                          "Balanced_B0"
                        ],
                        [
                          "Balanced_B1",
                          "Balanced_B1"
                        ],
                        [
                          "Balanced_B3",
                          "Balanced_B3"
                        ],
                        [
                          "Balanced_B5",
                          "Balanced_B5"
                        ],
                        [
                          "Balanced_B10",
                          "Balanced_B10"
                        ],
                        [
                          "Balanced_B20",
                          "Balanced_B20"
                        ],
                        [
                          "Balanced_B50",
                          "Balanced_B50"
                        ],
                        [
                          "Balanced_B100",
                          "Balanced_B100"
                        ],
                        [
                          "Balanced_B150",
                          "Balanced_B150"
                        ],
                        [
                          "Balanced_B250",
                          "Balanced_B250"
                        ],
                        [
                          "Balanced_B350",
                          "Balanced_B350"
                        ],
                        [
                          "Balanced_B500",
                          "Balanced_B500"
                        ],
                        [
                          "Balanced_B700",
                          "Balanced_B700"
                        ],
                        [
                          "Balanced_B1000",
                          "Balanced_B1000"
                        ],
                        [
                          "MemoryOptimized_M10",
                          "MemoryOptimized_M10"
                        ],
                        [
                          "MemoryOptimized_M20",
                          "MemoryOptimized_M20"
                        ],
                        [
                          "MemoryOptimized_M50",
                          "MemoryOptimized_M50"
                        ],
                        [
                          "MemoryOptimized_M100",
                          "MemoryOptimized_M100"
                        ],
                        [
                          "MemoryOptimized_M150",
                          "MemoryOptimized_M150"
                        ],
                        [
                          "MemoryOptimized_M250",
                          "MemoryOptimized_M250"
                        ],
                        [
                          "MemoryOptimized_M350",
                          "MemoryOptimized_M350"
                        ],
                        [
                          "MemoryOptimized_M500",
                          "MemoryOptimized_M500"
                        ],
                        [
                          "MemoryOptimized_M700",
                          "MemoryOptimized_M700"
                        ],
                        [
                          "MemoryOptimized_M1000",
                          "MemoryOptimized_M1000"
                        ],
                        [
                          "MemoryOptimized_M1500",
                          "MemoryOptimized_M1500"
                        ],
                        [
                          "MemoryOptimized_M2000",
                          "MemoryOptimized_M2000"
                        ],
                        [
                          "ComputeOptimized_X3",
                          "ComputeOptimized_X3"
                        ],
                        [
                          "ComputeOptimized_X5",
                          "ComputeOptimized_X5"
                        ],
                        [
                          "ComputeOptimized_X10",
                          "ComputeOptimized_X10"
                        ],
                        [
                          "ComputeOptimized_X20",
                          "ComputeOptimized_X20"
                        ],
                        [
                          "ComputeOptimized_X50",
                          "ComputeOptimized_X50"
                        ],
                        [
                          "ComputeOptimized_X100",
                          "ComputeOptimized_X100"
                        ],
                        [
                          "ComputeOptimized_X150",
                          "ComputeOptimized_X150"
                        ],
                        [
                          "ComputeOptimized_X250",
                          "ComputeOptimized_X250"
                        ],
                        [
                          "ComputeOptimized_X350",
                          "ComputeOptimized_X350"
                        ],
                        [
                          "ComputeOptimized_X500",
                          "ComputeOptimized_X500"
                        ],
                        [
                          "ComputeOptimized_X700",
                          "ComputeOptimized_X700"
                        ],
                        [
                          "FlashOptimized_A250",
                          "FlashOptimized_A250"
                        ],
                        [
                          "FlashOptimized_A500",
                          "FlashOptimized_A500"
                        ],
                        [
                          "FlashOptimized_A700",
                          "FlashOptimized_A700"
                        ],
                        [
                          "FlashOptimized_A1000",
                          "FlashOptimized_A1000"
                        ],
                        [
                          "FlashOptimized_A1500",
                          "FlashOptimized_A1500"
                        ],
                        [
                          "FlashOptimized_A2000",
                          "FlashOptimized_A2000"
                        ],
                        [
                          "FlashOptimized_A4500",
                          "FlashOptimized_A4500"
                        ]
                      ],
                      "old": [
                        [
                          "Enterprise_E1",
                          ""
                        ],
                        [
                          "Enterprise_E5",
                          ""
                        ],
                        [
                          "Enterprise_E10",
                          ""
                        ],
                        [
                          "Enterprise_E20",
                          ""
                        ],
                        [
                          "Enterprise_E50",
                          ""
                        ],
                        [
                          "Enterprise_E100",
                          ""
                        ],
                        [
                          "Enterprise_E200",
                          ""
                        ],
                        [
                          "Enterprise_E400",
                          ""
                        ],
                        [
                          "EnterpriseFlash_F300",
                          ""
                        ],
                        [
                          "EnterpriseFlash_F700",
                          ""
                        ],
                        [
                          "EnterpriseFlash_F1500",
                          ""
                        ],
                        [
                          "Balanced_B0",
                          ""
                        ],
                        [
                          "Balanced_B1",
                          ""
                        ],
                        [
                          "Balanced_B3",
                          ""
                        ],
                        [
                          "Balanced_B5",
                          ""
                        ],
                        [
                          "Balanced_B10",
                          ""
                        ],
                        [
                          "Balanced_B20",
                          ""
                        ],
                        [
                          "Balanced_B50",
                          ""
                        ],
                        [
                          "Balanced_B100",
                          ""
                        ],
                        [
                          "Balanced_B150",
                          ""
                        ],
                        [
                          "Balanced_B250",
                          ""
                        ],
                        [
                          "Balanced_B350",
                          ""
                        ],
                        [
                          "Balanced_B500",
                          ""
                        ],
                        [
                          "Balanced_B700",
                          ""
                        ],
                        [
                          "Balanced_B1000",
                          ""
                        ],
                        [
                          "MemoryOptimized_M10",
                          ""
                        ],
                        [
                          "MemoryOptimized_M20",
                          ""
                        ],
                        [
                          "MemoryOptimized_M50",
                          ""
                        ],
                        [
                          "MemoryOptimized_M100",
                          ""
                        ],
                        [
                          "MemoryOptimized_M150",
                          ""
                        ],
                        [
                          "MemoryOptimized_M250",
                          ""
                        ],
                        [
                          "MemoryOptimized_M350",
                          ""
                        ],
                        [
                          "MemoryOptimized_M500",
                          ""
                        ],
                        [
                          "MemoryOptimized_M700",
                          ""
                        ],
                        [
                          "MemoryOptimized_M1000",
                          ""
                        ],
                        [
                          "MemoryOptimized_M1500",
                          ""
                        ],
                        [
                          "MemoryOptimized_M2000",
                          ""
                        ],
                        [
                          "ComputeOptimized_X3",
                          ""
                        ],
                        [
                          "ComputeOptimized_X5",
                          ""
                        ],
                        [
                          "ComputeOptimized_X10",
                          ""
                        ],
                        [
                          "ComputeOptimized_X20",
                          ""
                        ],
                        [
                          "ComputeOptimized_X50",
                          ""
                        ],
                        [
                          "ComputeOptimized_X100",
                          ""
                        ],
                        [
                          "ComputeOptimized_X150",
                          ""
                        ],
                        [
                          "ComputeOptimized_X250",
                          ""
                        ],
                        [
                          "ComputeOptimized_X350",
                          ""
                        ],
                        [
                          "ComputeOptimized_X500",
                          ""
                        ],
                        [
                          "ComputeOptimized_X700",
                          ""
                        ],
                        [
                          "FlashOptimized_A250",
                          ""
                        ],
                        [
                          "FlashOptimized_A500",
                          ""
                        ],
                        [
                          "FlashOptimized_A700",
                          ""
                        ],
                        [
                          "FlashOptimized_A1000",
                          ""
                        ],
                        [
                          "FlashOptimized_A1500",
                          ""
                        ],
                        [
                          "FlashOptimized_A2000",
                          ""
                        ],
                        [
                          "FlashOptimized_A4500",
                          ""
                        ]
                      ]
                    }
                  }
                ]
              },
              {
                "#name": "zones",
                "Description": {
                  "new": "The availability zones.",
                  "old": "The Availability Zones where this cluster will be deployed."
                }
              },
              {
                "identity": [
                  {
                    "#name": "type",
                    "Enum": {
                      "new": [
                        [
                          "None",
                          ""
                        ],
                        [
                          "SystemAssigned",
                          ""
                        ],
                        [
                          "UserAssigned",
                          ""
                        ],
                        [
                          "SystemAssigned,UserAssigned",
                          ""
                        ]
                      ],
                      "old": [
                        [
                          "None",
                          ""
                        ],
                        [
                          "SystemAssigned",
                          ""
                        ],
                        [
                          "UserAssigned",
                          ""
                        ],
                        [
                          "SystemAssigned, UserAssigned",
                          ""
                        ]
                      ]
                    }
                  }
                ]
              }
            ]
          }
        },
        {
          "#name": "nextLink",
          "Description": {
            "new": "The link to the next page of items",
            "old": "The URI to fetch the next page of results."
          }
        }
      ]
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Cache/redisEnterprise
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
publicNetworkAccess: enum ,
}
,
kind: enum ,
sku:
{
name: enum ,
capacity: integer ,
}
,
zones:
[
string ,
]
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
RedisEnterprise_ListByResourceGroup (updated)
Description Lists all Redis Enterprise clusters in a resource group.
Reference Link ¶

⚶ Changes

{
  "#id": "RedisEnterprise_ListByResourceGroup",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    }
  ],
  "$responses": {
    "200": {
      "$properties": [
        {
          "#name": "value",
          "Description": {
            "new": "The Cluster items on this page",
            "old": "List of clusters."
          },
          "Required": {
            "new": true,
            "old": false
          },
          "$items": {
            "$properties": [
              {
                "properties": [
                  {
                    "#name": "publicNetworkAccess",
                    "Enum": {
                      "new": [
                        [
                          "Enabled",
                          "Enabled"
                        ],
                        [
                          "Disabled",
                          "Disabled"
                        ]
                      ],
                      "old": [
                        [
                          "Enabled",
                          ""
                        ],
                        [
                          "Disabled",
                          ""
                        ]
                      ]
                    }
                  }
                ]
              },
              {
                "#name": "kind",
                "Enum": {
                  "new": [
                    [
                      "v1",
                      "v1"
                    ],
                    [
                      "v2",
                      "v2"
                    ]
                  ],
                  "old": [
                    [
                      "v1",
                      ""
                    ],
                    [
                      "v2",
                      ""
                    ]
                  ]
                }
              },
              {
                "sku": [
                  {
                    "#name": "name",
                    "Enum": {
                      "new": [
                        [
                          "Enterprise_E1",
                          "Enterprise_E1"
                        ],
                        [
                          "Enterprise_E5",
                          "Enterprise_E5"
                        ],
                        [
                          "Enterprise_E10",
                          "Enterprise_E10"
                        ],
                        [
                          "Enterprise_E20",
                          "Enterprise_E20"
                        ],
                        [
                          "Enterprise_E50",
                          "Enterprise_E50"
                        ],
                        [
                          "Enterprise_E100",
                          "Enterprise_E100"
                        ],
                        [
                          "Enterprise_E200",
                          "Enterprise_E200"
                        ],
                        [
                          "Enterprise_E400",
                          "Enterprise_E400"
                        ],
                        [
                          "EnterpriseFlash_F300",
                          "EnterpriseFlash_F300"
                        ],
                        [
                          "EnterpriseFlash_F700",
                          "EnterpriseFlash_F700"
                        ],
                        [
                          "EnterpriseFlash_F1500",
                          "EnterpriseFlash_F1500"
                        ],
                        [
                          "Balanced_B0",
                          "Balanced_B0"
                        ],
                        [
                          "Balanced_B1",
                          "Balanced_B1"
                        ],
                        [
                          "Balanced_B3",
                          "Balanced_B3"
                        ],
                        [
                          "Balanced_B5",
                          "Balanced_B5"
                        ],
                        [
                          "Balanced_B10",
                          "Balanced_B10"
                        ],
                        [
                          "Balanced_B20",
                          "Balanced_B20"
                        ],
                        [
                          "Balanced_B50",
                          "Balanced_B50"
                        ],
                        [
                          "Balanced_B100",
                          "Balanced_B100"
                        ],
                        [
                          "Balanced_B150",
                          "Balanced_B150"
                        ],
                        [
                          "Balanced_B250",
                          "Balanced_B250"
                        ],
                        [
                          "Balanced_B350",
                          "Balanced_B350"
                        ],
                        [
                          "Balanced_B500",
                          "Balanced_B500"
                        ],
                        [
                          "Balanced_B700",
                          "Balanced_B700"
                        ],
                        [
                          "Balanced_B1000",
                          "Balanced_B1000"
                        ],
                        [
                          "MemoryOptimized_M10",
                          "MemoryOptimized_M10"
                        ],
                        [
                          "MemoryOptimized_M20",
                          "MemoryOptimized_M20"
                        ],
                        [
                          "MemoryOptimized_M50",
                          "MemoryOptimized_M50"
                        ],
                        [
                          "MemoryOptimized_M100",
                          "MemoryOptimized_M100"
                        ],
                        [
                          "MemoryOptimized_M150",
                          "MemoryOptimized_M150"
                        ],
                        [
                          "MemoryOptimized_M250",
                          "MemoryOptimized_M250"
                        ],
                        [
                          "MemoryOptimized_M350",
                          "MemoryOptimized_M350"
                        ],
                        [
                          "MemoryOptimized_M500",
                          "MemoryOptimized_M500"
                        ],
                        [
                          "MemoryOptimized_M700",
                          "MemoryOptimized_M700"
                        ],
                        [
                          "MemoryOptimized_M1000",
                          "MemoryOptimized_M1000"
                        ],
                        [
                          "MemoryOptimized_M1500",
                          "MemoryOptimized_M1500"
                        ],
                        [
                          "MemoryOptimized_M2000",
                          "MemoryOptimized_M2000"
                        ],
                        [
                          "ComputeOptimized_X3",
                          "ComputeOptimized_X3"
                        ],
                        [
                          "ComputeOptimized_X5",
                          "ComputeOptimized_X5"
                        ],
                        [
                          "ComputeOptimized_X10",
                          "ComputeOptimized_X10"
                        ],
                        [
                          "ComputeOptimized_X20",
                          "ComputeOptimized_X20"
                        ],
                        [
                          "ComputeOptimized_X50",
                          "ComputeOptimized_X50"
                        ],
                        [
                          "ComputeOptimized_X100",
                          "ComputeOptimized_X100"
                        ],
                        [
                          "ComputeOptimized_X150",
                          "ComputeOptimized_X150"
                        ],
                        [
                          "ComputeOptimized_X250",
                          "ComputeOptimized_X250"
                        ],
                        [
                          "ComputeOptimized_X350",
                          "ComputeOptimized_X350"
                        ],
                        [
                          "ComputeOptimized_X500",
                          "ComputeOptimized_X500"
                        ],
                        [
                          "ComputeOptimized_X700",
                          "ComputeOptimized_X700"
                        ],
                        [
                          "FlashOptimized_A250",
                          "FlashOptimized_A250"
                        ],
                        [
                          "FlashOptimized_A500",
                          "FlashOptimized_A500"
                        ],
                        [
                          "FlashOptimized_A700",
                          "FlashOptimized_A700"
                        ],
                        [
                          "FlashOptimized_A1000",
                          "FlashOptimized_A1000"
                        ],
                        [
                          "FlashOptimized_A1500",
                          "FlashOptimized_A1500"
                        ],
                        [
                          "FlashOptimized_A2000",
                          "FlashOptimized_A2000"
                        ],
                        [
                          "FlashOptimized_A4500",
                          "FlashOptimized_A4500"
                        ]
                      ],
                      "old": [
                        [
                          "Enterprise_E1",
                          ""
                        ],
                        [
                          "Enterprise_E5",
                          ""
                        ],
                        [
                          "Enterprise_E10",
                          ""
                        ],
                        [
                          "Enterprise_E20",
                          ""
                        ],
                        [
                          "Enterprise_E50",
                          ""
                        ],
                        [
                          "Enterprise_E100",
                          ""
                        ],
                        [
                          "Enterprise_E200",
                          ""
                        ],
                        [
                          "Enterprise_E400",
                          ""
                        ],
                        [
                          "EnterpriseFlash_F300",
                          ""
                        ],
                        [
                          "EnterpriseFlash_F700",
                          ""
                        ],
                        [
                          "EnterpriseFlash_F1500",
                          ""
                        ],
                        [
                          "Balanced_B0",
                          ""
                        ],
                        [
                          "Balanced_B1",
                          ""
                        ],
                        [
                          "Balanced_B3",
                          ""
                        ],
                        [
                          "Balanced_B5",
                          ""
                        ],
                        [
                          "Balanced_B10",
                          ""
                        ],
                        [
                          "Balanced_B20",
                          ""
                        ],
                        [
                          "Balanced_B50",
                          ""
                        ],
                        [
                          "Balanced_B100",
                          ""
                        ],
                        [
                          "Balanced_B150",
                          ""
                        ],
                        [
                          "Balanced_B250",
                          ""
                        ],
                        [
                          "Balanced_B350",
                          ""
                        ],
                        [
                          "Balanced_B500",
                          ""
                        ],
                        [
                          "Balanced_B700",
                          ""
                        ],
                        [
                          "Balanced_B1000",
                          ""
                        ],
                        [
                          "MemoryOptimized_M10",
                          ""
                        ],
                        [
                          "MemoryOptimized_M20",
                          ""
                        ],
                        [
                          "MemoryOptimized_M50",
                          ""
                        ],
                        [
                          "MemoryOptimized_M100",
                          ""
                        ],
                        [
                          "MemoryOptimized_M150",
                          ""
                        ],
                        [
                          "MemoryOptimized_M250",
                          ""
                        ],
                        [
                          "MemoryOptimized_M350",
                          ""
                        ],
                        [
                          "MemoryOptimized_M500",
                          ""
                        ],
                        [
                          "MemoryOptimized_M700",
                          ""
                        ],
                        [
                          "MemoryOptimized_M1000",
                          ""
                        ],
                        [
                          "MemoryOptimized_M1500",
                          ""
                        ],
                        [
                          "MemoryOptimized_M2000",
                          ""
                        ],
                        [
                          "ComputeOptimized_X3",
                          ""
                        ],
                        [
                          "ComputeOptimized_X5",
                          ""
                        ],
                        [
                          "ComputeOptimized_X10",
                          ""
                        ],
                        [
                          "ComputeOptimized_X20",
                          ""
                        ],
                        [
                          "ComputeOptimized_X50",
                          ""
                        ],
                        [
                          "ComputeOptimized_X100",
                          ""
                        ],
                        [
                          "ComputeOptimized_X150",
                          ""
                        ],
                        [
                          "ComputeOptimized_X250",
                          ""
                        ],
                        [
                          "ComputeOptimized_X350",
                          ""
                        ],
                        [
                          "ComputeOptimized_X500",
                          ""
                        ],
                        [
                          "ComputeOptimized_X700",
                          ""
                        ],
                        [
                          "FlashOptimized_A250",
                          ""
                        ],
                        [
                          "FlashOptimized_A500",
                          ""
                        ],
                        [
                          "FlashOptimized_A700",
                          ""
                        ],
                        [
                          "FlashOptimized_A1000",
                          ""
                        ],
                        [
                          "FlashOptimized_A1500",
                          ""
                        ],
                        [
                          "FlashOptimized_A2000",
                          ""
                        ],
                        [
                          "FlashOptimized_A4500",
                          ""
                        ]
                      ]
                    }
                  }
                ]
              },
              {
                "#name": "zones",
                "Description": {
                  "new": "The availability zones.",
                  "old": "The Availability Zones where this cluster will be deployed."
                }
              },
              {
                "identity": [
                  {
                    "#name": "type",
                    "Enum": {
                      "new": [
                        [
                          "None",
                          ""
                        ],
                        [
                          "SystemAssigned",
                          ""
                        ],
                        [
                          "UserAssigned",
                          ""
                        ],
                        [
                          "SystemAssigned,UserAssigned",
                          ""
                        ]
                      ],
                      "old": [
                        [
                          "None",
                          ""
                        ],
                        [
                          "SystemAssigned",
                          ""
                        ],
                        [
                          "UserAssigned",
                          ""
                        ],
                        [
                          "SystemAssigned, UserAssigned",
                          ""
                        ]
                      ]
                    }
                  }
                ]
              }
            ]
          }
        },
        {
          "#name": "nextLink",
          "Description": {
            "new": "The link to the next page of items",
            "old": "The URI to fetch the next page of results."
          }
        }
      ]
    }
  }
}

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
publicNetworkAccess: enum ,
}
,
kind: enum ,
sku:
{
name: enum ,
capacity: integer ,
}
,
zones:
[
string ,
]
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
RedisEnterprise_Get (updated)
Description Gets information about a Redis Enterprise cluster
Reference Link ¶

⚶ Changes

{
  "#id": "RedisEnterprise_Get",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    }
  ],
  "$responses": {
    "200": {
      "$properties": [
        {
          "properties": [
            {
              "#name": "publicNetworkAccess",
              "Enum": {
                "new": [
                  [
                    "Enabled",
                    "Enabled"
                  ],
                  [
                    "Disabled",
                    "Disabled"
                  ]
                ],
                "old": [
                  [
                    "Enabled",
                    ""
                  ],
                  [
                    "Disabled",
                    ""
                  ]
                ]
              }
            }
          ]
        },
        {
          "#name": "kind",
          "Enum": {
            "new": [
              [
                "v1",
                "v1"
              ],
              [
                "v2",
                "v2"
              ]
            ],
            "old": [
              [
                "v1",
                ""
              ],
              [
                "v2",
                ""
              ]
            ]
          }
        },
        {
          "sku": [
            {
              "#name": "name",
              "Enum": {
                "new": [
                  [
                    "Enterprise_E1",
                    "Enterprise_E1"
                  ],
                  [
                    "Enterprise_E5",
                    "Enterprise_E5"
                  ],
                  [
                    "Enterprise_E10",
                    "Enterprise_E10"
                  ],
                  [
                    "Enterprise_E20",
                    "Enterprise_E20"
                  ],
                  [
                    "Enterprise_E50",
                    "Enterprise_E50"
                  ],
                  [
                    "Enterprise_E100",
                    "Enterprise_E100"
                  ],
                  [
                    "Enterprise_E200",
                    "Enterprise_E200"
                  ],
                  [
                    "Enterprise_E400",
                    "Enterprise_E400"
                  ],
                  [
                    "EnterpriseFlash_F300",
                    "EnterpriseFlash_F300"
                  ],
                  [
                    "EnterpriseFlash_F700",
                    "EnterpriseFlash_F700"
                  ],
                  [
                    "EnterpriseFlash_F1500",
                    "EnterpriseFlash_F1500"
                  ],
                  [
                    "Balanced_B0",
                    "Balanced_B0"
                  ],
                  [
                    "Balanced_B1",
                    "Balanced_B1"
                  ],
                  [
                    "Balanced_B3",
                    "Balanced_B3"
                  ],
                  [
                    "Balanced_B5",
                    "Balanced_B5"
                  ],
                  [
                    "Balanced_B10",
                    "Balanced_B10"
                  ],
                  [
                    "Balanced_B20",
                    "Balanced_B20"
                  ],
                  [
                    "Balanced_B50",
                    "Balanced_B50"
                  ],
                  [
                    "Balanced_B100",
                    "Balanced_B100"
                  ],
                  [
                    "Balanced_B150",
                    "Balanced_B150"
                  ],
                  [
                    "Balanced_B250",
                    "Balanced_B250"
                  ],
                  [
                    "Balanced_B350",
                    "Balanced_B350"
                  ],
                  [
                    "Balanced_B500",
                    "Balanced_B500"
                  ],
                  [
                    "Balanced_B700",
                    "Balanced_B700"
                  ],
                  [
                    "Balanced_B1000",
                    "Balanced_B1000"
                  ],
                  [
                    "MemoryOptimized_M10",
                    "MemoryOptimized_M10"
                  ],
                  [
                    "MemoryOptimized_M20",
                    "MemoryOptimized_M20"
                  ],
                  [
                    "MemoryOptimized_M50",
                    "MemoryOptimized_M50"
                  ],
                  [
                    "MemoryOptimized_M100",
                    "MemoryOptimized_M100"
                  ],
                  [
                    "MemoryOptimized_M150",
                    "MemoryOptimized_M150"
                  ],
                  [
                    "MemoryOptimized_M250",
                    "MemoryOptimized_M250"
                  ],
                  [
                    "MemoryOptimized_M350",
                    "MemoryOptimized_M350"
                  ],
                  [
                    "MemoryOptimized_M500",
                    "MemoryOptimized_M500"
                  ],
                  [
                    "MemoryOptimized_M700",
                    "MemoryOptimized_M700"
                  ],
                  [
                    "MemoryOptimized_M1000",
                    "MemoryOptimized_M1000"
                  ],
                  [
                    "MemoryOptimized_M1500",
                    "MemoryOptimized_M1500"
                  ],
                  [
                    "MemoryOptimized_M2000",
                    "MemoryOptimized_M2000"
                  ],
                  [
                    "ComputeOptimized_X3",
                    "ComputeOptimized_X3"
                  ],
                  [
                    "ComputeOptimized_X5",
                    "ComputeOptimized_X5"
                  ],
                  [
                    "ComputeOptimized_X10",
                    "ComputeOptimized_X10"
                  ],
                  [
                    "ComputeOptimized_X20",
                    "ComputeOptimized_X20"
                  ],
                  [
                    "ComputeOptimized_X50",
                    "ComputeOptimized_X50"
                  ],
                  [
                    "ComputeOptimized_X100",
                    "ComputeOptimized_X100"
                  ],
                  [
                    "ComputeOptimized_X150",
                    "ComputeOptimized_X150"
                  ],
                  [
                    "ComputeOptimized_X250",
                    "ComputeOptimized_X250"
                  ],
                  [
                    "ComputeOptimized_X350",
                    "ComputeOptimized_X350"
                  ],
                  [
                    "ComputeOptimized_X500",
                    "ComputeOptimized_X500"
                  ],
                  [
                    "ComputeOptimized_X700",
                    "ComputeOptimized_X700"
                  ],
                  [
                    "FlashOptimized_A250",
                    "FlashOptimized_A250"
                  ],
                  [
                    "FlashOptimized_A500",
                    "FlashOptimized_A500"
                  ],
                  [
                    "FlashOptimized_A700",
                    "FlashOptimized_A700"
                  ],
                  [
                    "FlashOptimized_A1000",
                    "FlashOptimized_A1000"
                  ],
                  [
                    "FlashOptimized_A1500",
                    "FlashOptimized_A1500"
                  ],
                  [
                    "FlashOptimized_A2000",
                    "FlashOptimized_A2000"
                  ],
                  [
                    "FlashOptimized_A4500",
                    "FlashOptimized_A4500"
                  ]
                ],
                "old": [
                  [
                    "Enterprise_E1",
                    ""
                  ],
                  [
                    "Enterprise_E5",
                    ""
                  ],
                  [
                    "Enterprise_E10",
                    ""
                  ],
                  [
                    "Enterprise_E20",
                    ""
                  ],
                  [
                    "Enterprise_E50",
                    ""
                  ],
                  [
                    "Enterprise_E100",
                    ""
                  ],
                  [
                    "Enterprise_E200",
                    ""
                  ],
                  [
                    "Enterprise_E400",
                    ""
                  ],
                  [
                    "EnterpriseFlash_F300",
                    ""
                  ],
                  [
                    "EnterpriseFlash_F700",
                    ""
                  ],
                  [
                    "EnterpriseFlash_F1500",
                    ""
                  ],
                  [
                    "Balanced_B0",
                    ""
                  ],
                  [
                    "Balanced_B1",
                    ""
                  ],
                  [
                    "Balanced_B3",
                    ""
                  ],
                  [
                    "Balanced_B5",
                    ""
                  ],
                  [
                    "Balanced_B10",
                    ""
                  ],
                  [
                    "Balanced_B20",
                    ""
                  ],
                  [
                    "Balanced_B50",
                    ""
                  ],
                  [
                    "Balanced_B100",
                    ""
                  ],
                  [
                    "Balanced_B150",
                    ""
                  ],
                  [
                    "Balanced_B250",
                    ""
                  ],
                  [
                    "Balanced_B350",
                    ""
                  ],
                  [
                    "Balanced_B500",
                    ""
                  ],
                  [
                    "Balanced_B700",
                    ""
                  ],
                  [
                    "Balanced_B1000",
                    ""
                  ],
                  [
                    "MemoryOptimized_M10",
                    ""
                  ],
                  [
                    "MemoryOptimized_M20",
                    ""
                  ],
                  [
                    "MemoryOptimized_M50",
                    ""
                  ],
                  [
                    "MemoryOptimized_M100",
                    ""
                  ],
                  [
                    "MemoryOptimized_M150",
                    ""
                  ],
                  [
                    "MemoryOptimized_M250",
                    ""
                  ],
                  [
                    "MemoryOptimized_M350",
                    ""
                  ],
                  [
                    "MemoryOptimized_M500",
                    ""
                  ],
                  [
                    "MemoryOptimized_M700",
                    ""
                  ],
                  [
                    "MemoryOptimized_M1000",
                    ""
                  ],
                  [
                    "MemoryOptimized_M1500",
                    ""
                  ],
                  [
                    "MemoryOptimized_M2000",
                    ""
                  ],
                  [
                    "ComputeOptimized_X3",
                    ""
                  ],
                  [
                    "ComputeOptimized_X5",
                    ""
                  ],
                  [
                    "ComputeOptimized_X10",
                    ""
                  ],
                  [
                    "ComputeOptimized_X20",
                    ""
                  ],
                  [
                    "ComputeOptimized_X50",
                    ""
                  ],
                  [
                    "ComputeOptimized_X100",
                    ""
                  ],
                  [
                    "ComputeOptimized_X150",
                    ""
                  ],
                  [
                    "ComputeOptimized_X250",
                    ""
                  ],
                  [
                    "ComputeOptimized_X350",
                    ""
                  ],
                  [
                    "ComputeOptimized_X500",
                    ""
                  ],
                  [
                    "ComputeOptimized_X700",
                    ""
                  ],
                  [
                    "FlashOptimized_A250",
                    ""
                  ],
                  [
                    "FlashOptimized_A500",
                    ""
                  ],
                  [
                    "FlashOptimized_A700",
                    ""
                  ],
                  [
                    "FlashOptimized_A1000",
                    ""
                  ],
                  [
                    "FlashOptimized_A1500",
                    ""
                  ],
                  [
                    "FlashOptimized_A2000",
                    ""
                  ],
                  [
                    "FlashOptimized_A4500",
                    ""
                  ]
                ]
              }
            }
          ]
        },
        {
          "#name": "zones",
          "Description": {
            "new": "The availability zones.",
            "old": "The Availability Zones where this cluster will be deployed."
          }
        },
        {
          "identity": [
            {
              "#name": "type",
              "Enum": {
                "new": [
                  [
                    "None",
                    ""
                  ],
                  [
                    "SystemAssigned",
                    ""
                  ],
                  [
                    "UserAssigned",
                    ""
                  ],
                  [
                    "SystemAssigned,UserAssigned",
                    ""
                  ]
                ],
                "old": [
                  [
                    "None",
                    ""
                  ],
                  [
                    "SystemAssigned",
                    ""
                  ],
                  [
                    "UserAssigned",
                    ""
                  ],
                  [
                    "SystemAssigned, UserAssigned",
                    ""
                  ]
                ]
              }
            }
          ]
        }
      ]
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
}

⚐ Response (200)

{
properties:
{
publicNetworkAccess: enum ,
}
,
kind: enum ,
sku:
{
name: enum ,
capacity: integer ,
}
,
zones:
[
string ,
]
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
RedisEnterprise_Create (updated)
Description Creates or updates an existing (overwrite/recreate, with potential downtime) cache cluster
Reference Link ¶

⚶ Changes

{
  "#id": "RedisEnterprise_Create",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    },
    {
      "parameters": {
        "$properties": [
          {
            "properties": [
              {
                "#name": "publicNetworkAccess",
                "Enum": {
                  "new": [
                    [
                      "Enabled",
                      "Enabled"
                    ],
                    [
                      "Disabled",
                      "Disabled"
                    ]
                  ],
                  "old": [
                    [
                      "Enabled",
                      ""
                    ],
                    [
                      "Disabled",
                      ""
                    ]
                  ]
                }
              }
            ]
          },
          {
            "#name": "kind",
            "Enum": {
              "new": [
                [
                  "v1",
                  "v1"
                ],
                [
                  "v2",
                  "v2"
                ]
              ],
              "old": [
                [
                  "v1",
                  ""
                ],
                [
                  "v2",
                  ""
                ]
              ]
            }
          },
          {
            "sku": [
              {
                "#name": "name",
                "Enum": {
                  "new": [
                    [
                      "Enterprise_E1",
                      "Enterprise_E1"
                    ],
                    [
                      "Enterprise_E5",
                      "Enterprise_E5"
                    ],
                    [
                      "Enterprise_E10",
                      "Enterprise_E10"
                    ],
                    [
                      "Enterprise_E20",
                      "Enterprise_E20"
                    ],
                    [
                      "Enterprise_E50",
                      "Enterprise_E50"
                    ],
                    [
                      "Enterprise_E100",
                      "Enterprise_E100"
                    ],
                    [
                      "Enterprise_E200",
                      "Enterprise_E200"
                    ],
                    [
                      "Enterprise_E400",
                      "Enterprise_E400"
                    ],
                    [
                      "EnterpriseFlash_F300",
                      "EnterpriseFlash_F300"
                    ],
                    [
                      "EnterpriseFlash_F700",
                      "EnterpriseFlash_F700"
                    ],
                    [
                      "EnterpriseFlash_F1500",
                      "EnterpriseFlash_F1500"
                    ],
                    [
                      "Balanced_B0",
                      "Balanced_B0"
                    ],
                    [
                      "Balanced_B1",
                      "Balanced_B1"
                    ],
                    [
                      "Balanced_B3",
                      "Balanced_B3"
                    ],
                    [
                      "Balanced_B5",
                      "Balanced_B5"
                    ],
                    [
                      "Balanced_B10",
                      "Balanced_B10"
                    ],
                    [
                      "Balanced_B20",
                      "Balanced_B20"
                    ],
                    [
                      "Balanced_B50",
                      "Balanced_B50"
                    ],
                    [
                      "Balanced_B100",
                      "Balanced_B100"
                    ],
                    [
                      "Balanced_B150",
                      "Balanced_B150"
                    ],
                    [
                      "Balanced_B250",
                      "Balanced_B250"
                    ],
                    [
                      "Balanced_B350",
                      "Balanced_B350"
                    ],
                    [
                      "Balanced_B500",
                      "Balanced_B500"
                    ],
                    [
                      "Balanced_B700",
                      "Balanced_B700"
                    ],
                    [
                      "Balanced_B1000",
                      "Balanced_B1000"
                    ],
                    [
                      "MemoryOptimized_M10",
                      "MemoryOptimized_M10"
                    ],
                    [
                      "MemoryOptimized_M20",
                      "MemoryOptimized_M20"
                    ],
                    [
                      "MemoryOptimized_M50",
                      "MemoryOptimized_M50"
                    ],
                    [
                      "MemoryOptimized_M100",
                      "MemoryOptimized_M100"
                    ],
                    [
                      "MemoryOptimized_M150",
                      "MemoryOptimized_M150"
                    ],
                    [
                      "MemoryOptimized_M250",
                      "MemoryOptimized_M250"
                    ],
                    [
                      "MemoryOptimized_M350",
                      "MemoryOptimized_M350"
                    ],
                    [
                      "MemoryOptimized_M500",
                      "MemoryOptimized_M500"
                    ],
                    [
                      "MemoryOptimized_M700",
                      "MemoryOptimized_M700"
                    ],
                    [
                      "MemoryOptimized_M1000",
                      "MemoryOptimized_M1000"
                    ],
                    [
                      "MemoryOptimized_M1500",
                      "MemoryOptimized_M1500"
                    ],
                    [
                      "MemoryOptimized_M2000",
                      "MemoryOptimized_M2000"
                    ],
                    [
                      "ComputeOptimized_X3",
                      "ComputeOptimized_X3"
                    ],
                    [
                      "ComputeOptimized_X5",
                      "ComputeOptimized_X5"
                    ],
                    [
                      "ComputeOptimized_X10",
                      "ComputeOptimized_X10"
                    ],
                    [
                      "ComputeOptimized_X20",
                      "ComputeOptimized_X20"
                    ],
                    [
                      "ComputeOptimized_X50",
                      "ComputeOptimized_X50"
                    ],
                    [
                      "ComputeOptimized_X100",
                      "ComputeOptimized_X100"
                    ],
                    [
                      "ComputeOptimized_X150",
                      "ComputeOptimized_X150"
                    ],
                    [
                      "ComputeOptimized_X250",
                      "ComputeOptimized_X250"
                    ],
                    [
                      "ComputeOptimized_X350",
                      "ComputeOptimized_X350"
                    ],
                    [
                      "ComputeOptimized_X500",
                      "ComputeOptimized_X500"
                    ],
                    [
                      "ComputeOptimized_X700",
                      "ComputeOptimized_X700"
                    ],
                    [
                      "FlashOptimized_A250",
                      "FlashOptimized_A250"
                    ],
                    [
                      "FlashOptimized_A500",
                      "FlashOptimized_A500"
                    ],
                    [
                      "FlashOptimized_A700",
                      "FlashOptimized_A700"
                    ],
                    [
                      "FlashOptimized_A1000",
                      "FlashOptimized_A1000"
                    ],
                    [
                      "FlashOptimized_A1500",
                      "FlashOptimized_A1500"
                    ],
                    [
                      "FlashOptimized_A2000",
                      "FlashOptimized_A2000"
                    ],
                    [
                      "FlashOptimized_A4500",
                      "FlashOptimized_A4500"
                    ]
                  ],
                  "old": [
                    [
                      "Enterprise_E1",
                      ""
                    ],
                    [
                      "Enterprise_E5",
                      ""
                    ],
                    [
                      "Enterprise_E10",
                      ""
                    ],
                    [
                      "Enterprise_E20",
                      ""
                    ],
                    [
                      "Enterprise_E50",
                      ""
                    ],
                    [
                      "Enterprise_E100",
                      ""
                    ],
                    [
                      "Enterprise_E200",
                      ""
                    ],
                    [
                      "Enterprise_E400",
                      ""
                    ],
                    [
                      "EnterpriseFlash_F300",
                      ""
                    ],
                    [
                      "EnterpriseFlash_F700",
                      ""
                    ],
                    [
                      "EnterpriseFlash_F1500",
                      ""
                    ],
                    [
                      "Balanced_B0",
                      ""
                    ],
                    [
                      "Balanced_B1",
                      ""
                    ],
                    [
                      "Balanced_B3",
                      ""
                    ],
                    [
                      "Balanced_B5",
                      ""
                    ],
                    [
                      "Balanced_B10",
                      ""
                    ],
                    [
                      "Balanced_B20",
                      ""
                    ],
                    [
                      "Balanced_B50",
                      ""
                    ],
                    [
                      "Balanced_B100",
                      ""
                    ],
                    [
                      "Balanced_B150",
                      ""
                    ],
                    [
                      "Balanced_B250",
                      ""
                    ],
                    [
                      "Balanced_B350",
                      ""
                    ],
                    [
                      "Balanced_B500",
                      ""
                    ],
                    [
                      "Balanced_B700",
                      ""
                    ],
                    [
                      "Balanced_B1000",
                      ""
                    ],
                    [
                      "MemoryOptimized_M10",
                      ""
                    ],
                    [
                      "MemoryOptimized_M20",
                      ""
                    ],
                    [
                      "MemoryOptimized_M50",
                      ""
                    ],
                    [
                      "MemoryOptimized_M100",
                      ""
                    ],
                    [
                      "MemoryOptimized_M150",
                      ""
                    ],
                    [
                      "MemoryOptimized_M250",
                      ""
                    ],
                    [
                      "MemoryOptimized_M350",
                      ""
                    ],
                    [
                      "MemoryOptimized_M500",
                      ""
                    ],
                    [
                      "MemoryOptimized_M700",
                      ""
                    ],
                    [
                      "MemoryOptimized_M1000",
                      ""
                    ],
                    [
                      "MemoryOptimized_M1500",
                      ""
                    ],
                    [
                      "MemoryOptimized_M2000",
                      ""
                    ],
                    [
                      "ComputeOptimized_X3",
                      ""
                    ],
                    [
                      "ComputeOptimized_X5",
                      ""
                    ],
                    [
                      "ComputeOptimized_X10",
                      ""
                    ],
                    [
                      "ComputeOptimized_X20",
                      ""
                    ],
                    [
                      "ComputeOptimized_X50",
                      ""
                    ],
                    [
                      "ComputeOptimized_X100",
                      ""
                    ],
                    [
                      "ComputeOptimized_X150",
                      ""
                    ],
                    [
                      "ComputeOptimized_X250",
                      ""
                    ],
                    [
                      "ComputeOptimized_X350",
                      ""
                    ],
                    [
                      "ComputeOptimized_X500",
                      ""
                    ],
                    [
                      "ComputeOptimized_X700",
                      ""
                    ],
                    [
                      "FlashOptimized_A250",
                      ""
                    ],
                    [
                      "FlashOptimized_A500",
                      ""
                    ],
                    [
                      "FlashOptimized_A700",
                      ""
                    ],
                    [
                      "FlashOptimized_A1000",
                      ""
                    ],
                    [
                      "FlashOptimized_A1500",
                      ""
                    ],
                    [
                      "FlashOptimized_A2000",
                      ""
                    ],
                    [
                      "FlashOptimized_A4500",
                      ""
                    ]
                  ]
                }
              }
            ]
          },
          {
            "#name": "zones",
            "Description": {
              "new": "The availability zones.",
              "old": "The Availability Zones where this cluster will be deployed."
            }
          },
          {
            "identity": [
              {
                "#name": "type",
                "Enum": {
                  "new": [
                    [
                      "None",
                      ""
                    ],
                    [
                      "SystemAssigned",
                      ""
                    ],
                    [
                      "UserAssigned",
                      ""
                    ],
                    [
                      "SystemAssigned,UserAssigned",
                      ""
                    ]
                  ],
                  "old": [
                    [
                      "None",
                      ""
                    ],
                    [
                      "SystemAssigned",
                      ""
                    ],
                    [
                      "UserAssigned",
                      ""
                    ],
                    [
                      "SystemAssigned, UserAssigned",
                      ""
                    ]
                  ]
                }
              }
            ]
          }
        ]
      }
    }
  ],
  "$responses": {
    "200": {
      "$properties": [
        {
          "properties": [
            {
              "#name": "publicNetworkAccess",
              "Enum": {
                "new": [
                  [
                    "Enabled",
                    "Enabled"
                  ],
                  [
                    "Disabled",
                    "Disabled"
                  ]
                ],
                "old": [
                  [
                    "Enabled",
                    ""
                  ],
                  [
                    "Disabled",
                    ""
                  ]
                ]
              }
            }
          ]
        },
        {
          "#name": "kind",
          "Enum": {
            "new": [
              [
                "v1",
                "v1"
              ],
              [
                "v2",
                "v2"
              ]
            ],
            "old": [
              [
                "v1",
                ""
              ],
              [
                "v2",
                ""
              ]
            ]
          }
        },
        {
          "sku": [
            {
              "#name": "name",
              "Enum": {
                "new": [
                  [
                    "Enterprise_E1",
                    "Enterprise_E1"
                  ],
                  [
                    "Enterprise_E5",
                    "Enterprise_E5"
                  ],
                  [
                    "Enterprise_E10",
                    "Enterprise_E10"
                  ],
                  [
                    "Enterprise_E20",
                    "Enterprise_E20"
                  ],
                  [
                    "Enterprise_E50",
                    "Enterprise_E50"
                  ],
                  [
                    "Enterprise_E100",
                    "Enterprise_E100"
                  ],
                  [
                    "Enterprise_E200",
                    "Enterprise_E200"
                  ],
                  [
                    "Enterprise_E400",
                    "Enterprise_E400"
                  ],
                  [
                    "EnterpriseFlash_F300",
                    "EnterpriseFlash_F300"
                  ],
                  [
                    "EnterpriseFlash_F700",
                    "EnterpriseFlash_F700"
                  ],
                  [
                    "EnterpriseFlash_F1500",
                    "EnterpriseFlash_F1500"
                  ],
                  [
                    "Balanced_B0",
                    "Balanced_B0"
                  ],
                  [
                    "Balanced_B1",
                    "Balanced_B1"
                  ],
                  [
                    "Balanced_B3",
                    "Balanced_B3"
                  ],
                  [
                    "Balanced_B5",
                    "Balanced_B5"
                  ],
                  [
                    "Balanced_B10",
                    "Balanced_B10"
                  ],
                  [
                    "Balanced_B20",
                    "Balanced_B20"
                  ],
                  [
                    "Balanced_B50",
                    "Balanced_B50"
                  ],
                  [
                    "Balanced_B100",
                    "Balanced_B100"
                  ],
                  [
                    "Balanced_B150",
                    "Balanced_B150"
                  ],
                  [
                    "Balanced_B250",
                    "Balanced_B250"
                  ],
                  [
                    "Balanced_B350",
                    "Balanced_B350"
                  ],
                  [
                    "Balanced_B500",
                    "Balanced_B500"
                  ],
                  [
                    "Balanced_B700",
                    "Balanced_B700"
                  ],
                  [
                    "Balanced_B1000",
                    "Balanced_B1000"
                  ],
                  [
                    "MemoryOptimized_M10",
                    "MemoryOptimized_M10"
                  ],
                  [
                    "MemoryOptimized_M20",
                    "MemoryOptimized_M20"
                  ],
                  [
                    "MemoryOptimized_M50",
                    "MemoryOptimized_M50"
                  ],
                  [
                    "MemoryOptimized_M100",
                    "MemoryOptimized_M100"
                  ],
                  [
                    "MemoryOptimized_M150",
                    "MemoryOptimized_M150"
                  ],
                  [
                    "MemoryOptimized_M250",
                    "MemoryOptimized_M250"
                  ],
                  [
                    "MemoryOptimized_M350",
                    "MemoryOptimized_M350"
                  ],
                  [
                    "MemoryOptimized_M500",
                    "MemoryOptimized_M500"
                  ],
                  [
                    "MemoryOptimized_M700",
                    "MemoryOptimized_M700"
                  ],
                  [
                    "MemoryOptimized_M1000",
                    "MemoryOptimized_M1000"
                  ],
                  [
                    "MemoryOptimized_M1500",
                    "MemoryOptimized_M1500"
                  ],
                  [
                    "MemoryOptimized_M2000",
                    "MemoryOptimized_M2000"
                  ],
                  [
                    "ComputeOptimized_X3",
                    "ComputeOptimized_X3"
                  ],
                  [
                    "ComputeOptimized_X5",
                    "ComputeOptimized_X5"
                  ],
                  [
                    "ComputeOptimized_X10",
                    "ComputeOptimized_X10"
                  ],
                  [
                    "ComputeOptimized_X20",
                    "ComputeOptimized_X20"
                  ],
                  [
                    "ComputeOptimized_X50",
                    "ComputeOptimized_X50"
                  ],
                  [
                    "ComputeOptimized_X100",
                    "ComputeOptimized_X100"
                  ],
                  [
                    "ComputeOptimized_X150",
                    "ComputeOptimized_X150"
                  ],
                  [
                    "ComputeOptimized_X250",
                    "ComputeOptimized_X250"
                  ],
                  [
                    "ComputeOptimized_X350",
                    "ComputeOptimized_X350"
                  ],
                  [
                    "ComputeOptimized_X500",
                    "ComputeOptimized_X500"
                  ],
                  [
                    "ComputeOptimized_X700",
                    "ComputeOptimized_X700"
                  ],
                  [
                    "FlashOptimized_A250",
                    "FlashOptimized_A250"
                  ],
                  [
                    "FlashOptimized_A500",
                    "FlashOptimized_A500"
                  ],
                  [
                    "FlashOptimized_A700",
                    "FlashOptimized_A700"
                  ],
                  [
                    "FlashOptimized_A1000",
                    "FlashOptimized_A1000"
                  ],
                  [
                    "FlashOptimized_A1500",
                    "FlashOptimized_A1500"
                  ],
                  [
                    "FlashOptimized_A2000",
                    "FlashOptimized_A2000"
                  ],
                  [
                    "FlashOptimized_A4500",
                    "FlashOptimized_A4500"
                  ]
                ],
                "old": [
                  [
                    "Enterprise_E1",
                    ""
                  ],
                  [
                    "Enterprise_E5",
                    ""
                  ],
                  [
                    "Enterprise_E10",
                    ""
                  ],
                  [
                    "Enterprise_E20",
                    ""
                  ],
                  [
                    "Enterprise_E50",
                    ""
                  ],
                  [
                    "Enterprise_E100",
                    ""
                  ],
                  [
                    "Enterprise_E200",
                    ""
                  ],
                  [
                    "Enterprise_E400",
                    ""
                  ],
                  [
                    "EnterpriseFlash_F300",
                    ""
                  ],
                  [
                    "EnterpriseFlash_F700",
                    ""
                  ],
                  [
                    "EnterpriseFlash_F1500",
                    ""
                  ],
                  [
                    "Balanced_B0",
                    ""
                  ],
                  [
                    "Balanced_B1",
                    ""
                  ],
                  [
                    "Balanced_B3",
                    ""
                  ],
                  [
                    "Balanced_B5",
                    ""
                  ],
                  [
                    "Balanced_B10",
                    ""
                  ],
                  [
                    "Balanced_B20",
                    ""
                  ],
                  [
                    "Balanced_B50",
                    ""
                  ],
                  [
                    "Balanced_B100",
                    ""
                  ],
                  [
                    "Balanced_B150",
                    ""
                  ],
                  [
                    "Balanced_B250",
                    ""
                  ],
                  [
                    "Balanced_B350",
                    ""
                  ],
                  [
                    "Balanced_B500",
                    ""
                  ],
                  [
                    "Balanced_B700",
                    ""
                  ],
                  [
                    "Balanced_B1000",
                    ""
                  ],
                  [
                    "MemoryOptimized_M10",
                    ""
                  ],
                  [
                    "MemoryOptimized_M20",
                    ""
                  ],
                  [
                    "MemoryOptimized_M50",
                    ""
                  ],
                  [
                    "MemoryOptimized_M100",
                    ""
                  ],
                  [
                    "MemoryOptimized_M150",
                    ""
                  ],
                  [
                    "MemoryOptimized_M250",
                    ""
                  ],
                  [
                    "MemoryOptimized_M350",
                    ""
                  ],
                  [
                    "MemoryOptimized_M500",
                    ""
                  ],
                  [
                    "MemoryOptimized_M700",
                    ""
                  ],
                  [
                    "MemoryOptimized_M1000",
                    ""
                  ],
                  [
                    "MemoryOptimized_M1500",
                    ""
                  ],
                  [
                    "MemoryOptimized_M2000",
                    ""
                  ],
                  [
                    "ComputeOptimized_X3",
                    ""
                  ],
                  [
                    "ComputeOptimized_X5",
                    ""
                  ],
                  [
                    "ComputeOptimized_X10",
                    ""
                  ],
                  [
                    "ComputeOptimized_X20",
                    ""
                  ],
                  [
                    "ComputeOptimized_X50",
                    ""
                  ],
                  [
                    "ComputeOptimized_X100",
                    ""
                  ],
                  [
                    "ComputeOptimized_X150",
                    ""
                  ],
                  [
                    "ComputeOptimized_X250",
                    ""
                  ],
                  [
                    "ComputeOptimized_X350",
                    ""
                  ],
                  [
                    "ComputeOptimized_X500",
                    ""
                  ],
                  [
                    "ComputeOptimized_X700",
                    ""
                  ],
                  [
                    "FlashOptimized_A250",
                    ""
                  ],
                  [
                    "FlashOptimized_A500",
                    ""
                  ],
                  [
                    "FlashOptimized_A700",
                    ""
                  ],
                  [
                    "FlashOptimized_A1000",
                    ""
                  ],
                  [
                    "FlashOptimized_A1500",
                    ""
                  ],
                  [
                    "FlashOptimized_A2000",
                    ""
                  ],
                  [
                    "FlashOptimized_A4500",
                    ""
                  ]
                ]
              }
            }
          ]
        },
        {
          "#name": "zones",
          "Description": {
            "new": "The availability zones.",
            "old": "The Availability Zones where this cluster will be deployed."
          }
        },
        {
          "identity": [
            {
              "#name": "type",
              "Enum": {
                "new": [
                  [
                    "None",
                    ""
                  ],
                  [
                    "SystemAssigned",
                    ""
                  ],
                  [
                    "UserAssigned",
                    ""
                  ],
                  [
                    "SystemAssigned,UserAssigned",
                    ""
                  ]
                ],
                "old": [
                  [
                    "None",
                    ""
                  ],
                  [
                    "SystemAssigned",
                    ""
                  ],
                  [
                    "UserAssigned",
                    ""
                  ],
                  [
                    "SystemAssigned, UserAssigned",
                    ""
                  ]
                ]
              }
            }
          ]
        }
      ]
    },
    "201": {
      "$properties": [
        {
          "properties": [
            {
              "#name": "publicNetworkAccess",
              "Enum": {
                "new": [
                  [
                    "Enabled",
                    "Enabled"
                  ],
                  [
                    "Disabled",
                    "Disabled"
                  ]
                ],
                "old": [
                  [
                    "Enabled",
                    ""
                  ],
                  [
                    "Disabled",
                    ""
                  ]
                ]
              }
            }
          ]
        },
        {
          "#name": "kind",
          "Enum": {
            "new": [
              [
                "v1",
                "v1"
              ],
              [
                "v2",
                "v2"
              ]
            ],
            "old": [
              [
                "v1",
                ""
              ],
              [
                "v2",
                ""
              ]
            ]
          }
        },
        {
          "sku": [
            {
              "#name": "name",
              "Enum": {
                "new": [
                  [
                    "Enterprise_E1",
                    "Enterprise_E1"
                  ],
                  [
                    "Enterprise_E5",
                    "Enterprise_E5"
                  ],
                  [
                    "Enterprise_E10",
                    "Enterprise_E10"
                  ],
                  [
                    "Enterprise_E20",
                    "Enterprise_E20"
                  ],
                  [
                    "Enterprise_E50",
                    "Enterprise_E50"
                  ],
                  [
                    "Enterprise_E100",
                    "Enterprise_E100"
                  ],
                  [
                    "Enterprise_E200",
                    "Enterprise_E200"
                  ],
                  [
                    "Enterprise_E400",
                    "Enterprise_E400"
                  ],
                  [
                    "EnterpriseFlash_F300",
                    "EnterpriseFlash_F300"
                  ],
                  [
                    "EnterpriseFlash_F700",
                    "EnterpriseFlash_F700"
                  ],
                  [
                    "EnterpriseFlash_F1500",
                    "EnterpriseFlash_F1500"
                  ],
                  [
                    "Balanced_B0",
                    "Balanced_B0"
                  ],
                  [
                    "Balanced_B1",
                    "Balanced_B1"
                  ],
                  [
                    "Balanced_B3",
                    "Balanced_B3"
                  ],
                  [
                    "Balanced_B5",
                    "Balanced_B5"
                  ],
                  [
                    "Balanced_B10",
                    "Balanced_B10"
                  ],
                  [
                    "Balanced_B20",
                    "Balanced_B20"
                  ],
                  [
                    "Balanced_B50",
                    "Balanced_B50"
                  ],
                  [
                    "Balanced_B100",
                    "Balanced_B100"
                  ],
                  [
                    "Balanced_B150",
                    "Balanced_B150"
                  ],
                  [
                    "Balanced_B250",
                    "Balanced_B250"
                  ],
                  [
                    "Balanced_B350",
                    "Balanced_B350"
                  ],
                  [
                    "Balanced_B500",
                    "Balanced_B500"
                  ],
                  [
                    "Balanced_B700",
                    "Balanced_B700"
                  ],
                  [
                    "Balanced_B1000",
                    "Balanced_B1000"
                  ],
                  [
                    "MemoryOptimized_M10",
                    "MemoryOptimized_M10"
                  ],
                  [
                    "MemoryOptimized_M20",
                    "MemoryOptimized_M20"
                  ],
                  [
                    "MemoryOptimized_M50",
                    "MemoryOptimized_M50"
                  ],
                  [
                    "MemoryOptimized_M100",
                    "MemoryOptimized_M100"
                  ],
                  [
                    "MemoryOptimized_M150",
                    "MemoryOptimized_M150"
                  ],
                  [
                    "MemoryOptimized_M250",
                    "MemoryOptimized_M250"
                  ],
                  [
                    "MemoryOptimized_M350",
                    "MemoryOptimized_M350"
                  ],
                  [
                    "MemoryOptimized_M500",
                    "MemoryOptimized_M500"
                  ],
                  [
                    "MemoryOptimized_M700",
                    "MemoryOptimized_M700"
                  ],
                  [
                    "MemoryOptimized_M1000",
                    "MemoryOptimized_M1000"
                  ],
                  [
                    "MemoryOptimized_M1500",
                    "MemoryOptimized_M1500"
                  ],
                  [
                    "MemoryOptimized_M2000",
                    "MemoryOptimized_M2000"
                  ],
                  [
                    "ComputeOptimized_X3",
                    "ComputeOptimized_X3"
                  ],
                  [
                    "ComputeOptimized_X5",
                    "ComputeOptimized_X5"
                  ],
                  [
                    "ComputeOptimized_X10",
                    "ComputeOptimized_X10"
                  ],
                  [
                    "ComputeOptimized_X20",
                    "ComputeOptimized_X20"
                  ],
                  [
                    "ComputeOptimized_X50",
                    "ComputeOptimized_X50"
                  ],
                  [
                    "ComputeOptimized_X100",
                    "ComputeOptimized_X100"
                  ],
                  [
                    "ComputeOptimized_X150",
                    "ComputeOptimized_X150"
                  ],
                  [
                    "ComputeOptimized_X250",
                    "ComputeOptimized_X250"
                  ],
                  [
                    "ComputeOptimized_X350",
                    "ComputeOptimized_X350"
                  ],
                  [
                    "ComputeOptimized_X500",
                    "ComputeOptimized_X500"
                  ],
                  [
                    "ComputeOptimized_X700",
                    "ComputeOptimized_X700"
                  ],
                  [
                    "FlashOptimized_A250",
                    "FlashOptimized_A250"
                  ],
                  [
                    "FlashOptimized_A500",
                    "FlashOptimized_A500"
                  ],
                  [
                    "FlashOptimized_A700",
                    "FlashOptimized_A700"
                  ],
                  [
                    "FlashOptimized_A1000",
                    "FlashOptimized_A1000"
                  ],
                  [
                    "FlashOptimized_A1500",
                    "FlashOptimized_A1500"
                  ],
                  [
                    "FlashOptimized_A2000",
                    "FlashOptimized_A2000"
                  ],
                  [
                    "FlashOptimized_A4500",
                    "FlashOptimized_A4500"
                  ]
                ],
                "old": [
                  [
                    "Enterprise_E1",
                    ""
                  ],
                  [
                    "Enterprise_E5",
                    ""
                  ],
                  [
                    "Enterprise_E10",
                    ""
                  ],
                  [
                    "Enterprise_E20",
                    ""
                  ],
                  [
                    "Enterprise_E50",
                    ""
                  ],
                  [
                    "Enterprise_E100",
                    ""
                  ],
                  [
                    "Enterprise_E200",
                    ""
                  ],
                  [
                    "Enterprise_E400",
                    ""
                  ],
                  [
                    "EnterpriseFlash_F300",
                    ""
                  ],
                  [
                    "EnterpriseFlash_F700",
                    ""
                  ],
                  [
                    "EnterpriseFlash_F1500",
                    ""
                  ],
                  [
                    "Balanced_B0",
                    ""
                  ],
                  [
                    "Balanced_B1",
                    ""
                  ],
                  [
                    "Balanced_B3",
                    ""
                  ],
                  [
                    "Balanced_B5",
                    ""
                  ],
                  [
                    "Balanced_B10",
                    ""
                  ],
                  [
                    "Balanced_B20",
                    ""
                  ],
                  [
                    "Balanced_B50",
                    ""
                  ],
                  [
                    "Balanced_B100",
                    ""
                  ],
                  [
                    "Balanced_B150",
                    ""
                  ],
                  [
                    "Balanced_B250",
                    ""
                  ],
                  [
                    "Balanced_B350",
                    ""
                  ],
                  [
                    "Balanced_B500",
                    ""
                  ],
                  [
                    "Balanced_B700",
                    ""
                  ],
                  [
                    "Balanced_B1000",
                    ""
                  ],
                  [
                    "MemoryOptimized_M10",
                    ""
                  ],
                  [
                    "MemoryOptimized_M20",
                    ""
                  ],
                  [
                    "MemoryOptimized_M50",
                    ""
                  ],
                  [
                    "MemoryOptimized_M100",
                    ""
                  ],
                  [
                    "MemoryOptimized_M150",
                    ""
                  ],
                  [
                    "MemoryOptimized_M250",
                    ""
                  ],
                  [
                    "MemoryOptimized_M350",
                    ""
                  ],
                  [
                    "MemoryOptimized_M500",
                    ""
                  ],
                  [
                    "MemoryOptimized_M700",
                    ""
                  ],
                  [
                    "MemoryOptimized_M1000",
                    ""
                  ],
                  [
                    "MemoryOptimized_M1500",
                    ""
                  ],
                  [
                    "MemoryOptimized_M2000",
                    ""
                  ],
                  [
                    "ComputeOptimized_X3",
                    ""
                  ],
                  [
                    "ComputeOptimized_X5",
                    ""
                  ],
                  [
                    "ComputeOptimized_X10",
                    ""
                  ],
                  [
                    "ComputeOptimized_X20",
                    ""
                  ],
                  [
                    "ComputeOptimized_X50",
                    ""
                  ],
                  [
                    "ComputeOptimized_X100",
                    ""
                  ],
                  [
                    "ComputeOptimized_X150",
                    ""
                  ],
                  [
                    "ComputeOptimized_X250",
                    ""
                  ],
                  [
                    "ComputeOptimized_X350",
                    ""
                  ],
                  [
                    "ComputeOptimized_X500",
                    ""
                  ],
                  [
                    "ComputeOptimized_X700",
                    ""
                  ],
                  [
                    "FlashOptimized_A250",
                    ""
                  ],
                  [
                    "FlashOptimized_A500",
                    ""
                  ],
                  [
                    "FlashOptimized_A700",
                    ""
                  ],
                  [
                    "FlashOptimized_A1000",
                    ""
                  ],
                  [
                    "FlashOptimized_A1500",
                    ""
                  ],
                  [
                    "FlashOptimized_A2000",
                    ""
                  ],
                  [
                    "FlashOptimized_A4500",
                    ""
                  ]
                ]
              }
            }
          ]
        },
        {
          "#name": "zones",
          "Description": {
            "new": "The availability zones.",
            "old": "The Availability Zones where this cluster will be deployed."
          }
        },
        {
          "identity": [
            {
              "#name": "type",
              "Enum": {
                "new": [
                  [
                    "None",
                    ""
                  ],
                  [
                    "SystemAssigned",
                    ""
                  ],
                  [
                    "UserAssigned",
                    ""
                  ],
                  [
                    "SystemAssigned,UserAssigned",
                    ""
                  ]
                ],
                "old": [
                  [
                    "None",
                    ""
                  ],
                  [
                    "SystemAssigned",
                    ""
                  ],
                  [
                    "UserAssigned",
                    ""
                  ],
                  [
                    "SystemAssigned, UserAssigned",
                    ""
                  ]
                ]
              }
            }
          ]
        }
      ]
    }
  }
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
parameters:
{
properties:
{
publicNetworkAccess: enum ,
}
,
kind: enum ,
sku:
{
name: enum ,
capacity: integer ,
}
,
zones:
[
string ,
]
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
publicNetworkAccess: enum ,
}
,
kind: enum ,
sku:
{
name: enum ,
capacity: integer ,
}
,
zones:
[
string ,
]
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
publicNetworkAccess: enum ,
}
,
kind: enum ,
sku:
{
name: enum ,
capacity: integer ,
}
,
zones:
[
string ,
]
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
RedisEnterprise_Update (updated)
Description Updates an existing Redis Enterprise cluster
Reference Link ¶

⚶ Changes

{
  "#id": "RedisEnterprise_Update",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    },
    {
      "parameters": {
        "$properties": {
          "sku": [
            {
              "#name": "name",
              "Enum": {
                "new": [
                  [
                    "Enterprise_E1",
                    "Enterprise_E1"
                  ],
                  [
                    "Enterprise_E5",
                    "Enterprise_E5"
                  ],
                  [
                    "Enterprise_E10",
                    "Enterprise_E10"
                  ],
                  [
                    "Enterprise_E20",
                    "Enterprise_E20"
                  ],
                  [
                    "Enterprise_E50",
                    "Enterprise_E50"
                  ],
                  [
                    "Enterprise_E100",
                    "Enterprise_E100"
                  ],
                  [
                    "Enterprise_E200",
                    "Enterprise_E200"
                  ],
                  [
                    "Enterprise_E400",
                    "Enterprise_E400"
                  ],
                  [
                    "EnterpriseFlash_F300",
                    "EnterpriseFlash_F300"
                  ],
                  [
                    "EnterpriseFlash_F700",
                    "EnterpriseFlash_F700"
                  ],
                  [
                    "EnterpriseFlash_F1500",
                    "EnterpriseFlash_F1500"
                  ],
                  [
                    "Balanced_B0",
                    "Balanced_B0"
                  ],
                  [
                    "Balanced_B1",
                    "Balanced_B1"
                  ],
                  [
                    "Balanced_B3",
                    "Balanced_B3"
                  ],
                  [
                    "Balanced_B5",
                    "Balanced_B5"
                  ],
                  [
                    "Balanced_B10",
                    "Balanced_B10"
                  ],
                  [
                    "Balanced_B20",
                    "Balanced_B20"
                  ],
                  [
                    "Balanced_B50",
                    "Balanced_B50"
                  ],
                  [
                    "Balanced_B100",
                    "Balanced_B100"
                  ],
                  [
                    "Balanced_B150",
                    "Balanced_B150"
                  ],
                  [
                    "Balanced_B250",
                    "Balanced_B250"
                  ],
                  [
                    "Balanced_B350",
                    "Balanced_B350"
                  ],
                  [
                    "Balanced_B500",
                    "Balanced_B500"
                  ],
                  [
                    "Balanced_B700",
                    "Balanced_B700"
                  ],
                  [
                    "Balanced_B1000",
                    "Balanced_B1000"
                  ],
                  [
                    "MemoryOptimized_M10",
                    "MemoryOptimized_M10"
                  ],
                  [
                    "MemoryOptimized_M20",
                    "MemoryOptimized_M20"
                  ],
                  [
                    "MemoryOptimized_M50",
                    "MemoryOptimized_M50"
                  ],
                  [
                    "MemoryOptimized_M100",
                    "MemoryOptimized_M100"
                  ],
                  [
                    "MemoryOptimized_M150",
                    "MemoryOptimized_M150"
                  ],
                  [
                    "MemoryOptimized_M250",
                    "MemoryOptimized_M250"
                  ],
                  [
                    "MemoryOptimized_M350",
                    "MemoryOptimized_M350"
                  ],
                  [
                    "MemoryOptimized_M500",
                    "MemoryOptimized_M500"
                  ],
                  [
                    "MemoryOptimized_M700",
                    "MemoryOptimized_M700"
                  ],
                  [
                    "MemoryOptimized_M1000",
                    "MemoryOptimized_M1000"
                  ],
                  [
                    "MemoryOptimized_M1500",
                    "MemoryOptimized_M1500"
                  ],
                  [
                    "MemoryOptimized_M2000",
                    "MemoryOptimized_M2000"
                  ],
                  [
                    "ComputeOptimized_X3",
                    "ComputeOptimized_X3"
                  ],
                  [
                    "ComputeOptimized_X5",
                    "ComputeOptimized_X5"
                  ],
                  [
                    "ComputeOptimized_X10",
                    "ComputeOptimized_X10"
                  ],
                  [
                    "ComputeOptimized_X20",
                    "ComputeOptimized_X20"
                  ],
                  [
                    "ComputeOptimized_X50",
                    "ComputeOptimized_X50"
                  ],
                  [
                    "ComputeOptimized_X100",
                    "ComputeOptimized_X100"
                  ],
                  [
                    "ComputeOptimized_X150",
                    "ComputeOptimized_X150"
                  ],
                  [
                    "ComputeOptimized_X250",
                    "ComputeOptimized_X250"
                  ],
                  [
                    "ComputeOptimized_X350",
                    "ComputeOptimized_X350"
                  ],
                  [
                    "ComputeOptimized_X500",
                    "ComputeOptimized_X500"
                  ],
                  [
                    "ComputeOptimized_X700",
                    "ComputeOptimized_X700"
                  ],
                  [
                    "FlashOptimized_A250",
                    "FlashOptimized_A250"
                  ],
                  [
                    "FlashOptimized_A500",
                    "FlashOptimized_A500"
                  ],
                  [
                    "FlashOptimized_A700",
                    "FlashOptimized_A700"
                  ],
                  [
                    "FlashOptimized_A1000",
                    "FlashOptimized_A1000"
                  ],
                  [
                    "FlashOptimized_A1500",
                    "FlashOptimized_A1500"
                  ],
                  [
                    "FlashOptimized_A2000",
                    "FlashOptimized_A2000"
                  ],
                  [
                    "FlashOptimized_A4500",
                    "FlashOptimized_A4500"
                  ]
                ],
                "old": [
                  [
                    "Enterprise_E1",
                    ""
                  ],
                  [
                    "Enterprise_E5",
                    ""
                  ],
                  [
                    "Enterprise_E10",
                    ""
                  ],
                  [
                    "Enterprise_E20",
                    ""
                  ],
                  [
                    "Enterprise_E50",
                    ""
                  ],
                  [
                    "Enterprise_E100",
                    ""
                  ],
                  [
                    "Enterprise_E200",
                    ""
                  ],
                  [
                    "Enterprise_E400",
                    ""
                  ],
                  [
                    "EnterpriseFlash_F300",
                    ""
                  ],
                  [
                    "EnterpriseFlash_F700",
                    ""
                  ],
                  [
                    "EnterpriseFlash_F1500",
                    ""
                  ],
                  [
                    "Balanced_B0",
                    ""
                  ],
                  [
                    "Balanced_B1",
                    ""
                  ],
                  [
                    "Balanced_B3",
                    ""
                  ],
                  [
                    "Balanced_B5",
                    ""
                  ],
                  [
                    "Balanced_B10",
                    ""
                  ],
                  [
                    "Balanced_B20",
                    ""
                  ],
                  [
                    "Balanced_B50",
                    ""
                  ],
                  [
                    "Balanced_B100",
                    ""
                  ],
                  [
                    "Balanced_B150",
                    ""
                  ],
                  [
                    "Balanced_B250",
                    ""
                  ],
                  [
                    "Balanced_B350",
                    ""
                  ],
                  [
                    "Balanced_B500",
                    ""
                  ],
                  [
                    "Balanced_B700",
                    ""
                  ],
                  [
                    "Balanced_B1000",
                    ""
                  ],
                  [
                    "MemoryOptimized_M10",
                    ""
                  ],
                  [
                    "MemoryOptimized_M20",
                    ""
                  ],
                  [
                    "MemoryOptimized_M50",
                    ""
                  ],
                  [
                    "MemoryOptimized_M100",
                    ""
                  ],
                  [
                    "MemoryOptimized_M150",
                    ""
                  ],
                  [
                    "MemoryOptimized_M250",
                    ""
                  ],
                  [
                    "MemoryOptimized_M350",
                    ""
                  ],
                  [
                    "MemoryOptimized_M500",
                    ""
                  ],
                  [
                    "MemoryOptimized_M700",
                    ""
                  ],
                  [
                    "MemoryOptimized_M1000",
                    ""
                  ],
                  [
                    "MemoryOptimized_M1500",
                    ""
                  ],
                  [
                    "MemoryOptimized_M2000",
                    ""
                  ],
                  [
                    "ComputeOptimized_X3",
                    ""
                  ],
                  [
                    "ComputeOptimized_X5",
                    ""
                  ],
                  [
                    "ComputeOptimized_X10",
                    ""
                  ],
                  [
                    "ComputeOptimized_X20",
                    ""
                  ],
                  [
                    "ComputeOptimized_X50",
                    ""
                  ],
                  [
                    "ComputeOptimized_X100",
                    ""
                  ],
                  [
                    "ComputeOptimized_X150",
                    ""
                  ],
                  [
                    "ComputeOptimized_X250",
                    ""
                  ],
                  [
                    "ComputeOptimized_X350",
                    ""
                  ],
                  [
                    "ComputeOptimized_X500",
                    ""
                  ],
                  [
                    "ComputeOptimized_X700",
                    ""
                  ],
                  [
                    "FlashOptimized_A250",
                    ""
                  ],
                  [
                    "FlashOptimized_A500",
                    ""
                  ],
                  [
                    "FlashOptimized_A700",
                    ""
                  ],
                  [
                    "FlashOptimized_A1000",
                    ""
                  ],
                  [
                    "FlashOptimized_A1500",
                    ""
                  ],
                  [
                    "FlashOptimized_A2000",
                    ""
                  ],
                  [
                    "FlashOptimized_A4500",
                    ""
                  ]
                ]
              }
            }
          ],
          "properties": [
            {
              "#name": "publicNetworkAccess",
              "Enum": {
                "new": [
                  [
                    "Enabled",
                    "Enabled"
                  ],
                  [
                    "Disabled",
                    "Disabled"
                  ]
                ],
                "old": [
                  [
                    "Enabled",
                    ""
                  ],
                  [
                    "Disabled",
                    ""
                  ]
                ]
              }
            }
          ],
          "identity": [
            {
              "#name": "type",
              "Enum": {
                "new": [
                  [
                    "None",
                    ""
                  ],
                  [
                    "SystemAssigned",
                    ""
                  ],
                  [
                    "UserAssigned",
                    ""
                  ],
                  [
                    "SystemAssigned,UserAssigned",
                    ""
                  ]
                ],
                "old": [
                  [
                    "None",
                    ""
                  ],
                  [
                    "SystemAssigned",
                    ""
                  ],
                  [
                    "UserAssigned",
                    ""
                  ],
                  [
                    "SystemAssigned, UserAssigned",
                    ""
                  ]
                ]
              }
            }
          ]
        }
      }
    }
  ],
  "$responses": {
    "200": {
      "$properties": [
        {
          "properties": [
            {
              "#name": "publicNetworkAccess",
              "Enum": {
                "new": [
                  [
                    "Enabled",
                    "Enabled"
                  ],
                  [
                    "Disabled",
                    "Disabled"
                  ]
                ],
                "old": [
                  [
                    "Enabled",
                    ""
                  ],
                  [
                    "Disabled",
                    ""
                  ]
                ]
              }
            }
          ]
        },
        {
          "#name": "kind",
          "Enum": {
            "new": [
              [
                "v1",
                "v1"
              ],
              [
                "v2",
                "v2"
              ]
            ],
            "old": [
              [
                "v1",
                ""
              ],
              [
                "v2",
                ""
              ]
            ]
          }
        },
        {
          "sku": [
            {
              "#name": "name",
              "Enum": {
                "new": [
                  [
                    "Enterprise_E1",
                    "Enterprise_E1"
                  ],
                  [
                    "Enterprise_E5",
                    "Enterprise_E5"
                  ],
                  [
                    "Enterprise_E10",
                    "Enterprise_E10"
                  ],
                  [
                    "Enterprise_E20",
                    "Enterprise_E20"
                  ],
                  [
                    "Enterprise_E50",
                    "Enterprise_E50"
                  ],
                  [
                    "Enterprise_E100",
                    "Enterprise_E100"
                  ],
                  [
                    "Enterprise_E200",
                    "Enterprise_E200"
                  ],
                  [
                    "Enterprise_E400",
                    "Enterprise_E400"
                  ],
                  [
                    "EnterpriseFlash_F300",
                    "EnterpriseFlash_F300"
                  ],
                  [
                    "EnterpriseFlash_F700",
                    "EnterpriseFlash_F700"
                  ],
                  [
                    "EnterpriseFlash_F1500",
                    "EnterpriseFlash_F1500"
                  ],
                  [
                    "Balanced_B0",
                    "Balanced_B0"
                  ],
                  [
                    "Balanced_B1",
                    "Balanced_B1"
                  ],
                  [
                    "Balanced_B3",
                    "Balanced_B3"
                  ],
                  [
                    "Balanced_B5",
                    "Balanced_B5"
                  ],
                  [
                    "Balanced_B10",
                    "Balanced_B10"
                  ],
                  [
                    "Balanced_B20",
                    "Balanced_B20"
                  ],
                  [
                    "Balanced_B50",
                    "Balanced_B50"
                  ],
                  [
                    "Balanced_B100",
                    "Balanced_B100"
                  ],
                  [
                    "Balanced_B150",
                    "Balanced_B150"
                  ],
                  [
                    "Balanced_B250",
                    "Balanced_B250"
                  ],
                  [
                    "Balanced_B350",
                    "Balanced_B350"
                  ],
                  [
                    "Balanced_B500",
                    "Balanced_B500"
                  ],
                  [
                    "Balanced_B700",
                    "Balanced_B700"
                  ],
                  [
                    "Balanced_B1000",
                    "Balanced_B1000"
                  ],
                  [
                    "MemoryOptimized_M10",
                    "MemoryOptimized_M10"
                  ],
                  [
                    "MemoryOptimized_M20",
                    "MemoryOptimized_M20"
                  ],
                  [
                    "MemoryOptimized_M50",
                    "MemoryOptimized_M50"
                  ],
                  [
                    "MemoryOptimized_M100",
                    "MemoryOptimized_M100"
                  ],
                  [
                    "MemoryOptimized_M150",
                    "MemoryOptimized_M150"
                  ],
                  [
                    "MemoryOptimized_M250",
                    "MemoryOptimized_M250"
                  ],
                  [
                    "MemoryOptimized_M350",
                    "MemoryOptimized_M350"
                  ],
                  [
                    "MemoryOptimized_M500",
                    "MemoryOptimized_M500"
                  ],
                  [
                    "MemoryOptimized_M700",
                    "MemoryOptimized_M700"
                  ],
                  [
                    "MemoryOptimized_M1000",
                    "MemoryOptimized_M1000"
                  ],
                  [
                    "MemoryOptimized_M1500",
                    "MemoryOptimized_M1500"
                  ],
                  [
                    "MemoryOptimized_M2000",
                    "MemoryOptimized_M2000"
                  ],
                  [
                    "ComputeOptimized_X3",
                    "ComputeOptimized_X3"
                  ],
                  [
                    "ComputeOptimized_X5",
                    "ComputeOptimized_X5"
                  ],
                  [
                    "ComputeOptimized_X10",
                    "ComputeOptimized_X10"
                  ],
                  [
                    "ComputeOptimized_X20",
                    "ComputeOptimized_X20"
                  ],
                  [
                    "ComputeOptimized_X50",
                    "ComputeOptimized_X50"
                  ],
                  [
                    "ComputeOptimized_X100",
                    "ComputeOptimized_X100"
                  ],
                  [
                    "ComputeOptimized_X150",
                    "ComputeOptimized_X150"
                  ],
                  [
                    "ComputeOptimized_X250",
                    "ComputeOptimized_X250"
                  ],
                  [
                    "ComputeOptimized_X350",
                    "ComputeOptimized_X350"
                  ],
                  [
                    "ComputeOptimized_X500",
                    "ComputeOptimized_X500"
                  ],
                  [
                    "ComputeOptimized_X700",
                    "ComputeOptimized_X700"
                  ],
                  [
                    "FlashOptimized_A250",
                    "FlashOptimized_A250"
                  ],
                  [
                    "FlashOptimized_A500",
                    "FlashOptimized_A500"
                  ],
                  [
                    "FlashOptimized_A700",
                    "FlashOptimized_A700"
                  ],
                  [
                    "FlashOptimized_A1000",
                    "FlashOptimized_A1000"
                  ],
                  [
                    "FlashOptimized_A1500",
                    "FlashOptimized_A1500"
                  ],
                  [
                    "FlashOptimized_A2000",
                    "FlashOptimized_A2000"
                  ],
                  [
                    "FlashOptimized_A4500",
                    "FlashOptimized_A4500"
                  ]
                ],
                "old": [
                  [
                    "Enterprise_E1",
                    ""
                  ],
                  [
                    "Enterprise_E5",
                    ""
                  ],
                  [
                    "Enterprise_E10",
                    ""
                  ],
                  [
                    "Enterprise_E20",
                    ""
                  ],
                  [
                    "Enterprise_E50",
                    ""
                  ],
                  [
                    "Enterprise_E100",
                    ""
                  ],
                  [
                    "Enterprise_E200",
                    ""
                  ],
                  [
                    "Enterprise_E400",
                    ""
                  ],
                  [
                    "EnterpriseFlash_F300",
                    ""
                  ],
                  [
                    "EnterpriseFlash_F700",
                    ""
                  ],
                  [
                    "EnterpriseFlash_F1500",
                    ""
                  ],
                  [
                    "Balanced_B0",
                    ""
                  ],
                  [
                    "Balanced_B1",
                    ""
                  ],
                  [
                    "Balanced_B3",
                    ""
                  ],
                  [
                    "Balanced_B5",
                    ""
                  ],
                  [
                    "Balanced_B10",
                    ""
                  ],
                  [
                    "Balanced_B20",
                    ""
                  ],
                  [
                    "Balanced_B50",
                    ""
                  ],
                  [
                    "Balanced_B100",
                    ""
                  ],
                  [
                    "Balanced_B150",
                    ""
                  ],
                  [
                    "Balanced_B250",
                    ""
                  ],
                  [
                    "Balanced_B350",
                    ""
                  ],
                  [
                    "Balanced_B500",
                    ""
                  ],
                  [
                    "Balanced_B700",
                    ""
                  ],
                  [
                    "Balanced_B1000",
                    ""
                  ],
                  [
                    "MemoryOptimized_M10",
                    ""
                  ],
                  [
                    "MemoryOptimized_M20",
                    ""
                  ],
                  [
                    "MemoryOptimized_M50",
                    ""
                  ],
                  [
                    "MemoryOptimized_M100",
                    ""
                  ],
                  [
                    "MemoryOptimized_M150",
                    ""
                  ],
                  [
                    "MemoryOptimized_M250",
                    ""
                  ],
                  [
                    "MemoryOptimized_M350",
                    ""
                  ],
                  [
                    "MemoryOptimized_M500",
                    ""
                  ],
                  [
                    "MemoryOptimized_M700",
                    ""
                  ],
                  [
                    "MemoryOptimized_M1000",
                    ""
                  ],
                  [
                    "MemoryOptimized_M1500",
                    ""
                  ],
                  [
                    "MemoryOptimized_M2000",
                    ""
                  ],
                  [
                    "ComputeOptimized_X3",
                    ""
                  ],
                  [
                    "ComputeOptimized_X5",
                    ""
                  ],
                  [
                    "ComputeOptimized_X10",
                    ""
                  ],
                  [
                    "ComputeOptimized_X20",
                    ""
                  ],
                  [
                    "ComputeOptimized_X50",
                    ""
                  ],
                  [
                    "ComputeOptimized_X100",
                    ""
                  ],
                  [
                    "ComputeOptimized_X150",
                    ""
                  ],
                  [
                    "ComputeOptimized_X250",
                    ""
                  ],
                  [
                    "ComputeOptimized_X350",
                    ""
                  ],
                  [
                    "ComputeOptimized_X500",
                    ""
                  ],
                  [
                    "ComputeOptimized_X700",
                    ""
                  ],
                  [
                    "FlashOptimized_A250",
                    ""
                  ],
                  [
                    "FlashOptimized_A500",
                    ""
                  ],
                  [
                    "FlashOptimized_A700",
                    ""
                  ],
                  [
                    "FlashOptimized_A1000",
                    ""
                  ],
                  [
                    "FlashOptimized_A1500",
                    ""
                  ],
                  [
                    "FlashOptimized_A2000",
                    ""
                  ],
                  [
                    "FlashOptimized_A4500",
                    ""
                  ]
                ]
              }
            }
          ]
        },
        {
          "#name": "zones",
          "Description": {
            "new": "The availability zones.",
            "old": "The Availability Zones where this cluster will be deployed."
          }
        },
        {
          "identity": [
            {
              "#name": "type",
              "Enum": {
                "new": [
                  [
                    "None",
                    ""
                  ],
                  [
                    "SystemAssigned",
                    ""
                  ],
                  [
                    "UserAssigned",
                    ""
                  ],
                  [
                    "SystemAssigned,UserAssigned",
                    ""
                  ]
                ],
                "old": [
                  [
                    "None",
                    ""
                  ],
                  [
                    "SystemAssigned",
                    ""
                  ],
                  [
                    "UserAssigned",
                    ""
                  ],
                  [
                    "SystemAssigned, UserAssigned",
                    ""
                  ]
                ]
              }
            }
          ]
        }
      ]
    },
    "202": [
      {
        "#name": "azure-asyncoperation",
        "Description": {
          "new": "A link to the status monitor",
          "old": "Azure-AsyncOperation URI to poll for result"
        }
      },
      {
        "#name": "location",
        "Description": {
          "new": "The Location header contains the URL where the status of the long running operation can be checked.",
          "old": "Location URI to poll for result"
        }
      },
      {
        "@added_a33b6d0435d6465eaed5af23c34228fc": {
          "#name": "retry-after",
          "Description": "The Retry-After header can indicate how long the client should wait before polling the operation status.",
          "Type": "integer"
        }
      }
    ]
  }
}

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
parameters:
{
sku:
{
name: enum ,
capacity: integer ,
}
,
properties:
{
publicNetworkAccess: enum ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
publicNetworkAccess: enum ,
}
,
kind: enum ,
sku:
{
name: enum ,
capacity: integer ,
}
,
zones:
[
string ,
]
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (202)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
RedisEnterprise_Delete (updated)
Description Deletes a Redis Enterprise cache cluster.
Reference Link ¶

⚶ Changes

{
  "#id": "RedisEnterprise_Delete",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    }
  ],
  "$responses": {
    "202": [
      {
        "#name": "azure-asyncoperation",
        "Description": {
          "new": "A link to the status monitor",
          "old": "Azure-AsyncOperation URI to poll for result"
        }
      },
      {
        "#name": "location",
        "Description": {
          "new": "The Location header contains the URL where the status of the long running operation can be checked.",
          "old": "Location URI to poll for result"
        }
      },
      {
        "@added_d8bcf9dd3d464b5c9444761bb044a303": {
          "#name": "retry-after",
          "Description": "The Retry-After header can indicate how long the client should wait before polling the operation status.",
          "Type": "integer"
        }
      }
    ]
  }
}

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

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

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Databases_ListByCluster (updated)
Description Gets all databases in the specified Redis Enterprise cluster.
Reference Link ¶

⚶ Changes

{
  "#id": "Databases_ListByCluster",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    }
  ],
  "$responses": {
    "200": {
      "$properties": [
        {
          "#name": "value",
          "Description": {
            "new": "The Database items on this page",
            "old": "List of databases"
          },
          "Required": {
            "new": true,
            "old": false
          },
          "$items": {
            "$properties": {
              "properties": [
                {
                  "#name": "accessKeysAuthentication",
                  "Enum": {
                    "new": [
                      [
                        "Disabled",
                        "Disabled"
                      ],
                      [
                        "Enabled",
                        "Enabled"
                      ]
                    ],
                    "old": [
                      [
                        "Disabled",
                        ""
                      ],
                      [
                        "Enabled",
                        ""
                      ]
                    ]
                  }
                }
              ]
            }
          }
        },
        {
          "#name": "nextLink",
          "Description": {
            "new": "The link to the next page of items",
            "old": "The URI to fetch the next page of results."
          }
        }
      ]
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
accessKeysAuthentication: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Databases_Get (updated)
Description Gets information about a database in a Redis Enterprise cluster.
Reference Link ¶

⚶ Changes

{
  "#id": "Databases_Get",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    }
  ],
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "#name": "accessKeysAuthentication",
            "Enum": {
              "new": [
                [
                  "Disabled",
                  "Disabled"
                ],
                [
                  "Enabled",
                  "Enabled"
                ]
              ],
              "old": [
                [
                  "Disabled",
                  ""
                ],
                [
                  "Enabled",
                  ""
                ]
              ]
            }
          }
        ]
      }
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
}

⚐ Response (200)

{
properties:
{
accessKeysAuthentication: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Databases_Create (updated)
Description Creates a database
Reference Link ¶

⚶ Changes

{
  "#id": "Databases_Create",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    },
    {
      "parameters": {
        "$properties": {
          "properties": [
            {
              "#name": "accessKeysAuthentication",
              "Enum": {
                "new": [
                  [
                    "Disabled",
                    "Disabled"
                  ],
                  [
                    "Enabled",
                    "Enabled"
                  ]
                ],
                "old": [
                  [
                    "Disabled",
                    ""
                  ],
                  [
                    "Enabled",
                    ""
                  ]
                ]
              }
            }
          ]
        }
      }
    }
  ],
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "#name": "accessKeysAuthentication",
            "Enum": {
              "new": [
                [
                  "Disabled",
                  "Disabled"
                ],
                [
                  "Enabled",
                  "Enabled"
                ]
              ],
              "old": [
                [
                  "Disabled",
                  ""
                ],
                [
                  "Enabled",
                  ""
                ]
              ]
            }
          }
        ]
      }
    },
    "201": {
      "$properties": {
        "properties": [
          {
            "#name": "accessKeysAuthentication",
            "Enum": {
              "new": [
                [
                  "Disabled",
                  "Disabled"
                ],
                [
                  "Enabled",
                  "Enabled"
                ]
              ],
              "old": [
                [
                  "Disabled",
                  ""
                ],
                [
                  "Enabled",
                  ""
                ]
              ]
            }
          }
        ]
      }
    }
  }
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
parameters:
{
properties:
{
accessKeysAuthentication: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
accessKeysAuthentication: enum ,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
accessKeysAuthentication: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Databases_Update (updated)
Description Updates a database
Reference Link ¶

⚶ Changes

{
  "#id": "Databases_Update",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    },
    {
      "parameters": {
        "$properties": {
          "properties": [
            {
              "#name": "accessKeysAuthentication",
              "Enum": {
                "new": [
                  [
                    "Disabled",
                    "Disabled"
                  ],
                  [
                    "Enabled",
                    "Enabled"
                  ]
                ],
                "old": [
                  [
                    "Disabled",
                    ""
                  ],
                  [
                    "Enabled",
                    ""
                  ]
                ]
              }
            }
          ]
        }
      }
    }
  ],
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "#name": "accessKeysAuthentication",
            "Enum": {
              "new": [
                [
                  "Disabled",
                  "Disabled"
                ],
                [
                  "Enabled",
                  "Enabled"
                ]
              ],
              "old": [
                [
                  "Disabled",
                  ""
                ],
                [
                  "Enabled",
                  ""
                ]
              ]
            }
          }
        ]
      }
    },
    "202": [
      {
        "#name": "azure-asyncoperation",
        "Description": {
          "new": "A link to the status monitor",
          "old": "Azure-AsyncOperation URI to poll for result"
        }
      },
      {
        "#name": "location",
        "Description": {
          "new": "The Location header contains the URL where the status of the long running operation can be checked.",
          "old": "Location URI to poll for result"
        }
      },
      {
        "@added_cb6e4eed29824639a58a627f868d873b": {
          "#name": "retry-after",
          "Description": "The Retry-After header can indicate how long the client should wait before polling the operation status.",
          "Type": "integer"
        }
      }
    ]
  }
}

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
parameters:
{
properties:
{
accessKeysAuthentication: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
accessKeysAuthentication: enum ,
}
,
}

⚐ Response (202)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Databases_Delete (updated)
Description Deletes a single database
Reference Link ¶

⚶ Changes

{
  "#id": "Databases_Delete",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    }
  ],
  "$responses": {
    "202": [
      {
        "#name": "azure-asyncoperation",
        "Description": {
          "new": "A link to the status monitor",
          "old": "Azure-AsyncOperation URI to poll for result"
        }
      },
      {
        "#name": "location",
        "Description": {
          "new": "The Location header contains the URL where the status of the long running operation can be checked.",
          "old": "Location URI to poll for result"
        }
      },
      {
        "@added_01e7839e44704928bacd292b30dd1d4b": {
          "#name": "retry-after",
          "Description": "The Retry-After header can indicate how long the client should wait before polling the operation status.",
          "Type": "integer"
        }
      }
    ]
  }
}

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

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

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AccessPolicyAssignment_List (updated)
Description Gets all access policy assignments..
Reference Link ¶

⚶ Changes

{
  "#id": "AccessPolicyAssignment_List",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    }
  ],
  "$responses": {
    "200": {
      "$properties": [
        {
          "#name": "value",
          "Description": {
            "new": "The AccessPolicyAssignment items on this page",
            "old": "List of access policy assignments."
          },
          "Required": {
            "new": true,
            "old": false
          },
          "$items": {
            "$properties": {
              "properties": [
                {
                  "#name": "provisioningState",
                  "Enum": {
                    "new": [
                      [
                        "Succeeded",
                        "Succeeded"
                      ],
                      [
                        "Failed",
                        "Failed"
                      ],
                      [
                        "Canceled",
                        "Canceled"
                      ],
                      [
                        "Creating",
                        "Creating"
                      ],
                      [
                        "Updating",
                        "Updating"
                      ],
                      [
                        "Deleting",
                        "Deleting"
                      ]
                    ],
                    "old": [
                      [
                        "Succeeded",
                        ""
                      ],
                      [
                        "Failed",
                        ""
                      ],
                      [
                        "Canceled",
                        ""
                      ],
                      [
                        "Creating",
                        ""
                      ],
                      [
                        "Updating",
                        ""
                      ],
                      [
                        "Deleting",
                        ""
                      ]
                    ]
                  }
                }
              ]
            }
          }
        },
        {
          "#name": "nextLink",
          "Description": {
            "new": "The link to the next page of items",
            "old": "The URI to fetch the next page of results."
          }
        }
      ]
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/accessPolicyAssignments
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicyName: string ,
user:
{
objectId: string ,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AccessPolicyAssignment_Get (updated)
Description Gets information about access policy assignment for database.
Reference Link ¶

⚶ Changes

{
  "#id": "AccessPolicyAssignment_Get",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    }
  ],
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "#name": "provisioningState",
            "Enum": {
              "new": [
                [
                  "Succeeded",
                  "Succeeded"
                ],
                [
                  "Failed",
                  "Failed"
                ],
                [
                  "Canceled",
                  "Canceled"
                ],
                [
                  "Creating",
                  "Creating"
                ],
                [
                  "Updating",
                  "Updating"
                ],
                [
                  "Deleting",
                  "Deleting"
                ]
              ],
              "old": [
                [
                  "Succeeded",
                  ""
                ],
                [
                  "Failed",
                  ""
                ],
                [
                  "Canceled",
                  ""
                ],
                [
                  "Creating",
                  ""
                ],
                [
                  "Updating",
                  ""
                ],
                [
                  "Deleting",
                  ""
                ]
              ]
            }
          }
        ]
      }
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/accessPolicyAssignments/{accessPolicyAssignmentName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
accessPolicyAssignmentName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicyName: string ,
user:
{
objectId: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AccessPolicyAssignment_CreateUpdate (updated)
Description Creates/Updates a particular access policy assignment for a database
Reference Link ¶

⚶ Changes

{
  "#id": "AccessPolicyAssignment_CreateUpdate",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    },
    {
      "parameters": {
        "$properties": {
          "properties": [
            {
              "#name": "provisioningState",
              "Enum": {
                "new": [
                  [
                    "Succeeded",
                    "Succeeded"
                  ],
                  [
                    "Failed",
                    "Failed"
                  ],
                  [
                    "Canceled",
                    "Canceled"
                  ],
                  [
                    "Creating",
                    "Creating"
                  ],
                  [
                    "Updating",
                    "Updating"
                  ],
                  [
                    "Deleting",
                    "Deleting"
                  ]
                ],
                "old": [
                  [
                    "Succeeded",
                    ""
                  ],
                  [
                    "Failed",
                    ""
                  ],
                  [
                    "Canceled",
                    ""
                  ],
                  [
                    "Creating",
                    ""
                  ],
                  [
                    "Updating",
                    ""
                  ],
                  [
                    "Deleting",
                    ""
                  ]
                ]
              }
            }
          ]
        }
      }
    }
  ],
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "#name": "provisioningState",
            "Enum": {
              "new": [
                [
                  "Succeeded",
                  "Succeeded"
                ],
                [
                  "Failed",
                  "Failed"
                ],
                [
                  "Canceled",
                  "Canceled"
                ],
                [
                  "Creating",
                  "Creating"
                ],
                [
                  "Updating",
                  "Updating"
                ],
                [
                  "Deleting",
                  "Deleting"
                ]
              ],
              "old": [
                [
                  "Succeeded",
                  ""
                ],
                [
                  "Failed",
                  ""
                ],
                [
                  "Canceled",
                  ""
                ],
                [
                  "Creating",
                  ""
                ],
                [
                  "Updating",
                  ""
                ],
                [
                  "Deleting",
                  ""
                ]
              ]
            }
          }
        ]
      }
    },
    "201": {
      "$properties": {
        "properties": [
          {
            "#name": "provisioningState",
            "Enum": {
              "new": [
                [
                  "Succeeded",
                  "Succeeded"
                ],
                [
                  "Failed",
                  "Failed"
                ],
                [
                  "Canceled",
                  "Canceled"
                ],
                [
                  "Creating",
                  "Creating"
                ],
                [
                  "Updating",
                  "Updating"
                ],
                [
                  "Deleting",
                  "Deleting"
                ]
              ],
              "old": [
                [
                  "Succeeded",
                  ""
                ],
                [
                  "Failed",
                  ""
                ],
                [
                  "Canceled",
                  ""
                ],
                [
                  "Creating",
                  ""
                ],
                [
                  "Updating",
                  ""
                ],
                [
                  "Deleting",
                  ""
                ]
              ]
            }
          }
        ]
      }
    }
  }
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/accessPolicyAssignments/{accessPolicyAssignmentName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
accessPolicyAssignmentName: string ,
parameters:
{
properties:
{
provisioningState: enum ,
accessPolicyName: string ,
user:
{
objectId: string ,
}
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicyName: string ,
user:
{
objectId: string ,
}
,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
provisioningState: enum ,
accessPolicyName: string ,
user:
{
objectId: string ,
}
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AccessPolicyAssignment_Delete (updated)
Description Deletes a single access policy assignment.
Reference Link ¶

⚶ Changes

{
  "#id": "AccessPolicyAssignment_Delete",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    }
  ],
  "$responses": {
    "202": [
      {
        "#name": "azure-asyncoperation",
        "Description": {
          "new": "A link to the status monitor",
          "old": "Azure-AsyncOperation URI to poll for result"
        }
      },
      {
        "#name": "location",
        "Description": {
          "new": "The Location header contains the URL where the status of the long running operation can be checked.",
          "old": "Location URI to poll for result"
        }
      },
      {
        "@added_bdad6bfce07d4a078a9e66c74e91e3e7": {
          "#name": "retry-after",
          "Description": "The Retry-After header can indicate how long the client should wait before polling the operation status.",
          "Type": "integer"
        }
      }
    ]
  }
}

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/accessPolicyAssignments/{accessPolicyAssignmentName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
accessPolicyAssignmentName: string ,
}

⚐ Response (202)

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

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Databases_Export (updated)
Description Exports a database file from target database.
Reference Link ¶

⚶ Changes

{
  "#id": "Databases_Export",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    }
  ],
  "$responses": {
    "202": [
      {
        "#name": "azure-asyncoperation",
        "Description": {
          "new": "A link to the status monitor",
          "old": "Azure-AsyncOperation URI to poll for result"
        }
      },
      {
        "#name": "location",
        "Description": {
          "new": "The Location header contains the URL where the status of the long running operation can be checked.",
          "old": "Location URI to poll for result"
        }
      },
      {
        "@added_a8a9e8a1d26742cf9fcf3fc8add90876": {
          "#name": "retry-after",
          "Description": "The Retry-After header can indicate how long the client should wait before polling the operation status.",
          "Type": "integer"
        }
      }
    ]
  }
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/export
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
parameters:
{
sasUri: string ,
}
,
}

⚐ Response (200)

{}

⚐ Response (202)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Databases_Flush (updated)
Description Flushes all the keys in this database and also from its linked databases.
Reference Link ¶

⚶ Changes

{
  "#id": "Databases_Flush",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    }
  ],
  "$responses": {
    "202": [
      {
        "#name": "azure-asyncoperation",
        "Description": {
          "new": "A link to the status monitor",
          "old": "URI to poll for the operation status"
        }
      },
      {
        "#name": "location",
        "Description": {
          "new": "The Location header contains the URL where the status of the long running operation can be checked.",
          "old": "Location URI to poll for result"
        }
      },
      {
        "@added_20d02f2ced054a39bd42b43160c93756": {
          "#name": "retry-after",
          "Description": "The Retry-After header can indicate how long the client should wait before polling the operation status.",
          "Type": "integer"
        }
      }
    ]
  }
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/flush
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
parameters:
{
ids:
[
string ,
]
,
}
,
}

⚐ Response (200)

{}

⚐ Response (202)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Databases_ForceLinkToReplicationGroup (updated)
Description Forcibly recreates an existing database on the specified cluster, and rejoins it to an existing replication group. **IMPORTANT NOTE:** All data in this database will be discarded, and the database will temporarily be unavailable while rejoining the replication group.
Reference Link ¶

⚶ Changes

{
  "#id": "Databases_ForceLinkToReplicationGroup",
  "$parameters": {
    "parameters": {
      "$properties": {
        "geoReplication": [
          {
            "linkedDatabases": {
              "$properties": [
                {
                  "#name": "state",
                  "Enum": {
                    "new": [
                      [
                        "Linked",
                        "Linked"
                      ],
                      [
                        "Linking",
                        "Linking"
                      ],
                      [
                        "Unlinking",
                        "Unlinking"
                      ],
                      [
                        "LinkFailed",
                        "LinkFailed"
                      ],
                      [
                        "UnlinkFailed",
                        "UnlinkFailed"
                      ]
                    ],
                    "old": [
                      [
                        "Linked",
                        ""
                      ],
                      [
                        "Linking",
                        ""
                      ],
                      [
                        "Unlinking",
                        ""
                      ],
                      [
                        "LinkFailed",
                        ""
                      ],
                      [
                        "UnlinkFailed",
                        ""
                      ]
                    ]
                  }
                }
              ]
            }
          }
        ]
      }
    }
  },
  "$responses": {
    "202": [
      {
        "#name": "azure-asyncoperation",
        "Description": {
          "new": "A link to the status monitor",
          "old": "Azure-AsyncOperation URI to poll for result"
        }
      },
      {
        "#name": "location",
        "Description": {
          "new": "The Location header contains the URL where the status of the long running operation can be checked.",
          "old": "Location URI to poll for result"
        }
      },
      {
        "@added_85a83265e0b24997bc411a82b925bb4a": {
          "#name": "retry-after",
          "Description": "The Retry-After header can indicate how long the client should wait before polling the operation status.",
          "Type": "integer"
        }
      }
    ]
  }
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/forceLinkToReplicationGroup
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
parameters:
{
geoReplication:
{
groupNickname: string ,
linkedDatabases:
[
{
id: string ,
state: enum ,
}
,
]
,
}
,
}
,
}

⚐ Response (202)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Databases_Import (updated)
Description Imports database files to target database.
Reference Link ¶

⚶ Changes

{
  "#id": "Databases_Import",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    }
  ],
  "$responses": {
    "202": [
      {
        "#name": "azure-asyncoperation",
        "Description": {
          "new": "A link to the status monitor",
          "old": "Azure-AsyncOperation URI to poll for result"
        }
      },
      {
        "#name": "location",
        "Description": {
          "new": "The Location header contains the URL where the status of the long running operation can be checked.",
          "old": "Location URI to poll for result"
        }
      },
      {
        "@added_fbb29bfcf6574963b4918d9118f811b0": {
          "#name": "retry-after",
          "Description": "The Retry-After header can indicate how long the client should wait before polling the operation status.",
          "Type": "integer"
        }
      }
    ]
  }
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/import
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
parameters:
{
sasUris:
[
string ,
]
,
}
,
}

⚐ Response (200)

{}

⚐ Response (202)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Databases_ListKeys (updated)
Description Retrieves the access keys for the Redis Enterprise database.
Reference Link ¶

⚶ Changes

{
  "#id": "Databases_ListKeys",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    }
  ]
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/listKeys
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
}

⚐ Response (200)

{
primaryKey: string ,
secondaryKey: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Databases_RegenerateKey (updated)
Description Regenerates the Redis Enterprise database's access keys.
Reference Link ¶

⚶ Changes

{
  "#id": "Databases_RegenerateKey",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    },
    {
      "parameters": {
        "$properties": [
          {
            "#name": "keyType",
            "Enum": {
              "new": [
                [
                  "Primary",
                  "Primary"
                ],
                [
                  "Secondary",
                  "Secondary"
                ]
              ],
              "old": [
                [
                  "Primary",
                  ""
                ],
                [
                  "Secondary",
                  ""
                ]
              ]
            }
          }
        ]
      }
    }
  ],
  "$responses": {
    "202": [
      {
        "#name": "azure-asyncoperation",
        "Description": {
          "new": "A link to the status monitor",
          "old": "Azure-AsyncOperation URI to poll for result"
        }
      },
      {
        "#name": "location",
        "Description": {
          "new": "The Location header contains the URL where the status of the long running operation can be checked.",
          "old": "Location URI to poll for result"
        }
      },
      {
        "@added_2a684142d3ef4f6c9b060ff7c5145a07": {
          "#name": "retry-after",
          "Description": "The Retry-After header can indicate how long the client should wait before polling the operation status.",
          "Type": "integer"
        }
      }
    ]
  }
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/regenerateKey
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
parameters:
{
keyType: enum ,
}
,
}

⚐ Response (200)

{
primaryKey: string ,
secondaryKey: string ,
}

⚐ Response (202)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Databases_UpgradeDBRedisVersion (updated)
Description Upgrades the database Redis version to the latest available.
Reference Link ¶

⚶ Changes

{
  "#id": "Databases_UpgradeDBRedisVersion",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    }
  ],
  "$responses": {
    "202": [
      {
        "#name": "azure-asyncoperation",
        "Description": {
          "new": "A link to the status monitor",
          "old": "URI to poll for the operation status"
        }
      },
      {
        "#name": "location",
        "Description": {
          "new": "The Location header contains the URL where the status of the long running operation can be checked.",
          "old": "Location URI to poll for result"
        }
      },
      {
        "@added_e503d2f6e0854128b3ce5ed5099ecdba": {
          "#name": "retry-after",
          "Description": "The Retry-After header can indicate how long the client should wait before polling the operation status.",
          "Type": "integer"
        }
      }
    ]
  }
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/upgradeDBRedisVersion
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
}

⚐ Response (202)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
RedisEnterprise_ListSkusForScaling (updated)
Description Lists the available SKUs for scaling the Redis Enterprise cluster.
Reference Link ¶

⚶ Changes

{
  "#id": "RedisEnterprise_ListSkusForScaling",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    }
  ]
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/listSkusForScaling
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
}

⚐ Response (200)

{
skus:
[
{
name: string ,
sizeInGB: number ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Migration_List (updated)
Description Gets information about all migrations attempts in a Redis Enterprise cluster.
Reference Link ¶

⚶ Changes

{
  "#id": "Migration_List",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    }
  ],
  "$responses": {
    "200": {
      "$properties": [
        {
          "#name": "value",
          "Description": {
            "new": "The Migration items on this page",
            "old": "List of migration operations."
          },
          "Required": {
            "new": true,
            "old": false
          }
        },
        {
          "#name": "nextLink",
          "Description": {
            "new": "The link to the next page of items",
            "old": "The URI to fetch the next page of results."
          }
        }
      ]
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/migrations
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
sourceType: enum ,
targetResourceId: string ,
provisioningState: enum ,
statusDetails: string ,
creationTime: string ,
lastModifiedTime: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Migration_Get (updated)
Description Gets information about a migration in a Redis Enterprise cluster.
Reference Link ¶

⚶ Changes

{
  "#id": "Migration_Get",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    }
  ]
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/migrations/default
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
}

⚐ Response (200)

{
properties:
{
sourceType: enum ,
targetResourceId: string ,
provisioningState: enum ,
statusDetails: string ,
creationTime: string ,
lastModifiedTime: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Migration_Start (updated)
Description Starts a new migration
Reference Link ¶

⚶ Changes

{
  "#id": "Migration_Start",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    }
  ],
  "$responses": {
    "200": [
      {
        "#name": "azure-asyncoperation",
        "Description": {
          "new": "A link to the status monitor",
          "old": "URI to poll for the operation status"
        }
      },
      {
        "#name": "location",
        "Description": {
          "new": "The Location header contains the URL where the status of the long running operation can be checked.",
          "old": "Location URI to poll for result"
        }
      }
    ],
    "201": [
      {
        "#name": "azure-asyncoperation",
        "Description": {
          "new": "A link to the status monitor",
          "old": "URI to poll for the operation status"
        }
      },
      {
        "#name": "location",
        "Description": {
          "new": "The Location header contains the URL where the status of the long running operation can be checked.",
          "old": "Location URI to poll for result"
        }
      },
      {
        "@added_6ee3879aae7846bd953f63253b4b5ac6": {
          "#name": "retry-after",
          "Description": "The Retry-After header can indicate how long the client should wait before polling the operation status.",
          "Type": "integer"
        }
      }
    ]
  }
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/migrations/default
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
parameters:
{
properties:
{
sourceType: enum ,
targetResourceId: string ,
provisioningState: enum ,
statusDetails: string ,
creationTime: string ,
lastModifiedTime: string ,
}
,
}
,
}

⚐ Response (200)

{
$headers:
{
azure-asyncoperation: string ,
location: string ,
}
,
$schema:
{
properties:
{
sourceType: enum ,
targetResourceId: string ,
provisioningState: enum ,
statusDetails: string ,
creationTime: string ,
lastModifiedTime: string ,
}
,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
location: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
sourceType: enum ,
targetResourceId: string ,
provisioningState: enum ,
statusDetails: string ,
creationTime: string ,
lastModifiedTime: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Migration_Cancel (updated)
Description Cancel or rollback the migration operation in a Redis Enterprise cluster.
Reference Link ¶

⚶ Changes

{
  "#id": "Migration_Cancel",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    }
  ],
  "$responses": {
    "202": [
      {
        "#name": "azure-asyncoperation",
        "Description": {
          "new": "A link to the status monitor",
          "old": "URI to poll for the operation status"
        }
      },
      {
        "#name": "location",
        "Description": {
          "new": "The Location header contains the URL where the status of the long running operation can be checked.",
          "old": "Location URI to poll for result"
        }
      }
    ]
  }
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/migrations/default/cancel
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateEndpointConnections_List (updated)
Description Lists all the private endpoint connections associated with the Redis Enterprise cluster.
Reference Link ¶

⚶ Changes

{
  "#id": "PrivateEndpointConnections_List",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    }
  ],
  "$responses": {
    "200": {
      "Description": {
        "new": "The response of a PrivateEndpointConnection list operation.",
        "old": "List of private endpoint connection associated with the specified storage account"
      },
      "$properties": [
        {
          "#name": "value",
          "Description": {
            "new": "The PrivateEndpointConnection items on this page",
            "old": "Array of private endpoint connections"
          },
          "Required": {
            "new": true,
            "old": false
          },
          "$items": {
            "Description": {
              "new": "The private endpoint connection resource.",
              "old": "The Private Endpoint Connection resource."
            },
            "$properties": {
              "properties": [
                {
                  "@added_1543bf4233e14f519dfb1fa94eb5c2f9": {
                    "#name": "groupIds",
                    "Description": "The group ids for the private endpoint resource.",
                    "Required": false,
                    "Type": "array",
                    "$items": {
                      "Type": "string"
                    }
                  }
                },
                {
                  "#name": "privateEndpoint",
                  "Description": {
                    "new": "The private endpoint resource.",
                    "old": "The resource of private end point."
                  },
                  "$properties": [
                    {
                      "#name": "id",
                      "Description": {
                        "new": "The ARM identifier for private endpoint.",
                        "old": "The ARM identifier for Private Endpoint"
                      }
                    }
                  ]
                }
              ]
            }
          }
        },
        {
          "@added_120bb10ee90b4860b01d401775c20e5b": {
            "#name": "nextLink",
            "Description": "The link to the next page of items",
            "Format": "uri",
            "Required": false,
            "Type": "string"
          }
        }
      ]
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateEndpointConnections_Get (updated)
Description Gets the specified private endpoint connection associated with the Redis Enterprise cluster.
Reference Link ¶

⚶ Changes

{
  "#id": "PrivateEndpointConnections_Get",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    },
    {
      "#name": "privateEndpointConnectionName",
      "Description": {
        "new": "The name of the private endpoint connection associated with the Azure resource.",
        "old": "The name of the private endpoint connection associated with the Azure resource"
      }
    }
  ],
  "$responses": {
    "200": {
      "Description": {
        "new": "The private endpoint connection resource.",
        "old": "The Private Endpoint Connection resource."
      },
      "$properties": {
        "properties": [
          {
            "@added_a1b88146a6444e5b87acfb540e131c22": {
              "#name": "groupIds",
              "Description": "The group ids for the private endpoint resource.",
              "Required": false,
              "Type": "array",
              "$items": {
                "Type": "string"
              }
            }
          },
          {
            "#name": "privateEndpoint",
            "Description": {
              "new": "The private endpoint resource.",
              "old": "The resource of private end point."
            },
            "$properties": [
              {
                "#name": "id",
                "Description": {
                  "new": "The ARM identifier for private endpoint.",
                  "old": "The ARM identifier for Private Endpoint"
                }
              }
            ]
          }
        ]
      }
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateEndpointConnections_Put (updated)
Description Updates the state of the specified private endpoint connection associated with the Redis Enterprise cluster.
Reference Link ¶

⚶ Changes

{
  "#id": "PrivateEndpointConnections_Put",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    },
    {
      "#name": "privateEndpointConnectionName",
      "Description": {
        "new": "The name of the private endpoint connection associated with the Azure resource.",
        "old": "The name of the private endpoint connection associated with the Azure resource"
      }
    },
    {
      "properties": {
        "Description": {
          "new": "The private endpoint connection resource.",
          "old": "The Private Endpoint Connection resource."
        },
        "$properties": {
          "properties": [
            {
              "@added_fd860d95948a4a3f96b8b3be611637df": {
                "#name": "groupIds",
                "Description": "The group ids for the private endpoint resource.",
                "Required": false,
                "Type": "array",
                "$items": {
                  "Type": "string"
                }
              }
            },
            {
              "#name": "privateEndpoint",
              "Description": {
                "new": "The private endpoint resource.",
                "old": "The resource of private end point."
              },
              "$properties": [
                {
                  "#name": "id",
                  "Description": {
                    "new": "The ARM identifier for private endpoint.",
                    "old": "The ARM identifier for Private Endpoint"
                  }
                }
              ]
            }
          ]
        }
      }
    }
  ],
  "$responses": {
    "201": {
      "Description": {
        "new": "The private endpoint connection resource.",
        "old": "The Private Endpoint Connection resource."
      },
      "$properties": {
        "properties": [
          {
            "@added_f6eaa46ca650457f9aa0ec5f2e52cc12": {
              "#name": "groupIds",
              "Description": "The group ids for the private endpoint resource.",
              "Required": false,
              "Type": "array",
              "$items": {
                "Type": "string"
              }
            }
          },
          {
            "#name": "privateEndpoint",
            "Description": {
              "new": "The private endpoint resource.",
              "old": "The resource of private end point."
            },
            "$properties": [
              {
                "#name": "id",
                "Description": {
                  "new": "The ARM identifier for private endpoint.",
                  "old": "The ARM identifier for Private Endpoint"
                }
              }
            ]
          }
        ]
      }
    }
  }
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
privateEndpointConnectionName: string ,
properties:
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (201)

{
$headers:
{
location: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateEndpointConnections_Delete (updated)
Description Deletes the specified private endpoint connection associated with the Redis Enterprise cluster.
Reference Link ¶

⚶ Changes

{
  "#id": "PrivateEndpointConnections_Delete",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    },
    {
      "#name": "privateEndpointConnectionName",
      "Description": {
        "new": "The name of the private endpoint connection associated with the Azure resource.",
        "old": "The name of the private endpoint connection associated with the Azure resource"
      }
    }
  ],
  "$responses": {
    "202": [
      {
        "#name": "azure-asyncoperation",
        "Description": {
          "new": "A link to the status monitor",
          "old": "URI to poll for the operation status"
        }
      },
      {
        "#name": "location",
        "Description": {
          "new": "The Location header contains the URL where the status of the long running operation can be checked.",
          "old": "Location URI to poll for result"
        }
      }
    ]
  }
}

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateLinkResources_ListByCluster (updated)
Description Gets the private link resources that need to be created for a Redis Enterprise cluster.
Reference Link ¶

⚶ Changes

{
  "#id": "PrivateLinkResources_ListByCluster",
  "$parameters": [
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The ID of the target subscription."
      }
    }
  ],
  "$responses": {
    "200": {
      "Description": {
        "new": "A list of private link resources.",
        "old": "A list of private link resources"
      },
      "$properties": {
        "value": {
          "Description": {
            "new": "A private link resource.",
            "old": "A private link resource"
          },
          "$properties": {
            "properties": [
              {
                "#name": "requiredZoneNames",
                "Description": {
                  "new": "The private link resource private link DNS zone name.",
                  "old": "The private link resource Private link DNS zone name."
                }
              }
            ]
          }
        },
        "@added_e3552cc54270409f84ce503c39f53aa3": {
          "#name": "nextLink",
          "Description": "URL to get the next set of operation list results (if there are any).",
          "Format": "uri",
          "Required": false,
          "Type": "string"
        }
      }
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateLinkResources
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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