Skip to content
Merged
Show file tree
Hide file tree
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 @@ -1054,7 +1054,7 @@
"x-ms-azure-resource": true
},
"VaultAccessPolicyParameters": {
"properties": {
"properties": {
"id": {
"readOnly": true,
"type": "string",
Expand All @@ -1073,7 +1073,7 @@
"location": {
"readOnly": true,
"type": "string",
"description": "The resource type of the the access policy."
"description": "The resource type of the access policy."
},
"properties": {
"$ref": "#/definitions/VaultAccessPolicyProperties",
Expand Down Expand Up @@ -1232,7 +1232,7 @@
"name",
"type"
],
"description": "The parameters used to check the availabity of the vault name."
"description": "The parameters used to check the availability of the vault name."
},
"CheckNameAvailabilityResult": {
"properties": {
Expand Down Expand Up @@ -1264,7 +1264,7 @@
},
"NetworkRuleSet": {
"properties": {
"bypass": {
"bypass": {
"type": "string",
"description": "Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'.",
"enum": [
Expand All @@ -1287,14 +1287,14 @@
"name": "NetworkRuleAction",
"modelAsString": true
}
},
},
"ipRules": {
"type": "array",
"items": {
"$ref": "#/definitions/IPRule"
},
"description": "The list of IP address rules."
},
},
"virtualNetworkRules": {
"type": "array",
"items": {
Expand All @@ -1315,7 +1315,7 @@
"required": [
"value"
],
"description": "A rule governing the accesibility of a vault from a specific ip address or ip range."
"description": "A rule governing the accessibility of a vault from a specific ip address or ip range."
},
"VirtualNetworkRule": {
"properties": {
Expand All @@ -1327,7 +1327,7 @@
"required": [
"id"
],
"description": "A rule governing the accesibility of a vault from a specific virtual network."
"description": "A rule governing the accessibility of a vault from a specific virtual network."
}
},
"parameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"type": "string"
},
"description": {
"description": "Decription of operation.",
"description": "Description of operation.",
"type": "string"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@
"x-ms-azure-resource": true
},
"VaultAccessPolicyParameters": {
"properties": {
"properties": {
"id": {
"readOnly": true,
"type": "string",
Expand All @@ -1059,7 +1059,7 @@
"location": {
"readOnly": true,
"type": "string",
"description": "The resource type of the the access policy."
"description": "The resource type of the access policy."
},
"properties": {
"$ref": "#/definitions/VaultAccessPolicyProperties",
Expand Down Expand Up @@ -1218,7 +1218,7 @@
"name",
"type"
],
"description": "The parameters used to check the availabity of the vault name."
"description": "The parameters used to check the availability of the vault name."
},
"CheckNameAvailabilityResult": {
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"type": "string"
},
"description": {
"description": "Decription of operation.",
"description": "Description of operation.",
"type": "string"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@
"x-ms-azure-resource": true
},
"VaultAccessPolicyParameters": {
"properties": {
"properties": {
"id": {
"readOnly": true,
"type": "string",
Expand All @@ -1073,7 +1073,7 @@
"location": {
"readOnly": true,
"type": "string",
"description": "The resource type of the the access policy."
"description": "The resource type of the access policy."
},
"properties": {
"$ref": "#/definitions/VaultAccessPolicyProperties",
Expand Down Expand Up @@ -1232,7 +1232,7 @@
"name",
"type"
],
"description": "The parameters used to check the availabity of the vault name."
"description": "The parameters used to check the availability of the vault name."
},
"CheckNameAvailabilityResult": {
"properties": {
Expand Down Expand Up @@ -1264,7 +1264,7 @@
},
"NetworkRuleSet": {
"properties": {
"bypass": {
"bypass": {
"type": "string",
"description": "Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'.",
"enum": [
Expand All @@ -1287,14 +1287,14 @@
"name": "NetworkRuleAction",
"modelAsString": true
}
},
},
"ipRules": {
"type": "array",
"items": {
"$ref": "#/definitions/IPRule"
},
"description": "The list of IP address rules."
},
},
"virtualNetworkRules": {
"type": "array",
"items": {
Expand All @@ -1315,7 +1315,7 @@
"required": [
"value"
],
"description": "A rule governing the accesibility of a vault from a specific ip address or ip range."
"description": "A rule governing the accessibility of a vault from a specific ip address or ip range."
},
"VirtualNetworkRule": {
"properties": {
Expand All @@ -1327,7 +1327,7 @@
"required": [
"id"
],
"description": "A rule governing the accesibility of a vault from a specific virtual network."
"description": "A rule governing the accessibility of a vault from a specific virtual network."
}
},
"parameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"type": "string"
},
"description": {
"description": "Decription of operation.",
"description": "Description of operation.",
"type": "string"
}
}
Expand Down