@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.
- package/CHANGELOG.md +48 -7
- package/LICENSE +1 -1
- package/README.md +0 -3
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +7 -0
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +148 -23
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +4 -0
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +213 -22
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +11 -3
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +75 -5
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/index.d.ts +1 -0
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +1 -0
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/siteCertificates.d.ts +144 -0
- package/dist/browser/operations/siteCertificates.d.ts.map +1 -0
- package/dist/browser/operations/siteCertificates.js +592 -0
- package/dist/browser/operations/siteCertificates.js.map +1 -0
- package/dist/browser/operations/webApps.js +14 -14
- package/dist/browser/operations/webApps.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +1 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/siteCertificates.d.ts +98 -0
- package/dist/browser/operationsInterfaces/siteCertificates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/siteCertificates.js +9 -0
- package/dist/browser/operationsInterfaces/siteCertificates.js.map +1 -0
- package/dist/browser/webSiteManagementClient.d.ts +11 -2
- package/dist/browser/webSiteManagementClient.d.ts.map +1 -1
- package/dist/browser/webSiteManagementClient.js +47 -3
- package/dist/browser/webSiteManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -0
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +148 -23
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +4 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +223 -32
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +11 -3
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +78 -8
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +1 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +1 -0
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/siteCertificates.d.ts +144 -0
- package/dist/commonjs/operations/siteCertificates.d.ts.map +1 -0
- package/dist/commonjs/operations/siteCertificates.js +596 -0
- package/dist/commonjs/operations/siteCertificates.js.map +1 -0
- package/dist/commonjs/operations/webApps.js +14 -14
- package/dist/commonjs/operations/webApps.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +1 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/siteCertificates.d.ts +98 -0
- package/dist/commonjs/operationsInterfaces/siteCertificates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/siteCertificates.js +10 -0
- package/dist/commonjs/operationsInterfaces/siteCertificates.js.map +1 -0
- package/dist/commonjs/webSiteManagementClient.d.ts +11 -2
- package/dist/commonjs/webSiteManagementClient.d.ts.map +1 -1
- package/dist/commonjs/webSiteManagementClient.js +46 -2
- package/dist/commonjs/webSiteManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +7 -0
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +148 -23
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +4 -0
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +213 -22
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +11 -3
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +75 -5
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/index.d.ts +1 -0
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +1 -0
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/siteCertificates.d.ts +144 -0
- package/dist/esm/operations/siteCertificates.d.ts.map +1 -0
- package/dist/esm/operations/siteCertificates.js +592 -0
- package/dist/esm/operations/siteCertificates.js.map +1 -0
- package/dist/esm/operations/webApps.js +14 -14
- package/dist/esm/operations/webApps.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +1 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/siteCertificates.d.ts +98 -0
- package/dist/esm/operationsInterfaces/siteCertificates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/siteCertificates.js +9 -0
- package/dist/esm/operationsInterfaces/siteCertificates.js.map +1 -0
- package/dist/esm/webSiteManagementClient.d.ts +11 -2
- package/dist/esm/webSiteManagementClient.d.ts.map +1 -1
- package/dist/esm/webSiteManagementClient.js +47 -3
- package/dist/esm/webSiteManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +7 -0
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +148 -23
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +4 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +213 -22
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +11 -3
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +75 -5
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +1 -0
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +1 -0
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/siteCertificates.d.ts +144 -0
- package/dist/react-native/operations/siteCertificates.d.ts.map +1 -0
- package/dist/react-native/operations/siteCertificates.js +592 -0
- package/dist/react-native/operations/siteCertificates.js.map +1 -0
- package/dist/react-native/operations/webApps.js +14 -14
- package/dist/react-native/operations/webApps.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +1 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/siteCertificates.d.ts +98 -0
- package/dist/react-native/operationsInterfaces/siteCertificates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/siteCertificates.js +9 -0
- package/dist/react-native/operationsInterfaces/siteCertificates.js.map +1 -0
- package/dist/react-native/webSiteManagementClient.d.ts +11 -2
- package/dist/react-native/webSiteManagementClient.d.ts.map +1 -1
- package/dist/react-native/webSiteManagementClient.js +47 -3
- package/dist/react-native/webSiteManagementClient.js.map +1 -1
- package/package.json +25 -25
- 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"}
|
|
@@ -25,6 +25,7 @@ tslib_1.__exportStar(require("./provider.js"), exports);
|
|
|
25
25
|
tslib_1.__exportStar(require("./recommendations.js"), exports);
|
|
26
26
|
tslib_1.__exportStar(require("./resourceHealthMetadataOperations.js"), exports);
|
|
27
27
|
tslib_1.__exportStar(require("./getUsagesInLocation.js"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./siteCertificates.js"), exports);
|
|
28
29
|
tslib_1.__exportStar(require("./staticSites.js"), exports);
|
|
29
30
|
tslib_1.__exportStar(require("./webApps.js"), exports);
|
|
30
31
|
tslib_1.__exportStar(require("./workflows.js"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAEH,2EAAiD;AACjD,4EAAkD;AAClD,+EAAqD;AACrD,0EAAgD;AAChD,uDAA6B;AAC7B,+DAAqC;AACrC,sEAA4C;AAC5C,+DAAqC;AACrC,4DAAkC;AAClC,8DAAoC;AACpC,2DAAiC;AACjC,sDAA4B;AAC5B,gEAAsC;AACtC,wDAA8B;AAC9B,+DAAqC;AACrC,gFAAsD;AACtD,mEAAyC;AACzC,2DAAiC;AACjC,uDAA6B;AAC7B,yDAA+B;AAC/B,4DAAkC;AAClC,kEAAwC;AACxC,4EAAkD;AAClD,4FAAkE;AAClE,iFAAuD;AACvD,gEAAsC;AACtC,wEAA8C;AAC9C,gEAAsC","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,2EAAiD;AACjD,4EAAkD;AAClD,+EAAqD;AACrD,0EAAgD;AAChD,uDAA6B;AAC7B,+DAAqC;AACrC,sEAA4C;AAC5C,+DAAqC;AACrC,4DAAkC;AAClC,8DAAoC;AACpC,2DAAiC;AACjC,sDAA4B;AAC5B,gEAAsC;AACtC,wDAA8B;AAC9B,+DAAqC;AACrC,gFAAsD;AACtD,mEAAyC;AACzC,gEAAsC;AACtC,2DAAiC;AACjC,uDAA6B;AAC7B,yDAA+B;AAC/B,4DAAkC;AAClC,kEAAwC;AACxC,4EAAkD;AAClD,4FAAkE;AAClE,iFAAuD;AACvD,gEAAsC;AACtC,wEAA8C;AAC9C,gEAAsC","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,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# 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":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"webSiteManagementClient.d.ts","sourceRoot":"","sources":["../../src/webSiteManagementClient.ts"],"names":[],"mappings":"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"}
|
|
@@ -37,7 +37,7 @@ class WebSiteManagementClient extends coreClient.ServiceClient {
|
|
|
37
37
|
requestContentType: "application/json; charset=utf-8",
|
|
38
38
|
credential: credentials,
|
|
39
39
|
};
|
|
40
|
-
const packageDetails = `azsdk-js-arm-appservice/
|
|
40
|
+
const packageDetails = `azsdk-js-arm-appservice/17.0.0`;
|
|
41
41
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
42
42
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
43
43
|
: `${packageDetails}`;
|
|
@@ -70,7 +70,7 @@ class WebSiteManagementClient extends coreClient.ServiceClient {
|
|
|
70
70
|
this.subscriptionId = subscriptionId;
|
|
71
71
|
// Assigning values to Constant parameters
|
|
72
72
|
this.$host = options.$host || "https://management.azure.com";
|
|
73
|
-
this.apiVersion = options.apiVersion || "2024-
|
|
73
|
+
this.apiVersion = options.apiVersion || "2024-11-01";
|
|
74
74
|
this.appServiceCertificateOrders = new index_js_1.AppServiceCertificateOrdersImpl(this);
|
|
75
75
|
this.certificateOrdersDiagnostics = new index_js_1.CertificateOrdersDiagnosticsImpl(this);
|
|
76
76
|
this.certificateRegistrationProvider =
|
|
@@ -90,6 +90,7 @@ class WebSiteManagementClient extends coreClient.ServiceClient {
|
|
|
90
90
|
this.resourceHealthMetadataOperations =
|
|
91
91
|
new index_js_1.ResourceHealthMetadataOperationsImpl(this);
|
|
92
92
|
this.getUsagesInLocation = new index_js_1.GetUsagesInLocationImpl(this);
|
|
93
|
+
this.siteCertificates = new index_js_1.SiteCertificatesImpl(this);
|
|
93
94
|
this.staticSites = new index_js_1.StaticSitesImpl(this);
|
|
94
95
|
this.webApps = new index_js_1.WebAppsImpl(this);
|
|
95
96
|
this.workflows = new index_js_1.WorkflowsImpl(this);
|
|
@@ -649,6 +650,16 @@ class WebSiteManagementClient extends coreClient.ServiceClient {
|
|
|
649
650
|
_listSiteIdentifiersAssignedToHostName(nameIdentifier, options) {
|
|
650
651
|
return this.sendOperationRequest({ nameIdentifier, options }, listSiteIdentifiersAssignedToHostNameOperationSpec);
|
|
651
652
|
}
|
|
653
|
+
/**
|
|
654
|
+
* Check if a resource name is available for DNL sites.
|
|
655
|
+
* @param location
|
|
656
|
+
* @param name Resource name to verify.
|
|
657
|
+
* @param typeParam Resource type used for verification.
|
|
658
|
+
* @param options The options parameters.
|
|
659
|
+
*/
|
|
660
|
+
regionalCheckNameAvailability(location, name, typeParam, options) {
|
|
661
|
+
return this.sendOperationRequest({ location, name, typeParam, options }, regionalCheckNameAvailabilityOperationSpec);
|
|
662
|
+
}
|
|
652
663
|
/**
|
|
653
664
|
* Description for List all premier add-on offers.
|
|
654
665
|
* @param options The options parameters.
|
|
@@ -980,6 +991,39 @@ const listSiteIdentifiersAssignedToHostNameOperationSpec = {
|
|
|
980
991
|
mediaType: "json",
|
|
981
992
|
serializer,
|
|
982
993
|
};
|
|
994
|
+
const regionalCheckNameAvailabilityOperationSpec = {
|
|
995
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/checknameavailability",
|
|
996
|
+
httpMethod: "POST",
|
|
997
|
+
responses: {
|
|
998
|
+
200: {
|
|
999
|
+
bodyMapper: Mappers.DnlResourceNameAvailability,
|
|
1000
|
+
},
|
|
1001
|
+
default: {
|
|
1002
|
+
bodyMapper: Mappers.DefaultErrorResponse,
|
|
1003
|
+
},
|
|
1004
|
+
},
|
|
1005
|
+
requestBody: {
|
|
1006
|
+
parameterPath: {
|
|
1007
|
+
resourceGroupName: ["options", "resourceGroupName"],
|
|
1008
|
+
autoGeneratedDomainNameLabelScope: [
|
|
1009
|
+
"options",
|
|
1010
|
+
"autoGeneratedDomainNameLabelScope",
|
|
1011
|
+
],
|
|
1012
|
+
name: ["name"],
|
|
1013
|
+
typeParam: ["typeParam"],
|
|
1014
|
+
},
|
|
1015
|
+
mapper: Object.assign(Object.assign({}, Mappers.DnlResourceNameAvailabilityRequest), { required: true }),
|
|
1016
|
+
},
|
|
1017
|
+
queryParameters: [Parameters.apiVersion],
|
|
1018
|
+
urlParameters: [
|
|
1019
|
+
Parameters.$host,
|
|
1020
|
+
Parameters.subscriptionId,
|
|
1021
|
+
Parameters.location,
|
|
1022
|
+
],
|
|
1023
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
1024
|
+
mediaType: "json",
|
|
1025
|
+
serializer,
|
|
1026
|
+
};
|
|
983
1027
|
const listPremierAddOnOffersOperationSpec = {
|
|
984
1028
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/premieraddonoffers",
|
|
985
1029
|
httpMethod: "GET",
|