@azure/arm-appservice 16.0.1-alpha.20250619.1 → 17.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 (149) hide show
  1. package/CHANGELOG.md +48 -7
  2. package/LICENSE +1 -1
  3. package/README.md +0 -3
  4. package/dist/browser/lroImpl.d.ts.map +1 -1
  5. package/dist/browser/lroImpl.js +7 -0
  6. package/dist/browser/lroImpl.js.map +1 -1
  7. package/dist/browser/models/index.d.ts +148 -23
  8. package/dist/browser/models/index.d.ts.map +1 -1
  9. package/dist/browser/models/index.js.map +1 -1
  10. package/dist/browser/models/mappers.d.ts +4 -0
  11. package/dist/browser/models/mappers.d.ts.map +1 -1
  12. package/dist/browser/models/mappers.js +213 -22
  13. package/dist/browser/models/mappers.js.map +1 -1
  14. package/dist/browser/models/parameters.d.ts +11 -3
  15. package/dist/browser/models/parameters.d.ts.map +1 -1
  16. package/dist/browser/models/parameters.js +75 -5
  17. package/dist/browser/models/parameters.js.map +1 -1
  18. package/dist/browser/operations/index.d.ts +1 -0
  19. package/dist/browser/operations/index.d.ts.map +1 -1
  20. package/dist/browser/operations/index.js +1 -0
  21. package/dist/browser/operations/index.js.map +1 -1
  22. package/dist/browser/operations/siteCertificates.d.ts +144 -0
  23. package/dist/browser/operations/siteCertificates.d.ts.map +1 -0
  24. package/dist/browser/operations/siteCertificates.js +592 -0
  25. package/dist/browser/operations/siteCertificates.js.map +1 -0
  26. package/dist/browser/operations/webApps.js +14 -14
  27. package/dist/browser/operations/webApps.js.map +1 -1
  28. package/dist/browser/operationsInterfaces/index.d.ts +1 -0
  29. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  30. package/dist/browser/operationsInterfaces/index.js +1 -0
  31. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  32. package/dist/browser/operationsInterfaces/siteCertificates.d.ts +98 -0
  33. package/dist/browser/operationsInterfaces/siteCertificates.d.ts.map +1 -0
  34. package/dist/browser/operationsInterfaces/siteCertificates.js +9 -0
  35. package/dist/browser/operationsInterfaces/siteCertificates.js.map +1 -0
  36. package/dist/browser/webSiteManagementClient.d.ts +11 -2
  37. package/dist/browser/webSiteManagementClient.d.ts.map +1 -1
  38. package/dist/browser/webSiteManagementClient.js +47 -3
  39. package/dist/browser/webSiteManagementClient.js.map +1 -1
  40. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  41. package/dist/commonjs/lroImpl.js +7 -0
  42. package/dist/commonjs/lroImpl.js.map +1 -1
  43. package/dist/commonjs/models/index.d.ts +148 -23
  44. package/dist/commonjs/models/index.d.ts.map +1 -1
  45. package/dist/commonjs/models/index.js.map +1 -1
  46. package/dist/commonjs/models/mappers.d.ts +4 -0
  47. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  48. package/dist/commonjs/models/mappers.js +223 -32
  49. package/dist/commonjs/models/mappers.js.map +1 -1
  50. package/dist/commonjs/models/parameters.d.ts +11 -3
  51. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  52. package/dist/commonjs/models/parameters.js +78 -8
  53. package/dist/commonjs/models/parameters.js.map +1 -1
  54. package/dist/commonjs/operations/index.d.ts +1 -0
  55. package/dist/commonjs/operations/index.d.ts.map +1 -1
  56. package/dist/commonjs/operations/index.js +1 -0
  57. package/dist/commonjs/operations/index.js.map +1 -1
  58. package/dist/commonjs/operations/siteCertificates.d.ts +144 -0
  59. package/dist/commonjs/operations/siteCertificates.d.ts.map +1 -0
  60. package/dist/commonjs/operations/siteCertificates.js +596 -0
  61. package/dist/commonjs/operations/siteCertificates.js.map +1 -0
  62. package/dist/commonjs/operations/webApps.js +14 -14
  63. package/dist/commonjs/operations/webApps.js.map +1 -1
  64. package/dist/commonjs/operationsInterfaces/index.d.ts +1 -0
  65. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  66. package/dist/commonjs/operationsInterfaces/index.js +1 -0
  67. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  68. package/dist/commonjs/operationsInterfaces/siteCertificates.d.ts +98 -0
  69. package/dist/commonjs/operationsInterfaces/siteCertificates.d.ts.map +1 -0
  70. package/dist/commonjs/operationsInterfaces/siteCertificates.js +10 -0
  71. package/dist/commonjs/operationsInterfaces/siteCertificates.js.map +1 -0
  72. package/dist/commonjs/webSiteManagementClient.d.ts +11 -2
  73. package/dist/commonjs/webSiteManagementClient.d.ts.map +1 -1
  74. package/dist/commonjs/webSiteManagementClient.js +46 -2
  75. package/dist/commonjs/webSiteManagementClient.js.map +1 -1
  76. package/dist/esm/lroImpl.d.ts.map +1 -1
  77. package/dist/esm/lroImpl.js +7 -0
  78. package/dist/esm/lroImpl.js.map +1 -1
  79. package/dist/esm/models/index.d.ts +148 -23
  80. package/dist/esm/models/index.d.ts.map +1 -1
  81. package/dist/esm/models/index.js.map +1 -1
  82. package/dist/esm/models/mappers.d.ts +4 -0
  83. package/dist/esm/models/mappers.d.ts.map +1 -1
  84. package/dist/esm/models/mappers.js +213 -22
  85. package/dist/esm/models/mappers.js.map +1 -1
  86. package/dist/esm/models/parameters.d.ts +11 -3
  87. package/dist/esm/models/parameters.d.ts.map +1 -1
  88. package/dist/esm/models/parameters.js +75 -5
  89. package/dist/esm/models/parameters.js.map +1 -1
  90. package/dist/esm/operations/index.d.ts +1 -0
  91. package/dist/esm/operations/index.d.ts.map +1 -1
  92. package/dist/esm/operations/index.js +1 -0
  93. package/dist/esm/operations/index.js.map +1 -1
  94. package/dist/esm/operations/siteCertificates.d.ts +144 -0
  95. package/dist/esm/operations/siteCertificates.d.ts.map +1 -0
  96. package/dist/esm/operations/siteCertificates.js +592 -0
  97. package/dist/esm/operations/siteCertificates.js.map +1 -0
  98. package/dist/esm/operations/webApps.js +14 -14
  99. package/dist/esm/operations/webApps.js.map +1 -1
  100. package/dist/esm/operationsInterfaces/index.d.ts +1 -0
  101. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  102. package/dist/esm/operationsInterfaces/index.js +1 -0
  103. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  104. package/dist/esm/operationsInterfaces/siteCertificates.d.ts +98 -0
  105. package/dist/esm/operationsInterfaces/siteCertificates.d.ts.map +1 -0
  106. package/dist/esm/operationsInterfaces/siteCertificates.js +9 -0
  107. package/dist/esm/operationsInterfaces/siteCertificates.js.map +1 -0
  108. package/dist/esm/webSiteManagementClient.d.ts +11 -2
  109. package/dist/esm/webSiteManagementClient.d.ts.map +1 -1
  110. package/dist/esm/webSiteManagementClient.js +47 -3
  111. package/dist/esm/webSiteManagementClient.js.map +1 -1
  112. package/dist/react-native/lroImpl.d.ts.map +1 -1
  113. package/dist/react-native/lroImpl.js +7 -0
  114. package/dist/react-native/lroImpl.js.map +1 -1
  115. package/dist/react-native/models/index.d.ts +148 -23
  116. package/dist/react-native/models/index.d.ts.map +1 -1
  117. package/dist/react-native/models/index.js.map +1 -1
  118. package/dist/react-native/models/mappers.d.ts +4 -0
  119. package/dist/react-native/models/mappers.d.ts.map +1 -1
  120. package/dist/react-native/models/mappers.js +213 -22
  121. package/dist/react-native/models/mappers.js.map +1 -1
  122. package/dist/react-native/models/parameters.d.ts +11 -3
  123. package/dist/react-native/models/parameters.d.ts.map +1 -1
  124. package/dist/react-native/models/parameters.js +75 -5
  125. package/dist/react-native/models/parameters.js.map +1 -1
  126. package/dist/react-native/operations/index.d.ts +1 -0
  127. package/dist/react-native/operations/index.d.ts.map +1 -1
  128. package/dist/react-native/operations/index.js +1 -0
  129. package/dist/react-native/operations/index.js.map +1 -1
  130. package/dist/react-native/operations/siteCertificates.d.ts +144 -0
  131. package/dist/react-native/operations/siteCertificates.d.ts.map +1 -0
  132. package/dist/react-native/operations/siteCertificates.js +592 -0
  133. package/dist/react-native/operations/siteCertificates.js.map +1 -0
  134. package/dist/react-native/operations/webApps.js +14 -14
  135. package/dist/react-native/operations/webApps.js.map +1 -1
  136. package/dist/react-native/operationsInterfaces/index.d.ts +1 -0
  137. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  138. package/dist/react-native/operationsInterfaces/index.js +1 -0
  139. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  140. package/dist/react-native/operationsInterfaces/siteCertificates.d.ts +98 -0
  141. package/dist/react-native/operationsInterfaces/siteCertificates.d.ts.map +1 -0
  142. package/dist/react-native/operationsInterfaces/siteCertificates.js +9 -0
  143. package/dist/react-native/operationsInterfaces/siteCertificates.js.map +1 -0
  144. package/dist/react-native/webSiteManagementClient.d.ts +11 -2
  145. package/dist/react-native/webSiteManagementClient.d.ts.map +1 -1
  146. package/dist/react-native/webSiteManagementClient.js +47 -3
  147. package/dist/react-native/webSiteManagementClient.js.map +1 -1
  148. package/package.json +25 -25
  149. package/review/arm-appservice.api.md +147 -4
