@@ -97,10 +97,10 @@ The following Resource Manager template enables adding an IP filter rule to an e
97
97
{
98
98
"type" : " Microsoft.EventHub/namespaces/authorizationrules" ,
99
99
"apiVersion" : " 2022-01-01-preview" ,
100
- "name" : " [concat(parameters('namespaces_spehubns0215_name '), '/RootManageSharedAccessKey')]" ,
100
+ "name" : " [concat(parameters('namespace_name '), '/RootManageSharedAccessKey')]" ,
101
101
"location" : " eastus" ,
102
102
"dependsOn" : [
103
- " [resourceId('Microsoft.EventHub/namespaces', parameters('namespaces_spehubns0215_name '))]"
103
+ " [resourceId('Microsoft.EventHub/namespaces', parameters('namespace_name '))]"
104
104
],
105
105
"properties" : {
106
106
"rights" : [
@@ -113,10 +113,10 @@ The following Resource Manager template enables adding an IP filter rule to an e
113
113
{
114
114
"type" : " Microsoft.EventHub/namespaces/networkRuleSets" ,
115
115
"apiVersion" : " 2022-01-01-preview" ,
116
- "name" : " [concat(parameters('namespaces_spehubns0215_name '), '/default')]" ,
116
+ "name" : " [concat(parameters('namespace_name '), '/default')]" ,
117
117
"location" : " East US" ,
118
118
"dependsOn" : [
119
- " [resourceId('Microsoft.EventHub/namespaces', parameters('namespaces_spehubns0215_name '))]"
119
+ " [resourceId('Microsoft.EventHub/namespaces', parameters('namespace_name '))]"
120
120
],
121
121
"properties" : {
122
122
"publicNetworkAccess" : " Enabled" ,
0 commit comments