@azure/arm-features 3.1.1-alpha.20250123.1 → 3.1.1-alpha.20250127.2
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/{dist-esm/src → dist/browser}/featureClient.d.ts +2 -2
- package/dist/browser/featureClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/featureClient.js +19 -21
- package/dist/browser/featureClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/features.d.ts +3 -3
- package/dist/browser/operations/features.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/features.js +3 -3
- package/dist/browser/operations/features.js.map +1 -0
- package/dist/browser/operations/index.d.ts +3 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operations/index.js +2 -2
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/subscriptionFeatureRegistrations.d.ts +3 -3
- package/dist/browser/operations/subscriptionFeatureRegistrations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/subscriptionFeatureRegistrations.js +3 -3
- package/dist/browser/operations/subscriptionFeatureRegistrations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/features.d.ts +1 -1
- package/dist/browser/operationsInterfaces/features.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/features.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +3 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +10 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/subscriptionFeatureRegistrations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/subscriptionFeatureRegistrations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/subscriptionFeatureRegistrations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/featureClient.d.ts +40 -0
- package/dist/commonjs/featureClient.d.ts.map +1 -0
- package/dist/commonjs/featureClient.js +217 -0
- package/dist/commonjs/featureClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +323 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +39 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +15 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +427 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +13 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +122 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/features.d.ts +76 -0
- package/dist/commonjs/operations/features.d.ts.map +1 -0
- package/dist/commonjs/operations/features.js +354 -0
- package/dist/commonjs/operations/features.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +3 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +13 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/subscriptionFeatureRegistrations.d.ts +74 -0
- package/dist/commonjs/operations/subscriptionFeatureRegistrations.d.ts.map +1 -0
- package/dist/commonjs/operations/subscriptionFeatureRegistrations.js +353 -0
- package/dist/commonjs/operations/subscriptionFeatureRegistrations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/features.d.ts +39 -0
- package/dist/commonjs/operationsInterfaces/features.d.ts.map +1 -0
- package/{dist-esm/src/operationsInterfaces/index.js → dist/commonjs/operationsInterfaces/features.js} +3 -3
- package/dist/commonjs/operationsInterfaces/features.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +13 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/subscriptionFeatureRegistrations.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/subscriptionFeatureRegistrations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/subscriptionFeatureRegistrations.js +10 -0
- package/dist/commonjs/operationsInterfaces/subscriptionFeatureRegistrations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/featureClient.d.ts +40 -0
- package/dist/esm/featureClient.d.ts.map +1 -0
- package/dist/esm/featureClient.js +213 -0
- package/dist/esm/featureClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models/index.d.ts +323 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +36 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +15 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +424 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +13 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +119 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/features.d.ts +76 -0
- package/dist/esm/operations/features.d.ts.map +1 -0
- package/dist/esm/operations/features.js +350 -0
- package/dist/esm/operations/features.js.map +1 -0
- package/dist/esm/operations/index.d.ts +3 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +10 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/subscriptionFeatureRegistrations.d.ts +74 -0
- package/dist/esm/operations/subscriptionFeatureRegistrations.d.ts.map +1 -0
- package/dist/esm/operations/subscriptionFeatureRegistrations.js +349 -0
- package/dist/esm/operations/subscriptionFeatureRegistrations.js.map +1 -0
- package/dist/esm/operationsInterfaces/features.d.ts +39 -0
- package/dist/esm/operationsInterfaces/features.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/esm/operationsInterfaces/features.js} +2 -3
- package/dist/esm/operationsInterfaces/features.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +3 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +10 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/subscriptionFeatureRegistrations.d.ts +38 -0
- package/dist/esm/operationsInterfaces/subscriptionFeatureRegistrations.d.ts.map +1 -0
- package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/subscriptionFeatureRegistrations.js} +2 -3
- package/dist/esm/operationsInterfaces/subscriptionFeatureRegistrations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/featureClient.d.ts +40 -0
- package/dist/react-native/featureClient.d.ts.map +1 -0
- package/dist/react-native/featureClient.js +213 -0
- package/dist/react-native/featureClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/models/index.d.ts +323 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +36 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +15 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +424 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +13 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +119 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/features.d.ts +76 -0
- package/dist/react-native/operations/features.d.ts.map +1 -0
- package/dist/react-native/operations/features.js +350 -0
- package/dist/react-native/operations/features.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +3 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +10 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/subscriptionFeatureRegistrations.d.ts +74 -0
- package/dist/react-native/operations/subscriptionFeatureRegistrations.d.ts.map +1 -0
- package/dist/react-native/operations/subscriptionFeatureRegistrations.js +349 -0
- package/dist/react-native/operations/subscriptionFeatureRegistrations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/features.d.ts +39 -0
- package/dist/react-native/operationsInterfaces/features.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/features.js +9 -0
- package/dist/react-native/operationsInterfaces/features.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +10 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/subscriptionFeatureRegistrations.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/subscriptionFeatureRegistrations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/subscriptionFeatureRegistrations.js +9 -0
- package/dist/react-native/operationsInterfaces/subscriptionFeatureRegistrations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +64 -34
- package/dist/index.js +0 -1555
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/featuresGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/featuresGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/featuresGetSample.js +0 -31
- package/dist-esm/samples-dev/featuresGetSample.js.map +0 -1
- package/dist-esm/samples-dev/featuresListAllSample.d.ts +0 -2
- package/dist-esm/samples-dev/featuresListAllSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/featuresListAllSample.js +0 -45
- package/dist-esm/samples-dev/featuresListAllSample.js.map +0 -1
- package/dist-esm/samples-dev/featuresListSample.d.ts +0 -2
- package/dist-esm/samples-dev/featuresListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/featuresListSample.js +0 -46
- package/dist-esm/samples-dev/featuresListSample.js.map +0 -1
- package/dist-esm/samples-dev/featuresRegisterSample.d.ts +0 -2
- package/dist-esm/samples-dev/featuresRegisterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/featuresRegisterSample.js +0 -31
- package/dist-esm/samples-dev/featuresRegisterSample.js.map +0 -1
- package/dist-esm/samples-dev/featuresUnregisterSample.d.ts +0 -2
- package/dist-esm/samples-dev/featuresUnregisterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/featuresUnregisterSample.js +0 -31
- package/dist-esm/samples-dev/featuresUnregisterSample.js.map +0 -1
- package/dist-esm/samples-dev/listOperationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/listOperationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/listOperationsSample.js +0 -45
- package/dist-esm/samples-dev/listOperationsSample.js.map +0 -1
- package/dist-esm/samples-dev/subscriptionFeatureRegistrationsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/subscriptionFeatureRegistrationsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/subscriptionFeatureRegistrationsCreateOrUpdateSample.js +0 -37
- package/dist-esm/samples-dev/subscriptionFeatureRegistrationsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/subscriptionFeatureRegistrationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/subscriptionFeatureRegistrationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/subscriptionFeatureRegistrationsDeleteSample.js +0 -31
- package/dist-esm/samples-dev/subscriptionFeatureRegistrationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/subscriptionFeatureRegistrationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/subscriptionFeatureRegistrationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/subscriptionFeatureRegistrationsGetSample.js +0 -31
- package/dist-esm/samples-dev/subscriptionFeatureRegistrationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/subscriptionFeatureRegistrationsListAllBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/subscriptionFeatureRegistrationsListAllBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/subscriptionFeatureRegistrationsListAllBySubscriptionSample.js +0 -45
- package/dist-esm/samples-dev/subscriptionFeatureRegistrationsListAllBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/subscriptionFeatureRegistrationsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/subscriptionFeatureRegistrationsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/subscriptionFeatureRegistrationsListBySubscriptionSample.js +0 -46
- package/dist-esm/samples-dev/subscriptionFeatureRegistrationsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/src/featureClient.d.ts.map +0 -1
- package/dist-esm/src/featureClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/features.d.ts.map +0 -1
- package/dist-esm/src/operations/features.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -3
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/subscriptionFeatureRegistrations.d.ts.map +0 -1
- package/dist-esm/src/operations/subscriptionFeatureRegistrations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/features.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/features.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/subscriptionFeatureRegistrations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/subscriptionFeatureRegistrations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/features_example.spec.d.ts +0 -4
- package/dist-esm/test/features_example.spec.d.ts.map +0 -1
- package/dist-esm/test/features_example.spec.js +0 -121
- package/dist-esm/test/features_example.spec.js.map +0 -1
- package/src/featureClient.ts +0 -276
- package/src/models/index.ts +0 -379
- package/src/models/mappers.ts +0 -441
- package/src/models/parameters.ts +0 -135
- package/src/operations/features.ts +0 -426
- package/src/operations/subscriptionFeatureRegistrations.ts +0 -434
- package/src/operationsInterfaces/features.ts +0 -75
- package/src/operationsInterfaces/subscriptionFeatureRegistrations.ts +0 -73
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-features.d.ts +0 -492
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/features.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/subscriptionFeatureRegistrations.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
|
@@ -0,0 +1,323 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** Result of the request to list Microsoft.Features operations. It contains a list of operations and a URL link to get the next set of results. */
|
|
3
|
+
export interface OperationListResult {
|
|
4
|
+
/** List of Microsoft.Features operations. */
|
|
5
|
+
value?: Operation[];
|
|
6
|
+
/** URL to get the next set of operation list results if there are any. */
|
|
7
|
+
nextLink?: string;
|
|
8
|
+
}
|
|
9
|
+
/** Microsoft.Features operation */
|
|
10
|
+
export interface Operation {
|
|
11
|
+
/** Operation name: {provider}/{resource}/{operation} */
|
|
12
|
+
name?: string;
|
|
13
|
+
/** The object that represents the operation. */
|
|
14
|
+
display?: OperationDisplay;
|
|
15
|
+
}
|
|
16
|
+
/** The object that represents the operation. */
|
|
17
|
+
export interface OperationDisplay {
|
|
18
|
+
/** Service provider: Microsoft.Features */
|
|
19
|
+
provider?: string;
|
|
20
|
+
/** Resource on which the operation is performed: Profile, endpoint, etc. */
|
|
21
|
+
resource?: string;
|
|
22
|
+
/** Operation type: Read, write, delete, etc. */
|
|
23
|
+
operation?: string;
|
|
24
|
+
}
|
|
25
|
+
/** Error response indicates that the service is not able to process the incoming request. */
|
|
26
|
+
export interface ErrorResponse {
|
|
27
|
+
/** The error details. */
|
|
28
|
+
error?: ErrorDefinition;
|
|
29
|
+
}
|
|
30
|
+
/** Error definition. */
|
|
31
|
+
export interface ErrorDefinition {
|
|
32
|
+
/**
|
|
33
|
+
* Service specific error code which serves as the substatus for the HTTP error code.
|
|
34
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
35
|
+
*/
|
|
36
|
+
readonly code?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Description of the error.
|
|
39
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
40
|
+
*/
|
|
41
|
+
readonly message?: string;
|
|
42
|
+
/** Internal error details. */
|
|
43
|
+
details?: ErrorDefinition[];
|
|
44
|
+
}
|
|
45
|
+
/** List of previewed features. */
|
|
46
|
+
export interface FeatureOperationsListResult {
|
|
47
|
+
/** The array of features. */
|
|
48
|
+
value?: FeatureResult[];
|
|
49
|
+
/** The URL to use for getting the next set of results. */
|
|
50
|
+
nextLink?: string;
|
|
51
|
+
}
|
|
52
|
+
/** Previewed feature information. */
|
|
53
|
+
export interface FeatureResult {
|
|
54
|
+
/** The name of the feature. */
|
|
55
|
+
name?: string;
|
|
56
|
+
/** Properties of the previewed feature. */
|
|
57
|
+
properties?: FeatureProperties;
|
|
58
|
+
/** The resource ID of the feature. */
|
|
59
|
+
id?: string;
|
|
60
|
+
/** The resource type of the feature. */
|
|
61
|
+
type?: string;
|
|
62
|
+
}
|
|
63
|
+
/** Information about feature. */
|
|
64
|
+
export interface FeatureProperties {
|
|
65
|
+
/** The registration state of the feature for the subscription. */
|
|
66
|
+
state?: string;
|
|
67
|
+
}
|
|
68
|
+
export interface SubscriptionFeatureRegistrationProperties {
|
|
69
|
+
/**
|
|
70
|
+
* The tenantId.
|
|
71
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
72
|
+
*/
|
|
73
|
+
readonly tenantId?: string;
|
|
74
|
+
/**
|
|
75
|
+
* The subscriptionId.
|
|
76
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
77
|
+
*/
|
|
78
|
+
readonly subscriptionId?: string;
|
|
79
|
+
/**
|
|
80
|
+
* The featureName.
|
|
81
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
82
|
+
*/
|
|
83
|
+
readonly featureName?: string;
|
|
84
|
+
/**
|
|
85
|
+
* The featureDisplayName.
|
|
86
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
87
|
+
*/
|
|
88
|
+
readonly displayName?: string;
|
|
89
|
+
/**
|
|
90
|
+
* The providerNamespace.
|
|
91
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
92
|
+
*/
|
|
93
|
+
readonly providerNamespace?: string;
|
|
94
|
+
/** The state. */
|
|
95
|
+
state?: SubscriptionFeatureRegistrationState;
|
|
96
|
+
/** Authorization Profile */
|
|
97
|
+
authorizationProfile?: AuthorizationProfile;
|
|
98
|
+
/** Key-value pairs for meta data. */
|
|
99
|
+
metadata?: {
|
|
100
|
+
[propertyName: string]: string;
|
|
101
|
+
};
|
|
102
|
+
/**
|
|
103
|
+
* The feature release date.
|
|
104
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
105
|
+
*/
|
|
106
|
+
readonly releaseDate?: Date;
|
|
107
|
+
/**
|
|
108
|
+
* The feature registration date.
|
|
109
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
110
|
+
*/
|
|
111
|
+
readonly registrationDate?: Date;
|
|
112
|
+
/**
|
|
113
|
+
* The feature documentation link.
|
|
114
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
115
|
+
*/
|
|
116
|
+
readonly documentationLink?: string;
|
|
117
|
+
/**
|
|
118
|
+
* The feature approval type.
|
|
119
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
120
|
+
*/
|
|
121
|
+
readonly approvalType?: SubscriptionFeatureRegistrationApprovalType;
|
|
122
|
+
/** Indicates whether feature should be displayed in Portal. */
|
|
123
|
+
shouldFeatureDisplayInPortal?: boolean;
|
|
124
|
+
/** The feature description. */
|
|
125
|
+
description?: string;
|
|
126
|
+
}
|
|
127
|
+
/** Authorization Profile */
|
|
128
|
+
export interface AuthorizationProfile {
|
|
129
|
+
/**
|
|
130
|
+
* The requested time
|
|
131
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
132
|
+
*/
|
|
133
|
+
readonly requestedTime?: Date;
|
|
134
|
+
/**
|
|
135
|
+
* The requester
|
|
136
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
137
|
+
*/
|
|
138
|
+
readonly requester?: string;
|
|
139
|
+
/**
|
|
140
|
+
* The requester object id
|
|
141
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
142
|
+
*/
|
|
143
|
+
readonly requesterObjectId?: string;
|
|
144
|
+
/**
|
|
145
|
+
* The approved time
|
|
146
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
147
|
+
*/
|
|
148
|
+
readonly approvedTime?: Date;
|
|
149
|
+
/**
|
|
150
|
+
* The approver
|
|
151
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
152
|
+
*/
|
|
153
|
+
readonly approver?: string;
|
|
154
|
+
}
|
|
155
|
+
/** An Azure proxy resource. */
|
|
156
|
+
export interface ProxyResource {
|
|
157
|
+
/**
|
|
158
|
+
* Azure resource Id.
|
|
159
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
160
|
+
*/
|
|
161
|
+
readonly id?: string;
|
|
162
|
+
/**
|
|
163
|
+
* Azure resource name.
|
|
164
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
165
|
+
*/
|
|
166
|
+
readonly name?: string;
|
|
167
|
+
/**
|
|
168
|
+
* Azure resource type.
|
|
169
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
170
|
+
*/
|
|
171
|
+
readonly type?: string;
|
|
172
|
+
}
|
|
173
|
+
/** The list of subscription feature registrations. */
|
|
174
|
+
export interface SubscriptionFeatureRegistrationList {
|
|
175
|
+
/** The link used to get the next page of subscription feature registrations list. */
|
|
176
|
+
nextLink?: string;
|
|
177
|
+
/** The list of subscription feature registrations. */
|
|
178
|
+
value?: SubscriptionFeatureRegistration[];
|
|
179
|
+
}
|
|
180
|
+
/** Subscription feature registration details */
|
|
181
|
+
export interface SubscriptionFeatureRegistration extends ProxyResource {
|
|
182
|
+
properties?: SubscriptionFeatureRegistrationProperties;
|
|
183
|
+
}
|
|
184
|
+
/** Known values of {@link SubscriptionFeatureRegistrationState} that the service accepts. */
|
|
185
|
+
export declare enum KnownSubscriptionFeatureRegistrationState {
|
|
186
|
+
/** NotSpecified */
|
|
187
|
+
NotSpecified = "NotSpecified",
|
|
188
|
+
/** NotRegistered */
|
|
189
|
+
NotRegistered = "NotRegistered",
|
|
190
|
+
/** Pending */
|
|
191
|
+
Pending = "Pending",
|
|
192
|
+
/** Registering */
|
|
193
|
+
Registering = "Registering",
|
|
194
|
+
/** Registered */
|
|
195
|
+
Registered = "Registered",
|
|
196
|
+
/** Unregistering */
|
|
197
|
+
Unregistering = "Unregistering",
|
|
198
|
+
/** Unregistered */
|
|
199
|
+
Unregistered = "Unregistered"
|
|
200
|
+
}
|
|
201
|
+
/**
|
|
202
|
+
* Defines values for SubscriptionFeatureRegistrationState. \
|
|
203
|
+
* {@link KnownSubscriptionFeatureRegistrationState} can be used interchangeably with SubscriptionFeatureRegistrationState,
|
|
204
|
+
* this enum contains the known values that the service supports.
|
|
205
|
+
* ### Known values supported by the service
|
|
206
|
+
* **NotSpecified** \
|
|
207
|
+
* **NotRegistered** \
|
|
208
|
+
* **Pending** \
|
|
209
|
+
* **Registering** \
|
|
210
|
+
* **Registered** \
|
|
211
|
+
* **Unregistering** \
|
|
212
|
+
* **Unregistered**
|
|
213
|
+
*/
|
|
214
|
+
export type SubscriptionFeatureRegistrationState = string;
|
|
215
|
+
/** Known values of {@link SubscriptionFeatureRegistrationApprovalType} that the service accepts. */
|
|
216
|
+
export declare enum KnownSubscriptionFeatureRegistrationApprovalType {
|
|
217
|
+
/** NotSpecified */
|
|
218
|
+
NotSpecified = "NotSpecified",
|
|
219
|
+
/** ApprovalRequired */
|
|
220
|
+
ApprovalRequired = "ApprovalRequired",
|
|
221
|
+
/** AutoApproval */
|
|
222
|
+
AutoApproval = "AutoApproval"
|
|
223
|
+
}
|
|
224
|
+
/**
|
|
225
|
+
* Defines values for SubscriptionFeatureRegistrationApprovalType. \
|
|
226
|
+
* {@link KnownSubscriptionFeatureRegistrationApprovalType} can be used interchangeably with SubscriptionFeatureRegistrationApprovalType,
|
|
227
|
+
* this enum contains the known values that the service supports.
|
|
228
|
+
* ### Known values supported by the service
|
|
229
|
+
* **NotSpecified** \
|
|
230
|
+
* **ApprovalRequired** \
|
|
231
|
+
* **AutoApproval**
|
|
232
|
+
*/
|
|
233
|
+
export type SubscriptionFeatureRegistrationApprovalType = string;
|
|
234
|
+
/** Optional parameters. */
|
|
235
|
+
export interface ListOperationsOptionalParams extends coreClient.OperationOptions {
|
|
236
|
+
}
|
|
237
|
+
/** Contains response data for the listOperations operation. */
|
|
238
|
+
export type ListOperationsResponse = OperationListResult;
|
|
239
|
+
/** Optional parameters. */
|
|
240
|
+
export interface ListOperationsNextOptionalParams extends coreClient.OperationOptions {
|
|
241
|
+
}
|
|
242
|
+
/** Contains response data for the listOperationsNext operation. */
|
|
243
|
+
export type ListOperationsNextResponse = OperationListResult;
|
|
244
|
+
/** Optional parameters. */
|
|
245
|
+
export interface FeaturesListAllOptionalParams extends coreClient.OperationOptions {
|
|
246
|
+
}
|
|
247
|
+
/** Contains response data for the listAll operation. */
|
|
248
|
+
export type FeaturesListAllResponse = FeatureOperationsListResult;
|
|
249
|
+
/** Optional parameters. */
|
|
250
|
+
export interface FeaturesListOptionalParams extends coreClient.OperationOptions {
|
|
251
|
+
}
|
|
252
|
+
/** Contains response data for the list operation. */
|
|
253
|
+
export type FeaturesListResponse = FeatureOperationsListResult;
|
|
254
|
+
/** Optional parameters. */
|
|
255
|
+
export interface FeaturesGetOptionalParams extends coreClient.OperationOptions {
|
|
256
|
+
}
|
|
257
|
+
/** Contains response data for the get operation. */
|
|
258
|
+
export type FeaturesGetResponse = FeatureResult;
|
|
259
|
+
/** Optional parameters. */
|
|
260
|
+
export interface FeaturesRegisterOptionalParams extends coreClient.OperationOptions {
|
|
261
|
+
}
|
|
262
|
+
/** Contains response data for the register operation. */
|
|
263
|
+
export type FeaturesRegisterResponse = FeatureResult;
|
|
264
|
+
/** Optional parameters. */
|
|
265
|
+
export interface FeaturesUnregisterOptionalParams extends coreClient.OperationOptions {
|
|
266
|
+
}
|
|
267
|
+
/** Contains response data for the unregister operation. */
|
|
268
|
+
export type FeaturesUnregisterResponse = FeatureResult;
|
|
269
|
+
/** Optional parameters. */
|
|
270
|
+
export interface FeaturesListAllNextOptionalParams extends coreClient.OperationOptions {
|
|
271
|
+
}
|
|
272
|
+
/** Contains response data for the listAllNext operation. */
|
|
273
|
+
export type FeaturesListAllNextResponse = FeatureOperationsListResult;
|
|
274
|
+
/** Optional parameters. */
|
|
275
|
+
export interface FeaturesListNextOptionalParams extends coreClient.OperationOptions {
|
|
276
|
+
}
|
|
277
|
+
/** Contains response data for the listNext operation. */
|
|
278
|
+
export type FeaturesListNextResponse = FeatureOperationsListResult;
|
|
279
|
+
/** Optional parameters. */
|
|
280
|
+
export interface SubscriptionFeatureRegistrationsGetOptionalParams extends coreClient.OperationOptions {
|
|
281
|
+
}
|
|
282
|
+
/** Contains response data for the get operation. */
|
|
283
|
+
export type SubscriptionFeatureRegistrationsGetResponse = SubscriptionFeatureRegistration;
|
|
284
|
+
/** Optional parameters. */
|
|
285
|
+
export interface SubscriptionFeatureRegistrationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
286
|
+
/** Subscription Feature Registration Type details. */
|
|
287
|
+
subscriptionFeatureRegistrationType?: SubscriptionFeatureRegistration;
|
|
288
|
+
}
|
|
289
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
290
|
+
export type SubscriptionFeatureRegistrationsCreateOrUpdateResponse = SubscriptionFeatureRegistration;
|
|
291
|
+
/** Optional parameters. */
|
|
292
|
+
export interface SubscriptionFeatureRegistrationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
293
|
+
}
|
|
294
|
+
/** Optional parameters. */
|
|
295
|
+
export interface SubscriptionFeatureRegistrationsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
296
|
+
}
|
|
297
|
+
/** Contains response data for the listBySubscription operation. */
|
|
298
|
+
export type SubscriptionFeatureRegistrationsListBySubscriptionResponse = SubscriptionFeatureRegistrationList;
|
|
299
|
+
/** Optional parameters. */
|
|
300
|
+
export interface SubscriptionFeatureRegistrationsListAllBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
301
|
+
}
|
|
302
|
+
/** Contains response data for the listAllBySubscription operation. */
|
|
303
|
+
export type SubscriptionFeatureRegistrationsListAllBySubscriptionResponse = SubscriptionFeatureRegistrationList;
|
|
304
|
+
/** Optional parameters. */
|
|
305
|
+
export interface SubscriptionFeatureRegistrationsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
306
|
+
}
|
|
307
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
308
|
+
export type SubscriptionFeatureRegistrationsListBySubscriptionNextResponse = SubscriptionFeatureRegistrationList;
|
|
309
|
+
/** Optional parameters. */
|
|
310
|
+
export interface SubscriptionFeatureRegistrationsListAllBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
311
|
+
}
|
|
312
|
+
/** Contains response data for the listAllBySubscriptionNext operation. */
|
|
313
|
+
export type SubscriptionFeatureRegistrationsListAllBySubscriptionNextResponse = SubscriptionFeatureRegistrationList;
|
|
314
|
+
/** Optional parameters. */
|
|
315
|
+
export interface FeatureClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
316
|
+
/** server parameter */
|
|
317
|
+
$host?: string;
|
|
318
|
+
/** Api Version */
|
|
319
|
+
apiVersion?: string;
|
|
320
|
+
/** Overrides client endpoint. */
|
|
321
|
+
endpoint?: string;
|
|
322
|
+
}
|
|
323
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
/** Known values of {@link SubscriptionFeatureRegistrationState} that the service accepts. */
|
|
9
|
+
export var KnownSubscriptionFeatureRegistrationState;
|
|
10
|
+
(function (KnownSubscriptionFeatureRegistrationState) {
|
|
11
|
+
/** NotSpecified */
|
|
12
|
+
KnownSubscriptionFeatureRegistrationState["NotSpecified"] = "NotSpecified";
|
|
13
|
+
/** NotRegistered */
|
|
14
|
+
KnownSubscriptionFeatureRegistrationState["NotRegistered"] = "NotRegistered";
|
|
15
|
+
/** Pending */
|
|
16
|
+
KnownSubscriptionFeatureRegistrationState["Pending"] = "Pending";
|
|
17
|
+
/** Registering */
|
|
18
|
+
KnownSubscriptionFeatureRegistrationState["Registering"] = "Registering";
|
|
19
|
+
/** Registered */
|
|
20
|
+
KnownSubscriptionFeatureRegistrationState["Registered"] = "Registered";
|
|
21
|
+
/** Unregistering */
|
|
22
|
+
KnownSubscriptionFeatureRegistrationState["Unregistering"] = "Unregistering";
|
|
23
|
+
/** Unregistered */
|
|
24
|
+
KnownSubscriptionFeatureRegistrationState["Unregistered"] = "Unregistered";
|
|
25
|
+
})(KnownSubscriptionFeatureRegistrationState || (KnownSubscriptionFeatureRegistrationState = {}));
|
|
26
|
+
/** Known values of {@link SubscriptionFeatureRegistrationApprovalType} that the service accepts. */
|
|
27
|
+
export var KnownSubscriptionFeatureRegistrationApprovalType;
|
|
28
|
+
(function (KnownSubscriptionFeatureRegistrationApprovalType) {
|
|
29
|
+
/** NotSpecified */
|
|
30
|
+
KnownSubscriptionFeatureRegistrationApprovalType["NotSpecified"] = "NotSpecified";
|
|
31
|
+
/** ApprovalRequired */
|
|
32
|
+
KnownSubscriptionFeatureRegistrationApprovalType["ApprovalRequired"] = "ApprovalRequired";
|
|
33
|
+
/** AutoApproval */
|
|
34
|
+
KnownSubscriptionFeatureRegistrationApprovalType["AutoApproval"] = "AutoApproval";
|
|
35
|
+
})(KnownSubscriptionFeatureRegistrationApprovalType || (KnownSubscriptionFeatureRegistrationApprovalType = {}));
|
|
36
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAqMH,6FAA6F;AAC7F,MAAM,CAAN,IAAY,yCAeX;AAfD,WAAY,yCAAyC;IACnD,mBAAmB;IACnB,0EAA6B,CAAA;IAC7B,oBAAoB;IACpB,4EAA+B,CAAA;IAC/B,cAAc;IACd,gEAAmB,CAAA;IACnB,kBAAkB;IAClB,wEAA2B,CAAA;IAC3B,iBAAiB;IACjB,sEAAyB,CAAA;IACzB,oBAAoB;IACpB,4EAA+B,CAAA;IAC/B,mBAAmB;IACnB,0EAA6B,CAAA;AAC/B,CAAC,EAfW,yCAAyC,KAAzC,yCAAyC,QAepD;AAiBD,oGAAoG;AACpG,MAAM,CAAN,IAAY,gDAOX;AAPD,WAAY,gDAAgD;IAC1D,mBAAmB;IACnB,iFAA6B,CAAA;IAC7B,uBAAuB;IACvB,yFAAqC,CAAA;IACrC,mBAAmB;IACnB,iFAA6B,CAAA;AAC/B,CAAC,EAPW,gDAAgD,KAAhD,gDAAgD,QAO3D","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 * as coreClient from \"@azure/core-client\";\n\n/** Result of the request to list Microsoft.Features operations. It contains a list of operations and a URL link to get the next set of results. */\nexport interface OperationListResult {\n /** List of Microsoft.Features operations. */\n value?: Operation[];\n /** URL to get the next set of operation list results if there are any. */\n nextLink?: string;\n}\n\n/** Microsoft.Features operation */\nexport interface Operation {\n /** Operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** The object that represents the operation. */\n display?: OperationDisplay;\n}\n\n/** The object that represents the operation. */\nexport interface OperationDisplay {\n /** Service provider: Microsoft.Features */\n provider?: string;\n /** Resource on which the operation is performed: Profile, endpoint, etc. */\n resource?: string;\n /** Operation type: Read, write, delete, etc. */\n operation?: string;\n}\n\n/** Error response indicates that the service is not able to process the incoming request. */\nexport interface ErrorResponse {\n /** The error details. */\n error?: ErrorDefinition;\n}\n\n/** Error definition. */\nexport interface ErrorDefinition {\n /**\n * Service specific error code which serves as the substatus for the HTTP error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Description of the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /** Internal error details. */\n details?: ErrorDefinition[];\n}\n\n/** List of previewed features. */\nexport interface FeatureOperationsListResult {\n /** The array of features. */\n value?: FeatureResult[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Previewed feature information. */\nexport interface FeatureResult {\n /** The name of the feature. */\n name?: string;\n /** Properties of the previewed feature. */\n properties?: FeatureProperties;\n /** The resource ID of the feature. */\n id?: string;\n /** The resource type of the feature. */\n type?: string;\n}\n\n/** Information about feature. */\nexport interface FeatureProperties {\n /** The registration state of the feature for the subscription. */\n state?: string;\n}\n\nexport interface SubscriptionFeatureRegistrationProperties {\n /**\n * The tenantId.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /**\n * The subscriptionId.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n /**\n * The featureName.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly featureName?: string;\n /**\n * The featureDisplayName.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * The providerNamespace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly providerNamespace?: string;\n /** The state. */\n state?: SubscriptionFeatureRegistrationState;\n /** Authorization Profile */\n authorizationProfile?: AuthorizationProfile;\n /** Key-value pairs for meta data. */\n metadata?: { [propertyName: string]: string };\n /**\n * The feature release date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly releaseDate?: Date;\n /**\n * The feature registration date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly registrationDate?: Date;\n /**\n * The feature documentation link.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly documentationLink?: string;\n /**\n * The feature approval type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly approvalType?: SubscriptionFeatureRegistrationApprovalType;\n /** Indicates whether feature should be displayed in Portal. */\n shouldFeatureDisplayInPortal?: boolean;\n /** The feature description. */\n description?: string;\n}\n\n/** Authorization Profile */\nexport interface AuthorizationProfile {\n /**\n * The requested time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requestedTime?: Date;\n /**\n * The requester\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requester?: string;\n /**\n * The requester object id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requesterObjectId?: string;\n /**\n * The approved time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly approvedTime?: Date;\n /**\n * The approver\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly approver?: string;\n}\n\n/** An Azure proxy resource. */\nexport interface ProxyResource {\n /**\n * Azure resource Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Azure resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Azure resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** The list of subscription feature registrations. */\nexport interface SubscriptionFeatureRegistrationList {\n /** The link used to get the next page of subscription feature registrations list. */\n nextLink?: string;\n /** The list of subscription feature registrations. */\n value?: SubscriptionFeatureRegistration[];\n}\n\n/** Subscription feature registration details */\nexport interface SubscriptionFeatureRegistration extends ProxyResource {\n properties?: SubscriptionFeatureRegistrationProperties;\n}\n\n/** Known values of {@link SubscriptionFeatureRegistrationState} that the service accepts. */\nexport enum KnownSubscriptionFeatureRegistrationState {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** NotRegistered */\n NotRegistered = \"NotRegistered\",\n /** Pending */\n Pending = \"Pending\",\n /** Registering */\n Registering = \"Registering\",\n /** Registered */\n Registered = \"Registered\",\n /** Unregistering */\n Unregistering = \"Unregistering\",\n /** Unregistered */\n Unregistered = \"Unregistered\"\n}\n\n/**\n * Defines values for SubscriptionFeatureRegistrationState. \\\n * {@link KnownSubscriptionFeatureRegistrationState} can be used interchangeably with SubscriptionFeatureRegistrationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **NotRegistered** \\\n * **Pending** \\\n * **Registering** \\\n * **Registered** \\\n * **Unregistering** \\\n * **Unregistered**\n */\nexport type SubscriptionFeatureRegistrationState = string;\n\n/** Known values of {@link SubscriptionFeatureRegistrationApprovalType} that the service accepts. */\nexport enum KnownSubscriptionFeatureRegistrationApprovalType {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** ApprovalRequired */\n ApprovalRequired = \"ApprovalRequired\",\n /** AutoApproval */\n AutoApproval = \"AutoApproval\"\n}\n\n/**\n * Defines values for SubscriptionFeatureRegistrationApprovalType. \\\n * {@link KnownSubscriptionFeatureRegistrationApprovalType} can be used interchangeably with SubscriptionFeatureRegistrationApprovalType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **ApprovalRequired** \\\n * **AutoApproval**\n */\nexport type SubscriptionFeatureRegistrationApprovalType = string;\n\n/** Optional parameters. */\nexport interface ListOperationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOperations operation. */\nexport type ListOperationsResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface ListOperationsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOperationsNext operation. */\nexport type ListOperationsNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface FeaturesListAllOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAll operation. */\nexport type FeaturesListAllResponse = FeatureOperationsListResult;\n\n/** Optional parameters. */\nexport interface FeaturesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type FeaturesListResponse = FeatureOperationsListResult;\n\n/** Optional parameters. */\nexport interface FeaturesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type FeaturesGetResponse = FeatureResult;\n\n/** Optional parameters. */\nexport interface FeaturesRegisterOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the register operation. */\nexport type FeaturesRegisterResponse = FeatureResult;\n\n/** Optional parameters. */\nexport interface FeaturesUnregisterOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the unregister operation. */\nexport type FeaturesUnregisterResponse = FeatureResult;\n\n/** Optional parameters. */\nexport interface FeaturesListAllNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAllNext operation. */\nexport type FeaturesListAllNextResponse = FeatureOperationsListResult;\n\n/** Optional parameters. */\nexport interface FeaturesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type FeaturesListNextResponse = FeatureOperationsListResult;\n\n/** Optional parameters. */\nexport interface SubscriptionFeatureRegistrationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SubscriptionFeatureRegistrationsGetResponse = SubscriptionFeatureRegistration;\n\n/** Optional parameters. */\nexport interface SubscriptionFeatureRegistrationsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Subscription Feature Registration Type details. */\n subscriptionFeatureRegistrationType?: SubscriptionFeatureRegistration;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SubscriptionFeatureRegistrationsCreateOrUpdateResponse = SubscriptionFeatureRegistration;\n\n/** Optional parameters. */\nexport interface SubscriptionFeatureRegistrationsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface SubscriptionFeatureRegistrationsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type SubscriptionFeatureRegistrationsListBySubscriptionResponse = SubscriptionFeatureRegistrationList;\n\n/** Optional parameters. */\nexport interface SubscriptionFeatureRegistrationsListAllBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAllBySubscription operation. */\nexport type SubscriptionFeatureRegistrationsListAllBySubscriptionResponse = SubscriptionFeatureRegistrationList;\n\n/** Optional parameters. */\nexport interface SubscriptionFeatureRegistrationsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type SubscriptionFeatureRegistrationsListBySubscriptionNextResponse = SubscriptionFeatureRegistrationList;\n\n/** Optional parameters. */\nexport interface SubscriptionFeatureRegistrationsListAllBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAllBySubscriptionNext operation. */\nexport type SubscriptionFeatureRegistrationsListAllBySubscriptionNextResponse = SubscriptionFeatureRegistrationList;\n\n/** Optional parameters. */\nexport interface FeatureClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const OperationListResult: coreClient.CompositeMapper;
|
|
3
|
+
export declare const Operation: coreClient.CompositeMapper;
|
|
4
|
+
export declare const OperationDisplay: coreClient.CompositeMapper;
|
|
5
|
+
export declare const ErrorResponse: coreClient.CompositeMapper;
|
|
6
|
+
export declare const ErrorDefinition: coreClient.CompositeMapper;
|
|
7
|
+
export declare const FeatureOperationsListResult: coreClient.CompositeMapper;
|
|
8
|
+
export declare const FeatureResult: coreClient.CompositeMapper;
|
|
9
|
+
export declare const FeatureProperties: coreClient.CompositeMapper;
|
|
10
|
+
export declare const SubscriptionFeatureRegistrationProperties: coreClient.CompositeMapper;
|
|
11
|
+
export declare const AuthorizationProfile: coreClient.CompositeMapper;
|
|
12
|
+
export declare const ProxyResource: coreClient.CompositeMapper;
|
|
13
|
+
export declare const SubscriptionFeatureRegistrationList: coreClient.CompositeMapper;
|
|
14
|
+
export declare const SubscriptionFeatureRegistration: coreClient.CompositeMapper;
|
|
15
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAyB5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAoBlC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAyBzC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAiCxC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAyBpD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAgCtC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAa1C,CAAC;AAEF,eAAO,MAAM,yCAAyC,EAAE,UAAU,CAAC,eA6GlE,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eA0C7C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eA4BtC,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAyB5D,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,eAexD,CAAC"}
|