File tree Expand file tree Collapse file tree 5 files changed +71
-0
lines changed
specification/redis/resource-manager/Microsoft.Cache/stable Expand file tree Collapse file tree 5 files changed +71
-0
lines changed Original file line number Diff line number Diff line change 22 "version" : " 0.1" ,
33 "language" : " en" ,
44 "words" : [
5+ " authnotrequired" ,
56 " Creds" ,
67 " partiallycompleted" ,
78 " subchannel" ,
Original file line number Diff line number Diff line change 1+ {
2+ "parameters" : {
3+ "api-version" : " 2020-12-01"
4+ },
5+ "responses" : {
6+ "200" : {
7+ "body" : {
8+ "value" : [
9+ {
10+ "name" : " operationName" ,
11+ "display" : {
12+ "provider" : " providerName" ,
13+ "resource" : " resourceName" ,
14+ "operation" : " operationName" ,
15+ "description" : " operation description"
16+ }
17+ }
18+ ]
19+ }
20+ }
21+ }
22+ }
Original file line number Diff line number Diff line change 4141 ],
4242 "description" : " Lists all of the available REST API operations of the Microsoft.Cache provider." ,
4343 "operationId" : " Operations_List" ,
44+ "x-ms-examples" : {
45+ "RedisOperationsList" : {
46+ "$ref" : " ./examples/RedisOperations_List.json"
47+ }
48+ },
4449 "parameters" : [
4550 {
4651 "$ref" : " #/parameters/ApiVersionParameter"
18421847 "type" : " string" ,
18431848 "description" : " The storage account connection string for storing rdb file"
18441849 },
1850+ "aof-backup-enabled" : {
1851+ "type" : " string" ,
1852+ "description" : " Specifies whether the aof backup is enabled"
1853+ },
18451854 "aof-storage-connection-string-0" : {
18461855 "type" : " string" ,
18471856 "description" : " First storage account connection string"
18751884 "type" : " string" ,
18761885 "description" : " Zonal Configuration" ,
18771886 "readOnly" : true
1887+ },
1888+ "authnotrequired" : {
1889+ "type" : " string" ,
1890+ "description" : " Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view."
18781891 }
18791892 },
18801893 "additionalProperties" : {
Original file line number Diff line number Diff line change 1+ {
2+ "parameters" : {
3+ "api-version" : " 2021-06-01"
4+ },
5+ "responses" : {
6+ "200" : {
7+ "body" : {
8+ "value" : [
9+ {
10+ "name" : " operationName" ,
11+ "display" : {
12+ "provider" : " providerName" ,
13+ "resource" : " resourceName" ,
14+ "operation" : " operationName" ,
15+ "description" : " operation description"
16+ }
17+ }
18+ ]
19+ }
20+ }
21+ }
22+ }
Original file line number Diff line number Diff line change 4141 ],
4242 "description" : " Lists all of the available REST API operations of the Microsoft.Cache provider." ,
4343 "operationId" : " Operations_List" ,
44+ "x-ms-examples" : {
45+ "RedisOperationsList" : {
46+ "$ref" : " ./examples/RedisOperations_List.json"
47+ }
48+ },
4449 "parameters" : [
4550 {
4651 "$ref" : " #/parameters/ApiVersionParameter"
18891894 "type" : " string" ,
18901895 "description" : " The storage account connection string for storing rdb file"
18911896 },
1897+ "aof-backup-enabled" : {
1898+ "type" : " string" ,
1899+ "description" : " Specifies whether the aof backup is enabled"
1900+ },
18921901 "aof-storage-connection-string-0" : {
18931902 "type" : " string" ,
18941903 "description" : " First storage account connection string"
19321941 "type" : " string" ,
19331942 "description" : " Zonal Configuration" ,
19341943 "readOnly" : true
1944+ },
1945+ "authnotrequired" : {
1946+ "type" : " string" ,
1947+ "description" : " Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view."
19351948 }
19361949 },
19371950 "additionalProperties" : {},
You can’t perform that action at this time.
0 commit comments