@azure/arm-policyinsights 4.1.1 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +69 -85
- package/dist/index.js +8639 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/{esm/models/policyEventsMappers.js → dist-esm/src/index.js} +5 -2
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1870 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +50 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +60 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1287 -697
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +42 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +209 -162
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/attestations.d.ts +161 -0
- package/dist-esm/src/operations/attestations.d.ts.map +1 -0
- package/dist-esm/src/operations/attestations.js +747 -0
- package/dist-esm/src/operations/attestations.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +2 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +16 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +18 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +46 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/policyEvents.d.ts +208 -0
- package/dist-esm/src/operations/policyEvents.d.ts.map +1 -0
- package/dist-esm/src/operations/policyEvents.js +1097 -0
- package/dist-esm/src/operations/policyEvents.js.map +1 -0
- package/dist-esm/src/operations/policyMetadataOperations.d.ts +38 -0
- package/dist-esm/src/operations/policyMetadataOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/policyMetadataOperations.js +144 -0
- package/dist-esm/src/operations/policyMetadataOperations.js.map +1 -0
- package/dist-esm/src/operations/policyRestrictions.d.ts +27 -0
- package/dist-esm/src/operations/policyRestrictions.d.ts.map +1 -0
- package/dist-esm/src/operations/policyRestrictions.js +81 -0
- package/dist-esm/src/operations/policyRestrictions.js.map +1 -0
- package/dist-esm/src/operations/policyStates.d.ts +361 -0
- package/dist-esm/src/operations/policyStates.d.ts.map +1 -0
- package/dist-esm/src/operations/policyStates.js +1632 -0
- package/dist-esm/src/operations/policyStates.js.map +1 -0
- package/dist-esm/src/operations/policyTrackedResources.d.ts +99 -0
- package/dist-esm/src/operations/policyTrackedResources.d.ts.map +1 -0
- package/dist-esm/src/operations/policyTrackedResources.js +458 -0
- package/dist-esm/src/operations/policyTrackedResources.js.map +1 -0
- package/dist-esm/src/operations/remediations.d.ts +304 -0
- package/dist-esm/src/operations/remediations.d.ts.map +1 -0
- package/dist-esm/src/operations/remediations.js +1377 -0
- package/dist-esm/src/operations/remediations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/attestations.d.ts +110 -0
- package/dist-esm/src/operationsInterfaces/attestations.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/attestations.js} +2 -8
- package/dist-esm/src/operationsInterfaces/attestations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +9 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +16 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/operations.js} +2 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyEvents.d.ts +60 -0
- package/dist-esm/src/operationsInterfaces/policyEvents.d.ts.map +1 -0
- package/{src/models/policyEventsMappers.ts → dist-esm/src/operationsInterfaces/policyEvents.js} +2 -8
- package/dist-esm/src/operationsInterfaces/policyEvents.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyMetadataOperations.d.ts +17 -0
- package/dist-esm/src/operationsInterfaces/policyMetadataOperations.d.ts.map +1 -0
- package/{src/models/policyMetadataOperationsMappers.ts → dist-esm/src/operationsInterfaces/policyMetadataOperations.js} +2 -9
- package/dist-esm/src/operationsInterfaces/policyMetadataOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyRestrictions.d.ts +19 -0
- package/dist-esm/src/operationsInterfaces/policyRestrictions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyRestrictions.js +9 -0
- package/dist-esm/src/operationsInterfaces/policyRestrictions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyStates.d.ts +165 -0
- package/dist-esm/src/operationsInterfaces/policyStates.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyStates.js +9 -0
- package/dist-esm/src/operationsInterfaces/policyStates.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyTrackedResources.d.ts +29 -0
- package/dist-esm/src/operationsInterfaces/policyTrackedResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyTrackedResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/policyTrackedResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/remediations.d.ts +168 -0
- package/dist-esm/src/operationsInterfaces/remediations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/remediations.js +9 -0
- package/dist-esm/src/operationsInterfaces/remediations.js.map +1 -0
- package/dist-esm/src/policyInsightsClient.d.ts +24 -0
- package/dist-esm/src/policyInsightsClient.d.ts.map +1 -0
- package/dist-esm/src/policyInsightsClient.js +57 -0
- package/dist-esm/src/policyInsightsClient.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +82 -23
- package/review/arm-policyinsights.api.md +1525 -0
- package/rollup.config.js +181 -30
- package/{esm/models/operationsMappers.js → src/index.ts} +5 -2
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1582 -2619
- package/src/models/mappers.ts +1454 -829
- package/src/models/parameters.ts +257 -163
- package/src/operations/attestations.ts +999 -0
- package/src/operations/index.ts +3 -2
- package/src/operations/operations.ts +27 -41
- package/src/operations/policyEvents.ts +1064 -600
- package/src/operations/policyMetadataOperations.ts +106 -113
- package/src/operations/policyRestrictions.ts +111 -0
- package/src/operations/policyStates.ts +1685 -1109
- package/src/operations/policyTrackedResources.ts +414 -293
- package/src/operations/remediations.ts +1201 -1264
- package/src/operationsInterfaces/attestations.ts +212 -0
- package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +4 -3
- package/src/operationsInterfaces/operations.ts +21 -0
- package/src/operationsInterfaces/policyEvents.ts +109 -0
- package/src/operationsInterfaces/policyMetadataOperations.ts +36 -0
- package/src/operationsInterfaces/policyRestrictions.ts +40 -0
- package/src/operationsInterfaces/policyStates.ts +287 -0
- package/src/operationsInterfaces/policyTrackedResources.ts +55 -0
- package/src/operationsInterfaces/remediations.ts +310 -0
- package/src/policyInsightsClient.ts +91 -42
- package/tsconfig.json +20 -7
- package/types/arm-policyinsights.d.ts +2728 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-policyinsights.js +0 -5548
- package/dist/arm-policyinsights.js.map +0 -1
- package/dist/arm-policyinsights.min.js +0 -1
- package/dist/arm-policyinsights.min.js.map +0 -1
- package/esm/models/index.d.ts +0 -3009
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -42
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -32
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/policyEventsMappers.d.ts +0 -2
- package/esm/models/policyEventsMappers.d.ts.map +0 -1
- package/esm/models/policyEventsMappers.js.map +0 -1
- package/esm/models/policyMetadataOperationsMappers.d.ts +0 -2
- package/esm/models/policyMetadataOperationsMappers.d.ts.map +0 -1
- package/esm/models/policyMetadataOperationsMappers.js +0 -9
- package/esm/models/policyMetadataOperationsMappers.js.map +0 -1
- package/esm/models/policyStatesMappers.d.ts +0 -2
- package/esm/models/policyStatesMappers.d.ts.map +0 -1
- package/esm/models/policyStatesMappers.js +0 -9
- package/esm/models/policyStatesMappers.js.map +0 -1
- package/esm/models/policyTrackedResourcesMappers.d.ts +0 -2
- package/esm/models/policyTrackedResourcesMappers.d.ts.map +0 -1
- package/esm/models/policyTrackedResourcesMappers.js +0 -9
- package/esm/models/policyTrackedResourcesMappers.js.map +0 -1
- package/esm/models/remediationsMappers.d.ts +0 -2
- package/esm/models/remediationsMappers.d.ts.map +0 -1
- package/esm/models/remediationsMappers.js +0 -9
- package/esm/models/remediationsMappers.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -50
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/policyEvents.d.ts +0 -323
- package/esm/operations/policyEvents.d.ts.map +0 -1
- package/esm/operations/policyEvents.js +0 -572
- package/esm/operations/policyEvents.js.map +0 -1
- package/esm/operations/policyMetadataOperations.d.ts +0 -64
- package/esm/operations/policyMetadataOperations.d.ts.map +0 -1
- package/esm/operations/policyMetadataOperations.js +0 -108
- package/esm/operations/policyMetadataOperations.js.map +0 -1
- package/esm/operations/policyStates.d.ts +0 -588
- package/esm/operations/policyStates.d.ts.map +0 -1
- package/esm/operations/policyStates.js +0 -951
- package/esm/operations/policyStates.js.map +0 -1
- package/esm/operations/policyTrackedResources.d.ts +0 -160
- package/esm/operations/policyTrackedResources.d.ts.map +0 -1
- package/esm/operations/policyTrackedResources.js +0 -269
- package/esm/operations/policyTrackedResources.js.map +0 -1
- package/esm/operations/remediations.d.ts +0 -679
- package/esm/operations/remediations.d.ts.map +0 -1
- package/esm/operations/remediations.js +0 -1037
- package/esm/operations/remediations.js.map +0 -1
- package/esm/policyInsightsClient.d.ts +0 -28
- package/esm/policyInsightsClient.d.ts.map +0 -1
- package/esm/policyInsightsClient.js +0 -41
- package/esm/policyInsightsClient.js.map +0 -1
- package/esm/policyInsightsClientContext.d.ts +0 -19
- package/esm/policyInsightsClientContext.d.ts.map +0 -1
- package/esm/policyInsightsClientContext.js +0 -54
- package/esm/policyInsightsClientContext.js.map +0 -1
- package/src/models/policyStatesMappers.ts +0 -25
- package/src/models/policyTrackedResourcesMappers.ts +0 -16
- package/src/models/remediationsMappers.ts +0 -20
- package/src/policyInsightsClientContext.ts +0 -59
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"remediations.js","sourceRoot":"","sources":["../../src/operations/remediations.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import { TokenCredential } from "@azure/core-auth";
|
|
3
|
-
import * as Models from "./models";
|
|
4
|
-
import * as Mappers from "./models/mappers";
|
|
5
|
-
import * as operations from "./operations";
|
|
6
|
-
import { PolicyInsightsClientContext } from "./policyInsightsClientContext";
|
|
7
|
-
declare class PolicyInsightsClient extends PolicyInsightsClientContext {
|
|
8
|
-
policyTrackedResources: operations.PolicyTrackedResources;
|
|
9
|
-
remediations: operations.Remediations;
|
|
10
|
-
policyEvents: operations.PolicyEvents;
|
|
11
|
-
policyStates: operations.PolicyStates;
|
|
12
|
-
operations: operations.Operations;
|
|
13
|
-
policyMetadata: operations.PolicyMetadataOperations;
|
|
14
|
-
/**
|
|
15
|
-
* Initializes a new instance of the PolicyInsightsClient class.
|
|
16
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
|
17
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
|
18
|
-
* more information about these credentials, see
|
|
19
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
|
20
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
|
21
|
-
* @azure/ms-rest-browserauth are also supported.
|
|
22
|
-
* @param [options] The parameter options
|
|
23
|
-
*/
|
|
24
|
-
constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, options?: Models.PolicyInsightsClientOptions);
|
|
25
|
-
}
|
|
26
|
-
export { PolicyInsightsClient, PolicyInsightsClientContext, Models as PolicyInsightsModels, Mappers as PolicyInsightsMappers };
|
|
27
|
-
export * from "./operations";
|
|
28
|
-
//# sourceMappingURL=policyInsightsClient.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"policyInsightsClient.d.ts","sourceRoot":"","sources":["../src/policyInsightsClient.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAG5E,cAAM,oBAAqB,SAAQ,2BAA2B;IAE5D,sBAAsB,EAAE,UAAU,CAAC,sBAAsB,CAAC;IAC1D,YAAY,EAAE,UAAU,CAAC,YAAY,CAAC;IACtC,YAAY,EAAE,UAAU,CAAC,YAAY,CAAC;IACtC,YAAY,EAAE,UAAU,CAAC,YAAY,CAAC;IACtC,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAClC,cAAc,EAAE,UAAU,CAAC,wBAAwB,CAAC;IAEpD;;;;;;;;;OASG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,2BAA2B;CASzH;AAID,OAAO,EACL,oBAAoB,EACpB,2BAA2B,EAC3B,MAAM,IAAI,oBAAoB,EAC9B,OAAO,IAAI,qBAAqB,EACjC,CAAC;AACF,cAAc,cAAc,CAAC"}
|
|
@@ -1,41 +0,0 @@
|
|
|
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
|
|
7
|
-
* regenerated.
|
|
8
|
-
*/
|
|
9
|
-
import { __extends } from "tslib";
|
|
10
|
-
import * as Models from "./models";
|
|
11
|
-
import * as Mappers from "./models/mappers";
|
|
12
|
-
import * as operations from "./operations";
|
|
13
|
-
import { PolicyInsightsClientContext } from "./policyInsightsClientContext";
|
|
14
|
-
var PolicyInsightsClient = /** @class */ (function (_super) {
|
|
15
|
-
__extends(PolicyInsightsClient, _super);
|
|
16
|
-
/**
|
|
17
|
-
* Initializes a new instance of the PolicyInsightsClient class.
|
|
18
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
|
19
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
|
20
|
-
* more information about these credentials, see
|
|
21
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
|
22
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
|
23
|
-
* @azure/ms-rest-browserauth are also supported.
|
|
24
|
-
* @param [options] The parameter options
|
|
25
|
-
*/
|
|
26
|
-
function PolicyInsightsClient(credentials, options) {
|
|
27
|
-
var _this = _super.call(this, credentials, options) || this;
|
|
28
|
-
_this.policyTrackedResources = new operations.PolicyTrackedResources(_this);
|
|
29
|
-
_this.remediations = new operations.Remediations(_this);
|
|
30
|
-
_this.policyEvents = new operations.PolicyEvents(_this);
|
|
31
|
-
_this.policyStates = new operations.PolicyStates(_this);
|
|
32
|
-
_this.operations = new operations.Operations(_this);
|
|
33
|
-
_this.policyMetadata = new operations.PolicyMetadataOperations(_this);
|
|
34
|
-
return _this;
|
|
35
|
-
}
|
|
36
|
-
return PolicyInsightsClient;
|
|
37
|
-
}(PolicyInsightsClientContext));
|
|
38
|
-
// Operation Specifications
|
|
39
|
-
export { PolicyInsightsClient, PolicyInsightsClientContext, Models as PolicyInsightsModels, Mappers as PolicyInsightsMappers };
|
|
40
|
-
export * from "./operations";
|
|
41
|
-
//# sourceMappingURL=policyInsightsClient.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"policyInsightsClient.js","sourceRoot":"","sources":["../src/policyInsightsClient.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;;AAIH,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAG5E;IAAmC,wCAA2B;IAS5D;;;;;;;;;OASG;IACH,8BAAY,WAA8D,EAAE,OAA4C;QAAxH,YACE,kBAAM,WAAW,EAAE,OAAO,CAAC,SAO5B;QANC,KAAI,CAAC,sBAAsB,GAAG,IAAI,UAAU,CAAC,sBAAsB,CAAC,KAAI,CAAC,CAAC;QAC1E,KAAI,CAAC,YAAY,GAAG,IAAI,UAAU,CAAC,YAAY,CAAC,KAAI,CAAC,CAAC;QACtD,KAAI,CAAC,YAAY,GAAG,IAAI,UAAU,CAAC,YAAY,CAAC,KAAI,CAAC,CAAC;QACtD,KAAI,CAAC,YAAY,GAAG,IAAI,UAAU,CAAC,YAAY,CAAC,KAAI,CAAC,CAAC;QACtD,KAAI,CAAC,UAAU,GAAG,IAAI,UAAU,CAAC,UAAU,CAAC,KAAI,CAAC,CAAC;QAClD,KAAI,CAAC,cAAc,GAAG,IAAI,UAAU,CAAC,wBAAwB,CAAC,KAAI,CAAC,CAAC;;IACtE,CAAC;IACH,2BAAC;AAAD,CAAC,AA5BD,CAAmC,2BAA2B,GA4B7D;AAED,2BAA2B;AAE3B,OAAO,EACL,oBAAoB,EACpB,2BAA2B,EAC3B,MAAM,IAAI,oBAAoB,EAC9B,OAAO,IAAI,qBAAqB,EACjC,CAAC;AACF,cAAc,cAAc,CAAC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as Models from "./models";
|
|
2
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
3
|
-
import { TokenCredential } from "@azure/core-auth";
|
|
4
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
5
|
-
export declare class PolicyInsightsClientContext extends msRestAzure.AzureServiceClient {
|
|
6
|
-
credentials: msRest.ServiceClientCredentials | TokenCredential;
|
|
7
|
-
/**
|
|
8
|
-
* Initializes a new instance of the PolicyInsightsClient class.
|
|
9
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
|
10
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
|
11
|
-
* more information about these credentials, see
|
|
12
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
|
13
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
|
14
|
-
* @azure/ms-rest-browserauth are also supported.
|
|
15
|
-
* @param [options] The parameter options
|
|
16
|
-
*/
|
|
17
|
-
constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, options?: Models.PolicyInsightsClientOptions);
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=policyInsightsClientContext.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"policyInsightsClientContext.d.ts","sourceRoot":"","sources":["../src/policyInsightsClientContext.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAKvD,qBAAa,2BAA4B,SAAQ,WAAW,CAAC,kBAAkB;IAC7E,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,CAAC;IAE/D;;;;;;;;;OASG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,2BAA2B;CA4BzH"}
|
|
@@ -1,54 +0,0 @@
|
|
|
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
|
|
7
|
-
* regenerated.
|
|
8
|
-
*/
|
|
9
|
-
import { __extends } from "tslib";
|
|
10
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
11
|
-
var packageName = "@azure/arm-policyinsights";
|
|
12
|
-
var packageVersion = "4.1.1";
|
|
13
|
-
var PolicyInsightsClientContext = /** @class */ (function (_super) {
|
|
14
|
-
__extends(PolicyInsightsClientContext, _super);
|
|
15
|
-
/**
|
|
16
|
-
* Initializes a new instance of the PolicyInsightsClient class.
|
|
17
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
|
18
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
|
19
|
-
* more information about these credentials, see
|
|
20
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
|
21
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
|
22
|
-
* @azure/ms-rest-browserauth are also supported.
|
|
23
|
-
* @param [options] The parameter options
|
|
24
|
-
*/
|
|
25
|
-
function PolicyInsightsClientContext(credentials, options) {
|
|
26
|
-
var _this = this;
|
|
27
|
-
if (credentials == undefined) {
|
|
28
|
-
throw new Error('\'credentials\' cannot be null.');
|
|
29
|
-
}
|
|
30
|
-
if (!options) {
|
|
31
|
-
options = {};
|
|
32
|
-
}
|
|
33
|
-
if (!options.userAgent) {
|
|
34
|
-
var defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
|
|
35
|
-
options.userAgent = packageName + "/" + packageVersion + " " + defaultUserAgent;
|
|
36
|
-
}
|
|
37
|
-
_this = _super.call(this, credentials, options) || this;
|
|
38
|
-
_this.acceptLanguage = 'en-US';
|
|
39
|
-
_this.longRunningOperationRetryTimeout = 30;
|
|
40
|
-
_this.baseUri = options.baseUri || _this.baseUri || "https://management.azure.com";
|
|
41
|
-
_this.requestContentType = "application/json; charset=utf-8";
|
|
42
|
-
_this.credentials = credentials;
|
|
43
|
-
if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
|
|
44
|
-
_this.acceptLanguage = options.acceptLanguage;
|
|
45
|
-
}
|
|
46
|
-
if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
|
|
47
|
-
_this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
|
|
48
|
-
}
|
|
49
|
-
return _this;
|
|
50
|
-
}
|
|
51
|
-
return PolicyInsightsClientContext;
|
|
52
|
-
}(msRestAzure.AzureServiceClient));
|
|
53
|
-
export { PolicyInsightsClientContext };
|
|
54
|
-
//# sourceMappingURL=policyInsightsClientContext.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"policyInsightsClientContext.js","sourceRoot":"","sources":["../src/policyInsightsClientContext.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;;AAKH,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAEvD,IAAM,WAAW,GAAG,2BAA2B,CAAC;AAChD,IAAM,cAAc,GAAG,OAAO,CAAC;AAE/B;IAAiD,+CAA8B;IAG7E;;;;;;;;;OASG;IACH,qCAAY,WAA8D,EAAE,OAA4C;QAAxH,iBA2BC;QA1BC,IAAI,WAAW,IAAI,SAAS,EAAE;YAC5B,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;SACpD;QAED,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;SACd;QACD,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE;YACtB,IAAM,gBAAgB,GAAG,WAAW,CAAC,wBAAwB,EAAE,CAAC;YAChE,OAAO,CAAC,SAAS,GAAM,WAAW,SAAI,cAAc,SAAI,gBAAkB,CAAC;SAC5E;QAED,QAAA,kBAAM,WAAW,EAAE,OAAO,CAAC,SAAC;QAE5B,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC;QAC9B,KAAI,CAAC,gCAAgC,GAAG,EAAE,CAAC;QAC3C,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,KAAI,CAAC,OAAO,IAAI,8BAA8B,CAAC;QACjF,KAAI,CAAC,kBAAkB,GAAG,iCAAiC,CAAC;QAC5D,KAAI,CAAC,WAAW,GAAG,WAAW,CAAC;QAE/B,IAAI,OAAO,CAAC,cAAc,KAAK,IAAI,IAAI,OAAO,CAAC,cAAc,KAAK,SAAS,EAAE;YAC3E,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC,cAAc,CAAC;SAC9C;QACD,IAAI,OAAO,CAAC,gCAAgC,KAAK,IAAI,IAAI,OAAO,CAAC,gCAAgC,KAAK,SAAS,EAAE;YAC/G,KAAI,CAAC,gCAAgC,GAAG,OAAO,CAAC,gCAAgC,CAAC;SAClF;;IACH,CAAC;IACH,kCAAC;AAAD,CAAC,AAzCD,CAAiD,WAAW,CAAC,kBAAkB,GAyC9E"}
|
|
@@ -1,25 +0,0 @@
|
|
|
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
|
-
|
|
9
|
-
export {
|
|
10
|
-
ComplianceDetail,
|
|
11
|
-
ComponentStateDetails,
|
|
12
|
-
ExpressionEvaluationDetails,
|
|
13
|
-
IfNotExistsEvaluationDetails,
|
|
14
|
-
PolicyAssignmentSummary,
|
|
15
|
-
PolicyDefinitionSummary,
|
|
16
|
-
PolicyEvaluationDetails,
|
|
17
|
-
PolicyGroupSummary,
|
|
18
|
-
PolicyState,
|
|
19
|
-
PolicyStatesQueryResults,
|
|
20
|
-
QueryFailure,
|
|
21
|
-
QueryFailureError,
|
|
22
|
-
SummarizeResults,
|
|
23
|
-
Summary,
|
|
24
|
-
SummaryResults
|
|
25
|
-
} from "../models/mappers";
|
|
@@ -1,16 +0,0 @@
|
|
|
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
|
-
|
|
9
|
-
export {
|
|
10
|
-
PolicyDetails,
|
|
11
|
-
PolicyTrackedResource,
|
|
12
|
-
PolicyTrackedResourcesQueryResults,
|
|
13
|
-
QueryFailure,
|
|
14
|
-
QueryFailureError,
|
|
15
|
-
TrackedResourceModificationDetails
|
|
16
|
-
} from "../models/mappers";
|
|
@@ -1,20 +0,0 @@
|
|
|
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
|
-
|
|
9
|
-
export {
|
|
10
|
-
BaseResource,
|
|
11
|
-
ErrorDefinition,
|
|
12
|
-
ErrorResponse,
|
|
13
|
-
Remediation,
|
|
14
|
-
RemediationDeployment,
|
|
15
|
-
RemediationDeploymentsListResult,
|
|
16
|
-
RemediationDeploymentSummary,
|
|
17
|
-
RemediationFilters,
|
|
18
|
-
RemediationListResult,
|
|
19
|
-
TypedErrorInfo
|
|
20
|
-
} from "../models/mappers";
|
|
@@ -1,59 +0,0 @@
|
|
|
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
|
|
7
|
-
* regenerated.
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
import * as Models from "./models";
|
|
11
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
12
|
-
import { TokenCredential } from "@azure/core-auth";
|
|
13
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
14
|
-
|
|
15
|
-
const packageName = "@azure/arm-policyinsights";
|
|
16
|
-
const packageVersion = "4.1.1";
|
|
17
|
-
|
|
18
|
-
export class PolicyInsightsClientContext extends msRestAzure.AzureServiceClient {
|
|
19
|
-
credentials: msRest.ServiceClientCredentials | TokenCredential;
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* Initializes a new instance of the PolicyInsightsClient class.
|
|
23
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
|
24
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
|
25
|
-
* more information about these credentials, see
|
|
26
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
|
27
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
|
28
|
-
* @azure/ms-rest-browserauth are also supported.
|
|
29
|
-
* @param [options] The parameter options
|
|
30
|
-
*/
|
|
31
|
-
constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, options?: Models.PolicyInsightsClientOptions) {
|
|
32
|
-
if (credentials == undefined) {
|
|
33
|
-
throw new Error('\'credentials\' cannot be null.');
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
if (!options) {
|
|
37
|
-
options = {};
|
|
38
|
-
}
|
|
39
|
-
if (!options.userAgent) {
|
|
40
|
-
const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
|
|
41
|
-
options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
super(credentials, options);
|
|
45
|
-
|
|
46
|
-
this.acceptLanguage = 'en-US';
|
|
47
|
-
this.longRunningOperationRetryTimeout = 30;
|
|
48
|
-
this.baseUri = options.baseUri || this.baseUri || "https://management.azure.com";
|
|
49
|
-
this.requestContentType = "application/json; charset=utf-8";
|
|
50
|
-
this.credentials = credentials;
|
|
51
|
-
|
|
52
|
-
if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
|
|
53
|
-
this.acceptLanguage = options.acceptLanguage;
|
|
54
|
-
}
|
|
55
|
-
if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
|
|
56
|
-
this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}
|