@azure/arm-redisenterprisecache 3.1.0-beta.2 → 4.0.0-alpha.20250423.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/CHANGELOG.md +131 -0
- package/LICENSE +3 -3
- package/README.md +24 -18
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +99 -9
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +12 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/models/mappers.js +134 -3
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +5 -5
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/accessPolicyAssignmentOperations.d.ts +27 -11
- package/dist/browser/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/accessPolicyAssignmentOperations.js +114 -106
- package/dist/browser/operations/accessPolicyAssignmentOperations.js.map +1 -0
- package/dist/browser/operations/databases.d.ts +283 -0
- package/dist/browser/operations/databases.d.ts.map +1 -0
- package/dist/browser/operations/databases.js +1152 -0
- package/dist/browser/operations/databases.js.map +1 -0
- package/dist/browser/operations/index.d.ts +8 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +15 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operationsStatus.d.ts +3 -3
- package/dist/browser/operations/operationsStatus.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operationsStatus.js +2 -2
- package/dist/browser/operations/operationsStatus.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.d.ts +24 -10
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +107 -101
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateLinkResources.d.ts +9 -5
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateLinkResources.js +8 -4
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/redisEnterprise.d.ts +33 -10
- package/dist/browser/operations/redisEnterprise.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/redisEnterprise.js +169 -135
- package/dist/browser/operations/redisEnterprise.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +19 -7
- package/dist/browser/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/databases.d.ts +72 -28
- package/dist/browser/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databases.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +8 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +15 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsStatus.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsStatus.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operationsStatus.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.d.ts +19 -7
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.d.ts +4 -2
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/redisEnterprise.d.ts +31 -8
- package/dist/browser/operationsInterfaces/redisEnterprise.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/redisEnterprise.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/redisEnterpriseManagementClient.d.ts +2 -2
- package/dist/browser/redisEnterpriseManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/redisEnterpriseManagementClient.js +17 -20
- package/dist/browser/redisEnterpriseManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-redisenterprisecache.d.ts → dist/commonjs/models/index.d.ts} +1624 -2165
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +367 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +65 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1788 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +27 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +217 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/accessPolicyAssignmentOperations.d.ts +110 -0
- package/dist/commonjs/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/accessPolicyAssignmentOperations.js +415 -0
- package/dist/commonjs/operations/accessPolicyAssignmentOperations.js.map +1 -0
- package/dist/commonjs/operations/databases.d.ts +283 -0
- package/dist/commonjs/operations/databases.d.ts.map +1 -0
- package/dist/commonjs/operations/databases.js +1156 -0
- package/dist/commonjs/operations/databases.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +8 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +18 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/operationsStatus.d.ts +20 -0
- package/dist/commonjs/operations/operationsStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/operationsStatus.js +58 -0
- package/dist/commonjs/operations/operationsStatus.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +94 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +345 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +34 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +113 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/redisEnterprise.d.ts +130 -0
- package/dist/commonjs/operations/redisEnterprise.d.ts.map +1 -0
- package/dist/commonjs/operations/redisEnterprise.js +584 -0
- package/dist/commonjs/operations/redisEnterprise.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +79 -0
- package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
- package/{dist-esm/src/operations → dist/commonjs/operationsInterfaces}/databases.d.ts +74 -55
- package/dist/commonjs/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databases.js +10 -0
- package/dist/commonjs/operationsInterfaces/databases.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +18 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationsStatus.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/operationsStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationsStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/operationsStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +75 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/redisEnterprise.d.ts +94 -0
- package/dist/commonjs/operationsInterfaces/redisEnterprise.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/redisEnterprise.js +10 -0
- package/dist/commonjs/operationsInterfaces/redisEnterprise.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/redisEnterpriseManagementClient.d.ts +26 -0
- package/dist/commonjs/redisEnterpriseManagementClient.d.ts.map +1 -0
- package/dist/commonjs/redisEnterpriseManagementClient.js +109 -0
- package/dist/commonjs/redisEnterpriseManagementClient.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1624 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +364 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +65 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1784 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +27 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +214 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/accessPolicyAssignmentOperations.d.ts +110 -0
- package/dist/esm/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist/esm/operations/accessPolicyAssignmentOperations.js +411 -0
- package/dist/esm/operations/accessPolicyAssignmentOperations.js.map +1 -0
- package/dist/esm/operations/databases.d.ts +283 -0
- package/dist/esm/operations/databases.d.ts.map +1 -0
- package/dist/esm/operations/databases.js +1152 -0
- package/dist/esm/operations/databases.js.map +1 -0
- package/dist/esm/operations/index.d.ts +8 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +15 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/operationsStatus.d.ts +20 -0
- package/dist/esm/operations/operationsStatus.d.ts.map +1 -0
- package/dist/esm/operations/operationsStatus.js +53 -0
- package/dist/esm/operations/operationsStatus.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +94 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +341 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +34 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +109 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/redisEnterprise.d.ts +130 -0
- package/dist/esm/operations/redisEnterprise.d.ts.map +1 -0
- package/dist/esm/operations/redisEnterprise.js +580 -0
- package/dist/esm/operations/redisEnterprise.js.map +1 -0
- package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +79 -0
- package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.js +9 -0
- package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/databases.d.ts +254 -0
- package/dist/esm/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databases.js +9 -0
- package/dist/esm/operationsInterfaces/databases.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +8 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +15 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/operationsStatus.d.ts +12 -0
- package/dist/esm/operationsInterfaces/operationsStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operationsStatus.js +9 -0
- package/dist/esm/operationsInterfaces/operationsStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +75 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/redisEnterprise.d.ts +94 -0
- package/dist/esm/operationsInterfaces/redisEnterprise.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/redisEnterprise.js +9 -0
- package/dist/esm/operationsInterfaces/redisEnterprise.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/redisEnterpriseManagementClient.d.ts +26 -0
- package/dist/esm/redisEnterpriseManagementClient.d.ts.map +1 -0
- package/dist/esm/redisEnterpriseManagementClient.js +104 -0
- package/dist/esm/redisEnterpriseManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1624 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +364 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +65 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1784 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +27 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +214 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/accessPolicyAssignmentOperations.d.ts +110 -0
- package/dist/react-native/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist/react-native/operations/accessPolicyAssignmentOperations.js +411 -0
- package/dist/react-native/operations/accessPolicyAssignmentOperations.js.map +1 -0
- package/dist/react-native/operations/databases.d.ts +283 -0
- package/dist/react-native/operations/databases.d.ts.map +1 -0
- package/dist/react-native/operations/databases.js +1152 -0
- package/dist/react-native/operations/databases.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +8 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +15 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/operationsStatus.d.ts +20 -0
- package/dist/react-native/operations/operationsStatus.d.ts.map +1 -0
- package/dist/react-native/operations/operationsStatus.js +53 -0
- package/dist/react-native/operations/operationsStatus.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +94 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +341 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +34 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +109 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/redisEnterprise.d.ts +130 -0
- package/dist/react-native/operations/redisEnterprise.d.ts.map +1 -0
- package/dist/react-native/operations/redisEnterprise.js +580 -0
- package/dist/react-native/operations/redisEnterprise.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +79 -0
- package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databases.d.ts +254 -0
- package/dist/react-native/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databases.js +9 -0
- package/dist/react-native/operationsInterfaces/databases.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +15 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operationsStatus.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/operationsStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operationsStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/operationsStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +75 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/redisEnterprise.d.ts +94 -0
- package/dist/react-native/operationsInterfaces/redisEnterprise.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/redisEnterprise.js +9 -0
- package/dist/react-native/operationsInterfaces/redisEnterprise.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/redisEnterpriseManagementClient.d.ts +26 -0
- package/dist/react-native/redisEnterpriseManagementClient.d.ts.map +1 -0
- package/dist/react-native/redisEnterpriseManagementClient.js +104 -0
- package/dist/react-native/redisEnterpriseManagementClient.js.map +1 -0
- package/package.json +71 -46
- package/review/arm-redisenterprisecache.api.md +55 -4
- package/LICENSE.txt +0 -21
- package/dist/index.js +0 -5153
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/accessPolicyAssignmentCreateUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessPolicyAssignmentCreateUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessPolicyAssignmentCreateUpdateSample.js +0 -45
- package/dist-esm/samples-dev/accessPolicyAssignmentCreateUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/accessPolicyAssignmentDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessPolicyAssignmentDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessPolicyAssignmentDeleteSample.js +0 -41
- package/dist-esm/samples-dev/accessPolicyAssignmentDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/accessPolicyAssignmentGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessPolicyAssignmentGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessPolicyAssignmentGetSample.js +0 -41
- package/dist-esm/samples-dev/accessPolicyAssignmentGetSample.js.map +0 -1
- package/dist-esm/samples-dev/accessPolicyAssignmentListSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessPolicyAssignmentListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessPolicyAssignmentListSample.js +0 -56
- package/dist-esm/samples-dev/accessPolicyAssignmentListSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesCreateSample.js +0 -92
- package/dist-esm/samples-dev/databasesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/databasesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesExportSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesExportSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesExportSample.js +0 -43
- package/dist-esm/samples-dev/databasesExportSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesFlushSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesFlushSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesFlushSample.js +0 -45
- package/dist-esm/samples-dev/databasesFlushSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.js +0 -51
- package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesForceUnlinkSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesForceUnlinkSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesForceUnlinkSample.js +0 -45
- package/dist-esm/samples-dev/databasesForceUnlinkSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesGetSample.js +0 -40
- package/dist-esm/samples-dev/databasesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesImportSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesImportSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesImportSample.js +0 -46
- package/dist-esm/samples-dev/databasesImportSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesListByClusterSample.js +0 -55
- package/dist-esm/samples-dev/databasesListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesListKeysSample.js +0 -40
- package/dist-esm/samples-dev/databasesListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesRegenerateKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesRegenerateKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesRegenerateKeySample.js +0 -41
- package/dist-esm/samples-dev/databasesRegenerateKeySample.js.map +0 -1
- package/dist-esm/samples-dev/databasesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesUpdateSample.js +0 -46
- package/dist-esm/samples-dev/databasesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.js +0 -40
- package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsStatusGetSample.js +0 -39
- package/dist-esm/samples-dev/operationsStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -40
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -55
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js +0 -46
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js +0 -55
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/redisEnterpriseCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseCreateSample.js +0 -61
- package/dist-esm/samples-dev/redisEnterpriseCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/redisEnterpriseDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseDeleteSample.js +0 -39
- package/dist-esm/samples-dev/redisEnterpriseDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/redisEnterpriseGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseGetSample.js +0 -39
- package/dist-esm/samples-dev/redisEnterpriseGetSample.js.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseListSample.d.ts +0 -2
- package/dist-esm/samples-dev/redisEnterpriseListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseListSample.js +0 -53
- package/dist-esm/samples-dev/redisEnterpriseListSample.js.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/redisEnterpriseUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseUpdateSample.js +0 -44
- package/dist-esm/samples-dev/redisEnterpriseUpdateSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/accessPolicyAssignmentOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/accessPolicyAssignmentOperations.js.map +0 -1
- package/dist-esm/src/operations/databases.d.ts.map +0 -1
- package/dist-esm/src/operations/databases.js +0 -1150
- package/dist-esm/src/operations/databases.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -8
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -15
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/operationsStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/operationsStatus.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/redisEnterprise.d.ts.map +0 -1
- package/dist-esm/src/operations/redisEnterprise.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessPolicyAssignmentOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/databases.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/databases.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -15
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationsStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/redisEnterprise.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/redisEnterprise.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/redisEnterpriseManagementClient.d.ts.map +0 -1
- package/dist-esm/src/redisEnterpriseManagementClient.js.map +0 -1
- package/dist-esm/test/redisenterprisecache_test.spec.d.ts +0 -4
- package/dist-esm/test/redisenterprisecache_test.spec.d.ts.map +0 -1
- package/dist-esm/test/redisenterprisecache_test.spec.js +0 -74
- package/dist-esm/test/redisenterprisecache_test.spec.js.map +0 -1
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1720
- package/src/models/mappers.ts +0 -1773
- package/src/models/parameters.ts +0 -257
- package/src/operations/accessPolicyAssignmentOperations.ts +0 -569
- package/src/operations/databases.ts +0 -1603
- package/src/operations/index.ts +0 -15
- package/src/operations/operations.ts +0 -149
- package/src/operations/operationsStatus.ts +0 -71
- package/src/operations/privateEndpointConnections.ts +0 -451
- package/src/operations/privateLinkResources.ts +0 -136
- package/src/operations/redisEnterprise.ts +0 -708
- package/src/operationsInterfaces/accessPolicyAssignmentOperations.ts +0 -132
- package/src/operationsInterfaces/databases.ts +0 -403
- package/src/operationsInterfaces/index.ts +0 -15
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/operationsStatus.ts +0 -27
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -116
- package/src/operationsInterfaces/privateLinkResources.ts +0 -29
- package/src/operationsInterfaces/redisEnterprise.ts +0 -139
- package/src/pagingHelper.ts +0 -39
- package/src/redisEnterpriseManagementClient.ts +0 -170
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/accessPolicyAssignmentOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/databases.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/redisEnterprise.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
|
@@ -1,116 +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
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
11
|
-
import {
|
|
12
|
-
PrivateEndpointConnection,
|
|
13
|
-
PrivateEndpointConnectionsListOptionalParams,
|
|
14
|
-
PrivateEndpointConnectionsGetOptionalParams,
|
|
15
|
-
PrivateEndpointConnectionsGetResponse,
|
|
16
|
-
PrivateEndpointConnectionsPutOptionalParams,
|
|
17
|
-
PrivateEndpointConnectionsPutResponse,
|
|
18
|
-
PrivateEndpointConnectionsDeleteOptionalParams,
|
|
19
|
-
} from "../models";
|
|
20
|
-
|
|
21
|
-
/// <reference lib="esnext.asynciterable" />
|
|
22
|
-
/** Interface representing a PrivateEndpointConnections. */
|
|
23
|
-
export interface PrivateEndpointConnections {
|
|
24
|
-
/**
|
|
25
|
-
* Lists all the private endpoint connections associated with the Redis Enterprise cluster.
|
|
26
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
27
|
-
* @param clusterName The name of the Redis Enterprise cluster.
|
|
28
|
-
* @param options The options parameters.
|
|
29
|
-
*/
|
|
30
|
-
list(
|
|
31
|
-
resourceGroupName: string,
|
|
32
|
-
clusterName: string,
|
|
33
|
-
options?: PrivateEndpointConnectionsListOptionalParams,
|
|
34
|
-
): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
35
|
-
/**
|
|
36
|
-
* Gets the specified private endpoint connection associated with the Redis Enterprise cluster.
|
|
37
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
38
|
-
* @param clusterName The name of the Redis Enterprise cluster.
|
|
39
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
40
|
-
* Azure resource
|
|
41
|
-
* @param options The options parameters.
|
|
42
|
-
*/
|
|
43
|
-
get(
|
|
44
|
-
resourceGroupName: string,
|
|
45
|
-
clusterName: string,
|
|
46
|
-
privateEndpointConnectionName: string,
|
|
47
|
-
options?: PrivateEndpointConnectionsGetOptionalParams,
|
|
48
|
-
): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
49
|
-
/**
|
|
50
|
-
* Updates the state of the specified private endpoint connection associated with the Redis Enterprise
|
|
51
|
-
* cluster.
|
|
52
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
53
|
-
* @param clusterName The name of the Redis Enterprise cluster.
|
|
54
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
55
|
-
* Azure resource
|
|
56
|
-
* @param properties The private endpoint connection properties.
|
|
57
|
-
* @param options The options parameters.
|
|
58
|
-
*/
|
|
59
|
-
beginPut(
|
|
60
|
-
resourceGroupName: string,
|
|
61
|
-
clusterName: string,
|
|
62
|
-
privateEndpointConnectionName: string,
|
|
63
|
-
properties: PrivateEndpointConnection,
|
|
64
|
-
options?: PrivateEndpointConnectionsPutOptionalParams,
|
|
65
|
-
): Promise<
|
|
66
|
-
SimplePollerLike<
|
|
67
|
-
OperationState<PrivateEndpointConnectionsPutResponse>,
|
|
68
|
-
PrivateEndpointConnectionsPutResponse
|
|
69
|
-
>
|
|
70
|
-
>;
|
|
71
|
-
/**
|
|
72
|
-
* Updates the state of the specified private endpoint connection associated with the Redis Enterprise
|
|
73
|
-
* cluster.
|
|
74
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
75
|
-
* @param clusterName The name of the Redis Enterprise cluster.
|
|
76
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
77
|
-
* Azure resource
|
|
78
|
-
* @param properties The private endpoint connection properties.
|
|
79
|
-
* @param options The options parameters.
|
|
80
|
-
*/
|
|
81
|
-
beginPutAndWait(
|
|
82
|
-
resourceGroupName: string,
|
|
83
|
-
clusterName: string,
|
|
84
|
-
privateEndpointConnectionName: string,
|
|
85
|
-
properties: PrivateEndpointConnection,
|
|
86
|
-
options?: PrivateEndpointConnectionsPutOptionalParams,
|
|
87
|
-
): Promise<PrivateEndpointConnectionsPutResponse>;
|
|
88
|
-
/**
|
|
89
|
-
* Deletes the specified private endpoint connection associated with the Redis Enterprise cluster.
|
|
90
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
91
|
-
* @param clusterName The name of the Redis Enterprise cluster.
|
|
92
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
93
|
-
* Azure resource
|
|
94
|
-
* @param options The options parameters.
|
|
95
|
-
*/
|
|
96
|
-
beginDelete(
|
|
97
|
-
resourceGroupName: string,
|
|
98
|
-
clusterName: string,
|
|
99
|
-
privateEndpointConnectionName: string,
|
|
100
|
-
options?: PrivateEndpointConnectionsDeleteOptionalParams,
|
|
101
|
-
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
102
|
-
/**
|
|
103
|
-
* Deletes the specified private endpoint connection associated with the Redis Enterprise cluster.
|
|
104
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
105
|
-
* @param clusterName The name of the Redis Enterprise cluster.
|
|
106
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
107
|
-
* Azure resource
|
|
108
|
-
* @param options The options parameters.
|
|
109
|
-
*/
|
|
110
|
-
beginDeleteAndWait(
|
|
111
|
-
resourceGroupName: string,
|
|
112
|
-
clusterName: string,
|
|
113
|
-
privateEndpointConnectionName: string,
|
|
114
|
-
options?: PrivateEndpointConnectionsDeleteOptionalParams,
|
|
115
|
-
): Promise<void>;
|
|
116
|
-
}
|
|
@@ -1,29 +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
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import {
|
|
11
|
-
PrivateLinkResource,
|
|
12
|
-
PrivateLinkResourcesListByClusterOptionalParams,
|
|
13
|
-
} from "../models";
|
|
14
|
-
|
|
15
|
-
/// <reference lib="esnext.asynciterable" />
|
|
16
|
-
/** Interface representing a PrivateLinkResources. */
|
|
17
|
-
export interface PrivateLinkResources {
|
|
18
|
-
/**
|
|
19
|
-
* Gets the private link resources that need to be created for a Redis Enterprise cluster.
|
|
20
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
21
|
-
* @param clusterName The name of the Redis Enterprise cluster.
|
|
22
|
-
* @param options The options parameters.
|
|
23
|
-
*/
|
|
24
|
-
listByCluster(
|
|
25
|
-
resourceGroupName: string,
|
|
26
|
-
clusterName: string,
|
|
27
|
-
options?: PrivateLinkResourcesListByClusterOptionalParams,
|
|
28
|
-
): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
29
|
-
}
|
|
@@ -1,139 +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
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
11
|
-
import {
|
|
12
|
-
Cluster,
|
|
13
|
-
RedisEnterpriseListByResourceGroupOptionalParams,
|
|
14
|
-
RedisEnterpriseListOptionalParams,
|
|
15
|
-
RedisEnterpriseCreateOptionalParams,
|
|
16
|
-
RedisEnterpriseCreateResponse,
|
|
17
|
-
ClusterUpdate,
|
|
18
|
-
RedisEnterpriseUpdateOptionalParams,
|
|
19
|
-
RedisEnterpriseUpdateResponse,
|
|
20
|
-
RedisEnterpriseDeleteOptionalParams,
|
|
21
|
-
RedisEnterpriseGetOptionalParams,
|
|
22
|
-
RedisEnterpriseGetResponse,
|
|
23
|
-
} from "../models";
|
|
24
|
-
|
|
25
|
-
/// <reference lib="esnext.asynciterable" />
|
|
26
|
-
/** Interface representing a RedisEnterprise. */
|
|
27
|
-
export interface RedisEnterprise {
|
|
28
|
-
/**
|
|
29
|
-
* Lists all Redis Enterprise clusters in a resource group.
|
|
30
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
31
|
-
* @param options The options parameters.
|
|
32
|
-
*/
|
|
33
|
-
listByResourceGroup(
|
|
34
|
-
resourceGroupName: string,
|
|
35
|
-
options?: RedisEnterpriseListByResourceGroupOptionalParams,
|
|
36
|
-
): PagedAsyncIterableIterator<Cluster>;
|
|
37
|
-
/**
|
|
38
|
-
* Lists all Redis Enterprise clusters in the specified subscription.
|
|
39
|
-
* @param options The options parameters.
|
|
40
|
-
*/
|
|
41
|
-
list(
|
|
42
|
-
options?: RedisEnterpriseListOptionalParams,
|
|
43
|
-
): PagedAsyncIterableIterator<Cluster>;
|
|
44
|
-
/**
|
|
45
|
-
* Creates or updates an existing (overwrite/recreate, with potential downtime) cache cluster
|
|
46
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
47
|
-
* @param clusterName The name of the Redis Enterprise cluster.
|
|
48
|
-
* @param parameters Parameters supplied to the Create Redis Enterprise operation.
|
|
49
|
-
* @param options The options parameters.
|
|
50
|
-
*/
|
|
51
|
-
beginCreate(
|
|
52
|
-
resourceGroupName: string,
|
|
53
|
-
clusterName: string,
|
|
54
|
-
parameters: Cluster,
|
|
55
|
-
options?: RedisEnterpriseCreateOptionalParams,
|
|
56
|
-
): Promise<
|
|
57
|
-
SimplePollerLike<
|
|
58
|
-
OperationState<RedisEnterpriseCreateResponse>,
|
|
59
|
-
RedisEnterpriseCreateResponse
|
|
60
|
-
>
|
|
61
|
-
>;
|
|
62
|
-
/**
|
|
63
|
-
* Creates or updates an existing (overwrite/recreate, with potential downtime) cache cluster
|
|
64
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
65
|
-
* @param clusterName The name of the Redis Enterprise cluster.
|
|
66
|
-
* @param parameters Parameters supplied to the Create Redis Enterprise operation.
|
|
67
|
-
* @param options The options parameters.
|
|
68
|
-
*/
|
|
69
|
-
beginCreateAndWait(
|
|
70
|
-
resourceGroupName: string,
|
|
71
|
-
clusterName: string,
|
|
72
|
-
parameters: Cluster,
|
|
73
|
-
options?: RedisEnterpriseCreateOptionalParams,
|
|
74
|
-
): Promise<RedisEnterpriseCreateResponse>;
|
|
75
|
-
/**
|
|
76
|
-
* Updates an existing Redis Enterprise cluster
|
|
77
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
78
|
-
* @param clusterName The name of the Redis Enterprise cluster.
|
|
79
|
-
* @param parameters Parameters supplied to the Update Redis Enterprise operation.
|
|
80
|
-
* @param options The options parameters.
|
|
81
|
-
*/
|
|
82
|
-
beginUpdate(
|
|
83
|
-
resourceGroupName: string,
|
|
84
|
-
clusterName: string,
|
|
85
|
-
parameters: ClusterUpdate,
|
|
86
|
-
options?: RedisEnterpriseUpdateOptionalParams,
|
|
87
|
-
): Promise<
|
|
88
|
-
SimplePollerLike<
|
|
89
|
-
OperationState<RedisEnterpriseUpdateResponse>,
|
|
90
|
-
RedisEnterpriseUpdateResponse
|
|
91
|
-
>
|
|
92
|
-
>;
|
|
93
|
-
/**
|
|
94
|
-
* Updates an existing Redis Enterprise cluster
|
|
95
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
96
|
-
* @param clusterName The name of the Redis Enterprise cluster.
|
|
97
|
-
* @param parameters Parameters supplied to the Update Redis Enterprise operation.
|
|
98
|
-
* @param options The options parameters.
|
|
99
|
-
*/
|
|
100
|
-
beginUpdateAndWait(
|
|
101
|
-
resourceGroupName: string,
|
|
102
|
-
clusterName: string,
|
|
103
|
-
parameters: ClusterUpdate,
|
|
104
|
-
options?: RedisEnterpriseUpdateOptionalParams,
|
|
105
|
-
): Promise<RedisEnterpriseUpdateResponse>;
|
|
106
|
-
/**
|
|
107
|
-
* Deletes a Redis Enterprise cache cluster.
|
|
108
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
109
|
-
* @param clusterName The name of the Redis Enterprise cluster.
|
|
110
|
-
* @param options The options parameters.
|
|
111
|
-
*/
|
|
112
|
-
beginDelete(
|
|
113
|
-
resourceGroupName: string,
|
|
114
|
-
clusterName: string,
|
|
115
|
-
options?: RedisEnterpriseDeleteOptionalParams,
|
|
116
|
-
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
117
|
-
/**
|
|
118
|
-
* Deletes a Redis Enterprise cache cluster.
|
|
119
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
120
|
-
* @param clusterName The name of the Redis Enterprise cluster.
|
|
121
|
-
* @param options The options parameters.
|
|
122
|
-
*/
|
|
123
|
-
beginDeleteAndWait(
|
|
124
|
-
resourceGroupName: string,
|
|
125
|
-
clusterName: string,
|
|
126
|
-
options?: RedisEnterpriseDeleteOptionalParams,
|
|
127
|
-
): Promise<void>;
|
|
128
|
-
/**
|
|
129
|
-
* Gets information about a Redis Enterprise cluster
|
|
130
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
131
|
-
* @param clusterName The name of the Redis Enterprise cluster.
|
|
132
|
-
* @param options The options parameters.
|
|
133
|
-
*/
|
|
134
|
-
get(
|
|
135
|
-
resourceGroupName: string,
|
|
136
|
-
clusterName: string,
|
|
137
|
-
options?: RedisEnterpriseGetOptionalParams,
|
|
138
|
-
): Promise<RedisEnterpriseGetResponse>;
|
|
139
|
-
}
|
package/src/pagingHelper.ts
DELETED
|
@@ -1,39 +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 interface PageInfo {
|
|
10
|
-
continuationToken?: string;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
const pageMap = new WeakMap<object, PageInfo>();
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
|
17
|
-
* returns a continuation token that can be used to begin paging from
|
|
18
|
-
* that point later.
|
|
19
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
20
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
21
|
-
*/
|
|
22
|
-
export function getContinuationToken(page: unknown): string | undefined {
|
|
23
|
-
if (typeof page !== "object" || page === null) {
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
26
|
-
return pageMap.get(page)?.continuationToken;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export function setContinuationToken(
|
|
30
|
-
page: unknown,
|
|
31
|
-
continuationToken: string | undefined,
|
|
32
|
-
): void {
|
|
33
|
-
if (typeof page !== "object" || page === null || !continuationToken) {
|
|
34
|
-
return;
|
|
35
|
-
}
|
|
36
|
-
const pageInfo = pageMap.get(page) ?? {};
|
|
37
|
-
pageInfo.continuationToken = continuationToken;
|
|
38
|
-
pageMap.set(page, pageInfo);
|
|
39
|
-
}
|
|
@@ -1,170 +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
|
-
import * as coreClient from "@azure/core-client";
|
|
10
|
-
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
|
11
|
-
import {
|
|
12
|
-
PipelineRequest,
|
|
13
|
-
PipelineResponse,
|
|
14
|
-
SendRequest,
|
|
15
|
-
} from "@azure/core-rest-pipeline";
|
|
16
|
-
import * as coreAuth from "@azure/core-auth";
|
|
17
|
-
import {
|
|
18
|
-
OperationsImpl,
|
|
19
|
-
OperationsStatusImpl,
|
|
20
|
-
RedisEnterpriseImpl,
|
|
21
|
-
DatabasesImpl,
|
|
22
|
-
AccessPolicyAssignmentOperationsImpl,
|
|
23
|
-
PrivateEndpointConnectionsImpl,
|
|
24
|
-
PrivateLinkResourcesImpl,
|
|
25
|
-
} from "./operations";
|
|
26
|
-
import {
|
|
27
|
-
Operations,
|
|
28
|
-
OperationsStatus,
|
|
29
|
-
RedisEnterprise,
|
|
30
|
-
Databases,
|
|
31
|
-
AccessPolicyAssignmentOperations,
|
|
32
|
-
PrivateEndpointConnections,
|
|
33
|
-
PrivateLinkResources,
|
|
34
|
-
} from "./operationsInterfaces";
|
|
35
|
-
import { RedisEnterpriseManagementClientOptionalParams } from "./models";
|
|
36
|
-
|
|
37
|
-
export class RedisEnterpriseManagementClient extends coreClient.ServiceClient {
|
|
38
|
-
$host: string;
|
|
39
|
-
apiVersion: string;
|
|
40
|
-
subscriptionId: string;
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* Initializes a new instance of the RedisEnterpriseManagementClient class.
|
|
44
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
45
|
-
* @param subscriptionId The ID of the target subscription.
|
|
46
|
-
* @param options The parameter options
|
|
47
|
-
*/
|
|
48
|
-
constructor(
|
|
49
|
-
credentials: coreAuth.TokenCredential,
|
|
50
|
-
subscriptionId: string,
|
|
51
|
-
options?: RedisEnterpriseManagementClientOptionalParams,
|
|
52
|
-
) {
|
|
53
|
-
if (credentials === undefined) {
|
|
54
|
-
throw new Error("'credentials' cannot be null");
|
|
55
|
-
}
|
|
56
|
-
if (subscriptionId === undefined) {
|
|
57
|
-
throw new Error("'subscriptionId' cannot be null");
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
// Initializing default values for options
|
|
61
|
-
if (!options) {
|
|
62
|
-
options = {};
|
|
63
|
-
}
|
|
64
|
-
const defaults: RedisEnterpriseManagementClientOptionalParams = {
|
|
65
|
-
requestContentType: "application/json; charset=utf-8",
|
|
66
|
-
credential: credentials,
|
|
67
|
-
};
|
|
68
|
-
|
|
69
|
-
const packageDetails = `azsdk-js-arm-redisenterprisecache/3.1.0-beta.2`;
|
|
70
|
-
const userAgentPrefix =
|
|
71
|
-
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
72
|
-
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
73
|
-
: `${packageDetails}`;
|
|
74
|
-
|
|
75
|
-
const optionsWithDefaults = {
|
|
76
|
-
...defaults,
|
|
77
|
-
...options,
|
|
78
|
-
userAgentOptions: {
|
|
79
|
-
userAgentPrefix,
|
|
80
|
-
},
|
|
81
|
-
endpoint:
|
|
82
|
-
options.endpoint ?? options.baseUri ?? "https://management.azure.com",
|
|
83
|
-
};
|
|
84
|
-
super(optionsWithDefaults);
|
|
85
|
-
|
|
86
|
-
let bearerTokenAuthenticationPolicyFound: boolean = false;
|
|
87
|
-
if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {
|
|
88
|
-
const pipelinePolicies: coreRestPipeline.PipelinePolicy[] =
|
|
89
|
-
options.pipeline.getOrderedPolicies();
|
|
90
|
-
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(
|
|
91
|
-
(pipelinePolicy) =>
|
|
92
|
-
pipelinePolicy.name ===
|
|
93
|
-
coreRestPipeline.bearerTokenAuthenticationPolicyName,
|
|
94
|
-
);
|
|
95
|
-
}
|
|
96
|
-
if (
|
|
97
|
-
!options ||
|
|
98
|
-
!options.pipeline ||
|
|
99
|
-
options.pipeline.getOrderedPolicies().length == 0 ||
|
|
100
|
-
!bearerTokenAuthenticationPolicyFound
|
|
101
|
-
) {
|
|
102
|
-
this.pipeline.removePolicy({
|
|
103
|
-
name: coreRestPipeline.bearerTokenAuthenticationPolicyName,
|
|
104
|
-
});
|
|
105
|
-
this.pipeline.addPolicy(
|
|
106
|
-
coreRestPipeline.bearerTokenAuthenticationPolicy({
|
|
107
|
-
credential: credentials,
|
|
108
|
-
scopes:
|
|
109
|
-
optionsWithDefaults.credentialScopes ??
|
|
110
|
-
`${optionsWithDefaults.endpoint}/.default`,
|
|
111
|
-
challengeCallbacks: {
|
|
112
|
-
authorizeRequestOnChallenge:
|
|
113
|
-
coreClient.authorizeRequestOnClaimChallenge,
|
|
114
|
-
},
|
|
115
|
-
}),
|
|
116
|
-
);
|
|
117
|
-
}
|
|
118
|
-
// Parameter assignments
|
|
119
|
-
this.subscriptionId = subscriptionId;
|
|
120
|
-
|
|
121
|
-
// Assigning values to Constant parameters
|
|
122
|
-
this.$host = options.$host || "https://management.azure.com";
|
|
123
|
-
this.apiVersion = options.apiVersion || "2024-09-01-preview";
|
|
124
|
-
this.operations = new OperationsImpl(this);
|
|
125
|
-
this.operationsStatus = new OperationsStatusImpl(this);
|
|
126
|
-
this.redisEnterprise = new RedisEnterpriseImpl(this);
|
|
127
|
-
this.databases = new DatabasesImpl(this);
|
|
128
|
-
this.accessPolicyAssignmentOperations =
|
|
129
|
-
new AccessPolicyAssignmentOperationsImpl(this);
|
|
130
|
-
this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);
|
|
131
|
-
this.privateLinkResources = new PrivateLinkResourcesImpl(this);
|
|
132
|
-
this.addCustomApiVersionPolicy(options.apiVersion);
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
136
|
-
private addCustomApiVersionPolicy(apiVersion?: string) {
|
|
137
|
-
if (!apiVersion) {
|
|
138
|
-
return;
|
|
139
|
-
}
|
|
140
|
-
const apiVersionPolicy = {
|
|
141
|
-
name: "CustomApiVersionPolicy",
|
|
142
|
-
async sendRequest(
|
|
143
|
-
request: PipelineRequest,
|
|
144
|
-
next: SendRequest,
|
|
145
|
-
): Promise<PipelineResponse> {
|
|
146
|
-
const param = request.url.split("?");
|
|
147
|
-
if (param.length > 1) {
|
|
148
|
-
const newParams = param[1].split("&").map((item) => {
|
|
149
|
-
if (item.indexOf("api-version") > -1) {
|
|
150
|
-
return "api-version=" + apiVersion;
|
|
151
|
-
} else {
|
|
152
|
-
return item;
|
|
153
|
-
}
|
|
154
|
-
});
|
|
155
|
-
request.url = param[0] + "?" + newParams.join("&");
|
|
156
|
-
}
|
|
157
|
-
return next(request);
|
|
158
|
-
},
|
|
159
|
-
};
|
|
160
|
-
this.pipeline.addPolicy(apiVersionPolicy);
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
operations: Operations;
|
|
164
|
-
operationsStatus: OperationsStatus;
|
|
165
|
-
redisEnterprise: RedisEnterprise;
|
|
166
|
-
databases: Databases;
|
|
167
|
-
accessPolicyAssignmentOperations: AccessPolicyAssignmentOperations;
|
|
168
|
-
privateEndpointConnections: PrivateEndpointConnections;
|
|
169
|
-
privateLinkResources: PrivateLinkResources;
|
|
170
|
-
}
|
package/tsconfig.json
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"module": "es6",
|
|
4
|
-
"moduleResolution": "node",
|
|
5
|
-
"strict": true,
|
|
6
|
-
"target": "es6",
|
|
7
|
-
"sourceMap": true,
|
|
8
|
-
"declarationMap": true,
|
|
9
|
-
"esModuleInterop": true,
|
|
10
|
-
"allowSyntheticDefaultImports": true,
|
|
11
|
-
"forceConsistentCasingInFileNames": true,
|
|
12
|
-
"lib": [
|
|
13
|
-
"es6",
|
|
14
|
-
"dom"
|
|
15
|
-
],
|
|
16
|
-
"declaration": true,
|
|
17
|
-
"outDir": "./dist-esm",
|
|
18
|
-
"importHelpers": true,
|
|
19
|
-
"paths": {
|
|
20
|
-
"@azure/arm-redisenterprisecache": [
|
|
21
|
-
"./src/index"
|
|
22
|
-
]
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"include": [
|
|
26
|
-
"./src/**/*.ts",
|
|
27
|
-
"./test/**/*.ts",
|
|
28
|
-
"samples-dev/**/*.ts"
|
|
29
|
-
],
|
|
30
|
-
"exclude": [
|
|
31
|
-
"node_modules"
|
|
32
|
-
]
|
|
33
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{dist-esm/src → dist/browser}/operationsInterfaces/accessPolicyAssignmentOperations.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|