Skip to content

Commit 448b1cb

Browse files
shreyksShreyas Kottukkal
authored andcommitted
Updating Examples for SAP Trans (Azure#21874)
* Updating examples * Updated payload example * Updating payloads * Updating descriptions Co-authored-by: Shreyas Kottukkal <[email protected]>
1 parent 20cfb95 commit 448b1cb

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

specification/workloads/resource-manager/Microsoft.Workloads/preview/2021-12-01-preview/SAPVirtualInstance.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -287,14 +287,14 @@
287287
"Create Infrastructure only for Single Server System": {
288288
"$ref": "./examples/sapvirtualinstances/SAPVirtualInstances_Create_SingleServer.json"
289289
},
290-
"Create Infrastructure without SAP Trans Fileshare": {
291-
"$ref": "./examples/sapvirtualinstances/SAPVirtualInstances_Create_Distributed_SkipTransMount.json"
290+
"Create Infrastructure without SAP Transport Directory Fileshare": {
291+
"$ref": "./examples/sapvirtualinstances/SAPVirtualInstances_Create_Distributed_SkipTransport.json"
292292
},
293-
"Create Infrastructure with a new SAP Trans Fileshare": {
294-
"$ref": "./examples/sapvirtualinstances/SAPVirtualInstances_Create_Distributed_CreateTrans.json"
293+
"Create Infrastructure with a new SAP Transport Directory Fileshare": {
294+
"$ref": "./examples/sapvirtualinstances/SAPVirtualInstances_Create_Distributed_CreateTransport.json"
295295
},
296-
"Create Infrastructure with an existing SAP Trans Fileshare": {
297-
"$ref": "./examples/sapvirtualinstances/SAPVirtualInstances_Create_Distributed_MountTrans.json"
296+
"Create Infrastructure with an existing SAP Transport Directory Fileshare": {
297+
"$ref": "./examples/sapvirtualinstances/SAPVirtualInstances_Create_Distributed_MountTransport.json"
298298
},
299299
"Detect SAP Software Installation on a Single Server System": {
300300
"$ref": "./examples/sapvirtualinstances/SAPVirtualInstances_DetectInstallation_SingleServer.json"
@@ -2531,7 +2531,7 @@
25312531
},
25322532
"SkipFileShareConfiguration": {
25332533
"x-ms-discriminator-value": "Skip",
2534-
"description": "Gets or sets the skip file share configuration",
2534+
"description": "Gets or sets the file share configuration for scenarios where transport directory fileshare is not created or required.",
25352535
"type": "object",
25362536
"allOf": [
25372537
{
@@ -2541,7 +2541,7 @@
25412541
},
25422542
"CreateAndMountFileShareConfiguration": {
25432543
"x-ms-discriminator-value": "CreateAndMount",
2544-
"description": "Gets or sets the file share configuration for file share created with the VIS case.",
2544+
"description": "Gets or sets the file share configuration where the transport directory fileshare is created and mounted as a part of the create infra flow.",
25452545
"type": "object",
25462546
"allOf": [
25472547
{
@@ -2561,7 +2561,7 @@
25612561
},
25622562
"MountFileShareConfiguration": {
25632563
"x-ms-discriminator-value": "Mount",
2564-
"description": "Gets or sets the file share configuration for externally mounted cases.",
2564+
"description": "Gets or sets the file share configuration where the transport directory fileshare already exists, and user wishes to mount the fileshare as a part of the create infra flow.",
25652565
"type": "object",
25662566
"allOf": [
25672567
{
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"appResourceGroup": "X00-RG",
1919
"storageConfiguration": {
2020
"transportFileShareConfiguration": {
21-
"configurationType": "Mount",
22-
"id": "fileshareID",
23-
"privateEndpointId": "pe-arm-id"
21+
"configurationType": "CreateAndMount",
22+
"resourceGroup": "rgName",
23+
"storageAccountName": "storageName"
2424
}
2525
},
2626
"centralServer": {
@@ -131,9 +131,9 @@
131131
"appResourceGroup": "X00-RG",
132132
"storageConfiguration": {
133133
"transportFileShareConfiguration": {
134-
"configurationType": "Mount",
135-
"id": "fileshareID",
136-
"privateEndpointId": "pe-arm-id"
134+
"configurationType": "CreateAndMount",
135+
"resourceGroup": "rgName",
136+
"storageAccountName": "storageName"
137137
}
138138
},
139139
"centralServer": {
@@ -244,9 +244,9 @@
244244
"appResourceGroup": "X00-RG",
245245
"storageConfiguration": {
246246
"transportFileShareConfiguration": {
247-
"configurationType": "Mount",
248-
"id": "fileshareID",
249-
"privateEndpointId": "pe-arm-id"
247+
"configurationType": "CreateAndMount",
248+
"resourceGroup": "rgName",
249+
"storageAccountName": "storageName"
250250
}
251251
},
252252
"centralServer": {
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"storageConfiguration": {
2020
"transportFileShareConfiguration": {
2121
"configurationType": "Mount",
22-
"id": "fileshareID",
23-
"privateEndpointId": "pe-arm-id"
22+
"id": "/subscriptions/49d64d54-e888-4c46-a868-1936802b762c/resourceGroups/testrg/providers/Microsoft.Storage/storageAccounts/storageaccountname/fileServices/default/shares/transfileshare",
23+
"privateEndpointId": "/subscriptions/49d64d54-e888-4c46-a868-1936802b762c/resourceGroups/testrg/providers/Microsoft.Network/privateEndpoints/endpoint"
2424
}
2525
},
2626
"centralServer": {
@@ -132,8 +132,8 @@
132132
"storageConfiguration": {
133133
"transportFileShareConfiguration": {
134134
"configurationType": "Mount",
135-
"id": "fileshareID",
136-
"privateEndpointId": "pe-arm-id"
135+
"id": "/subscriptions/49d64d54-e888-4c46-a868-1936802b762c/resourceGroups/testrg/providers/Microsoft.Storage/storageAccounts/storageaccountname/fileServices/default/shares/transfileshare",
136+
"privateEndpointId": "/subscriptions/49d64d54-e888-4c46-a868-1936802b762c/resourceGroups/testrg/providers/Microsoft.Network/privateEndpoints/endpoint"
137137
}
138138
},
139139
"centralServer": {
@@ -245,8 +245,8 @@
245245
"storageConfiguration": {
246246
"transportFileShareConfiguration": {
247247
"configurationType": "Mount",
248-
"id": "fileshareID",
249-
"privateEndpointId": "pe-arm-id"
248+
"id": "/subscriptions/49d64d54-e888-4c46-a868-1936802b762c/resourceGroups/testrg/providers/Microsoft.Storage/storageAccounts/storageaccountname/fileServices/default/shares/transfileshare",
249+
"privateEndpointId": "/subscriptions/49d64d54-e888-4c46-a868-1936802b762c/resourceGroups/testrg/providers/Microsoft.Network/privateEndpoints/endpoint"
250250
}
251251
},
252252
"centralServer": {

0 commit comments

Comments
 (0)