@azure-rest/batch 1.0.0-beta.3 → 1.0.0-beta.4

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.
Files changed (62) hide show
  1. package/dist/browser/batchClient.js +1 -1
  2. package/dist/browser/batchClient.js.map +1 -1
  3. package/dist/browser/clientDefinitions.d.ts +3 -43
  4. package/dist/browser/clientDefinitions.js.map +1 -1
  5. package/dist/browser/isUnexpected.d.ts +1 -6
  6. package/dist/browser/isUnexpected.js +0 -7
  7. package/dist/browser/isUnexpected.js.map +1 -1
  8. package/dist/browser/models.d.ts +105 -152
  9. package/dist/browser/models.js.map +1 -1
  10. package/dist/browser/outputModels.d.ts +165 -216
  11. package/dist/browser/outputModels.js.map +1 -1
  12. package/dist/browser/parameters.d.ts +1 -171
  13. package/dist/browser/parameters.js.map +1 -1
  14. package/dist/browser/responses.d.ts +1 -112
  15. package/dist/browser/responses.js.map +1 -1
  16. package/dist/commonjs/batchClient.js +1 -1
  17. package/dist/commonjs/batchClient.js.map +1 -1
  18. package/dist/commonjs/clientDefinitions.d.ts +3 -43
  19. package/dist/commonjs/clientDefinitions.js.map +1 -1
  20. package/dist/commonjs/isUnexpected.d.ts +1 -6
  21. package/dist/commonjs/isUnexpected.js +0 -7
  22. package/dist/commonjs/isUnexpected.js.map +1 -1
  23. package/dist/commonjs/models.d.ts +105 -152
  24. package/dist/commonjs/models.js.map +1 -1
  25. package/dist/commonjs/outputModels.d.ts +165 -216
  26. package/dist/commonjs/outputModels.js.map +1 -1
  27. package/dist/commonjs/parameters.d.ts +1 -171
  28. package/dist/commonjs/parameters.js.map +1 -1
  29. package/dist/commonjs/responses.d.ts +1 -112
  30. package/dist/commonjs/responses.js.map +1 -1
  31. package/dist/commonjs/tsdoc-metadata.json +1 -1
  32. package/dist/esm/batchClient.js +1 -1
  33. package/dist/esm/batchClient.js.map +1 -1
  34. package/dist/esm/clientDefinitions.d.ts +3 -43
  35. package/dist/esm/clientDefinitions.js.map +1 -1
  36. package/dist/esm/isUnexpected.d.ts +1 -6
  37. package/dist/esm/isUnexpected.js +0 -7
  38. package/dist/esm/isUnexpected.js.map +1 -1
  39. package/dist/esm/models.d.ts +105 -152
  40. package/dist/esm/models.js.map +1 -1
  41. package/dist/esm/outputModels.d.ts +165 -216
  42. package/dist/esm/outputModels.js.map +1 -1
  43. package/dist/esm/parameters.d.ts +1 -171
  44. package/dist/esm/parameters.js.map +1 -1
  45. package/dist/esm/responses.d.ts +1 -112
  46. package/dist/esm/responses.js.map +1 -1
  47. package/dist/react-native/batchClient.js +1 -1
  48. package/dist/react-native/batchClient.js.map +1 -1
  49. package/dist/react-native/clientDefinitions.d.ts +3 -43
  50. package/dist/react-native/clientDefinitions.js.map +1 -1
  51. package/dist/react-native/isUnexpected.d.ts +1 -6
  52. package/dist/react-native/isUnexpected.js +0 -7
  53. package/dist/react-native/isUnexpected.js.map +1 -1
  54. package/dist/react-native/models.d.ts +105 -152
  55. package/dist/react-native/models.js.map +1 -1
  56. package/dist/react-native/outputModels.d.ts +165 -216
  57. package/dist/react-native/outputModels.js.map +1 -1
  58. package/dist/react-native/parameters.d.ts +1 -171
  59. package/dist/react-native/parameters.js.map +1 -1
  60. package/dist/react-native/responses.d.ts +1 -112
  61. package/dist/react-native/responses.js.map +1 -1
  62. package/package.json +48 -39
@@ -1,6 +1,6 @@
1
1
  import type { RawHttpHeaders } from "@azure/core-rest-pipeline";
2
2
  import type { HttpResponse } from "@azure-rest/core-client";
