File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/Network/Network/Models Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 12
12
// limitations under the License.
13
13
// ----------------------------------------------------------------------------------
14
14
15
+
15
16
using Microsoft . WindowsAzure . Commands . Common . Attributes ;
16
17
17
18
namespace Microsoft . Azure . Commands . Network . Models
18
19
{
19
20
public class PSTrafficSelectorPolicy
20
21
{
21
22
/// <summary>
22
- /// CIDR formmated local address spaces
23
+ /// CIDR formatted local address spaces
23
24
/// </summary>
24
25
[ Ps1Xml ( Target = ViewControl . Table ) ]
25
26
public string [ ] LocalAddressRanges { get ; set ; }
26
27
27
28
/// <summary>
28
- /// CIDR formmated remote address spaces
29
+ /// CIDR formatted remote address spaces
29
30
/// </summary>
30
31
[ Ps1Xml ( Target = ViewControl . Table ) ]
31
32
public string [ ] RemoteAddressRanges { get ; set ; }
You can’t perform that action at this time.
0 commit comments