@@ -15,6 +15,7 @@ export * from "./provider.js";
15
15
  export * from "./recommendations.js";
16
16
  export * from "./resourceHealthMetadataOperations.js";
17
17
  export * from "./getUsagesInLocation.js";
18
+ export * from "./siteCertificates.js";
18
19
  export * from "./staticSites.js";
19
20
  export * from "./webApps.js";
20
21
  export * from "./workflows.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,sCAAsC,CAAC;AACrD,cAAc,iCAAiC,CAAC;AAChD,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,uCAAuC,CAAC;AACtD,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mCAAmC,CAAC;AAClD,cAAc,mDAAmD,CAAC;AAClE,cAAc,wCAAwC,CAAC;AACvD,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,sCAAsC,CAAC;AACrD,cAAc,iCAAiC,CAAC;AAChD,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,uCAAuC,CAAC;AACtD,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mCAAmC,CAAC;AAClD,cAAc,mDAAmD,CAAC;AAClE,cAAc,wCAAwC,CAAC;AACvD,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC"}
@@ -22,6 +22,7 @@ export * from "./provider.js";
22
22
  export * from "./recommendations.js";
23
23
  export * from "./resourceHealthMetadataOperations.js";
24
24
  export * from "./getUsagesInLocation.js";
25
+ export * from "./siteCertificates.js";
25
26
  export * from "./staticSites.js";
