Skip to content

Commit 636332f

Browse files
more updates
1 parent 4146d7c commit 636332f

4 files changed

Lines changed: 354 additions & 0 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,212 @@
1+
{
2+
"parameters": {
3+
"api-version": "2026-01-01",
4+
"namespaceName": "NamespaceSample",
5+
"parameters": {
6+
"identity": {
7+
"type": "SystemAssigned, UserAssigned",
8+
"userAssignedIdentities": {
9+
"/subscriptions/SampleSubscription/resourceGroups/ResurceGroupSample/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ud1": {},
10+
"/subscriptions/SampleSubscription/resourceGroups/ResurceGroupSample/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ud2": {}
11+
}
12+
},
13+
"location": "East US",
14+
"properties": {
15+
"clusterArmId": "/subscriptions/SampleSubscription/resourceGroups/ResurceGroupSample/providers/Microsoft.EventHub/clusters/enc-test",
16+
"encryption": {
17+
"keySource": "Microsoft.KeyVault",
18+
"keyVaultProperties": [
19+
{
20+
"identity": {
21+
"userAssignedIdentity": "/subscriptions/SampleSubscription/resourceGroups/ResurceGroupSample/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ud1"
22+
},
23+
"keyName": "Samplekey",
24+
"keyVaultUri": "https://aprao-keyvault-user.vault-int.azure-int.net/"
25+
}
26+
]
27+
},
28+
"geoDataReplication": {
29+
"locations": [
30+
{
31+
"locationName": "eastus",
32+
"roleType": "Primary"
33+
},
34+
{
35+
"locationName": "southcentralus",
36+
"roleType": "Secondary"
37+
}
38+
],
39+
"maxReplicationLagDurationInSeconds": 300
40+
},
41+
"ipAddressType": "DualStack",
42+
"publicNetworkAccess": "Enabled"
43+
},
44+
"sku": {
45+
"name": "Standard",
46+
"capacity": 1,
47+
"tier": "Standard"
48+
},
49+
"tags": {}
50+
},
51+
"resourceGroupName": "ResurceGroupSample",
52+
"subscriptionId": "SampleSubscription"
53+
},
54+
"responses": {
55+
"200": {
56+
"body": {
57+
"name": "NamespaceSample",
58+
"type": "Microsoft.EventHub/Namespaces",
59+
"id": "/subscriptions/SampleSubscription/resourceGroups/ResurceGroupSample/providers/Microsoft.EventHub/namespaces/NamespaceSample",
60+
"identity": {
61+
"type": "SystemAssigned, UserAssigned",
62+
"principalId": "PrincipalIdGUID",
63+
"tenantId": "TenantIdGUID",
64+
"userAssignedIdentities": {
65+
"/subscriptions/SampleSubscription/resourceGroups/ResurceGroupSample/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ud1": {
66+
"clientId": "ClientIdGUID",
67+
"principalId": "PrincipalIdGUID"
68+
},
69+
"/subscriptions/SampleSubscription/resourceGroups/ResurceGroupSample/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ud2": {
70+
"clientId": "6a35400f-6ccb-4817-8f1a-ce19ea4523bc",
71+
"principalId": "ce2d5953-5c15-40ca-9d51-cc3f4a63b0f5"
72+
}
73+
}
74+
},
75+
"location": "East US",
76+
"properties": {
77+
"clusterArmId": "/subscriptions/SampleSubscription/resourceGroups/ResurceGroupSample/providers/Microsoft.EventHub/clusters/enc-test",
78+
"createdAt": "2021-02-16T22:36:06.107Z",
79+
"disableLocalAuth": false,
80+
"encryption": {
81+
"keySource": "Microsoft.KeyVault",
82+
"keyVaultProperties": [
83+
{
84+
"identity": {
85+
"userAssignedIdentity": "/subscriptions/SampleSubscription/resourceGroups/ResurceGroupSample/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ud1"
86+
},
87+
"keyName": "Samplekey",
88+
"keyVaultUri": "https://sample-keyvault-user.vault-int.azure-int.net",
89+
"keyVersion": ""
90+
}
91+
],
92+
"requireInfrastructureEncryption": false
93+
},
94+
"geoDataReplication": {
95+
"locations": [
96+
{
97+
"locationName": "eastus",
98+
"roleType": "Primary"
99+
},
100+
{
101+
"locationName": "southcentralus",
102+
"roleType": "Secondary"
103+
}
104+
],
105+
"maxReplicationLagDurationInSeconds": 300
106+
},
107+
"ipAddressType": "DualStack",
108+
"isAutoInflateEnabled": false,
109+
"kafkaEnabled": false,
110+
"maximumThroughputUnits": 0,
111+
"metricId": "MetricGUID:NamespaceSample",
112+
"minimumTlsVersion": "1.2",
113+
"platformCapabilities": {
114+
"confidentialCompute": {
115+
"mode": "Disabled"
116+
}
117+
},
118+
"provisioningState": "Succeeded",
119+
"publicNetworkAccess": "Enabled",
120+
"serviceBusEndpoint": "https://NamespaceSample.servicebus.windows-int.net:443/",
121+
"updatedAt": "2021-02-16T22:37:42.29Z",
122+
"zoneRedundant": false
123+
},
124+
"sku": {
125+
"name": "Standard",
126+
"capacity": 1,
127+
"tier": "Standard"
128+
},
129+
"tags": {}
130+
}
131+
},
132+
"201": {
133+
"body": {
134+
"name": "NamespaceSample",
135+
"type": "Microsoft.EventHub/Namespaces",
136+
"id": "/subscriptions/SampleSubscription/resourceGroups/ResurceGroupSample/providers/Microsoft.EventHub/namespaces/NamespaceSample",
137+
"identity": {
138+
"type": "SystemAssigned, UserAssigned",
139+
"principalId": "PrincipalIdGUID",
140+
"tenantId": "TenantIdGUID",
141+
"userAssignedIdentities": {
142+
"/subscriptions/SampleSubscription/resourceGroups/ResurceGroupSample/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ud1": {
143+
"clientId": "ClientIdGUID",
144+
"principalId": "PrincipalIdGUID"
145+
},
146+
"/subscriptions/SampleSubscription/resourceGroups/ResurceGroupSample/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ud2": {
147+
"clientId": "6a35400f-6ccb-4817-8f1a-ce19ea4523bc",
148+
"principalId": "ce2d5953-5c15-40ca-9d51-cc3f4a63b0f5"
149+
}
150+
}
151+
},
152+
"location": "East US",
153+
"properties": {
154+
"clusterArmId": "/subscriptions/SampleSubscription/resourceGroups/ResurceGroupSample/providers/Microsoft.EventHub/clusters/enc-test",
155+
"createdAt": "2021-02-16T22:36:06.107Z",
156+
"disableLocalAuth": false,
157+
"encryption": {
158+
"keySource": "Microsoft.KeyVault",
159+
"keyVaultProperties": [
160+
{
161+
"identity": {
162+
"userAssignedIdentity": "/subscriptions/SampleSubscription/resourceGroups/ResurceGroupSample/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ud1"
163+
},
164+
"keyName": "Samplekey",
165+
"keyVaultUri": "https://sample-keyvault-user.vault-int.azure-int.net",
166+
"keyVersion": ""
167+
}
168+
],
169+
"requireInfrastructureEncryption": false
170+
},
171+
"geoDataReplication": {
172+
"locations": [
173+
{
174+
"locationName": "eastus",
175+
"roleType": "Primary"
176+
},
177+
{
178+
"locationName": "southcentralus",
179+
"roleType": "Secondary"
180+
}
181+
],
182+
"maxReplicationLagDurationInSeconds": 300
183+
},
184+
"ipAddressType": "DualStack",
185+
"isAutoInflateEnabled": false,
186+
"kafkaEnabled": false,
187+
"maximumThroughputUnits": 0,
188+
"metricId": "MetricGUID:NamespaceSample",
189+
"platformCapabilities": {
190+
"confidentialCompute": {
191+
"mode": "Disabled"
192+
}
193+
},
194+
"provisioningState": "Succeeded",
195+
"publicNetworkAccess": "Enabled",
196+
"serviceBusEndpoint": "https://NamespaceSample.servicebus.windows-int.net:443/",
197+
"updatedAt": "2021-02-16T22:37:42.29Z",
198+
"zoneRedundant": false
199+
},
200+
"sku": {
201+
"name": "Standard",
202+
"capacity": 1,
203+
"tier": "Standard"
204+
},
205+
"tags": {}
206+
}
207+
},
208+
"202": {}
209+
},
210+
"operationId": "Namespaces_CreateOrUpdate",
211+
"title": "NamespaceCreateWithIpAddressTypeDualStack"
212+
}

