@azure/arm-workloads 1.0.0-beta.3 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (139) hide show
  1. package/CHANGELOG.md +1 -208
  2. package/README.md +2 -2
  3. package/dist/index.js +399 -265
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/samples-dev/monitorsCreateSample.js +1 -1
  8. package/dist-esm/samples-dev/monitorsDeleteSample.js +1 -1
  9. package/dist-esm/samples-dev/monitorsGetSample.js +1 -1
  10. package/dist-esm/samples-dev/monitorsListByResourceGroupSample.js +13 -6
  11. package/dist-esm/samples-dev/monitorsListByResourceGroupSample.js.map +1 -1
  12. package/dist-esm/samples-dev/monitorsListSample.js +13 -6
  13. package/dist-esm/samples-dev/monitorsListSample.js.map +1 -1
  14. package/dist-esm/samples-dev/monitorsUpdateSample.js +2 -2
  15. package/dist-esm/samples-dev/operationsListSample.js +13 -6
  16. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  17. package/dist-esm/samples-dev/providerInstancesCreateSample.js +12 -12
  18. package/dist-esm/samples-dev/providerInstancesDeleteSample.js +1 -1
  19. package/dist-esm/samples-dev/providerInstancesGetSample.js +6 -6
  20. package/dist-esm/samples-dev/providerInstancesListSample.js +13 -6
  21. package/dist-esm/samples-dev/providerInstancesListSample.js.map +1 -1
  22. package/dist-esm/samples-dev/sapApplicationServerInstancesCreateSample.js +2 -2
  23. package/dist-esm/samples-dev/sapApplicationServerInstancesDeleteSample.js +1 -1
  24. package/dist-esm/samples-dev/sapApplicationServerInstancesGetSample.js +1 -1
  25. package/dist-esm/samples-dev/sapApplicationServerInstancesListSample.js +13 -6
  26. package/dist-esm/samples-dev/sapApplicationServerInstancesListSample.js.map +1 -1
  27. package/dist-esm/samples-dev/sapApplicationServerInstancesStartInstanceSample.js +1 -1
  28. package/dist-esm/samples-dev/sapApplicationServerInstancesStopInstanceSample.js +1 -1
  29. package/dist-esm/samples-dev/sapApplicationServerInstancesUpdateSample.js +1 -1
  30. package/dist-esm/samples-dev/sapAvailabilityZoneDetailsSample.js +2 -2
  31. package/dist-esm/samples-dev/sapCentralInstancesCreateSample.js +2 -2
  32. package/dist-esm/samples-dev/sapCentralInstancesDeleteSample.js +1 -1
  33. package/dist-esm/samples-dev/sapCentralInstancesGetSample.js +1 -1
  34. package/dist-esm/samples-dev/sapCentralInstancesListSample.js +13 -6
  35. package/dist-esm/samples-dev/sapCentralInstancesListSample.js.map +1 -1
  36. package/dist-esm/samples-dev/sapCentralInstancesStartInstanceSample.js +1 -1
  37. package/dist-esm/samples-dev/sapCentralInstancesStopInstanceSample.js +1 -1
  38. package/dist-esm/samples-dev/sapCentralInstancesUpdateSample.js +1 -1
  39. package/dist-esm/samples-dev/sapDatabaseInstancesCreateSample.js +2 -2
  40. package/dist-esm/samples-dev/sapDatabaseInstancesDeleteSample.js +1 -1
  41. package/dist-esm/samples-dev/sapDatabaseInstancesGetSample.js +1 -1
  42. package/dist-esm/samples-dev/sapDatabaseInstancesListSample.js +13 -6
  43. package/dist-esm/samples-dev/sapDatabaseInstancesListSample.js.map +1 -1
  44. package/dist-esm/samples-dev/sapDatabaseInstancesStartInstanceSample.js +1 -1
  45. package/dist-esm/samples-dev/sapDatabaseInstancesStopInstanceSample.js +1 -1
  46. package/dist-esm/samples-dev/sapDatabaseInstancesUpdateSample.js +1 -1
  47. package/dist-esm/samples-dev/sapDiskConfigurationsSample.js +2 -2
  48. package/dist-esm/samples-dev/sapLandscapeMonitorCreateSample.js +1 -1
  49. package/dist-esm/samples-dev/sapLandscapeMonitorDeleteSample.js +1 -1
  50. package/dist-esm/samples-dev/sapLandscapeMonitorGetSample.js +1 -1
  51. package/dist-esm/samples-dev/sapLandscapeMonitorListSample.js +1 -1
  52. package/dist-esm/samples-dev/sapLandscapeMonitorUpdateSample.js +1 -1
  53. package/dist-esm/samples-dev/sapSizingRecommendationsSample.js +4 -4
  54. package/dist-esm/samples-dev/sapSupportedSkuSample.js +4 -4
  55. package/dist-esm/samples-dev/sapVirtualInstancesCreateSample.js +145 -145
  56. package/dist-esm/samples-dev/sapVirtualInstancesCreateSample.js.map +1 -1
  57. package/dist-esm/samples-dev/sapVirtualInstancesDeleteSample.js +1 -1
  58. package/dist-esm/samples-dev/sapVirtualInstancesGetSample.js +1 -1
  59. package/dist-esm/samples-dev/sapVirtualInstancesListByResourceGroupSample.js +13 -6
  60. package/dist-esm/samples-dev/sapVirtualInstancesListByResourceGroupSample.js.map +1 -1
  61. package/dist-esm/samples-dev/sapVirtualInstancesListBySubscriptionSample.js +13 -6
  62. package/dist-esm/samples-dev/sapVirtualInstancesListBySubscriptionSample.js.map +1 -1
  63. package/dist-esm/samples-dev/sapVirtualInstancesStartSample.js +1 -1
  64. package/dist-esm/samples-dev/sapVirtualInstancesStopSample.js +1 -1
  65. package/dist-esm/samples-dev/sapVirtualInstancesUpdateSample.js +1 -1
  66. package/dist-esm/src/lroImpl.d.ts +6 -11
  67. package/dist-esm/src/lroImpl.d.ts.map +1 -1
  68. package/dist-esm/src/lroImpl.js +12 -20
  69. package/dist-esm/src/lroImpl.js.map +1 -1
  70. package/dist-esm/src/models/index.d.ts +110 -117
  71. package/dist-esm/src/models/index.d.ts.map +1 -1
  72. package/dist-esm/src/models/index.js.map +1 -1
  73. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  74. package/dist-esm/src/models/mappers.js +0 -13
  75. package/dist-esm/src/models/mappers.js.map +1 -1
  76. package/dist-esm/src/models/parameters.js +1 -1
  77. package/dist-esm/src/models/parameters.js.map +1 -1
  78. package/dist-esm/src/operations/monitors.d.ts +3 -3
  79. package/dist-esm/src/operations/monitors.d.ts.map +1 -1
  80. package/dist-esm/src/operations/monitors.js +43 -21
  81. package/dist-esm/src/operations/monitors.js.map +1 -1
  82. package/dist-esm/src/operations/operations.js +12 -5
  83. package/dist-esm/src/operations/operations.js.map +1 -1
  84. package/dist-esm/src/operations/providerInstances.d.ts +3 -3
  85. package/dist-esm/src/operations/providerInstances.d.ts.map +1 -1
  86. package/dist-esm/src/operations/providerInstances.js +37 -22
  87. package/dist-esm/src/operations/providerInstances.js.map +1 -1
  88. package/dist-esm/src/operations/sAPApplicationServerInstances.d.ts +6 -6
  89. package/dist-esm/src/operations/sAPApplicationServerInstances.d.ts.map +1 -1
  90. package/dist-esm/src/operations/sAPApplicationServerInstances.js +82 -55
  91. package/dist-esm/src/operations/sAPApplicationServerInstances.js.map +1 -1
  92. package/dist-esm/src/operations/sAPCentralInstances.d.ts +6 -6
  93. package/dist-esm/src/operations/sAPCentralInstances.d.ts.map +1 -1
  94. package/dist-esm/src/operations/sAPCentralInstances.js +82 -55
  95. package/dist-esm/src/operations/sAPCentralInstances.js.map +1 -1
  96. package/dist-esm/src/operations/sAPDatabaseInstances.d.ts +6 -6
  97. package/dist-esm/src/operations/sAPDatabaseInstances.d.ts.map +1 -1
  98. package/dist-esm/src/operations/sAPDatabaseInstances.js +82 -55
  99. package/dist-esm/src/operations/sAPDatabaseInstances.js.map +1 -1
  100. package/dist-esm/src/operations/sAPVirtualInstances.d.ts +5 -5
  101. package/dist-esm/src/operations/sAPVirtualInstances.d.ts.map +1 -1
  102. package/dist-esm/src/operations/sAPVirtualInstances.js +59 -29
  103. package/dist-esm/src/operations/sAPVirtualInstances.js.map +1 -1
  104. package/dist-esm/src/operationsInterfaces/monitors.d.ts +3 -3
  105. package/dist-esm/src/operationsInterfaces/monitors.d.ts.map +1 -1
  106. package/dist-esm/src/operationsInterfaces/providerInstances.d.ts +3 -3
  107. package/dist-esm/src/operationsInterfaces/providerInstances.d.ts.map +1 -1
  108. package/dist-esm/src/operationsInterfaces/sAPApplicationServerInstances.d.ts +6 -6
  109. package/dist-esm/src/operationsInterfaces/sAPApplicationServerInstances.d.ts.map +1 -1
  110. package/dist-esm/src/operationsInterfaces/sAPCentralInstances.d.ts +6 -6
  111. package/dist-esm/src/operationsInterfaces/sAPCentralInstances.d.ts.map +1 -1
  112. package/dist-esm/src/operationsInterfaces/sAPDatabaseInstances.d.ts +6 -6
  113. package/dist-esm/src/operationsInterfaces/sAPDatabaseInstances.d.ts.map +1 -1
  114. package/dist-esm/src/operationsInterfaces/sAPVirtualInstances.d.ts +5 -5
  115. package/dist-esm/src/operationsInterfaces/sAPVirtualInstances.d.ts.map +1 -1
  116. package/dist-esm/src/workloadsClient.js +2 -2
  117. package/dist-esm/src/workloadsClient.js.map +1 -1
  118. package/dist-esm/test/workloads_examples.js +36 -15
  119. package/dist-esm/test/workloads_examples.js.map +1 -1
  120. package/package.json +7 -7
  121. package/review/arm-workloads.api.md +25 -27
  122. package/src/lroImpl.ts +31 -23
  123. package/src/models/index.ts +15 -22
  124. package/src/models/mappers.ts +0 -13
  125. package/src/models/parameters.ts +1 -1
  126. package/src/operations/monitors.ts +33 -23
  127. package/src/operations/providerInstances.ts +33 -23
  128. package/src/operations/sAPApplicationServerInstances.ts +74 -55
  129. package/src/operations/sAPCentralInstances.ts +74 -55
  130. package/src/operations/sAPDatabaseInstances.ts +74 -55
  131. package/src/operations/sAPVirtualInstances.ts +59 -43
  132. package/src/operationsInterfaces/monitors.ts +5 -5
  133. package/src/operationsInterfaces/providerInstances.ts +5 -5
  134. package/src/operationsInterfaces/sAPApplicationServerInstances.ts +11 -11
  135. package/src/operationsInterfaces/sAPCentralInstances.ts +11 -11
  136. package/src/operationsInterfaces/sAPDatabaseInstances.ts +11 -11
  137. package/src/operationsInterfaces/sAPVirtualInstances.ts +9 -9
  138. package/src/workloadsClient.ts +2 -2
  139. package/types/arm-workloads.d.ts +40 -47
