@azure/arm-hardwaresecuritymodules 2.0.0-alpha.20260227.1 → 2.0.0-alpha.20260303.1
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/browser/api/cloudHsmClusterBackupStatus/index.d.ts +1 -1
- package/dist/browser/api/cloudHsmClusterBackupStatus/index.js.map +1 -1
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/index.d.ts +1 -1
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -1
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/index.d.ts +1 -1
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/index.js.map +1 -1
- package/dist/browser/api/cloudHsmClusterRestoreStatus/index.d.ts +1 -1
- package/dist/browser/api/cloudHsmClusterRestoreStatus/index.js.map +1 -1
- package/dist/browser/api/cloudHsmClusters/index.d.ts +1 -1
- package/dist/browser/api/cloudHsmClusters/index.js.map +1 -1
- package/dist/browser/api/dedicatedHsm/index.d.ts +1 -1
- package/dist/browser/api/dedicatedHsm/index.js.map +1 -1
- package/dist/browser/api/index.d.ts +1 -1
- package/dist/browser/api/index.js.map +1 -1
- package/dist/browser/api/operations/index.d.ts +1 -1
- package/dist/browser/api/operations/index.js.map +1 -1
- package/dist/browser/api/privateEndpointConnections/index.d.ts +1 -1
- package/dist/browser/api/privateEndpointConnections/index.js.map +1 -1
- package/dist/browser/azureDedicatedHSMResourceProvider.d.ts +1 -1
- package/dist/browser/azureDedicatedHSMResourceProvider.js.map +1 -1
- package/dist/browser/classic/index.d.ts +8 -8
- package/dist/browser/classic/index.js.map +1 -1
- package/dist/browser/index.d.ts +13 -13
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/commonjs/api/azureDedicatedHSMResourceProviderContext.js +54 -43
- package/dist/commonjs/api/azureDedicatedHSMResourceProviderContext.js.map +7 -1
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/index.d.ts +1 -1
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/index.js +23 -8
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/index.js.map +7 -1
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/operations.js +63 -44
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/operations.js.map +7 -1
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/options.js +15 -5
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/options.js.map +7 -1
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/index.d.ts +1 -1
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/index.js +25 -10
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/index.js.map +7 -1
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/operations.js +146 -113
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/operations.js.map +7 -1
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/options.js +15 -5
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/options.js.map +7 -1
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/index.d.ts +1 -1
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/index.js +23 -8
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/index.js.map +7 -1
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/operations.js +63 -38
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/operations.js.map +7 -1
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/options.js +15 -5
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/options.js.map +7 -1
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/index.d.ts +1 -1
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/index.js +23 -8
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/index.js.map +7 -1
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/operations.js +63 -44
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/operations.js.map +7 -1
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/options.js +15 -5
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/options.js.map +7 -1
- package/dist/commonjs/api/cloudHsmClusters/index.d.ts +1 -1
- package/dist/commonjs/api/cloudHsmClusters/index.js +32 -17
- package/dist/commonjs/api/cloudHsmClusters/index.js.map +7 -1
- package/dist/commonjs/api/cloudHsmClusters/operations.js +401 -348
- package/dist/commonjs/api/cloudHsmClusters/operations.js.map +7 -1
- package/dist/commonjs/api/cloudHsmClusters/options.js +15 -5
- package/dist/commonjs/api/cloudHsmClusters/options.js.map +7 -1
- package/dist/commonjs/api/dedicatedHsm/index.d.ts +1 -1
- package/dist/commonjs/api/dedicatedHsm/index.js +29 -14
- package/dist/commonjs/api/dedicatedHsm/index.js.map +7 -1
- package/dist/commonjs/api/dedicatedHsm/operations.js +279 -229
- package/dist/commonjs/api/dedicatedHsm/operations.js.map +7 -1
- package/dist/commonjs/api/dedicatedHsm/options.js +15 -5
- package/dist/commonjs/api/dedicatedHsm/options.js.map +7 -1
- package/dist/commonjs/api/index.d.ts +1 -1
- package/dist/commonjs/api/index.js +23 -8
- package/dist/commonjs/api/index.js.map +7 -1
- package/dist/commonjs/api/operations/index.d.ts +1 -1
- package/dist/commonjs/api/operations/index.js +23 -8
- package/dist/commonjs/api/operations/index.js.map +7 -1
- package/dist/commonjs/api/operations/operations.js +58 -33
- package/dist/commonjs/api/operations/operations.js.map +7 -1
- package/dist/commonjs/api/operations/options.js +15 -5
- package/dist/commonjs/api/operations/options.js.map +7 -1
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +1 -1
- package/dist/commonjs/api/privateEndpointConnections/index.js +23 -8
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -1
- package/dist/commonjs/api/privateEndpointConnections/operations.js +63 -38
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -1
- package/dist/commonjs/api/privateEndpointConnections/options.js +15 -5
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -1
- package/dist/commonjs/azureDedicatedHSMResourceProvider.d.ts +1 -1
- package/dist/commonjs/azureDedicatedHSMResourceProvider.js +70 -56
- package/dist/commonjs/azureDedicatedHSMResourceProvider.js.map +7 -1
- package/dist/commonjs/classic/cloudHsmClusterBackupStatus/index.js +29 -13
- package/dist/commonjs/classic/cloudHsmClusterBackupStatus/index.js.map +7 -1
- package/dist/commonjs/classic/cloudHsmClusterPrivateEndpointConnections/index.js +38 -15
- package/dist/commonjs/classic/cloudHsmClusterPrivateEndpointConnections/index.js.map +7 -1
- package/dist/commonjs/classic/cloudHsmClusterPrivateLinkResources/index.js +29 -13
- package/dist/commonjs/classic/cloudHsmClusterPrivateLinkResources/index.js.map +7 -1
- package/dist/commonjs/classic/cloudHsmClusterRestoreStatus/index.js +29 -13
- package/dist/commonjs/classic/cloudHsmClusterRestoreStatus/index.js.map +7 -1
- package/dist/commonjs/classic/cloudHsmClusters/index.js +38 -22
- package/dist/commonjs/classic/cloudHsmClusters/index.js.map +7 -1
- package/dist/commonjs/classic/dedicatedHsm/index.js +35 -19
- package/dist/commonjs/classic/dedicatedHsm/index.js.map +7 -1
- package/dist/commonjs/classic/index.d.ts +8 -8
- package/dist/commonjs/classic/index.js +15 -5
- package/dist/commonjs/classic/index.js.map +7 -1
- package/dist/commonjs/classic/operations/index.js +29 -13
- package/dist/commonjs/classic/operations/index.js.map +7 -1
- package/dist/commonjs/classic/privateEndpointConnections/index.js +29 -13
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -1
- package/dist/commonjs/index.d.ts +13 -13
- package/dist/commonjs/index.js +41 -26
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.js +24 -8
- package/dist/commonjs/logger.js.map +7 -1
- package/dist/commonjs/models/index.d.ts +1 -1
- package/dist/commonjs/models/index.js +37 -22
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.js +598 -679
- package/dist/commonjs/models/models.js.map +7 -1
- package/dist/commonjs/restorePollerHelpers.js +128 -123
- package/dist/commonjs/restorePollerHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/pagingHelpers.js +105 -103
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/pollingHelpers.js +82 -76
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/urlTemplate.js +142 -145
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -1
- package/dist/esm/api/azureDedicatedHSMResourceProviderContext.js +34 -39
- package/dist/esm/api/azureDedicatedHSMResourceProviderContext.js.map +7 -1
- package/dist/esm/api/cloudHsmClusterBackupStatus/index.d.ts +1 -1
- package/dist/esm/api/cloudHsmClusterBackupStatus/index.js +4 -4
- package/dist/esm/api/cloudHsmClusterBackupStatus/index.js.map +7 -1
- package/dist/esm/api/cloudHsmClusterBackupStatus/operations.js +47 -39
- package/dist/esm/api/cloudHsmClusterBackupStatus/operations.js.map +7 -1
- package/dist/esm/api/cloudHsmClusterBackupStatus/options.js +0 -4
- package/dist/esm/api/cloudHsmClusterBackupStatus/options.js.map +7 -1
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/index.d.ts +1 -1
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/index.js +6 -4
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/index.js.map +7 -1
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/operations.js +141 -109
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/operations.js.map +7 -1
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/options.js +0 -4
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/options.js.map +7 -1
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/index.d.ts +1 -1
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/index.js +4 -4
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/index.js.map +7 -1
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/operations.js +54 -35
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/operations.js.map +7 -1
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/options.js +0 -4
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/options.js.map +7 -1
- package/dist/esm/api/cloudHsmClusterRestoreStatus/index.d.ts +1 -1
- package/dist/esm/api/cloudHsmClusterRestoreStatus/index.js +4 -4
- package/dist/esm/api/cloudHsmClusterRestoreStatus/index.js.map +7 -1
- package/dist/esm/api/cloudHsmClusterRestoreStatus/operations.js +47 -39
- package/dist/esm/api/cloudHsmClusterRestoreStatus/operations.js.map +7 -1
- package/dist/esm/api/cloudHsmClusterRestoreStatus/options.js +0 -4
- package/dist/esm/api/cloudHsmClusterRestoreStatus/options.js.map +7 -1
- package/dist/esm/api/cloudHsmClusters/index.d.ts +1 -1
- package/dist/esm/api/cloudHsmClusters/index.js +24 -4
- package/dist/esm/api/cloudHsmClusters/index.js.map +7 -1
- package/dist/esm/api/cloudHsmClusters/operations.js +423 -342
- package/dist/esm/api/cloudHsmClusters/operations.js.map +7 -1
- package/dist/esm/api/cloudHsmClusters/options.js +0 -4
- package/dist/esm/api/cloudHsmClusters/options.js.map +7 -1
- package/dist/esm/api/dedicatedHsm/index.d.ts +1 -1
- package/dist/esm/api/dedicatedHsm/index.js +18 -4
- package/dist/esm/api/dedicatedHsm/index.js.map +7 -1
- package/dist/esm/api/dedicatedHsm/operations.js +298 -232
- package/dist/esm/api/dedicatedHsm/operations.js.map +7 -1
- package/dist/esm/api/dedicatedHsm/options.js +0 -4
- package/dist/esm/api/dedicatedHsm/options.js.map +7 -1
- package/dist/esm/api/index.d.ts +1 -1
- package/dist/esm/api/index.js +6 -4
- package/dist/esm/api/index.js.map +7 -1
- package/dist/esm/api/operations/index.d.ts +1 -1
- package/dist/esm/api/operations/index.js +4 -4
- package/dist/esm/api/operations/index.js.map +7 -1
- package/dist/esm/api/operations/operations.js +49 -30
- package/dist/esm/api/operations/operations.js.map +7 -1
- package/dist/esm/api/operations/options.js +0 -4
- package/dist/esm/api/operations/options.js.map +7 -1
- package/dist/esm/api/privateEndpointConnections/index.d.ts +1 -1
- package/dist/esm/api/privateEndpointConnections/index.js +4 -4
- package/dist/esm/api/privateEndpointConnections/index.js.map +7 -1
- package/dist/esm/api/privateEndpointConnections/operations.js +54 -35
- package/dist/esm/api/privateEndpointConnections/operations.js.map +7 -1
- package/dist/esm/api/privateEndpointConnections/options.js +0 -4
- package/dist/esm/api/privateEndpointConnections/options.js.map +7 -1
- package/dist/esm/azureDedicatedHSMResourceProvider.d.ts +1 -1
- package/dist/esm/azureDedicatedHSMResourceProvider.js +67 -52
- package/dist/esm/azureDedicatedHSMResourceProvider.js.map +7 -1
- package/dist/esm/classic/cloudHsmClusterBackupStatus/index.js +10 -10
- package/dist/esm/classic/cloudHsmClusterBackupStatus/index.js.map +7 -1
- package/dist/esm/classic/cloudHsmClusterPrivateEndpointConnections/index.js +24 -13
- package/dist/esm/classic/cloudHsmClusterPrivateEndpointConnections/index.js.map +7 -1
- package/dist/esm/classic/cloudHsmClusterPrivateLinkResources/index.js +10 -10
- package/dist/esm/classic/cloudHsmClusterPrivateLinkResources/index.js.map +7 -1
- package/dist/esm/classic/cloudHsmClusterRestoreStatus/index.js +10 -10
- package/dist/esm/classic/cloudHsmClusterRestoreStatus/index.js.map +7 -1
- package/dist/esm/classic/cloudHsmClusters/index.js +31 -20
- package/dist/esm/classic/cloudHsmClusters/index.js.map +7 -1
- package/dist/esm/classic/dedicatedHsm/index.js +25 -17
- package/dist/esm/classic/dedicatedHsm/index.js.map +7 -1
- package/dist/esm/classic/index.d.ts +8 -8
- package/dist/esm/classic/index.js +0 -4
- package/dist/esm/classic/index.js.map +7 -1
- package/dist/esm/classic/operations/index.js +10 -10
- package/dist/esm/classic/operations/index.js.map +7 -1
- package/dist/esm/classic/privateEndpointConnections/index.js +10 -10
- package/dist/esm/classic/privateEndpointConnections/index.js.map +7 -1
- package/dist/esm/index.d.ts +13 -13
- package/dist/esm/index.js +38 -6
- package/dist/esm/index.js.map +7 -1
- package/dist/esm/logger.js +4 -4
- package/dist/esm/logger.js.map +7 -1
- package/dist/esm/models/index.d.ts +1 -1
- package/dist/esm/models/index.js +34 -4
- package/dist/esm/models/index.js.map +7 -1
- package/dist/esm/models/models.js +731 -747
- package/dist/esm/models/models.js.map +7 -1
- package/dist/esm/restorePollerHelpers.js +120 -117
- package/dist/esm/restorePollerHelpers.js.map +7 -1
- package/dist/esm/static-helpers/pagingHelpers.js +85 -99
- package/dist/esm/static-helpers/pagingHelpers.js.map +7 -1
- package/dist/esm/static-helpers/pollingHelpers.js +65 -73
- package/dist/esm/static-helpers/pollingHelpers.js.map +7 -1
- package/dist/esm/static-helpers/urlTemplate.js +123 -142
- package/dist/esm/static-helpers/urlTemplate.js.map +7 -1
- package/dist/react-native/api/cloudHsmClusterBackupStatus/index.d.ts +1 -1
- package/dist/react-native/api/cloudHsmClusterBackupStatus/index.js.map +1 -1
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/index.d.ts +1 -1
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -1
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/index.d.ts +1 -1
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/index.js.map +1 -1
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/index.d.ts +1 -1
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/index.js.map +1 -1
- package/dist/react-native/api/cloudHsmClusters/index.d.ts +1 -1
- package/dist/react-native/api/cloudHsmClusters/index.js.map +1 -1
- package/dist/react-native/api/dedicatedHsm/index.d.ts +1 -1
- package/dist/react-native/api/dedicatedHsm/index.js.map +1 -1
- package/dist/react-native/api/index.d.ts +1 -1
- package/dist/react-native/api/index.js.map +1 -1
- package/dist/react-native/api/operations/index.d.ts +1 -1
- package/dist/react-native/api/operations/index.js.map +1 -1
- package/dist/react-native/api/privateEndpointConnections/index.d.ts +1 -1
- package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -1
- package/dist/react-native/azureDedicatedHSMResourceProvider.d.ts +1 -1
- package/dist/react-native/azureDedicatedHSMResourceProvider.js.map +1 -1
- package/dist/react-native/classic/index.d.ts +8 -8
- package/dist/react-native/classic/index.js.map +1 -1
- package/dist/react-native/index.d.ts +13 -13
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/models/index.d.ts +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/package.json +5 -32
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/cloudHsmClusterBackupStatus/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { get } from \"./operations.js\";\nexport { CloudHsmClusterBackupStatusGetOptionalParams } from \"./options.js\";\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/cloudHsmClusterBackupStatus/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { get } from \"./operations.js\";\nexport { type CloudHsmClusterBackupStatusGetOptionalParams } from \"./options.js\";\n"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { $delete, create, get } from "./operations.js";
|
|
2
|
-
export { CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams, CloudHsmClusterPrivateEndpointConnectionsCreateOptionalParams, CloudHsmClusterPrivateEndpointConnectionsGetOptionalParams, } from "./options.js";
|
|
2
|
+
export { type CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams, type CloudHsmClusterPrivateEndpointConnectionsCreateOptionalParams, type CloudHsmClusterPrivateEndpointConnectionsGetOptionalParams, } from "./options.js";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/cloudHsmClusterPrivateEndpointConnections/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { $delete, create, get } from \"./operations.js\";\nexport {\n CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams,\n CloudHsmClusterPrivateEndpointConnectionsCreateOptionalParams,\n CloudHsmClusterPrivateEndpointConnectionsGetOptionalParams,\n} from \"./options.js\";\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/cloudHsmClusterPrivateEndpointConnections/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { $delete, create, get } from \"./operations.js\";\nexport {\n type CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams,\n type CloudHsmClusterPrivateEndpointConnectionsCreateOptionalParams,\n type CloudHsmClusterPrivateEndpointConnectionsGetOptionalParams,\n} from \"./options.js\";\n"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { listByCloudHsmCluster } from "./operations.js";
|
|
2
|
-
export { CloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterOptionalParams } from "./options.js";
|
|
2
|
+
export { type CloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterOptionalParams } from "./options.js";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/cloudHsmClusterPrivateLinkResources/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { listByCloudHsmCluster } from \"./operations.js\";\nexport { CloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterOptionalParams } from \"./options.js\";\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/cloudHsmClusterPrivateLinkResources/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { listByCloudHsmCluster } from \"./operations.js\";\nexport { type CloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterOptionalParams } from \"./options.js\";\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/cloudHsmClusterRestoreStatus/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { get } from \"./operations.js\";\nexport { CloudHsmClusterRestoreStatusGetOptionalParams } from \"./options.js\";\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/cloudHsmClusterRestoreStatus/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { get } from \"./operations.js\";\nexport { type CloudHsmClusterRestoreStatusGetOptionalParams } from \"./options.js\";\n"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { restore, validateRestoreProperties, backup, validateBackupProperties, listBySubscription, listByResourceGroup, $delete, update, createOrUpdate, get, } from "./operations.js";
|
|
2
|
-
export { CloudHsmClustersRestoreOptionalParams, CloudHsmClustersValidateRestorePropertiesOptionalParams, CloudHsmClustersBackupOptionalParams, CloudHsmClustersValidateBackupPropertiesOptionalParams, CloudHsmClustersListBySubscriptionOptionalParams, CloudHsmClustersListByResourceGroupOptionalParams, CloudHsmClustersDeleteOptionalParams, CloudHsmClustersUpdateOptionalParams, CloudHsmClustersCreateOrUpdateOptionalParams, CloudHsmClustersGetOptionalParams, } from "./options.js";
|
|
2
|
+
export { type CloudHsmClustersRestoreOptionalParams, type CloudHsmClustersValidateRestorePropertiesOptionalParams, type CloudHsmClustersBackupOptionalParams, type CloudHsmClustersValidateBackupPropertiesOptionalParams, type CloudHsmClustersListBySubscriptionOptionalParams, type CloudHsmClustersListByResourceGroupOptionalParams, type CloudHsmClustersDeleteOptionalParams, type CloudHsmClustersUpdateOptionalParams, type CloudHsmClustersCreateOrUpdateOptionalParams, type CloudHsmClustersGetOptionalParams, } from "./options.js";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/cloudHsmClusters/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EACL,OAAO,EACP,yBAAyB,EACzB,MAAM,EACN,wBAAwB,EACxB,kBAAkB,EAClB,mBAAmB,EACnB,OAAO,EACP,MAAM,EACN,cAAc,EACd,GAAG,GACJ,MAAM,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n restore,\n validateRestoreProperties,\n backup,\n validateBackupProperties,\n listBySubscription,\n listByResourceGroup,\n $delete,\n update,\n createOrUpdate,\n get,\n} from \"./operations.js\";\nexport {\n CloudHsmClustersRestoreOptionalParams,\n CloudHsmClustersValidateRestorePropertiesOptionalParams,\n CloudHsmClustersBackupOptionalParams,\n CloudHsmClustersValidateBackupPropertiesOptionalParams,\n CloudHsmClustersListBySubscriptionOptionalParams,\n CloudHsmClustersListByResourceGroupOptionalParams,\n CloudHsmClustersDeleteOptionalParams,\n CloudHsmClustersUpdateOptionalParams,\n CloudHsmClustersCreateOrUpdateOptionalParams,\n CloudHsmClustersGetOptionalParams,\n} from \"./options.js\";\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/cloudHsmClusters/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EACL,OAAO,EACP,yBAAyB,EACzB,MAAM,EACN,wBAAwB,EACxB,kBAAkB,EAClB,mBAAmB,EACnB,OAAO,EACP,MAAM,EACN,cAAc,EACd,GAAG,GACJ,MAAM,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n restore,\n validateRestoreProperties,\n backup,\n validateBackupProperties,\n listBySubscription,\n listByResourceGroup,\n $delete,\n update,\n createOrUpdate,\n get,\n} from \"./operations.js\";\nexport {\n type CloudHsmClustersRestoreOptionalParams,\n type CloudHsmClustersValidateRestorePropertiesOptionalParams,\n type CloudHsmClustersBackupOptionalParams,\n type CloudHsmClustersValidateBackupPropertiesOptionalParams,\n type CloudHsmClustersListBySubscriptionOptionalParams,\n type CloudHsmClustersListByResourceGroupOptionalParams,\n type CloudHsmClustersDeleteOptionalParams,\n type CloudHsmClustersUpdateOptionalParams,\n type CloudHsmClustersCreateOrUpdateOptionalParams,\n type CloudHsmClustersGetOptionalParams,\n} from \"./options.js\";\n"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { listOutboundNetworkDependenciesEndpoints, listBySubscription, listByResourceGroup, $delete, update, createOrUpdate, get, } from "./operations.js";
|
|
2
|
-
export { DedicatedHsmListOutboundNetworkDependenciesEndpointsOptionalParams, DedicatedHsmListBySubscriptionOptionalParams, DedicatedHsmListByResourceGroupOptionalParams, DedicatedHsmDeleteOptionalParams, DedicatedHsmUpdateOptionalParams, DedicatedHsmCreateOrUpdateOptionalParams, DedicatedHsmGetOptionalParams, } from "./options.js";
|
|
2
|
+
export { type DedicatedHsmListOutboundNetworkDependenciesEndpointsOptionalParams, type DedicatedHsmListBySubscriptionOptionalParams, type DedicatedHsmListByResourceGroupOptionalParams, type DedicatedHsmDeleteOptionalParams, type DedicatedHsmUpdateOptionalParams, type DedicatedHsmCreateOrUpdateOptionalParams, type DedicatedHsmGetOptionalParams, } from "./options.js";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/dedicatedHsm/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EACL,wCAAwC,EACxC,kBAAkB,EAClB,mBAAmB,EACnB,OAAO,EACP,MAAM,EACN,cAAc,EACd,GAAG,GACJ,MAAM,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n listOutboundNetworkDependenciesEndpoints,\n listBySubscription,\n listByResourceGroup,\n $delete,\n update,\n createOrUpdate,\n get,\n} from \"./operations.js\";\nexport {\n DedicatedHsmListOutboundNetworkDependenciesEndpointsOptionalParams,\n DedicatedHsmListBySubscriptionOptionalParams,\n DedicatedHsmListByResourceGroupOptionalParams,\n DedicatedHsmDeleteOptionalParams,\n DedicatedHsmUpdateOptionalParams,\n DedicatedHsmCreateOrUpdateOptionalParams,\n DedicatedHsmGetOptionalParams,\n} from \"./options.js\";\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/dedicatedHsm/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EACL,wCAAwC,EACxC,kBAAkB,EAClB,mBAAmB,EACnB,OAAO,EACP,MAAM,EACN,cAAc,EACd,GAAG,GACJ,MAAM,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n listOutboundNetworkDependenciesEndpoints,\n listBySubscription,\n listByResourceGroup,\n $delete,\n update,\n createOrUpdate,\n get,\n} from \"./operations.js\";\nexport {\n type DedicatedHsmListOutboundNetworkDependenciesEndpointsOptionalParams,\n type DedicatedHsmListBySubscriptionOptionalParams,\n type DedicatedHsmListByResourceGroupOptionalParams,\n type DedicatedHsmDeleteOptionalParams,\n type DedicatedHsmUpdateOptionalParams,\n type DedicatedHsmCreateOrUpdateOptionalParams,\n type DedicatedHsmGetOptionalParams,\n} from \"./options.js\";\n"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { createAzureDedicatedHSMResourceProvider, AzureDedicatedHSMResourceProviderContext, AzureDedicatedHSMResourceProviderOptionalParams, } from "./azureDedicatedHSMResourceProviderContext.js";
|
|
1
|
+
export { createAzureDedicatedHSMResourceProvider, type AzureDedicatedHSMResourceProviderContext, type AzureDedicatedHSMResourceProviderOptionalParams, } from "./azureDedicatedHSMResourceProviderContext.js";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EACL,uCAAuC,GAGxC,MAAM,+CAA+C,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n createAzureDedicatedHSMResourceProvider,\n AzureDedicatedHSMResourceProviderContext,\n AzureDedicatedHSMResourceProviderOptionalParams,\n} from \"./azureDedicatedHSMResourceProviderContext.js\";\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EACL,uCAAuC,GAGxC,MAAM,+CAA+C,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n createAzureDedicatedHSMResourceProvider,\n type AzureDedicatedHSMResourceProviderContext,\n type AzureDedicatedHSMResourceProviderOptionalParams,\n} from \"./azureDedicatedHSMResourceProviderContext.js\";\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/operations/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { list } from \"./operations.js\";\nexport { OperationsListOptionalParams } from \"./options.js\";\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/operations/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { list } from \"./operations.js\";\nexport { type OperationsListOptionalParams } from \"./options.js\";\n"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { listByCloudHsmCluster } from "./operations.js";
|
|
2
|
-
export { PrivateEndpointConnectionsListByCloudHsmClusterOptionalParams } from "./options.js";
|
|
2
|
+
export { type PrivateEndpointConnectionsListByCloudHsmClusterOptionalParams } from "./options.js";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/privateEndpointConnections/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { listByCloudHsmCluster } from \"./operations.js\";\nexport { PrivateEndpointConnectionsListByCloudHsmClusterOptionalParams } from \"./options.js\";\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/privateEndpointConnections/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { listByCloudHsmCluster } from \"./operations.js\";\nexport { type PrivateEndpointConnectionsListByCloudHsmClusterOptionalParams } from \"./options.js\";\n"]}
|
|
@@ -9,7 +9,7 @@ import { CloudHsmClustersOperations } from "./classic/cloudHsmClusters/index.js"
|
|
|
9
9
|
import { OperationsOperations } from "./classic/operations/index.js";
|
|
10
10
|
import { Pipeline } from "@azure/core-rest-pipeline";
|
|
11
11
|
import { TokenCredential } from "@azure/core-auth";
|
|
12
|
-
export { AzureDedicatedHSMResourceProviderOptionalParams } from "./api/azureDedicatedHSMResourceProviderContext.js";
|
|
12
|
+
export { type AzureDedicatedHSMResourceProviderOptionalParams } from "./api/azureDedicatedHSMResourceProviderContext.js";
|
|
13
13
|
export declare class AzureDedicatedHSMResourceProvider {
|
|
14
14
|
private _client;
|
|
15
15
|
/** The pipeline used by this client to make requests */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"azureDedicatedHSMResourceProvider.js","sourceRoot":"","sources":["../../src/azureDedicatedHSMResourceProvider.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EACL,uCAAuC,GAGxC,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAEL,0BAA0B,GAC3B,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAEL,uDAAuD,GACxD,MAAM,8DAA8D,CAAC;AACtE,OAAO,EAEL,0CAA0C,GAC3C,MAAM,iDAAiD,CAAC;AACzD,OAAO,EAEL,yCAAyC,GAC1C,MAAM,gDAAgD,CAAC;AACxD,OAAO,EAEL,iDAAiD,GAClD,MAAM,wDAAwD,CAAC;AAChE,OAAO,EAEL,wCAAwC,GACzC,MAAM,+CAA+C,CAAC;AACvD,OAAO,EAEL,8BAA8B,GAC/B,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EAAwB,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAM/F,MAAM,OAAO,iCAAiC;IACpC,OAAO,CAA2C;IAC1D,wDAAwD;IACxC,QAAQ,CAAW;IAEnC,oHAAoH;IACpH,YACE,UAA2B,EAC3B,cAAsB,EACtB,UAA2D,EAAE;QAE7D,MAAM,iBAAiB,GAAG,OAAO,EAAE,gBAAgB,EAAE,eAAe,CAAC;QACrE,MAAM,eAAe,GAAG,iBAAiB;YACvC,CAAC,CAAC,GAAG,iBAAiB,kBAAkB;YACxC,CAAC,CAAC,iBAAiB,CAAC;QACtB,IAAI,CAAC,OAAO,GAAG,uCAAuC,CAAC,UAAU,EAAE,cAAc,EAAE;YACjF,GAAG,OAAO;YACV,gBAAgB,EAAE,EAAE,eAAe,EAAE;SACtC,CAAC,CAAC;QACH,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC;QACtC,IAAI,CAAC,YAAY,GAAG,0BAA0B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7D,IAAI,CAAC,yCAAyC;YAC5C,uDAAuD,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxE,IAAI,CAAC,4BAA4B,GAAG,0CAA0C,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7F,IAAI,CAAC,2BAA2B,GAAG,yCAAyC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC3F,IAAI,CAAC,mCAAmC,GAAG,iDAAiD,CAC1F,IAAI,CAAC,OAAO,CACb,CAAC;QACF,IAAI,CAAC,0BAA0B,GAAG,wCAAwC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzF,IAAI,CAAC,gBAAgB,GAAG,8BAA8B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACrE,IAAI,CAAC,UAAU,GAAG,wBAAwB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC3D,CAAC;IAED,4CAA4C;IAC5B,YAAY,CAAyB;IACrD,yEAAyE;IACzD,yCAAyC,CAAsD;IAC/G,4DAA4D;IAC5C,4BAA4B,CAAyC;IACrF,2DAA2D;IAC3C,2BAA2B,CAAwC;IACnF,mEAAmE;IACnD,mCAAmC,CAAgD;IACnG,0DAA0D;IAC1C,0BAA0B,CAAuC;IACjF,gDAAgD;IAChC,gBAAgB,CAA6B;IAC7D,0CAA0C;IAC1B,UAAU,CAAuB;CAClD","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n createAzureDedicatedHSMResourceProvider,\n AzureDedicatedHSMResourceProviderContext,\n AzureDedicatedHSMResourceProviderOptionalParams,\n} from \"./api/index.js\";\nimport {\n DedicatedHsmOperations,\n _getDedicatedHsmOperations,\n} from \"./classic/dedicatedHsm/index.js\";\nimport {\n CloudHsmClusterPrivateEndpointConnectionsOperations,\n _getCloudHsmClusterPrivateEndpointConnectionsOperations,\n} from \"./classic/cloudHsmClusterPrivateEndpointConnections/index.js\";\nimport {\n CloudHsmClusterRestoreStatusOperations,\n _getCloudHsmClusterRestoreStatusOperations,\n} from \"./classic/cloudHsmClusterRestoreStatus/index.js\";\nimport {\n CloudHsmClusterBackupStatusOperations,\n _getCloudHsmClusterBackupStatusOperations,\n} from \"./classic/cloudHsmClusterBackupStatus/index.js\";\nimport {\n CloudHsmClusterPrivateLinkResourcesOperations,\n _getCloudHsmClusterPrivateLinkResourcesOperations,\n} from \"./classic/cloudHsmClusterPrivateLinkResources/index.js\";\nimport {\n PrivateEndpointConnectionsOperations,\n _getPrivateEndpointConnectionsOperations,\n} from \"./classic/privateEndpointConnections/index.js\";\nimport {\n CloudHsmClustersOperations,\n _getCloudHsmClustersOperations,\n} from \"./classic/cloudHsmClusters/index.js\";\nimport { OperationsOperations, _getOperationsOperations } from \"./classic/operations/index.js\";\nimport { Pipeline } from \"@azure/core-rest-pipeline\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\nexport { AzureDedicatedHSMResourceProviderOptionalParams } from \"./api/azureDedicatedHSMResourceProviderContext.js\";\n\nexport class AzureDedicatedHSMResourceProvider {\n private _client: AzureDedicatedHSMResourceProviderContext;\n /** The pipeline used by this client to make requests */\n public readonly pipeline: Pipeline;\n\n /** The Azure management API provides a RESTful set of web services that interact with Hardware Security Modules. */\n constructor(\n credential: TokenCredential,\n subscriptionId: string,\n options: AzureDedicatedHSMResourceProviderOptionalParams = {},\n ) {\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-client`\n : `azsdk-js-client`;\n this._client = createAzureDedicatedHSMResourceProvider(credential, subscriptionId, {\n ...options,\n userAgentOptions: { userAgentPrefix },\n });\n this.pipeline = this._client.pipeline;\n this.dedicatedHsm = _getDedicatedHsmOperations(this._client);\n this.cloudHsmClusterPrivateEndpointConnections =\n _getCloudHsmClusterPrivateEndpointConnectionsOperations(this._client);\n this.cloudHsmClusterRestoreStatus = _getCloudHsmClusterRestoreStatusOperations(this._client);\n this.cloudHsmClusterBackupStatus = _getCloudHsmClusterBackupStatusOperations(this._client);\n this.cloudHsmClusterPrivateLinkResources = _getCloudHsmClusterPrivateLinkResourcesOperations(\n this._client,\n );\n this.privateEndpointConnections = _getPrivateEndpointConnectionsOperations(this._client);\n this.cloudHsmClusters = _getCloudHsmClustersOperations(this._client);\n this.operations = _getOperationsOperations(this._client);\n }\n\n /** The operation groups for dedicatedHsm */\n public readonly dedicatedHsm: DedicatedHsmOperations;\n /** The operation groups for cloudHsmClusterPrivateEndpointConnections */\n public readonly cloudHsmClusterPrivateEndpointConnections: CloudHsmClusterPrivateEndpointConnectionsOperations;\n /** The operation groups for cloudHsmClusterRestoreStatus */\n public readonly cloudHsmClusterRestoreStatus: CloudHsmClusterRestoreStatusOperations;\n /** The operation groups for cloudHsmClusterBackupStatus */\n public readonly cloudHsmClusterBackupStatus: CloudHsmClusterBackupStatusOperations;\n /** The operation groups for cloudHsmClusterPrivateLinkResources */\n public readonly cloudHsmClusterPrivateLinkResources: CloudHsmClusterPrivateLinkResourcesOperations;\n /** The operation groups for privateEndpointConnections */\n public readonly privateEndpointConnections: PrivateEndpointConnectionsOperations;\n /** The operation groups for cloudHsmClusters */\n public readonly cloudHsmClusters: CloudHsmClustersOperations;\n /** The operation groups for operations */\n public readonly operations: OperationsOperations;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"azureDedicatedHSMResourceProvider.js","sourceRoot":"","sources":["../../src/azureDedicatedHSMResourceProvider.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EACL,uCAAuC,GAGxC,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAEL,0BAA0B,GAC3B,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAEL,uDAAuD,GACxD,MAAM,8DAA8D,CAAC;AACtE,OAAO,EAEL,0CAA0C,GAC3C,MAAM,iDAAiD,CAAC;AACzD,OAAO,EAEL,yCAAyC,GAC1C,MAAM,gDAAgD,CAAC;AACxD,OAAO,EAEL,iDAAiD,GAClD,MAAM,wDAAwD,CAAC;AAChE,OAAO,EAEL,wCAAwC,GACzC,MAAM,+CAA+C,CAAC;AACvD,OAAO,EAEL,8BAA8B,GAC/B,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EAAwB,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAM/F,MAAM,OAAO,iCAAiC;IACpC,OAAO,CAA2C;IAC1D,wDAAwD;IACxC,QAAQ,CAAW;IAEnC,oHAAoH;IACpH,YACE,UAA2B,EAC3B,cAAsB,EACtB,UAA2D,EAAE;QAE7D,MAAM,iBAAiB,GAAG,OAAO,EAAE,gBAAgB,EAAE,eAAe,CAAC;QACrE,MAAM,eAAe,GAAG,iBAAiB;YACvC,CAAC,CAAC,GAAG,iBAAiB,kBAAkB;YACxC,CAAC,CAAC,iBAAiB,CAAC;QACtB,IAAI,CAAC,OAAO,GAAG,uCAAuC,CAAC,UAAU,EAAE,cAAc,EAAE;YACjF,GAAG,OAAO;YACV,gBAAgB,EAAE,EAAE,eAAe,EAAE;SACtC,CAAC,CAAC;QACH,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC;QACtC,IAAI,CAAC,YAAY,GAAG,0BAA0B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7D,IAAI,CAAC,yCAAyC;YAC5C,uDAAuD,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxE,IAAI,CAAC,4BAA4B,GAAG,0CAA0C,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7F,IAAI,CAAC,2BAA2B,GAAG,yCAAyC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC3F,IAAI,CAAC,mCAAmC,GAAG,iDAAiD,CAC1F,IAAI,CAAC,OAAO,CACb,CAAC;QACF,IAAI,CAAC,0BAA0B,GAAG,wCAAwC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzF,IAAI,CAAC,gBAAgB,GAAG,8BAA8B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACrE,IAAI,CAAC,UAAU,GAAG,wBAAwB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC3D,CAAC;IAED,4CAA4C;IAC5B,YAAY,CAAyB;IACrD,yEAAyE;IACzD,yCAAyC,CAAsD;IAC/G,4DAA4D;IAC5C,4BAA4B,CAAyC;IACrF,2DAA2D;IAC3C,2BAA2B,CAAwC;IACnF,mEAAmE;IACnD,mCAAmC,CAAgD;IACnG,0DAA0D;IAC1C,0BAA0B,CAAuC;IACjF,gDAAgD;IAChC,gBAAgB,CAA6B;IAC7D,0CAA0C;IAC1B,UAAU,CAAuB;CAClD","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n createAzureDedicatedHSMResourceProvider,\n AzureDedicatedHSMResourceProviderContext,\n AzureDedicatedHSMResourceProviderOptionalParams,\n} from \"./api/index.js\";\nimport {\n DedicatedHsmOperations,\n _getDedicatedHsmOperations,\n} from \"./classic/dedicatedHsm/index.js\";\nimport {\n CloudHsmClusterPrivateEndpointConnectionsOperations,\n _getCloudHsmClusterPrivateEndpointConnectionsOperations,\n} from \"./classic/cloudHsmClusterPrivateEndpointConnections/index.js\";\nimport {\n CloudHsmClusterRestoreStatusOperations,\n _getCloudHsmClusterRestoreStatusOperations,\n} from \"./classic/cloudHsmClusterRestoreStatus/index.js\";\nimport {\n CloudHsmClusterBackupStatusOperations,\n _getCloudHsmClusterBackupStatusOperations,\n} from \"./classic/cloudHsmClusterBackupStatus/index.js\";\nimport {\n CloudHsmClusterPrivateLinkResourcesOperations,\n _getCloudHsmClusterPrivateLinkResourcesOperations,\n} from \"./classic/cloudHsmClusterPrivateLinkResources/index.js\";\nimport {\n PrivateEndpointConnectionsOperations,\n _getPrivateEndpointConnectionsOperations,\n} from \"./classic/privateEndpointConnections/index.js\";\nimport {\n CloudHsmClustersOperations,\n _getCloudHsmClustersOperations,\n} from \"./classic/cloudHsmClusters/index.js\";\nimport { OperationsOperations, _getOperationsOperations } from \"./classic/operations/index.js\";\nimport { Pipeline } from \"@azure/core-rest-pipeline\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\nexport { type AzureDedicatedHSMResourceProviderOptionalParams } from \"./api/azureDedicatedHSMResourceProviderContext.js\";\n\nexport class AzureDedicatedHSMResourceProvider {\n private _client: AzureDedicatedHSMResourceProviderContext;\n /** The pipeline used by this client to make requests */\n public readonly pipeline: Pipeline;\n\n /** The Azure management API provides a RESTful set of web services that interact with Hardware Security Modules. */\n constructor(\n credential: TokenCredential,\n subscriptionId: string,\n options: AzureDedicatedHSMResourceProviderOptionalParams = {},\n ) {\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-client`\n : `azsdk-js-client`;\n this._client = createAzureDedicatedHSMResourceProvider(credential, subscriptionId, {\n ...options,\n userAgentOptions: { userAgentPrefix },\n });\n this.pipeline = this._client.pipeline;\n this.dedicatedHsm = _getDedicatedHsmOperations(this._client);\n this.cloudHsmClusterPrivateEndpointConnections =\n _getCloudHsmClusterPrivateEndpointConnectionsOperations(this._client);\n this.cloudHsmClusterRestoreStatus = _getCloudHsmClusterRestoreStatusOperations(this._client);\n this.cloudHsmClusterBackupStatus = _getCloudHsmClusterBackupStatusOperations(this._client);\n this.cloudHsmClusterPrivateLinkResources = _getCloudHsmClusterPrivateLinkResourcesOperations(\n this._client,\n );\n this.privateEndpointConnections = _getPrivateEndpointConnectionsOperations(this._client);\n this.cloudHsmClusters = _getCloudHsmClustersOperations(this._client);\n this.operations = _getOperationsOperations(this._client);\n }\n\n /** The operation groups for dedicatedHsm */\n public readonly dedicatedHsm: DedicatedHsmOperations;\n /** The operation groups for cloudHsmClusterPrivateEndpointConnections */\n public readonly cloudHsmClusterPrivateEndpointConnections: CloudHsmClusterPrivateEndpointConnectionsOperations;\n /** The operation groups for cloudHsmClusterRestoreStatus */\n public readonly cloudHsmClusterRestoreStatus: CloudHsmClusterRestoreStatusOperations;\n /** The operation groups for cloudHsmClusterBackupStatus */\n public readonly cloudHsmClusterBackupStatus: CloudHsmClusterBackupStatusOperations;\n /** The operation groups for cloudHsmClusterPrivateLinkResources */\n public readonly cloudHsmClusterPrivateLinkResources: CloudHsmClusterPrivateLinkResourcesOperations;\n /** The operation groups for privateEndpointConnections */\n public readonly privateEndpointConnections: PrivateEndpointConnectionsOperations;\n /** The operation groups for cloudHsmClusters */\n public readonly cloudHsmClusters: CloudHsmClustersOperations;\n /** The operation groups for operations */\n public readonly operations: OperationsOperations;\n}\n"]}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { CloudHsmClusterBackupStatusOperations } from "./cloudHsmClusterBackupStatus/index.js";
|
|
2
|
-
export { CloudHsmClusterPrivateEndpointConnectionsOperations } from "./cloudHsmClusterPrivateEndpointConnections/index.js";
|
|
3
|
-
export { CloudHsmClusterPrivateLinkResourcesOperations } from "./cloudHsmClusterPrivateLinkResources/index.js";
|
|
4
|
-
export { CloudHsmClusterRestoreStatusOperations } from "./cloudHsmClusterRestoreStatus/index.js";
|
|
5
|
-
export { CloudHsmClustersOperations } from "./cloudHsmClusters/index.js";
|
|
6
|
-
export { DedicatedHsmOperations } from "./dedicatedHsm/index.js";
|
|
7
|
-
export { OperationsOperations } from "./operations/index.js";
|
|
8
|
-
export { PrivateEndpointConnectionsOperations } from "./privateEndpointConnections/index.js";
|
|
1
|
+
export { type CloudHsmClusterBackupStatusOperations } from "./cloudHsmClusterBackupStatus/index.js";
|
|
2
|
+
export { type CloudHsmClusterPrivateEndpointConnectionsOperations } from "./cloudHsmClusterPrivateEndpointConnections/index.js";
|
|
3
|
+
export { type CloudHsmClusterPrivateLinkResourcesOperations } from "./cloudHsmClusterPrivateLinkResources/index.js";
|
|
4
|
+
export { type CloudHsmClusterRestoreStatusOperations } from "./cloudHsmClusterRestoreStatus/index.js";
|
|
5
|
+
export { type CloudHsmClustersOperations } from "./cloudHsmClusters/index.js";
|
|
6
|
+
export { type DedicatedHsmOperations } from "./dedicatedHsm/index.js";
|
|
7
|
+
export { type OperationsOperations } from "./operations/index.js";
|
|
8
|
+
export { type PrivateEndpointConnectionsOperations } from "./privateEndpointConnections/index.js";
|
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/classic/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { CloudHsmClusterBackupStatusOperations } from \"./cloudHsmClusterBackupStatus/index.js\";\nexport { CloudHsmClusterPrivateEndpointConnectionsOperations } from \"./cloudHsmClusterPrivateEndpointConnections/index.js\";\nexport { CloudHsmClusterPrivateLinkResourcesOperations } from \"./cloudHsmClusterPrivateLinkResources/index.js\";\nexport { CloudHsmClusterRestoreStatusOperations } from \"./cloudHsmClusterRestoreStatus/index.js\";\nexport { CloudHsmClustersOperations } from \"./cloudHsmClusters/index.js\";\nexport { DedicatedHsmOperations } from \"./dedicatedHsm/index.js\";\nexport { OperationsOperations } from \"./operations/index.js\";\nexport { PrivateEndpointConnectionsOperations } from \"./privateEndpointConnections/index.js\";\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/classic/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { type CloudHsmClusterBackupStatusOperations } from \"./cloudHsmClusterBackupStatus/index.js\";\nexport { type CloudHsmClusterPrivateEndpointConnectionsOperations } from \"./cloudHsmClusterPrivateEndpointConnections/index.js\";\nexport { type CloudHsmClusterPrivateLinkResourcesOperations } from \"./cloudHsmClusterPrivateLinkResources/index.js\";\nexport { type CloudHsmClusterRestoreStatusOperations } from \"./cloudHsmClusterRestoreStatus/index.js\";\nexport { type CloudHsmClustersOperations } from \"./cloudHsmClusters/index.js\";\nexport { type DedicatedHsmOperations } from \"./dedicatedHsm/index.js\";\nexport { type OperationsOperations } from \"./operations/index.js\";\nexport { type PrivateEndpointConnectionsOperations } from \"./privateEndpointConnections/index.js\";\n"]}
|
package/dist/browser/index.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { PageSettings, ContinuablePage, PagedAsyncIterableIterator } from "./static-helpers/pagingHelpers.js";
|
|
2
2
|
export { AzureDedicatedHSMResourceProvider } from "./azureDedicatedHSMResourceProvider.js";
|
|
3
|
-
export { restorePoller, RestorePollerOptions } from "./restorePollerHelpers.js";
|
|
4
|
-
export { Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, CloudHsmCluster, CloudHsmClusterProperties, KnownActivationState, ActivationState, KnownAutoGeneratedDomainNameLabelScope, AutoGeneratedDomainNameLabelScope, CloudHsmProperties, PrivateEndpointConnection, PrivateEndpointConnectionProperties, PrivateEndpoint, PrivateLinkServiceConnectionState, KnownPrivateEndpointServiceConnectionStatus, PrivateEndpointServiceConnectionStatus, KnownPrivateEndpointConnectionProvisioningState, PrivateEndpointConnectionProvisioningState, KnownProvisioningState, ProvisioningState, KnownPublicNetworkAccess, PublicNetworkAccess, ManagedServiceIdentity, KnownManagedServiceIdentityType, ManagedServiceIdentityType, UserAssignedIdentity, CloudHsmClusterSku, KnownCloudHsmClusterSkuFamily, CloudHsmClusterSkuFamily, CloudHsmClusterSkuName, ProxyResource, Resource, SystemData, KnownCreatedByType, CreatedByType, TrackedResource, CloudHsmClusterPatchParameters, BackupRequestProperties, BackupRestoreRequestBaseProperties, BackupResult, BackupResultProperties, BackupRestoreBaseResultProperties, KnownBackupRestoreOperationStatus, BackupRestoreOperationStatus, RestoreRequestProperties, RestoreResult, PrivateLinkResource, PrivateLinkResourceProperties, DedicatedHsm, Sku, KnownSkuName, SkuName, DedicatedHsmProperties, NetworkProfile, ApiEntityReference, NetworkInterface, KnownJsonWebKeyType, JsonWebKeyType, DedicatedHsmError, ErrorModel, DedicatedHsmPatchParameters, OutboundEnvironmentEndpoint, EndpointDependency, EndpointDetail, KnownVersions, } from "./models/index.js";
|
|
5
|
-
export { AzureDedicatedHSMResourceProviderOptionalParams } from "./api/index.js";
|
|
6
|
-
export { CloudHsmClusterBackupStatusGetOptionalParams } from "./api/cloudHsmClusterBackupStatus/index.js";
|
|
7
|
-
export { CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams, CloudHsmClusterPrivateEndpointConnectionsCreateOptionalParams, CloudHsmClusterPrivateEndpointConnectionsGetOptionalParams, } from "./api/cloudHsmClusterPrivateEndpointConnections/index.js";
|
|
8
|
-
export { CloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterOptionalParams } from "./api/cloudHsmClusterPrivateLinkResources/index.js";
|
|
9
|
-
export { CloudHsmClusterRestoreStatusGetOptionalParams } from "./api/cloudHsmClusterRestoreStatus/index.js";
|
|
10
|
-
export { CloudHsmClustersRestoreOptionalParams, CloudHsmClustersValidateRestorePropertiesOptionalParams, CloudHsmClustersBackupOptionalParams, CloudHsmClustersValidateBackupPropertiesOptionalParams, CloudHsmClustersListBySubscriptionOptionalParams, CloudHsmClustersListByResourceGroupOptionalParams, CloudHsmClustersDeleteOptionalParams, CloudHsmClustersUpdateOptionalParams, CloudHsmClustersCreateOrUpdateOptionalParams, CloudHsmClustersGetOptionalParams, } from "./api/cloudHsmClusters/index.js";
|
|
11
|
-
export { DedicatedHsmListOutboundNetworkDependenciesEndpointsOptionalParams, DedicatedHsmListBySubscriptionOptionalParams, DedicatedHsmListByResourceGroupOptionalParams, DedicatedHsmDeleteOptionalParams, DedicatedHsmUpdateOptionalParams, DedicatedHsmCreateOrUpdateOptionalParams, DedicatedHsmGetOptionalParams, } from "./api/dedicatedHsm/index.js";
|
|
12
|
-
export { OperationsListOptionalParams } from "./api/operations/index.js";
|
|
13
|
-
export { PrivateEndpointConnectionsListByCloudHsmClusterOptionalParams } from "./api/privateEndpointConnections/index.js";
|
|
14
|
-
export { CloudHsmClusterBackupStatusOperations, CloudHsmClusterPrivateEndpointConnectionsOperations, CloudHsmClusterPrivateLinkResourcesOperations, CloudHsmClusterRestoreStatusOperations, CloudHsmClustersOperations, DedicatedHsmOperations, OperationsOperations, PrivateEndpointConnectionsOperations, } from "./classic/index.js";
|
|
15
|
-
export { PageSettings, ContinuablePage, PagedAsyncIterableIterator };
|
|
3
|
+
export { restorePoller, type RestorePollerOptions } from "./restorePollerHelpers.js";
|
|
4
|
+
export { type Operation, type OperationDisplay, KnownOrigin, type Origin, KnownActionType, type ActionType, type ErrorResponse, type ErrorDetail, type ErrorAdditionalInfo, type CloudHsmCluster, type CloudHsmClusterProperties, KnownActivationState, type ActivationState, KnownAutoGeneratedDomainNameLabelScope, type AutoGeneratedDomainNameLabelScope, type CloudHsmProperties, type PrivateEndpointConnection, type PrivateEndpointConnectionProperties, type PrivateEndpoint, type PrivateLinkServiceConnectionState, KnownPrivateEndpointServiceConnectionStatus, type PrivateEndpointServiceConnectionStatus, KnownPrivateEndpointConnectionProvisioningState, type PrivateEndpointConnectionProvisioningState, KnownProvisioningState, type ProvisioningState, KnownPublicNetworkAccess, type PublicNetworkAccess, type ManagedServiceIdentity, KnownManagedServiceIdentityType, type ManagedServiceIdentityType, type UserAssignedIdentity, type CloudHsmClusterSku, KnownCloudHsmClusterSkuFamily, type CloudHsmClusterSkuFamily, type CloudHsmClusterSkuName, type ProxyResource, type Resource, type SystemData, KnownCreatedByType, type CreatedByType, type TrackedResource, type CloudHsmClusterPatchParameters, type BackupRequestProperties, type BackupRestoreRequestBaseProperties, type BackupResult, type BackupResultProperties, type BackupRestoreBaseResultProperties, KnownBackupRestoreOperationStatus, type BackupRestoreOperationStatus, type RestoreRequestProperties, type RestoreResult, type PrivateLinkResource, type PrivateLinkResourceProperties, type DedicatedHsm, type Sku, KnownSkuName, type SkuName, type DedicatedHsmProperties, type NetworkProfile, type ApiEntityReference, type NetworkInterface, KnownJsonWebKeyType, type JsonWebKeyType, type DedicatedHsmError, type ErrorModel, type DedicatedHsmPatchParameters, type OutboundEnvironmentEndpoint, type EndpointDependency, type EndpointDetail, KnownVersions, } from "./models/index.js";
|
|
5
|
+
export { type AzureDedicatedHSMResourceProviderOptionalParams } from "./api/index.js";
|
|
6
|
+
export { type CloudHsmClusterBackupStatusGetOptionalParams } from "./api/cloudHsmClusterBackupStatus/index.js";
|
|
7
|
+
export { type CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams, type CloudHsmClusterPrivateEndpointConnectionsCreateOptionalParams, type CloudHsmClusterPrivateEndpointConnectionsGetOptionalParams, } from "./api/cloudHsmClusterPrivateEndpointConnections/index.js";
|
|
8
|
+
export { type CloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterOptionalParams } from "./api/cloudHsmClusterPrivateLinkResources/index.js";
|
|
9
|
+
export { type CloudHsmClusterRestoreStatusGetOptionalParams } from "./api/cloudHsmClusterRestoreStatus/index.js";
|
|
10
|
+
export { type CloudHsmClustersRestoreOptionalParams, type CloudHsmClustersValidateRestorePropertiesOptionalParams, type CloudHsmClustersBackupOptionalParams, type CloudHsmClustersValidateBackupPropertiesOptionalParams, type CloudHsmClustersListBySubscriptionOptionalParams, type CloudHsmClustersListByResourceGroupOptionalParams, type CloudHsmClustersDeleteOptionalParams, type CloudHsmClustersUpdateOptionalParams, type CloudHsmClustersCreateOrUpdateOptionalParams, type CloudHsmClustersGetOptionalParams, } from "./api/cloudHsmClusters/index.js";
|
|
11
|
+
export { type DedicatedHsmListOutboundNetworkDependenciesEndpointsOptionalParams, type DedicatedHsmListBySubscriptionOptionalParams, type DedicatedHsmListByResourceGroupOptionalParams, type DedicatedHsmDeleteOptionalParams, type DedicatedHsmUpdateOptionalParams, type DedicatedHsmCreateOrUpdateOptionalParams, type DedicatedHsmGetOptionalParams, } from "./api/dedicatedHsm/index.js";
|
|
12
|
+
export { type OperationsListOptionalParams } from "./api/operations/index.js";
|
|
13
|
+
export { type PrivateEndpointConnectionsListByCloudHsmClusterOptionalParams } from "./api/privateEndpointConnections/index.js";
|
|
14
|
+
export { type CloudHsmClusterBackupStatusOperations, type CloudHsmClusterPrivateEndpointConnectionsOperations, type CloudHsmClusterPrivateLinkResourcesOperations, type CloudHsmClusterRestoreStatusOperations, type CloudHsmClustersOperations, type DedicatedHsmOperations, type OperationsOperations, type PrivateEndpointConnectionsOperations, } from "./classic/index.js";
|
|
15
|
+
export { type PageSettings, type ContinuablePage, type PagedAsyncIterableIterator };
|
|
16
16
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAQlC,OAAO,EAAE,iCAAiC,EAAE,MAAM,wCAAwC,CAAC;AAC3F,OAAO,EAAE,aAAa,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAQlC,OAAO,EAAE,iCAAiC,EAAE,MAAM,wCAAwC,CAAC;AAC3F,OAAO,EAAE,aAAa,EAA6B,MAAM,2BAA2B,CAAC;AACrF,OAAO,EAGL,WAAW,EAEX,eAAe,EAOf,oBAAoB,EAEpB,sCAAsC,EAOtC,2CAA2C,EAE3C,+CAA+C,EAE/C,sBAAsB,EAEtB,wBAAwB,EAGxB,+BAA+B,EAI/B,6BAA6B,EAM7B,kBAAkB,EASlB,iCAAiC,EAQjC,YAAY,EAMZ,mBAAmB,EAQnB,aAAa,GACd,MAAM,mBAAmB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n PageSettings,\n ContinuablePage,\n PagedAsyncIterableIterator,\n} from \"./static-helpers/pagingHelpers.js\";\n\nexport { AzureDedicatedHSMResourceProvider } from \"./azureDedicatedHSMResourceProvider.js\";\nexport { restorePoller, type RestorePollerOptions } from \"./restorePollerHelpers.js\";\nexport {\n type Operation,\n type OperationDisplay,\n KnownOrigin,\n type Origin,\n KnownActionType,\n type ActionType,\n type ErrorResponse,\n type ErrorDetail,\n type ErrorAdditionalInfo,\n type CloudHsmCluster,\n type CloudHsmClusterProperties,\n KnownActivationState,\n type ActivationState,\n KnownAutoGeneratedDomainNameLabelScope,\n type AutoGeneratedDomainNameLabelScope,\n type CloudHsmProperties,\n type PrivateEndpointConnection,\n type PrivateEndpointConnectionProperties,\n type PrivateEndpoint,\n type PrivateLinkServiceConnectionState,\n KnownPrivateEndpointServiceConnectionStatus,\n type PrivateEndpointServiceConnectionStatus,\n KnownPrivateEndpointConnectionProvisioningState,\n type PrivateEndpointConnectionProvisioningState,\n KnownProvisioningState,\n type ProvisioningState,\n KnownPublicNetworkAccess,\n type PublicNetworkAccess,\n type ManagedServiceIdentity,\n KnownManagedServiceIdentityType,\n type ManagedServiceIdentityType,\n type UserAssignedIdentity,\n type CloudHsmClusterSku,\n KnownCloudHsmClusterSkuFamily,\n type CloudHsmClusterSkuFamily,\n type CloudHsmClusterSkuName,\n type ProxyResource,\n type Resource,\n type SystemData,\n KnownCreatedByType,\n type CreatedByType,\n type TrackedResource,\n type CloudHsmClusterPatchParameters,\n type BackupRequestProperties,\n type BackupRestoreRequestBaseProperties,\n type BackupResult,\n type BackupResultProperties,\n type BackupRestoreBaseResultProperties,\n KnownBackupRestoreOperationStatus,\n type BackupRestoreOperationStatus,\n type RestoreRequestProperties,\n type RestoreResult,\n type PrivateLinkResource,\n type PrivateLinkResourceProperties,\n type DedicatedHsm,\n type Sku,\n KnownSkuName,\n type SkuName,\n type DedicatedHsmProperties,\n type NetworkProfile,\n type ApiEntityReference,\n type NetworkInterface,\n KnownJsonWebKeyType,\n type JsonWebKeyType,\n type DedicatedHsmError,\n type ErrorModel,\n type DedicatedHsmPatchParameters,\n type OutboundEnvironmentEndpoint,\n type EndpointDependency,\n type EndpointDetail,\n KnownVersions,\n} from \"./models/index.js\";\nexport { type AzureDedicatedHSMResourceProviderOptionalParams } from \"./api/index.js\";\nexport { type CloudHsmClusterBackupStatusGetOptionalParams } from \"./api/cloudHsmClusterBackupStatus/index.js\";\nexport {\n type CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams,\n type CloudHsmClusterPrivateEndpointConnectionsCreateOptionalParams,\n type CloudHsmClusterPrivateEndpointConnectionsGetOptionalParams,\n} from \"./api/cloudHsmClusterPrivateEndpointConnections/index.js\";\nexport { type CloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterOptionalParams } from \"./api/cloudHsmClusterPrivateLinkResources/index.js\";\nexport { type CloudHsmClusterRestoreStatusGetOptionalParams } from \"./api/cloudHsmClusterRestoreStatus/index.js\";\nexport {\n type CloudHsmClustersRestoreOptionalParams,\n type CloudHsmClustersValidateRestorePropertiesOptionalParams,\n type CloudHsmClustersBackupOptionalParams,\n type CloudHsmClustersValidateBackupPropertiesOptionalParams,\n type CloudHsmClustersListBySubscriptionOptionalParams,\n type CloudHsmClustersListByResourceGroupOptionalParams,\n type CloudHsmClustersDeleteOptionalParams,\n type CloudHsmClustersUpdateOptionalParams,\n type CloudHsmClustersCreateOrUpdateOptionalParams,\n type CloudHsmClustersGetOptionalParams,\n} from \"./api/cloudHsmClusters/index.js\";\nexport {\n type DedicatedHsmListOutboundNetworkDependenciesEndpointsOptionalParams,\n type DedicatedHsmListBySubscriptionOptionalParams,\n type DedicatedHsmListByResourceGroupOptionalParams,\n type DedicatedHsmDeleteOptionalParams,\n type DedicatedHsmUpdateOptionalParams,\n type DedicatedHsmCreateOrUpdateOptionalParams,\n type DedicatedHsmGetOptionalParams,\n} from \"./api/dedicatedHsm/index.js\";\nexport { type OperationsListOptionalParams } from \"./api/operations/index.js\";\nexport { type PrivateEndpointConnectionsListByCloudHsmClusterOptionalParams } from \"./api/privateEndpointConnections/index.js\";\nexport {\n type CloudHsmClusterBackupStatusOperations,\n type CloudHsmClusterPrivateEndpointConnectionsOperations,\n type CloudHsmClusterPrivateLinkResourcesOperations,\n type CloudHsmClusterRestoreStatusOperations,\n type CloudHsmClustersOperations,\n type DedicatedHsmOperations,\n type OperationsOperations,\n type PrivateEndpointConnectionsOperations,\n} from \"./classic/index.js\";\nexport { type PageSettings, type ContinuablePage, type PagedAsyncIterableIterator };\n"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, CloudHsmCluster, CloudHsmClusterProperties, KnownActivationState, ActivationState, KnownAutoGeneratedDomainNameLabelScope, AutoGeneratedDomainNameLabelScope, CloudHsmProperties, PrivateEndpointConnection, PrivateEndpointConnectionProperties, PrivateEndpoint, PrivateLinkServiceConnectionState, KnownPrivateEndpointServiceConnectionStatus, PrivateEndpointServiceConnectionStatus, KnownPrivateEndpointConnectionProvisioningState, PrivateEndpointConnectionProvisioningState, KnownProvisioningState, ProvisioningState, KnownPublicNetworkAccess, PublicNetworkAccess, ManagedServiceIdentity, KnownManagedServiceIdentityType, ManagedServiceIdentityType, UserAssignedIdentity, CloudHsmClusterSku, KnownCloudHsmClusterSkuFamily, CloudHsmClusterSkuFamily, CloudHsmClusterSkuName, ProxyResource, Resource, SystemData, KnownCreatedByType, CreatedByType, TrackedResource, CloudHsmClusterPatchParameters, BackupRequestProperties, BackupRestoreRequestBaseProperties, BackupResult, BackupResultProperties, BackupRestoreBaseResultProperties, KnownBackupRestoreOperationStatus, BackupRestoreOperationStatus, RestoreRequestProperties, RestoreResult, PrivateLinkResource, PrivateLinkResourceProperties, DedicatedHsm, Sku, KnownSkuName, SkuName, DedicatedHsmProperties, NetworkProfile, ApiEntityReference, NetworkInterface, KnownJsonWebKeyType, JsonWebKeyType, DedicatedHsmError, ErrorModel, DedicatedHsmPatchParameters, OutboundEnvironmentEndpoint, EndpointDependency, EndpointDetail, KnownVersions, } from "./models.js";
|
|
1
|
+
export { type Operation, type OperationDisplay, KnownOrigin, type Origin, KnownActionType, type ActionType, type ErrorResponse, type ErrorDetail, type ErrorAdditionalInfo, type CloudHsmCluster, type CloudHsmClusterProperties, KnownActivationState, type ActivationState, KnownAutoGeneratedDomainNameLabelScope, type AutoGeneratedDomainNameLabelScope, type CloudHsmProperties, type PrivateEndpointConnection, type PrivateEndpointConnectionProperties, type PrivateEndpoint, type PrivateLinkServiceConnectionState, KnownPrivateEndpointServiceConnectionStatus, type PrivateEndpointServiceConnectionStatus, KnownPrivateEndpointConnectionProvisioningState, type PrivateEndpointConnectionProvisioningState, KnownProvisioningState, type ProvisioningState, KnownPublicNetworkAccess, type PublicNetworkAccess, type ManagedServiceIdentity, KnownManagedServiceIdentityType, type ManagedServiceIdentityType, type UserAssignedIdentity, type CloudHsmClusterSku, KnownCloudHsmClusterSkuFamily, type CloudHsmClusterSkuFamily, type CloudHsmClusterSkuName, type ProxyResource, type Resource, type SystemData, KnownCreatedByType, type CreatedByType, type TrackedResource, type CloudHsmClusterPatchParameters, type BackupRequestProperties, type BackupRestoreRequestBaseProperties, type BackupResult, type BackupResultProperties, type BackupRestoreBaseResultProperties, KnownBackupRestoreOperationStatus, type BackupRestoreOperationStatus, type RestoreRequestProperties, type RestoreResult, type PrivateLinkResource, type PrivateLinkResourceProperties, type DedicatedHsm, type Sku, KnownSkuName, type SkuName, type DedicatedHsmProperties, type NetworkProfile, type ApiEntityReference, type NetworkInterface, KnownJsonWebKeyType, type JsonWebKeyType, type DedicatedHsmError, type ErrorModel, type DedicatedHsmPatchParameters, type OutboundEnvironmentEndpoint, type EndpointDependency, type EndpointDetail, KnownVersions, } from "./models.js";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAGL,WAAW,EAEX,eAAe,EAOf,oBAAoB,EAEpB,sCAAsC,EAOtC,2CAA2C,EAE3C,+CAA+C,EAE/C,sBAAsB,EAEtB,wBAAwB,EAGxB,+BAA+B,EAI/B,6BAA6B,EAM7B,kBAAkB,EASlB,iCAAiC,EAQjC,YAAY,EAMZ,mBAAmB,EAQnB,aAAa,GACd,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n Operation,\n OperationDisplay,\n KnownOrigin,\n Origin,\n KnownActionType,\n ActionType,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n CloudHsmCluster,\n CloudHsmClusterProperties,\n KnownActivationState,\n ActivationState,\n KnownAutoGeneratedDomainNameLabelScope,\n AutoGeneratedDomainNameLabelScope,\n CloudHsmProperties,\n PrivateEndpointConnection,\n PrivateEndpointConnectionProperties,\n PrivateEndpoint,\n PrivateLinkServiceConnectionState,\n KnownPrivateEndpointServiceConnectionStatus,\n PrivateEndpointServiceConnectionStatus,\n KnownPrivateEndpointConnectionProvisioningState,\n PrivateEndpointConnectionProvisioningState,\n KnownProvisioningState,\n ProvisioningState,\n KnownPublicNetworkAccess,\n PublicNetworkAccess,\n ManagedServiceIdentity,\n KnownManagedServiceIdentityType,\n ManagedServiceIdentityType,\n UserAssignedIdentity,\n CloudHsmClusterSku,\n KnownCloudHsmClusterSkuFamily,\n CloudHsmClusterSkuFamily,\n CloudHsmClusterSkuName,\n ProxyResource,\n Resource,\n SystemData,\n KnownCreatedByType,\n CreatedByType,\n TrackedResource,\n CloudHsmClusterPatchParameters,\n BackupRequestProperties,\n BackupRestoreRequestBaseProperties,\n BackupResult,\n BackupResultProperties,\n BackupRestoreBaseResultProperties,\n KnownBackupRestoreOperationStatus,\n BackupRestoreOperationStatus,\n RestoreRequestProperties,\n RestoreResult,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n DedicatedHsm,\n Sku,\n KnownSkuName,\n SkuName,\n DedicatedHsmProperties,\n NetworkProfile,\n ApiEntityReference,\n NetworkInterface,\n KnownJsonWebKeyType,\n JsonWebKeyType,\n DedicatedHsmError,\n ErrorModel,\n DedicatedHsmPatchParameters,\n OutboundEnvironmentEndpoint,\n EndpointDependency,\n EndpointDetail,\n KnownVersions,\n} from \"./models.js\";\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAGL,WAAW,EAEX,eAAe,EAOf,oBAAoB,EAEpB,sCAAsC,EAOtC,2CAA2C,EAE3C,+CAA+C,EAE/C,sBAAsB,EAEtB,wBAAwB,EAGxB,+BAA+B,EAI/B,6BAA6B,EAM7B,kBAAkB,EASlB,iCAAiC,EAQjC,YAAY,EAMZ,mBAAmB,EAQnB,aAAa,GACd,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n type Operation,\n type OperationDisplay,\n KnownOrigin,\n type Origin,\n KnownActionType,\n type ActionType,\n type ErrorResponse,\n type ErrorDetail,\n type ErrorAdditionalInfo,\n type CloudHsmCluster,\n type CloudHsmClusterProperties,\n KnownActivationState,\n type ActivationState,\n KnownAutoGeneratedDomainNameLabelScope,\n type AutoGeneratedDomainNameLabelScope,\n type CloudHsmProperties,\n type PrivateEndpointConnection,\n type PrivateEndpointConnectionProperties,\n type PrivateEndpoint,\n type PrivateLinkServiceConnectionState,\n KnownPrivateEndpointServiceConnectionStatus,\n type PrivateEndpointServiceConnectionStatus,\n KnownPrivateEndpointConnectionProvisioningState,\n type PrivateEndpointConnectionProvisioningState,\n KnownProvisioningState,\n type ProvisioningState,\n KnownPublicNetworkAccess,\n type PublicNetworkAccess,\n type ManagedServiceIdentity,\n KnownManagedServiceIdentityType,\n type ManagedServiceIdentityType,\n type UserAssignedIdentity,\n type CloudHsmClusterSku,\n KnownCloudHsmClusterSkuFamily,\n type CloudHsmClusterSkuFamily,\n type CloudHsmClusterSkuName,\n type ProxyResource,\n type Resource,\n type SystemData,\n KnownCreatedByType,\n type CreatedByType,\n type TrackedResource,\n type CloudHsmClusterPatchParameters,\n type BackupRequestProperties,\n type BackupRestoreRequestBaseProperties,\n type BackupResult,\n type BackupResultProperties,\n type BackupRestoreBaseResultProperties,\n KnownBackupRestoreOperationStatus,\n type BackupRestoreOperationStatus,\n type RestoreRequestProperties,\n type RestoreResult,\n type PrivateLinkResource,\n type PrivateLinkResourceProperties,\n type DedicatedHsm,\n type Sku,\n KnownSkuName,\n type SkuName,\n type DedicatedHsmProperties,\n type NetworkProfile,\n type ApiEntityReference,\n type NetworkInterface,\n KnownJsonWebKeyType,\n type JsonWebKeyType,\n type DedicatedHsmError,\n type ErrorModel,\n type DedicatedHsmPatchParameters,\n type OutboundEnvironmentEndpoint,\n type EndpointDependency,\n type EndpointDetail,\n KnownVersions,\n} from \"./models.js\";\n"]}
|
|
@@ -1,45 +1,56 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var azureDedicatedHSMResourceProviderContext_exports = {};
|
|
19
|
+
__export(azureDedicatedHSMResourceProviderContext_exports, {
|
|
20
|
+
createAzureDedicatedHSMResourceProvider: () => createAzureDedicatedHSMResourceProvider
|
|
21
|
+
});
|
|
22
|
+
module.exports = __toCommonJS(azureDedicatedHSMResourceProviderContext_exports);
|
|
23
|
+
var import_logger = require("../logger.js");
|
|
24
|
+
var import_core_client = require("@azure-rest/core-client");
|
|
9
25
|
function createAzureDedicatedHSMResourceProvider(credential, subscriptionId, options = {}) {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
...clientContext,
|
|
41
|
-
apiVersion,
|
|
42
|
-
subscriptionId,
|
|
43
|
-
};
|
|
26
|
+
const endpointUrl = options.endpoint ?? options.baseUrl ?? "https://management.azure.com";
|
|
27
|
+
const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
|
|
28
|
+
const userAgentInfo = `azsdk-js-arm-hardwaresecuritymodules/1.0.0-beta.1`;
|
|
29
|
+
const userAgentPrefix = prefixFromOptions ? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}` : `azsdk-js-api ${userAgentInfo}`;
|
|
30
|
+
const { apiVersion: _, ...updatedOptions } = {
|
|
31
|
+
...options,
|
|
32
|
+
userAgentOptions: { userAgentPrefix },
|
|
33
|
+
loggingOptions: { logger: options.loggingOptions?.logger ?? import_logger.logger.info },
|
|
34
|
+
credentials: {
|
|
35
|
+
scopes: options.credentials?.scopes ?? [`${endpointUrl}/.default`]
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
const clientContext = (0, import_core_client.getClient)(endpointUrl, credential, updatedOptions);
|
|
39
|
+
clientContext.pipeline.removePolicy({ name: "ApiVersionPolicy" });
|
|
40
|
+
const apiVersion = options.apiVersion ?? "2025-03-31";
|
|
41
|
+
clientContext.pipeline.addPolicy({
|
|
42
|
+
name: "ClientApiVersionPolicy",
|
|
43
|
+
sendRequest: (req, next) => {
|
|
44
|
+
const url = new URL(req.url);
|
|
45
|
+
if (!url.searchParams.get("api-version")) {
|
|
46
|
+
req.url = `${req.url}${Array.from(url.searchParams.keys()).length > 0 ? "&" : "?"}api-version=${apiVersion}`;
|
|
47
|
+
}
|
|
48
|
+
return next(req);
|
|
49
|
+
}
|
|
50
|
+
});
|
|
51
|
+
return {
|
|
52
|
+
...clientContext,
|
|
53
|
+
apiVersion,
|
|
54
|
+
subscriptionId
|
|
55
|
+
};
|
|
44
56
|
}
|
|
45
|
-
//# sourceMappingURL=azureDedicatedHSMResourceProviderContext.js.map
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["/mnt/vss/_work/1/s/sdk/hardwaresecuritymodules/arm-hardwaresecuritymodules/src/api/azureDedicatedHSMResourceProviderContext.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { logger } from \"../logger.js\";\nimport { KnownVersions } from \"../models/models.js\";\nimport { Client, ClientOptions, getClient } from \"@azure-rest/core-client\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\n/** The Azure management API provides a RESTful set of web services that interact with Hardware Security Modules. */\nexport interface AzureDedicatedHSMResourceProviderContext extends Client {\n /** The API version to use for this operation. */\n /** Known values of {@link KnownVersions} that the service accepts. */\n apiVersion: string;\n /** The ID of the target subscription. The value must be an UUID. */\n subscriptionId: string;\n}\n\n/** Optional parameters for the client. */\nexport interface AzureDedicatedHSMResourceProviderOptionalParams extends ClientOptions {\n /** The API version to use for this operation. */\n /** Known values of {@link KnownVersions} that the service accepts. */\n apiVersion?: string;\n}\n\n/** The Azure management API provides a RESTful set of web services that interact with Hardware Security Modules. */\nexport function createAzureDedicatedHSMResourceProvider(\n credential: TokenCredential,\n subscriptionId: string,\n options: AzureDedicatedHSMResourceProviderOptionalParams = {},\n): AzureDedicatedHSMResourceProviderContext {\n const endpointUrl = options.endpoint ?? options.baseUrl ?? \"https://management.azure.com\";\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentInfo = `azsdk-js-arm-hardwaresecuritymodules/1.0.0-beta.1`;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`\n : `azsdk-js-api ${userAgentInfo}`;\n const { apiVersion: _, ...updatedOptions } = {\n ...options,\n userAgentOptions: { userAgentPrefix },\n loggingOptions: { logger: options.loggingOptions?.logger ?? logger.info },\n credentials: {\n scopes: options.credentials?.scopes ?? [`${endpointUrl}/.default`],\n },\n };\n const clientContext = getClient(endpointUrl, credential, updatedOptions);\n clientContext.pipeline.removePolicy({ name: \"ApiVersionPolicy\" });\n const apiVersion = options.apiVersion ?? \"2025-03-31\";\n clientContext.pipeline.addPolicy({\n name: \"ClientApiVersionPolicy\",\n sendRequest: (req, next) => {\n // Use the apiVersion defined in request url directly\n // Append one if there is no apiVersion and we have one at client options\n const url = new URL(req.url);\n if (!url.searchParams.get(\"api-version\")) {\n req.url = `${req.url}${\n Array.from(url.searchParams.keys()).length > 0 ? \"&\" : \"?\"\n }api-version=${apiVersion}`;\n }\n\n return next(req);\n },\n });\n return {\n ...clientContext,\n apiVersion,\n subscriptionId,\n } as AzureDedicatedHSMResourceProviderContext;\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,oBAAuB;AAEvB,yBAAiD;AAoB1C,SAAS,wCACd,YACA,gBACA,UAA2D,CAAC,GAClB;AAC1C,QAAM,cAAc,QAAQ,YAAY,QAAQ,WAAW;AAC3D,QAAM,oBAAoB,SAAS,kBAAkB;AACrD,QAAM,gBAAgB;AACtB,QAAM,kBAAkB,oBACpB,GAAG,iBAAiB,iBAAiB,aAAa,KAClD,gBAAgB,aAAa;AACjC,QAAM,EAAE,YAAY,GAAG,GAAG,eAAe,IAAI;AAAA,IAC3C,GAAG;AAAA,IACH,kBAAkB,EAAE,gBAAgB;AAAA,IACpC,gBAAgB,EAAE,QAAQ,QAAQ,gBAAgB,UAAU,qBAAO,KAAK;AAAA,IACxE,aAAa;AAAA,MACX,QAAQ,QAAQ,aAAa,UAAU,CAAC,GAAG,WAAW,WAAW;AAAA,IACnE;AAAA,EACF;AACA,QAAM,oBAAgB,8BAAU,aAAa,YAAY,cAAc;AACvE,gBAAc,SAAS,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAChE,QAAM,aAAa,QAAQ,cAAc;AACzC,gBAAc,SAAS,UAAU;AAAA,IAC/B,MAAM;AAAA,IACN,aAAa,CAAC,KAAK,SAAS;AAG1B,YAAM,MAAM,IAAI,IAAI,IAAI,GAAG;AAC3B,UAAI,CAAC,IAAI,aAAa,IAAI,aAAa,GAAG;AACxC,YAAI,MAAM,GAAG,IAAI,GAAG,GAClB,MAAM,KAAK,IAAI,aAAa,KAAK,CAAC,EAAE,SAAS,IAAI,MAAM,GACzD,eAAe,UAAU;AAAA,MAC3B;AAEA,aAAO,KAAK,GAAG;AAAA,IACjB;AAAA,EACF,CAAC;AACD,SAAO;AAAA,IACL,GAAG;AAAA,IACH;AAAA,IACA;AAAA,EACF;AACF;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1,8 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
var
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var cloudHsmClusterBackupStatus_exports = {};
|
|
19
|
+
__export(cloudHsmClusterBackupStatus_exports, {
|
|
20
|
+
get: () => import_operations.get
|
|
21
|
+
});
|
|
22
|
+
module.exports = __toCommonJS(cloudHsmClusterBackupStatus_exports);
|
|
23
|
+
var import_operations = require("./operations.js");
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["/mnt/vss/_work/1/s/sdk/hardwaresecuritymodules/arm-hardwaresecuritymodules/src/api/cloudHsmClusterBackupStatus/index.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { get } from \"./operations.js\";\nexport { type CloudHsmClusterBackupStatusGetOptionalParams } from \"./options.js\";\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,wBAAoB;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|