specification/eventhub/resource-manager/Microsoft.EventHub/Eventhub/stable/2026-01-01/openapi.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,9 @@
930930
"NamespaceCreate": {
931931
"$ref": "./examples/NameSpaces/EHNameSpaceCreate.json"
932932
},
933+
"NamespaceCreateWithIpAddressTypeDualStack": {
934+
"$ref": "./examples/NameSpaces/EHNamespaceCreateWithIpAddressTypeDualStack.json"
935+
},
933936
"NamespaceWithGeoDRCreate": {
934937
"$ref": "./examples/NameSpaces/NamespaceWithGeoDRCreate.json"
935938
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
{
2+
"parameters": {
3+
"api-version": "2026-01-01",
4+
"namespaceName": "sdk-Namespace2924",
5+
"parameters": {
6+
"location": "South Central US",
7+
"properties": {
8+
"geoDataReplication": {
9+
"locations": [
10+
{
11+
"locationName": "eastus",
12+
"roleType": "Primary"
13+
},
14+
{
15+
"locationName": "southcentralus",
16+
"roleType": "Secondary"
17+
}
18+
],
19+
"maxReplicationLagDurationInSeconds": 300
20+
},
21+
"ipAddressType": "DualStack",
22+
"premiumMessagingPartitions": 2,
23+
"publicNetworkAccess": "Enabled"
24+
},
25+
"sku": {
26+
"name": "Premium",
27+
"capacity": 4,
28+
"tier": "Premium"
29+
},
30+
"tags": {
31+
"tag1": "value1",
32+
"tag2": "value2"
33+
}
34+
},
35+
"resourceGroupName": "ArunMonocle",
36+
"subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4"
37+
},
38+
"responses": {
39+
"200": {
40+
"body": {
41+
"name": "sdk-Namespace-2924",
42+
"type": "Microsoft.ServiceBus/Namespaces",
43+
"id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-2924",
44+
"location": "South Central US",
45+
"properties": {
46+
"createdAt": "2017-05-25T22:26:36.76Z",
47+
"geoDataReplication": {
48+
"locations": [
49+
{
50+
"locationName": "eastus",
51+
"roleType": "Primary"
52+
},
53+
{
54+
"locationName": "southcentralus",
55+
"roleType": "Secondary"
56+
}
57+
],
58+
"maxReplicationLagDurationInSeconds": 300
59+
},
60+
"ipAddressType": "DualStack",
61+
"metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-2924",
62+
"minimumTlsVersion": "1.2",
63+
"platformCapabilities": {
64+
"confidentialCompute": {
65+
"mode": "Disabled"
66+
}
67+
},
68+
"premiumMessagingPartitions": 2,
69+
"provisioningState": "Created",
70+
"publicNetworkAccess": "Enabled",
71+
"serviceBusEndpoint": "https://sdk-Namespace-2924.servicebus.windows-int.net:443/",
72+
"updatedAt": "2017-05-25T22:26:36.76Z"
73+
},
74+
"sku": {
75+
"name": "Premium",
76+
"capacity": 4,
77+
"tier": "Premium"
78+
},
79+
"tags": {
80+
"tag1": "value1",
81+
"tag2": "value2"
82+
}
83+
}
84+
},
85+
"201": {
86+
"body": {
87+
"name": "sdk-Namespace-2924",
88+
"type": "Microsoft.ServiceBus/Namespaces",
89+
"id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-2924",
90+
"location": "South Central US",
91+
"properties": {
92+
"createdAt": "2017-05-25T22:26:36.76Z",
93+
"disableLocalAuth": false,
94+
"geoDataReplication": {
95+
"locations": [
96+
{
97+
"locationName": "eastus",
98+
"roleType": "Primary"
99+
},
100+
{
101+
"locationName": "southcentralus",
102+
"roleType": "Secondary"
103+
}
104+
],
105+
"maxReplicationLagDurationInSeconds": 300
106+
},
107+
"ipAddressType": "DualStack",
108+
"metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-2924",
109+
"minimumTlsVersion": "1.2",
110+
"platformCapabilities": {
111+
"confidentialCompute": {
112+
"mode": "Disabled"
113+
}
114+
},
115+
"premiumMessagingPartitions": 2,
116+
"provisioningState": "Created",
117+
"publicNetworkAccess": "Enabled",
118+
"serviceBusEndpoint": "https://sdk-Namespace-2924.servicebus.windows-int.net:443/",
119+
"updatedAt": "2017-05-25T22:26:36.76Z"
120+
},
121+
"sku": {
122+
"name": "Premium",
123+
"capacity": 4,
124+
"tier": "Premium"
125+
},
126+
"tags": {
127+
"tag1": "value1",
128+
"tag2": "value2"
129+
}
130+
}
131+
},
132+
"202": {}
133+
},
134+
"operationId": "Namespaces_CreateOrUpdate",
135+
"title": "NameSpaceCreateWithIpAddressTypeDualStack"
136+
}

specification/servicebus/resource-manager/Microsoft.ServiceBus/ServiceBus/stable/2026-01-01/servicebus.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,9 @@
368368
"x-ms-examples": {
369369
"NameSpaceCreate": {
370370
"$ref": "./examples/NameSpaces/SBNameSpaceCreate.json"
371+
},
372+
"NameSpaceCreateWithIpAddressTypeDualStack": {
373+
"$ref": "./examples/NameSpaces/SBNamespaceCreateWithIpAddressTypeDualStack.json"
371374
}
372375
},
373376
"x-ms-long-running-operation-options": {

0 commit comments

Comments
 (0)