26
27
  export * from "./webApps.js";
27
28
  export * from "./workflows.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,sCAAsC,CAAC;AACrD,cAAc,iCAAiC,CAAC;AAChD,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,uCAAuC,CAAC;AACtD,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mCAAmC,CAAC;AAClD,cAAc,mDAAmD,CAAC;AAClE,cAAc,wCAAwC,CAAC;AACvD,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./appServiceCertificateOrders.js\";\nexport * from \"./certificateOrdersDiagnostics.js\";\nexport * from \"./certificateRegistrationProvider.js\";\nexport * from \"./domainRegistrationProvider.js\";\nexport * from \"./domains.js\";\nexport * from \"./topLevelDomains.js\";\nexport * from \"./appServiceEnvironments.js\";\nexport * from \"./appServicePlans.js\";\nexport * from \"./certificates.js\";\nexport * from \"./deletedWebApps.js\";\nexport * from \"./diagnostics.js\";\nexport * from \"./global.js\";\nexport * from \"./kubeEnvironments.js\";\nexport * from \"./provider.js\";\nexport * from \"./recommendations.js\";\nexport * from \"./resourceHealthMetadataOperations.js\";\nexport * from \"./getUsagesInLocation.js\";\nexport * from \"./staticSites.js\";\nexport * from \"./webApps.js\";\nexport * from \"./workflows.js\";\nexport * from \"./workflowRuns.js\";\nexport * from \"./workflowRunActions.js\";\nexport * from \"./workflowRunActionRepetitions.js\";\nexport * from \"./workflowRunActionRepetitionsRequestHistories.js\";\nexport * from \"./workflowRunActionScopeRepetitions.js\";\nexport * from \"./workflowTriggers.js\";\nexport * from \"./workflowTriggerHistories.js\";\nexport * from \"./workflowVersions.js\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,sCAAsC,CAAC;AACrD,cAAc,iCAAiC,CAAC;AAChD,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,uCAAuC,CAAC;AACtD,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mCAAmC,CAAC;AAClD,cAAc,mDAAmD,CAAC;AAClE,cAAc,wCAAwC,CAAC;AACvD,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./appServiceCertificateOrders.js\";\nexport * from \"./certificateOrdersDiagnostics.js\";\nexport * from \"./certificateRegistrationProvider.js\";\nexport * from \"./domainRegistrationProvider.js\";\nexport * from \"./domains.js\";\nexport * from \"./topLevelDomains.js\";\nexport * from \"./appServiceEnvironments.js\";\nexport * from \"./appServicePlans.js\";\nexport * from \"./certificates.js\";\nexport * from \"./deletedWebApps.js\";\nexport * from \"./diagnostics.js\";\nexport * from \"./global.js\";\nexport * from \"./kubeEnvironments.js\";\nexport * from \"./provider.js\";\nexport * from \"./recommendations.js\";\nexport * from \"./resourceHealthMetadataOperations.js\";\nexport * from \"./getUsagesInLocation.js\";\nexport * from \"./siteCertificates.js\";\nexport * from \"./staticSites.js\";\nexport * from \"./webApps.js\";\nexport * from \"./workflows.js\";\nexport * from \"./workflowRuns.js\";\nexport * from \"./workflowRunActions.js\";\nexport * from \"./workflowRunActionRepetitions.js\";\nexport * from \"./workflowRunActionRepetitionsRequestHistories.js\";\nexport * from \"./workflowRunActionScopeRepetitions.js\";\nexport * from \"./workflowTriggers.js\";\nexport * from \"./workflowTriggerHistories.js\";\nexport * from \"./workflowVersions.js\";\n"]}