3
- import type { BatchApplicationListResultOutput, BatchErrorOutput, BatchApplicationOutput, BatchPoolListUsageMetricsResultOutput, BatchPoolListResultOutput, BatchPoolOutput, AutoScaleRunOutput, BatchAccountListSupportedImagesResultOutput, BatchPoolNodeCountsListResultOutput, BatchJobOutput, BatchJobListResultOutput, BatchJobPreparationAndReleaseTaskStatusListResultOutput, BatchTaskCountsResultOutput, BatchCertificateListResultOutput, BatchCertificateStateOutput, BatchCertificateDeleteErrorOutput, BatchJobScheduleOutput, BatchJobScheduleListResultOutput, BatchTaskListResultOutput, BatchCreateTaskCollectionResultOutput, BatchTaskOutput, BatchTaskListSubtasksResultOutput, BatchNodeFileListResultOutput, BatchNodeOutput, BatchNodeRemoteLoginSettingsOutput, UploadBatchServiceLogsResultOutput, BatchNodeListResultOutput, BatchNodeVMExtensionOutput, BatchNodeVMExtensionListResultOutput } from "./outputModels.js";
3
+ import type { BatchApplicationListResultOutput, BatchErrorOutput, BatchApplicationOutput, BatchPoolListUsageMetricsResultOutput, BatchPoolListResultOutput, BatchPoolOutput, AutoScaleRunOutput, BatchAccountListSupportedImagesResultOutput, BatchPoolNodeCountsListResultOutput, BatchJobOutput, BatchJobListResultOutput, BatchJobPreparationAndReleaseTaskStatusListResultOutput, BatchTaskCountsResultOutput, BatchJobScheduleOutput, BatchJobScheduleListResultOutput, BatchTaskListResultOutput, BatchCreateTaskCollectionResultOutput, BatchTaskOutput, BatchTaskListSubtasksResultOutput, BatchNodeFileListResultOutput, BatchNodeOutput, BatchNodeRemoteLoginSettingsOutput, UploadBatchServiceLogsResultOutput, BatchNodeListResultOutput, BatchNodeVMExtensionOutput, BatchNodeVMExtensionListResultOutput } from "./outputModels.js";
4
4
  export interface ListApplications200Headers {
5
5
  /** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
6
6
  etag?: string;
@@ -610,117 +610,6 @@ export interface GetJobTaskCountsDefaultResponse extends HttpResponse {
610
610
  status: string;
611
611
  body: BatchErrorOutput;
612
612
  }
613
- export interface CreateCertificate201Headers {
614
- /** The OData ID of the resource to which the request applied. */
615
- dataserviceid: string;
616
- /** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
617
- etag?: string;
618
- /** The time at which the resource was last modified. */
619
- "last-modified"?: string;
620
- /** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
621
- "client-request-id"?: string;
622
- /** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
623
- "request-id"?: string;
624
- }
625
- /** The request has succeeded and a new resource has been created as a result. */
626
- export interface CreateCertificate201Response extends HttpResponse {
627
- status: "201";
628
- headers: RawHttpHeaders & CreateCertificate201Headers;
629
- }
630
- export interface CreateCertificateDefaultResponse extends HttpResponse {
631
- status: string;
632
- body: BatchErrorOutput;
633
- }
634
- export interface ListCertificates200Headers {
635
- /** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
636
- etag?: string;
637
- /** The time at which the resource was last modified. */
638
- "last-modified"?: string;
639
- /** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
640
- "client-request-id"?: string;
641
- /** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
642
- "request-id"?: string;
643
- }
644
- /** The request has succeeded. */
645
- export interface ListCertificates200Response extends HttpResponse {
646
- status: "200";
647
- body: BatchCertificateListResultOutput;
648
- headers: RawHttpHeaders & ListCertificates200Headers;
649
- }
650
- export interface ListCertificatesDefaultResponse extends HttpResponse {
651
- status: string;
652
- body: BatchErrorOutput;
653
- }
654
- export interface CancelCertificateDeletion204Headers {
655
- /** The OData ID of the resource to which the request applied. */
656
- dataserviceid: string;
657
- /** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
658
- etag?: string;
659
- /** The time at which the resource was last modified. */
660
- "last-modified"?: string;
661
- /** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
662
- "client-request-id"?: string;
663
- /** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
664
- "request-id"?: string;
665
- }
666
- /** There is no content to send for this request, but the headers may be useful. */
667
- export interface CancelCertificateDeletion204Response extends HttpResponse {
668
- status: "204";
669
- headers: RawHttpHeaders & CancelCertificateDeletion204Headers;
670
- }
671
- export interface CancelCertificateDeletionDefaultResponse extends HttpResponse {
672
- status: string;
673
- body: BatchErrorOutput;
674
- }
675
- export interface DeleteCertificate202Headers {
676
- /** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
677
- etag?: string;
678
- /** The time at which the resource was last modified. */
679
- "last-modified"?: string;
680
- /** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
681
- "client-request-id"?: string;
682
- /** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
683
- "request-id"?: string;
684
- }
685
- /** The request has been accepted for processing, but processing has not yet completed. */
686
- export interface DeleteCertificate202Response extends HttpResponse {
687
- status: "202";
688
- headers: RawHttpHeaders & DeleteCertificate202Headers;
689
- }
690
- export interface DeleteCertificateDefaultResponse extends HttpResponse {
691
- status: string;
692
- body: BatchErrorOutput;
693
- }
694
- export interface GetCertificate200Headers {
695
- /** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
696
- etag?: string;
697
- /** The time at which the resource was last modified. */
698
- "last-modified"?: string;
699
- /** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
700
- "client-request-id"?: string;
701
- /** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
702
- "request-id"?: string;
703
- }
704
- /** The request has succeeded. */
705
- export interface GetCertificate200Response extends HttpResponse {
706
- status: "200";
707
- body: {
708
- thumbprint: string;
709
- thumbprintAlgorithm: string;
710
- url?: string;
711
- state?: BatchCertificateStateOutput;
712
- stateTransitionTime?: string;
713
- previousState?: BatchCertificateStateOutput;
714
- previousStateTransitionTime?: string;
715
- publicData?: string;
716
- deleteCertificateError?: BatchCertificateDeleteErrorOutput;
717
- };
718
- headers: RawHttpHeaders & GetCertificate200Headers;
719
- }
720
- export interface GetCertificateDefaultResponse extends HttpResponse {
721
- status: string;
722
- body: BatchErrorOutput;
723
- }
724
613
  export interface JobScheduleExists200Headers {
725
614
  /** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
726
615
  etag?: string;