Skip to content

Commit

Permalink
CodeGen from PR 18516 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 77e7ac959fd580aa463d059b45302fcbfdfc90a5 into 49f003bd7b06f60a7be792d6b38a20678c7610cc
  • Loading branch information
SDKAuto committed Apr 4, 2022
1 parent 2797465 commit 3df77ee
Show file tree
Hide file tree
Showing 6 changed files with 2,768 additions and 10 deletions.
5 changes: 1 addition & 4 deletions schemas/2021-04-01/Microsoft.NetApp.json
Original file line number Diff line number Diff line change
Expand Up @@ -1902,10 +1902,7 @@
"throughputMibps": {
"oneOf": [
{
"type": "number",
"minimum": 0,
"maximum": 4500,
"default": 0
"type": "number"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down
3 changes: 1 addition & 2 deletions schemas/2021-06-01/Microsoft.NetApp.json
Original file line number Diff line number Diff line change
Expand Up @@ -1900,8 +1900,7 @@
"throughputMibps": {
"oneOf": [
{
"type": "number",
"default": 0
"type": "number"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down
3 changes: 1 addition & 2 deletions schemas/2021-08-01/Microsoft.NetApp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2206,8 +2206,7 @@
"throughputMibps": {
"oneOf": [
{
"type": "number",
"default": 0
"type": "number"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down
3 changes: 1 addition & 2 deletions schemas/2021-10-01/Microsoft.NetApp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2378,8 +2378,7 @@
"throughputMibps": {
"oneOf": [
{
"type": "number",
"default": 0
"type": "number"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down
Loading

0 comments on commit 3df77ee

Please sign in to comment.