Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@
"description": "Unit could be Bytes or Count."
},
"dimensions": {
"description": "Dimensions.",
"description": "Dimensions of blobs, including blob type and access tier.",
"type" : "array",
"items": {
"$ref" : "#/definitions/Dimension"
Expand All @@ -666,7 +666,7 @@
}
},
"Dimension": {
"description": "Dimensions.",
"description": "Dimension of blobs, possiblly be blob type or access tier.",
"properties": {
"name" : {
"type" : "string",
Expand Down Expand Up @@ -883,7 +883,7 @@
"modelAsString": false
},
"default": "Allow",
"description": "The action of virtual network ACL rule."
"description": "The action of virtual network rule."
},
"state": {
"type": "string",
Expand All @@ -898,7 +898,7 @@
"name": "State",
"modelAsString": false
},
"description": "Gets the state of virtual network ACL rule."
"description": "Gets the state of virtual network rule."
}
},
"required": [ "id" ],
Expand Down Expand Up @@ -929,7 +929,7 @@
],
"description": "IP rule with specific IP or IP range in CIDR format."
},
"StorageNetworkAcls": {
"NetworkRuleSet": {
"properties": {
"bypass": {
"type": "string",
Expand All @@ -953,7 +953,7 @@
"description": "Virtual Network rule.",
"$ref": "#/definitions/VirtualNetworkRule"
},
"description": "Sets the virtual network ACL rules"
"description": "Sets the virtual network rules"
},
"ipRules": {
"type": "array",
Expand All @@ -980,7 +980,7 @@
"required": [
"defaultAction"
],
"description": "Network ACL"
"description": "Network rule set"
},
"StorageAccountPropertiesCreateParameters": {
"properties": {
Expand All @@ -993,8 +993,9 @@
"description": "Provides the encryption settings on the account. If left unspecified the account encryption settings will remain the same. The default setting is unencrypted."
},
"networkAcls": {
"$ref": "#/definitions/StorageNetworkAcls",
"description": "Network ACL"
"$ref": "#/definitions/NetworkRuleSet",
"x-ms-client-name": "NetworkRuleSet",
"description": "Network rule set"
},
"accessTier": {
"type": "string",
Expand Down Expand Up @@ -1221,8 +1222,9 @@
"description": "Allows https traffic only to storage service if sets to true."
},
"networkAcls": {
"$ref": "#/definitions/StorageNetworkAcls",
"description": "Network ACL",
"$ref": "#/definitions/NetworkRuleSet",
"x-ms-client-name": "NetworkRuleSet",
"description": "Network rule set",
"readOnly": true
}
},
Expand Down Expand Up @@ -1360,8 +1362,9 @@
"description": "Allows https traffic only to storage service if sets to true."
},
"networkAcls": {
"description": "Network ACL",
"$ref": "#/definitions/StorageNetworkAcls"
"description": "Network rule set",
"x-ms-client-name": "NetworkRuleSet",
"$ref": "#/definitions/NetworkRuleSet"
}
},
"description": "The parameters used when updating a storage account."
Expand Down