@azure-rest/arm-servicefabric 1.0.0-beta.1 → 1.0.0-beta.3
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 +21 -0
- package/LICENSE +4 -4
- package/README.md +29 -21
- package/dist/browser/clientDefinitions.d.ts +137 -0
- package/dist/browser/clientDefinitions.d.ts.map +1 -0
- package/dist/browser/clientDefinitions.js +4 -0
- package/dist/browser/clientDefinitions.js.map +1 -0
- package/dist/browser/customizedApiVersionPolicy.d.ts +10 -0
- package/dist/browser/customizedApiVersionPolicy.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/customizedApiVersionPolicy.js +1 -1
- package/dist/browser/customizedApiVersionPolicy.js.map +1 -0
- package/dist/browser/index.d.ts +12 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +14 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/isUnexpected.d.ts +32 -0
- package/dist/browser/isUnexpected.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/isUnexpected.js +64 -121
- package/dist/browser/isUnexpected.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models.d.ts +772 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js +4 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/outputModels.d.ts +861 -0
- package/dist/browser/outputModels.d.ts.map +1 -0
- package/dist/browser/outputModels.js +4 -0
- package/dist/browser/outputModels.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/paginateHelper.d.ts +68 -0
- package/dist/browser/paginateHelper.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/paginateHelper.js +70 -3
- package/dist/browser/paginateHelper.js.map +1 -0
- package/dist/browser/parameters.d.ts +105 -0
- package/dist/browser/parameters.d.ts.map +1 -0
- package/dist/browser/parameters.js +4 -0
- package/dist/browser/parameters.js.map +1 -0
- package/dist/browser/pollingHelper.d.ts +76 -0
- package/dist/browser/pollingHelper.d.ts.map +1 -0
- package/dist/browser/pollingHelper.js +107 -0
- package/dist/browser/pollingHelper.js.map +1 -0
- package/dist/browser/responses.d.ts +328 -0
- package/dist/browser/responses.d.ts.map +1 -0
- package/dist/browser/responses.js +4 -0
- package/dist/browser/responses.js.map +1 -0
- package/dist/browser/serviceFabricClient.d.ts +15 -0
- package/dist/browser/serviceFabricClient.d.ts.map +1 -0
- package/dist/browser/serviceFabricClient.js +44 -0
- package/dist/browser/serviceFabricClient.js.map +1 -0
- package/dist/commonjs/clientDefinitions.d.ts +137 -0
- package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
- package/dist/commonjs/clientDefinitions.js +5 -0
- package/dist/commonjs/clientDefinitions.js.map +1 -0
- package/dist/commonjs/customizedApiVersionPolicy.d.ts +10 -0
- package/dist/commonjs/customizedApiVersionPolicy.d.ts.map +1 -0
- package/dist/commonjs/customizedApiVersionPolicy.js +27 -0
- package/dist/commonjs/customizedApiVersionPolicy.js.map +1 -0
- package/dist/commonjs/index.d.ts +12 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +17 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/isUnexpected.d.ts +32 -0
- package/dist/commonjs/isUnexpected.d.ts.map +1 -0
- package/dist/commonjs/isUnexpected.js +101 -0
- package/dist/commonjs/isUnexpected.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models.d.ts +772 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +5 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/outputModels.d.ts +861 -0
- package/dist/commonjs/outputModels.d.ts.map +1 -0
- package/dist/commonjs/outputModels.js +5 -0
- package/dist/commonjs/outputModels.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/paginateHelper.d.ts +68 -0
- package/dist/commonjs/paginateHelper.d.ts.map +1 -0
- package/dist/commonjs/paginateHelper.js +140 -0
- package/dist/commonjs/paginateHelper.js.map +1 -0
- package/dist/commonjs/parameters.d.ts +105 -0
- package/dist/commonjs/parameters.d.ts.map +1 -0
- package/dist/commonjs/parameters.js +5 -0
- package/dist/commonjs/parameters.js.map +1 -0
- package/dist/commonjs/pollingHelper.d.ts +76 -0
- package/dist/commonjs/pollingHelper.d.ts.map +1 -0
- package/dist/commonjs/pollingHelper.js +110 -0
- package/dist/commonjs/pollingHelper.js.map +1 -0
- package/dist/commonjs/responses.d.ts +328 -0
- package/dist/commonjs/responses.d.ts.map +1 -0
- package/dist/commonjs/responses.js +5 -0
- package/dist/commonjs/responses.js.map +1 -0
- package/dist/commonjs/serviceFabricClient.d.ts +15 -0
- package/dist/commonjs/serviceFabricClient.d.ts.map +1 -0
- package/dist/commonjs/serviceFabricClient.js +47 -0
- package/dist/commonjs/serviceFabricClient.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/clientDefinitions.d.ts +137 -0
- package/dist/esm/clientDefinitions.d.ts.map +1 -0
- package/dist/esm/clientDefinitions.js +4 -0
- package/dist/esm/clientDefinitions.js.map +1 -0
- package/dist/esm/customizedApiVersionPolicy.d.ts +10 -0
- package/dist/esm/customizedApiVersionPolicy.d.ts.map +1 -0
- package/dist/esm/customizedApiVersionPolicy.js +23 -0
- package/dist/esm/customizedApiVersionPolicy.js.map +1 -0
- package/dist/esm/index.d.ts +12 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +14 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/isUnexpected.d.ts +32 -0
- package/dist/esm/isUnexpected.d.ts.map +1 -0
- package/dist/esm/isUnexpected.js +98 -0
- package/dist/esm/isUnexpected.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models.d.ts +772 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +4 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/outputModels.d.ts +861 -0
- package/dist/esm/outputModels.d.ts.map +1 -0
- package/dist/esm/outputModels.js +4 -0
- package/dist/esm/outputModels.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/paginateHelper.d.ts +68 -0
- package/dist/esm/paginateHelper.d.ts.map +1 -0
- package/dist/esm/paginateHelper.js +137 -0
- package/dist/esm/paginateHelper.js.map +1 -0
- package/dist/esm/parameters.d.ts +105 -0
- package/dist/esm/parameters.d.ts.map +1 -0
- package/dist/esm/parameters.js +4 -0
- package/dist/esm/parameters.js.map +1 -0
- package/dist/esm/pollingHelper.d.ts +76 -0
- package/dist/esm/pollingHelper.d.ts.map +1 -0
- package/dist/esm/pollingHelper.js +107 -0
- package/dist/esm/pollingHelper.js.map +1 -0
- package/dist/esm/responses.d.ts +328 -0
- package/dist/esm/responses.d.ts.map +1 -0
- package/dist/esm/responses.js +4 -0
- package/dist/esm/responses.js.map +1 -0
- package/dist/esm/serviceFabricClient.d.ts +15 -0
- package/dist/esm/serviceFabricClient.d.ts.map +1 -0
- package/dist/esm/serviceFabricClient.js +44 -0
- package/dist/esm/serviceFabricClient.js.map +1 -0
- package/dist/react-native/clientDefinitions.d.ts +137 -0
- package/dist/react-native/clientDefinitions.d.ts.map +1 -0
- package/dist/react-native/clientDefinitions.js +4 -0
- package/dist/react-native/clientDefinitions.js.map +1 -0
- package/dist/react-native/customizedApiVersionPolicy.d.ts +10 -0
- package/dist/react-native/customizedApiVersionPolicy.d.ts.map +1 -0
- package/dist/react-native/customizedApiVersionPolicy.js +23 -0
- package/dist/react-native/customizedApiVersionPolicy.js.map +1 -0
- package/dist/react-native/index.d.ts +12 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +14 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/isUnexpected.d.ts +32 -0
- package/dist/react-native/isUnexpected.d.ts.map +1 -0
- package/dist/react-native/isUnexpected.js +98 -0
- package/dist/react-native/isUnexpected.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models.d.ts +772 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +4 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/outputModels.d.ts +861 -0
- package/dist/react-native/outputModels.d.ts.map +1 -0
- package/dist/react-native/outputModels.js +4 -0
- package/dist/react-native/outputModels.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/paginateHelper.d.ts +68 -0
- package/dist/react-native/paginateHelper.d.ts.map +1 -0
- package/dist/react-native/paginateHelper.js +137 -0
- package/dist/react-native/paginateHelper.js.map +1 -0
- package/dist/react-native/parameters.d.ts +105 -0
- package/dist/react-native/parameters.d.ts.map +1 -0
- package/dist/react-native/parameters.js +4 -0
- package/dist/react-native/parameters.js.map +1 -0
- package/dist/react-native/pollingHelper.d.ts +76 -0
- package/dist/react-native/pollingHelper.d.ts.map +1 -0
- package/dist/react-native/pollingHelper.js +107 -0
- package/dist/react-native/pollingHelper.js.map +1 -0
- package/dist/react-native/responses.d.ts +328 -0
- package/dist/react-native/responses.d.ts.map +1 -0
- package/dist/react-native/responses.js +4 -0
- package/dist/react-native/responses.js.map +1 -0
- package/dist/react-native/serviceFabricClient.d.ts +15 -0
- package/dist/react-native/serviceFabricClient.d.ts.map +1 -0
- package/dist/react-native/serviceFabricClient.js +44 -0
- package/dist/react-native/serviceFabricClient.js.map +1 -0
- package/package.json +89 -80
- package/review/{arm-servicefabric.api.md → arm-servicefabric-node.api.md} +306 -311
- package/dist/index.js +0 -330
- package/dist/index.js.map +0 -1
- package/dist-esm/src/clientDefinitions.js +0 -4
- package/dist-esm/src/clientDefinitions.js.map +0 -1
- package/dist-esm/src/customizedApiVersionPolicy.js.map +0 -1
- package/dist-esm/src/index.js +0 -14
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/isUnexpected.js.map +0 -1
- package/dist-esm/src/models.js +0 -4
- package/dist-esm/src/models.js.map +0 -1
- package/dist-esm/src/outputModels.js +0 -4
- package/dist-esm/src/outputModels.js.map +0 -1
- package/dist-esm/src/paginateHelper.js.map +0 -1
- package/dist-esm/src/parameters.js +0 -4
- package/dist-esm/src/parameters.js.map +0 -1
- package/dist-esm/src/pollingHelper.js +0 -48
- package/dist-esm/src/pollingHelper.js.map +0 -1
- package/dist-esm/src/responses.js +0 -4
- package/dist-esm/src/responses.js.map +0 -1
- package/dist-esm/src/serviceFabricClient.js +0 -27
- package/dist-esm/src/serviceFabricClient.js.map +0 -1
- package/types/arm-servicefabric.d.ts +0 -2480
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Release History
|
|
2
|
+
|
|
3
|
+
## 1.0.0-beta.3 (Unreleased)
|
|
4
|
+
|
|
5
|
+
### Features Added
|
|
6
|
+
|
|
7
|
+
### Breaking Changes
|
|
8
|
+
|
|
9
|
+
### Bugs Fixed
|
|
10
|
+
|
|
11
|
+
### Other Changes
|
|
12
|
+
|
|
13
|
+
## 1.0.0-beta.2 (2025-02-10)
|
|
14
|
+
|
|
15
|
+
### Features Added
|
|
16
|
+
|
|
17
|
+
- Refresh sdk with latest codegen
|
|
18
|
+
|
|
19
|
+
## 1.0.0-beta.1 (2022-07-15)
|
|
20
|
+
|
|
21
|
+
- First release of package, see README.md for details.
|
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
Copyright (c) Microsoft Corporation.
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
MIT License
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -12,10 +12,10 @@ furnished to do so, subject to the following conditions:
|
|
|
12
12
|
The above copyright notice and this permission notice shall be included in all
|
|
13
13
|
copies or substantial portions of the Software.
|
|
14
14
|
|
|
15
|
-
THE SOFTWARE IS PROVIDED
|
|
15
|
+
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
16
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
17
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -8,14 +8,14 @@ Key links:
|
|
|
8
8
|
|
|
9
9
|
- [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicefabric/arm-servicefabric-rest)
|
|
10
10
|
- [Package (NPM)](https://www.npmjs.com/package/@azure-rest/arm-servicefabric)
|
|
11
|
-
- [API reference documentation](https://
|
|
11
|
+
- [API reference documentation](https://learn.microsoft.com/javascript/api/@azure-rest/arm-servicefabric?view=azure-node-preview)
|
|
12
12
|
- [Samples](https://github.com/Azure-Samples/azure-samples-js-management)
|
|
13
13
|
|
|
14
14
|
## Getting started
|
|
15
15
|
|
|
16
16
|
### Currently supported environments
|
|
17
17
|
|
|
18
|
-
- Node.js
|
|
18
|
+
- [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
|
|
19
19
|
|
|
20
20
|
### Prerequisites
|
|
21
21
|
|
|
@@ -35,7 +35,7 @@ To use an [Azure Active Directory (AAD) token credential](https://github.com/Azu
|
|
|
35
35
|
provide an instance of the desired credential type obtained from the
|
|
36
36
|
[@azure/identity](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#credentials) library.
|
|
37
37
|
|
|
38
|
-
To authenticate with AAD, you must first `npm` install [`@azure/identity`](https://www.npmjs.com/package/@azure/identity)
|
|
38
|
+
To authenticate with AAD, you must first `npm` install [`@azure/identity`](https://www.npmjs.com/package/@azure/identity)
|
|
39
39
|
|
|
40
40
|
After setup, you can choose which type of [credential](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#credentials) from `@azure/identity` to use.
|
|
41
41
|
As an example, [DefaultAzureCredential](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#defaultazurecredential)
|
|
@@ -44,41 +44,49 @@ can be used to authenticate the client.
|
|
|
44
44
|
Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables:
|
|
45
45
|
AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET
|
|
46
46
|
|
|
47
|
-
|
|
48
47
|
## Examples
|
|
49
48
|
|
|
50
49
|
The following section shows you how to initialize and authenticate your client, then list all of your Clusters.
|
|
51
50
|
|
|
52
51
|
### List All Clusters
|
|
53
52
|
|
|
54
|
-
```
|
|
55
|
-
import ServiceFabricManagementClient from "@azure-rest/arm-servicefabric";
|
|
53
|
+
```ts snippet:ReadmeSampleListAllClusters
|
|
56
54
|
import { DefaultAzureCredential } from "@azure/identity";
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
55
|
+
import ServiceFabricManagementClient, {
|
|
56
|
+
isUnexpected,
|
|
57
|
+
paginate,
|
|
58
|
+
} from "@azure-rest/arm-servicefabric";
|
|
59
|
+
|
|
60
|
+
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
61
|
+
const credential = new DefaultAzureCredential();
|
|
62
|
+
const client = ServiceFabricManagementClient(credential);
|
|
63
|
+
|
|
64
|
+
const result = await client
|
|
65
|
+
.path(
|
|
66
|
+
"/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/clusters",
|
|
67
|
+
subscriptionId,
|
|
68
|
+
)
|
|
69
|
+
.get();
|
|
70
|
+
|
|
71
|
+
if (isUnexpected(result)) {
|
|
72
|
+
throw result.body.error;
|
|
69
73
|
}
|
|
70
74
|
|
|
71
|
-
|
|
75
|
+
const clusters = paginate(client, result);
|
|
76
|
+
for await (const cluster of clusters) {
|
|
77
|
+
console.log(`Cluster name: ${cluster.name}`);
|
|
78
|
+
console.log(`Cluster id: ${cluster.id}`);
|
|
79
|
+
console.log(`Cluster type: ${cluster.type}`);
|
|
80
|
+
}
|
|
72
81
|
```
|
|
73
82
|
|
|
74
|
-
|
|
75
83
|
## Troubleshooting
|
|
76
84
|
|
|
77
85
|
### Logging
|
|
78
86
|
|
|
79
87
|
Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
|
|
80
88
|
|
|
81
|
-
```
|
|
89
|
+
```ts snippet:SetLogLevel
|
|
82
90
|
import { setLogLevel } from "@azure/logger";
|
|
83
91
|
|
|
84
92
|
setLogLevel("info");
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
import type { ClustersGetParameters, ClustersCreateOrUpdateParameters, ClustersUpdateParameters, ClustersDeleteParameters, ClustersListByResourceGroupParameters, ClustersListParameters, ClustersListUpgradableVersionsParameters, ClusterVersionsGetParameters, ClusterVersionsGetByEnvironmentParameters, ClusterVersionsListParameters, ClusterVersionsListByEnvironmentParameters, OperationsListParameters, ApplicationTypesGetParameters, ApplicationTypesCreateOrUpdateParameters, ApplicationTypesDeleteParameters, ApplicationTypesListParameters, ApplicationTypeVersionsGetParameters, ApplicationTypeVersionsCreateOrUpdateParameters, ApplicationTypeVersionsDeleteParameters, ApplicationTypeVersionsListParameters, ApplicationsGetParameters, ApplicationsCreateOrUpdateParameters, ApplicationsUpdateParameters, ApplicationsDeleteParameters, ApplicationsListParameters, ServicesGetParameters, ServicesCreateOrUpdateParameters, ServicesUpdateParameters, ServicesDeleteParameters, ServicesListParameters } from "./parameters.js";
|
|
2
|
+
import type { ClustersGet200Response, ClustersGetDefaultResponse, ClustersCreateOrUpdate200Response, ClustersCreateOrUpdate202Response, ClustersCreateOrUpdateDefaultResponse, ClustersUpdate200Response, ClustersUpdate202Response, ClustersUpdateDefaultResponse, ClustersDelete200Response, ClustersDelete204Response, ClustersDeleteDefaultResponse, ClustersListByResourceGroup200Response, ClustersListByResourceGroupDefaultResponse, ClustersList200Response, ClustersListDefaultResponse, ClustersListUpgradableVersions200Response, ClustersListUpgradableVersionsDefaultResponse, ClusterVersionsGet200Response, ClusterVersionsGetDefaultResponse, ClusterVersionsGetByEnvironment200Response, ClusterVersionsGetByEnvironmentDefaultResponse, ClusterVersionsList200Response, ClusterVersionsListDefaultResponse, ClusterVersionsListByEnvironment200Response, ClusterVersionsListByEnvironmentDefaultResponse, OperationsList200Response, OperationsListDefaultResponse, ApplicationTypesGet200Response, ApplicationTypesGetDefaultResponse, ApplicationTypesCreateOrUpdate200Response, ApplicationTypesCreateOrUpdateDefaultResponse, ApplicationTypesDelete202Response, ApplicationTypesDelete204Response, ApplicationTypesDeleteDefaultResponse, ApplicationTypesList200Response, ApplicationTypesListDefaultResponse, ApplicationTypeVersionsGet200Response, ApplicationTypeVersionsGetDefaultResponse, ApplicationTypeVersionsCreateOrUpdate202Response, ApplicationTypeVersionsCreateOrUpdateDefaultResponse, ApplicationTypeVersionsDelete202Response, ApplicationTypeVersionsDelete204Response, ApplicationTypeVersionsDeleteDefaultResponse, ApplicationTypeVersionsList200Response, ApplicationTypeVersionsListDefaultResponse, ApplicationsGet200Response, ApplicationsGetDefaultResponse, ApplicationsCreateOrUpdate202Response, ApplicationsCreateOrUpdateDefaultResponse, ApplicationsUpdate202Response, ApplicationsUpdateDefaultResponse, ApplicationsDelete202Response, ApplicationsDelete204Response, ApplicationsDeleteDefaultResponse, ApplicationsList200Response, ApplicationsListDefaultResponse, ServicesGet200Response, ServicesGetDefaultResponse, ServicesCreateOrUpdate202Response, ServicesCreateOrUpdateDefaultResponse, ServicesUpdate202Response, ServicesUpdateDefaultResponse, ServicesDelete202Response, ServicesDelete204Response, ServicesDeleteDefaultResponse, ServicesList200Response, ServicesListDefaultResponse } from "./responses.js";
|
|
3
|
+
import type { Client, StreamableMethod } from "@azure-rest/core-client";
|
|
4
|
+
export interface ClustersGet {
|
|
5
|
+
/** Get a Service Fabric cluster resource created or in the process of being created in the specified resource group. */
|
|
6
|
+
get(options?: ClustersGetParameters): StreamableMethod<ClustersGet200Response | ClustersGetDefaultResponse>;
|
|
7
|
+
/** Create or update a Service Fabric cluster resource with the specified name. */
|
|
8
|
+
put(options: ClustersCreateOrUpdateParameters): StreamableMethod<ClustersCreateOrUpdate200Response | ClustersCreateOrUpdate202Response | ClustersCreateOrUpdateDefaultResponse>;
|
|
9
|
+
/** Update the configuration of a Service Fabric cluster resource with the specified name. */
|
|
10
|
+
patch(options: ClustersUpdateParameters): StreamableMethod<ClustersUpdate200Response | ClustersUpdate202Response | ClustersUpdateDefaultResponse>;
|
|
11
|
+
/** Delete a Service Fabric cluster resource with the specified name. */
|
|
12
|
+
delete(options?: ClustersDeleteParameters): StreamableMethod<ClustersDelete200Response | ClustersDelete204Response | ClustersDeleteDefaultResponse>;
|
|
13
|
+
}
|
|
14
|
+
export interface ClustersListByResourceGroup {
|
|
15
|
+
/** Gets all Service Fabric cluster resources created or in the process of being created in the resource group. */
|
|
16
|
+
get(options?: ClustersListByResourceGroupParameters): StreamableMethod<ClustersListByResourceGroup200Response | ClustersListByResourceGroupDefaultResponse>;
|
|
17
|
+
}
|
|
18
|
+
export interface ClustersList {
|
|
19
|
+
/** Gets all Service Fabric cluster resources created or in the process of being created in the subscription. */
|
|
20
|
+
get(options?: ClustersListParameters): StreamableMethod<ClustersList200Response | ClustersListDefaultResponse>;
|
|
21
|
+
}
|
|
22
|
+
export interface ClustersListUpgradableVersions {
|
|
23
|
+
/** If a target is not provided, it will get the minimum and maximum versions available from the current cluster version. If a target is given, it will provide the required path to get from the current cluster version to the target version. */
|
|
24
|
+
post(options?: ClustersListUpgradableVersionsParameters): StreamableMethod<ClustersListUpgradableVersions200Response | ClustersListUpgradableVersionsDefaultResponse>;
|
|
25
|
+
}
|
|
26
|
+
export interface ClusterVersionsGet {
|
|
27
|
+
/** Gets information about an available Service Fabric cluster code version. */
|
|
28
|
+
get(options?: ClusterVersionsGetParameters): StreamableMethod<ClusterVersionsGet200Response | ClusterVersionsGetDefaultResponse>;
|
|
29
|
+
}
|
|
30
|
+
export interface ClusterVersionsGetByEnvironment {
|
|
31
|
+
/** Gets information about an available Service Fabric cluster code version by environment. */
|
|
32
|
+
get(options?: ClusterVersionsGetByEnvironmentParameters): StreamableMethod<ClusterVersionsGetByEnvironment200Response | ClusterVersionsGetByEnvironmentDefaultResponse>;
|
|
33
|
+
}
|
|
34
|
+
export interface ClusterVersionsList {
|
|
35
|
+
/** Gets all available code versions for Service Fabric cluster resources by location. */
|
|
36
|
+
get(options?: ClusterVersionsListParameters): StreamableMethod<ClusterVersionsList200Response | ClusterVersionsListDefaultResponse>;
|
|
37
|
+
}
|
|
38
|
+
export interface ClusterVersionsListByEnvironment {
|
|
39
|
+
/** Gets all available code versions for Service Fabric cluster resources by environment. */
|
|
40
|
+
get(options?: ClusterVersionsListByEnvironmentParameters): StreamableMethod<ClusterVersionsListByEnvironment200Response | ClusterVersionsListByEnvironmentDefaultResponse>;
|
|
41
|
+
}
|
|
42
|
+
export interface OperationsList {
|
|
43
|
+
/** Get the list of available Service Fabric resource provider API operations. */
|
|
44
|
+
get(options?: OperationsListParameters): StreamableMethod<OperationsList200Response | OperationsListDefaultResponse>;
|
|
45
|
+
}
|
|
46
|
+
export interface ApplicationTypesGet {
|
|
47
|
+
/** Get a Service Fabric application type name resource created or in the process of being created in the Service Fabric cluster resource. */
|
|
48
|
+
get(options?: ApplicationTypesGetParameters): StreamableMethod<ApplicationTypesGet200Response | ApplicationTypesGetDefaultResponse>;
|
|
49
|
+
/** Create or update a Service Fabric application type name resource with the specified name. */
|
|
50
|
+
put(options: ApplicationTypesCreateOrUpdateParameters): StreamableMethod<ApplicationTypesCreateOrUpdate200Response | ApplicationTypesCreateOrUpdateDefaultResponse>;
|
|
51
|
+
/** Delete a Service Fabric application type name resource with the specified name. */
|
|
52
|
+
delete(options?: ApplicationTypesDeleteParameters): StreamableMethod<ApplicationTypesDelete202Response | ApplicationTypesDelete204Response | ApplicationTypesDeleteDefaultResponse>;
|
|
53
|
+
}
|
|
54
|
+
export interface ApplicationTypesList {
|
|
55
|
+
/** Gets all application type name resources created or in the process of being created in the Service Fabric cluster resource. */
|
|
56
|
+
get(options?: ApplicationTypesListParameters): StreamableMethod<ApplicationTypesList200Response | ApplicationTypesListDefaultResponse>;
|
|
57
|
+
}
|
|
58
|
+
export interface ApplicationTypeVersionsGet {
|
|
59
|
+
/** Get a Service Fabric application type version resource created or in the process of being created in the Service Fabric application type name resource. */
|
|
60
|
+
get(options?: ApplicationTypeVersionsGetParameters): StreamableMethod<ApplicationTypeVersionsGet200Response | ApplicationTypeVersionsGetDefaultResponse>;
|
|
61
|
+
/** Create or update a Service Fabric application type version resource with the specified name. */
|
|
62
|
+
put(options: ApplicationTypeVersionsCreateOrUpdateParameters): StreamableMethod<ApplicationTypeVersionsCreateOrUpdate202Response | ApplicationTypeVersionsCreateOrUpdateDefaultResponse>;
|
|
63
|
+
/** Delete a Service Fabric application type version resource with the specified name. */
|
|
64
|
+
delete(options?: ApplicationTypeVersionsDeleteParameters): StreamableMethod<ApplicationTypeVersionsDelete202Response | ApplicationTypeVersionsDelete204Response | ApplicationTypeVersionsDeleteDefaultResponse>;
|
|
65
|
+
}
|
|
66
|
+
export interface ApplicationTypeVersionsList {
|
|
67
|
+
/** Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource. */
|
|
68
|
+
get(options?: ApplicationTypeVersionsListParameters): StreamableMethod<ApplicationTypeVersionsList200Response | ApplicationTypeVersionsListDefaultResponse>;
|
|
69
|
+
}
|
|
70
|
+
export interface ApplicationsGet {
|
|
71
|
+
/** Get a Service Fabric application resource created or in the process of being created in the Service Fabric cluster resource. */
|
|
72
|
+
get(options?: ApplicationsGetParameters): StreamableMethod<ApplicationsGet200Response | ApplicationsGetDefaultResponse>;
|
|
73
|
+
/** Create or update a Service Fabric application resource with the specified name. */
|
|
74
|
+
put(options: ApplicationsCreateOrUpdateParameters): StreamableMethod<ApplicationsCreateOrUpdate202Response | ApplicationsCreateOrUpdateDefaultResponse>;
|
|
75
|
+
/** Update a Service Fabric application resource with the specified name. */
|
|
76
|
+
patch(options: ApplicationsUpdateParameters): StreamableMethod<ApplicationsUpdate202Response | ApplicationsUpdateDefaultResponse>;
|
|
77
|
+
/** Delete a Service Fabric application resource with the specified name. */
|
|
78
|
+
delete(options?: ApplicationsDeleteParameters): StreamableMethod<ApplicationsDelete202Response | ApplicationsDelete204Response | ApplicationsDeleteDefaultResponse>;
|
|
79
|
+
}
|
|
80
|
+
export interface ApplicationsList {
|
|
81
|
+
/** Gets all application resources created or in the process of being created in the Service Fabric cluster resource. */
|
|
82
|
+
get(options?: ApplicationsListParameters): StreamableMethod<ApplicationsList200Response | ApplicationsListDefaultResponse>;
|
|
83
|
+
}
|
|
84
|
+
export interface ServicesGet {
|
|
85
|
+
/** Get a Service Fabric service resource created or in the process of being created in the Service Fabric application resource. */
|
|
86
|
+
get(options?: ServicesGetParameters): StreamableMethod<ServicesGet200Response | ServicesGetDefaultResponse>;
|
|
87
|
+
/** Create or update a Service Fabric service resource with the specified name. */
|
|
88
|
+
put(options: ServicesCreateOrUpdateParameters): StreamableMethod<ServicesCreateOrUpdate202Response | ServicesCreateOrUpdateDefaultResponse>;
|
|
89
|
+
/** Update a Service Fabric service resource with the specified name. */
|
|
90
|
+
patch(options: ServicesUpdateParameters): StreamableMethod<ServicesUpdate202Response | ServicesUpdateDefaultResponse>;
|
|
91
|
+
/** Delete a Service Fabric service resource with the specified name. */
|
|
92
|
+
delete(options?: ServicesDeleteParameters): StreamableMethod<ServicesDelete202Response | ServicesDelete204Response | ServicesDeleteDefaultResponse>;
|
|
93
|
+
}
|
|
94
|
+
export interface ServicesList {
|
|
95
|
+
/** Gets all service resources created or in the process of being created in the Service Fabric application resource. */
|
|
96
|
+
get(options?: ServicesListParameters): StreamableMethod<ServicesList200Response | ServicesListDefaultResponse>;
|
|
97
|
+
}
|
|
98
|
+
export interface Routes {
|
|
99
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.ServiceFabric/clusters/\{clusterName\}' has methods for the following verbs: get, put, patch, delete */
|
|
100
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}", subscriptionId: string, resourceGroupName: string, clusterName: string): ClustersGet;
|
|
101
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourcegroups/\{resourceGroupName\}/providers/Microsoft.ServiceFabric/clusters' has methods for the following verbs: get */
|
|
102
|
+
(path: "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters", subscriptionId: string, resourceGroupName: string): ClustersListByResourceGroup;
|
|
103
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.ServiceFabric/clusters' has methods for the following verbs: get */
|
|
104
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/clusters", subscriptionId: string): ClustersList;
|
|
105
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.ServiceFabric/clusters/\{clusterName\}/listUpgradableVersions' has methods for the following verbs: post */
|
|
106
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/listUpgradableVersions", subscriptionId: string, resourceGroupName: string, clusterName: string): ClustersListUpgradableVersions;
|
|
107
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.ServiceFabric/locations/\{location\}/clusterVersions/\{clusterVersion\}' has methods for the following verbs: get */
|
|
108
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions/{clusterVersion}", subscriptionId: string, location: string, clusterVersion: string): ClusterVersionsGet;
|
|
109
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.ServiceFabric/locations/\{location\}/environments/\{environment\}/clusterVersions/\{clusterVersion\}' has methods for the following verbs: get */
|
|
110
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions/{clusterVersion}", subscriptionId: string, location: string, environment: "Windows" | "Linux", clusterVersion: string): ClusterVersionsGetByEnvironment;
|
|
111
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.ServiceFabric/locations/\{location\}/clusterVersions' has methods for the following verbs: get */
|
|
112
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions", subscriptionId: string, location: string): ClusterVersionsList;
|
|
113
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.ServiceFabric/locations/\{location\}/environments/\{environment\}/clusterVersions' has methods for the following verbs: get */
|
|
114
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions", subscriptionId: string, location: string, environment: "Windows" | "Linux"): ClusterVersionsListByEnvironment;
|
|
115
|
+
/** Resource for '/providers/Microsoft.ServiceFabric/operations' has methods for the following verbs: get */
|
|
116
|
+
(path: "/providers/Microsoft.ServiceFabric/operations"): OperationsList;
|
|
117
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.ServiceFabric/clusters/\{clusterName\}/applicationTypes/\{applicationTypeName\}' has methods for the following verbs: get, put, delete */
|
|
118
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}", subscriptionId: string, resourceGroupName: string, clusterName: string, applicationTypeName: string): ApplicationTypesGet;
|
|
119
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.ServiceFabric/clusters/\{clusterName\}/applicationTypes' has methods for the following verbs: get */
|
|
120
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes", subscriptionId: string, resourceGroupName: string, clusterName: string): ApplicationTypesList;
|
|
121
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.ServiceFabric/clusters/\{clusterName\}/applicationTypes/\{applicationTypeName\}/versions/\{version\}' has methods for the following verbs: get, put, delete */
|
|
122
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}", subscriptionId: string, resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string): ApplicationTypeVersionsGet;
|
|
123
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.ServiceFabric/clusters/\{clusterName\}/applicationTypes/\{applicationTypeName\}/versions' has methods for the following verbs: get */
|
|
124
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions", subscriptionId: string, resourceGroupName: string, clusterName: string, applicationTypeName: string): ApplicationTypeVersionsList;
|
|
125
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.ServiceFabric/clusters/\{clusterName\}/applications/\{applicationName\}' has methods for the following verbs: get, put, patch, delete */
|
|
126
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}", subscriptionId: string, resourceGroupName: string, clusterName: string, applicationName: string): ApplicationsGet;
|
|
127
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.ServiceFabric/clusters/\{clusterName\}/applications' has methods for the following verbs: get */
|
|
128
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications", subscriptionId: string, resourceGroupName: string, clusterName: string): ApplicationsList;
|
|
129
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.ServiceFabric/clusters/\{clusterName\}/applications/\{applicationName\}/services/\{serviceName\}' has methods for the following verbs: get, put, patch, delete */
|
|
130
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName}", subscriptionId: string, resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string): ServicesGet;
|
|
131
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.ServiceFabric/clusters/\{clusterName\}/applications/\{applicationName\}/services' has methods for the following verbs: get */
|
|
132
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services", subscriptionId: string, resourceGroupName: string, clusterName: string, applicationName: string): ServicesList;
|
|
133
|
+
}
|
|
134
|
+
export type ServiceFabricClient = Client & {
|
|
135
|
+
path: Routes;
|
|
136
|
+
};
|
|
137
|
+
//# sourceMappingURL=clientDefinitions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clientDefinitions.d.ts","sourceRoot":"","sources":["../../src/clientDefinitions.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clientDefinitions.js","sourceRoot":"","sources":["../../src/clientDefinitions.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type {\n ClustersGetParameters,\n ClustersCreateOrUpdateParameters,\n ClustersUpdateParameters,\n ClustersDeleteParameters,\n ClustersListByResourceGroupParameters,\n ClustersListParameters,\n ClustersListUpgradableVersionsParameters,\n ClusterVersionsGetParameters,\n ClusterVersionsGetByEnvironmentParameters,\n ClusterVersionsListParameters,\n ClusterVersionsListByEnvironmentParameters,\n OperationsListParameters,\n ApplicationTypesGetParameters,\n ApplicationTypesCreateOrUpdateParameters,\n ApplicationTypesDeleteParameters,\n ApplicationTypesListParameters,\n ApplicationTypeVersionsGetParameters,\n ApplicationTypeVersionsCreateOrUpdateParameters,\n ApplicationTypeVersionsDeleteParameters,\n ApplicationTypeVersionsListParameters,\n ApplicationsGetParameters,\n ApplicationsCreateOrUpdateParameters,\n ApplicationsUpdateParameters,\n ApplicationsDeleteParameters,\n ApplicationsListParameters,\n ServicesGetParameters,\n ServicesCreateOrUpdateParameters,\n ServicesUpdateParameters,\n ServicesDeleteParameters,\n ServicesListParameters,\n} from \"./parameters.js\";\nimport type {\n ClustersGet200Response,\n ClustersGetDefaultResponse,\n ClustersCreateOrUpdate200Response,\n ClustersCreateOrUpdate202Response,\n ClustersCreateOrUpdateDefaultResponse,\n ClustersUpdate200Response,\n ClustersUpdate202Response,\n ClustersUpdateDefaultResponse,\n ClustersDelete200Response,\n ClustersDelete204Response,\n ClustersDeleteDefaultResponse,\n ClustersListByResourceGroup200Response,\n ClustersListByResourceGroupDefaultResponse,\n ClustersList200Response,\n ClustersListDefaultResponse,\n ClustersListUpgradableVersions200Response,\n ClustersListUpgradableVersionsDefaultResponse,\n ClusterVersionsGet200Response,\n ClusterVersionsGetDefaultResponse,\n ClusterVersionsGetByEnvironment200Response,\n ClusterVersionsGetByEnvironmentDefaultResponse,\n ClusterVersionsList200Response,\n ClusterVersionsListDefaultResponse,\n ClusterVersionsListByEnvironment200Response,\n ClusterVersionsListByEnvironmentDefaultResponse,\n OperationsList200Response,\n OperationsListDefaultResponse,\n ApplicationTypesGet200Response,\n ApplicationTypesGetDefaultResponse,\n ApplicationTypesCreateOrUpdate200Response,\n ApplicationTypesCreateOrUpdateDefaultResponse,\n ApplicationTypesDelete202Response,\n ApplicationTypesDelete204Response,\n ApplicationTypesDeleteDefaultResponse,\n ApplicationTypesList200Response,\n ApplicationTypesListDefaultResponse,\n ApplicationTypeVersionsGet200Response,\n ApplicationTypeVersionsGetDefaultResponse,\n ApplicationTypeVersionsCreateOrUpdate202Response,\n ApplicationTypeVersionsCreateOrUpdateDefaultResponse,\n ApplicationTypeVersionsDelete202Response,\n ApplicationTypeVersionsDelete204Response,\n ApplicationTypeVersionsDeleteDefaultResponse,\n ApplicationTypeVersionsList200Response,\n ApplicationTypeVersionsListDefaultResponse,\n ApplicationsGet200Response,\n ApplicationsGetDefaultResponse,\n ApplicationsCreateOrUpdate202Response,\n ApplicationsCreateOrUpdateDefaultResponse,\n ApplicationsUpdate202Response,\n ApplicationsUpdateDefaultResponse,\n ApplicationsDelete202Response,\n ApplicationsDelete204Response,\n ApplicationsDeleteDefaultResponse,\n ApplicationsList200Response,\n ApplicationsListDefaultResponse,\n ServicesGet200Response,\n ServicesGetDefaultResponse,\n ServicesCreateOrUpdate202Response,\n ServicesCreateOrUpdateDefaultResponse,\n ServicesUpdate202Response,\n ServicesUpdateDefaultResponse,\n ServicesDelete202Response,\n ServicesDelete204Response,\n ServicesDeleteDefaultResponse,\n ServicesList200Response,\n ServicesListDefaultResponse,\n} from \"./responses.js\";\nimport type { Client, StreamableMethod } from \"@azure-rest/core-client\";\n\nexport interface ClustersGet {\n /** Get a Service Fabric cluster resource created or in the process of being created in the specified resource group. */\n get(\n options?: ClustersGetParameters,\n ): StreamableMethod<ClustersGet200Response | ClustersGetDefaultResponse>;\n /** Create or update a Service Fabric cluster resource with the specified name. */\n put(\n options: ClustersCreateOrUpdateParameters,\n ): StreamableMethod<\n | ClustersCreateOrUpdate200Response\n | ClustersCreateOrUpdate202Response\n | ClustersCreateOrUpdateDefaultResponse\n >;\n /** Update the configuration of a Service Fabric cluster resource with the specified name. */\n patch(\n options: ClustersUpdateParameters,\n ): StreamableMethod<\n ClustersUpdate200Response | ClustersUpdate202Response | ClustersUpdateDefaultResponse\n >;\n /** Delete a Service Fabric cluster resource with the specified name. */\n delete(\n options?: ClustersDeleteParameters,\n ): StreamableMethod<\n ClustersDelete200Response | ClustersDelete204Response | ClustersDeleteDefaultResponse\n >;\n}\n\nexport interface ClustersListByResourceGroup {\n /** Gets all Service Fabric cluster resources created or in the process of being created in the resource group. */\n get(\n options?: ClustersListByResourceGroupParameters,\n ): StreamableMethod<\n ClustersListByResourceGroup200Response | ClustersListByResourceGroupDefaultResponse\n >;\n}\n\nexport interface ClustersList {\n /** Gets all Service Fabric cluster resources created or in the process of being created in the subscription. */\n get(\n options?: ClustersListParameters,\n ): StreamableMethod<ClustersList200Response | ClustersListDefaultResponse>;\n}\n\nexport interface ClustersListUpgradableVersions {\n /** If a target is not provided, it will get the minimum and maximum versions available from the current cluster version. If a target is given, it will provide the required path to get from the current cluster version to the target version. */\n post(\n options?: ClustersListUpgradableVersionsParameters,\n ): StreamableMethod<\n ClustersListUpgradableVersions200Response | ClustersListUpgradableVersionsDefaultResponse\n >;\n}\n\nexport interface ClusterVersionsGet {\n /** Gets information about an available Service Fabric cluster code version. */\n get(\n options?: ClusterVersionsGetParameters,\n ): StreamableMethod<ClusterVersionsGet200Response | ClusterVersionsGetDefaultResponse>;\n}\n\nexport interface ClusterVersionsGetByEnvironment {\n /** Gets information about an available Service Fabric cluster code version by environment. */\n get(\n options?: ClusterVersionsGetByEnvironmentParameters,\n ): StreamableMethod<\n ClusterVersionsGetByEnvironment200Response | ClusterVersionsGetByEnvironmentDefaultResponse\n >;\n}\n\nexport interface ClusterVersionsList {\n /** Gets all available code versions for Service Fabric cluster resources by location. */\n get(\n options?: ClusterVersionsListParameters,\n ): StreamableMethod<ClusterVersionsList200Response | ClusterVersionsListDefaultResponse>;\n}\n\nexport interface ClusterVersionsListByEnvironment {\n /** Gets all available code versions for Service Fabric cluster resources by environment. */\n get(\n options?: ClusterVersionsListByEnvironmentParameters,\n ): StreamableMethod<\n ClusterVersionsListByEnvironment200Response | ClusterVersionsListByEnvironmentDefaultResponse\n >;\n}\n\nexport interface OperationsList {\n /** Get the list of available Service Fabric resource provider API operations. */\n get(\n options?: OperationsListParameters,\n ): StreamableMethod<OperationsList200Response | OperationsListDefaultResponse>;\n}\n\nexport interface ApplicationTypesGet {\n /** Get a Service Fabric application type name resource created or in the process of being created in the Service Fabric cluster resource. */\n get(\n options?: ApplicationTypesGetParameters,\n ): StreamableMethod<ApplicationTypesGet200Response | ApplicationTypesGetDefaultResponse>;\n /** Create or update a Service Fabric application type name resource with the specified name. */\n put(\n options: ApplicationTypesCreateOrUpdateParameters,\n ): StreamableMethod<\n ApplicationTypesCreateOrUpdate200Response | ApplicationTypesCreateOrUpdateDefaultResponse\n >;\n /** Delete a Service Fabric application type name resource with the specified name. */\n delete(\n options?: ApplicationTypesDeleteParameters,\n ): StreamableMethod<\n | ApplicationTypesDelete202Response\n | ApplicationTypesDelete204Response\n | ApplicationTypesDeleteDefaultResponse\n >;\n}\n\nexport interface ApplicationTypesList {\n /** Gets all application type name resources created or in the process of being created in the Service Fabric cluster resource. */\n get(\n options?: ApplicationTypesListParameters,\n ): StreamableMethod<ApplicationTypesList200Response | ApplicationTypesListDefaultResponse>;\n}\n\nexport interface ApplicationTypeVersionsGet {\n /** Get a Service Fabric application type version resource created or in the process of being created in the Service Fabric application type name resource. */\n get(\n options?: ApplicationTypeVersionsGetParameters,\n ): StreamableMethod<\n ApplicationTypeVersionsGet200Response | ApplicationTypeVersionsGetDefaultResponse\n >;\n /** Create or update a Service Fabric application type version resource with the specified name. */\n put(\n options: ApplicationTypeVersionsCreateOrUpdateParameters,\n ): StreamableMethod<\n | ApplicationTypeVersionsCreateOrUpdate202Response\n | ApplicationTypeVersionsCreateOrUpdateDefaultResponse\n >;\n /** Delete a Service Fabric application type version resource with the specified name. */\n delete(\n options?: ApplicationTypeVersionsDeleteParameters,\n ): StreamableMethod<\n | ApplicationTypeVersionsDelete202Response\n | ApplicationTypeVersionsDelete204Response\n | ApplicationTypeVersionsDeleteDefaultResponse\n >;\n}\n\nexport interface ApplicationTypeVersionsList {\n /** Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource. */\n get(\n options?: ApplicationTypeVersionsListParameters,\n ): StreamableMethod<\n ApplicationTypeVersionsList200Response | ApplicationTypeVersionsListDefaultResponse\n >;\n}\n\nexport interface ApplicationsGet {\n /** Get a Service Fabric application resource created or in the process of being created in the Service Fabric cluster resource. */\n get(\n options?: ApplicationsGetParameters,\n ): StreamableMethod<ApplicationsGet200Response | ApplicationsGetDefaultResponse>;\n /** Create or update a Service Fabric application resource with the specified name. */\n put(\n options: ApplicationsCreateOrUpdateParameters,\n ): StreamableMethod<\n ApplicationsCreateOrUpdate202Response | ApplicationsCreateOrUpdateDefaultResponse\n >;\n /** Update a Service Fabric application resource with the specified name. */\n patch(\n options: ApplicationsUpdateParameters,\n ): StreamableMethod<ApplicationsUpdate202Response | ApplicationsUpdateDefaultResponse>;\n /** Delete a Service Fabric application resource with the specified name. */\n delete(\n options?: ApplicationsDeleteParameters,\n ): StreamableMethod<\n | ApplicationsDelete202Response\n | ApplicationsDelete204Response\n | ApplicationsDeleteDefaultResponse\n >;\n}\n\nexport interface ApplicationsList {\n /** Gets all application resources created or in the process of being created in the Service Fabric cluster resource. */\n get(\n options?: ApplicationsListParameters,\n ): StreamableMethod<ApplicationsList200Response | ApplicationsListDefaultResponse>;\n}\n\nexport interface ServicesGet {\n /** Get a Service Fabric service resource created or in the process of being created in the Service Fabric application resource. */\n get(\n options?: ServicesGetParameters,\n ): StreamableMethod<ServicesGet200Response | ServicesGetDefaultResponse>;\n /** Create or update a Service Fabric service resource with the specified name. */\n put(\n options: ServicesCreateOrUpdateParameters,\n ): StreamableMethod<ServicesCreateOrUpdate202Response | ServicesCreateOrUpdateDefaultResponse>;\n /** Update a Service Fabric service resource with the specified name. */\n patch(\n options: ServicesUpdateParameters,\n ): StreamableMethod<ServicesUpdate202Response | ServicesUpdateDefaultResponse>;\n /** Delete a Service Fabric service resource with the specified name. */\n delete(\n options?: ServicesDeleteParameters,\n ): StreamableMethod<\n ServicesDelete202Response | ServicesDelete204Response | ServicesDeleteDefaultResponse\n >;\n}\n\nexport interface ServicesList {\n /** Gets all service resources created or in the process of being created in the Service Fabric application resource. */\n get(\n options?: ServicesListParameters,\n ): StreamableMethod<ServicesList200Response | ServicesListDefaultResponse>;\n}\n\nexport interface Routes {\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.ServiceFabric/clusters/\\{clusterName\\}' has methods for the following verbs: get, put, patch, delete */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}\",\n subscriptionId: string,\n resourceGroupName: string,\n clusterName: string,\n ): ClustersGet;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourcegroups/\\{resourceGroupName\\}/providers/Microsoft.ServiceFabric/clusters' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters\",\n subscriptionId: string,\n resourceGroupName: string,\n ): ClustersListByResourceGroup;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.ServiceFabric/clusters' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/clusters\",\n subscriptionId: string,\n ): ClustersList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.ServiceFabric/clusters/\\{clusterName\\}/listUpgradableVersions' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/listUpgradableVersions\",\n subscriptionId: string,\n resourceGroupName: string,\n clusterName: string,\n ): ClustersListUpgradableVersions;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.ServiceFabric/locations/\\{location\\}/clusterVersions/\\{clusterVersion\\}' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions/{clusterVersion}\",\n subscriptionId: string,\n location: string,\n clusterVersion: string,\n ): ClusterVersionsGet;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.ServiceFabric/locations/\\{location\\}/environments/\\{environment\\}/clusterVersions/\\{clusterVersion\\}' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions/{clusterVersion}\",\n subscriptionId: string,\n location: string,\n environment: \"Windows\" | \"Linux\",\n clusterVersion: string,\n ): ClusterVersionsGetByEnvironment;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.ServiceFabric/locations/\\{location\\}/clusterVersions' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions\",\n subscriptionId: string,\n location: string,\n ): ClusterVersionsList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.ServiceFabric/locations/\\{location\\}/environments/\\{environment\\}/clusterVersions' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions\",\n subscriptionId: string,\n location: string,\n environment: \"Windows\" | \"Linux\",\n ): ClusterVersionsListByEnvironment;\n /** Resource for '/providers/Microsoft.ServiceFabric/operations' has methods for the following verbs: get */\n (path: \"/providers/Microsoft.ServiceFabric/operations\"): OperationsList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.ServiceFabric/clusters/\\{clusterName\\}/applicationTypes/\\{applicationTypeName\\}' has methods for the following verbs: get, put, delete */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}\",\n subscriptionId: string,\n resourceGroupName: string,\n clusterName: string,\n applicationTypeName: string,\n ): ApplicationTypesGet;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.ServiceFabric/clusters/\\{clusterName\\}/applicationTypes' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes\",\n subscriptionId: string,\n resourceGroupName: string,\n clusterName: string,\n ): ApplicationTypesList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.ServiceFabric/clusters/\\{clusterName\\}/applicationTypes/\\{applicationTypeName\\}/versions/\\{version\\}' has methods for the following verbs: get, put, delete */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}\",\n subscriptionId: string,\n resourceGroupName: string,\n clusterName: string,\n applicationTypeName: string,\n version: string,\n ): ApplicationTypeVersionsGet;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.ServiceFabric/clusters/\\{clusterName\\}/applicationTypes/\\{applicationTypeName\\}/versions' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions\",\n subscriptionId: string,\n resourceGroupName: string,\n clusterName: string,\n applicationTypeName: string,\n ): ApplicationTypeVersionsList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.ServiceFabric/clusters/\\{clusterName\\}/applications/\\{applicationName\\}' has methods for the following verbs: get, put, patch, delete */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}\",\n subscriptionId: string,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n ): ApplicationsGet;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.ServiceFabric/clusters/\\{clusterName\\}/applications' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications\",\n subscriptionId: string,\n resourceGroupName: string,\n clusterName: string,\n ): ApplicationsList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.ServiceFabric/clusters/\\{clusterName\\}/applications/\\{applicationName\\}/services/\\{serviceName\\}' has methods for the following verbs: get, put, patch, delete */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName}\",\n subscriptionId: string,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n ): ServicesGet;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.ServiceFabric/clusters/\\{clusterName\\}/applications/\\{applicationName\\}/services' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services\",\n subscriptionId: string,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n ): ServicesList;\n}\n\nexport type ServiceFabricClient = Client & {\n path: Routes;\n};\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ClientOptions } from "@azure-rest/core-client";
|
|
2
|
+
import type { PipelinePolicy } from "@azure/core-rest-pipeline";
|
|
3
|
+
export declare const apiVersionPolicyName = "CustomizedApiVersionPolicy";
|
|
4
|
+
/**
|
|
5
|
+
* Creates a policy that sets the apiVersion as a query parameter on every request
|
|
6
|
+
* @param options - Client options
|
|
7
|
+
* @returns Pipeline policy that sets the apiVersion as a query parameter on every request
|
|
8
|
+
*/
|
|
9
|
+
export declare function customizedApiVersionPolicy(options: ClientOptions): PipelinePolicy;
|
|
10
|
+
//# sourceMappingURL=customizedApiVersionPolicy.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customizedApiVersionPolicy.d.ts","sourceRoot":"","sources":["../../src/customizedApiVersionPolicy.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAEhE,eAAO,MAAM,oBAAoB,+BAA+B,CAAC;AAEjE;;;;GAIG;AACH,wBAAgB,0BAA0B,CAAC,OAAO,EAAE,aAAa,GAAG,cAAc,CAcjF"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Copyright (c) Microsoft Corporation.
|
|
2
|
-
// Licensed under the MIT
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
3
|
export const apiVersionPolicyName = "CustomizedApiVersionPolicy";
|
|
4
4
|
/**
|
|
5
5
|
* Creates a policy that sets the apiVersion as a query parameter on every request
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customizedApiVersionPolicy.js","sourceRoot":"","sources":["../../src/customizedApiVersionPolicy.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAKlC,MAAM,CAAC,MAAM,oBAAoB,GAAG,4BAA4B,CAAC;AAEjE;;;;GAIG;AACH,MAAM,UAAU,0BAA0B,CAAC,OAAsB;IAC/D,OAAO;QACL,IAAI,EAAE,oBAAoB;QAC1B,WAAW,EAAE,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;YACzB,IAAI,OAAO,CAAC,UAAU,EAAE,CAAC;gBACvB,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;gBAC7B,0DAA0D;gBAC1D,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,aAAa,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;gBACxD,GAAG,CAAC,GAAG,GAAG,GAAG,CAAC,QAAQ,EAAE,CAAC;YAC3B,CAAC;YAED,OAAO,IAAI,CAAC,GAAG,CAAC,CAAC;QACnB,CAAC;KACF,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { ClientOptions } from \"@azure-rest/core-client\";\nimport type { PipelinePolicy } from \"@azure/core-rest-pipeline\";\n\nexport const apiVersionPolicyName = \"CustomizedApiVersionPolicy\";\n\n/**\n * Creates a policy that sets the apiVersion as a query parameter on every request\n * @param options - Client options\n * @returns Pipeline policy that sets the apiVersion as a query parameter on every request\n */\nexport function customizedApiVersionPolicy(options: ClientOptions): PipelinePolicy {\n return {\n name: apiVersionPolicyName,\n sendRequest: (req, next) => {\n if (options.apiVersion) {\n const url = new URL(req.url);\n // add or replace the existing api-version with client one\n url.searchParams.set(\"api-version\", options.apiVersion);\n req.url = url.toString();\n }\n\n return next(req);\n },\n };\n}\n"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import ServiceFabricClient from "./serviceFabricClient.js";
|
|
2
|
+
export * from "./serviceFabricClient.js";
|
|
3
|
+
export * from "./parameters.js";
|
|
4
|
+
export * from "./responses.js";
|
|
5
|
+
export * from "./clientDefinitions.js";
|
|
6
|
+
export * from "./isUnexpected.js";
|
|
7
|
+
export * from "./models.js";
|
|
8
|
+
export * from "./outputModels.js";
|
|
9
|
+
export * from "./paginateHelper.js";
|
|
10
|
+
export * from "./pollingHelper.js";
|
|
11
|
+
export default ServiceFabricClient;
|
|
12
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,mBAAmB,MAAM,0BAA0B,CAAC;AAE3D,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AAEnC,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import ServiceFabricClient from "./serviceFabricClient.js";
|
|
4
|
+
export * from "./serviceFabricClient.js";
|
|
5
|
+
export * from "./parameters.js";
|
|
6
|
+
export * from "./responses.js";
|
|
7
|
+
export * from "./clientDefinitions.js";
|
|
8
|
+
export * from "./isUnexpected.js";
|
|
9
|
+
export * from "./models.js";
|
|
10
|
+
export * from "./outputModels.js";
|
|
11
|
+
export * from "./paginateHelper.js";
|
|
12
|
+
export * from "./pollingHelper.js";
|
|
13
|
+
export default ServiceFabricClient;
|
|
14
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,mBAAmB,MAAM,0BAA0B,CAAC;AAE3D,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AAEnC,eAAe,mBAAmB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport ServiceFabricClient from \"./serviceFabricClient.js\";\n\nexport * from \"./serviceFabricClient.js\";\nexport * from \"./parameters.js\";\nexport * from \"./responses.js\";\nexport * from \"./clientDefinitions.js\";\nexport * from \"./isUnexpected.js\";\nexport * from \"./models.js\";\nexport * from \"./outputModels.js\";\nexport * from \"./paginateHelper.js\";\nexport * from \"./pollingHelper.js\";\n\nexport default ServiceFabricClient;\n"]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { ClustersGet200Response, ClustersGetDefaultResponse, ClustersCreateOrUpdate200Response, ClustersCreateOrUpdate202Response, ClustersCreateOrUpdateDefaultResponse, ClustersUpdate200Response, ClustersUpdate202Response, ClustersUpdateDefaultResponse, ClustersDelete200Response, ClustersDelete204Response, ClustersDeleteDefaultResponse, ClustersListByResourceGroup200Response, ClustersListByResourceGroupDefaultResponse, ClustersList200Response, ClustersListDefaultResponse, ClustersListUpgradableVersions200Response, ClustersListUpgradableVersionsDefaultResponse, ClusterVersionsGet200Response, ClusterVersionsGetDefaultResponse, ClusterVersionsGetByEnvironment200Response, ClusterVersionsGetByEnvironmentDefaultResponse, ClusterVersionsList200Response, ClusterVersionsListDefaultResponse, ClusterVersionsListByEnvironment200Response, ClusterVersionsListByEnvironmentDefaultResponse, OperationsList200Response, OperationsListDefaultResponse, ApplicationTypesGet200Response, ApplicationTypesGetDefaultResponse, ApplicationTypesCreateOrUpdate200Response, ApplicationTypesCreateOrUpdateDefaultResponse, ApplicationTypesDelete202Response, ApplicationTypesDelete204Response, ApplicationTypesDeleteDefaultResponse, ApplicationTypesList200Response, ApplicationTypesListDefaultResponse, ApplicationTypeVersionsGet200Response, ApplicationTypeVersionsGetDefaultResponse, ApplicationTypeVersionsCreateOrUpdate202Response, ApplicationTypeVersionsCreateOrUpdateDefaultResponse, ApplicationTypeVersionsDelete202Response, ApplicationTypeVersionsDelete204Response, ApplicationTypeVersionsDeleteDefaultResponse, ApplicationTypeVersionsList200Response, ApplicationTypeVersionsListDefaultResponse, ApplicationsGet200Response, ApplicationsGetDefaultResponse, ApplicationsCreateOrUpdate202Response, ApplicationsCreateOrUpdateDefaultResponse, ApplicationsUpdate202Response, ApplicationsUpdateDefaultResponse, ApplicationsDelete202Response, ApplicationsDelete204Response, ApplicationsDeleteDefaultResponse, ApplicationsList200Response, ApplicationsListDefaultResponse, ServicesGet200Response, ServicesGetDefaultResponse, ServicesCreateOrUpdate202Response, ServicesCreateOrUpdateDefaultResponse, ServicesUpdate202Response, ServicesUpdateDefaultResponse, ServicesDelete202Response, ServicesDelete204Response, ServicesDeleteDefaultResponse, ServicesList200Response, ServicesListDefaultResponse } from "./responses.js";
|
|
2
|
+
export declare function isUnexpected(response: ClustersGet200Response | ClustersGetDefaultResponse): response is ClustersGetDefaultResponse;
|
|
3
|
+
export declare function isUnexpected(response: ClustersCreateOrUpdate200Response | ClustersCreateOrUpdate202Response | ClustersCreateOrUpdateDefaultResponse): response is ClustersCreateOrUpdateDefaultResponse;
|
|
4
|
+
export declare function isUnexpected(response: ClustersUpdate200Response | ClustersUpdate202Response | ClustersUpdateDefaultResponse): response is ClustersUpdateDefaultResponse;
|
|
5
|
+
export declare function isUnexpected(response: ClustersDelete200Response | ClustersDelete204Response | ClustersDeleteDefaultResponse): response is ClustersDeleteDefaultResponse;
|
|
6
|
+
export declare function isUnexpected(response: ClustersListByResourceGroup200Response | ClustersListByResourceGroupDefaultResponse): response is ClustersListByResourceGroupDefaultResponse;
|
|
7
|
+
export declare function isUnexpected(response: ClustersList200Response | ClustersListDefaultResponse): response is ClustersListDefaultResponse;
|
|
8
|
+
export declare function isUnexpected(response: ClustersListUpgradableVersions200Response | ClustersListUpgradableVersionsDefaultResponse): response is ClustersListUpgradableVersionsDefaultResponse;
|
|
9
|
+
export declare function isUnexpected(response: ClusterVersionsGet200Response | ClusterVersionsGetDefaultResponse): response is ClusterVersionsGetDefaultResponse;
|
|
10
|
+
export declare function isUnexpected(response: ClusterVersionsGetByEnvironment200Response | ClusterVersionsGetByEnvironmentDefaultResponse): response is ClusterVersionsGetByEnvironmentDefaultResponse;
|
|
11
|
+
export declare function isUnexpected(response: ClusterVersionsList200Response | ClusterVersionsListDefaultResponse): response is ClusterVersionsListDefaultResponse;
|
|
12
|
+
export declare function isUnexpected(response: ClusterVersionsListByEnvironment200Response | ClusterVersionsListByEnvironmentDefaultResponse): response is ClusterVersionsListByEnvironmentDefaultResponse;
|
|
13
|
+
export declare function isUnexpected(response: OperationsList200Response | OperationsListDefaultResponse): response is OperationsListDefaultResponse;
|
|
14
|
+
export declare function isUnexpected(response: ApplicationTypesGet200Response | ApplicationTypesGetDefaultResponse): response is ApplicationTypesGetDefaultResponse;
|
|
15
|
+
export declare function isUnexpected(response: ApplicationTypesCreateOrUpdate200Response | ApplicationTypesCreateOrUpdateDefaultResponse): response is ApplicationTypesCreateOrUpdateDefaultResponse;
|
|
16
|
+
export declare function isUnexpected(response: ApplicationTypesDelete202Response | ApplicationTypesDelete204Response | ApplicationTypesDeleteDefaultResponse): response is ApplicationTypesDeleteDefaultResponse;
|
|
17
|
+
export declare function isUnexpected(response: ApplicationTypesList200Response | ApplicationTypesListDefaultResponse): response is ApplicationTypesListDefaultResponse;
|
|
18
|
+
export declare function isUnexpected(response: ApplicationTypeVersionsGet200Response | ApplicationTypeVersionsGetDefaultResponse): response is ApplicationTypeVersionsGetDefaultResponse;
|
|
19
|
+
export declare function isUnexpected(response: ApplicationTypeVersionsCreateOrUpdate202Response | ApplicationTypeVersionsCreateOrUpdateDefaultResponse): response is ApplicationTypeVersionsCreateOrUpdateDefaultResponse;
|
|
20
|
+
export declare function isUnexpected(response: ApplicationTypeVersionsDelete202Response | ApplicationTypeVersionsDelete204Response | ApplicationTypeVersionsDeleteDefaultResponse): response is ApplicationTypeVersionsDeleteDefaultResponse;
|
|
21
|
+
export declare function isUnexpected(response: ApplicationTypeVersionsList200Response | ApplicationTypeVersionsListDefaultResponse): response is ApplicationTypeVersionsListDefaultResponse;
|
|
22
|
+
export declare function isUnexpected(response: ApplicationsGet200Response | ApplicationsGetDefaultResponse): response is ApplicationsGetDefaultResponse;
|
|
23
|
+
export declare function isUnexpected(response: ApplicationsCreateOrUpdate202Response | ApplicationsCreateOrUpdateDefaultResponse): response is ApplicationsCreateOrUpdateDefaultResponse;
|
|
24
|
+
export declare function isUnexpected(response: ApplicationsUpdate202Response | ApplicationsUpdateDefaultResponse): response is ApplicationsUpdateDefaultResponse;
|
|
25
|
+
export declare function isUnexpected(response: ApplicationsDelete202Response | ApplicationsDelete204Response | ApplicationsDeleteDefaultResponse): response is ApplicationsDeleteDefaultResponse;
|
|
26
|
+
export declare function isUnexpected(response: ApplicationsList200Response | ApplicationsListDefaultResponse): response is ApplicationsListDefaultResponse;
|
|
27
|
+
export declare function isUnexpected(response: ServicesGet200Response | ServicesGetDefaultResponse): response is ServicesGetDefaultResponse;
|
|
28
|
+
export declare function isUnexpected(response: ServicesCreateOrUpdate202Response | ServicesCreateOrUpdateDefaultResponse): response is ServicesCreateOrUpdateDefaultResponse;
|
|
29
|
+
export declare function isUnexpected(response: ServicesUpdate202Response | ServicesUpdateDefaultResponse): response is ServicesUpdateDefaultResponse;
|
|
30
|
+
export declare function isUnexpected(response: ServicesDelete202Response | ServicesDelete204Response | ServicesDeleteDefaultResponse): response is ServicesDeleteDefaultResponse;
|
|
31
|
+
export declare function isUnexpected(response: ServicesList200Response | ServicesListDefaultResponse): response is ServicesListDefaultResponse;
|
|
32
|
+
//# sourceMappingURL=isUnexpected.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isUnexpected.d.ts","sourceRoot":"","sources":["../../src/isUnexpected.ts"],"names":[],"mappings":"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"}
|