@@ -1,8 +1,8 @@
1
1
  import * as coreAuth from '@azure/core-auth';
2
2
  import * as coreClient from '@azure/core-client';
3
+ import { OperationState } from '@azure/core-lro';
3
4
  import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
- import { PollerLike } from '@azure/core-lro';
5
- import { PollOperationState } from '@azure/core-lro';
5
+ import { SimplePollerLike } from '@azure/core-lro';
6
6
 
7
7
  /**
8
8
  * Defines values for ActionType. \
@@ -120,11 +120,11 @@ export declare interface CentralServerVmDetails {
120
120
  */
121
121
  export declare type ConfigurationType = string;
122
122
 
123
- /** Gets or sets the file share configuration for file share created with the VIS case. */
123
+ /** Gets or sets the file share configuration where the transport directory fileshare is created and mounted as a part of the create infra flow. Please pre-create the resource group you intend to place the transport directory in. The storage account and fileshare will be auto-created by the ACSS and doesn’t need to pre-created. */
124
124
  export declare interface CreateAndMountFileShareConfiguration extends FileShareConfiguration {
125
125
  /** Polymorphic discriminator, which specifies the different types this object can be */
126
126
  configurationType: "CreateAndMount";
127
- /** The name of file share resource group. The app rg is used in case of missing input. */
127
+ /** The name of transport file share resource group. This should be pre created by the customer. The app rg is used in case of missing input. */
128
128
  resourceGroup?: string;
129
129
  /** The name of file share storage account name . A custom name is used in case of missing input. */
130
130
  storageAccountName?: string;
@@ -265,7 +265,7 @@ export declare interface DiskConfiguration {
265
265
 
266
266
  /** The supported disk size details for a disk type. */
267
267
  export declare interface DiskDetails {
268
- /** The disk sku. */
268
+ /** The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS. */
269
269
  sku?: DiskSku;
270
270
  /** The disk size in GB. */
271
271
  sizeGB?: number;
@@ -281,7 +281,7 @@ export declare interface DiskDetails {
281
281
  diskTier?: string;
282
282
  }
283
283
 
284
- /** The disk sku. */
284
+ /** The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS. */
285
285
  export declare interface DiskSku {
286
286
  /** Defines the disk sku name. */
287
287
  name?: DiskSkuName;
@@ -579,13 +579,6 @@ export declare interface ImageReference {
579
579
  sku?: string;
580
580
  /** Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. */
581
581
  version?: string;
582
- /**
583
- * Specifies in decimal numbers, the version of platform image or marketplace image used to create the virtual machine. This readonly field differs from 'version', only if the value specified in 'version' field is 'latest'.
584
- * NOTE: This property will not be serialized. It can only be populated by the server.
585
- */
586
- readonly exactVersion?: string;
587
- /** Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call. */
588
- sharedGalleryImageId?: string;
589
582
  }
590
583
 
591
584
  /** Deploy SAP Infrastructure Details. */
@@ -1007,7 +1000,7 @@ export declare interface MessageServerProperties {
1007
1000
 
1008
1001
  /** SAP monitor info on Azure (ARM properties and SAP monitor properties) */
1009
1002
  export declare interface Monitor extends TrackedResource {
1010
- /** Managed service identity (user assigned identities) */
1003
+ /** [currently not in use] Managed service identity(user assigned identities) */
1011
1004
  identity?: UserAssignedServiceIdentity;
1012
1005
  /**
1013
1006
  * State of provisioning of the SAP monitor.
@@ -1083,7 +1076,7 @@ export declare interface Monitors {
1083
1076
  * @param monitorParameter Request body representing a SAP monitor
1084
1077
  * @param options The options parameters.
1085
1078
  */
1086
- beginCreate(resourceGroupName: string, monitorName: string, monitorParameter: Monitor, options?: MonitorsCreateOptionalParams): Promise<PollerLike<PollOperationState<MonitorsCreateResponse>, MonitorsCreateResponse>>;
1079
+ beginCreate(resourceGroupName: string, monitorName: string, monitorParameter: Monitor, options?: MonitorsCreateOptionalParams): Promise<SimplePollerLike<OperationState<MonitorsCreateResponse>, MonitorsCreateResponse>>;
1087
1080
  /**
1088
1081
  * Creates a SAP monitor for the specified subscription, resource group, and resource name.
1089
1082
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -1098,7 +1091,7 @@ export declare interface Monitors {
1098
1091
  * @param monitorName Name of the SAP monitor resource.
1099
1092
  * @param options The options parameters.
1100
1093
  */
1101
- beginDelete(resourceGroupName: string, monitorName: string, options?: MonitorsDeleteOptionalParams): Promise<PollerLike<PollOperationState<MonitorsDeleteResponse>, MonitorsDeleteResponse>>;
1094
+ beginDelete(resourceGroupName: string, monitorName: string, options?: MonitorsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<MonitorsDeleteResponse>, MonitorsDeleteResponse>>;
1102
1095
  /**
1103
1096
  * Deletes a SAP monitor with the specified subscription, resource group, and SAP monitor name.
1104
1097
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -1181,7 +1174,7 @@ export declare interface MonitorsUpdateOptionalParams extends coreClient.Operati
1181
1174
  /** Contains response data for the update operation. */
1182
1175
  export declare type MonitorsUpdateResponse = Monitor;
1183
1176
 
1184
- /** Gets or sets the file share configuration for externally mounted cases. */
1177
+ /** 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. */
1185
1178
  export declare interface MountFileShareConfiguration extends FileShareConfiguration {
1186
1179
  /** Polymorphic discriminator, which specifies the different types this object can be */
1187
1180
  configurationType: "Mount";
@@ -1489,7 +1482,7 @@ export declare interface PrometheusOSProviderInstanceProperties extends Provider
1489
1482
 
1490
1483
  /** A provider instance associated with SAP monitor. */
1491
1484
  export declare interface ProviderInstance extends ProxyResource {
1492
- /** Managed service identity (user assigned identities) */
1485
+ /** [currently not in use] Managed service identity(user assigned identities) */
1493
1486
  identity?: UserAssignedServiceIdentity;
1494
1487
  /**
1495
1488
  * State of provisioning of the provider instance
@@ -1501,7 +1494,7 @@ export declare interface ProviderInstance extends ProxyResource {
1501
1494
  * NOTE: This property will not be serialized. It can only be populated by the server.
1502
1495
  */
1503
1496
  readonly errors?: ProviderInstancePropertiesErrors;
1504
- /** Defines the provider instance errors. */
1497
+ /** Defines the provider specific properties. */
1505
1498
  providerSettings?: ProviderSpecificPropertiesUnion;
1506
1499
  }
1507
1500
 
@@ -1545,7 +1538,7 @@ export declare interface ProviderInstances {
1545
1538
  * @param providerInstanceParameter Request body representing a provider instance
1546
1539
  * @param options The options parameters.
1547
1540
  */
1548
- beginCreate(resourceGroupName: string, monitorName: string, providerInstanceName: string, providerInstanceParameter: ProviderInstance, options?: ProviderInstancesCreateOptionalParams): Promise<PollerLike<PollOperationState<ProviderInstancesCreateResponse>, ProviderInstancesCreateResponse>>;
1541
+ beginCreate(resourceGroupName: string, monitorName: string, providerInstanceName: string, providerInstanceParameter: ProviderInstance, options?: ProviderInstancesCreateOptionalParams): Promise<SimplePollerLike<OperationState<ProviderInstancesCreateResponse>, ProviderInstancesCreateResponse>>;
1549
1542
  /**
1550
1543
  * Creates a provider instance for the specified subscription, resource group, SAP monitor name, and
1551
1544
  * resource name.
@@ -1564,7 +1557,7 @@ export declare interface ProviderInstances {
1564
1557
  * @param providerInstanceName Name of the provider instance.
1565
1558
  * @param options The options parameters.
1566
1559
  */
1567
- beginDelete(resourceGroupName: string, monitorName: string, providerInstanceName: string, options?: ProviderInstancesDeleteOptionalParams): Promise<PollerLike<PollOperationState<ProviderInstancesDeleteResponse>, ProviderInstancesDeleteResponse>>;
1560
+ beginDelete(resourceGroupName: string, monitorName: string, providerInstanceName: string, options?: ProviderInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ProviderInstancesDeleteResponse>, ProviderInstancesDeleteResponse>>;
1568
1561
  /**
1569
1562
  * Deletes a provider instance for the specified subscription, resource group, SAP monitor name, and
1570
1563
  * resource name.
@@ -1779,7 +1772,7 @@ export declare interface SAPApplicationServerInstances {
1779
1772
  * @param applicationInstanceName The name of SAP Application Server instance resource.
1780
1773
  * @param options The options parameters.
1781
1774
  */
1782
- beginCreate(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesCreateOptionalParams): Promise<PollerLike<PollOperationState<SAPApplicationServerInstancesCreateResponse>, SAPApplicationServerInstancesCreateResponse>>;
1775
+ beginCreate(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesCreateOptionalParams): Promise<SimplePollerLike<OperationState<SAPApplicationServerInstancesCreateResponse>, SAPApplicationServerInstancesCreateResponse>>;
1783
1776
  /**
1784
1777
  * Puts the SAP Application Server Instance resource. <br><br>This will be used by service only. PUT by
1785
1778
  * end user will return a Bad Request error.
@@ -1796,7 +1789,7 @@ export declare interface SAPApplicationServerInstances {
1796
1789
  * @param applicationInstanceName The name of SAP Application Server instance resource.
1797
1790
  * @param options The options parameters.
1798
1791
  */
1799
- beginUpdate(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesUpdateOptionalParams): Promise<PollerLike<PollOperationState<SAPApplicationServerInstancesUpdateResponse>, SAPApplicationServerInstancesUpdateResponse>>;
1792
+ beginUpdate(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SAPApplicationServerInstancesUpdateResponse>, SAPApplicationServerInstancesUpdateResponse>>;
1800
1793
  /**
1801
1794
  * Puts the SAP Application Server Instance resource.
1802
1795
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -1813,7 +1806,7 @@ export declare interface SAPApplicationServerInstances {
1813
1806
  * @param applicationInstanceName The name of SAP Application Server instance resource.
1814
1807
  * @param options The options parameters.
1815
1808
  */
1816
- beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesDeleteOptionalParams): Promise<PollerLike<PollOperationState<SAPApplicationServerInstancesDeleteResponse>, SAPApplicationServerInstancesDeleteResponse>>;
1809
+ beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SAPApplicationServerInstancesDeleteResponse>, SAPApplicationServerInstancesDeleteResponse>>;
1817
1810
  /**
1818
1811
  * Deletes the SAP Application Server Instance resource. <br><br>This operation will be used by service
1819
1812
  * only. Delete by end user will return a Bad Request error.
@@ -1830,7 +1823,7 @@ export declare interface SAPApplicationServerInstances {
1830
1823
  * @param applicationInstanceName The name of SAP Application Server instance resource.
1831
1824
  * @param options The options parameters.
1832
1825
  */
1833
- beginStartInstance(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesStartInstanceOptionalParams): Promise<PollerLike<PollOperationState<SAPApplicationServerInstancesStartInstanceResponse>, SAPApplicationServerInstancesStartInstanceResponse>>;
1826
+ beginStartInstance(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesStartInstanceOptionalParams): Promise<SimplePollerLike<OperationState<SAPApplicationServerInstancesStartInstanceResponse>, SAPApplicationServerInstancesStartInstanceResponse>>;
1834
1827
  /**
1835
1828
  * Starts the SAP Application Server Instance.
1836
1829
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -1846,7 +1839,7 @@ export declare interface SAPApplicationServerInstances {
1846
1839
  * @param applicationInstanceName The name of SAP Application Server instance resource.
1847
1840
  * @param options The options parameters.
1848
1841
  */
1849
- beginStopInstance(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesStopInstanceOptionalParams): Promise<PollerLike<PollOperationState<SAPApplicationServerInstancesStopInstanceResponse>, SAPApplicationServerInstancesStopInstanceResponse>>;
1842
+ beginStopInstance(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesStopInstanceOptionalParams): Promise<SimplePollerLike<OperationState<SAPApplicationServerInstancesStopInstanceResponse>, SAPApplicationServerInstancesStopInstanceResponse>>;
1850
1843
  /**
1851
1844
  * Stops the SAP Application Server Instance.
1852
1845
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -2008,7 +2001,7 @@ export declare interface SAPCentralInstances {
2008
2001
  * auto generation to work correctly.
2009
2002
  * @param options The options parameters.
2010
2003
  */
2011
- beginCreate(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesCreateOptionalParams): Promise<PollerLike<PollOperationState<SAPCentralInstancesCreateResponse>, SAPCentralInstancesCreateResponse>>;
2004
+ beginCreate(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesCreateOptionalParams): Promise<SimplePollerLike<OperationState<SAPCentralInstancesCreateResponse>, SAPCentralInstancesCreateResponse>>;
2012
2005
  /**
2013
2006
  * Creates the SAP Central Services Instance resource. <br><br>This will be used by service only. PUT
2014
2007
  * operation on this resource by end user will return a Bad Request error.
@@ -2028,7 +2021,7 @@ export declare interface SAPCentralInstances {
2028
2021
  * auto generation to work correctly.
2029
2022
  * @param options The options parameters.
2030
2023
  */
2031
- beginUpdate(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesUpdateOptionalParams): Promise<PollerLike<PollOperationState<SAPCentralInstancesUpdateResponse>, SAPCentralInstancesUpdateResponse>>;
2024
+ beginUpdate(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SAPCentralInstancesUpdateResponse>, SAPCentralInstancesUpdateResponse>>;
2032
2025
  /**
2033
2026
  * Updates the SAP Central Services Instance resource. <br><br>This can be used to update tags on the
2034
2027
  * resource.
@@ -2050,7 +2043,7 @@ export declare interface SAPCentralInstances {
2050
2043
  * auto generation to work correctly.
2051
2044
  * @param options The options parameters.
2052
2045
  */
2053
- beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesDeleteOptionalParams): Promise<PollerLike<PollOperationState<SAPCentralInstancesDeleteResponse>, SAPCentralInstancesDeleteResponse>>;
2046
+ beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SAPCentralInstancesDeleteResponse>, SAPCentralInstancesDeleteResponse>>;
2054
2047
  /**
2055
2048
  * Deletes the SAP Central Services Instance resource. <br><br>This will be used by service only.
2056
2049
  * Delete operation on this resource by end user will return a Bad Request error. You can delete the
@@ -2071,7 +2064,7 @@ export declare interface SAPCentralInstances {
2071
2064
  * auto generation to work correctly.
2072
2065
  * @param options The options parameters.
2073
2066
  */
2074
- beginStartInstance(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesStartInstanceOptionalParams): Promise<PollerLike<PollOperationState<SAPCentralInstancesStartInstanceResponse>, SAPCentralInstancesStartInstanceResponse>>;
2067
+ beginStartInstance(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesStartInstanceOptionalParams): Promise<SimplePollerLike<OperationState<SAPCentralInstancesStartInstanceResponse>, SAPCentralInstancesStartInstanceResponse>>;
2075
2068
  /**
2076
2069
  * Starts the SAP Central Services Instance.
2077
2070
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -2089,7 +2082,7 @@ export declare interface SAPCentralInstances {
2089
2082
  * auto generation to work correctly.
2090
2083
  * @param options The options parameters.
2091
2084
  */
2092
- beginStopInstance(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesStopInstanceOptionalParams): Promise<PollerLike<PollOperationState<SAPCentralInstancesStopInstanceResponse>, SAPCentralInstancesStopInstanceResponse>>;
2085
+ beginStopInstance(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesStopInstanceOptionalParams): Promise<SimplePollerLike<OperationState<SAPCentralInstancesStopInstanceResponse>, SAPCentralInstancesStopInstanceResponse>>;
2093
2086
  /**
2094
2087
  * Stops the SAP Central Services Instance.
2095
2088
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -2348,7 +2341,7 @@ export declare interface SAPDatabaseInstances {
2348
2341
  * to work correctly.
2349
2342
  * @param options The options parameters.
2350
2343
  */
2351
- beginCreate(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesCreateOptionalParams): Promise<PollerLike<PollOperationState<SAPDatabaseInstancesCreateResponse>, SAPDatabaseInstancesCreateResponse>>;
2344
+ beginCreate(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesCreateOptionalParams): Promise<SimplePollerLike<OperationState<SAPDatabaseInstancesCreateResponse>, SAPDatabaseInstancesCreateResponse>>;
2352
2345
  /**
2353
2346
  * Creates the Database resource corresponding to the Virtual Instance for SAP solutions resource.
2354
2347
  * <br><br>This will be used by service only. PUT by end user will return a Bad Request error.
@@ -2367,7 +2360,7 @@ export declare interface SAPDatabaseInstances {
2367
2360
  * to work correctly.
2368
2361
  * @param options The options parameters.
2369
2362
  */
2370
- beginUpdate(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesUpdateOptionalParams): Promise<PollerLike<PollOperationState<SAPDatabaseInstancesUpdateResponse>, SAPDatabaseInstancesUpdateResponse>>;
2363
+ beginUpdate(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SAPDatabaseInstancesUpdateResponse>, SAPDatabaseInstancesUpdateResponse>>;
2371
2364
  /**
2372
2365
  * Updates the Database resource.
2373
2366
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -2386,7 +2379,7 @@ export declare interface SAPDatabaseInstances {
2386
2379
  * to work correctly.
2387
2380
  * @param options The options parameters.
2388
2381
  */
2389
- beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesDeleteOptionalParams): Promise<PollerLike<PollOperationState<SAPDatabaseInstancesDeleteResponse>, SAPDatabaseInstancesDeleteResponse>>;
2382
+ beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SAPDatabaseInstancesDeleteResponse>, SAPDatabaseInstancesDeleteResponse>>;
2390
2383
  /**
2391
2384
  * Deletes the Database resource corresponding to a Virtual Instance for SAP solutions resource.
2392
2385
  * <br><br>This will be used by service only. Delete by end user will return a Bad Request error.
@@ -2405,7 +2398,7 @@ export declare interface SAPDatabaseInstances {
2405
2398
  * to work correctly.
2406
2399
  * @param options The options parameters.
2407
2400
  */
2408
- beginStartInstance(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesStartInstanceOptionalParams): Promise<PollerLike<PollOperationState<SAPDatabaseInstancesStartInstanceResponse>, SAPDatabaseInstancesStartInstanceResponse>>;
2401
+ beginStartInstance(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesStartInstanceOptionalParams): Promise<SimplePollerLike<OperationState<SAPDatabaseInstancesStartInstanceResponse>, SAPDatabaseInstancesStartInstanceResponse>>;
2409
2402
  /**
2410
2403
  * Starts the database instance of the SAP system.
2411
2404
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -2423,7 +2416,7 @@ export declare interface SAPDatabaseInstances {
2423
2416
  * to work correctly.
2424
2417
  * @param options The options parameters.
2425
2418
  */
2426
- beginStopInstance(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesStopInstanceOptionalParams): Promise<PollerLike<PollOperationState<SAPDatabaseInstancesStopInstanceResponse>, SAPDatabaseInstancesStopInstanceResponse>>;
2419
+ beginStopInstance(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesStopInstanceOptionalParams): Promise<SimplePollerLike<OperationState<SAPDatabaseInstancesStopInstanceResponse>, SAPDatabaseInstancesStopInstanceResponse>>;
2427
2420
  /**
2428
2421
  * Stops the database instance of the SAP system.
2429
2422
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -2907,7 +2900,7 @@ export declare interface SAPSupportedSkusRequest {
2907
2900
 
2908
2901
  /** Define the Virtual Instance for SAP solutions resource. */
2909
2902
  export declare interface SAPVirtualInstance extends TrackedResource {
2910
- /** Managed service identity (user assigned identities) */
2903
+ /** A pre-created user assigned identity with appropriate roles assigned. To learn more on identity and roles required, visit the ACSS how-to-guide. */
2911
2904
  identity?: UserAssignedServiceIdentity;
2912
2905
  /** Defines the environment type - Production/Non Production. */
2913
2906
  environment: SAPEnvironmentType;
@@ -2990,7 +2983,7 @@ export declare interface SAPVirtualInstances {
2990
2983
  * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
2991
2984
  * @param options The options parameters.
2992
2985
  */
2993
- beginCreate(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesCreateOptionalParams): Promise<PollerLike<PollOperationState<SAPVirtualInstancesCreateResponse>, SAPVirtualInstancesCreateResponse>>;
2986
+ beginCreate(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesCreateOptionalParams): Promise<SimplePollerLike<OperationState<SAPVirtualInstancesCreateResponse>, SAPVirtualInstancesCreateResponse>>;
2994
2987
  /**
2995
2988
  * Creates a Virtual Instance for SAP solutions (VIS) resource
2996
2989
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -3019,7 +3012,7 @@ export declare interface SAPVirtualInstances {
3019
3012
  * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
3020
3013
  * @param options The options parameters.
3021
3014
  */
3022
- beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesDeleteOptionalParams): Promise<PollerLike<PollOperationState<SAPVirtualInstancesDeleteResponse>, SAPVirtualInstancesDeleteResponse>>;
3015
+ beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SAPVirtualInstancesDeleteResponse>, SAPVirtualInstancesDeleteResponse>>;
3023
3016
  /**
3024
3017
  * Deletes a Virtual Instance for SAP solutions resource and its child resources, that is the
3025
3018
  * associated Central Services Instance, Application Server Instances and Database Instance.
@@ -3034,7 +3027,7 @@ export declare interface SAPVirtualInstances {
3034
3027
  * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
3035
3028
  * @param options The options parameters.
3036
3029
  */
3037
- beginStart(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesStartOptionalParams): Promise<PollerLike<PollOperationState<SAPVirtualInstancesStartResponse>, SAPVirtualInstancesStartResponse>>;
3030
+ beginStart(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesStartOptionalParams): Promise<SimplePollerLike<OperationState<SAPVirtualInstancesStartResponse>, SAPVirtualInstancesStartResponse>>;
3038
3031
  /**
3039
3032
  * Starts the SAP application, that is the Central Services instance and Application server instances.
3040
3033
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -3048,7 +3041,7 @@ export declare interface SAPVirtualInstances {
3048
3041
  * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
3049
3042
  * @param options The options parameters.
3050
3043
  */
3051
- beginStop(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesStopOptionalParams): Promise<PollerLike<PollOperationState<SAPVirtualInstancesStopResponse>, SAPVirtualInstancesStopResponse>>;
3044
+ beginStop(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesStopOptionalParams): Promise<SimplePollerLike<OperationState<SAPVirtualInstancesStopResponse>, SAPVirtualInstancesStopResponse>>;
3052
3045
  /**
3053
3046
  * Stops the SAP Application, that is the Application server instances and Central Services instance.
3054
3047
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -3211,7 +3204,7 @@ export declare interface SharedStorageResourceNames {
3211
3204
  sharedStorageAccountPrivateEndPointName?: string;
3212
3205
  }
3213
3206
 
3214
- /** Gets or sets the single server configuration. */
3207
+ /** Gets or sets the single server configuration. For prerequisites for creating the infrastructure, please see [here](https://go.microsoft.com/fwlink/?linkid=2212611&clcid=0x409) */
3215
3208
  export declare interface SingleServerConfiguration extends InfrastructureConfiguration {
3216
3209
  /** Polymorphic discriminator, which specifies the different types this object can be */
3217
3210
  deploymentType: "SingleServer";
@@ -3253,7 +3246,7 @@ export declare interface SingleServerRecommendationResult extends SAPSizingRecom
3253
3246
  vmSku?: string;
3254
3247
  }
3255
3248
 
3256
- /** Gets or sets the skip file share configuration */
3249
+ /** Gets or sets the file share configuration for scenarios where transport directory fileshare is not created or required. */
3257
3250
  export declare interface SkipFileShareConfiguration extends FileShareConfiguration {
3258
3251
  /** Polymorphic discriminator, which specifies the different types this object can be */
3259
3252
  configurationType: "Skip";
@@ -3340,7 +3333,7 @@ export declare interface Tags {
3340
3333
  };
3341
3334
  }
3342
3335
 
3343
- /** Gets or sets the three tier SAP configuration. */
3336
+ /** Gets or sets the three tier SAP configuration. For prerequisites for creating the infrastructure, please see [here](https://go.microsoft.com/fwlink/?linkid=2212611&clcid=0x409) */
3344
3337
  export declare interface ThreeTierConfiguration extends InfrastructureConfiguration {
3345
3338
  /** Polymorphic discriminator, which specifies the different types this object can be */
3346
3339
  deploymentType: "ThreeTier";
@@ -3416,7 +3409,7 @@ export declare interface UpdateMonitorRequest {
3416
3409
  tags?: {
3417
3410
  [propertyName: string]: string;
3418
3411
  };
3419
- /** Managed service identity (user assigned identities) */
3412
+ /** [currently not in use] Managed service identity(user assigned identities) */
3420
3413
  identity?: UserAssignedServiceIdentity;
3421
3414
  }
3422
3415
 
@@ -3450,7 +3443,7 @@ export declare interface UpdateSAPVirtualInstanceRequest {
3450
3443
  tags?: {
3451
3444
  [propertyName: string]: string;
3452
3445
  };
3453
- /** Managed service identity (user assigned identities) */
3446
+ /** A pre-created user assigned identity with appropriate roles assigned. To learn more on identity and roles required, visit the ACSS how-to-guide. */
3454
3447
  identity?: UserAssignedServiceIdentity;
3455
3448
  }
3456
3449
 
@@ -3468,7 +3461,7 @@ export declare interface UserAssignedIdentity {
3468
3461
  readonly clientId?: string;
3469
3462
  }
3470
3463
 
3471
- /** Managed service identity (user assigned identities) */
3464
+ /** A pre-created user assigned identity with appropriate roles assigned. To learn more on identity and roles required, visit the ACSS how-to-guide. */
3472
3465
  export declare interface UserAssignedServiceIdentity {
3473
3466
  /** Type of manage identity */
3474
3467
  type: ManagedServiceIdentityType;