@azure/arm-appcontainers 3.0.0-beta.1 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/browser/containerAppsAPIClient.d.ts +5 -18
- package/dist/browser/containerAppsAPIClient.d.ts.map +1 -1
- package/dist/browser/containerAppsAPIClient.js +10 -39
- package/dist/browser/containerAppsAPIClient.js.map +1 -1
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +4 -7
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/lroImpl.d.ts +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +2 -7
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +418 -2173
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +59 -256
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +23 -120
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +2625 -5700
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +8 -32
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +60 -269
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/availableWorkloadProfiles.d.ts +4 -4
- package/dist/browser/operations/availableWorkloadProfiles.d.ts.map +1 -1
- package/dist/browser/operations/availableWorkloadProfiles.js +4 -9
- package/dist/browser/operations/availableWorkloadProfiles.js.map +1 -1
- package/dist/browser/operations/billingMeters.d.ts +3 -3
- package/dist/browser/operations/billingMeters.d.ts.map +1 -1
- package/dist/browser/operations/billingMeters.js +2 -7
- package/dist/browser/operations/billingMeters.js.map +1 -1
- package/dist/browser/operations/certificates.d.ts +4 -4
- package/dist/browser/operations/certificates.d.ts.map +1 -1
- package/dist/browser/operations/certificates.js +6 -11
- package/dist/browser/operations/certificates.js.map +1 -1
- package/dist/browser/operations/connectedEnvironments.d.ts +7 -6
- package/dist/browser/operations/connectedEnvironments.d.ts.map +1 -1
- package/dist/browser/operations/connectedEnvironments.js +17 -16
- package/dist/browser/operations/connectedEnvironments.js.map +1 -1
- package/dist/browser/operations/connectedEnvironmentsCertificates.d.ts +5 -5
- package/dist/browser/operations/connectedEnvironmentsCertificates.d.ts.map +1 -1
- package/dist/browser/operations/connectedEnvironmentsCertificates.js +9 -14
- package/dist/browser/operations/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.d.ts +8 -8
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.js +12 -17
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/browser/operations/connectedEnvironmentsStorages.d.ts +4 -4
- package/dist/browser/operations/connectedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/browser/operations/connectedEnvironmentsStorages.js +3 -8
- package/dist/browser/operations/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/browser/operations/containerApps.d.ts +5 -5
- package/dist/browser/operations/containerApps.d.ts.map +1 -1
- package/dist/browser/operations/containerApps.js +21 -26
- package/dist/browser/operations/containerApps.js.map +1 -1
- package/dist/browser/operations/containerAppsAuthConfigs.d.ts +4 -4
- package/dist/browser/operations/containerAppsAuthConfigs.d.ts.map +1 -1
- package/dist/browser/operations/containerAppsAuthConfigs.js +6 -11
- package/dist/browser/operations/containerAppsAuthConfigs.js.map +1 -1
- package/dist/browser/operations/containerAppsDiagnostics.d.ts +4 -4
- package/dist/browser/operations/containerAppsDiagnostics.d.ts.map +1 -1
- package/dist/browser/operations/containerAppsDiagnostics.js +8 -13
- package/dist/browser/operations/containerAppsDiagnostics.js.map +1 -1
- package/dist/browser/operations/containerAppsRevisionReplicas.d.ts +3 -3
- package/dist/browser/operations/containerAppsRevisionReplicas.d.ts.map +1 -1
- package/dist/browser/operations/containerAppsRevisionReplicas.js +2 -7
- package/dist/browser/operations/containerAppsRevisionReplicas.js.map +1 -1
- package/dist/browser/operations/containerAppsRevisions.d.ts +4 -4
- package/dist/browser/operations/containerAppsRevisions.d.ts.map +1 -1
- package/dist/browser/operations/containerAppsRevisions.js +5 -10
- package/dist/browser/operations/containerAppsRevisions.js.map +1 -1
- package/dist/browser/operations/containerAppsSessionPools.d.ts +5 -5
- package/dist/browser/operations/containerAppsSessionPools.d.ts.map +1 -1
- package/dist/browser/operations/containerAppsSessionPools.js +8 -13
- package/dist/browser/operations/containerAppsSessionPools.js.map +1 -1
- package/dist/browser/operations/containerAppsSourceControls.d.ts +5 -5
- package/dist/browser/operations/containerAppsSourceControls.d.ts.map +1 -1
- package/dist/browser/operations/containerAppsSourceControls.js +8 -17
- package/dist/browser/operations/containerAppsSourceControls.js.map +1 -1
- package/dist/browser/operations/daprComponents.d.ts +4 -4
- package/dist/browser/operations/daprComponents.d.ts.map +1 -1
- package/dist/browser/operations/daprComponents.js +6 -11
- package/dist/browser/operations/daprComponents.js.map +1 -1
- package/dist/browser/operations/httpRouteConfigOperations.d.ts +19 -10
- package/dist/browser/operations/httpRouteConfigOperations.d.ts.map +1 -1
- package/dist/browser/operations/httpRouteConfigOperations.js +76 -21
- package/dist/browser/operations/httpRouteConfigOperations.js.map +1 -1
- package/dist/browser/operations/index.d.ts +1 -14
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +5 -21
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/javaComponents.d.ts +5 -5
- package/dist/browser/operations/javaComponents.d.ts.map +1 -1
- package/dist/browser/operations/javaComponents.js +10 -15
- package/dist/browser/operations/javaComponents.js.map +1 -1
- package/dist/browser/operations/jobs.d.ts +5 -33
- package/dist/browser/operations/jobs.d.ts.map +1 -1
- package/dist/browser/operations/jobs.js +11 -190
- package/dist/browser/operations/jobs.js.map +1 -1
- package/dist/browser/operations/jobsExecutions.d.ts +4 -4
- package/dist/browser/operations/jobsExecutions.d.ts.map +1 -1
- package/dist/browser/operations/jobsExecutions.js +4 -9
- package/dist/browser/operations/jobsExecutions.js.map +1 -1
- package/dist/browser/operations/logicApps.d.ts +13 -32
- package/dist/browser/operations/logicApps.d.ts.map +1 -1
- package/dist/browser/operations/logicApps.js +15 -100
- package/dist/browser/operations/logicApps.js.map +1 -1
- package/dist/browser/operations/maintenanceConfigurations.d.ts +4 -4
- package/dist/browser/operations/maintenanceConfigurations.d.ts.map +1 -1
- package/dist/browser/operations/maintenanceConfigurations.js +10 -15
- package/dist/browser/operations/maintenanceConfigurations.js.map +1 -1
- package/dist/browser/operations/managedCertificates.d.ts +5 -5
- package/dist/browser/operations/managedCertificates.d.ts.map +1 -1
- package/dist/browser/operations/managedCertificates.js +6 -11
- package/dist/browser/operations/managedCertificates.js.map +1 -1
- package/dist/browser/operations/managedEnvironmentDiagnostics.d.ts +3 -3
- package/dist/browser/operations/managedEnvironmentDiagnostics.d.ts.map +1 -1
- package/dist/browser/operations/managedEnvironmentDiagnostics.js +2 -7
- package/dist/browser/operations/managedEnvironmentDiagnostics.js.map +1 -1
- package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.d.ts +5 -5
- package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.js +5 -10
- package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/managedEnvironmentPrivateLinkResources.d.ts +4 -4
- package/dist/browser/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -1
- package/dist/browser/operations/managedEnvironmentPrivateLinkResources.js +4 -9
- package/dist/browser/operations/managedEnvironmentPrivateLinkResources.js.map +1 -1
- package/dist/browser/operations/managedEnvironmentUsages.d.ts +4 -4
- package/dist/browser/operations/managedEnvironmentUsages.d.ts.map +1 -1
- package/dist/browser/operations/managedEnvironmentUsages.js +4 -9
- package/dist/browser/operations/managedEnvironmentUsages.js.map +1 -1
- package/dist/browser/operations/managedEnvironments.d.ts +5 -5
- package/dist/browser/operations/managedEnvironments.d.ts.map +1 -1
- package/dist/browser/operations/managedEnvironments.js +10 -15
- package/dist/browser/operations/managedEnvironments.js.map +1 -1
- package/dist/browser/operations/managedEnvironmentsDiagnostics.d.ts +3 -3
- package/dist/browser/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -1
- package/dist/browser/operations/managedEnvironmentsDiagnostics.js +2 -7
- package/dist/browser/operations/managedEnvironmentsDiagnostics.js.map +1 -1
- package/dist/browser/operations/managedEnvironmentsStorages.d.ts +3 -3
- package/dist/browser/operations/managedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/browser/operations/managedEnvironmentsStorages.js +3 -8
- package/dist/browser/operations/managedEnvironmentsStorages.js.map +1 -1
- package/dist/browser/operations/namespaces.d.ts +3 -3
- package/dist/browser/operations/namespaces.d.ts.map +1 -1
- package/dist/browser/operations/namespaces.js +3 -8
- package/dist/browser/operations/namespaces.js.map +1 -1
- package/dist/browser/operations/operations.d.ts +4 -4
- package/dist/browser/operations/operations.d.ts.map +1 -1
- package/dist/browser/operations/operations.js +4 -9
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/usages.d.ts +4 -4
- package/dist/browser/operations/usages.d.ts.map +1 -1
- package/dist/browser/operations/usages.js +4 -9
- package/dist/browser/operations/usages.js.map +1 -1
- package/dist/browser/operationsInterfaces/availableWorkloadProfiles.d.ts +2 -2
- package/dist/browser/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/availableWorkloadProfiles.js +2 -7
- package/dist/browser/operationsInterfaces/availableWorkloadProfiles.js.map +1 -1
- package/dist/browser/operationsInterfaces/billingMeters.d.ts +1 -1
- package/dist/browser/operationsInterfaces/billingMeters.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/billingMeters.js +2 -7
- package/dist/browser/operationsInterfaces/billingMeters.js.map +1 -1
- package/dist/browser/operationsInterfaces/certificates.d.ts +2 -2
- package/dist/browser/operationsInterfaces/certificates.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/certificates.js +2 -7
- package/dist/browser/operationsInterfaces/certificates.js.map +1 -1
- package/dist/browser/operationsInterfaces/connectedEnvironments.d.ts +5 -4
- package/dist/browser/operationsInterfaces/connectedEnvironments.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/connectedEnvironments.js +2 -7
- package/dist/browser/operationsInterfaces/connectedEnvironments.js.map +1 -1
- package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +3 -3
- package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.js +2 -7
- package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +6 -6
- package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.js +2 -7
- package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.d.ts +2 -2
- package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.js +2 -7
- package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/browser/operationsInterfaces/containerApps.d.ts +3 -3
- package/dist/browser/operationsInterfaces/containerApps.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/containerApps.js +2 -7
- package/dist/browser/operationsInterfaces/containerApps.js.map +1 -1
- package/dist/browser/operationsInterfaces/containerAppsAuthConfigs.d.ts +2 -2
- package/dist/browser/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/containerAppsAuthConfigs.js +2 -7
- package/dist/browser/operationsInterfaces/containerAppsAuthConfigs.js.map +1 -1
- package/dist/browser/operationsInterfaces/containerAppsDiagnostics.d.ts +2 -2
- package/dist/browser/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/containerAppsDiagnostics.js +2 -7
- package/dist/browser/operationsInterfaces/containerAppsDiagnostics.js.map +1 -1
- package/dist/browser/operationsInterfaces/containerAppsRevisionReplicas.d.ts +1 -1
- package/dist/browser/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/containerAppsRevisionReplicas.js +2 -7
- package/dist/browser/operationsInterfaces/containerAppsRevisionReplicas.js.map +1 -1
- package/dist/browser/operationsInterfaces/containerAppsRevisions.d.ts +2 -2
- package/dist/browser/operationsInterfaces/containerAppsRevisions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/containerAppsRevisions.js +2 -7
- package/dist/browser/operationsInterfaces/containerAppsRevisions.js.map +1 -1
- package/dist/browser/operationsInterfaces/containerAppsSessionPools.d.ts +3 -3
- package/dist/browser/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/containerAppsSessionPools.js +2 -7
- package/dist/browser/operationsInterfaces/containerAppsSessionPools.js.map +1 -1
- package/dist/browser/operationsInterfaces/containerAppsSourceControls.d.ts +3 -3
- package/dist/browser/operationsInterfaces/containerAppsSourceControls.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/containerAppsSourceControls.js +2 -7
- package/dist/browser/operationsInterfaces/containerAppsSourceControls.js.map +1 -1
- package/dist/browser/operationsInterfaces/daprComponents.d.ts +2 -2
- package/dist/browser/operationsInterfaces/daprComponents.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/daprComponents.js +2 -7
- package/dist/browser/operationsInterfaces/daprComponents.js.map +1 -1
- package/dist/browser/operationsInterfaces/httpRouteConfigOperations.d.ts +16 -7
- package/dist/browser/operationsInterfaces/httpRouteConfigOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/httpRouteConfigOperations.js +2 -7
- package/dist/browser/operationsInterfaces/httpRouteConfigOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +1 -14
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +5 -21
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/javaComponents.d.ts +3 -3
- package/dist/browser/operationsInterfaces/javaComponents.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/javaComponents.js +2 -7
- package/dist/browser/operationsInterfaces/javaComponents.js.map +1 -1
- package/dist/browser/operationsInterfaces/jobs.d.ts +3 -31
- package/dist/browser/operationsInterfaces/jobs.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/jobs.js +2 -7
- package/dist/browser/operationsInterfaces/jobs.js.map +1 -1
- package/dist/browser/operationsInterfaces/jobsExecutions.d.ts +2 -2
- package/dist/browser/operationsInterfaces/jobsExecutions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/jobsExecutions.js +2 -7
- package/dist/browser/operationsInterfaces/jobsExecutions.js.map +1 -1
- package/dist/browser/operationsInterfaces/logicApps.d.ts +9 -28
- package/dist/browser/operationsInterfaces/logicApps.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/logicApps.js +2 -7
- package/dist/browser/operationsInterfaces/logicApps.js.map +1 -1
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts +2 -2
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.js +2 -7
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.js.map +1 -1
- package/dist/browser/operationsInterfaces/managedCertificates.d.ts +3 -3
- package/dist/browser/operationsInterfaces/managedCertificates.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/managedCertificates.js +2 -7
- package/dist/browser/operationsInterfaces/managedCertificates.js.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentDiagnostics.js +2 -7
- package/dist/browser/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +3 -3
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +2 -7
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +2 -2
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +2 -7
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentUsages.d.ts +2 -2
- package/dist/browser/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentUsages.js +2 -7
- package/dist/browser/operationsInterfaces/managedEnvironmentUsages.js.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironments.d.ts +3 -3
- package/dist/browser/operationsInterfaces/managedEnvironments.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironments.js +2 -7
- package/dist/browser/operationsInterfaces/managedEnvironments.js.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentsDiagnostics.js +2 -7
- package/dist/browser/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentsStorages.d.ts +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentsStorages.js +2 -7
- package/dist/browser/operationsInterfaces/managedEnvironmentsStorages.js.map +1 -1
- package/dist/browser/operationsInterfaces/namespaces.d.ts +1 -1
- package/dist/browser/operationsInterfaces/namespaces.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/namespaces.js +2 -7
- package/dist/browser/operationsInterfaces/namespaces.js.map +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +2 -2
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js +2 -7
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/usages.d.ts +2 -2
- package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/usages.js +2 -7
- package/dist/browser/operationsInterfaces/usages.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts.map +1 -1
- package/dist/browser/pagingHelper.js +2 -7
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/containerAppsAPIClient.d.ts +5 -18
- package/dist/commonjs/containerAppsAPIClient.d.ts.map +1 -1
- package/dist/commonjs/containerAppsAPIClient.js +9 -38
- package/dist/commonjs/containerAppsAPIClient.js.map +1 -1
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +4 -7
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +2 -7
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +418 -2173
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +60 -258
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +23 -120
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +2630 -5707
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +8 -32
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +61 -270
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/availableWorkloadProfiles.d.ts +4 -4
- package/dist/commonjs/operations/availableWorkloadProfiles.d.ts.map +1 -1
- package/dist/commonjs/operations/availableWorkloadProfiles.js +4 -9
- package/dist/commonjs/operations/availableWorkloadProfiles.js.map +1 -1
- package/dist/commonjs/operations/billingMeters.d.ts +3 -3
- package/dist/commonjs/operations/billingMeters.d.ts.map +1 -1
- package/dist/commonjs/operations/billingMeters.js +2 -7
- package/dist/commonjs/operations/billingMeters.js.map +1 -1
- package/dist/commonjs/operations/certificates.d.ts +4 -4
- package/dist/commonjs/operations/certificates.d.ts.map +1 -1
- package/dist/commonjs/operations/certificates.js +6 -11
- package/dist/commonjs/operations/certificates.js.map +1 -1
- package/dist/commonjs/operations/connectedEnvironments.d.ts +7 -6
- package/dist/commonjs/operations/connectedEnvironments.d.ts.map +1 -1
- package/dist/commonjs/operations/connectedEnvironments.js +17 -16
- package/dist/commonjs/operations/connectedEnvironments.js.map +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.d.ts +5 -5
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.d.ts.map +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.js +9 -14
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.d.ts +8 -8
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.js +12 -17
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsStorages.d.ts +4 -4
- package/dist/commonjs/operations/connectedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsStorages.js +3 -8
- package/dist/commonjs/operations/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/commonjs/operations/containerApps.d.ts +5 -5
- package/dist/commonjs/operations/containerApps.d.ts.map +1 -1
- package/dist/commonjs/operations/containerApps.js +21 -26
- package/dist/commonjs/operations/containerApps.js.map +1 -1
- package/dist/commonjs/operations/containerAppsAuthConfigs.d.ts +4 -4
- package/dist/commonjs/operations/containerAppsAuthConfigs.d.ts.map +1 -1
- package/dist/commonjs/operations/containerAppsAuthConfigs.js +6 -11
- package/dist/commonjs/operations/containerAppsAuthConfigs.js.map +1 -1
- package/dist/commonjs/operations/containerAppsDiagnostics.d.ts +4 -4
- package/dist/commonjs/operations/containerAppsDiagnostics.d.ts.map +1 -1
- package/dist/commonjs/operations/containerAppsDiagnostics.js +8 -13
- package/dist/commonjs/operations/containerAppsDiagnostics.js.map +1 -1
- package/dist/commonjs/operations/containerAppsRevisionReplicas.d.ts +3 -3
- package/dist/commonjs/operations/containerAppsRevisionReplicas.d.ts.map +1 -1
- package/dist/commonjs/operations/containerAppsRevisionReplicas.js +2 -7
- package/dist/commonjs/operations/containerAppsRevisionReplicas.js.map +1 -1
- package/dist/commonjs/operations/containerAppsRevisions.d.ts +4 -4
- package/dist/commonjs/operations/containerAppsRevisions.d.ts.map +1 -1
- package/dist/commonjs/operations/containerAppsRevisions.js +5 -10
- package/dist/commonjs/operations/containerAppsRevisions.js.map +1 -1
- package/dist/commonjs/operations/containerAppsSessionPools.d.ts +5 -5
- package/dist/commonjs/operations/containerAppsSessionPools.d.ts.map +1 -1
- package/dist/commonjs/operations/containerAppsSessionPools.js +8 -13
- package/dist/commonjs/operations/containerAppsSessionPools.js.map +1 -1
- package/dist/commonjs/operations/containerAppsSourceControls.d.ts +5 -5
- package/dist/commonjs/operations/containerAppsSourceControls.d.ts.map +1 -1
- package/dist/commonjs/operations/containerAppsSourceControls.js +8 -17
- package/dist/commonjs/operations/containerAppsSourceControls.js.map +1 -1
- package/dist/commonjs/operations/daprComponents.d.ts +4 -4
- package/dist/commonjs/operations/daprComponents.d.ts.map +1 -1
- package/dist/commonjs/operations/daprComponents.js +6 -11
- package/dist/commonjs/operations/daprComponents.js.map +1 -1
- package/dist/commonjs/operations/httpRouteConfigOperations.d.ts +19 -10
- package/dist/commonjs/operations/httpRouteConfigOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/httpRouteConfigOperations.js +76 -21
- package/dist/commonjs/operations/httpRouteConfigOperations.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +1 -14
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +5 -21
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/javaComponents.d.ts +5 -5
- package/dist/commonjs/operations/javaComponents.d.ts.map +1 -1
- package/dist/commonjs/operations/javaComponents.js +10 -15
- package/dist/commonjs/operations/javaComponents.js.map +1 -1
- package/dist/commonjs/operations/jobs.d.ts +5 -33
- package/dist/commonjs/operations/jobs.d.ts.map +1 -1
- package/dist/commonjs/operations/jobs.js +11 -190
- package/dist/commonjs/operations/jobs.js.map +1 -1
- package/dist/commonjs/operations/jobsExecutions.d.ts +4 -4
- package/dist/commonjs/operations/jobsExecutions.d.ts.map +1 -1
- package/dist/commonjs/operations/jobsExecutions.js +4 -9
- package/dist/commonjs/operations/jobsExecutions.js.map +1 -1
- package/dist/commonjs/operations/logicApps.d.ts +13 -32
- package/dist/commonjs/operations/logicApps.d.ts.map +1 -1
- package/dist/commonjs/operations/logicApps.js +15 -100
- package/dist/commonjs/operations/logicApps.js.map +1 -1
- package/dist/commonjs/operations/maintenanceConfigurations.d.ts +4 -4
- package/dist/commonjs/operations/maintenanceConfigurations.d.ts.map +1 -1
- package/dist/commonjs/operations/maintenanceConfigurations.js +10 -15
- package/dist/commonjs/operations/maintenanceConfigurations.js.map +1 -1
- package/dist/commonjs/operations/managedCertificates.d.ts +5 -5
- package/dist/commonjs/operations/managedCertificates.d.ts.map +1 -1
- package/dist/commonjs/operations/managedCertificates.js +6 -11
- package/dist/commonjs/operations/managedCertificates.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentDiagnostics.d.ts +3 -3
- package/dist/commonjs/operations/managedEnvironmentDiagnostics.d.ts.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentDiagnostics.js +2 -7
- package/dist/commonjs/operations/managedEnvironmentDiagnostics.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.d.ts +5 -5
- package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.js +5 -10
- package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.d.ts +4 -4
- package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.js +4 -9
- package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentUsages.d.ts +4 -4
- package/dist/commonjs/operations/managedEnvironmentUsages.d.ts.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentUsages.js +4 -9
- package/dist/commonjs/operations/managedEnvironmentUsages.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironments.d.ts +5 -5
- package/dist/commonjs/operations/managedEnvironments.d.ts.map +1 -1
- package/dist/commonjs/operations/managedEnvironments.js +10 -15
- package/dist/commonjs/operations/managedEnvironments.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentsDiagnostics.d.ts +3 -3
- package/dist/commonjs/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentsDiagnostics.js +2 -7
- package/dist/commonjs/operations/managedEnvironmentsDiagnostics.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentsStorages.d.ts +3 -3
- package/dist/commonjs/operations/managedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentsStorages.js +3 -8
- package/dist/commonjs/operations/managedEnvironmentsStorages.js.map +1 -1
- package/dist/commonjs/operations/namespaces.d.ts +3 -3
- package/dist/commonjs/operations/namespaces.d.ts.map +1 -1
- package/dist/commonjs/operations/namespaces.js +3 -8
- package/dist/commonjs/operations/namespaces.js.map +1 -1
- package/dist/commonjs/operations/operations.d.ts +4 -4
- package/dist/commonjs/operations/operations.d.ts.map +1 -1
- package/dist/commonjs/operations/operations.js +4 -9
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/usages.d.ts +4 -4
- package/dist/commonjs/operations/usages.d.ts.map +1 -1
- package/dist/commonjs/operations/usages.js +4 -9
- package/dist/commonjs/operations/usages.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/availableWorkloadProfiles.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/availableWorkloadProfiles.js +2 -7
- package/dist/commonjs/operationsInterfaces/availableWorkloadProfiles.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/billingMeters.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/billingMeters.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/billingMeters.js +2 -7
- package/dist/commonjs/operationsInterfaces/billingMeters.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/certificates.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/certificates.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/certificates.js +2 -7
- package/dist/commonjs/operationsInterfaces/certificates.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedEnvironments.d.ts +5 -4
- package/dist/commonjs/operationsInterfaces/connectedEnvironments.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedEnvironments.js +2 -7
- package/dist/commonjs/operationsInterfaces/connectedEnvironments.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.js +2 -7
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +6 -6
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.js +2 -7
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.js +2 -7
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerApps.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/containerApps.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerApps.js +2 -7
- package/dist/commonjs/operationsInterfaces/containerApps.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsAuthConfigs.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsAuthConfigs.js +2 -7
- package/dist/commonjs/operationsInterfaces/containerAppsAuthConfigs.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsDiagnostics.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsDiagnostics.js +2 -7
- package/dist/commonjs/operationsInterfaces/containerAppsDiagnostics.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsRevisionReplicas.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsRevisionReplicas.js +2 -7
- package/dist/commonjs/operationsInterfaces/containerAppsRevisionReplicas.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsRevisions.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/containerAppsRevisions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsRevisions.js +2 -7
- package/dist/commonjs/operationsInterfaces/containerAppsRevisions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsSessionPools.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsSessionPools.js +2 -7
- package/dist/commonjs/operationsInterfaces/containerAppsSessionPools.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsSourceControls.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/containerAppsSourceControls.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsSourceControls.js +2 -7
- package/dist/commonjs/operationsInterfaces/containerAppsSourceControls.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/daprComponents.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/daprComponents.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/daprComponents.js +2 -7
- package/dist/commonjs/operationsInterfaces/daprComponents.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/httpRouteConfigOperations.d.ts +16 -7
- package/dist/commonjs/operationsInterfaces/httpRouteConfigOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/httpRouteConfigOperations.js +2 -7
- package/dist/commonjs/operationsInterfaces/httpRouteConfigOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +1 -14
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +5 -21
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/javaComponents.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/javaComponents.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/javaComponents.js +2 -7
- package/dist/commonjs/operationsInterfaces/javaComponents.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/jobs.d.ts +3 -31
- package/dist/commonjs/operationsInterfaces/jobs.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/jobs.js +2 -7
- package/dist/commonjs/operationsInterfaces/jobs.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/jobsExecutions.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/jobsExecutions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/jobsExecutions.js +2 -7
- package/dist/commonjs/operationsInterfaces/jobsExecutions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/logicApps.d.ts +9 -28
- package/dist/commonjs/operationsInterfaces/logicApps.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/logicApps.js +2 -7
- package/dist/commonjs/operationsInterfaces/logicApps.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js +2 -7
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedCertificates.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/managedCertificates.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedCertificates.js +2 -7
- package/dist/commonjs/operationsInterfaces/managedCertificates.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentDiagnostics.js +2 -7
- package/dist/commonjs/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +2 -7
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentUsages.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentUsages.js +2 -7
- package/dist/commonjs/operationsInterfaces/managedEnvironmentUsages.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironments.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/managedEnvironments.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironments.js +2 -7
- package/dist/commonjs/operationsInterfaces/managedEnvironments.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsDiagnostics.js +2 -7
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsStorages.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsStorages.js +2 -7
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsStorages.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/namespaces.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/namespaces.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/namespaces.js +2 -7
- package/dist/commonjs/operationsInterfaces/namespaces.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js +2 -7
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/usages.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/usages.js +2 -7
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -7
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/containerAppsAPIClient.d.ts +5 -18
- package/dist/esm/containerAppsAPIClient.d.ts.map +1 -1
- package/dist/esm/containerAppsAPIClient.js +10 -39
- package/dist/esm/containerAppsAPIClient.js.map +1 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +4 -7
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/lroImpl.d.ts +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +2 -7
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +418 -2173
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +59 -256
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +23 -120
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +2625 -5700
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +8 -32
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +60 -269
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/availableWorkloadProfiles.d.ts +4 -4
- package/dist/esm/operations/availableWorkloadProfiles.d.ts.map +1 -1
- package/dist/esm/operations/availableWorkloadProfiles.js +4 -9
- package/dist/esm/operations/availableWorkloadProfiles.js.map +1 -1
- package/dist/esm/operations/billingMeters.d.ts +3 -3
- package/dist/esm/operations/billingMeters.d.ts.map +1 -1
- package/dist/esm/operations/billingMeters.js +2 -7
- package/dist/esm/operations/billingMeters.js.map +1 -1
- package/dist/esm/operations/certificates.d.ts +4 -4
- package/dist/esm/operations/certificates.d.ts.map +1 -1
- package/dist/esm/operations/certificates.js +6 -11
- package/dist/esm/operations/certificates.js.map +1 -1
- package/dist/esm/operations/connectedEnvironments.d.ts +7 -6
- package/dist/esm/operations/connectedEnvironments.d.ts.map +1 -1
- package/dist/esm/operations/connectedEnvironments.js +17 -16
- package/dist/esm/operations/connectedEnvironments.js.map +1 -1
- package/dist/esm/operations/connectedEnvironmentsCertificates.d.ts +5 -5
- package/dist/esm/operations/connectedEnvironmentsCertificates.d.ts.map +1 -1
- package/dist/esm/operations/connectedEnvironmentsCertificates.js +9 -14
- package/dist/esm/operations/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.d.ts +8 -8
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.js +12 -17
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/esm/operations/connectedEnvironmentsStorages.d.ts +4 -4
- package/dist/esm/operations/connectedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/esm/operations/connectedEnvironmentsStorages.js +3 -8
- package/dist/esm/operations/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/esm/operations/containerApps.d.ts +5 -5
- package/dist/esm/operations/containerApps.d.ts.map +1 -1
- package/dist/esm/operations/containerApps.js +21 -26
- package/dist/esm/operations/containerApps.js.map +1 -1
- package/dist/esm/operations/containerAppsAuthConfigs.d.ts +4 -4
- package/dist/esm/operations/containerAppsAuthConfigs.d.ts.map +1 -1
- package/dist/esm/operations/containerAppsAuthConfigs.js +6 -11
- package/dist/esm/operations/containerAppsAuthConfigs.js.map +1 -1
- package/dist/esm/operations/containerAppsDiagnostics.d.ts +4 -4
- package/dist/esm/operations/containerAppsDiagnostics.d.ts.map +1 -1
- package/dist/esm/operations/containerAppsDiagnostics.js +8 -13
- package/dist/esm/operations/containerAppsDiagnostics.js.map +1 -1
- package/dist/esm/operations/containerAppsRevisionReplicas.d.ts +3 -3
- package/dist/esm/operations/containerAppsRevisionReplicas.d.ts.map +1 -1
- package/dist/esm/operations/containerAppsRevisionReplicas.js +2 -7
- package/dist/esm/operations/containerAppsRevisionReplicas.js.map +1 -1
- package/dist/esm/operations/containerAppsRevisions.d.ts +4 -4
- package/dist/esm/operations/containerAppsRevisions.d.ts.map +1 -1
- package/dist/esm/operations/containerAppsRevisions.js +5 -10
- package/dist/esm/operations/containerAppsRevisions.js.map +1 -1
- package/dist/esm/operations/containerAppsSessionPools.d.ts +5 -5
- package/dist/esm/operations/containerAppsSessionPools.d.ts.map +1 -1
- package/dist/esm/operations/containerAppsSessionPools.js +8 -13
- package/dist/esm/operations/containerAppsSessionPools.js.map +1 -1
- package/dist/esm/operations/containerAppsSourceControls.d.ts +5 -5
- package/dist/esm/operations/containerAppsSourceControls.d.ts.map +1 -1
- package/dist/esm/operations/containerAppsSourceControls.js +8 -17
- package/dist/esm/operations/containerAppsSourceControls.js.map +1 -1
- package/dist/esm/operations/daprComponents.d.ts +4 -4
- package/dist/esm/operations/daprComponents.d.ts.map +1 -1
- package/dist/esm/operations/daprComponents.js +6 -11
- package/dist/esm/operations/daprComponents.js.map +1 -1
- package/dist/esm/operations/httpRouteConfigOperations.d.ts +19 -10
- package/dist/esm/operations/httpRouteConfigOperations.d.ts.map +1 -1
- package/dist/esm/operations/httpRouteConfigOperations.js +76 -21
- package/dist/esm/operations/httpRouteConfigOperations.js.map +1 -1
- package/dist/esm/operations/index.d.ts +1 -14
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +5 -21
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/javaComponents.d.ts +5 -5
- package/dist/esm/operations/javaComponents.d.ts.map +1 -1
- package/dist/esm/operations/javaComponents.js +10 -15
- package/dist/esm/operations/javaComponents.js.map +1 -1
- package/dist/esm/operations/jobs.d.ts +5 -33
- package/dist/esm/operations/jobs.d.ts.map +1 -1
- package/dist/esm/operations/jobs.js +11 -190
- package/dist/esm/operations/jobs.js.map +1 -1
- package/dist/esm/operations/jobsExecutions.d.ts +4 -4
- package/dist/esm/operations/jobsExecutions.d.ts.map +1 -1
- package/dist/esm/operations/jobsExecutions.js +4 -9
- package/dist/esm/operations/jobsExecutions.js.map +1 -1
- package/dist/esm/operations/logicApps.d.ts +13 -32
- package/dist/esm/operations/logicApps.d.ts.map +1 -1
- package/dist/esm/operations/logicApps.js +15 -100
- package/dist/esm/operations/logicApps.js.map +1 -1
- package/dist/esm/operations/maintenanceConfigurations.d.ts +4 -4
- package/dist/esm/operations/maintenanceConfigurations.d.ts.map +1 -1
- package/dist/esm/operations/maintenanceConfigurations.js +10 -15
- package/dist/esm/operations/maintenanceConfigurations.js.map +1 -1
- package/dist/esm/operations/managedCertificates.d.ts +5 -5
- package/dist/esm/operations/managedCertificates.d.ts.map +1 -1
- package/dist/esm/operations/managedCertificates.js +6 -11
- package/dist/esm/operations/managedCertificates.js.map +1 -1
- package/dist/esm/operations/managedEnvironmentDiagnostics.d.ts +3 -3
- package/dist/esm/operations/managedEnvironmentDiagnostics.d.ts.map +1 -1
- package/dist/esm/operations/managedEnvironmentDiagnostics.js +2 -7
- package/dist/esm/operations/managedEnvironmentDiagnostics.js.map +1 -1
- package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.d.ts +5 -5
- package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.js +5 -10
- package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/managedEnvironmentPrivateLinkResources.d.ts +4 -4
- package/dist/esm/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -1
- package/dist/esm/operations/managedEnvironmentPrivateLinkResources.js +4 -9
- package/dist/esm/operations/managedEnvironmentPrivateLinkResources.js.map +1 -1
- package/dist/esm/operations/managedEnvironmentUsages.d.ts +4 -4
- package/dist/esm/operations/managedEnvironmentUsages.d.ts.map +1 -1
- package/dist/esm/operations/managedEnvironmentUsages.js +4 -9
- package/dist/esm/operations/managedEnvironmentUsages.js.map +1 -1
- package/dist/esm/operations/managedEnvironments.d.ts +5 -5
- package/dist/esm/operations/managedEnvironments.d.ts.map +1 -1
- package/dist/esm/operations/managedEnvironments.js +10 -15
- package/dist/esm/operations/managedEnvironments.js.map +1 -1
- package/dist/esm/operations/managedEnvironmentsDiagnostics.d.ts +3 -3
- package/dist/esm/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -1
- package/dist/esm/operations/managedEnvironmentsDiagnostics.js +2 -7
- package/dist/esm/operations/managedEnvironmentsDiagnostics.js.map +1 -1
- package/dist/esm/operations/managedEnvironmentsStorages.d.ts +3 -3
- package/dist/esm/operations/managedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/esm/operations/managedEnvironmentsStorages.js +3 -8
- package/dist/esm/operations/managedEnvironmentsStorages.js.map +1 -1
- package/dist/esm/operations/namespaces.d.ts +3 -3
- package/dist/esm/operations/namespaces.d.ts.map +1 -1
- package/dist/esm/operations/namespaces.js +3 -8
- package/dist/esm/operations/namespaces.js.map +1 -1
- package/dist/esm/operations/operations.d.ts +4 -4
- package/dist/esm/operations/operations.d.ts.map +1 -1
- package/dist/esm/operations/operations.js +4 -9
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/usages.d.ts +4 -4
- package/dist/esm/operations/usages.d.ts.map +1 -1
- package/dist/esm/operations/usages.js +4 -9
- package/dist/esm/operations/usages.js.map +1 -1
- package/dist/esm/operationsInterfaces/availableWorkloadProfiles.d.ts +2 -2
- package/dist/esm/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/availableWorkloadProfiles.js +2 -7
- package/dist/esm/operationsInterfaces/availableWorkloadProfiles.js.map +1 -1
- package/dist/esm/operationsInterfaces/billingMeters.d.ts +1 -1
- package/dist/esm/operationsInterfaces/billingMeters.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/billingMeters.js +2 -7
- package/dist/esm/operationsInterfaces/billingMeters.js.map +1 -1
- package/dist/esm/operationsInterfaces/certificates.d.ts +2 -2
- package/dist/esm/operationsInterfaces/certificates.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/certificates.js +2 -7
- package/dist/esm/operationsInterfaces/certificates.js.map +1 -1
- package/dist/esm/operationsInterfaces/connectedEnvironments.d.ts +5 -4
- package/dist/esm/operationsInterfaces/connectedEnvironments.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/connectedEnvironments.js +2 -7
- package/dist/esm/operationsInterfaces/connectedEnvironments.js.map +1 -1
- package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +3 -3
- package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.js +2 -7
- package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +6 -6
- package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.js +2 -7
- package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.d.ts +2 -2
- package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.js +2 -7
- package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/esm/operationsInterfaces/containerApps.d.ts +3 -3
- package/dist/esm/operationsInterfaces/containerApps.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/containerApps.js +2 -7
- package/dist/esm/operationsInterfaces/containerApps.js.map +1 -1
- package/dist/esm/operationsInterfaces/containerAppsAuthConfigs.d.ts +2 -2
- package/dist/esm/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/containerAppsAuthConfigs.js +2 -7
- package/dist/esm/operationsInterfaces/containerAppsAuthConfigs.js.map +1 -1
- package/dist/esm/operationsInterfaces/containerAppsDiagnostics.d.ts +2 -2
- package/dist/esm/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/containerAppsDiagnostics.js +2 -7
- package/dist/esm/operationsInterfaces/containerAppsDiagnostics.js.map +1 -1
- package/dist/esm/operationsInterfaces/containerAppsRevisionReplicas.d.ts +1 -1
- package/dist/esm/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/containerAppsRevisionReplicas.js +2 -7
- package/dist/esm/operationsInterfaces/containerAppsRevisionReplicas.js.map +1 -1
- package/dist/esm/operationsInterfaces/containerAppsRevisions.d.ts +2 -2
- package/dist/esm/operationsInterfaces/containerAppsRevisions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/containerAppsRevisions.js +2 -7
- package/dist/esm/operationsInterfaces/containerAppsRevisions.js.map +1 -1
- package/dist/esm/operationsInterfaces/containerAppsSessionPools.d.ts +3 -3
- package/dist/esm/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/containerAppsSessionPools.js +2 -7
- package/dist/esm/operationsInterfaces/containerAppsSessionPools.js.map +1 -1
- package/dist/esm/operationsInterfaces/containerAppsSourceControls.d.ts +3 -3
- package/dist/esm/operationsInterfaces/containerAppsSourceControls.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/containerAppsSourceControls.js +2 -7
- package/dist/esm/operationsInterfaces/containerAppsSourceControls.js.map +1 -1
- package/dist/esm/operationsInterfaces/daprComponents.d.ts +2 -2
- package/dist/esm/operationsInterfaces/daprComponents.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/daprComponents.js +2 -7
- package/dist/esm/operationsInterfaces/daprComponents.js.map +1 -1
- package/dist/esm/operationsInterfaces/httpRouteConfigOperations.d.ts +16 -7
- package/dist/esm/operationsInterfaces/httpRouteConfigOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/httpRouteConfigOperations.js +2 -7
- package/dist/esm/operationsInterfaces/httpRouteConfigOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +1 -14
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +5 -21
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/javaComponents.d.ts +3 -3
- package/dist/esm/operationsInterfaces/javaComponents.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/javaComponents.js +2 -7
- package/dist/esm/operationsInterfaces/javaComponents.js.map +1 -1
- package/dist/esm/operationsInterfaces/jobs.d.ts +3 -31
- package/dist/esm/operationsInterfaces/jobs.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/jobs.js +2 -7
- package/dist/esm/operationsInterfaces/jobs.js.map +1 -1
- package/dist/esm/operationsInterfaces/jobsExecutions.d.ts +2 -2
- package/dist/esm/operationsInterfaces/jobsExecutions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/jobsExecutions.js +2 -7
- package/dist/esm/operationsInterfaces/jobsExecutions.js.map +1 -1
- package/dist/esm/operationsInterfaces/logicApps.d.ts +9 -28
- package/dist/esm/operationsInterfaces/logicApps.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/logicApps.js +2 -7
- package/dist/esm/operationsInterfaces/logicApps.js.map +1 -1
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts +2 -2
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.js +2 -7
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.js.map +1 -1
- package/dist/esm/operationsInterfaces/managedCertificates.d.ts +3 -3
- package/dist/esm/operationsInterfaces/managedCertificates.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/managedCertificates.js +2 -7
- package/dist/esm/operationsInterfaces/managedCertificates.js.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentDiagnostics.js +2 -7
- package/dist/esm/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +3 -3
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +2 -7
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +2 -2
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +2 -7
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentUsages.d.ts +2 -2
- package/dist/esm/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentUsages.js +2 -7
- package/dist/esm/operationsInterfaces/managedEnvironmentUsages.js.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironments.d.ts +3 -3
- package/dist/esm/operationsInterfaces/managedEnvironments.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironments.js +2 -7
- package/dist/esm/operationsInterfaces/managedEnvironments.js.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentsDiagnostics.js +2 -7
- package/dist/esm/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentsStorages.d.ts +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentsStorages.js +2 -7
- package/dist/esm/operationsInterfaces/managedEnvironmentsStorages.js.map +1 -1
- package/dist/esm/operationsInterfaces/namespaces.d.ts +1 -1
- package/dist/esm/operationsInterfaces/namespaces.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/namespaces.js +2 -7
- package/dist/esm/operationsInterfaces/namespaces.js.map +1 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +2 -2
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js +2 -7
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/usages.d.ts +2 -2
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/usages.js +2 -7
- package/dist/esm/operationsInterfaces/usages.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts.map +1 -1
- package/dist/esm/pagingHelper.js +2 -7
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/containerAppsAPIClient.d.ts +5 -18
- package/dist/react-native/containerAppsAPIClient.d.ts.map +1 -1
- package/dist/react-native/containerAppsAPIClient.js +10 -39
- package/dist/react-native/containerAppsAPIClient.js.map +1 -1
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +4 -7
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +2 -7
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +418 -2173
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +59 -256
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +23 -120
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +2625 -5700
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +8 -32
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +60 -269
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/availableWorkloadProfiles.d.ts +4 -4
- package/dist/react-native/operations/availableWorkloadProfiles.d.ts.map +1 -1
- package/dist/react-native/operations/availableWorkloadProfiles.js +4 -9
- package/dist/react-native/operations/availableWorkloadProfiles.js.map +1 -1
- package/dist/react-native/operations/billingMeters.d.ts +3 -3
- package/dist/react-native/operations/billingMeters.d.ts.map +1 -1
- package/dist/react-native/operations/billingMeters.js +2 -7
- package/dist/react-native/operations/billingMeters.js.map +1 -1
- package/dist/react-native/operations/certificates.d.ts +4 -4
- package/dist/react-native/operations/certificates.d.ts.map +1 -1
- package/dist/react-native/operations/certificates.js +6 -11
- package/dist/react-native/operations/certificates.js.map +1 -1
- package/dist/react-native/operations/connectedEnvironments.d.ts +7 -6
- package/dist/react-native/operations/connectedEnvironments.d.ts.map +1 -1
- package/dist/react-native/operations/connectedEnvironments.js +17 -16
- package/dist/react-native/operations/connectedEnvironments.js.map +1 -1
- package/dist/react-native/operations/connectedEnvironmentsCertificates.d.ts +5 -5
- package/dist/react-native/operations/connectedEnvironmentsCertificates.d.ts.map +1 -1
- package/dist/react-native/operations/connectedEnvironmentsCertificates.js +9 -14
- package/dist/react-native/operations/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.d.ts +8 -8
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.js +12 -17
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/react-native/operations/connectedEnvironmentsStorages.d.ts +4 -4
- package/dist/react-native/operations/connectedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/react-native/operations/connectedEnvironmentsStorages.js +3 -8
- package/dist/react-native/operations/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/react-native/operations/containerApps.d.ts +5 -5
- package/dist/react-native/operations/containerApps.d.ts.map +1 -1
- package/dist/react-native/operations/containerApps.js +21 -26
- package/dist/react-native/operations/containerApps.js.map +1 -1
- package/dist/react-native/operations/containerAppsAuthConfigs.d.ts +4 -4
- package/dist/react-native/operations/containerAppsAuthConfigs.d.ts.map +1 -1
- package/dist/react-native/operations/containerAppsAuthConfigs.js +6 -11
- package/dist/react-native/operations/containerAppsAuthConfigs.js.map +1 -1
- package/dist/react-native/operations/containerAppsDiagnostics.d.ts +4 -4
- package/dist/react-native/operations/containerAppsDiagnostics.d.ts.map +1 -1
- package/dist/react-native/operations/containerAppsDiagnostics.js +8 -13
- package/dist/react-native/operations/containerAppsDiagnostics.js.map +1 -1
- package/dist/react-native/operations/containerAppsRevisionReplicas.d.ts +3 -3
- package/dist/react-native/operations/containerAppsRevisionReplicas.d.ts.map +1 -1
- package/dist/react-native/operations/containerAppsRevisionReplicas.js +2 -7
- package/dist/react-native/operations/containerAppsRevisionReplicas.js.map +1 -1
- package/dist/react-native/operations/containerAppsRevisions.d.ts +4 -4
- package/dist/react-native/operations/containerAppsRevisions.d.ts.map +1 -1
- package/dist/react-native/operations/containerAppsRevisions.js +5 -10
- package/dist/react-native/operations/containerAppsRevisions.js.map +1 -1
- package/dist/react-native/operations/containerAppsSessionPools.d.ts +5 -5
- package/dist/react-native/operations/containerAppsSessionPools.d.ts.map +1 -1
- package/dist/react-native/operations/containerAppsSessionPools.js +8 -13
- package/dist/react-native/operations/containerAppsSessionPools.js.map +1 -1
- package/dist/react-native/operations/containerAppsSourceControls.d.ts +5 -5
- package/dist/react-native/operations/containerAppsSourceControls.d.ts.map +1 -1
- package/dist/react-native/operations/containerAppsSourceControls.js +8 -17
- package/dist/react-native/operations/containerAppsSourceControls.js.map +1 -1
- package/dist/react-native/operations/daprComponents.d.ts +4 -4
- package/dist/react-native/operations/daprComponents.d.ts.map +1 -1
- package/dist/react-native/operations/daprComponents.js +6 -11
- package/dist/react-native/operations/daprComponents.js.map +1 -1
- package/dist/react-native/operations/httpRouteConfigOperations.d.ts +19 -10
- package/dist/react-native/operations/httpRouteConfigOperations.d.ts.map +1 -1
- package/dist/react-native/operations/httpRouteConfigOperations.js +76 -21
- package/dist/react-native/operations/httpRouteConfigOperations.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +1 -14
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +5 -21
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/javaComponents.d.ts +5 -5
- package/dist/react-native/operations/javaComponents.d.ts.map +1 -1
- package/dist/react-native/operations/javaComponents.js +10 -15
- package/dist/react-native/operations/javaComponents.js.map +1 -1
- package/dist/react-native/operations/jobs.d.ts +5 -33
- package/dist/react-native/operations/jobs.d.ts.map +1 -1
- package/dist/react-native/operations/jobs.js +11 -190
- package/dist/react-native/operations/jobs.js.map +1 -1
- package/dist/react-native/operations/jobsExecutions.d.ts +4 -4
- package/dist/react-native/operations/jobsExecutions.d.ts.map +1 -1
- package/dist/react-native/operations/jobsExecutions.js +4 -9
- package/dist/react-native/operations/jobsExecutions.js.map +1 -1
- package/dist/react-native/operations/logicApps.d.ts +13 -32
- package/dist/react-native/operations/logicApps.d.ts.map +1 -1
- package/dist/react-native/operations/logicApps.js +15 -100
- package/dist/react-native/operations/logicApps.js.map +1 -1
- package/dist/react-native/operations/maintenanceConfigurations.d.ts +4 -4
- package/dist/react-native/operations/maintenanceConfigurations.d.ts.map +1 -1
- package/dist/react-native/operations/maintenanceConfigurations.js +10 -15
- package/dist/react-native/operations/maintenanceConfigurations.js.map +1 -1
- package/dist/react-native/operations/managedCertificates.d.ts +5 -5
- package/dist/react-native/operations/managedCertificates.d.ts.map +1 -1
- package/dist/react-native/operations/managedCertificates.js +6 -11
- package/dist/react-native/operations/managedCertificates.js.map +1 -1
- package/dist/react-native/operations/managedEnvironmentDiagnostics.d.ts +3 -3
- package/dist/react-native/operations/managedEnvironmentDiagnostics.d.ts.map +1 -1
- package/dist/react-native/operations/managedEnvironmentDiagnostics.js +2 -7
- package/dist/react-native/operations/managedEnvironmentDiagnostics.js.map +1 -1
- package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.d.ts +5 -5
- package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.js +5 -10
- package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.d.ts +4 -4
- package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.js +4 -9
- package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.js.map +1 -1
- package/dist/react-native/operations/managedEnvironmentUsages.d.ts +4 -4
- package/dist/react-native/operations/managedEnvironmentUsages.d.ts.map +1 -1
- package/dist/react-native/operations/managedEnvironmentUsages.js +4 -9
- package/dist/react-native/operations/managedEnvironmentUsages.js.map +1 -1
- package/dist/react-native/operations/managedEnvironments.d.ts +5 -5
- package/dist/react-native/operations/managedEnvironments.d.ts.map +1 -1
- package/dist/react-native/operations/managedEnvironments.js +10 -15
- package/dist/react-native/operations/managedEnvironments.js.map +1 -1
- package/dist/react-native/operations/managedEnvironmentsDiagnostics.d.ts +3 -3
- package/dist/react-native/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -1
- package/dist/react-native/operations/managedEnvironmentsDiagnostics.js +2 -7
- package/dist/react-native/operations/managedEnvironmentsDiagnostics.js.map +1 -1
- package/dist/react-native/operations/managedEnvironmentsStorages.d.ts +3 -3
- package/dist/react-native/operations/managedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/react-native/operations/managedEnvironmentsStorages.js +3 -8
- package/dist/react-native/operations/managedEnvironmentsStorages.js.map +1 -1
- package/dist/react-native/operations/namespaces.d.ts +3 -3
- package/dist/react-native/operations/namespaces.d.ts.map +1 -1
- package/dist/react-native/operations/namespaces.js +3 -8
- package/dist/react-native/operations/namespaces.js.map +1 -1
- package/dist/react-native/operations/operations.d.ts +4 -4
- package/dist/react-native/operations/operations.d.ts.map +1 -1
- package/dist/react-native/operations/operations.js +4 -9
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/usages.d.ts +4 -4
- package/dist/react-native/operations/usages.d.ts.map +1 -1
- package/dist/react-native/operations/usages.js +4 -9
- package/dist/react-native/operations/usages.js.map +1 -1
- package/dist/react-native/operationsInterfaces/availableWorkloadProfiles.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/availableWorkloadProfiles.js +2 -7
- package/dist/react-native/operationsInterfaces/availableWorkloadProfiles.js.map +1 -1
- package/dist/react-native/operationsInterfaces/billingMeters.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/billingMeters.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/billingMeters.js +2 -7
- package/dist/react-native/operationsInterfaces/billingMeters.js.map +1 -1
- package/dist/react-native/operationsInterfaces/certificates.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/certificates.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/certificates.js +2 -7
- package/dist/react-native/operationsInterfaces/certificates.js.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedEnvironments.d.ts +5 -4
- package/dist/react-native/operationsInterfaces/connectedEnvironments.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedEnvironments.js +2 -7
- package/dist/react-native/operationsInterfaces/connectedEnvironments.js.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.js +2 -7
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +6 -6
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.js +2 -7
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.js +2 -7
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/react-native/operationsInterfaces/containerApps.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/containerApps.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/containerApps.js +2 -7
- package/dist/react-native/operationsInterfaces/containerApps.js.map +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsAuthConfigs.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsAuthConfigs.js +2 -7
- package/dist/react-native/operationsInterfaces/containerAppsAuthConfigs.js.map +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsDiagnostics.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsDiagnostics.js +2 -7
- package/dist/react-native/operationsInterfaces/containerAppsDiagnostics.js.map +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsRevisionReplicas.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsRevisionReplicas.js +2 -7
- package/dist/react-native/operationsInterfaces/containerAppsRevisionReplicas.js.map +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsRevisions.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/containerAppsRevisions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsRevisions.js +2 -7
- package/dist/react-native/operationsInterfaces/containerAppsRevisions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsSessionPools.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsSessionPools.js +2 -7
- package/dist/react-native/operationsInterfaces/containerAppsSessionPools.js.map +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsSourceControls.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/containerAppsSourceControls.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsSourceControls.js +2 -7
- package/dist/react-native/operationsInterfaces/containerAppsSourceControls.js.map +1 -1
- package/dist/react-native/operationsInterfaces/daprComponents.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/daprComponents.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/daprComponents.js +2 -7
- package/dist/react-native/operationsInterfaces/daprComponents.js.map +1 -1
- package/dist/react-native/operationsInterfaces/httpRouteConfigOperations.d.ts +16 -7
- package/dist/react-native/operationsInterfaces/httpRouteConfigOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/httpRouteConfigOperations.js +2 -7
- package/dist/react-native/operationsInterfaces/httpRouteConfigOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +1 -14
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +5 -21
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/javaComponents.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/javaComponents.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/javaComponents.js +2 -7
- package/dist/react-native/operationsInterfaces/javaComponents.js.map +1 -1
- package/dist/react-native/operationsInterfaces/jobs.d.ts +3 -31
- package/dist/react-native/operationsInterfaces/jobs.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/jobs.js +2 -7
- package/dist/react-native/operationsInterfaces/jobs.js.map +1 -1
- package/dist/react-native/operationsInterfaces/jobsExecutions.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/jobsExecutions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/jobsExecutions.js +2 -7
- package/dist/react-native/operationsInterfaces/jobsExecutions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/logicApps.d.ts +9 -28
- package/dist/react-native/operationsInterfaces/logicApps.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/logicApps.js +2 -7
- package/dist/react-native/operationsInterfaces/logicApps.js.map +1 -1
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js +2 -7
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/managedCertificates.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/managedCertificates.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/managedCertificates.js +2 -7
- package/dist/react-native/operationsInterfaces/managedCertificates.js.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentDiagnostics.js +2 -7
- package/dist/react-native/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +2 -7
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +2 -7
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentUsages.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentUsages.js +2 -7
- package/dist/react-native/operationsInterfaces/managedEnvironmentUsages.js.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironments.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/managedEnvironments.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironments.js +2 -7
- package/dist/react-native/operationsInterfaces/managedEnvironments.js.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentsDiagnostics.js +2 -7
- package/dist/react-native/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentsStorages.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentsStorages.js +2 -7
- package/dist/react-native/operationsInterfaces/managedEnvironmentsStorages.js.map +1 -1
- package/dist/react-native/operationsInterfaces/namespaces.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/namespaces.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/namespaces.js +2 -7
- package/dist/react-native/operationsInterfaces/namespaces.js.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js +2 -7
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/usages.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/usages.js +2 -7
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -7
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +36 -34
- package/dist/browser/operations/appResiliencyOperations.d.ts +0 -72
- package/dist/browser/operations/appResiliencyOperations.d.ts.map +0 -1
- package/dist/browser/operations/appResiliencyOperations.js +0 -269
- package/dist/browser/operations/appResiliencyOperations.js.map +0 -1
- package/dist/browser/operations/buildAuthToken.d.ts +0 -21
- package/dist/browser/operations/buildAuthToken.d.ts.map +0 -1
- package/dist/browser/operations/buildAuthToken.js +0 -56
- package/dist/browser/operations/buildAuthToken.js.map +0 -1
- package/dist/browser/operations/builders.d.ts +0 -107
- package/dist/browser/operations/builders.d.ts.map +0 -1
- package/dist/browser/operations/builders.js +0 -515
- package/dist/browser/operations/builders.js.map +0 -1
- package/dist/browser/operations/builds.d.ts +0 -56
- package/dist/browser/operations/builds.d.ts.map +0 -1
- package/dist/browser/operations/builds.js +0 -248
- package/dist/browser/operations/builds.js.map +0 -1
- package/dist/browser/operations/buildsByBuilderResource.d.ts +0 -38
- package/dist/browser/operations/buildsByBuilderResource.d.ts.map +0 -1
- package/dist/browser/operations/buildsByBuilderResource.js +0 -133
- package/dist/browser/operations/buildsByBuilderResource.js.map +0 -1
- package/dist/browser/operations/containerAppsBuilds.d.ts +0 -38
- package/dist/browser/operations/containerAppsBuilds.d.ts.map +0 -1
- package/dist/browser/operations/containerAppsBuilds.js +0 -148
- package/dist/browser/operations/containerAppsBuilds.js.map +0 -1
- package/dist/browser/operations/containerAppsBuildsByContainerApp.d.ts +0 -38
- package/dist/browser/operations/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist/browser/operations/containerAppsBuildsByContainerApp.js +0 -133
- package/dist/browser/operations/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist/browser/operations/containerAppsLabelHistory.d.ts +0 -54
- package/dist/browser/operations/containerAppsLabelHistory.d.ts.map +0 -1
- package/dist/browser/operations/containerAppsLabelHistory.js +0 -196
- package/dist/browser/operations/containerAppsLabelHistory.js.map +0 -1
- package/dist/browser/operations/containerAppsPatches.d.ts +0 -97
- package/dist/browser/operations/containerAppsPatches.d.ts.map +0 -1
- package/dist/browser/operations/containerAppsPatches.js +0 -447
- package/dist/browser/operations/containerAppsPatches.js.map +0 -1
- package/dist/browser/operations/daprComponentResiliencyPolicies.d.ts +0 -70
- package/dist/browser/operations/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist/browser/operations/daprComponentResiliencyPolicies.js +0 -253
- package/dist/browser/operations/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist/browser/operations/daprSubscriptions.d.ts +0 -63
- package/dist/browser/operations/daprSubscriptions.d.ts.map +0 -1
- package/dist/browser/operations/daprSubscriptions.js +0 -240
- package/dist/browser/operations/daprSubscriptions.js.map +0 -1
- package/dist/browser/operations/dotNetComponents.d.ts +0 -99
- package/dist/browser/operations/dotNetComponents.d.ts.map +0 -1
- package/dist/browser/operations/dotNetComponents.js +0 -456
- package/dist/browser/operations/dotNetComponents.js.map +0 -1
- package/dist/browser/operations/functionsExtension.d.ts +0 -22
- package/dist/browser/operations/functionsExtension.d.ts.map +0 -1
- package/dist/browser/operations/functionsExtension.js +0 -64
- package/dist/browser/operations/functionsExtension.js.map +0 -1
- package/dist/browser/operationsInterfaces/appResiliencyOperations.d.ts +0 -47
- package/dist/browser/operationsInterfaces/appResiliencyOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/appResiliencyOperations.js +0 -9
- package/dist/browser/operationsInterfaces/appResiliencyOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/buildAuthToken.d.ts +0 -13
- package/dist/browser/operationsInterfaces/buildAuthToken.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/buildAuthToken.js +0 -9
- package/dist/browser/operationsInterfaces/buildAuthToken.js.map +0 -1
- package/dist/browser/operationsInterfaces/builders.d.ts +0 -71
- package/dist/browser/operationsInterfaces/builders.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/builders.js +0 -9
- package/dist/browser/operationsInterfaces/builders.js.map +0 -1
- package/dist/browser/operationsInterfaces/builds.d.ts +0 -48
- package/dist/browser/operationsInterfaces/builds.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/builds.js +0 -9
- package/dist/browser/operationsInterfaces/builds.js.map +0 -1
- package/dist/browser/operationsInterfaces/buildsByBuilderResource.d.ts +0 -13
- package/dist/browser/operationsInterfaces/buildsByBuilderResource.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/buildsByBuilderResource.js +0 -9
- package/dist/browser/operationsInterfaces/buildsByBuilderResource.js.map +0 -1
- package/dist/browser/operationsInterfaces/containerAppsBuilds.d.ts +0 -30
- package/dist/browser/operationsInterfaces/containerAppsBuilds.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/containerAppsBuilds.js +0 -9
- package/dist/browser/operationsInterfaces/containerAppsBuilds.js.map +0 -1
- package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +0 -13
- package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.js +0 -9
- package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist/browser/operationsInterfaces/containerAppsLabelHistory.d.ts +0 -29
- package/dist/browser/operationsInterfaces/containerAppsLabelHistory.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/containerAppsLabelHistory.js +0 -9
- package/dist/browser/operationsInterfaces/containerAppsLabelHistory.js.map +0 -1
- package/dist/browser/operationsInterfaces/containerAppsPatches.d.ts +0 -72
- package/dist/browser/operationsInterfaces/containerAppsPatches.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/containerAppsPatches.js +0 -9
- package/dist/browser/operationsInterfaces/containerAppsPatches.js.map +0 -1
- package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +0 -43
- package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.js +0 -9
- package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist/browser/operationsInterfaces/daprSubscriptions.d.ts +0 -38
- package/dist/browser/operationsInterfaces/daprSubscriptions.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/daprSubscriptions.js +0 -9
- package/dist/browser/operationsInterfaces/daprSubscriptions.js.map +0 -1
- package/dist/browser/operationsInterfaces/dotNetComponents.d.ts +0 -74
- package/dist/browser/operationsInterfaces/dotNetComponents.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/dotNetComponents.js +0 -9
- package/dist/browser/operationsInterfaces/dotNetComponents.js.map +0 -1
- package/dist/browser/operationsInterfaces/functionsExtension.d.ts +0 -14
- package/dist/browser/operationsInterfaces/functionsExtension.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/functionsExtension.js +0 -9
- package/dist/browser/operationsInterfaces/functionsExtension.js.map +0 -1
- package/dist/commonjs/operations/appResiliencyOperations.d.ts +0 -72
- package/dist/commonjs/operations/appResiliencyOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/appResiliencyOperations.js +0 -274
- package/dist/commonjs/operations/appResiliencyOperations.js.map +0 -1
- package/dist/commonjs/operations/buildAuthToken.d.ts +0 -21
- package/dist/commonjs/operations/buildAuthToken.d.ts.map +0 -1
- package/dist/commonjs/operations/buildAuthToken.js +0 -61
- package/dist/commonjs/operations/buildAuthToken.js.map +0 -1
- package/dist/commonjs/operations/builders.d.ts +0 -107
- package/dist/commonjs/operations/builders.d.ts.map +0 -1
- package/dist/commonjs/operations/builders.js +0 -520
- package/dist/commonjs/operations/builders.js.map +0 -1
- package/dist/commonjs/operations/builds.d.ts +0 -56
- package/dist/commonjs/operations/builds.d.ts.map +0 -1
- package/dist/commonjs/operations/builds.js +0 -253
- package/dist/commonjs/operations/builds.js.map +0 -1
- package/dist/commonjs/operations/buildsByBuilderResource.d.ts +0 -38
- package/dist/commonjs/operations/buildsByBuilderResource.d.ts.map +0 -1
- package/dist/commonjs/operations/buildsByBuilderResource.js +0 -138
- package/dist/commonjs/operations/buildsByBuilderResource.js.map +0 -1
- package/dist/commonjs/operations/containerAppsBuilds.d.ts +0 -38
- package/dist/commonjs/operations/containerAppsBuilds.d.ts.map +0 -1
- package/dist/commonjs/operations/containerAppsBuilds.js +0 -153
- package/dist/commonjs/operations/containerAppsBuilds.js.map +0 -1
- package/dist/commonjs/operations/containerAppsBuildsByContainerApp.d.ts +0 -38
- package/dist/commonjs/operations/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist/commonjs/operations/containerAppsBuildsByContainerApp.js +0 -138
- package/dist/commonjs/operations/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist/commonjs/operations/containerAppsLabelHistory.d.ts +0 -54
- package/dist/commonjs/operations/containerAppsLabelHistory.d.ts.map +0 -1
- package/dist/commonjs/operations/containerAppsLabelHistory.js +0 -201
- package/dist/commonjs/operations/containerAppsLabelHistory.js.map +0 -1
- package/dist/commonjs/operations/containerAppsPatches.d.ts +0 -97
- package/dist/commonjs/operations/containerAppsPatches.d.ts.map +0 -1
- package/dist/commonjs/operations/containerAppsPatches.js +0 -452
- package/dist/commonjs/operations/containerAppsPatches.js.map +0 -1
- package/dist/commonjs/operations/daprComponentResiliencyPolicies.d.ts +0 -70
- package/dist/commonjs/operations/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist/commonjs/operations/daprComponentResiliencyPolicies.js +0 -258
- package/dist/commonjs/operations/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist/commonjs/operations/daprSubscriptions.d.ts +0 -63
- package/dist/commonjs/operations/daprSubscriptions.d.ts.map +0 -1
- package/dist/commonjs/operations/daprSubscriptions.js +0 -245
- package/dist/commonjs/operations/daprSubscriptions.js.map +0 -1
- package/dist/commonjs/operations/dotNetComponents.d.ts +0 -99
- package/dist/commonjs/operations/dotNetComponents.d.ts.map +0 -1
- package/dist/commonjs/operations/dotNetComponents.js +0 -461
- package/dist/commonjs/operations/dotNetComponents.js.map +0 -1
- package/dist/commonjs/operations/functionsExtension.d.ts +0 -22
- package/dist/commonjs/operations/functionsExtension.d.ts.map +0 -1
- package/dist/commonjs/operations/functionsExtension.js +0 -69
- package/dist/commonjs/operations/functionsExtension.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/appResiliencyOperations.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/appResiliencyOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/appResiliencyOperations.js +0 -10
- package/dist/commonjs/operationsInterfaces/appResiliencyOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/buildAuthToken.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/buildAuthToken.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/buildAuthToken.js +0 -10
- package/dist/commonjs/operationsInterfaces/buildAuthToken.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/builders.d.ts +0 -71
- package/dist/commonjs/operationsInterfaces/builders.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/builders.js +0 -10
- package/dist/commonjs/operationsInterfaces/builders.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/builds.d.ts +0 -48
- package/dist/commonjs/operationsInterfaces/builds.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/builds.js +0 -10
- package/dist/commonjs/operationsInterfaces/builds.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.js +0 -10
- package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerAppsBuilds.d.ts +0 -30
- package/dist/commonjs/operationsInterfaces/containerAppsBuilds.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerAppsBuilds.js +0 -10
- package/dist/commonjs/operationsInterfaces/containerAppsBuilds.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.js +0 -10
- package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerAppsLabelHistory.d.ts +0 -29
- package/dist/commonjs/operationsInterfaces/containerAppsLabelHistory.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerAppsLabelHistory.js +0 -10
- package/dist/commonjs/operationsInterfaces/containerAppsLabelHistory.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerAppsPatches.d.ts +0 -72
- package/dist/commonjs/operationsInterfaces/containerAppsPatches.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerAppsPatches.js +0 -10
- package/dist/commonjs/operationsInterfaces/containerAppsPatches.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +0 -43
- package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.js +0 -10
- package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/daprSubscriptions.d.ts +0 -38
- package/dist/commonjs/operationsInterfaces/daprSubscriptions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/daprSubscriptions.js +0 -10
- package/dist/commonjs/operationsInterfaces/daprSubscriptions.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/dotNetComponents.d.ts +0 -74
- package/dist/commonjs/operationsInterfaces/dotNetComponents.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/dotNetComponents.js +0 -10
- package/dist/commonjs/operationsInterfaces/dotNetComponents.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/functionsExtension.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/functionsExtension.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/functionsExtension.js +0 -10
- package/dist/commonjs/operationsInterfaces/functionsExtension.js.map +0 -1
- package/dist/esm/operations/appResiliencyOperations.d.ts +0 -72
- package/dist/esm/operations/appResiliencyOperations.d.ts.map +0 -1
- package/dist/esm/operations/appResiliencyOperations.js +0 -269
- package/dist/esm/operations/appResiliencyOperations.js.map +0 -1
- package/dist/esm/operations/buildAuthToken.d.ts +0 -21
- package/dist/esm/operations/buildAuthToken.d.ts.map +0 -1
- package/dist/esm/operations/buildAuthToken.js +0 -56
- package/dist/esm/operations/buildAuthToken.js.map +0 -1
- package/dist/esm/operations/builders.d.ts +0 -107
- package/dist/esm/operations/builders.d.ts.map +0 -1
- package/dist/esm/operations/builders.js +0 -515
- package/dist/esm/operations/builders.js.map +0 -1
- package/dist/esm/operations/builds.d.ts +0 -56
- package/dist/esm/operations/builds.d.ts.map +0 -1
- package/dist/esm/operations/builds.js +0 -248
- package/dist/esm/operations/builds.js.map +0 -1
- package/dist/esm/operations/buildsByBuilderResource.d.ts +0 -38
- package/dist/esm/operations/buildsByBuilderResource.d.ts.map +0 -1
- package/dist/esm/operations/buildsByBuilderResource.js +0 -133
- package/dist/esm/operations/buildsByBuilderResource.js.map +0 -1
- package/dist/esm/operations/containerAppsBuilds.d.ts +0 -38
- package/dist/esm/operations/containerAppsBuilds.d.ts.map +0 -1
- package/dist/esm/operations/containerAppsBuilds.js +0 -148
- package/dist/esm/operations/containerAppsBuilds.js.map +0 -1
- package/dist/esm/operations/containerAppsBuildsByContainerApp.d.ts +0 -38
- package/dist/esm/operations/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist/esm/operations/containerAppsBuildsByContainerApp.js +0 -133
- package/dist/esm/operations/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist/esm/operations/containerAppsLabelHistory.d.ts +0 -54
- package/dist/esm/operations/containerAppsLabelHistory.d.ts.map +0 -1
- package/dist/esm/operations/containerAppsLabelHistory.js +0 -196
- package/dist/esm/operations/containerAppsLabelHistory.js.map +0 -1
- package/dist/esm/operations/containerAppsPatches.d.ts +0 -97
- package/dist/esm/operations/containerAppsPatches.d.ts.map +0 -1
- package/dist/esm/operations/containerAppsPatches.js +0 -447
- package/dist/esm/operations/containerAppsPatches.js.map +0 -1
- package/dist/esm/operations/daprComponentResiliencyPolicies.d.ts +0 -70
- package/dist/esm/operations/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist/esm/operations/daprComponentResiliencyPolicies.js +0 -253
- package/dist/esm/operations/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist/esm/operations/daprSubscriptions.d.ts +0 -63
- package/dist/esm/operations/daprSubscriptions.d.ts.map +0 -1
- package/dist/esm/operations/daprSubscriptions.js +0 -240
- package/dist/esm/operations/daprSubscriptions.js.map +0 -1
- package/dist/esm/operations/dotNetComponents.d.ts +0 -99
- package/dist/esm/operations/dotNetComponents.d.ts.map +0 -1
- package/dist/esm/operations/dotNetComponents.js +0 -456
- package/dist/esm/operations/dotNetComponents.js.map +0 -1
- package/dist/esm/operations/functionsExtension.d.ts +0 -22
- package/dist/esm/operations/functionsExtension.d.ts.map +0 -1
- package/dist/esm/operations/functionsExtension.js +0 -64
- package/dist/esm/operations/functionsExtension.js.map +0 -1
- package/dist/esm/operationsInterfaces/appResiliencyOperations.d.ts +0 -47
- package/dist/esm/operationsInterfaces/appResiliencyOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/appResiliencyOperations.js +0 -9
- package/dist/esm/operationsInterfaces/appResiliencyOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/buildAuthToken.d.ts +0 -13
- package/dist/esm/operationsInterfaces/buildAuthToken.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/buildAuthToken.js +0 -9
- package/dist/esm/operationsInterfaces/buildAuthToken.js.map +0 -1
- package/dist/esm/operationsInterfaces/builders.d.ts +0 -71
- package/dist/esm/operationsInterfaces/builders.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/builders.js +0 -9
- package/dist/esm/operationsInterfaces/builders.js.map +0 -1
- package/dist/esm/operationsInterfaces/builds.d.ts +0 -48
- package/dist/esm/operationsInterfaces/builds.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/builds.js +0 -9
- package/dist/esm/operationsInterfaces/builds.js.map +0 -1
- package/dist/esm/operationsInterfaces/buildsByBuilderResource.d.ts +0 -13
- package/dist/esm/operationsInterfaces/buildsByBuilderResource.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/buildsByBuilderResource.js +0 -9
- package/dist/esm/operationsInterfaces/buildsByBuilderResource.js.map +0 -1
- package/dist/esm/operationsInterfaces/containerAppsBuilds.d.ts +0 -30
- package/dist/esm/operationsInterfaces/containerAppsBuilds.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/containerAppsBuilds.js +0 -9
- package/dist/esm/operationsInterfaces/containerAppsBuilds.js.map +0 -1
- package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +0 -13
- package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.js +0 -9
- package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist/esm/operationsInterfaces/containerAppsLabelHistory.d.ts +0 -29
- package/dist/esm/operationsInterfaces/containerAppsLabelHistory.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/containerAppsLabelHistory.js +0 -9
- package/dist/esm/operationsInterfaces/containerAppsLabelHistory.js.map +0 -1
- package/dist/esm/operationsInterfaces/containerAppsPatches.d.ts +0 -72
- package/dist/esm/operationsInterfaces/containerAppsPatches.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/containerAppsPatches.js +0 -9
- package/dist/esm/operationsInterfaces/containerAppsPatches.js.map +0 -1
- package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +0 -43
- package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.js +0 -9
- package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist/esm/operationsInterfaces/daprSubscriptions.d.ts +0 -38
- package/dist/esm/operationsInterfaces/daprSubscriptions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/daprSubscriptions.js +0 -9
- package/dist/esm/operationsInterfaces/daprSubscriptions.js.map +0 -1
- package/dist/esm/operationsInterfaces/dotNetComponents.d.ts +0 -74
- package/dist/esm/operationsInterfaces/dotNetComponents.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/dotNetComponents.js +0 -9
- package/dist/esm/operationsInterfaces/dotNetComponents.js.map +0 -1
- package/dist/esm/operationsInterfaces/functionsExtension.d.ts +0 -14
- package/dist/esm/operationsInterfaces/functionsExtension.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/functionsExtension.js +0 -9
- package/dist/esm/operationsInterfaces/functionsExtension.js.map +0 -1
- package/dist/react-native/operations/appResiliencyOperations.d.ts +0 -72
- package/dist/react-native/operations/appResiliencyOperations.d.ts.map +0 -1
- package/dist/react-native/operations/appResiliencyOperations.js +0 -269
- package/dist/react-native/operations/appResiliencyOperations.js.map +0 -1
- package/dist/react-native/operations/buildAuthToken.d.ts +0 -21
- package/dist/react-native/operations/buildAuthToken.d.ts.map +0 -1
- package/dist/react-native/operations/buildAuthToken.js +0 -56
- package/dist/react-native/operations/buildAuthToken.js.map +0 -1
- package/dist/react-native/operations/builders.d.ts +0 -107
- package/dist/react-native/operations/builders.d.ts.map +0 -1
- package/dist/react-native/operations/builders.js +0 -515
- package/dist/react-native/operations/builders.js.map +0 -1
- package/dist/react-native/operations/builds.d.ts +0 -56
- package/dist/react-native/operations/builds.d.ts.map +0 -1
- package/dist/react-native/operations/builds.js +0 -248
- package/dist/react-native/operations/builds.js.map +0 -1
- package/dist/react-native/operations/buildsByBuilderResource.d.ts +0 -38
- package/dist/react-native/operations/buildsByBuilderResource.d.ts.map +0 -1
- package/dist/react-native/operations/buildsByBuilderResource.js +0 -133
- package/dist/react-native/operations/buildsByBuilderResource.js.map +0 -1
- package/dist/react-native/operations/containerAppsBuilds.d.ts +0 -38
- package/dist/react-native/operations/containerAppsBuilds.d.ts.map +0 -1
- package/dist/react-native/operations/containerAppsBuilds.js +0 -148
- package/dist/react-native/operations/containerAppsBuilds.js.map +0 -1
- package/dist/react-native/operations/containerAppsBuildsByContainerApp.d.ts +0 -38
- package/dist/react-native/operations/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist/react-native/operations/containerAppsBuildsByContainerApp.js +0 -133
- package/dist/react-native/operations/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist/react-native/operations/containerAppsLabelHistory.d.ts +0 -54
- package/dist/react-native/operations/containerAppsLabelHistory.d.ts.map +0 -1
- package/dist/react-native/operations/containerAppsLabelHistory.js +0 -196
- package/dist/react-native/operations/containerAppsLabelHistory.js.map +0 -1
- package/dist/react-native/operations/containerAppsPatches.d.ts +0 -97
- package/dist/react-native/operations/containerAppsPatches.d.ts.map +0 -1
- package/dist/react-native/operations/containerAppsPatches.js +0 -447
- package/dist/react-native/operations/containerAppsPatches.js.map +0 -1
- package/dist/react-native/operations/daprComponentResiliencyPolicies.d.ts +0 -70
- package/dist/react-native/operations/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist/react-native/operations/daprComponentResiliencyPolicies.js +0 -253
- package/dist/react-native/operations/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist/react-native/operations/daprSubscriptions.d.ts +0 -63
- package/dist/react-native/operations/daprSubscriptions.d.ts.map +0 -1
- package/dist/react-native/operations/daprSubscriptions.js +0 -240
- package/dist/react-native/operations/daprSubscriptions.js.map +0 -1
- package/dist/react-native/operations/dotNetComponents.d.ts +0 -99
- package/dist/react-native/operations/dotNetComponents.d.ts.map +0 -1
- package/dist/react-native/operations/dotNetComponents.js +0 -456
- package/dist/react-native/operations/dotNetComponents.js.map +0 -1
- package/dist/react-native/operations/functionsExtension.d.ts +0 -22
- package/dist/react-native/operations/functionsExtension.d.ts.map +0 -1
- package/dist/react-native/operations/functionsExtension.js +0 -64
- package/dist/react-native/operations/functionsExtension.js.map +0 -1
- package/dist/react-native/operationsInterfaces/appResiliencyOperations.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/appResiliencyOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/appResiliencyOperations.js +0 -9
- package/dist/react-native/operationsInterfaces/appResiliencyOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/buildAuthToken.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/buildAuthToken.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/buildAuthToken.js +0 -9
- package/dist/react-native/operationsInterfaces/buildAuthToken.js.map +0 -1
- package/dist/react-native/operationsInterfaces/builders.d.ts +0 -71
- package/dist/react-native/operationsInterfaces/builders.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/builders.js +0 -9
- package/dist/react-native/operationsInterfaces/builders.js.map +0 -1
- package/dist/react-native/operationsInterfaces/builds.d.ts +0 -48
- package/dist/react-native/operationsInterfaces/builds.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/builds.js +0 -9
- package/dist/react-native/operationsInterfaces/builds.js.map +0 -1
- package/dist/react-native/operationsInterfaces/buildsByBuilderResource.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/buildsByBuilderResource.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/buildsByBuilderResource.js +0 -9
- package/dist/react-native/operationsInterfaces/buildsByBuilderResource.js.map +0 -1
- package/dist/react-native/operationsInterfaces/containerAppsBuilds.d.ts +0 -30
- package/dist/react-native/operationsInterfaces/containerAppsBuilds.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/containerAppsBuilds.js +0 -9
- package/dist/react-native/operationsInterfaces/containerAppsBuilds.js.map +0 -1
- package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.js +0 -9
- package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist/react-native/operationsInterfaces/containerAppsLabelHistory.d.ts +0 -29
- package/dist/react-native/operationsInterfaces/containerAppsLabelHistory.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/containerAppsLabelHistory.js +0 -9
- package/dist/react-native/operationsInterfaces/containerAppsLabelHistory.js.map +0 -1
- package/dist/react-native/operationsInterfaces/containerAppsPatches.d.ts +0 -72
- package/dist/react-native/operationsInterfaces/containerAppsPatches.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/containerAppsPatches.js +0 -9
- package/dist/react-native/operationsInterfaces/containerAppsPatches.js.map +0 -1
- package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +0 -43
- package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.js +0 -9
- package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist/react-native/operationsInterfaces/daprSubscriptions.d.ts +0 -38
- package/dist/react-native/operationsInterfaces/daprSubscriptions.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/daprSubscriptions.js +0 -9
- package/dist/react-native/operationsInterfaces/daprSubscriptions.js.map +0 -1
- package/dist/react-native/operationsInterfaces/dotNetComponents.d.ts +0 -74
- package/dist/react-native/operationsInterfaces/dotNetComponents.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/dotNetComponents.js +0 -9
- package/dist/react-native/operationsInterfaces/dotNetComponents.js.map +0 -1
- package/dist/react-native/operationsInterfaces/functionsExtension.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/functionsExtension.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/functionsExtension.js +0 -9
- package/dist/react-native/operationsInterfaces/functionsExtension.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connectedEnvironments.js","sourceRoot":"","sources":["../../../src/operations/connectedEnvironments.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 { ConnectedEnvironments } 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 { ContainerAppsAPIClient } from \"../containerAppsAPIClient.js\";\nimport { SimplePollerLike, OperationState, createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n ConnectedEnvironment,\n ConnectedEnvironmentsListBySubscriptionNextOptionalParams,\n ConnectedEnvironmentsListBySubscriptionOptionalParams,\n ConnectedEnvironmentsListBySubscriptionResponse,\n ConnectedEnvironmentsListByResourceGroupNextOptionalParams,\n ConnectedEnvironmentsListByResourceGroupOptionalParams,\n ConnectedEnvironmentsListByResourceGroupResponse,\n ConnectedEnvironmentsGetOptionalParams,\n ConnectedEnvironmentsGetResponse,\n ConnectedEnvironmentsCreateOrUpdateOptionalParams,\n ConnectedEnvironmentsCreateOrUpdateResponse,\n ConnectedEnvironmentsDeleteOptionalParams,\n ConnectedEnvironmentsUpdateOptionalParams,\n ConnectedEnvironmentsUpdateResponse,\n CheckNameAvailabilityRequest,\n ConnectedEnvironmentsCheckNameAvailabilityOptionalParams,\n ConnectedEnvironmentsCheckNameAvailabilityResponse,\n ConnectedEnvironmentsListBySubscriptionNextResponse,\n ConnectedEnvironmentsListByResourceGroupNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ConnectedEnvironments operations. */\nexport class ConnectedEnvironmentsImpl implements ConnectedEnvironments {\n private readonly client: ContainerAppsAPIClient;\n\n /**\n * Initialize a new instance of the class ConnectedEnvironments class.\n * @param client Reference to the service client\n */\n constructor(client: ContainerAppsAPIClient) {\n this.client = client;\n }\n\n /**\n * Get all connectedEnvironments for a subscription.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: ConnectedEnvironmentsListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<ConnectedEnvironment> {\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?: ConnectedEnvironmentsListBySubscriptionOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<ConnectedEnvironment[]> {\n let result: ConnectedEnvironmentsListBySubscriptionResponse;\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?: ConnectedEnvironmentsListBySubscriptionOptionalParams,\n ): AsyncIterableIterator<ConnectedEnvironment> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Get all connectedEnvironments in a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: ConnectedEnvironmentsListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<ConnectedEnvironment> {\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(resourceGroupName, options, settings);\n },\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: ConnectedEnvironmentsListByResourceGroupOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<ConnectedEnvironment[]> {\n let result: ConnectedEnvironmentsListByResourceGroupResponse;\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(resourceGroupName, continuationToken, options);\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?: ConnectedEnvironmentsListByResourceGroupOptionalParams,\n ): AsyncIterableIterator<ConnectedEnvironment> {\n for await (const page of this.listByResourceGroupPagingPage(resourceGroupName, options)) {\n yield* page;\n }\n }\n\n /**\n * Get all connectedEnvironments for a subscription.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: ConnectedEnvironmentsListBySubscriptionOptionalParams,\n ): Promise<ConnectedEnvironmentsListBySubscriptionResponse> {\n return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec);\n }\n\n /**\n * Get all connectedEnvironments in a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: ConnectedEnvironmentsListByResourceGroupOptionalParams,\n ): Promise<ConnectedEnvironmentsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec,\n );\n }\n\n /**\n * Get the properties of an connectedEnvironment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the connectedEnvironment.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n options?: ConnectedEnvironmentsGetOptionalParams,\n ): Promise<ConnectedEnvironmentsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, connectedEnvironmentName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Creates or updates an connectedEnvironment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the connectedEnvironment.\n * @param environmentEnvelope Configuration details of the connectedEnvironment.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n environmentEnvelope: ConnectedEnvironment,\n options?: ConnectedEnvironmentsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ConnectedEnvironmentsCreateOrUpdateResponse>,\n ConnectedEnvironmentsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<ConnectedEnvironmentsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n connectedEnvironmentName,\n environmentEnvelope,\n options,\n },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n ConnectedEnvironmentsCreateOrUpdateResponse,\n OperationState<ConnectedEnvironmentsCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates an connectedEnvironment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the connectedEnvironment.\n * @param environmentEnvelope Configuration details of the connectedEnvironment.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n environmentEnvelope: ConnectedEnvironment,\n options?: ConnectedEnvironmentsCreateOrUpdateOptionalParams,\n ): Promise<ConnectedEnvironmentsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n connectedEnvironmentName,\n environmentEnvelope,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete an connectedEnvironment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the connectedEnvironment.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n options?: ConnectedEnvironmentsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, connectedEnvironmentName, options },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete an connectedEnvironment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the connectedEnvironment.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n options?: ConnectedEnvironmentsDeleteOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDelete(resourceGroupName, connectedEnvironmentName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Patches a Managed Environment. Only patching of tags is supported currently\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the connectedEnvironment.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n options?: ConnectedEnvironmentsUpdateOptionalParams,\n ): Promise<ConnectedEnvironmentsUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, connectedEnvironmentName, options },\n updateOperationSpec,\n );\n }\n\n /**\n * Checks if resource connectedEnvironmentName is available.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the Managed Environment.\n * @param checkNameAvailabilityRequest The check connectedEnvironmentName availability request.\n * @param options The options parameters.\n */\n checkNameAvailability(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n checkNameAvailabilityRequest: CheckNameAvailabilityRequest,\n options?: ConnectedEnvironmentsCheckNameAvailabilityOptionalParams,\n ): Promise<ConnectedEnvironmentsCheckNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n connectedEnvironmentName,\n checkNameAvailabilityRequest,\n options,\n },\n checkNameAvailabilityOperationSpec,\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?: ConnectedEnvironmentsListBySubscriptionNextOptionalParams,\n ): Promise<ConnectedEnvironmentsListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec,\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\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?: ConnectedEnvironmentsListByResourceGroupNextOptionalParams,\n ): Promise<ConnectedEnvironmentsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.App/connectedEnvironments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectedEnvironmentCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectedEnvironmentCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectedEnvironment,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.connectedEnvironmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectedEnvironment,\n },\n 201: {\n bodyMapper: Mappers.ConnectedEnvironment,\n },\n 202: {\n bodyMapper: Mappers.ConnectedEnvironment,\n },\n 204: {\n bodyMapper: Mappers.ConnectedEnvironment,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.environmentEnvelope,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.connectedEnvironmentName,\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.connectedEnvironmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectedEnvironment,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.environmentEnvelope1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.connectedEnvironmentName,\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst checkNameAvailabilityOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/checkNameAvailability\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CheckNameAvailabilityResponse,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.checkNameAvailabilityRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.connectedEnvironmentName,\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectedEnvironmentCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectedEnvironmentCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
1
|
+
{"version":3,"file":"connectedEnvironments.js","sourceRoot":"","sources":["../../../src/operations/connectedEnvironments.ts"],"names":[],"mappings":"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","sourcesContent":["// 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\nimport type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport type { ConnectedEnvironments } 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 type { ContainerAppsAPIClient } from \"../containerAppsAPIClient.js\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport { createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport type {\n ConnectedEnvironment,\n ConnectedEnvironmentsListBySubscriptionNextOptionalParams,\n ConnectedEnvironmentsListBySubscriptionOptionalParams,\n ConnectedEnvironmentsListBySubscriptionResponse,\n ConnectedEnvironmentsListByResourceGroupNextOptionalParams,\n ConnectedEnvironmentsListByResourceGroupOptionalParams,\n ConnectedEnvironmentsListByResourceGroupResponse,\n ConnectedEnvironmentsGetOptionalParams,\n ConnectedEnvironmentsGetResponse,\n ConnectedEnvironmentsCreateOrUpdateOptionalParams,\n ConnectedEnvironmentsCreateOrUpdateResponse,\n ConnectedEnvironmentsDeleteOptionalParams,\n ConnectedEnvironmentPatchResource,\n ConnectedEnvironmentsUpdateOptionalParams,\n ConnectedEnvironmentsUpdateResponse,\n CheckNameAvailabilityRequest,\n ConnectedEnvironmentsCheckNameAvailabilityOptionalParams,\n ConnectedEnvironmentsCheckNameAvailabilityResponse,\n ConnectedEnvironmentsListBySubscriptionNextResponse,\n ConnectedEnvironmentsListByResourceGroupNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ConnectedEnvironments operations. */\nexport class ConnectedEnvironmentsImpl implements ConnectedEnvironments {\n private readonly client: ContainerAppsAPIClient;\n\n /**\n * Initialize a new instance of the class ConnectedEnvironments class.\n * @param client Reference to the service client\n */\n constructor(client: ContainerAppsAPIClient) {\n this.client = client;\n }\n\n /**\n * Get all connectedEnvironments for a subscription.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: ConnectedEnvironmentsListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<ConnectedEnvironment> {\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?: ConnectedEnvironmentsListBySubscriptionOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<ConnectedEnvironment[]> {\n let result: ConnectedEnvironmentsListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(options);\n const 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 const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: ConnectedEnvironmentsListBySubscriptionOptionalParams,\n ): AsyncIterableIterator<ConnectedEnvironment> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Get all connectedEnvironments in a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: ConnectedEnvironmentsListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<ConnectedEnvironment> {\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(resourceGroupName, options, settings);\n },\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: ConnectedEnvironmentsListByResourceGroupOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<ConnectedEnvironment[]> {\n let result: ConnectedEnvironmentsListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(resourceGroupName, continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: ConnectedEnvironmentsListByResourceGroupOptionalParams,\n ): AsyncIterableIterator<ConnectedEnvironment> {\n for await (const page of this.listByResourceGroupPagingPage(resourceGroupName, options)) {\n yield* page;\n }\n }\n\n /**\n * Get all connectedEnvironments for a subscription.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: ConnectedEnvironmentsListBySubscriptionOptionalParams,\n ): Promise<ConnectedEnvironmentsListBySubscriptionResponse> {\n return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec);\n }\n\n /**\n * Get all connectedEnvironments in a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: ConnectedEnvironmentsListByResourceGroupOptionalParams,\n ): Promise<ConnectedEnvironmentsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec,\n );\n }\n\n /**\n * Get the properties of an connectedEnvironment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the connectedEnvironment.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n options?: ConnectedEnvironmentsGetOptionalParams,\n ): Promise<ConnectedEnvironmentsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, connectedEnvironmentName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Creates or updates an connectedEnvironment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the connectedEnvironment.\n * @param environmentEnvelope Configuration details of the connectedEnvironment.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n environmentEnvelope: ConnectedEnvironment,\n options?: ConnectedEnvironmentsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ConnectedEnvironmentsCreateOrUpdateResponse>,\n ConnectedEnvironmentsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<ConnectedEnvironmentsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n connectedEnvironmentName,\n environmentEnvelope,\n options,\n },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n ConnectedEnvironmentsCreateOrUpdateResponse,\n OperationState<ConnectedEnvironmentsCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates an connectedEnvironment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the connectedEnvironment.\n * @param environmentEnvelope Configuration details of the connectedEnvironment.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n environmentEnvelope: ConnectedEnvironment,\n options?: ConnectedEnvironmentsCreateOrUpdateOptionalParams,\n ): Promise<ConnectedEnvironmentsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n connectedEnvironmentName,\n environmentEnvelope,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete an connectedEnvironment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the connectedEnvironment.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n options?: ConnectedEnvironmentsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, connectedEnvironmentName, options },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete an connectedEnvironment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the connectedEnvironment.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n options?: ConnectedEnvironmentsDeleteOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDelete(resourceGroupName, connectedEnvironmentName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Patches a Managed Environment. Only patching of tags is supported currently\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the connectedEnvironment.\n * @param environmentEnvelope Configuration details of the connectedEnvironment.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n environmentEnvelope: ConnectedEnvironmentPatchResource,\n options?: ConnectedEnvironmentsUpdateOptionalParams,\n ): Promise<ConnectedEnvironmentsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n connectedEnvironmentName,\n environmentEnvelope,\n options,\n },\n updateOperationSpec,\n );\n }\n\n /**\n * Checks if resource connectedEnvironmentName is available.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the Managed Environment.\n * @param checkNameAvailabilityRequest The check connectedEnvironmentName availability request.\n * @param options The options parameters.\n */\n checkNameAvailability(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n checkNameAvailabilityRequest: CheckNameAvailabilityRequest,\n options?: ConnectedEnvironmentsCheckNameAvailabilityOptionalParams,\n ): Promise<ConnectedEnvironmentsCheckNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n connectedEnvironmentName,\n checkNameAvailabilityRequest,\n options,\n },\n checkNameAvailabilityOperationSpec,\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?: ConnectedEnvironmentsListBySubscriptionNextOptionalParams,\n ): Promise<ConnectedEnvironmentsListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec,\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\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?: ConnectedEnvironmentsListByResourceGroupNextOptionalParams,\n ): Promise<ConnectedEnvironmentsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.App/connectedEnvironments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectedEnvironmentCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectedEnvironmentCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectedEnvironment,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.connectedEnvironmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectedEnvironment,\n },\n 201: {\n bodyMapper: Mappers.ConnectedEnvironment,\n },\n 202: {\n bodyMapper: Mappers.ConnectedEnvironment,\n },\n 204: {\n bodyMapper: Mappers.ConnectedEnvironment,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.environmentEnvelope,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.connectedEnvironmentName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.connectedEnvironmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectedEnvironment,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.environmentEnvelope1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.connectedEnvironmentName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst checkNameAvailabilityOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/checkNameAvailability\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CheckNameAvailabilityResponse,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.checkNameAvailabilityRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.connectedEnvironmentName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectedEnvironmentCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectedEnvironmentCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { ConnectedEnvironmentsCertificates } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { ContainerAppsAPIClient } from "../containerAppsAPIClient.js";
|
|
4
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
-
import { Certificate, ConnectedEnvironmentsCertificatesListOptionalParams, ConnectedEnvironmentsCertificatesGetOptionalParams, ConnectedEnvironmentsCertificatesGetResponse, ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams, ConnectedEnvironmentsCertificatesCreateOrUpdateResponse, ConnectedEnvironmentsCertificatesDeleteOptionalParams, ConnectedEnvironmentsCertificatesDeleteResponse, CertificatePatch, ConnectedEnvironmentsCertificatesUpdateOptionalParams, ConnectedEnvironmentsCertificatesUpdateResponse } from "../models/index.js";
|
|
1
|
+
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import type { ConnectedEnvironmentsCertificates } from "../operationsInterfaces/index.js";
|
|
3
|
+
import type { ContainerAppsAPIClient } from "../containerAppsAPIClient.js";
|
|
4
|
+
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
+
import type { Certificate, ConnectedEnvironmentsCertificatesListOptionalParams, ConnectedEnvironmentsCertificatesGetOptionalParams, ConnectedEnvironmentsCertificatesGetResponse, ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams, ConnectedEnvironmentsCertificatesCreateOrUpdateResponse, ConnectedEnvironmentsCertificatesDeleteOptionalParams, ConnectedEnvironmentsCertificatesDeleteResponse, CertificatePatch, ConnectedEnvironmentsCertificatesUpdateOptionalParams, ConnectedEnvironmentsCertificatesUpdateResponse } from "../models/index.js";
|
|
6
6
|
/** Class containing ConnectedEnvironmentsCertificates operations. */
|
|
7
7
|
export declare class ConnectedEnvironmentsCertificatesImpl implements ConnectedEnvironmentsCertificates {
|
|
8
8
|
private readonly client;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connectedEnvironmentsCertificates.d.ts","sourceRoot":"","sources":["../../../src/operations/connectedEnvironmentsCertificates.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"connectedEnvironmentsCertificates.d.ts","sourceRoot":"","sources":["../../../src/operations/connectedEnvironmentsCertificates.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAEnF,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,kCAAkC,CAAC;AAI1F,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AAC3E,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGxE,OAAO,KAAK,EACV,WAAW,EAEX,mDAAmD,EAEnD,kDAAkD,EAClD,4CAA4C,EAC5C,6DAA6D,EAC7D,uDAAuD,EACvD,qDAAqD,EACrD,+CAA+C,EAC/C,gBAAgB,EAChB,qDAAqD,EACrD,+CAA+C,EAEhD,MAAM,oBAAoB,CAAC;AAG5B,qEAAqE;AACrE,qBAAa,qCAAsC,YAAW,iCAAiC;IAC7F,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;IAEhD;;;OAGG;gBACS,MAAM,EAAE,sBAAsB;IAI1C;;;;;OAKG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,OAAO,CAAC,EAAE,mDAAmD,GAC5D,0BAA0B,CAAC,WAAW,CAAC;YAkB3B,cAAc;YA6Bd,aAAa;IAc5B;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CAAC,4CAA4C,CAAC;IAOxD;;;;;;OAMG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,6DAA6D,GACtE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,uDAAuD,CAAC,EACvE,uDAAuD,CACxD,CACF;IA4DD;;;;;;OAMG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,6DAA6D,GACtE,OAAO,CAAC,uDAAuD,CAAC;IAUnE;;;;;;OAMG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,qDAAqD,GAC9D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,+CAA+C,CAAC,EAC/D,+CAA+C,CAChD,CACF;IA4DD;;;;;;OAMG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,qDAAqD,GAC9D,OAAO,CAAC,+CAA+C,CAAC;IAU3D;;;;;;;OAOG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,eAAe,EAAE,MAAM,EACvB,mBAAmB,EAAE,gBAAgB,EACrC,OAAO,CAAC,EAAE,qDAAqD,GAC9D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,+CAA+C,CAAC,EAC/D,+CAA+C,CAChD,CACF;IA6DD;;;;;;;OAOG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,eAAe,EAAE,MAAM,EACvB,mBAAmB,EAAE,gBAAgB,EACrC,OAAO,CAAC,EAAE,qDAAqD,GAC9D,OAAO,CAAC,+CAA+C,CAAC;IAW3D;;;;;;OAMG;IACH,OAAO,CAAC,SAAS;CAWlB"}
|
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
9
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
5
|
exports.ConnectedEnvironmentsCertificatesImpl = void 0;
|
|
11
6
|
const tslib_1 = require("tslib");
|
|
@@ -54,7 +49,7 @@ class ConnectedEnvironmentsCertificatesImpl {
|
|
|
54
49
|
let continuationToken = settings?.continuationToken;
|
|
55
50
|
if (!continuationToken) {
|
|
56
51
|
result = await this._list(resourceGroupName, connectedEnvironmentName, options);
|
|
57
|
-
|
|
52
|
+
const page = result.value || [];
|
|
58
53
|
continuationToken = result.nextLink;
|
|
59
54
|
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
60
55
|
yield page;
|
|
@@ -62,7 +57,7 @@ class ConnectedEnvironmentsCertificatesImpl {
|
|
|
62
57
|
while (continuationToken) {
|
|
63
58
|
result = await this._listNext(resourceGroupName, connectedEnvironmentName, continuationToken, options);
|
|
64
59
|
continuationToken = result.nextLink;
|
|
65
|
-
|
|
60
|
+
const page = result.value || [];
|
|
66
61
|
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
67
62
|
yield page;
|
|
68
63
|
}
|
|
@@ -308,7 +303,7 @@ const listOperationSpec = {
|
|
|
308
303
|
bodyMapper: Mappers.CertificateCollection,
|
|
309
304
|
},
|
|
310
305
|
default: {
|
|
311
|
-
bodyMapper: Mappers.
|
|
306
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
312
307
|
},
|
|
313
308
|
},
|
|
314
309
|
queryParameters: [Parameters.apiVersion],
|
|
@@ -329,7 +324,7 @@ const getOperationSpec = {
|
|
|
329
324
|
bodyMapper: Mappers.Certificate,
|
|
330
325
|
},
|
|
331
326
|
default: {
|
|
332
|
-
bodyMapper: Mappers.
|
|
327
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
333
328
|
},
|
|
334
329
|
},
|
|
335
330
|
queryParameters: [Parameters.apiVersion],
|
|
@@ -372,7 +367,7 @@ const createOrUpdateOperationSpec = {
|
|
|
372
367
|
Parameters.connectedEnvironmentName,
|
|
373
368
|
Parameters.certificateName,
|
|
374
369
|
],
|
|
375
|
-
headerParameters: [Parameters.
|
|
370
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
376
371
|
mediaType: "json",
|
|
377
372
|
serializer,
|
|
378
373
|
};
|
|
@@ -436,7 +431,7 @@ const updateOperationSpec = {
|
|
|
436
431
|
Parameters.connectedEnvironmentName,
|
|
437
432
|
Parameters.certificateName,
|
|
438
433
|
],
|
|
439
|
-
headerParameters: [Parameters.
|
|
434
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
440
435
|
mediaType: "json",
|
|
441
436
|
serializer,
|
|
442
437
|
};
|
|
@@ -448,7 +443,7 @@ const listNextOperationSpec = {
|
|
|
448
443
|
bodyMapper: Mappers.CertificateCollection,
|
|
449
444
|
},
|
|
450
445
|
default: {
|
|
451
|
-
bodyMapper: Mappers.
|
|
446
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
452
447
|
},
|
|
453
448
|
},
|
|
454
449
|
urlParameters: [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connectedEnvironmentsCertificates.js","sourceRoot":"","sources":["../../../src/operations/connectedEnvironmentsCertificates.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 { ConnectedEnvironmentsCertificates } 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 { ContainerAppsAPIClient } from \"../containerAppsAPIClient.js\";\nimport { SimplePollerLike, OperationState, createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n Certificate,\n ConnectedEnvironmentsCertificatesListNextOptionalParams,\n ConnectedEnvironmentsCertificatesListOptionalParams,\n ConnectedEnvironmentsCertificatesListResponse,\n ConnectedEnvironmentsCertificatesGetOptionalParams,\n ConnectedEnvironmentsCertificatesGetResponse,\n ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams,\n ConnectedEnvironmentsCertificatesCreateOrUpdateResponse,\n ConnectedEnvironmentsCertificatesDeleteOptionalParams,\n ConnectedEnvironmentsCertificatesDeleteResponse,\n CertificatePatch,\n ConnectedEnvironmentsCertificatesUpdateOptionalParams,\n ConnectedEnvironmentsCertificatesUpdateResponse,\n ConnectedEnvironmentsCertificatesListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ConnectedEnvironmentsCertificates operations. */\nexport class ConnectedEnvironmentsCertificatesImpl implements ConnectedEnvironmentsCertificates {\n private readonly client: ContainerAppsAPIClient;\n\n /**\n * Initialize a new instance of the class ConnectedEnvironmentsCertificates class.\n * @param client Reference to the service client\n */\n constructor(client: ContainerAppsAPIClient) {\n this.client = client;\n }\n\n /**\n * Get the Certificates in a given connected environment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the Connected Environment.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n options?: ConnectedEnvironmentsCertificatesListOptionalParams,\n ): PagedAsyncIterableIterator<Certificate> {\n const iter = this.listPagingAll(resourceGroupName, connectedEnvironmentName, 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.listPagingPage(resourceGroupName, connectedEnvironmentName, options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n options?: ConnectedEnvironmentsCertificatesListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Certificate[]> {\n let result: ConnectedEnvironmentsCertificatesListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(resourceGroupName, connectedEnvironmentName, 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._listNext(\n resourceGroupName,\n connectedEnvironmentName,\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 connectedEnvironmentName: string,\n options?: ConnectedEnvironmentsCertificatesListOptionalParams,\n ): AsyncIterableIterator<Certificate> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n connectedEnvironmentName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Get the Certificates in a given connected environment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the Connected Environment.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n options?: ConnectedEnvironmentsCertificatesListOptionalParams,\n ): Promise<ConnectedEnvironmentsCertificatesListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, connectedEnvironmentName, options },\n listOperationSpec,\n );\n }\n\n /**\n * Get the specified Certificate.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the Connected Environment.\n * @param certificateName Name of the Certificate.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n certificateName: string,\n options?: ConnectedEnvironmentsCertificatesGetOptionalParams,\n ): Promise<ConnectedEnvironmentsCertificatesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, connectedEnvironmentName, certificateName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Create or Update a Certificate.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the Connected Environment.\n * @param certificateName Name of the Certificate.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n certificateName: string,\n options?: ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ConnectedEnvironmentsCertificatesCreateOrUpdateResponse>,\n ConnectedEnvironmentsCertificatesCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<ConnectedEnvironmentsCertificatesCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n connectedEnvironmentName,\n certificateName,\n options,\n },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n ConnectedEnvironmentsCertificatesCreateOrUpdateResponse,\n OperationState<ConnectedEnvironmentsCertificatesCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create or Update a Certificate.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the Connected Environment.\n * @param certificateName Name of the Certificate.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n certificateName: string,\n options?: ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams,\n ): Promise<ConnectedEnvironmentsCertificatesCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n connectedEnvironmentName,\n certificateName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Deletes the specified Certificate.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the Connected Environment.\n * @param certificateName Name of the Certificate.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n certificateName: string,\n options?: ConnectedEnvironmentsCertificatesDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ConnectedEnvironmentsCertificatesDeleteResponse>,\n ConnectedEnvironmentsCertificatesDeleteResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<ConnectedEnvironmentsCertificatesDeleteResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n connectedEnvironmentName,\n certificateName,\n options,\n },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<\n ConnectedEnvironmentsCertificatesDeleteResponse,\n OperationState<ConnectedEnvironmentsCertificatesDeleteResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes the specified Certificate.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the Connected Environment.\n * @param certificateName Name of the Certificate.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n certificateName: string,\n options?: ConnectedEnvironmentsCertificatesDeleteOptionalParams,\n ): Promise<ConnectedEnvironmentsCertificatesDeleteResponse> {\n const poller = await this.beginDelete(\n resourceGroupName,\n connectedEnvironmentName,\n certificateName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Patches a certificate. Currently only patching of tags is supported\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the Connected Environment.\n * @param certificateName Name of the Certificate.\n * @param certificateEnvelope Properties of a certificate that need to be updated\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n certificateName: string,\n certificateEnvelope: CertificatePatch,\n options?: ConnectedEnvironmentsCertificatesUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ConnectedEnvironmentsCertificatesUpdateResponse>,\n ConnectedEnvironmentsCertificatesUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<ConnectedEnvironmentsCertificatesUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n connectedEnvironmentName,\n certificateName,\n certificateEnvelope,\n options,\n },\n spec: updateOperationSpec,\n });\n const poller = await createHttpPoller<\n ConnectedEnvironmentsCertificatesUpdateResponse,\n OperationState<ConnectedEnvironmentsCertificatesUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Patches a certificate. Currently only patching of tags is supported\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the Connected Environment.\n * @param certificateName Name of the Certificate.\n * @param certificateEnvelope Properties of a certificate that need to be updated\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n certificateName: string,\n certificateEnvelope: CertificatePatch,\n options?: ConnectedEnvironmentsCertificatesUpdateOptionalParams,\n ): Promise<ConnectedEnvironmentsCertificatesUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n connectedEnvironmentName,\n certificateName,\n certificateEnvelope,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the Connected Environment.\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 connectedEnvironmentName: string,\n nextLink: string,\n options?: ConnectedEnvironmentsCertificatesListNextOptionalParams,\n ): Promise<ConnectedEnvironmentsCertificatesListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, connectedEnvironmentName, nextLink, options },\n listNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/certificates\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CertificateCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.connectedEnvironmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/certificates/{certificateName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Certificate,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.connectedEnvironmentName,\n Parameters.certificateName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/certificates/{certificateName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Certificate,\n },\n 201: {\n bodyMapper: Mappers.Certificate,\n },\n 202: {\n bodyMapper: Mappers.Certificate,\n },\n 204: {\n bodyMapper: Mappers.Certificate,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.certificateEnvelope,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.connectedEnvironmentName,\n Parameters.certificateName,\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/certificates/{certificateName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.ConnectedEnvironmentsCertificatesDeleteHeaders,\n },\n 201: {\n headersMapper: Mappers.ConnectedEnvironmentsCertificatesDeleteHeaders,\n },\n 202: {\n headersMapper: Mappers.ConnectedEnvironmentsCertificatesDeleteHeaders,\n },\n 204: {\n headersMapper: Mappers.ConnectedEnvironmentsCertificatesDeleteHeaders,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.connectedEnvironmentName,\n Parameters.certificateName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/certificates/{certificateName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Certificate,\n },\n 201: {\n bodyMapper: Mappers.Certificate,\n },\n 202: {\n bodyMapper: Mappers.Certificate,\n },\n 204: {\n bodyMapper: Mappers.Certificate,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.certificateEnvelope1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.connectedEnvironmentName,\n Parameters.certificateName,\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CertificateCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.connectedEnvironmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
1
|
+
{"version":3,"file":"connectedEnvironmentsCertificates.js","sourceRoot":"","sources":["../../../src/operations/connectedEnvironmentsCertificates.ts"],"names":[],"mappings":"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","sourcesContent":["// 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\nimport type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport type { ConnectedEnvironmentsCertificates } 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 type { ContainerAppsAPIClient } from \"../containerAppsAPIClient.js\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport { createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport type {\n Certificate,\n ConnectedEnvironmentsCertificatesListNextOptionalParams,\n ConnectedEnvironmentsCertificatesListOptionalParams,\n ConnectedEnvironmentsCertificatesListResponse,\n ConnectedEnvironmentsCertificatesGetOptionalParams,\n ConnectedEnvironmentsCertificatesGetResponse,\n ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams,\n ConnectedEnvironmentsCertificatesCreateOrUpdateResponse,\n ConnectedEnvironmentsCertificatesDeleteOptionalParams,\n ConnectedEnvironmentsCertificatesDeleteResponse,\n CertificatePatch,\n ConnectedEnvironmentsCertificatesUpdateOptionalParams,\n ConnectedEnvironmentsCertificatesUpdateResponse,\n ConnectedEnvironmentsCertificatesListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ConnectedEnvironmentsCertificates operations. */\nexport class ConnectedEnvironmentsCertificatesImpl implements ConnectedEnvironmentsCertificates {\n private readonly client: ContainerAppsAPIClient;\n\n /**\n * Initialize a new instance of the class ConnectedEnvironmentsCertificates class.\n * @param client Reference to the service client\n */\n constructor(client: ContainerAppsAPIClient) {\n this.client = client;\n }\n\n /**\n * Get the Certificates in a given connected environment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the Connected Environment.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n options?: ConnectedEnvironmentsCertificatesListOptionalParams,\n ): PagedAsyncIterableIterator<Certificate> {\n const iter = this.listPagingAll(resourceGroupName, connectedEnvironmentName, 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.listPagingPage(resourceGroupName, connectedEnvironmentName, options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n options?: ConnectedEnvironmentsCertificatesListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Certificate[]> {\n let result: ConnectedEnvironmentsCertificatesListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(resourceGroupName, connectedEnvironmentName, options);\n const 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 connectedEnvironmentName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n options?: ConnectedEnvironmentsCertificatesListOptionalParams,\n ): AsyncIterableIterator<Certificate> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n connectedEnvironmentName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Get the Certificates in a given connected environment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the Connected Environment.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n options?: ConnectedEnvironmentsCertificatesListOptionalParams,\n ): Promise<ConnectedEnvironmentsCertificatesListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, connectedEnvironmentName, options },\n listOperationSpec,\n );\n }\n\n /**\n * Get the specified Certificate.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the Connected Environment.\n * @param certificateName Name of the Certificate.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n certificateName: string,\n options?: ConnectedEnvironmentsCertificatesGetOptionalParams,\n ): Promise<ConnectedEnvironmentsCertificatesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, connectedEnvironmentName, certificateName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Create or Update a Certificate.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the Connected Environment.\n * @param certificateName Name of the Certificate.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n certificateName: string,\n options?: ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ConnectedEnvironmentsCertificatesCreateOrUpdateResponse>,\n ConnectedEnvironmentsCertificatesCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<ConnectedEnvironmentsCertificatesCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n connectedEnvironmentName,\n certificateName,\n options,\n },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n ConnectedEnvironmentsCertificatesCreateOrUpdateResponse,\n OperationState<ConnectedEnvironmentsCertificatesCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create or Update a Certificate.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the Connected Environment.\n * @param certificateName Name of the Certificate.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n certificateName: string,\n options?: ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams,\n ): Promise<ConnectedEnvironmentsCertificatesCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n connectedEnvironmentName,\n certificateName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Deletes the specified Certificate.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the Connected Environment.\n * @param certificateName Name of the Certificate.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n certificateName: string,\n options?: ConnectedEnvironmentsCertificatesDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ConnectedEnvironmentsCertificatesDeleteResponse>,\n ConnectedEnvironmentsCertificatesDeleteResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<ConnectedEnvironmentsCertificatesDeleteResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n connectedEnvironmentName,\n certificateName,\n options,\n },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<\n ConnectedEnvironmentsCertificatesDeleteResponse,\n OperationState<ConnectedEnvironmentsCertificatesDeleteResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes the specified Certificate.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the Connected Environment.\n * @param certificateName Name of the Certificate.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n certificateName: string,\n options?: ConnectedEnvironmentsCertificatesDeleteOptionalParams,\n ): Promise<ConnectedEnvironmentsCertificatesDeleteResponse> {\n const poller = await this.beginDelete(\n resourceGroupName,\n connectedEnvironmentName,\n certificateName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Patches a certificate. Currently only patching of tags is supported\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the Connected Environment.\n * @param certificateName Name of the Certificate.\n * @param certificateEnvelope Properties of a certificate that need to be updated\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n certificateName: string,\n certificateEnvelope: CertificatePatch,\n options?: ConnectedEnvironmentsCertificatesUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ConnectedEnvironmentsCertificatesUpdateResponse>,\n ConnectedEnvironmentsCertificatesUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<ConnectedEnvironmentsCertificatesUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n connectedEnvironmentName,\n certificateName,\n certificateEnvelope,\n options,\n },\n spec: updateOperationSpec,\n });\n const poller = await createHttpPoller<\n ConnectedEnvironmentsCertificatesUpdateResponse,\n OperationState<ConnectedEnvironmentsCertificatesUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Patches a certificate. Currently only patching of tags is supported\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the Connected Environment.\n * @param certificateName Name of the Certificate.\n * @param certificateEnvelope Properties of a certificate that need to be updated\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n connectedEnvironmentName: string,\n certificateName: string,\n certificateEnvelope: CertificatePatch,\n options?: ConnectedEnvironmentsCertificatesUpdateOptionalParams,\n ): Promise<ConnectedEnvironmentsCertificatesUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n connectedEnvironmentName,\n certificateName,\n certificateEnvelope,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param connectedEnvironmentName Name of the Connected Environment.\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 connectedEnvironmentName: string,\n nextLink: string,\n options?: ConnectedEnvironmentsCertificatesListNextOptionalParams,\n ): Promise<ConnectedEnvironmentsCertificatesListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, connectedEnvironmentName, nextLink, options },\n listNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/certificates\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CertificateCollection,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.connectedEnvironmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/certificates/{certificateName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Certificate,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.connectedEnvironmentName,\n Parameters.certificateName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/certificates/{certificateName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Certificate,\n },\n 201: {\n bodyMapper: Mappers.Certificate,\n },\n 202: {\n bodyMapper: Mappers.Certificate,\n },\n 204: {\n bodyMapper: Mappers.Certificate,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.certificateEnvelope,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.connectedEnvironmentName,\n Parameters.certificateName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/certificates/{certificateName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.ConnectedEnvironmentsCertificatesDeleteHeaders,\n },\n 201: {\n headersMapper: Mappers.ConnectedEnvironmentsCertificatesDeleteHeaders,\n },\n 202: {\n headersMapper: Mappers.ConnectedEnvironmentsCertificatesDeleteHeaders,\n },\n 204: {\n headersMapper: Mappers.ConnectedEnvironmentsCertificatesDeleteHeaders,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.connectedEnvironmentName,\n Parameters.certificateName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/certificates/{certificateName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Certificate,\n },\n 201: {\n bodyMapper: Mappers.Certificate,\n },\n 202: {\n bodyMapper: Mappers.Certificate,\n },\n 204: {\n bodyMapper: Mappers.Certificate,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.certificateEnvelope1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.connectedEnvironmentName,\n Parameters.certificateName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CertificateCollection,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.connectedEnvironmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { ConnectedEnvironmentsDaprComponents } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { ContainerAppsAPIClient } from "../containerAppsAPIClient.js";
|
|
4
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
-
import {
|
|
1
|
+
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import type { ConnectedEnvironmentsDaprComponents } from "../operationsInterfaces/index.js";
|
|
3
|
+
import type { ContainerAppsAPIClient } from "../containerAppsAPIClient.js";
|
|
4
|
+
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
+
import type { DaprComponent, ConnectedEnvironmentsDaprComponentsListOptionalParams, ConnectedEnvironmentsDaprComponentsGetOptionalParams, ConnectedEnvironmentsDaprComponentsGetResponse, ConnectedEnvironmentsDaprComponentsCreateOrUpdateOptionalParams, ConnectedEnvironmentsDaprComponentsCreateOrUpdateResponse, ConnectedEnvironmentsDaprComponentsDeleteOptionalParams, ConnectedEnvironmentsDaprComponentsDeleteResponse, ConnectedEnvironmentsDaprComponentsListSecretsOptionalParams, ConnectedEnvironmentsDaprComponentsListSecretsResponse } from "../models/index.js";
|
|
6
6
|
/** Class containing ConnectedEnvironmentsDaprComponents operations. */
|
|
7
7
|
export declare class ConnectedEnvironmentsDaprComponentsImpl implements ConnectedEnvironmentsDaprComponents {
|
|
8
8
|
private readonly client;
|
|
@@ -17,7 +17,7 @@ export declare class ConnectedEnvironmentsDaprComponentsImpl implements Connecte
|
|
|
17
17
|
* @param connectedEnvironmentName Name of the connected environment.
|
|
18
18
|
* @param options The options parameters.
|
|
19
19
|
*/
|
|
20
|
-
list(resourceGroupName: string, connectedEnvironmentName: string, options?: ConnectedEnvironmentsDaprComponentsListOptionalParams): PagedAsyncIterableIterator<
|
|
20
|
+
list(resourceGroupName: string, connectedEnvironmentName: string, options?: ConnectedEnvironmentsDaprComponentsListOptionalParams): PagedAsyncIterableIterator<DaprComponent>;
|
|
21
21
|
private listPagingPage;
|
|
22
22
|
private listPagingAll;
|
|
23
23
|
/**
|
|
@@ -43,7 +43,7 @@ export declare class ConnectedEnvironmentsDaprComponentsImpl implements Connecte
|
|
|
43
43
|
* @param daprComponentEnvelope Configuration details of the Dapr Component.
|
|
44
44
|
* @param options The options parameters.
|
|
45
45
|
*/
|
|
46
|
-
beginCreateOrUpdate(resourceGroupName: string, connectedEnvironmentName: string, componentName: string, daprComponentEnvelope:
|
|
46
|
+
beginCreateOrUpdate(resourceGroupName: string, connectedEnvironmentName: string, componentName: string, daprComponentEnvelope: DaprComponent, options?: ConnectedEnvironmentsDaprComponentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConnectedEnvironmentsDaprComponentsCreateOrUpdateResponse>, ConnectedEnvironmentsDaprComponentsCreateOrUpdateResponse>>;
|
|
47
47
|
/**
|
|
48
48
|
* Creates or updates a Dapr Component in a connected environment.
|
|
49
49
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -52,7 +52,7 @@ export declare class ConnectedEnvironmentsDaprComponentsImpl implements Connecte
|
|
|
52
52
|
* @param daprComponentEnvelope Configuration details of the Dapr Component.
|
|
53
53
|
* @param options The options parameters.
|
|
54
54
|
*/
|
|
55
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, connectedEnvironmentName: string, componentName: string, daprComponentEnvelope:
|
|
55
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, connectedEnvironmentName: string, componentName: string, daprComponentEnvelope: DaprComponent, options?: ConnectedEnvironmentsDaprComponentsCreateOrUpdateOptionalParams): Promise<ConnectedEnvironmentsDaprComponentsCreateOrUpdateResponse>;
|
|
56
56
|
/**
|
|
57
57
|
* Delete a Dapr Component from a connected environment.
|
|
58
58
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connectedEnvironmentsDaprComponents.d.ts","sourceRoot":"","sources":["../../../src/operations/connectedEnvironmentsDaprComponents.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"connectedEnvironmentsDaprComponents.d.ts","sourceRoot":"","sources":["../../../src/operations/connectedEnvironmentsDaprComponents.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAEnF,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,kCAAkC,CAAC;AAI5F,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AAC3E,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGxE,OAAO,KAAK,EACV,aAAa,EAEb,qDAAqD,EAErD,oDAAoD,EACpD,8CAA8C,EAC9C,+DAA+D,EAC/D,yDAAyD,EACzD,uDAAuD,EACvD,iDAAiD,EACjD,4DAA4D,EAC5D,sDAAsD,EAEvD,MAAM,oBAAoB,CAAC;AAG5B,uEAAuE;AACvE,qBAAa,uCACX,YAAW,mCAAmC;IAE9C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;IAEhD;;;OAGG;gBACS,MAAM,EAAE,sBAAsB;IAI1C;;;;;OAKG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,OAAO,CAAC,EAAE,qDAAqD,GAC9D,0BAA0B,CAAC,aAAa,CAAC;YAkB7B,cAAc;YA6Bd,aAAa;IAc5B;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,oDAAoD,GAC7D,OAAO,CAAC,8CAA8C,CAAC;IAO1D;;;;;;;OAOG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,aAAa,EAAE,MAAM,EACrB,qBAAqB,EAAE,aAAa,EACpC,OAAO,CAAC,EAAE,+DAA+D,GACxE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,yDAAyD,CAAC,EACzE,yDAAyD,CAC1D,CACF;IA6DD;;;;;;;OAOG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,aAAa,EAAE,MAAM,EACrB,qBAAqB,EAAE,aAAa,EACpC,OAAO,CAAC,EAAE,+DAA+D,GACxE,OAAO,CAAC,yDAAyD,CAAC;IAWrE;;;;;;OAMG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,uDAAuD,GAChE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,iDAAiD,CAAC,EACjE,iDAAiD,CAClD,CACF;IA4DD;;;;;;OAMG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,uDAAuD,GAChE,OAAO,CAAC,iDAAiD,CAAC;IAU7D;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,4DAA4D,GACrE,OAAO,CAAC,sDAAsD,CAAC;IAOlE;;;;;;OAMG;IACH,OAAO,CAAC,SAAS;CAWlB"}
|
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
9
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
5
|
exports.ConnectedEnvironmentsDaprComponentsImpl = void 0;
|
|
11
6
|
const tslib_1 = require("tslib");
|
|
@@ -54,7 +49,7 @@ class ConnectedEnvironmentsDaprComponentsImpl {
|
|
|
54
49
|
let continuationToken = settings?.continuationToken;
|
|
55
50
|
if (!continuationToken) {
|
|
56
51
|
result = await this._list(resourceGroupName, connectedEnvironmentName, options);
|
|
57
|
-
|
|
52
|
+
const page = result.value || [];
|
|
58
53
|
continuationToken = result.nextLink;
|
|
59
54
|
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
60
55
|
yield page;
|
|
@@ -62,7 +57,7 @@ class ConnectedEnvironmentsDaprComponentsImpl {
|
|
|
62
57
|
while (continuationToken) {
|
|
63
58
|
result = await this._listNext(resourceGroupName, connectedEnvironmentName, continuationToken, options);
|
|
64
59
|
continuationToken = result.nextLink;
|
|
65
|
-
|
|
60
|
+
const page = result.value || [];
|
|
66
61
|
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
67
62
|
yield page;
|
|
68
63
|
}
|
|
@@ -251,7 +246,7 @@ const listOperationSpec = {
|
|
|
251
246
|
httpMethod: "GET",
|
|
252
247
|
responses: {
|
|
253
248
|
200: {
|
|
254
|
-
bodyMapper: Mappers.
|
|
249
|
+
bodyMapper: Mappers.DaprComponentsCollection,
|
|
255
250
|
},
|
|
256
251
|
default: {
|
|
257
252
|
bodyMapper: Mappers.DefaultErrorResponse,
|
|
@@ -272,7 +267,7 @@ const getOperationSpec = {
|
|
|
272
267
|
httpMethod: "GET",
|
|
273
268
|
responses: {
|
|
274
269
|
200: {
|
|
275
|
-
bodyMapper: Mappers.
|
|
270
|
+
bodyMapper: Mappers.DaprComponent,
|
|
276
271
|
},
|
|
277
272
|
default: {
|
|
278
273
|
bodyMapper: Mappers.DefaultErrorResponse,
|
|
@@ -294,16 +289,16 @@ const createOrUpdateOperationSpec = {
|
|
|
294
289
|
httpMethod: "PUT",
|
|
295
290
|
responses: {
|
|
296
291
|
200: {
|
|
297
|
-
bodyMapper: Mappers.
|
|
292
|
+
bodyMapper: Mappers.DaprComponent,
|
|
298
293
|
},
|
|
299
294
|
201: {
|
|
300
|
-
bodyMapper: Mappers.
|
|
295
|
+
bodyMapper: Mappers.DaprComponent,
|
|
301
296
|
},
|
|
302
297
|
202: {
|
|
303
|
-
bodyMapper: Mappers.
|
|
298
|
+
bodyMapper: Mappers.DaprComponent,
|
|
304
299
|
},
|
|
305
300
|
204: {
|
|
306
|
-
bodyMapper: Mappers.
|
|
301
|
+
bodyMapper: Mappers.DaprComponent,
|
|
307
302
|
},
|
|
308
303
|
default: {
|
|
309
304
|
bodyMapper: Mappers.ErrorResponse,
|
|
@@ -318,7 +313,7 @@ const createOrUpdateOperationSpec = {
|
|
|
318
313
|
Parameters.connectedEnvironmentName,
|
|
319
314
|
Parameters.componentName,
|
|
320
315
|
],
|
|
321
|
-
headerParameters: [Parameters.
|
|
316
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
322
317
|
mediaType: "json",
|
|
323
318
|
serializer,
|
|
324
319
|
};
|
|
@@ -380,7 +375,7 @@ const listNextOperationSpec = {
|
|
|
380
375
|
httpMethod: "GET",
|
|
381
376
|
responses: {
|
|
382
377
|
200: {
|
|
383
|
-
bodyMapper: Mappers.
|
|
378
|
+
bodyMapper: Mappers.DaprComponentsCollection,
|
|
384
379
|
},
|
|
385
380
|
default: {
|
|
386
381
|
bodyMapper: Mappers.DefaultErrorResponse,
|