@azure/arm-servicefabricmesh 3.0.0-beta.3 → 3.0.0-beta.5
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 +14 -4
- package/LICENSE +4 -4
- package/README.md +27 -18
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -3
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +135 -115
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +5 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.d.ts +4 -4
- package/{dist-esm/src → dist/browser}/models/mappers.js +235 -106
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/application.d.ts +3 -3
- package/dist/browser/operations/application.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/application.js +56 -65
- package/dist/browser/operations/application.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/codePackage.d.ts +3 -3
- package/dist/browser/operations/codePackage.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/codePackage.js +3 -2
- package/dist/browser/operations/codePackage.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/gateway.d.ts +3 -3
- package/dist/browser/operations/gateway.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/gateway.js +56 -65
- package/dist/browser/operations/gateway.js.map +1 -0
- package/dist/browser/operations/index.d.ts +11 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +18 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/network.d.ts +3 -3
- package/dist/browser/operations/network.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/network.js +56 -65
- package/dist/browser/operations/network.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 +30 -34
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/secret.d.ts +3 -3
- package/dist/browser/operations/secret.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/secret.js +56 -65
- package/dist/browser/operations/secret.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/secretValueOperations.d.ts +3 -3
- package/dist/browser/operations/secretValueOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/secretValueOperations.js +30 -34
- package/dist/browser/operations/secretValueOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/service.d.ts +3 -3
- package/dist/browser/operations/service.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/service.js +30 -34
- package/dist/browser/operations/service.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/serviceReplica.d.ts +3 -3
- package/dist/browser/operations/serviceReplica.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/serviceReplica.js +30 -34
- package/dist/browser/operations/serviceReplica.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/volume.d.ts +3 -3
- package/dist/browser/operations/volume.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/volume.js +56 -65
- package/dist/browser/operations/volume.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/application.d.ts +1 -1
- package/dist/browser/operationsInterfaces/application.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/application.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/codePackage.d.ts +1 -1
- package/dist/browser/operationsInterfaces/codePackage.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/codePackage.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/gateway.d.ts +1 -1
- package/dist/browser/operationsInterfaces/gateway.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/gateway.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +11 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +18 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/network.d.ts +1 -1
- package/dist/browser/operationsInterfaces/network.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/network.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/secret.d.ts +1 -1
- package/dist/browser/operationsInterfaces/secret.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/secret.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/secretValueOperations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/secretValueOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/secretValueOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/service.d.ts +1 -1
- package/dist/browser/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/service.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/serviceReplica.d.ts +1 -1
- package/dist/browser/operationsInterfaces/serviceReplica.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/serviceReplica.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/volume.d.ts +1 -1
- package/dist/browser/operationsInterfaces/volume.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/volume.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/serviceFabricMeshManagementClient.d.ts +2 -2
- package/dist/browser/serviceFabricMeshManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/serviceFabricMeshManagementClient.js +55 -38
- package/dist/browser/serviceFabricMeshManagementClient.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/{types/arm-servicefabricmesh.d.ts → dist/commonjs/models/index.d.ts} +1386 -1942
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +129 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +105 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2627 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +25 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +218 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/application.d.ts +82 -0
- package/dist/commonjs/operations/application.d.ts.map +1 -0
- package/dist/commonjs/operations/application.js +336 -0
- package/dist/commonjs/operations/application.js.map +1 -0
- package/dist/commonjs/operations/codePackage.d.ts +23 -0
- package/dist/commonjs/operations/codePackage.d.ts.map +1 -0
- package/dist/commonjs/operations/codePackage.js +72 -0
- package/dist/commonjs/operations/codePackage.js.map +1 -0
- package/dist/commonjs/operations/gateway.d.ts +83 -0
- package/dist/commonjs/operations/gateway.d.ts.map +1 -0
- package/dist/commonjs/operations/gateway.js +337 -0
- package/dist/commonjs/operations/gateway.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +11 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +21 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/network.d.ts +82 -0
- package/dist/commonjs/operations/network.d.ts.map +1 -0
- package/dist/commonjs/operations/network.js +336 -0
- package/dist/commonjs/operations/network.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 +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/secret.d.ts +81 -0
- package/dist/commonjs/operations/secret.d.ts.map +1 -0
- package/dist/commonjs/operations/secret.js +335 -0
- package/dist/commonjs/operations/secret.js.map +1 -0
- package/dist/commonjs/operations/secretValueOperations.d.ts +81 -0
- package/dist/commonjs/operations/secretValueOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/secretValueOperations.js +304 -0
- package/dist/commonjs/operations/secretValueOperations.js.map +1 -0
- package/dist/commonjs/operations/service.d.ts +49 -0
- package/dist/commonjs/operations/service.d.ts.map +1 -0
- package/dist/commonjs/operations/service.js +178 -0
- package/dist/commonjs/operations/service.js.map +1 -0
- package/dist/commonjs/operations/serviceReplica.d.ts +53 -0
- package/dist/commonjs/operations/serviceReplica.d.ts.map +1 -0
- package/dist/commonjs/operations/serviceReplica.js +197 -0
- package/dist/commonjs/operations/serviceReplica.js.map +1 -0
- package/dist/commonjs/operations/volume.d.ts +81 -0
- package/dist/commonjs/operations/volume.d.ts.map +1 -0
- package/dist/commonjs/operations/volume.js +335 -0
- package/dist/commonjs/operations/volume.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/application.d.ts +44 -0
- package/dist/commonjs/operationsInterfaces/application.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/application.js +10 -0
- package/dist/commonjs/operationsInterfaces/application.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/codePackage.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/codePackage.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/codePackage.js +10 -0
- package/dist/commonjs/operationsInterfaces/codePackage.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/gateway.d.ts +45 -0
- package/dist/commonjs/operationsInterfaces/gateway.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/gateway.js +10 -0
- package/dist/commonjs/operationsInterfaces/gateway.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +21 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/network.d.ts +44 -0
- package/dist/commonjs/operationsInterfaces/network.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/network.js +10 -0
- package/dist/commonjs/operationsInterfaces/network.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/secret.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/secret.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/secret.js +10 -0
- package/dist/commonjs/operationsInterfaces/secret.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/secretValueOperations.d.ts +55 -0
- package/dist/commonjs/operationsInterfaces/secretValueOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/secretValueOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/secretValueOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/service.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/service.js +10 -0
- package/dist/commonjs/operationsInterfaces/service.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/serviceReplica.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/serviceReplica.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/serviceReplica.js +10 -0
- package/dist/commonjs/operationsInterfaces/serviceReplica.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/volume.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/volume.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/volume.js +10 -0
- package/dist/commonjs/operationsInterfaces/volume.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 +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/serviceFabricMeshManagementClient.d.ts +29 -0
- package/dist/commonjs/serviceFabricMeshManagementClient.d.ts.map +1 -0
- package/dist/commonjs/serviceFabricMeshManagementClient.js +129 -0
- package/dist/commonjs/serviceFabricMeshManagementClient.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- 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 -4
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models/index.d.ts +1386 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +126 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +105 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2623 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +25 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +215 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/application.d.ts +82 -0
- package/dist/esm/operations/application.d.ts.map +1 -0
- package/dist/esm/operations/application.js +331 -0
- package/dist/esm/operations/application.js.map +1 -0
- package/dist/esm/operations/codePackage.d.ts +23 -0
- package/dist/esm/operations/codePackage.d.ts.map +1 -0
- package/dist/esm/operations/codePackage.js +67 -0
- package/dist/esm/operations/codePackage.js.map +1 -0
- package/dist/esm/operations/gateway.d.ts +83 -0
- package/dist/esm/operations/gateway.d.ts.map +1 -0
- package/dist/esm/operations/gateway.js +332 -0
- package/dist/esm/operations/gateway.js.map +1 -0
- package/dist/esm/operations/index.d.ts +11 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +18 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/network.d.ts +82 -0
- package/dist/esm/operations/network.d.ts.map +1 -0
- package/dist/esm/operations/network.js +331 -0
- package/dist/esm/operations/network.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 +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/secret.d.ts +81 -0
- package/dist/esm/operations/secret.d.ts.map +1 -0
- package/dist/esm/operations/secret.js +330 -0
- package/dist/esm/operations/secret.js.map +1 -0
- package/dist/esm/operations/secretValueOperations.d.ts +81 -0
- package/dist/esm/operations/secretValueOperations.d.ts.map +1 -0
- package/dist/esm/operations/secretValueOperations.js +299 -0
- package/dist/esm/operations/secretValueOperations.js.map +1 -0
- package/dist/esm/operations/service.d.ts +49 -0
- package/dist/esm/operations/service.d.ts.map +1 -0
- package/dist/esm/operations/service.js +173 -0
- package/dist/esm/operations/service.js.map +1 -0
- package/dist/esm/operations/serviceReplica.d.ts +53 -0
- package/dist/esm/operations/serviceReplica.d.ts.map +1 -0
- package/dist/esm/operations/serviceReplica.js +192 -0
- package/dist/esm/operations/serviceReplica.js.map +1 -0
- package/dist/esm/operations/volume.d.ts +81 -0
- package/dist/esm/operations/volume.d.ts.map +1 -0
- package/dist/esm/operations/volume.js +330 -0
- package/dist/esm/operations/volume.js.map +1 -0
- package/dist/esm/operationsInterfaces/application.d.ts +44 -0
- package/dist/esm/operationsInterfaces/application.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/application.js +9 -0
- package/dist/esm/operationsInterfaces/application.js.map +1 -0
- package/dist/esm/operationsInterfaces/codePackage.d.ts +15 -0
- package/dist/esm/operationsInterfaces/codePackage.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/codePackage.js +9 -0
- package/dist/esm/operationsInterfaces/codePackage.js.map +1 -0
- package/dist/esm/operationsInterfaces/gateway.d.ts +45 -0
- package/dist/esm/operationsInterfaces/gateway.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/gateway.js +9 -0
- package/dist/esm/operationsInterfaces/gateway.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +11 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +18 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/network.d.ts +44 -0
- package/dist/esm/operationsInterfaces/network.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/network.js +9 -0
- package/dist/esm/operationsInterfaces/network.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/secret.d.ts +43 -0
- package/dist/esm/operationsInterfaces/secret.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/secret.js +9 -0
- package/dist/esm/operationsInterfaces/secret.js.map +1 -0
- package/dist/esm/operationsInterfaces/secretValueOperations.d.ts +55 -0
- package/dist/esm/operationsInterfaces/secretValueOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/secretValueOperations.js +9 -0
- package/dist/esm/operationsInterfaces/secretValueOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/service.d.ts +23 -0
- package/dist/esm/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/service.js +9 -0
- package/dist/esm/operationsInterfaces/service.js.map +1 -0
- package/dist/esm/operationsInterfaces/serviceReplica.d.ts +25 -0
- package/dist/esm/operationsInterfaces/serviceReplica.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/serviceReplica.js +9 -0
- package/dist/esm/operationsInterfaces/serviceReplica.js.map +1 -0
- package/dist/esm/operationsInterfaces/volume.d.ts +43 -0
- package/dist/esm/operationsInterfaces/volume.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/volume.js +9 -0
- package/dist/esm/operationsInterfaces/volume.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 +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/serviceFabricMeshManagementClient.d.ts +29 -0
- package/dist/esm/serviceFabricMeshManagementClient.d.ts.map +1 -0
- package/dist/esm/serviceFabricMeshManagementClient.js +124 -0
- package/dist/esm/serviceFabricMeshManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1386 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +126 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +105 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2623 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +25 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +215 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/application.d.ts +82 -0
- package/dist/react-native/operations/application.d.ts.map +1 -0
- package/dist/react-native/operations/application.js +331 -0
- package/dist/react-native/operations/application.js.map +1 -0
- package/dist/react-native/operations/codePackage.d.ts +23 -0
- package/dist/react-native/operations/codePackage.d.ts.map +1 -0
- package/dist/react-native/operations/codePackage.js +67 -0
- package/dist/react-native/operations/codePackage.js.map +1 -0
- package/dist/react-native/operations/gateway.d.ts +83 -0
- package/dist/react-native/operations/gateway.d.ts.map +1 -0
- package/dist/react-native/operations/gateway.js +332 -0
- package/dist/react-native/operations/gateway.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +11 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +18 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/network.d.ts +82 -0
- package/dist/react-native/operations/network.d.ts.map +1 -0
- package/dist/react-native/operations/network.js +331 -0
- package/dist/react-native/operations/network.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 +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/secret.d.ts +81 -0
- package/dist/react-native/operations/secret.d.ts.map +1 -0
- package/dist/react-native/operations/secret.js +330 -0
- package/dist/react-native/operations/secret.js.map +1 -0
- package/dist/react-native/operations/secretValueOperations.d.ts +81 -0
- package/dist/react-native/operations/secretValueOperations.d.ts.map +1 -0
- package/dist/react-native/operations/secretValueOperations.js +299 -0
- package/dist/react-native/operations/secretValueOperations.js.map +1 -0
- package/dist/react-native/operations/service.d.ts +49 -0
- package/dist/react-native/operations/service.d.ts.map +1 -0
- package/dist/react-native/operations/service.js +173 -0
- package/dist/react-native/operations/service.js.map +1 -0
- package/dist/react-native/operations/serviceReplica.d.ts +53 -0
- package/dist/react-native/operations/serviceReplica.d.ts.map +1 -0
- package/dist/react-native/operations/serviceReplica.js +192 -0
- package/dist/react-native/operations/serviceReplica.js.map +1 -0
- package/dist/react-native/operations/volume.d.ts +81 -0
- package/dist/react-native/operations/volume.d.ts.map +1 -0
- package/dist/react-native/operations/volume.js +330 -0
- package/dist/react-native/operations/volume.js.map +1 -0
- package/dist/react-native/operationsInterfaces/application.d.ts +44 -0
- package/dist/react-native/operationsInterfaces/application.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/application.js +9 -0
- package/dist/react-native/operationsInterfaces/application.js.map +1 -0
- package/dist/react-native/operationsInterfaces/codePackage.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/codePackage.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/codePackage.js +9 -0
- package/dist/react-native/operationsInterfaces/codePackage.js.map +1 -0
- package/dist/react-native/operationsInterfaces/gateway.d.ts +45 -0
- package/dist/react-native/operationsInterfaces/gateway.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/gateway.js +9 -0
- package/dist/react-native/operationsInterfaces/gateway.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +18 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/network.d.ts +44 -0
- package/dist/react-native/operationsInterfaces/network.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/network.js +9 -0
- package/dist/react-native/operationsInterfaces/network.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/secret.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/secret.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/secret.js +9 -0
- package/dist/react-native/operationsInterfaces/secret.js.map +1 -0
- package/dist/react-native/operationsInterfaces/secretValueOperations.d.ts +55 -0
- package/dist/react-native/operationsInterfaces/secretValueOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/secretValueOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/secretValueOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/service.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/service.js +9 -0
- package/dist/react-native/operationsInterfaces/service.js.map +1 -0
- package/dist/react-native/operationsInterfaces/serviceReplica.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/serviceReplica.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/serviceReplica.js +9 -0
- package/dist/react-native/operationsInterfaces/serviceReplica.js.map +1 -0
- package/dist/react-native/operationsInterfaces/volume.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/volume.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/volume.js +9 -0
- package/dist/react-native/operationsInterfaces/volume.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 +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/serviceFabricMeshManagementClient.d.ts +29 -0
- package/dist/react-native/serviceFabricMeshManagementClient.d.ts.map +1 -0
- package/dist/react-native/serviceFabricMeshManagementClient.js +124 -0
- package/dist/react-native/serviceFabricMeshManagementClient.js.map +1 -0
- package/package.json +83 -71
- package/review/{arm-servicefabricmesh.api.md → arm-servicefabricmesh-node.api.md} +87 -78
- package/dist/index.js +0 -5575
- 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/applicationCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationCreateSample.js +0 -58
- package/dist-esm/samples-dev/applicationCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationDeleteSample.js +0 -31
- package/dist-esm/samples-dev/applicationDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationGetSample.js +0 -31
- package/dist-esm/samples-dev/applicationGetSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/applicationListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationListBySubscriptionSample.js +0 -43
- package/dist-esm/samples-dev/applicationListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/codePackageGetContainerLogsSample.d.ts +0 -2
- package/dist-esm/samples-dev/codePackageGetContainerLogsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/codePackageGetContainerLogsSample.js +0 -34
- package/dist-esm/samples-dev/codePackageGetContainerLogsSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewayCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewayCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewayCreateSample.js +0 -76
- package/dist-esm/samples-dev/gatewayCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewayDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewayDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewayDeleteSample.js +0 -31
- package/dist-esm/samples-dev/gatewayDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewayGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewayGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewayGetSample.js +0 -31
- package/dist-esm/samples-dev/gatewayGetSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewayListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewayListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewayListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/gatewayListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewayListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewayListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewayListBySubscriptionSample.js +0 -43
- package/dist-esm/samples-dev/gatewayListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/networkCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkCreateSample.js +0 -40
- package/dist-esm/samples-dev/networkCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/networkDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkDeleteSample.js +0 -31
- package/dist-esm/samples-dev/networkDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/networkGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkGetSample.js +0 -31
- package/dist-esm/samples-dev/networkGetSample.js.map +0 -1
- package/dist-esm/samples-dev/networkListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/networkListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/networkListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkListBySubscriptionSample.js +0 -43
- package/dist-esm/samples-dev/networkListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/secretCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretCreateSample.js +0 -40
- package/dist-esm/samples-dev/secretCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/secretDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretDeleteSample.js +0 -31
- package/dist-esm/samples-dev/secretDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/secretGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretGetSample.js +0 -31
- package/dist-esm/samples-dev/secretGetSample.js.map +0 -1
- package/dist-esm/samples-dev/secretListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/secretListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/secretListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretListBySubscriptionSample.js +0 -43
- package/dist-esm/samples-dev/secretListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/secretValueCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretValueCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretValueCreateSample.js +0 -37
- package/dist-esm/samples-dev/secretValueCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/secretValueDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretValueDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretValueDeleteSample.js +0 -32
- package/dist-esm/samples-dev/secretValueDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/secretValueGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretValueGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretValueGetSample.js +0 -32
- package/dist-esm/samples-dev/secretValueGetSample.js.map +0 -1
- package/dist-esm/samples-dev/secretValueListSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretValueListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretValueListSample.js +0 -45
- package/dist-esm/samples-dev/secretValueListSample.js.map +0 -1
- package/dist-esm/samples-dev/secretValueListValueSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretValueListValueSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretValueListValueSample.js +0 -32
- package/dist-esm/samples-dev/secretValueListValueSample.js.map +0 -1
- package/dist-esm/samples-dev/serviceGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceGetSample.js +0 -32
- package/dist-esm/samples-dev/serviceGetSample.js.map +0 -1
- package/dist-esm/samples-dev/serviceListSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceListSample.js +0 -45
- package/dist-esm/samples-dev/serviceListSample.js.map +0 -1
- package/dist-esm/samples-dev/serviceReplicaGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceReplicaGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceReplicaGetSample.js +0 -33
- package/dist-esm/samples-dev/serviceReplicaGetSample.js.map +0 -1
- package/dist-esm/samples-dev/serviceReplicaListSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceReplicaListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceReplicaListSample.js +0 -46
- package/dist-esm/samples-dev/serviceReplicaListSample.js.map +0 -1
- package/dist-esm/samples-dev/volumeCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumeCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumeCreateSample.js +0 -42
- package/dist-esm/samples-dev/volumeCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/volumeDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumeDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumeDeleteSample.js +0 -31
- package/dist-esm/samples-dev/volumeDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/volumeGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumeGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumeGetSample.js +0 -31
- package/dist-esm/samples-dev/volumeGetSample.js.map +0 -1
- package/dist-esm/samples-dev/volumeListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumeListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumeListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/volumeListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/volumeListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumeListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumeListBySubscriptionSample.js +0 -43
- package/dist-esm/samples-dev/volumeListBySubscriptionSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.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/application.d.ts.map +0 -1
- package/dist-esm/src/operations/application.js.map +0 -1
- package/dist-esm/src/operations/codePackage.d.ts.map +0 -1
- package/dist-esm/src/operations/codePackage.js.map +0 -1
- package/dist-esm/src/operations/gateway.d.ts.map +0 -1
- package/dist-esm/src/operations/gateway.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -11
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -18
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/network.d.ts.map +0 -1
- package/dist-esm/src/operations/network.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/secret.d.ts.map +0 -1
- package/dist-esm/src/operations/secret.js.map +0 -1
- package/dist-esm/src/operations/secretValueOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/secretValueOperations.js.map +0 -1
- package/dist-esm/src/operations/service.d.ts.map +0 -1
- package/dist-esm/src/operations/service.js.map +0 -1
- package/dist-esm/src/operations/serviceReplica.d.ts.map +0 -1
- package/dist-esm/src/operations/serviceReplica.js.map +0 -1
- package/dist-esm/src/operations/volume.d.ts.map +0 -1
- package/dist-esm/src/operations/volume.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/application.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/application.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/codePackage.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/codePackage.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/gateway.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/gateway.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -18
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/network.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/network.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/secret.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/secret.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/secretValueOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/secretValueOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/service.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/service.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/serviceReplica.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/serviceReplica.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/volume.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/volume.js.map +0 -1
- package/dist-esm/src/serviceFabricMeshManagementClient.d.ts.map +0 -1
- package/dist-esm/src/serviceFabricMeshManagementClient.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/models/index.ts +0 -1603
- package/src/models/mappers.ts +0 -2716
- package/src/models/parameters.ts +0 -250
- package/src/operations/application.ts +0 -418
- package/src/operations/codePackage.ts +0 -88
- package/src/operations/gateway.ts +0 -419
- package/src/operations/index.ts +0 -18
- package/src/operations/network.ts +0 -418
- package/src/operations/operations.ts +0 -137
- package/src/operations/secret.ts +0 -417
- package/src/operations/secretValueOperations.ts +0 -403
- package/src/operations/service.ts +0 -241
- package/src/operations/serviceReplica.ts +0 -271
- package/src/operations/volume.ts +0 -417
- package/src/operationsInterfaces/application.ts +0 -80
- package/src/operationsInterfaces/codePackage.ts +0 -33
- package/src/operationsInterfaces/gateway.ts +0 -81
- package/src/operationsInterfaces/index.ts +0 -18
- package/src/operationsInterfaces/network.ts +0 -80
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/secret.ts +0 -79
- package/src/operationsInterfaces/secretValueOperations.ts +0 -99
- package/src/operationsInterfaces/service.ts +0 -46
- package/src/operationsInterfaces/serviceReplica.ts +0 -50
- package/src/operationsInterfaces/volume.ts +0 -79
- package/src/serviceFabricMeshManagementClient.ts +0 -174
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +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/application.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/codePackage.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/gateway.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/network.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/secret.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/secretValueOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/service.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/serviceReplica.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/volume.js +0 -0
|
@@ -5,13 +5,14 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import {
|
|
8
|
+
import { setContinuationToken } from "../pagingHelper.js";
|
|
9
9
|
import * as coreClient from "@azure/core-client";
|
|
10
|
-
import * as Mappers from "../models/mappers";
|
|
11
|
-
import * as Parameters from "../models/parameters";
|
|
10
|
+
import * as Mappers from "../models/mappers.js";
|
|
11
|
+
import * as Parameters from "../models/parameters.js";
|
|
12
12
|
/// <reference lib="esnext.asynciterable" />
|
|
13
13
|
/** Class containing ServiceReplica operations. */
|
|
14
14
|
export class ServiceReplicaImpl {
|
|
15
|
+
client;
|
|
15
16
|
/**
|
|
16
17
|
* Initialize a new instance of the class ServiceReplica class.
|
|
17
18
|
* @param client Reference to the service client
|
|
@@ -36,40 +37,36 @@ export class ServiceReplicaImpl {
|
|
|
36
37
|
[Symbol.asyncIterator]() {
|
|
37
38
|
return this;
|
|
38
39
|
},
|
|
39
|
-
byPage: () => {
|
|
40
|
-
|
|
40
|
+
byPage: (settings) => {
|
|
41
|
+
if (settings?.maxPageSize) {
|
|
42
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
43
|
+
}
|
|
44
|
+
return this.listPagingPage(resourceGroupName, applicationResourceName, serviceResourceName, options, settings);
|
|
41
45
|
}
|
|
42
46
|
};
|
|
43
47
|
}
|
|
44
|
-
listPagingPage(resourceGroupName, applicationResourceName, serviceResourceName, options) {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
48
|
+
async *listPagingPage(resourceGroupName, applicationResourceName, serviceResourceName, options, settings) {
|
|
49
|
+
let result;
|
|
50
|
+
let continuationToken = settings?.continuationToken;
|
|
51
|
+
if (!continuationToken) {
|
|
52
|
+
result = await this._list(resourceGroupName, applicationResourceName, serviceResourceName, options);
|
|
53
|
+
let page = result.value || [];
|
|
54
|
+
continuationToken = result.nextLink;
|
|
55
|
+
setContinuationToken(page, continuationToken);
|
|
56
|
+
yield page;
|
|
57
|
+
}
|
|
58
|
+
while (continuationToken) {
|
|
59
|
+
result = await this._listNext(resourceGroupName, applicationResourceName, serviceResourceName, continuationToken, options);
|
|
60
|
+
continuationToken = result.nextLink;
|
|
61
|
+
let page = result.value || [];
|
|
62
|
+
setContinuationToken(page, continuationToken);
|
|
63
|
+
yield page;
|
|
64
|
+
}
|
|
55
65
|
}
|
|
56
|
-
listPagingAll(resourceGroupName, applicationResourceName, serviceResourceName, options) {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
for (var _b = __asyncValues(this.listPagingPage(resourceGroupName, applicationResourceName, serviceResourceName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
61
|
-
const page = _c.value;
|
|
62
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
66
|
-
finally {
|
|
67
|
-
try {
|
|
68
|
-
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
69
|
-
}
|
|
70
|
-
finally { if (e_1) throw e_1.error; }
|
|
71
|
-
}
|
|
72
|
-
});
|
|
66
|
+
async *listPagingAll(resourceGroupName, applicationResourceName, serviceResourceName, options) {
|
|
67
|
+
for await (const page of this.listPagingPage(resourceGroupName, applicationResourceName, serviceResourceName, options)) {
|
|
68
|
+
yield* page;
|
|
69
|
+
}
|
|
73
70
|
}
|
|
74
71
|
/**
|
|
75
72
|
* Gets the information about the service replica with the given name. The information include the
|
|
@@ -181,7 +178,6 @@ const listNextOperationSpec = {
|
|
|
181
178
|
bodyMapper: Mappers.ErrorModel
|
|
182
179
|
}
|
|
183
180
|
},
|
|
184
|
-
queryParameters: [Parameters.apiVersion],
|
|
185
181
|
urlParameters: [
|
|
186
182
|
Parameters.$host,
|
|
187
183
|
Parameters.nextLink,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serviceReplica.js","sourceRoot":"","sources":["../../../src/operations/serviceReplica.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { ServiceReplica } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ServiceFabricMeshManagementClient } from \"../serviceFabricMeshManagementClient.js\";\nimport {\n ServiceReplicaDescription,\n ServiceReplicaListNextOptionalParams,\n ServiceReplicaListOptionalParams,\n ServiceReplicaListResponse,\n ServiceReplicaGetOptionalParams,\n ServiceReplicaGetResponse,\n ServiceReplicaListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ServiceReplica operations. */\nexport class ServiceReplicaImpl implements ServiceReplica {\n private readonly client: ServiceFabricMeshManagementClient;\n\n /**\n * Initialize a new instance of the class ServiceReplica class.\n * @param client Reference to the service client\n */\n constructor(client: ServiceFabricMeshManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets the information about all replicas of a given service of an application. The information\n * includes the runtime properties of the replica instance.\n * @param resourceGroupName Azure resource group name\n * @param applicationResourceName The identity of the application.\n * @param serviceResourceName The identity of the service.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n applicationResourceName: string,\n serviceResourceName: string,\n options?: ServiceReplicaListOptionalParams\n ): PagedAsyncIterableIterator<ServiceReplicaDescription> {\n const iter = this.listPagingAll(\n resourceGroupName,\n applicationResourceName,\n serviceResourceName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(\n resourceGroupName,\n applicationResourceName,\n serviceResourceName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n applicationResourceName: string,\n serviceResourceName: string,\n options?: ServiceReplicaListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<ServiceReplicaDescription[]> {\n let result: ServiceReplicaListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(\n resourceGroupName,\n applicationResourceName,\n serviceResourceName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n applicationResourceName,\n serviceResourceName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n applicationResourceName: string,\n serviceResourceName: string,\n options?: ServiceReplicaListOptionalParams\n ): AsyncIterableIterator<ServiceReplicaDescription> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n applicationResourceName,\n serviceResourceName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets the information about the service replica with the given name. The information include the\n * description and other properties of the service replica.\n * @param resourceGroupName Azure resource group name\n * @param applicationResourceName The identity of the application.\n * @param serviceResourceName The identity of the service.\n * @param replicaName Service Fabric replica name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n applicationResourceName: string,\n serviceResourceName: string,\n replicaName: string,\n options?: ServiceReplicaGetOptionalParams\n ): Promise<ServiceReplicaGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n applicationResourceName,\n serviceResourceName,\n replicaName,\n options\n },\n getOperationSpec\n );\n }\n\n /**\n * Gets the information about all replicas of a given service of an application. The information\n * includes the runtime properties of the replica instance.\n * @param resourceGroupName Azure resource group name\n * @param applicationResourceName The identity of the application.\n * @param serviceResourceName The identity of the service.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n applicationResourceName: string,\n serviceResourceName: string,\n options?: ServiceReplicaListOptionalParams\n ): Promise<ServiceReplicaListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n applicationResourceName,\n serviceResourceName,\n options\n },\n listOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName Azure resource group name\n * @param applicationResourceName The identity of the application.\n * @param serviceResourceName The identity of the service.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n applicationResourceName: string,\n serviceResourceName: string,\n nextLink: string,\n options?: ServiceReplicaListNextOptionalParams\n ): Promise<ServiceReplicaListNextResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n applicationResourceName,\n serviceResourceName,\n nextLink,\n options\n },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}/services/{serviceResourceName}/replicas/{replicaName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceReplicaDescription\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.applicationResourceName,\n Parameters.serviceResourceName,\n Parameters.replicaName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}/services/{serviceResourceName}/replicas\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceReplicaDescriptionList\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.applicationResourceName,\n Parameters.serviceResourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceReplicaDescriptionList\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.applicationResourceName,\n Parameters.serviceResourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Volume } from "../operationsInterfaces";
|
|
3
|
-
import { ServiceFabricMeshManagementClient } from "../serviceFabricMeshManagementClient";
|
|
4
|
-
import { VolumeResourceDescription, VolumeListByResourceGroupOptionalParams, VolumeListBySubscriptionOptionalParams, VolumeCreateOptionalParams, VolumeCreateResponse, VolumeGetOptionalParams, VolumeGetResponse, VolumeDeleteOptionalParams } from "../models";
|
|
2
|
+
import { Volume } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { ServiceFabricMeshManagementClient } from "../serviceFabricMeshManagementClient.js";
|
|
4
|
+
import { VolumeResourceDescription, VolumeListByResourceGroupOptionalParams, VolumeListBySubscriptionOptionalParams, VolumeCreateOptionalParams, VolumeCreateResponse, VolumeGetOptionalParams, VolumeGetResponse, VolumeDeleteOptionalParams } from "../models/index.js";
|
|
5
5
|
/** Class containing Volume operations. */
|
|
6
6
|
export declare class VolumeImpl implements Volume {
|
|
7
7
|
private readonly client;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"volume.d.ts","sourceRoot":"","sources":["../../../src/operations/volume.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,MAAM,EAAE,MAAM,kCAAkC,CAAC;AAI1D,OAAO,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AAC5F,OAAO,EACL,yBAAyB,EAEzB,uCAAuC,EAGvC,sCAAsC,EAEtC,0BAA0B,EAC1B,oBAAoB,EACpB,uBAAuB,EACvB,iBAAiB,EACjB,0BAA0B,EAG3B,MAAM,oBAAoB,CAAC;AAG5B,0CAA0C;AAC1C,qBAAa,UAAW,YAAW,MAAM;IACvC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAoC;IAE3D;;;OAGG;gBACS,MAAM,EAAE,iCAAiC;IAIrD;;;;;OAKG;IACI,mBAAmB,CACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,uCAAuC,GAChD,0BAA0B,CAAC,yBAAyB,CAAC;YAsBzC,6BAA6B;YA2B7B,4BAA4B;IAY3C;;;;OAIG;IACI,kBAAkB,CACvB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,0BAA0B,CAAC,yBAAyB,CAAC;YAkBzC,4BAA4B;YAsB5B,2BAA2B;IAQ1C;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,yBAAyB,EAAE,yBAAyB,EACpD,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC;IAYhC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,uBAAuB,GAChC,OAAO,CAAC,iBAAiB,CAAC;IAO7B;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;OAKG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;;;OAIG;IACH,OAAO,CAAC,mBAAmB;IAS3B;;;;;OAKG;IACH,OAAO,CAAC,wBAAwB;IAWhC;;;;OAIG;IACH,OAAO,CAAC,uBAAuB;CAShC"}
|
|
@@ -5,13 +5,14 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import {
|
|
8
|
+
import { setContinuationToken } from "../pagingHelper.js";
|
|
9
9
|
import * as coreClient from "@azure/core-client";
|
|
10
|
-
import * as Mappers from "../models/mappers";
|
|
11
|
-
import * as Parameters from "../models/parameters";
|
|
10
|
+
import * as Mappers from "../models/mappers.js";
|
|
11
|
+
import * as Parameters from "../models/parameters.js";
|
|
12
12
|
/// <reference lib="esnext.asynciterable" />
|
|
13
13
|
/** Class containing Volume operations. */
|
|
14
14
|
export class VolumeImpl {
|
|
15
|
+
client;
|
|
15
16
|
/**
|
|
16
17
|
* Initialize a new instance of the class Volume class.
|
|
17
18
|
* @param client Reference to the service client
|
|
@@ -34,40 +35,36 @@ export class VolumeImpl {
|
|
|
34
35
|
[Symbol.asyncIterator]() {
|
|
35
36
|
return this;
|
|
36
37
|
},
|
|
37
|
-
byPage: () => {
|
|
38
|
-
|
|
38
|
+
byPage: (settings) => {
|
|
39
|
+
if (settings?.maxPageSize) {
|
|
40
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
41
|
+
}
|
|
42
|
+
return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
|
|
39
43
|
}
|
|
40
44
|
};
|
|
41
45
|
}
|
|
42
|
-
listByResourceGroupPagingPage(resourceGroupName, options) {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
46
|
+
async *listByResourceGroupPagingPage(resourceGroupName, options, settings) {
|
|
47
|
+
let result;
|
|
48
|
+
let continuationToken = settings?.continuationToken;
|
|
49
|
+
if (!continuationToken) {
|
|
50
|
+
result = await this._listByResourceGroup(resourceGroupName, options);
|
|
51
|
+
let page = result.value || [];
|
|
52
|
+
continuationToken = result.nextLink;
|
|
53
|
+
setContinuationToken(page, continuationToken);
|
|
54
|
+
yield page;
|
|
55
|
+
}
|
|
56
|
+
while (continuationToken) {
|
|
57
|
+
result = await this._listByResourceGroupNext(resourceGroupName, continuationToken, options);
|
|
58
|
+
continuationToken = result.nextLink;
|
|
59
|
+
let page = result.value || [];
|
|
60
|
+
setContinuationToken(page, continuationToken);
|
|
61
|
+
yield page;
|
|
62
|
+
}
|
|
53
63
|
}
|
|
54
|
-
listByResourceGroupPagingAll(resourceGroupName, options) {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
for (var _b = __asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
59
|
-
const page = _c.value;
|
|
60
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
64
|
-
finally {
|
|
65
|
-
try {
|
|
66
|
-
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
67
|
-
}
|
|
68
|
-
finally { if (e_1) throw e_1.error; }
|
|
69
|
-
}
|
|
70
|
-
});
|
|
64
|
+
async *listByResourceGroupPagingAll(resourceGroupName, options) {
|
|
65
|
+
for await (const page of this.listByResourceGroupPagingPage(resourceGroupName, options)) {
|
|
66
|
+
yield* page;
|
|
67
|
+
}
|
|
71
68
|
}
|
|
72
69
|
/**
|
|
73
70
|
* Gets the information about all volume resources in a given resource group. The information include
|
|
@@ -83,40 +80,36 @@ export class VolumeImpl {
|
|
|
83
80
|
[Symbol.asyncIterator]() {
|
|
84
81
|
return this;
|
|
85
82
|
},
|
|
86
|
-
byPage: () => {
|
|
87
|
-
|
|
83
|
+
byPage: (settings) => {
|
|
84
|
+
if (settings?.maxPageSize) {
|
|
85
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
86
|
+
}
|
|
87
|
+
return this.listBySubscriptionPagingPage(options, settings);
|
|
88
88
|
}
|
|
89
89
|
};
|
|
90
90
|
}
|
|
91
|
-
listBySubscriptionPagingPage(options) {
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
91
|
+
async *listBySubscriptionPagingPage(options, settings) {
|
|
92
|
+
let result;
|
|
93
|
+
let continuationToken = settings?.continuationToken;
|
|
94
|
+
if (!continuationToken) {
|
|
95
|
+
result = await this._listBySubscription(options);
|
|
96
|
+
let page = result.value || [];
|
|
97
|
+
continuationToken = result.nextLink;
|
|
98
|
+
setContinuationToken(page, continuationToken);
|
|
99
|
+
yield page;
|
|
100
|
+
}
|
|
101
|
+
while (continuationToken) {
|
|
102
|
+
result = await this._listBySubscriptionNext(continuationToken, options);
|
|
103
|
+
continuationToken = result.nextLink;
|
|
104
|
+
let page = result.value || [];
|
|
105
|
+
setContinuationToken(page, continuationToken);
|
|
106
|
+
yield page;
|
|
107
|
+
}
|
|
102
108
|
}
|
|
103
|
-
listBySubscriptionPagingAll(options) {
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
for (var _b = __asyncValues(this.listBySubscriptionPagingPage(options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
108
|
-
const page = _c.value;
|
|
109
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
113
|
-
finally {
|
|
114
|
-
try {
|
|
115
|
-
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
116
|
-
}
|
|
117
|
-
finally { if (e_2) throw e_2.error; }
|
|
118
|
-
}
|
|
119
|
-
});
|
|
109
|
+
async *listBySubscriptionPagingAll(options) {
|
|
110
|
+
for await (const page of this.listBySubscriptionPagingPage(options)) {
|
|
111
|
+
yield* page;
|
|
112
|
+
}
|
|
120
113
|
}
|
|
121
114
|
/**
|
|
122
115
|
* Creates a volume resource with the specified name, description and properties. If a volume resource
|
|
@@ -306,7 +299,6 @@ const listByResourceGroupNextOperationSpec = {
|
|
|
306
299
|
bodyMapper: Mappers.ErrorModel
|
|
307
300
|
}
|
|
308
301
|
},
|
|
309
|
-
queryParameters: [Parameters.apiVersion],
|
|
310
302
|
urlParameters: [
|
|
311
303
|
Parameters.$host,
|
|
312
304
|
Parameters.nextLink,
|
|
@@ -327,7 +319,6 @@ const listBySubscriptionNextOperationSpec = {
|
|
|
327
319
|
bodyMapper: Mappers.ErrorModel
|
|
328
320
|
}
|
|
329
321
|
},
|
|
330
|
-
queryParameters: [Parameters.apiVersion],
|
|
331
322
|
urlParameters: [
|
|
332
323
|
Parameters.$host,
|
|
333
324
|
Parameters.nextLink,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"volume.js","sourceRoot":"","sources":["../../../src/operations/volume.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Volume } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ServiceFabricMeshManagementClient } from \"../serviceFabricMeshManagementClient.js\";\nimport {\n VolumeResourceDescription,\n VolumeListByResourceGroupNextOptionalParams,\n VolumeListByResourceGroupOptionalParams,\n VolumeListByResourceGroupResponse,\n VolumeListBySubscriptionNextOptionalParams,\n VolumeListBySubscriptionOptionalParams,\n VolumeListBySubscriptionResponse,\n VolumeCreateOptionalParams,\n VolumeCreateResponse,\n VolumeGetOptionalParams,\n VolumeGetResponse,\n VolumeDeleteOptionalParams,\n VolumeListByResourceGroupNextResponse,\n VolumeListBySubscriptionNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Volume operations. */\nexport class VolumeImpl implements Volume {\n private readonly client: ServiceFabricMeshManagementClient;\n\n /**\n * Initialize a new instance of the class Volume class.\n * @param client Reference to the service client\n */\n constructor(client: ServiceFabricMeshManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets the information about all volume resources in a given resource group. The information include\n * the description and other properties of the Volume.\n * @param resourceGroupName Azure resource group name\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: VolumeListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<VolumeResourceDescription> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: VolumeListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<VolumeResourceDescription[]> {\n let result: VolumeListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: VolumeListByResourceGroupOptionalParams\n ): AsyncIterableIterator<VolumeResourceDescription> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets the information about all volume resources in a given resource group. The information include\n * the description and other properties of the volume.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: VolumeListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<VolumeResourceDescription> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionPagingPage(options, settings);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: VolumeListBySubscriptionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<VolumeResourceDescription[]> {\n let result: VolumeListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: VolumeListBySubscriptionOptionalParams\n ): AsyncIterableIterator<VolumeResourceDescription> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Creates a volume resource with the specified name, description and properties. If a volume resource\n * with the same name exists, then it is updated with the specified description and properties.\n * @param resourceGroupName Azure resource group name\n * @param volumeResourceName The identity of the volume.\n * @param volumeResourceDescription Description for creating a Volume resource.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n volumeResourceName: string,\n volumeResourceDescription: VolumeResourceDescription,\n options?: VolumeCreateOptionalParams\n ): Promise<VolumeCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n volumeResourceName,\n volumeResourceDescription,\n options\n },\n createOperationSpec\n );\n }\n\n /**\n * Gets the information about the volume resource with the given name. The information include the\n * description and other properties of the volume.\n * @param resourceGroupName Azure resource group name\n * @param volumeResourceName The identity of the volume.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n volumeResourceName: string,\n options?: VolumeGetOptionalParams\n ): Promise<VolumeGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, volumeResourceName, options },\n getOperationSpec\n );\n }\n\n /**\n * Deletes the volume resource identified by the name.\n * @param resourceGroupName Azure resource group name\n * @param volumeResourceName The identity of the volume.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n volumeResourceName: string,\n options?: VolumeDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, volumeResourceName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Gets the information about all volume resources in a given resource group. The information include\n * the description and other properties of the Volume.\n * @param resourceGroupName Azure resource group name\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: VolumeListByResourceGroupOptionalParams\n ): Promise<VolumeListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Gets the information about all volume resources in a given resource group. The information include\n * the description and other properties of the volume.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: VolumeListBySubscriptionOptionalParams\n ): Promise<VolumeListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName Azure resource group name\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: VolumeListByResourceGroupNextOptionalParams\n ): Promise<VolumeListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: VolumeListBySubscriptionNextOptionalParams\n ): Promise<VolumeListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/volumes/{volumeResourceName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.VolumeResourceDescription\n },\n 201: {\n bodyMapper: Mappers.VolumeResourceDescription\n },\n 202: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n requestBody: Parameters.volumeResourceDescription,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.volumeResourceName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/volumes/{volumeResourceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.VolumeResourceDescription\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.volumeResourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/volumes/{volumeResourceName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.volumeResourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/volumes\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.VolumeResourceDescriptionList\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/volumes\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.VolumeResourceDescriptionList\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.VolumeResourceDescriptionList\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.VolumeResourceDescriptionList\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { ApplicationResourceDescription, ApplicationListByResourceGroupOptionalParams, ApplicationListBySubscriptionOptionalParams, ApplicationCreateOptionalParams, ApplicationCreateResponse, ApplicationGetOptionalParams, ApplicationGetResponse, ApplicationDeleteOptionalParams } from "../models";
|
|
2
|
+
import { ApplicationResourceDescription, ApplicationListByResourceGroupOptionalParams, ApplicationListBySubscriptionOptionalParams, ApplicationCreateOptionalParams, ApplicationCreateResponse, ApplicationGetOptionalParams, ApplicationGetResponse, ApplicationDeleteOptionalParams } from "../models/index.js";
|
|
3
3
|
/** Interface representing a Application. */
|
|
4
4
|
export interface Application {
|
|
5
5
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"application.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/application.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,8BAA8B,EAC9B,4CAA4C,EAC5C,2CAA2C,EAC3C,+BAA+B,EAC/B,yBAAyB,EACzB,4BAA4B,EAC5B,sBAAsB,EACtB,+BAA+B,EAChC,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,MAAM,WAAW,WAAW;IAC1B;;;;;OAKG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,4CAA4C,GACrD,0BAA0B,CAAC,8BAA8B,CAAC,CAAC;IAC9D;;;;OAIG;IACH,kBAAkB,CAChB,OAAO,CAAC,EAAE,2CAA2C,GACpD,0BAA0B,CAAC,8BAA8B,CAAC,CAAC;IAC9D;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,uBAAuB,EAAE,MAAM,EAC/B,8BAA8B,EAAE,8BAA8B,EAC9D,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"application.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/application.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n ApplicationResourceDescription,\n ApplicationListByResourceGroupOptionalParams,\n ApplicationListBySubscriptionOptionalParams,\n ApplicationCreateOptionalParams,\n ApplicationCreateResponse,\n ApplicationGetOptionalParams,\n ApplicationGetResponse,\n ApplicationDeleteOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Application. */\nexport interface Application {\n /**\n * Gets the information about all application resources in a given resource group. The information\n * include the description and other properties of the Application.\n * @param resourceGroupName Azure resource group name\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: ApplicationListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<ApplicationResourceDescription>;\n /**\n * Gets the information about all application resources in a given resource group. The information\n * include the description and other properties of the application.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: ApplicationListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<ApplicationResourceDescription>;\n /**\n * Creates an application resource with the specified name, description and properties. If an\n * application resource with the same name exists, then it is updated with the specified description\n * and properties.\n * @param resourceGroupName Azure resource group name\n * @param applicationResourceName The identity of the application.\n * @param applicationResourceDescription Description for creating a Application resource.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n applicationResourceName: string,\n applicationResourceDescription: ApplicationResourceDescription,\n options?: ApplicationCreateOptionalParams\n ): Promise<ApplicationCreateResponse>;\n /**\n * Gets the information about the application resource with the given name. The information include the\n * description and other properties of the application.\n * @param resourceGroupName Azure resource group name\n * @param applicationResourceName The identity of the application.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n applicationResourceName: string,\n options?: ApplicationGetOptionalParams\n ): Promise<ApplicationGetResponse>;\n /**\n * Deletes the application resource identified by the name.\n * @param resourceGroupName Azure resource group name\n * @param applicationResourceName The identity of the application.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n applicationResourceName: string,\n options?: ApplicationDeleteOptionalParams\n ): Promise<void>;\n}\n"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CodePackageGetContainerLogsOptionalParams, CodePackageGetContainerLogsResponse } from "../models";
|
|
1
|
+
import { CodePackageGetContainerLogsOptionalParams, CodePackageGetContainerLogsResponse } from "../models/index.js";
|
|
2
2
|
/** Interface representing a CodePackage. */
|
|
3
3
|
export interface CodePackage {
|
|
4
4
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"codePackage.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/codePackage.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,yCAAyC,EACzC,mCAAmC,EACpC,MAAM,oBAAoB,CAAC;AAE5B,4CAA4C;AAC5C,MAAM,WAAW,WAAW;IAC1B;;;;;;;;OAQG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,uBAAuB,EAAE,MAAM,EAC/B,mBAAmB,EAAE,MAAM,EAC3B,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC,CAAC;CACjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"codePackage.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/codePackage.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n CodePackageGetContainerLogsOptionalParams,\n CodePackageGetContainerLogsResponse\n} from \"../models/index.js\";\n\n/** Interface representing a CodePackage. */\nexport interface CodePackage {\n /**\n * Gets the logs for the container of the specified code package of the service replica.\n * @param resourceGroupName Azure resource group name\n * @param applicationResourceName The identity of the application.\n * @param serviceResourceName The identity of the service.\n * @param replicaName Service Fabric replica name.\n * @param codePackageName The name of code package of the service.\n * @param options The options parameters.\n */\n getContainerLogs(\n resourceGroupName: string,\n applicationResourceName: string,\n serviceResourceName: string,\n replicaName: string,\n codePackageName: string,\n options?: CodePackageGetContainerLogsOptionalParams\n ): Promise<CodePackageGetContainerLogsResponse>;\n}\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { GatewayResourceDescription, GatewayListByResourceGroupOptionalParams, GatewayListBySubscriptionOptionalParams, GatewayCreateOptionalParams, GatewayCreateResponse, GatewayGetOptionalParams, GatewayGetResponse, GatewayDeleteOptionalParams } from "../models";
|
|
2
|
+
import { GatewayResourceDescription, GatewayListByResourceGroupOptionalParams, GatewayListBySubscriptionOptionalParams, GatewayCreateOptionalParams, GatewayCreateResponse, GatewayGetOptionalParams, GatewayGetResponse, GatewayDeleteOptionalParams } from "../models/index.js";
|
|
3
3
|
/** Interface representing a Gateway. */
|
|
4
4
|
export interface Gateway {
|
|
5
5
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gateway.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/gateway.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,0BAA0B,EAC1B,wCAAwC,EACxC,uCAAuC,EACvC,2BAA2B,EAC3B,qBAAqB,EACrB,wBAAwB,EACxB,kBAAkB,EAClB,2BAA2B,EAC5B,MAAM,oBAAoB,CAAC;AAG5B,wCAAwC;AACxC,MAAM,WAAW,OAAO;IACtB;;;;;OAKG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,0BAA0B,CAAC,CAAC;IAC1D;;;;OAIG;IACH,kBAAkB,CAChB,OAAO,CAAC,EAAE,uCAAuC,GAChD,0BAA0B,CAAC,0BAA0B,CAAC,CAAC;IAC1D;;;;;;;;;OASG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,0BAA0B,EAAE,0BAA0B,EACtD,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC/B;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gateway.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/gateway.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n GatewayResourceDescription,\n GatewayListByResourceGroupOptionalParams,\n GatewayListBySubscriptionOptionalParams,\n GatewayCreateOptionalParams,\n GatewayCreateResponse,\n GatewayGetOptionalParams,\n GatewayGetResponse,\n GatewayDeleteOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Gateway. */\nexport interface Gateway {\n /**\n * Gets the information about all gateway resources in a given resource group. The information include\n * the description and other properties of the Gateway.\n * @param resourceGroupName Azure resource group name\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: GatewayListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<GatewayResourceDescription>;\n /**\n * Gets the information about all gateway resources in a given resource group. The information include\n * the description and other properties of the gateway.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: GatewayListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<GatewayResourceDescription>;\n /**\n * Creates a gateway resource with the specified name, description and properties. If a gateway\n * resource with the same name exists, then it is updated with the specified description and\n * properties. Use gateway resources to create a gateway for public connectivity for services within\n * your application.\n * @param resourceGroupName Azure resource group name\n * @param gatewayResourceName The identity of the gateway.\n * @param gatewayResourceDescription Description for creating a Gateway resource.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n gatewayResourceName: string,\n gatewayResourceDescription: GatewayResourceDescription,\n options?: GatewayCreateOptionalParams\n ): Promise<GatewayCreateResponse>;\n /**\n * Gets the information about the gateway resource with the given name. The information include the\n * description and other properties of the gateway.\n * @param resourceGroupName Azure resource group name\n * @param gatewayResourceName The identity of the gateway.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n gatewayResourceName: string,\n options?: GatewayGetOptionalParams\n ): Promise<GatewayGetResponse>;\n /**\n * Deletes the gateway resource identified by the name.\n * @param resourceGroupName Azure resource group name\n * @param gatewayResourceName The identity of the gateway.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n gatewayResourceName: string,\n options?: GatewayDeleteOptionalParams\n ): Promise<void>;\n}\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from "./operations.js";
|
|
2
|
+
export * from "./secret.js";
|
|
3
|
+
export * from "./secretValueOperations.js";
|
|
4
|
+
export * from "./volume.js";
|
|
5
|
+
export * from "./network.js";
|
|
6
|
+
export * from "./gateway.js";
|
|
7
|
+
export * from "./application.js";
|
|
8
|
+
export * from "./service.js";
|
|
9
|
+
export * from "./serviceReplica.js";
|
|
10
|
+
export * from "./codePackage.js";
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
export * from "./operations.js";
|
|
9
|
+
export * from "./secret.js";
|
|
10
|
+
export * from "./secretValueOperations.js";
|
|
11
|
+
export * from "./volume.js";
|
|
12
|
+
export * from "./network.js";
|
|
13
|
+
export * from "./gateway.js";
|
|
14
|
+
export * from "./application.js";
|
|
15
|
+
export * from "./service.js";
|
|
16
|
+
export * from "./serviceReplica.js";
|
|
17
|
+
export * from "./codePackage.js";
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./operations.js\";\nexport * from \"./secret.js\";\nexport * from \"./secretValueOperations.js\";\nexport * from \"./volume.js\";\nexport * from \"./network.js\";\nexport * from \"./gateway.js\";\nexport * from \"./application.js\";\nexport * from \"./service.js\";\nexport * from \"./serviceReplica.js\";\nexport * from \"./codePackage.js\";\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { NetworkResourceDescription, NetworkListByResourceGroupOptionalParams, NetworkListBySubscriptionOptionalParams, NetworkCreateOptionalParams, NetworkCreateResponse, NetworkGetOptionalParams, NetworkGetResponse, NetworkDeleteOptionalParams } from "../models";
|
|
2
|
+
import { NetworkResourceDescription, NetworkListByResourceGroupOptionalParams, NetworkListBySubscriptionOptionalParams, NetworkCreateOptionalParams, NetworkCreateResponse, NetworkGetOptionalParams, NetworkGetResponse, NetworkDeleteOptionalParams } from "../models/index.js";
|
|
3
3
|
/** Interface representing a Network. */
|
|
4
4
|
export interface Network {
|
|
5
5
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"network.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/network.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,0BAA0B,EAC1B,wCAAwC,EACxC,uCAAuC,EACvC,2BAA2B,EAC3B,qBAAqB,EACrB,wBAAwB,EACxB,kBAAkB,EAClB,2BAA2B,EAC5B,MAAM,oBAAoB,CAAC;AAG5B,wCAAwC;AACxC,MAAM,WAAW,OAAO;IACtB;;;;;OAKG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,0BAA0B,CAAC,CAAC;IAC1D;;;;OAIG;IACH,kBAAkB,CAChB,OAAO,CAAC,EAAE,uCAAuC,GAChD,0BAA0B,CAAC,0BAA0B,CAAC,CAAC;IAC1D;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,0BAA0B,EAAE,0BAA0B,EACtD,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC/B;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"network.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/network.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n NetworkResourceDescription,\n NetworkListByResourceGroupOptionalParams,\n NetworkListBySubscriptionOptionalParams,\n NetworkCreateOptionalParams,\n NetworkCreateResponse,\n NetworkGetOptionalParams,\n NetworkGetResponse,\n NetworkDeleteOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Network. */\nexport interface Network {\n /**\n * Gets the information about all network resources in a given resource group. The information include\n * the description and other properties of the Network.\n * @param resourceGroupName Azure resource group name\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: NetworkListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<NetworkResourceDescription>;\n /**\n * Gets the information about all network resources in a given resource group. The information include\n * the description and other properties of the network.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: NetworkListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<NetworkResourceDescription>;\n /**\n * Creates a network resource with the specified name, description and properties. If a network\n * resource with the same name exists, then it is updated with the specified description and\n * properties.\n * @param resourceGroupName Azure resource group name\n * @param networkResourceName The identity of the network.\n * @param networkResourceDescription Description for creating a Network resource.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n networkResourceName: string,\n networkResourceDescription: NetworkResourceDescription,\n options?: NetworkCreateOptionalParams\n ): Promise<NetworkCreateResponse>;\n /**\n * Gets the information about the network resource with the given name. The information include the\n * description and other properties of the network.\n * @param resourceGroupName Azure resource group name\n * @param networkResourceName The identity of the network.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n networkResourceName: string,\n options?: NetworkGetOptionalParams\n ): Promise<NetworkGetResponse>;\n /**\n * Deletes the network resource identified by the name.\n * @param resourceGroupName Azure resource group name\n * @param networkResourceName The identity of the network.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n networkResourceName: string,\n options?: NetworkDeleteOptionalParams\n ): Promise<void>;\n}\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { OperationResult, OperationsListOptionalParams } from "../models";
|
|
2
|
+
import { OperationResult, OperationsListOptionalParams } from "../models/index.js";
|
|
3
3
|
/** Interface representing a Operations. */
|
|
4
4
|
export interface Operations {
|
|
5
5
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,4BAA4B,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAGnF,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,eAAe,CAAC,CAAC;CAChD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { OperationResult, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists all the available operations provided by Service Fabric SeaBreeze resource provider.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<OperationResult>;\n}\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SecretResourceDescription, SecretListByResourceGroupOptionalParams, SecretListBySubscriptionOptionalParams, SecretCreateOptionalParams, SecretCreateResponse, SecretGetOptionalParams, SecretGetResponse, SecretDeleteOptionalParams } from "../models";
|
|
2
|
+
import { SecretResourceDescription, SecretListByResourceGroupOptionalParams, SecretListBySubscriptionOptionalParams, SecretCreateOptionalParams, SecretCreateResponse, SecretGetOptionalParams, SecretGetResponse, SecretDeleteOptionalParams } from "../models/index.js";
|
|
3
3
|
/** Interface representing a Secret. */
|
|
4
4
|
export interface Secret {
|
|
5
5
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"secret.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/secret.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,yBAAyB,EACzB,uCAAuC,EACvC,sCAAsC,EACtC,0BAA0B,EAC1B,oBAAoB,EACpB,uBAAuB,EACvB,iBAAiB,EACjB,0BAA0B,EAC3B,MAAM,oBAAoB,CAAC;AAG5B,uCAAuC;AACvC,MAAM,WAAW,MAAM;IACrB;;;;;OAKG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,uCAAuC,GAChD,0BAA0B,CAAC,yBAAyB,CAAC,CAAC;IACzD;;;;OAIG;IACH,kBAAkB,CAChB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,0BAA0B,CAAC,yBAAyB,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,yBAAyB,EAAE,yBAAyB,EACpD,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACjC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,uBAAuB,GAChC,OAAO,CAAC,iBAAiB,CAAC,CAAC;IAC9B;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"secret.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/secret.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n SecretResourceDescription,\n SecretListByResourceGroupOptionalParams,\n SecretListBySubscriptionOptionalParams,\n SecretCreateOptionalParams,\n SecretCreateResponse,\n SecretGetOptionalParams,\n SecretGetResponse,\n SecretDeleteOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Secret. */\nexport interface Secret {\n /**\n * Gets the information about all secret resources in a given resource group. The information include\n * the description and other properties of the Secret.\n * @param resourceGroupName Azure resource group name\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: SecretListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<SecretResourceDescription>;\n /**\n * Gets the information about all secret resources in a given resource group. The information include\n * the description and other properties of the secret.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: SecretListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<SecretResourceDescription>;\n /**\n * Creates a secret resource with the specified name, description and properties. If a secret resource\n * with the same name exists, then it is updated with the specified description and properties.\n * @param resourceGroupName Azure resource group name\n * @param secretResourceName The name of the secret resource.\n * @param secretResourceDescription Description for creating a secret resource.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n secretResourceName: string,\n secretResourceDescription: SecretResourceDescription,\n options?: SecretCreateOptionalParams\n ): Promise<SecretCreateResponse>;\n /**\n * Gets the information about the secret resource with the given name. The information include the\n * description and other properties of the secret.\n * @param resourceGroupName Azure resource group name\n * @param secretResourceName The name of the secret resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n secretResourceName: string,\n options?: SecretGetOptionalParams\n ): Promise<SecretGetResponse>;\n /**\n * Deletes the secret resource identified by the name.\n * @param resourceGroupName Azure resource group name\n * @param secretResourceName The name of the secret resource.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n secretResourceName: string,\n options?: SecretDeleteOptionalParams\n ): Promise<void>;\n}\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SecretValueResourceDescription, SecretValueListOptionalParams, SecretValueCreateOptionalParams, SecretValueCreateResponse, SecretValueGetOptionalParams, SecretValueGetResponse, SecretValueDeleteOptionalParams, SecretValueListValueOptionalParams, SecretValueListValueResponse } from "../models";
|
|
2
|
+
import { SecretValueResourceDescription, SecretValueListOptionalParams, SecretValueCreateOptionalParams, SecretValueCreateResponse, SecretValueGetOptionalParams, SecretValueGetResponse, SecretValueDeleteOptionalParams, SecretValueListValueOptionalParams, SecretValueListValueResponse } from "../models/index.js";
|
|
3
3
|
/** Interface representing a SecretValueOperations. */
|
|
4
4
|
export interface SecretValueOperations {
|
|
5
5
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"secretValueOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/secretValueOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,8BAA8B,EAC9B,6BAA6B,EAC7B,+BAA+B,EAC/B,yBAAyB,EACzB,4BAA4B,EAC5B,sBAAsB,EACtB,+BAA+B,EAC/B,kCAAkC,EAClC,4BAA4B,EAC7B,MAAM,oBAAoB,CAAC;AAG5B,sDAAsD;AACtD,MAAM,WAAW,qBAAqB;IACpC;;;;;;OAMG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,6BAA6B,GACtC,0BAA0B,CAAC,8BAA8B,CAAC,CAAC;IAC9D;;;;;;;;;OASG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,uBAAuB,EAAE,MAAM,EAC/B,8BAA8B,EAAE,8BAA8B,EAC9D,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;OAQG;IACH,SAAS,CACP,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;CAC1C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"secretValueOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/secretValueOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n SecretValueResourceDescription,\n SecretValueListOptionalParams,\n SecretValueCreateOptionalParams,\n SecretValueCreateResponse,\n SecretValueGetOptionalParams,\n SecretValueGetResponse,\n SecretValueDeleteOptionalParams,\n SecretValueListValueOptionalParams,\n SecretValueListValueResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a SecretValueOperations. */\nexport interface SecretValueOperations {\n /**\n * Gets information about all secret value resources of the specified secret resource. The information\n * includes the names of the secret value resources, but not the actual values.\n * @param resourceGroupName Azure resource group name\n * @param secretResourceName The name of the secret resource.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n secretResourceName: string,\n options?: SecretValueListOptionalParams\n ): PagedAsyncIterableIterator<SecretValueResourceDescription>;\n /**\n * Creates a new value of the specified secret resource. The name of the value is typically the version\n * identifier. Once created the value cannot be changed.\n * @param resourceGroupName Azure resource group name\n * @param secretResourceName The name of the secret resource.\n * @param secretValueResourceName The name of the secret resource value which is typically the version\n * identifier for the value.\n * @param secretValueResourceDescription Description for creating a value of a secret resource.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n secretResourceName: string,\n secretValueResourceName: string,\n secretValueResourceDescription: SecretValueResourceDescription,\n options?: SecretValueCreateOptionalParams\n ): Promise<SecretValueCreateResponse>;\n /**\n * Get the information about the specified named secret value resources. The information does not\n * include the actual value of the secret.\n * @param resourceGroupName Azure resource group name\n * @param secretResourceName The name of the secret resource.\n * @param secretValueResourceName The name of the secret resource value which is typically the version\n * identifier for the value.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n secretResourceName: string,\n secretValueResourceName: string,\n options?: SecretValueGetOptionalParams\n ): Promise<SecretValueGetResponse>;\n /**\n * Deletes the secret value resource identified by the name. The name of the resource is typically the\n * version associated with that value. Deletion will fail if the specified value is in use.\n * @param resourceGroupName Azure resource group name\n * @param secretResourceName The name of the secret resource.\n * @param secretValueResourceName The name of the secret resource value which is typically the version\n * identifier for the value.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n secretResourceName: string,\n secretValueResourceName: string,\n options?: SecretValueDeleteOptionalParams\n ): Promise<void>;\n /**\n * Lists the decrypted value of the specified named value of the secret resource. This is a privileged\n * operation.\n * @param resourceGroupName Azure resource group name\n * @param secretResourceName The name of the secret resource.\n * @param secretValueResourceName The name of the secret resource value which is typically the version\n * identifier for the value.\n * @param options The options parameters.\n */\n listValue(\n resourceGroupName: string,\n secretResourceName: string,\n secretValueResourceName: string,\n options?: SecretValueListValueOptionalParams\n ): Promise<SecretValueListValueResponse>;\n}\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { ServiceResourceDescription, ServiceListOptionalParams, ServiceGetOptionalParams, ServiceGetResponse } from "../models";
|
|
2
|
+
import { ServiceResourceDescription, ServiceListOptionalParams, ServiceGetOptionalParams, ServiceGetResponse } from "../models/index.js";
|
|
3
3
|
/** Interface representing a Service. */
|
|
4
4
|
export interface Service {
|
|
5
5
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/service.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,0BAA0B,EAC1B,yBAAyB,EACzB,wBAAwB,EACxB,kBAAkB,EACnB,MAAM,oBAAoB,CAAC;AAG5B,wCAAwC;AACxC,MAAM,WAAW,OAAO;IACtB;;;;;;OAMG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,yBAAyB,GAClC,0BAA0B,CAAC,0BAA0B,CAAC,CAAC;IAC1D;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,uBAAuB,EAAE,MAAM,EAC/B,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC,CAAC;CAChC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/service.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n ServiceResourceDescription,\n ServiceListOptionalParams,\n ServiceGetOptionalParams,\n ServiceGetResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Service. */\nexport interface Service {\n /**\n * Gets the information about all services of an application resource. The information include the\n * description and other properties of the Service.\n * @param resourceGroupName Azure resource group name\n * @param applicationResourceName The identity of the application.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n applicationResourceName: string,\n options?: ServiceListOptionalParams\n ): PagedAsyncIterableIterator<ServiceResourceDescription>;\n /**\n * Gets the information about the service resource with the given name. The information include the\n * description and other properties of the service.\n * @param resourceGroupName Azure resource group name\n * @param applicationResourceName The identity of the application.\n * @param serviceResourceName The identity of the service.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n applicationResourceName: string,\n serviceResourceName: string,\n options?: ServiceGetOptionalParams\n ): Promise<ServiceGetResponse>;\n}\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { ServiceReplicaDescription, ServiceReplicaListOptionalParams, ServiceReplicaGetOptionalParams, ServiceReplicaGetResponse } from "../models";
|
|
2
|
+
import { ServiceReplicaDescription, ServiceReplicaListOptionalParams, ServiceReplicaGetOptionalParams, ServiceReplicaGetResponse } from "../models/index.js";
|
|
3
3
|
/** Interface representing a ServiceReplica. */
|
|
4
4
|
export interface ServiceReplica {
|
|
5
5
|
/**
|