@@ -0,0 +1,98 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Certificate, SiteCertificatesListOptionalParams, SiteCertificatesListSlotOptionalParams, SiteCertificatesGetOptionalParams, SiteCertificatesGetResponse, SiteCertificatesCreateOrUpdateOptionalParams, SiteCertificatesCreateOrUpdateResponse, SiteCertificatesDeleteOptionalParams, CertificatePatchResource, SiteCertificatesUpdateOptionalParams, SiteCertificatesUpdateResponse, SiteCertificatesGetSlotOptionalParams, SiteCertificatesGetSlotResponse, SiteCertificatesCreateOrUpdateSlotOptionalParams, SiteCertificatesCreateOrUpdateSlotResponse, SiteCertificatesDeleteSlotOptionalParams, SiteCertificatesUpdateSlotOptionalParams, SiteCertificatesUpdateSlotResponse } from "../models/index.js";
3
+ /** Interface representing a SiteCertificates. */
4
+ export interface SiteCertificates {
5
+ /**
6
+ * Get all certificates in a resource group under a site.
7
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8
+ * @param name Name of the site.
9
+ * @param options The options parameters.
10
+ */
11
+ list(resourceGroupName: string, name: string, options?: SiteCertificatesListOptionalParams): PagedAsyncIterableIterator<Certificate>;
12
+ /**
13
+ * Get all certificates in a resource group for a given site and a deployment slot.
14
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
15
+ * @param name Name of the site.
16
+ * @param slot Name of the deployment slot. If a slot is not specified, the API will create a binding
17
+ * for the production slot.
18
+ * @param options The options parameters.
19
+ */
20
+ listSlot(resourceGroupName: string, name: string, slot: string, options?: SiteCertificatesListSlotOptionalParams): PagedAsyncIterableIterator<Certificate>;
21
+ /**
22
+ * Get a certificate belonging to a given site.
23
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
24
+ * @param name Name of the site.
25
+ * @param certificateName Name of the certificate.
26
+ * @param options The options parameters.
27
+ */
28
+ get(resourceGroupName: string, name: string, certificateName: string, options?: SiteCertificatesGetOptionalParams): Promise<SiteCertificatesGetResponse>;
29
+ /**
30
+ * Create or update a certificate under a given site.
31
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
32
+ * @param name Name of the site.
33
+ * @param certificateName Name of the certificate.
34
+ * @param certificateEnvelope Details of certificate, if it exists already.
35
+ * @param options The options parameters.
36
+ */
37
+ createOrUpdate(resourceGroupName: string, name: string, certificateName: string, certificateEnvelope: Certificate, options?: SiteCertificatesCreateOrUpdateOptionalParams): Promise<SiteCertificatesCreateOrUpdateResponse>;
38
+ /**
39
+ * Delete a certificate from the site.
40
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
41
+ * @param name Name of the site.
42
+ * @param certificateName Name of the certificate.
43
+ * @param options The options parameters.
44
+ */
45
+ delete(resourceGroupName: string, name: string, certificateName: string, options?: SiteCertificatesDeleteOptionalParams): Promise<void>;
46
+ /**
47
+ * Create or update a certificate under a given site.
48
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
49
+ * @param name Name of the site.
50
+ * @param certificateName Name of the certificate.
51
+ * @param certificateEnvelope Details of certificate, if it exists already.
52
+ * @param options The options parameters.
53
+ */
54
+ update(resourceGroupName: string, name: string, certificateName: string, certificateEnvelope: CertificatePatchResource, options?: SiteCertificatesUpdateOptionalParams): Promise<SiteCertificatesUpdateResponse>;
55
+ /**
56
+ * Get a certificate for a given site and deployment slot.
57
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
58
+ * @param name Name of the site.
59
+ * @param slot Name of the deployment slot. If a slot is not specified, the API will create a binding
60
+ * for the production slot.
61
+ * @param certificateName Name of the certificate.
62
+ * @param options The options parameters.
63
+ */
64
+ getSlot(resourceGroupName: string, name: string, slot: string, certificateName: string, options?: SiteCertificatesGetSlotOptionalParams): Promise<SiteCertificatesGetSlotResponse>;
65
+ /**
66
+ * Create or update a certificate in a given site and deployment slot.
67
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
68
+ * @param name Name of the site.
69
+ * @param slot Name of the deployment slot. If a slot is not specified, the API will create a binding
70
+ * for the production slot.
71
+ * @param certificateName Name of the certificate.
72
+ * @param certificateEnvelope Details of certificate, if it exists already.
73
+ * @param options The options parameters.
74
+ */
75
+ createOrUpdateSlot(resourceGroupName: string, name: string, slot: string, certificateName: string, certificateEnvelope: Certificate, options?: SiteCertificatesCreateOrUpdateSlotOptionalParams): Promise<SiteCertificatesCreateOrUpdateSlotResponse>;
76
+ /**
77
+ * Delete a certificate for a given site and deployment slot.
78
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
79
+ * @param name Name of the site.
80
+ * @param slot Name of the deployment slot. If a slot is not specified, the API will create a binding
81
+ * for the production slot.
82
+ * @param certificateName Name of the certificate.
83
+ * @param options The options parameters.
84
+ */
85
+ deleteSlot(resourceGroupName: string, name: string, slot: string, certificateName: string, options?: SiteCertificatesDeleteSlotOptionalParams): Promise<void>;
86
+ /**
87
+ * Create or update a certificate for a site and deployment slot.
88
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
89
+ * @param name Name of the site.
90
+ * @param slot Name of the deployment slot. If a slot is not specified, the API will create a binding
91
+ * for the production slot.
92
+ * @param certificateName Name of the certificate.
93
+ * @param certificateEnvelope Details of certificate, if it exists already.
94
+ * @param options The options parameters.
95
+ */
96
+ updateSlot(resourceGroupName: string, name: string, slot: string, certificateName: string, certificateEnvelope: CertificatePatchResource, options?: SiteCertificatesUpdateSlotOptionalParams): Promise<SiteCertificatesUpdateSlotResponse>;
97
+ }
98
+ //# sourceMappingURL=siteCertificates.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"siteCertificates.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/siteCertificates.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=siteCertificates.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"siteCertificates.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/siteCertificates.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n Certificate,\n SiteCertificatesListOptionalParams,\n SiteCertificatesListSlotOptionalParams,\n SiteCertificatesGetOptionalParams,\n SiteCertificatesGetResponse,\n SiteCertificatesCreateOrUpdateOptionalParams,\n SiteCertificatesCreateOrUpdateResponse,\n SiteCertificatesDeleteOptionalParams,\n CertificatePatchResource,\n SiteCertificatesUpdateOptionalParams,\n SiteCertificatesUpdateResponse,\n SiteCertificatesGetSlotOptionalParams,\n SiteCertificatesGetSlotResponse,\n SiteCertificatesCreateOrUpdateSlotOptionalParams,\n SiteCertificatesCreateOrUpdateSlotResponse,\n SiteCertificatesDeleteSlotOptionalParams,\n SiteCertificatesUpdateSlotOptionalParams,\n SiteCertificatesUpdateSlotResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a SiteCertificates. */\nexport interface SiteCertificates {\n /**\n * Get all certificates in a resource group under a site.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name Name of the site.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n name: string,\n options?: SiteCertificatesListOptionalParams,\n ): PagedAsyncIterableIterator<Certificate>;\n /**\n * Get all certificates in a resource group for a given site and a deployment slot.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name Name of the site.\n * @param slot Name of the deployment slot. If a slot is not specified, the API will create a binding\n * for the production slot.\n * @param options The options parameters.\n */\n listSlot(\n resourceGroupName: string,\n name: string,\n slot: string,\n options?: SiteCertificatesListSlotOptionalParams,\n ): PagedAsyncIterableIterator<Certificate>;\n /**\n * Get a certificate belonging to a given site.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name Name of the site.\n * @param certificateName Name of the certificate.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n name: string,\n certificateName: string,\n options?: SiteCertificatesGetOptionalParams,\n ): Promise<SiteCertificatesGetResponse>;\n /**\n * Create or update a certificate under a given site.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name Name of the site.\n * @param certificateName Name of the certificate.\n * @param certificateEnvelope Details of certificate, if it exists already.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n name: string,\n certificateName: string,\n certificateEnvelope: Certificate,\n options?: SiteCertificatesCreateOrUpdateOptionalParams,\n ): Promise<SiteCertificatesCreateOrUpdateResponse>;\n /**\n * Delete a certificate from the site.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name Name of the site.\n * @param certificateName Name of the certificate.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n name: string,\n certificateName: string,\n options?: SiteCertificatesDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Create or update a certificate under a given site.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name Name of the site.\n * @param certificateName Name of the certificate.\n * @param certificateEnvelope Details of certificate, if it exists already.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n name: string,\n certificateName: string,\n certificateEnvelope: CertificatePatchResource,\n options?: SiteCertificatesUpdateOptionalParams,\n ): Promise<SiteCertificatesUpdateResponse>;\n /**\n * Get a certificate for a given site and deployment slot.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name Name of the site.\n * @param slot Name of the deployment slot. If a slot is not specified, the API will create a binding\n * for the production slot.\n * @param certificateName Name of the certificate.\n * @param options The options parameters.\n */\n getSlot(\n resourceGroupName: string,\n name: string,\n slot: string,\n certificateName: string,\n options?: SiteCertificatesGetSlotOptionalParams,\n ): Promise<SiteCertificatesGetSlotResponse>;\n /**\n * Create or update a certificate in a given site and deployment slot.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name Name of the site.\n * @param slot Name of the deployment slot. If a slot is not specified, the API will create a binding\n * for the production slot.\n * @param certificateName Name of the certificate.\n * @param certificateEnvelope Details of certificate, if it exists already.\n * @param options The options parameters.\n */\n createOrUpdateSlot(\n resourceGroupName: string,\n name: string,\n slot: string,\n certificateName: string,\n certificateEnvelope: Certificate,\n options?: SiteCertificatesCreateOrUpdateSlotOptionalParams,\n ): Promise<SiteCertificatesCreateOrUpdateSlotResponse>;\n /**\n * Delete a certificate for a given site and deployment slot.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name Name of the site.\n * @param slot Name of the deployment slot. If a slot is not specified, the API will create a binding\n * for the production slot.\n * @param certificateName Name of the certificate.\n * @param options The options parameters.\n */\n deleteSlot(\n resourceGroupName: string,\n name: string,\n slot: string,\n certificateName: string,\n options?: SiteCertificatesDeleteSlotOptionalParams,\n ): Promise<void>;\n /**\n * Create or update a certificate for a site and deployment slot.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name Name of the site.\n * @param slot Name of the deployment slot. If a slot is not specified, the API will create a binding\n * for the production slot.\n * @param certificateName Name of the certificate.\n * @param certificateEnvelope Details of certificate, if it exists already.\n * @param options The options parameters.\n */\n updateSlot(\n resourceGroupName: string,\n name: string,\n slot: string,\n certificateName: string,\n certificateEnvelope: CertificatePatchResource,\n options?: SiteCertificatesUpdateSlotOptionalParams,\n ): Promise<SiteCertificatesUpdateSlotResponse>;\n}\n"]}
@@ -1,8 +1,8 @@
1
1
  import * as coreClient from "@azure/core-client";
