|
287 | 287 | "Create Infrastructure only for Single Server System": {
|
288 | 288 | "$ref": "./examples/sapvirtualinstances/SAPVirtualInstances_Create_SingleServer.json"
|
289 | 289 | },
|
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" |
292 | 292 | },
|
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" |
295 | 295 | },
|
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" |
298 | 298 | },
|
299 | 299 | "Detect SAP Software Installation on a Single Server System": {
|
300 | 300 | "$ref": "./examples/sapvirtualinstances/SAPVirtualInstances_DetectInstallation_SingleServer.json"
|
|
2531 | 2531 | },
|
2532 | 2532 | "SkipFileShareConfiguration": {
|
2533 | 2533 | "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.", |
2535 | 2535 | "type": "object",
|
2536 | 2536 | "allOf": [
|
2537 | 2537 | {
|
|
2541 | 2541 | },
|
2542 | 2542 | "CreateAndMountFileShareConfiguration": {
|
2543 | 2543 | "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.", |
2545 | 2545 | "type": "object",
|
2546 | 2546 | "allOf": [
|
2547 | 2547 | {
|
|
2561 | 2561 | },
|
2562 | 2562 | "MountFileShareConfiguration": {
|
2563 | 2563 | "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.", |
2565 | 2565 | "type": "object",
|
2566 | 2566 | "allOf": [
|
2567 | 2567 | {
|
|
0 commit comments