Skip to content

Commit 56f1739

Browse files
author
SDKAuto
committed
CodeGen from PR 18516 in Azure/azure-rest-api-specs
Merge c80605bf23cf7cbd64347d0797bec38816992386 into 49f003bd7b06f60a7be792d6b38a20678c7610cc
1 parent 2797465 commit 56f1739

File tree

6 files changed

+2768
-10
lines changed

6 files changed

+2768
-10
lines changed

schemas/2021-04-01/Microsoft.NetApp.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1902,10 +1902,7 @@
19021902
"throughputMibps": {
19031903
"oneOf": [
19041904
{
1905-
"type": "number",
1906-
"minimum": 0,
1907-
"maximum": 4500,
1908-
"default": 0
1905+
"type": "number"
19091906
},
19101907
{
19111908
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

schemas/2021-06-01/Microsoft.NetApp.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1900,8 +1900,7 @@
19001900
"throughputMibps": {
19011901
"oneOf": [
19021902
{
1903-
"type": "number",
1904-
"default": 0
1903+
"type": "number"
19051904
},
19061905
{
19071906
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

schemas/2021-08-01/Microsoft.NetApp.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2206,8 +2206,7 @@
22062206
"throughputMibps": {
22072207
"oneOf": [
22082208
{
2209-
"type": "number",
2210-
"default": 0
2209+
"type": "number"
22112210
},
22122211
{
22132212
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

schemas/2021-10-01/Microsoft.NetApp.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2378,8 +2378,7 @@
23782378
"throughputMibps": {
23792379
"oneOf": [
23802380
{
2381-
"type": "number",
2382-
"default": 0
2381+
"type": "number"
23832382
},
23842383
{
23852384
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

0 commit comments

Comments
 (0)