2
2
  import * as coreAuth from "@azure/core-auth";
3
3
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
4
- import { AppServiceCertificateOrders, CertificateOrdersDiagnostics, CertificateRegistrationProvider, DomainRegistrationProvider, Domains, TopLevelDomains, AppServiceEnvironments, AppServicePlans, Certificates, DeletedWebApps, Diagnostics, Global, KubeEnvironments, Provider, Recommendations, ResourceHealthMetadataOperations, GetUsagesInLocation, StaticSites, WebApps, Workflows, WorkflowRuns, WorkflowRunActions, WorkflowRunActionRepetitions, WorkflowRunActionRepetitionsRequestHistories, WorkflowRunActionScopeRepetitions, WorkflowTriggers, WorkflowTriggerHistories, WorkflowVersions } from "./operationsInterfaces/index.js";
5
- import { WebSiteManagementClientOptionalParams, SourceControl, ListSourceControlsOptionalParams, BillingMeter, ListBillingMetersOptionalParams, CustomHostnameSites, ListCustomHostNameSitesOptionalParams, AseRegion, ListAseRegionsOptionalParams, GeoRegion, ListGeoRegionsOptionalParams, Identifier, NameIdentifier, ListSiteIdentifiersAssignedToHostNameOptionalParams, PremierAddOnOffer, ListPremierAddOnOffersOptionalParams, GetPublishingUserOptionalParams, GetPublishingUserResponse, User, UpdatePublishingUserOptionalParams, UpdatePublishingUserResponse, GetSourceControlOptionalParams, GetSourceControlResponse, UpdateSourceControlOptionalParams, UpdateSourceControlResponse, CheckNameResourceTypes, CheckNameAvailabilityOptionalParams, CheckNameAvailabilityResponse, GetSubscriptionDeploymentLocationsOptionalParams, GetSubscriptionDeploymentLocationsResponse, ListSkusOptionalParams, ListSkusResponse, VnetParameters, VerifyHostingEnvironmentVnetOptionalParams, VerifyHostingEnvironmentVnetResponse, CsmMoveResourceEnvelope, MoveOptionalParams, ValidateRequest, ValidateOptionalParams, ValidateOperationResponse, ValidateMoveOptionalParams } from "./models/index.js";
4
+ import { AppServiceCertificateOrders, CertificateOrdersDiagnostics, CertificateRegistrationProvider, DomainRegistrationProvider, Domains, TopLevelDomains, AppServiceEnvironments, AppServicePlans, Certificates, DeletedWebApps, Diagnostics, Global, KubeEnvironments, Provider, Recommendations, ResourceHealthMetadataOperations, GetUsagesInLocation, SiteCertificates, StaticSites, WebApps, Workflows, WorkflowRuns, WorkflowRunActions, WorkflowRunActionRepetitions, WorkflowRunActionRepetitionsRequestHistories, WorkflowRunActionScopeRepetitions, WorkflowTriggers, WorkflowTriggerHistories, WorkflowVersions } from "./operationsInterfaces/index.js";
5
+ import { WebSiteManagementClientOptionalParams, SourceControl, ListSourceControlsOptionalParams, BillingMeter, ListBillingMetersOptionalParams, CustomHostnameSites, ListCustomHostNameSitesOptionalParams, AseRegion, ListAseRegionsOptionalParams, GeoRegion, ListGeoRegionsOptionalParams, Identifier, NameIdentifier, ListSiteIdentifiersAssignedToHostNameOptionalParams, PremierAddOnOffer, ListPremierAddOnOffersOptionalParams, GetPublishingUserOptionalParams, GetPublishingUserResponse, User, UpdatePublishingUserOptionalParams, UpdatePublishingUserResponse, GetSourceControlOptionalParams, GetSourceControlResponse, UpdateSourceControlOptionalParams, UpdateSourceControlResponse, CheckNameResourceTypes, CheckNameAvailabilityOptionalParams, CheckNameAvailabilityResponse, GetSubscriptionDeploymentLocationsOptionalParams, GetSubscriptionDeploymentLocationsResponse, RegionalCheckNameAvailabilityOptionalParams, RegionalCheckNameAvailabilityResponse, ListSkusOptionalParams, ListSkusResponse, VnetParameters, VerifyHostingEnvironmentVnetOptionalParams, VerifyHostingEnvironmentVnetResponse, CsmMoveResourceEnvelope, MoveOptionalParams, ValidateRequest, ValidateOptionalParams, ValidateOperationResponse, ValidateMoveOptionalParams } from "./models/index.js";
6
6
  export declare class WebSiteManagementClient extends coreClient.ServiceClient {
7
7
  $host: string;
8
8
  subscriptionId?: string;
@@ -135,6 +135,14 @@ export declare class WebSiteManagementClient extends coreClient.ServiceClient {
135
135
  * @param options The options parameters.
136
136
  */
137
137
  private _listSiteIdentifiersAssignedToHostName;
138
+ /**
139
+ * Check if a resource name is available for DNL sites.
140
+ * @param location
141
+ * @param name Resource name to verify.
142
+ * @param typeParam Resource type used for verification.
143
+ * @param options The options parameters.
144
+ */
145
+ regionalCheckNameAvailability(location: string, name: string, typeParam: CheckNameResourceTypes, options?: RegionalCheckNameAvailabilityOptionalParams): Promise<RegionalCheckNameAvailabilityResponse>;
138
146
  /**
139
147
  * Description for List all premier add-on offers.
140
148
  * @param options The options parameters.
@@ -235,6 +243,7 @@ export declare class WebSiteManagementClient extends coreClient.ServiceClient {
235
243
  recommendations: Recommendations;
236
244
  resourceHealthMetadataOperations: ResourceHealthMetadataOperations;
237
245
  getUsagesInLocation: GetUsagesInLocation;
246
+ siteCertificates: SiteCertificates;
238
247
  staticSites: StaticSites;
239
248
  webApps: WebApps;
240
249
  workflows: Workflows;
@@ -1 +1 @@
1
- {"version":3,"file":"webSiteManagementClient.d.ts","sourceRoot":"","sources":["../../src/webSiteManagementClient.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"webSiteManagementClient.d.ts","sourceRoot":"","sources":["../../src/webSiteManagementClient.ts"],"names":[],"mappings":"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"}
@@ -9,7 +9,7 @@ import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tsli
9
9
  import * as coreClient from "@azure/core-client";
10
10
  import * as coreRestPipeline from "@azure/core-rest-pipeline";
11
11
  import { setContinuationToken } from "./pagingHelper.js";
12
- import { AppServiceCertificateOrdersImpl, CertificateOrdersDiagnosticsImpl, CertificateRegistrationProviderImpl, DomainRegistrationProviderImpl, DomainsImpl, TopLevelDomainsImpl, AppServiceEnvironmentsImpl, AppServicePlansImpl, CertificatesImpl, DeletedWebAppsImpl, DiagnosticsImpl, GlobalImpl, KubeEnvironmentsImpl, ProviderImpl, RecommendationsImpl, ResourceHealthMetadataOperationsImpl, GetUsagesInLocationImpl, StaticSitesImpl, WebAppsImpl, WorkflowsImpl, WorkflowRunsImpl, WorkflowRunActionsImpl, WorkflowRunActionRepetitionsImpl, WorkflowRunActionRepetitionsRequestHistoriesImpl, WorkflowRunActionScopeRepetitionsImpl, WorkflowTriggersImpl, WorkflowTriggerHistoriesImpl, WorkflowVersionsImpl, } from "./operations/index.js";
12
+ import { AppServiceCertificateOrdersImpl, CertificateOrdersDiagnosticsImpl, CertificateRegistrationProviderImpl, DomainRegistrationProviderImpl, DomainsImpl, TopLevelDomainsImpl, AppServiceEnvironmentsImpl, AppServicePlansImpl, CertificatesImpl, DeletedWebAppsImpl, DiagnosticsImpl, GlobalImpl, KubeEnvironmentsImpl, ProviderImpl, RecommendationsImpl, ResourceHealthMetadataOperationsImpl, GetUsagesInLocationImpl, SiteCertificatesImpl, StaticSitesImpl, WebAppsImpl, WorkflowsImpl, WorkflowRunsImpl, WorkflowRunActionsImpl, WorkflowRunActionRepetitionsImpl, WorkflowRunActionRepetitionsRequestHistoriesImpl, WorkflowRunActionScopeRepetitionsImpl, WorkflowTriggersImpl, WorkflowTriggerHistoriesImpl, WorkflowVersionsImpl, } from "./operations/index.js";
13
13
  import * as Parameters from "./models/parameters.js";
14
14
  import * as Mappers from "./models/mappers.js";
15
15
  /// <reference lib="esnext.asynciterable" />
@@ -34,7 +34,7 @@ export class WebSiteManagementClient extends coreClient.ServiceClient {
34
34
  requestContentType: "application/json; charset=utf-8",
35
35
  credential: credentials,
36
36
  };
37
- const packageDetails = `azsdk-js-arm-appservice/16.0.1`;
37
+ const packageDetails = `azsdk-js-arm-appservice/17.0.0`;
38
38
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
39
39
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
40
40
  : `${packageDetails}`;
@@ -67,7 +67,7 @@ export class WebSiteManagementClient extends coreClient.ServiceClient {
67
67
  this.subscriptionId = subscriptionId;
68
68
  // Assigning values to Constant parameters
69
69
  this.$host = options.$host || "https://management.azure.com";
70
- this.apiVersion = options.apiVersion || "2024-04-01";
70
+ this.apiVersion = options.apiVersion || "2024-11-01";
71
71
  this.appServiceCertificateOrders = new AppServiceCertificateOrdersImpl(this);
72
72
  this.certificateOrdersDiagnostics = new CertificateOrdersDiagnosticsImpl(this);
73
73
  this.certificateRegistrationProvider =
@@ -87,6 +87,7 @@ export class WebSiteManagementClient extends coreClient.ServiceClient {
87
87
  this.resourceHealthMetadataOperations =
88
88
  new ResourceHealthMetadataOperationsImpl(this);
89
89
  this.getUsagesInLocation = new GetUsagesInLocationImpl(this);
90
+ this.siteCertificates = new SiteCertificatesImpl(this);
90
91
  this.staticSites = new StaticSitesImpl(this);
91
92
  this.webApps = new WebAppsImpl(this);
92
93
  this.workflows = new WorkflowsImpl(this);
@@ -646,6 +647,16 @@ export class WebSiteManagementClient extends coreClient.ServiceClient {
646
647
  _listSiteIdentifiersAssignedToHostName(nameIdentifier, options) {
647
648
  return this.sendOperationRequest({ nameIdentifier, options }, listSiteIdentifiersAssignedToHostNameOperationSpec);
648
649
  }
650
+ /**
651
+ * Check if a resource name is available for DNL sites.
652
+ * @param location
653
+ * @param name Resource name to verify.
654
+ * @param typeParam Resource type used for verification.
655
+ * @param options The options parameters.
656
+ */
657
+ regionalCheckNameAvailability(location, name, typeParam, options) {
658
+ return this.sendOperationRequest({ location, name, typeParam, options }, regionalCheckNameAvailabilityOperationSpec);
659
+ }
649
660
  /**
650
661
  * Description for List all premier add-on offers.
651
662
  * @param options The options parameters.
@@ -976,6 +987,39 @@ const listSiteIdentifiersAssignedToHostNameOperationSpec = {
976
987
  mediaType: "json",
977
988
  serializer,
978
989
  };
990
+ const regionalCheckNameAvailabilityOperationSpec = {
991
+ path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/checknameavailability",
992
+ httpMethod: "POST",
993
+ responses: {
994
+ 200: {
995
+ bodyMapper: Mappers.DnlResourceNameAvailability,
996
+ },
997
+ default: {
998
+ bodyMapper: Mappers.DefaultErrorResponse,
999
+ },
1000
+ },
1001
+ requestBody: {
1002
+ parameterPath: {
1003
+ resourceGroupName: ["options", "resourceGroupName"],
1004
+ autoGeneratedDomainNameLabelScope: [
1005
+ "options",
1006
+ "autoGeneratedDomainNameLabelScope",
1007
+ ],
1008
+ name: ["name"],
1009
+ typeParam: ["typeParam"],
1010
+ },
1011
+ mapper: Object.assign(Object.assign({}, Mappers.DnlResourceNameAvailabilityRequest), { required: true }),
1012
+ },
1013
+ queryParameters: [Parameters.apiVersion],
1014
+ urlParameters: [
1015
+ Parameters.$host,
1016
+ Parameters.subscriptionId,
1017
+ Parameters.location,
1018
+ ],
1019
+ headerParameters: [Parameters.accept, Parameters.contentType],
1020
+ mediaType: "json",
1021
+ serializer,
1022
+ };
979
1023
  const listPremierAddOnOffersOperationSpec = {
980
1024
  path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/premieraddonoffers",
981
1025
  httpMethod: "GET",