Skip to content

Commit 90c7c5d

Browse files
VeryEarlyBethanyZhou
authored andcommitted
Fix version for DnsResolver and add mapping for new modules (Azure#17232)
* fix dnsresolver version * add mapping for new modules * remove regex for quota/dnsresolver in mapping rule
1 parent 78d7051 commit 90c7c5d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/DnsResolver/Az.DnsResolver.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = './Az.DnsResolver.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.6'
15+
ModuleVersion = '0.1.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'

tools/CreateMappings_rules.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@
100100
"group": "Network",
101101
"alias": "Route"
102102
},
103+
{
104+
"group": "DnsResolver",
105+
"alias": "DnsResolver"
106+
},
103107
{
104108
"regex": "Dns",
105109
"group": "Network",
@@ -671,6 +675,10 @@
671675
"alias": "Private DNS",
672676
"module": "PrivateDns"
673677
},
678+
{
679+
"alias": "Quota",
680+
"module": "Quota"
681+
},
674682
{
675683
"regex": "ContainerInstance",
676684
"alias": "ContainerInstance"
@@ -715,4 +723,4 @@
715723
"alias": "Lab Services",
716724
"module": "LabServices"
717725
}
718-
]
726+
]

0 commit comments

Comments
 (0)