Skip to content

Commit

Permalink
[Network] Remove text like "Possible values are" from props that have…
Browse files Browse the repository at this point in the history
… enum (#5879)

* Remove text like "Possible values are" from props that have enum

* Remove additional text
  • Loading branch information
anton-evseev authored and dsgouda committed May 14, 2019
1 parent 96f9213 commit 2d9b431
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@
},
"authorizationUseStatus": {
"type": "string",
"description": "AuthorizationUseStatus. Possible values are: 'Available' and 'InUse'.",
"description": "The authorization use status.",
"enum": [
"Available",
"InUse"
Expand Down Expand Up @@ -1484,7 +1484,7 @@
},
"advertisedPublicPrefixesState": {
"type": "string",
"description": "AdvertisedPublicPrefixState of the Peering resource. Possible values are 'NotConfigured', 'Configuring', 'Configured', and 'ValidationNeeded'.",
"description": "The advertised public prefix state of the Peering resource.",
"enum": [
"NotConfigured",
"Configuring",
Expand Down Expand Up @@ -1533,7 +1533,7 @@
},
"state": {
"type": "string",
"description": "The state of peering. Possible values are: 'Disabled' and 'Enabled'",
"description": "The state of peering.",
"enum": [
"Disabled",
"Enabled"
Expand Down Expand Up @@ -1710,7 +1710,7 @@
},
"ExpressRoutePeeringType": {
"type": "string",
"description": "The PeeringType. Possible values are: 'AzurePublicPeering', 'AzurePrivatePeering', and 'MicrosoftPeering'.",
"description": "The peering type.",
"enum": [
"AzurePublicPeering",
"AzurePrivatePeering",
Expand All @@ -1723,7 +1723,7 @@
},
"ExpressRoutePeeringState": {
"type": "string",
"description": "The state of peering. Possible values are: 'Disabled' and 'Enabled'",
"description": "The state of peering.",
"enum": [
"Disabled",
"Enabled"
Expand Down Expand Up @@ -1885,7 +1885,7 @@
},
"tier": {
"type": "string",
"description": "The tier of the SKU. Possible values are 'Standard', 'Premium' or 'Local'.",
"description": "The tier of the SKU.",
"enum": [
"Standard",
"Premium",
Expand All @@ -1899,7 +1899,7 @@
},
"family": {
"type": "string",
"description": "The family of the SKU. Possible values are: 'UnlimitedData' and 'MeteredData'.",
"description": "The family of the SKU.",
"enum": [
"UnlimitedData",
"MeteredData"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@
},
"loadDistribution": {
"type": "string",
"description": "The load distribution policy for this rule. Possible values are 'Default', 'SourceIP', and 'SourceIPProtocol'.",
"description": "The load distribution policy for this rule.",
"enum": [
"Default",
"SourceIP",
Expand Down Expand Up @@ -1316,7 +1316,7 @@
},
"protocol": {
"type": "string",
"description": "The protocol of the end point. Possible values are: 'Http', 'Tcp', or 'Https'. If 'Tcp' is specified, a received ACK is required for the probe to be successful. If 'Http' or 'Https' is specified, a 200 OK response from the specifies URI is required for the probe to be successful.",
"description": "The protocol of the end point. If 'Tcp' is specified, a received ACK is required for the probe to be successful. If 'Http' or 'Https' is specified, a 200 OK response from the specifies URI is required for the probe to be successful.",
"enum": [
"Http",
"Tcp",
Expand Down Expand Up @@ -1546,7 +1546,7 @@
},
"protocol": {
"type": "string",
"description": "The protocol for the outbound rule in load balancer. Possible values are: 'Tcp', 'Udp', and 'All'.",
"description": "The protocol for the outbound rule in load balancer.",
"enum": [
"Tcp",
"Udp",
Expand Down Expand Up @@ -1802,7 +1802,7 @@
},
"TransportProtocol": {
"type": "string",
"description": "The transport protocol for the endpoint. Possible values are 'Udp' or 'Tcp' or 'All'.",
"description": "The transport protocol for the endpoint.",
"enum": [
"Udp",
"Tcp",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"properties": {
"status": {
"type": "string",
"description": "Status of the Azure async operation. Possible values are: 'InProgress', 'Succeeded', and 'Failed'.",
"description": "Status of the Azure async operation.",
"enum": [
"InProgress",
"Succeeded",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@
},
"protocol": {
"type": "string",
"description": "The network protocol this rule applies to. Possible values are: 'Tcp', 'Udp', and 'All'.",
"description": "The network protocol this rule applies to.",
"enum": [
"Tcp",
"Udp",
Expand Down Expand Up @@ -1250,7 +1250,7 @@
},
"source": {
"type": "string",
"description": "Who created the route. Possible values are: 'Unknown', 'User', 'VirtualNetworkGateway', and 'Default'.",
"description": "Who created the route.",
"enum": [
"Unknown",
"User",
Expand All @@ -1264,7 +1264,7 @@
},
"state": {
"type": "string",
"description": "The value of effective route. Possible values are: 'Active' and 'Invalid'.",
"description": "The value of effective route.",
"enum": [
"Active",
"Invalid"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@
},
"protocol": {
"type": "string",
"description": "Network protocol this rule applies to. Possible values are 'Tcp', 'Udp', 'Icmp', 'Esp', and '*'.",
"description": "Network protocol this rule applies to.",
"enum": [
"Tcp",
"Udp",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3517,7 +3517,7 @@
"name": "VerbosityLevel",
"modelAsString": true
},
"description": "Verbosity level. Accepted values are 'Normal', 'Minimum', 'Full'."
"description": "Verbosity level."
},
"profiles": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@
},
"routeFilterRuleType": {
"type": "string",
"description": "The rule type of the rule. Valid value is: 'Community'",
"description": "The rule type of the rule.",
"enum": [
"Community"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@
},
"peeringState": {
"type": "string",
"description": "The status of the virtual network peering. Possible values are 'Initiated', 'Connected', and 'Disconnected'.",
"description": "The status of the virtual network peering.",
"enum": [
"Initiated",
"Connected",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1680,7 +1680,7 @@
},
"gatewayType": {
"type": "string",
"description": "The type of this virtual network gateway. Possible values are: 'Vpn' and 'ExpressRoute'.",
"description": "The type of this virtual network gateway.",
"enum": [
"Vpn",
"ExpressRoute"
Expand All @@ -1692,7 +1692,7 @@
},
"vpnType": {
"type": "string",
"description": "The type of this virtual network gateway. Possible values are: 'PolicyBased' and 'RouteBased'.",
"description": "The type of this virtual network gateway.",
"enum": [
"PolicyBased",
"RouteBased"
Expand Down Expand Up @@ -2079,7 +2079,7 @@
"properties": {
"processorArchitecture": {
"type": "string",
"description": "VPN client Processor Architecture. Possible values are: 'AMD64' and 'X86'.",
"description": "VPN client Processor Architecture.",
"enum": [
"Amd64",
"X86"
Expand Down Expand Up @@ -2401,7 +2401,7 @@
},
"ConnectionProtocol": {
"type": "string",
"description": "Gateway connection protocol. Possible values are: 'IKEv2', 'IKEv1'.",
"description": "Gateway connection protocol.",
"enum": [
"IKEv2",
"IKEv1"
Expand Down

0 comments on commit 2d9b431

Please sign in to comment.