Skip to content

Commit 451157c

Browse files
sushantyadav-msftzman-ms
authored andcommitted
Updated the examples for better documentationj (#26370)
1 parent fb540f1 commit 451157c

File tree

4 files changed

+36
-0
lines changed

4 files changed

+36
-0
lines changed

specification/workloads/resource-manager/Microsoft.Workloads/SAPVirtualInstance/preview/2023-10-01-preview/examples/sapvirtualinstances/SAPVirtualInstances_Create_CustomFullResourceNames_Distributed.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@
186186
"osSapConfiguration": {
187187
"sapFqdn": "xyz.test.com"
188188
}
189+
},
190+
"managedResourceGroupConfiguration": {
191+
"name": "mrg-X00-8e17e36c-42e9-4cd5-a078-7b44883414e0"
189192
}
190193
}
191194
}
@@ -383,6 +386,9 @@
383386
"sapFqdn": "xyz.test.com"
384387
}
385388
},
389+
"managedResourceGroupConfiguration": {
390+
"name": "mrg-X00-8e17e36c-42e9-4cd5-a078-7b44883414e0"
391+
},
386392
"status": "Unknown",
387393
"health": "Unknown",
388394
"state": "SoftwareInstallationPending",
@@ -582,6 +588,9 @@
582588
"sapFqdn": "xyz.test.com"
583589
}
584590
},
591+
"managedResourceGroupConfiguration": {
592+
"name": "mrg-X00-8e17e36c-42e9-4cd5-a078-7b44883414e0"
593+
},
585594
"status": "Unknown",
586595
"health": "Unknown",
587596
"state": "InfrastructureDeploymentInProgress",

specification/workloads/resource-manager/Microsoft.Workloads/SAPVirtualInstance/preview/2023-10-01-preview/examples/sapvirtualinstances/SAPVirtualInstances_Create_CustomFullResourceNames_HA_AvSet.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,9 @@
250250
"osSapConfiguration": {
251251
"sapFqdn": "xyz.test.com"
252252
}
253+
},
254+
"managedResourceGroupConfiguration": {
255+
"name": "mrg-X00-8e17e36c-42e9-4cd5-a078-7b44883414e0"
253256
}
254257
}
255258
}
@@ -511,6 +514,9 @@
511514
"sapFqdn": "xyz.test.com"
512515
}
513516
},
517+
"managedResourceGroupConfiguration": {
518+
"name": "mrg-X00-8e17e36c-42e9-4cd5-a078-7b44883414e0"
519+
},
514520
"status": "Unknown",
515521
"health": "Unknown",
516522
"state": "SoftwareInstallationPending",
@@ -774,6 +780,9 @@
774780
"sapFqdn": "xyz.test.com"
775781
}
776782
},
783+
"managedResourceGroupConfiguration": {
784+
"name": "mrg-X00-8e17e36c-42e9-4cd5-a078-7b44883414e0"
785+
},
777786
"status": "Unknown",
778787
"health": "Unknown",
779788
"state": "InfrastructureDeploymentInProgress",

specification/workloads/resource-manager/Microsoft.Workloads/SAPVirtualInstance/preview/2023-10-01-preview/examples/sapvirtualinstances/SAPVirtualInstances_Create_CustomFullResourceNames_HA_AvZone.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,9 @@
247247
"osSapConfiguration": {
248248
"sapFqdn": "xyz.test.com"
249249
}
250+
},
251+
"managedResourceGroupConfiguration": {
252+
"name": "mrg-X00-8e17e36c-42e9-4cd5-a078-7b44883414e0"
250253
}
251254
}
252255
}
@@ -505,6 +508,9 @@
505508
"sapFqdn": "xyz.test.com"
506509
}
507510
},
511+
"managedResourceGroupConfiguration": {
512+
"name": "mrg-X00-8e17e36c-42e9-4cd5-a078-7b44883414e0"
513+
},
508514
"status": "Unknown",
509515
"health": "Unknown",
510516
"state": "SoftwareInstallationPending",
@@ -765,6 +771,9 @@
765771
"sapFqdn": "xyz.test.com"
766772
}
767773
},
774+
"managedResourceGroupConfiguration": {
775+
"name": "mrg-X00-8e17e36c-42e9-4cd5-a078-7b44883414e0"
776+
},
768777
"status": "Unknown",
769778
"health": "Unknown",
770779
"state": "InfrastructureDeploymentInProgress",

specification/workloads/resource-manager/Microsoft.Workloads/SAPVirtualInstance/preview/2023-10-01-preview/examples/sapvirtualinstances/SAPVirtualInstances_Create_CustomFullResourceNames_SingleServer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
"osSapConfiguration": {
4646
"sapFqdn": "xyz.test.com"
4747
}
48+
},
49+
"managedResourceGroupConfiguration": {
50+
"name": "mrg-X00-8e17e36c-42e9-4cd5-a078-7b44883414e0"
4851
}
4952
}
5053
}
@@ -134,6 +137,9 @@
134137
"sapFqdn": "xyz.test.com"
135138
}
136139
},
140+
"managedResourceGroupConfiguration": {
141+
"name": "mrg-X00-8e17e36c-42e9-4cd5-a078-7b44883414e0"
142+
},
137143
"status": "Unknown",
138144
"health": "Unknown",
139145
"state": "SoftwareInstallationPending",
@@ -225,6 +231,9 @@
225231
"sapFqdn": "xyz.test.com"
226232
}
227233
},
234+
"managedResourceGroupConfiguration": {
235+
"name": "mrg-X00-8e17e36c-42e9-4cd5-a078-7b44883414e0"
236+
},
228237
"status": "Unknown",
229238
"health": "Unknown",
230239
"state": "InfrastructureDeploymentInProgress",

0 commit comments

Comments
 (0)