@azure/arm-trustedsigning 1.0.0-beta.2 → 1.0.0-beta.3

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 (95) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/LICENSE +4 -4
  3. package/README.md +24 -16
  4. package/dist/browser/api/certificateProfiles/index.js +128 -128
  5. package/dist/browser/api/certificateProfiles/index.js.map +1 -1
  6. package/dist/browser/api/codeSigningAccounts/index.js +82 -78
  7. package/dist/browser/api/codeSigningAccounts/index.js.map +1 -1
  8. package/dist/browser/api/codeSigningContext.js +12 -9
  9. package/dist/browser/api/codeSigningContext.js.map +1 -1
  10. package/dist/browser/api/operations/index.js +5 -6
  11. package/dist/browser/api/operations/index.js.map +1 -1
  12. package/dist/browser/classic/certificateProfiles/index.js +3 -1
  13. package/dist/browser/classic/certificateProfiles/index.js.map +1 -1
  14. package/dist/browser/classic/codeSigningAccounts/index.js +3 -1
  15. package/dist/browser/classic/codeSigningAccounts/index.js.map +1 -1
  16. package/dist/browser/classic/operations/index.js +3 -1
  17. package/dist/browser/classic/operations/index.js.map +1 -1
  18. package/dist/browser/codeSigningClient.js +14 -3
  19. package/dist/browser/codeSigningClient.js.map +1 -1
  20. package/dist/browser/restorePollerHelpers.js +11 -13
  21. package/dist/browser/restorePollerHelpers.js.map +1 -1
  22. package/dist/browser/static-helpers/pagingHelpers.js +31 -50
  23. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
  24. package/dist/browser/static-helpers/pollingHelpers.js +14 -11
  25. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
  26. package/dist/commonjs/api/certificateProfiles/index.js +128 -128
  27. package/dist/commonjs/api/certificateProfiles/index.js.map +1 -1
  28. package/dist/commonjs/api/codeSigningAccounts/index.js +82 -78
  29. package/dist/commonjs/api/codeSigningAccounts/index.js.map +1 -1
  30. package/dist/commonjs/api/codeSigningContext.js +12 -9
  31. package/dist/commonjs/api/codeSigningContext.js.map +1 -1
  32. package/dist/commonjs/api/operations/index.js +5 -6
  33. package/dist/commonjs/api/operations/index.js.map +1 -1
  34. package/dist/commonjs/classic/certificateProfiles/index.js +3 -1
  35. package/dist/commonjs/classic/certificateProfiles/index.js.map +1 -1
  36. package/dist/commonjs/classic/codeSigningAccounts/index.js +3 -1
  37. package/dist/commonjs/classic/codeSigningAccounts/index.js.map +1 -1
  38. package/dist/commonjs/classic/operations/index.js +3 -1
  39. package/dist/commonjs/classic/operations/index.js.map +1 -1
  40. package/dist/commonjs/codeSigningClient.js +14 -3
  41. package/dist/commonjs/codeSigningClient.js.map +1 -1
  42. package/dist/commonjs/restorePollerHelpers.js +11 -13
  43. package/dist/commonjs/restorePollerHelpers.js.map +1 -1
  44. package/dist/commonjs/static-helpers/pagingHelpers.js +31 -50
  45. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -1
  46. package/dist/commonjs/static-helpers/pollingHelpers.js +14 -11
  47. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -1
  48. package/dist/commonjs/tsdoc-metadata.json +11 -11
  49. package/dist/esm/api/certificateProfiles/index.js +128 -128
  50. package/dist/esm/api/certificateProfiles/index.js.map +1 -1
  51. package/dist/esm/api/codeSigningAccounts/index.js +82 -78
  52. package/dist/esm/api/codeSigningAccounts/index.js.map +1 -1
  53. package/dist/esm/api/codeSigningContext.js +12 -9
  54. package/dist/esm/api/codeSigningContext.js.map +1 -1
  55. package/dist/esm/api/operations/index.js +5 -6
  56. package/dist/esm/api/operations/index.js.map +1 -1
  57. package/dist/esm/classic/certificateProfiles/index.js +3 -1
  58. package/dist/esm/classic/certificateProfiles/index.js.map +1 -1
  59. package/dist/esm/classic/codeSigningAccounts/index.js +3 -1
  60. package/dist/esm/classic/codeSigningAccounts/index.js.map +1 -1
  61. package/dist/esm/classic/operations/index.js +3 -1
  62. package/dist/esm/classic/operations/index.js.map +1 -1
  63. package/dist/esm/codeSigningClient.js +14 -3
  64. package/dist/esm/codeSigningClient.js.map +1 -1
  65. package/dist/esm/restorePollerHelpers.js +11 -13
  66. package/dist/esm/restorePollerHelpers.js.map +1 -1
  67. package/dist/esm/static-helpers/pagingHelpers.js +31 -50
  68. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
  69. package/dist/esm/static-helpers/pollingHelpers.js +14 -11
  70. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -1
  71. package/dist/react-native/api/certificateProfiles/index.js +128 -128
  72. package/dist/react-native/api/certificateProfiles/index.js.map +1 -1
  73. package/dist/react-native/api/codeSigningAccounts/index.js +82 -78
  74. package/dist/react-native/api/codeSigningAccounts/index.js.map +1 -1
  75. package/dist/react-native/api/codeSigningContext.js +12 -9
  76. package/dist/react-native/api/codeSigningContext.js.map +1 -1
  77. package/dist/react-native/api/operations/index.js +5 -6
  78. package/dist/react-native/api/operations/index.js.map +1 -1
  79. package/dist/react-native/classic/certificateProfiles/index.js +3 -1
  80. package/dist/react-native/classic/certificateProfiles/index.js.map +1 -1
  81. package/dist/react-native/classic/codeSigningAccounts/index.js +3 -1
  82. package/dist/react-native/classic/codeSigningAccounts/index.js.map +1 -1
  83. package/dist/react-native/classic/operations/index.js +3 -1
  84. package/dist/react-native/classic/operations/index.js.map +1 -1
  85. package/dist/react-native/codeSigningClient.js +14 -3
  86. package/dist/react-native/codeSigningClient.js.map +1 -1
  87. package/dist/react-native/restorePollerHelpers.js +11 -13
  88. package/dist/react-native/restorePollerHelpers.js.map +1 -1
  89. package/dist/react-native/static-helpers/pagingHelpers.js +31 -50
  90. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -1
  91. package/dist/react-native/static-helpers/pollingHelpers.js +14 -11
  92. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -1
  93. package/package.json +45 -47
  94. /package/review/{arm-trustedsigning-models.api.md → arm-trustedsigning-models-node.api.md} +0 -0
  95. /package/review/{arm-trustedsigning.api.md → arm-trustedsigning-node.api.md} +0 -0
@@ -7,10 +7,9 @@ import { getLongRunningPoller } from "../../static-helpers/pollingHelpers.js";
7
7
  export function _getSend(context, subscriptionId, resourceGroupName, accountName, profileName, options = { requestOptions: {} }) {
8
8
  return context
9
9
  .path("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles/{profileName}", subscriptionId, resourceGroupName, accountName, profileName)
10
- .get(Object.assign({}, operationOptionsToRequestParameters(options)));
10
+ .get({ ...operationOptionsToRequestParameters(options) });
11
11
  }
12
12
  export async function _getDeserialize(result) {
13
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4;
14
13
  const expectedStatuses = ["200"];
15
14
  if (!expectedStatuses.includes(result.status)) {
16
15
  throw createRestError(result);
@@ -22,42 +21,41 @@ export async function _getDeserialize(result) {
22
21
  systemData: !result.body.systemData
23
22
  ? undefined
24
23
  : {
25
- createdBy: (_a = result.body.systemData) === null || _a === void 0 ? void 0 : _a["createdBy"],
26
- createdByType: (_b = result.body.systemData) === null || _b === void 0 ? void 0 : _b["createdByType"],
27
- createdAt: ((_c = result.body.systemData) === null || _c === void 0 ? void 0 : _c["createdAt"]) !== undefined
28
- ? new Date((_d = result.body.systemData) === null || _d === void 0 ? void 0 : _d["createdAt"])
24
+ createdBy: result.body.systemData?.["createdBy"],
25
+ createdByType: result.body.systemData?.["createdByType"],
26
+ createdAt: result.body.systemData?.["createdAt"] !== undefined
27
+ ? new Date(result.body.systemData?.["createdAt"])
29
28
  : undefined,
30
- lastModifiedBy: (_e = result.body.systemData) === null || _e === void 0 ? void 0 : _e["lastModifiedBy"],
31
- lastModifiedByType: (_f = result.body.systemData) === null || _f === void 0 ? void 0 : _f["lastModifiedByType"],
32
- lastModifiedAt: ((_g = result.body.systemData) === null || _g === void 0 ? void 0 : _g["lastModifiedAt"]) !== undefined
33
- ? new Date((_h = result.body.systemData) === null || _h === void 0 ? void 0 : _h["lastModifiedAt"])
29
+ lastModifiedBy: result.body.systemData?.["lastModifiedBy"],
30
+ lastModifiedByType: result.body.systemData?.["lastModifiedByType"],
31
+ lastModifiedAt: result.body.systemData?.["lastModifiedAt"] !== undefined
32
+ ? new Date(result.body.systemData?.["lastModifiedAt"])
34
33
  : undefined,
35
34
  },
36
35
  properties: !result.body.properties
37
36
  ? undefined
38
37
  : {
39
- profileType: (_j = result.body.properties) === null || _j === void 0 ? void 0 : _j["profileType"],
40
- commonName: (_k = result.body.properties) === null || _k === void 0 ? void 0 : _k["commonName"],
41
- organization: (_l = result.body.properties) === null || _l === void 0 ? void 0 : _l["organization"],
42
- organizationUnit: (_m = result.body.properties) === null || _m === void 0 ? void 0 : _m["organizationUnit"],
43
- streetAddress: (_o = result.body.properties) === null || _o === void 0 ? void 0 : _o["streetAddress"],
44
- includeStreetAddress: (_p = result.body.properties) === null || _p === void 0 ? void 0 : _p["includeStreetAddress"],
45
- city: (_q = result.body.properties) === null || _q === void 0 ? void 0 : _q["city"],
46
- includeCity: (_r = result.body.properties) === null || _r === void 0 ? void 0 : _r["includeCity"],
47
- state: (_s = result.body.properties) === null || _s === void 0 ? void 0 : _s["state"],
48
- includeState: (_t = result.body.properties) === null || _t === void 0 ? void 0 : _t["includeState"],
49
- country: (_u = result.body.properties) === null || _u === void 0 ? void 0 : _u["country"],
50
- includeCountry: (_v = result.body.properties) === null || _v === void 0 ? void 0 : _v["includeCountry"],
51
- postalCode: (_w = result.body.properties) === null || _w === void 0 ? void 0 : _w["postalCode"],
52
- includePostalCode: (_x = result.body.properties) === null || _x === void 0 ? void 0 : _x["includePostalCode"],
53
- enhancedKeyUsage: (_y = result.body.properties) === null || _y === void 0 ? void 0 : _y["enhancedKeyUsage"],
54
- identityValidationId: (_z = result.body.properties) === null || _z === void 0 ? void 0 : _z["identityValidationId"],
55
- provisioningState: (_0 = result.body.properties) === null || _0 === void 0 ? void 0 : _0["provisioningState"],
56
- status: (_1 = result.body.properties) === null || _1 === void 0 ? void 0 : _1["status"],
57
- certificates: ((_2 = result.body.properties) === null || _2 === void 0 ? void 0 : _2["certificates"]) === undefined
58
- ? (_3 = result.body.properties) === null || _3 === void 0 ? void 0 : _3["certificates"]
59
- : (_4 = result.body.properties) === null || _4 === void 0 ? void 0 : _4["certificates"].map((p) => {
60
- var _a, _b, _c, _d, _e, _f, _g, _h;
38
+ profileType: result.body.properties?.["profileType"],
39
+ commonName: result.body.properties?.["commonName"],
40
+ organization: result.body.properties?.["organization"],
41
+ organizationUnit: result.body.properties?.["organizationUnit"],
42
+ streetAddress: result.body.properties?.["streetAddress"],
43
+ includeStreetAddress: result.body.properties?.["includeStreetAddress"],
44
+ city: result.body.properties?.["city"],
45
+ includeCity: result.body.properties?.["includeCity"],
46
+ state: result.body.properties?.["state"],
47
+ includeState: result.body.properties?.["includeState"],
48
+ country: result.body.properties?.["country"],
49
+ includeCountry: result.body.properties?.["includeCountry"],
50
+ postalCode: result.body.properties?.["postalCode"],
51
+ includePostalCode: result.body.properties?.["includePostalCode"],
52
+ enhancedKeyUsage: result.body.properties?.["enhancedKeyUsage"],
53
+ identityValidationId: result.body.properties?.["identityValidationId"],
54
+ provisioningState: result.body.properties?.["provisioningState"],
55
+ status: result.body.properties?.["status"],
56
+ certificates: result.body.properties?.["certificates"] === undefined
57
+ ? result.body.properties?.["certificates"]
58
+ : result.body.properties?.["certificates"].map((p) => {
61
59
  return {
62
60
  serialNumber: p["serialNumber"],
63
61
  subjectName: p["subjectName"],
@@ -68,16 +66,16 @@ export async function _getDeserialize(result) {
68
66
  revocation: !p.revocation
69
67
  ? undefined
70
68
  : {
71
- requestedAt: ((_a = p.revocation) === null || _a === void 0 ? void 0 : _a["requestedAt"]) !== undefined
72
- ? new Date((_b = p.revocation) === null || _b === void 0 ? void 0 : _b["requestedAt"])
69
+ requestedAt: p.revocation?.["requestedAt"] !== undefined
70
+ ? new Date(p.revocation?.["requestedAt"])
73
71
  : undefined,
74
- effectiveAt: ((_c = p.revocation) === null || _c === void 0 ? void 0 : _c["effectiveAt"]) !== undefined
75
- ? new Date((_d = p.revocation) === null || _d === void 0 ? void 0 : _d["effectiveAt"])
72
+ effectiveAt: p.revocation?.["effectiveAt"] !== undefined
73
+ ? new Date(p.revocation?.["effectiveAt"])
76
74
  : undefined,
77
- reason: (_e = p.revocation) === null || _e === void 0 ? void 0 : _e["reason"],
78
- remarks: (_f = p.revocation) === null || _f === void 0 ? void 0 : _f["remarks"],
79
- status: (_g = p.revocation) === null || _g === void 0 ? void 0 : _g["status"],
80
- failureReason: (_h = p.revocation) === null || _h === void 0 ? void 0 : _h["failureReason"],
75
+ reason: p.revocation?.["reason"],
76
+ remarks: p.revocation?.["remarks"],
77
+ status: p.revocation?.["status"],
78
+ failureReason: p.revocation?.["failureReason"],
81
79
  },
82
80
  };
83
81
  }),
@@ -92,14 +90,16 @@ export async function get(context, subscriptionId, resourceGroupName, accountNam
92
90
  export function _createSend(context, subscriptionId, resourceGroupName, accountName, profileName, resource, options = { requestOptions: {} }) {
93
91
  return context
94
92
  .path("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles/{profileName}", subscriptionId, resourceGroupName, accountName, profileName)
95
- .put(Object.assign(Object.assign({}, operationOptionsToRequestParameters(options)), { body: {
93
+ .put({
94
+ ...operationOptionsToRequestParameters(options),
95
+ body: {
96
96
  properties: !resource.properties
97
97
  ? resource.properties
98
98
  : certificateProfilePropertiesSerializer(resource.properties),
99
- } }));
99
+ },
100
+ });
100
101
  }
101
102
  export async function _createDeserialize(result) {
102
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4;
103
103
  const expectedStatuses = ["200", "201"];
104
104
  if (!expectedStatuses.includes(result.status)) {
105
105
  throw createRestError(result);
@@ -111,42 +111,41 @@ export async function _createDeserialize(result) {
111
111
  systemData: !result.body.systemData
112
112
  ? undefined
113
113
  : {
114
- createdBy: (_a = result.body.systemData) === null || _a === void 0 ? void 0 : _a["createdBy"],
115
- createdByType: (_b = result.body.systemData) === null || _b === void 0 ? void 0 : _b["createdByType"],
116
- createdAt: ((_c = result.body.systemData) === null || _c === void 0 ? void 0 : _c["createdAt"]) !== undefined
117
- ? new Date((_d = result.body.systemData) === null || _d === void 0 ? void 0 : _d["createdAt"])
114
+ createdBy: result.body.systemData?.["createdBy"],
115
+ createdByType: result.body.systemData?.["createdByType"],
116
+ createdAt: result.body.systemData?.["createdAt"] !== undefined
117
+ ? new Date(result.body.systemData?.["createdAt"])
118
118
  : undefined,
119
- lastModifiedBy: (_e = result.body.systemData) === null || _e === void 0 ? void 0 : _e["lastModifiedBy"],
120
- lastModifiedByType: (_f = result.body.systemData) === null || _f === void 0 ? void 0 : _f["lastModifiedByType"],
121
- lastModifiedAt: ((_g = result.body.systemData) === null || _g === void 0 ? void 0 : _g["lastModifiedAt"]) !== undefined
122
- ? new Date((_h = result.body.systemData) === null || _h === void 0 ? void 0 : _h["lastModifiedAt"])
119
+ lastModifiedBy: result.body.systemData?.["lastModifiedBy"],
120
+ lastModifiedByType: result.body.systemData?.["lastModifiedByType"],
121
+ lastModifiedAt: result.body.systemData?.["lastModifiedAt"] !== undefined
122
+ ? new Date(result.body.systemData?.["lastModifiedAt"])
123
123
  : undefined,
124
124
  },
125
125
  properties: !result.body.properties
126
126
  ? undefined
127
127
  : {
128
- profileType: (_j = result.body.properties) === null || _j === void 0 ? void 0 : _j["profileType"],
129
- commonName: (_k = result.body.properties) === null || _k === void 0 ? void 0 : _k["commonName"],
130
- organization: (_l = result.body.properties) === null || _l === void 0 ? void 0 : _l["organization"],
131
- organizationUnit: (_m = result.body.properties) === null || _m === void 0 ? void 0 : _m["organizationUnit"],
132
- streetAddress: (_o = result.body.properties) === null || _o === void 0 ? void 0 : _o["streetAddress"],
133
- includeStreetAddress: (_p = result.body.properties) === null || _p === void 0 ? void 0 : _p["includeStreetAddress"],
134
- city: (_q = result.body.properties) === null || _q === void 0 ? void 0 : _q["city"],
135
- includeCity: (_r = result.body.properties) === null || _r === void 0 ? void 0 : _r["includeCity"],
136
- state: (_s = result.body.properties) === null || _s === void 0 ? void 0 : _s["state"],
137
- includeState: (_t = result.body.properties) === null || _t === void 0 ? void 0 : _t["includeState"],
138
- country: (_u = result.body.properties) === null || _u === void 0 ? void 0 : _u["country"],
139
- includeCountry: (_v = result.body.properties) === null || _v === void 0 ? void 0 : _v["includeCountry"],
140
- postalCode: (_w = result.body.properties) === null || _w === void 0 ? void 0 : _w["postalCode"],
141
- includePostalCode: (_x = result.body.properties) === null || _x === void 0 ? void 0 : _x["includePostalCode"],
142
- enhancedKeyUsage: (_y = result.body.properties) === null || _y === void 0 ? void 0 : _y["enhancedKeyUsage"],
143
- identityValidationId: (_z = result.body.properties) === null || _z === void 0 ? void 0 : _z["identityValidationId"],
144
- provisioningState: (_0 = result.body.properties) === null || _0 === void 0 ? void 0 : _0["provisioningState"],
145
- status: (_1 = result.body.properties) === null || _1 === void 0 ? void 0 : _1["status"],
146
- certificates: ((_2 = result.body.properties) === null || _2 === void 0 ? void 0 : _2["certificates"]) === undefined
147
- ? (_3 = result.body.properties) === null || _3 === void 0 ? void 0 : _3["certificates"]
148
- : (_4 = result.body.properties) === null || _4 === void 0 ? void 0 : _4["certificates"].map((p) => {
149
- var _a, _b, _c, _d, _e, _f, _g, _h;
128
+ profileType: result.body.properties?.["profileType"],
129
+ commonName: result.body.properties?.["commonName"],
130
+ organization: result.body.properties?.["organization"],
131
+ organizationUnit: result.body.properties?.["organizationUnit"],
132
+ streetAddress: result.body.properties?.["streetAddress"],
133
+ includeStreetAddress: result.body.properties?.["includeStreetAddress"],
134
+ city: result.body.properties?.["city"],
135
+ includeCity: result.body.properties?.["includeCity"],
136
+ state: result.body.properties?.["state"],
137
+ includeState: result.body.properties?.["includeState"],
138
+ country: result.body.properties?.["country"],
139
+ includeCountry: result.body.properties?.["includeCountry"],
140
+ postalCode: result.body.properties?.["postalCode"],
141
+ includePostalCode: result.body.properties?.["includePostalCode"],
142
+ enhancedKeyUsage: result.body.properties?.["enhancedKeyUsage"],
143
+ identityValidationId: result.body.properties?.["identityValidationId"],
144
+ provisioningState: result.body.properties?.["provisioningState"],
145
+ status: result.body.properties?.["status"],
146
+ certificates: result.body.properties?.["certificates"] === undefined
147
+ ? result.body.properties?.["certificates"]
148
+ : result.body.properties?.["certificates"].map((p) => {
150
149
  return {
151
150
  serialNumber: p["serialNumber"],
152
151
  subjectName: p["subjectName"],
@@ -157,16 +156,16 @@ export async function _createDeserialize(result) {
157
156
  revocation: !p.revocation
158
157
  ? undefined
159
158
  : {
160
- requestedAt: ((_a = p.revocation) === null || _a === void 0 ? void 0 : _a["requestedAt"]) !== undefined
161
- ? new Date((_b = p.revocation) === null || _b === void 0 ? void 0 : _b["requestedAt"])
159
+ requestedAt: p.revocation?.["requestedAt"] !== undefined
160
+ ? new Date(p.revocation?.["requestedAt"])
162
161
  : undefined,
163
- effectiveAt: ((_c = p.revocation) === null || _c === void 0 ? void 0 : _c["effectiveAt"]) !== undefined
164
- ? new Date((_d = p.revocation) === null || _d === void 0 ? void 0 : _d["effectiveAt"])
162
+ effectiveAt: p.revocation?.["effectiveAt"] !== undefined
163
+ ? new Date(p.revocation?.["effectiveAt"])
165
164
  : undefined,
166
- reason: (_e = p.revocation) === null || _e === void 0 ? void 0 : _e["reason"],
167
- remarks: (_f = p.revocation) === null || _f === void 0 ? void 0 : _f["remarks"],
168
- status: (_g = p.revocation) === null || _g === void 0 ? void 0 : _g["status"],
169
- failureReason: (_h = p.revocation) === null || _h === void 0 ? void 0 : _h["failureReason"],
165
+ reason: p.revocation?.["reason"],
166
+ remarks: p.revocation?.["remarks"],
167
+ status: p.revocation?.["status"],
168
+ failureReason: p.revocation?.["failureReason"],
170
169
  },
171
170
  };
172
171
  }),
@@ -176,8 +175,8 @@ export async function _createDeserialize(result) {
176
175
  /** Create a certificate profile. */
177
176
  export function create(context, subscriptionId, resourceGroupName, accountName, profileName, resource, options = { requestOptions: {} }) {
178
177
  return getLongRunningPoller(context, _createDeserialize, ["200", "201"], {
179
- updateIntervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
180
- abortSignal: options === null || options === void 0 ? void 0 : options.abortSignal,
178
+ updateIntervalInMs: options?.updateIntervalInMs,
179
+ abortSignal: options?.abortSignal,
181
180
  getInitialResponse: () => _createSend(context, subscriptionId, resourceGroupName, accountName, profileName, resource, options),
182
181
  resourceLocationConfig: "azure-async-operation",
183
182
  });
@@ -185,7 +184,7 @@ export function create(context, subscriptionId, resourceGroupName, accountName,
185
184
  export function _$deleteSend(context, subscriptionId, resourceGroupName, accountName, profileName, options = { requestOptions: {} }) {
186
185
  return context
187
186
  .path("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles/{profileName}", subscriptionId, resourceGroupName, accountName, profileName)
188
- .delete(Object.assign({}, operationOptionsToRequestParameters(options)));
187
+ .delete({ ...operationOptionsToRequestParameters(options) });
189
188
  }
190
189
  export async function _$deleteDeserialize(result) {
191
190
  const expectedStatuses = ["202", "204", "200"];
@@ -202,8 +201,8 @@ export async function _$deleteDeserialize(result) {
202
201
  */
203
202
  export function $delete(context, subscriptionId, resourceGroupName, accountName, profileName, options = { requestOptions: {} }) {
204
203
  return getLongRunningPoller(context, _$deleteDeserialize, ["202", "204", "200"], {
205
- updateIntervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
206
- abortSignal: options === null || options === void 0 ? void 0 : options.abortSignal,
204
+ updateIntervalInMs: options?.updateIntervalInMs,
205
+ abortSignal: options?.abortSignal,
207
206
  getInitialResponse: () => _$deleteSend(context, subscriptionId, resourceGroupName, accountName, profileName, options),
208
207
  resourceLocationConfig: "location",
209
208
  });
@@ -213,7 +212,7 @@ export function _listByCodeSigningAccountSend(context, subscriptionId, resourceG
213
212
  }) {
214
213
  return context
215
214
  .path("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles", subscriptionId, resourceGroupName, accountName)
216
- .get(Object.assign({}, operationOptionsToRequestParameters(options)));
215
+ .get({ ...operationOptionsToRequestParameters(options) });
217
216
  }
218
217
  export async function _listByCodeSigningAccountDeserialize(result) {
219
218
  const expectedStatuses = ["200"];
@@ -222,7 +221,6 @@ export async function _listByCodeSigningAccountDeserialize(result) {
222
221
  }
223
222
  return {
224
223
  value: result.body["value"].map((p) => {
225
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4;
226
224
  return {
227
225
  id: p["id"],
228
226
  name: p["name"],
@@ -230,42 +228,41 @@ export async function _listByCodeSigningAccountDeserialize(result) {
230
228
  systemData: !p.systemData
231
229
  ? undefined
232
230
  : {
233
- createdBy: (_a = p.systemData) === null || _a === void 0 ? void 0 : _a["createdBy"],
234
- createdByType: (_b = p.systemData) === null || _b === void 0 ? void 0 : _b["createdByType"],
235
- createdAt: ((_c = p.systemData) === null || _c === void 0 ? void 0 : _c["createdAt"]) !== undefined
236
- ? new Date((_d = p.systemData) === null || _d === void 0 ? void 0 : _d["createdAt"])
231
+ createdBy: p.systemData?.["createdBy"],
232
+ createdByType: p.systemData?.["createdByType"],
233
+ createdAt: p.systemData?.["createdAt"] !== undefined
234
+ ? new Date(p.systemData?.["createdAt"])
237
235
  : undefined,
238
- lastModifiedBy: (_e = p.systemData) === null || _e === void 0 ? void 0 : _e["lastModifiedBy"],
239
- lastModifiedByType: (_f = p.systemData) === null || _f === void 0 ? void 0 : _f["lastModifiedByType"],
240
- lastModifiedAt: ((_g = p.systemData) === null || _g === void 0 ? void 0 : _g["lastModifiedAt"]) !== undefined
241
- ? new Date((_h = p.systemData) === null || _h === void 0 ? void 0 : _h["lastModifiedAt"])
236
+ lastModifiedBy: p.systemData?.["lastModifiedBy"],
237
+ lastModifiedByType: p.systemData?.["lastModifiedByType"],
238
+ lastModifiedAt: p.systemData?.["lastModifiedAt"] !== undefined
239
+ ? new Date(p.systemData?.["lastModifiedAt"])
242
240
  : undefined,
243
241
  },
244
242
  properties: !p.properties
245
243
  ? undefined
246
244
  : {
247
- profileType: (_j = p.properties) === null || _j === void 0 ? void 0 : _j["profileType"],
248
- commonName: (_k = p.properties) === null || _k === void 0 ? void 0 : _k["commonName"],
249
- organization: (_l = p.properties) === null || _l === void 0 ? void 0 : _l["organization"],
250
- organizationUnit: (_m = p.properties) === null || _m === void 0 ? void 0 : _m["organizationUnit"],
251
- streetAddress: (_o = p.properties) === null || _o === void 0 ? void 0 : _o["streetAddress"],
252
- includeStreetAddress: (_p = p.properties) === null || _p === void 0 ? void 0 : _p["includeStreetAddress"],
253
- city: (_q = p.properties) === null || _q === void 0 ? void 0 : _q["city"],
254
- includeCity: (_r = p.properties) === null || _r === void 0 ? void 0 : _r["includeCity"],
255
- state: (_s = p.properties) === null || _s === void 0 ? void 0 : _s["state"],
256
- includeState: (_t = p.properties) === null || _t === void 0 ? void 0 : _t["includeState"],
257
- country: (_u = p.properties) === null || _u === void 0 ? void 0 : _u["country"],
258
- includeCountry: (_v = p.properties) === null || _v === void 0 ? void 0 : _v["includeCountry"],
259
- postalCode: (_w = p.properties) === null || _w === void 0 ? void 0 : _w["postalCode"],
260
- includePostalCode: (_x = p.properties) === null || _x === void 0 ? void 0 : _x["includePostalCode"],
261
- enhancedKeyUsage: (_y = p.properties) === null || _y === void 0 ? void 0 : _y["enhancedKeyUsage"],
262
- identityValidationId: (_z = p.properties) === null || _z === void 0 ? void 0 : _z["identityValidationId"],
263
- provisioningState: (_0 = p.properties) === null || _0 === void 0 ? void 0 : _0["provisioningState"],
264
- status: (_1 = p.properties) === null || _1 === void 0 ? void 0 : _1["status"],
265
- certificates: ((_2 = p.properties) === null || _2 === void 0 ? void 0 : _2["certificates"]) === undefined
266
- ? (_3 = p.properties) === null || _3 === void 0 ? void 0 : _3["certificates"]
267
- : (_4 = p.properties) === null || _4 === void 0 ? void 0 : _4["certificates"].map((p) => {
268
- var _a, _b, _c, _d, _e, _f, _g, _h;
245
+ profileType: p.properties?.["profileType"],
246
+ commonName: p.properties?.["commonName"],
247
+ organization: p.properties?.["organization"],
248
+ organizationUnit: p.properties?.["organizationUnit"],
249
+ streetAddress: p.properties?.["streetAddress"],
250
+ includeStreetAddress: p.properties?.["includeStreetAddress"],
251
+ city: p.properties?.["city"],
252
+ includeCity: p.properties?.["includeCity"],
253
+ state: p.properties?.["state"],
254
+ includeState: p.properties?.["includeState"],
255
+ country: p.properties?.["country"],
256
+ includeCountry: p.properties?.["includeCountry"],
257
+ postalCode: p.properties?.["postalCode"],
258
+ includePostalCode: p.properties?.["includePostalCode"],
259
+ enhancedKeyUsage: p.properties?.["enhancedKeyUsage"],
260
+ identityValidationId: p.properties?.["identityValidationId"],
261
+ provisioningState: p.properties?.["provisioningState"],
262
+ status: p.properties?.["status"],
263
+ certificates: p.properties?.["certificates"] === undefined
264
+ ? p.properties?.["certificates"]
265
+ : p.properties?.["certificates"].map((p) => {
269
266
  return {
270
267
  serialNumber: p["serialNumber"],
271
268
  subjectName: p["subjectName"],
@@ -276,16 +273,16 @@ export async function _listByCodeSigningAccountDeserialize(result) {
276
273
  revocation: !p.revocation
277
274
  ? undefined
278
275
  : {
279
- requestedAt: ((_a = p.revocation) === null || _a === void 0 ? void 0 : _a["requestedAt"]) !== undefined
280
- ? new Date((_b = p.revocation) === null || _b === void 0 ? void 0 : _b["requestedAt"])
276
+ requestedAt: p.revocation?.["requestedAt"] !== undefined
277
+ ? new Date(p.revocation?.["requestedAt"])
281
278
  : undefined,
282
- effectiveAt: ((_c = p.revocation) === null || _c === void 0 ? void 0 : _c["effectiveAt"]) !== undefined
283
- ? new Date((_d = p.revocation) === null || _d === void 0 ? void 0 : _d["effectiveAt"])
279
+ effectiveAt: p.revocation?.["effectiveAt"] !== undefined
280
+ ? new Date(p.revocation?.["effectiveAt"])
284
281
  : undefined,
285
- reason: (_e = p.revocation) === null || _e === void 0 ? void 0 : _e["reason"],
286
- remarks: (_f = p.revocation) === null || _f === void 0 ? void 0 : _f["remarks"],
287
- status: (_g = p.revocation) === null || _g === void 0 ? void 0 : _g["status"],
288
- failureReason: (_h = p.revocation) === null || _h === void 0 ? void 0 : _h["failureReason"],
282
+ reason: p.revocation?.["reason"],
283
+ remarks: p.revocation?.["remarks"],
284
+ status: p.revocation?.["status"],
285
+ failureReason: p.revocation?.["failureReason"],
289
286
  },
290
287
  };
291
288
  }),
@@ -306,13 +303,16 @@ export function _revokeCertificateSend(context, subscriptionId, resourceGroupNam
306
303
  }) {
307
304
  return context
308
305
  .path("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles/{profileName}/revokeCertificate", subscriptionId, resourceGroupName, accountName, profileName)
309
- .post(Object.assign(Object.assign({}, operationOptionsToRequestParameters(options)), { body: {
306
+ .post({
307
+ ...operationOptionsToRequestParameters(options),
308
+ body: {
310
309
  serialNumber: body["serialNumber"],
311
310
  thumbprint: body["thumbprint"],
312
311
  effectiveAt: body["effectiveAt"].toISOString(),
313
312
  reason: body["reason"],
314
313
  remarks: body["remarks"],
315
- } }));
314
+ },
315
+ });
316
316
  }
317
317
  export async function _revokeCertificateDeserialize(result) {
318
318
  const expectedStatuses = ["204"];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/certificateProfiles/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n certificateProfilePropertiesSerializer,\n CertificateProfile,\n RevokeCertificate,\n _CertificateProfileListResult,\n} from \"../../models/models.js\";\nimport { CodeSigningContext as Client } from \"../index.js\";\nimport {\n StreamableMethod,\n operationOptionsToRequestParameters,\n PathUncheckedResponse,\n createRestError,\n} from \"@azure-rest/core-client\";\nimport {\n PagedAsyncIterableIterator,\n buildPagedAsyncIterator,\n} from \"../../static-helpers/pagingHelpers.js\";\nimport { getLongRunningPoller } from \"../../static-helpers/pollingHelpers.js\";\nimport { PollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n CertificateProfilesGetOptionalParams,\n CertificateProfilesCreateOptionalParams,\n CertificateProfilesDeleteOptionalParams,\n CertificateProfilesListByCodeSigningAccountOptionalParams,\n CertificateProfilesRevokeCertificateOptionalParams,\n} from \"../../models/options.js\";\n\nexport function _getSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n accountName: string,\n profileName: string,\n options: CertificateProfilesGetOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles/{profileName}\",\n subscriptionId,\n resourceGroupName,\n accountName,\n profileName,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _getDeserialize(result: PathUncheckedResponse): Promise<CertificateProfile> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return {\n id: result.body[\"id\"],\n name: result.body[\"name\"],\n type: result.body[\"type\"],\n systemData: !result.body.systemData\n ? undefined\n : {\n createdBy: result.body.systemData?.[\"createdBy\"],\n createdByType: result.body.systemData?.[\"createdByType\"],\n createdAt:\n result.body.systemData?.[\"createdAt\"] !== undefined\n ? new Date(result.body.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: result.body.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: result.body.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n result.body.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(result.body.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !result.body.properties\n ? undefined\n : {\n profileType: result.body.properties?.[\"profileType\"],\n commonName: result.body.properties?.[\"commonName\"],\n organization: result.body.properties?.[\"organization\"],\n organizationUnit: result.body.properties?.[\"organizationUnit\"],\n streetAddress: result.body.properties?.[\"streetAddress\"],\n includeStreetAddress: result.body.properties?.[\"includeStreetAddress\"],\n city: result.body.properties?.[\"city\"],\n includeCity: result.body.properties?.[\"includeCity\"],\n state: result.body.properties?.[\"state\"],\n includeState: result.body.properties?.[\"includeState\"],\n country: result.body.properties?.[\"country\"],\n includeCountry: result.body.properties?.[\"includeCountry\"],\n postalCode: result.body.properties?.[\"postalCode\"],\n includePostalCode: result.body.properties?.[\"includePostalCode\"],\n enhancedKeyUsage: result.body.properties?.[\"enhancedKeyUsage\"],\n identityValidationId: result.body.properties?.[\"identityValidationId\"],\n provisioningState: result.body.properties?.[\"provisioningState\"],\n status: result.body.properties?.[\"status\"],\n certificates:\n result.body.properties?.[\"certificates\"] === undefined\n ? result.body.properties?.[\"certificates\"]\n : result.body.properties?.[\"certificates\"].map((p: any) => {\n return {\n serialNumber: p[\"serialNumber\"],\n subjectName: p[\"subjectName\"],\n thumbprint: p[\"thumbprint\"],\n createdDate: p[\"createdDate\"],\n expiryDate: p[\"expiryDate\"],\n status: p[\"status\"],\n revocation: !p.revocation\n ? undefined\n : {\n requestedAt:\n p.revocation?.[\"requestedAt\"] !== undefined\n ? new Date(p.revocation?.[\"requestedAt\"])\n : undefined,\n effectiveAt:\n p.revocation?.[\"effectiveAt\"] !== undefined\n ? new Date(p.revocation?.[\"effectiveAt\"])\n : undefined,\n reason: p.revocation?.[\"reason\"],\n remarks: p.revocation?.[\"remarks\"],\n status: p.revocation?.[\"status\"],\n failureReason: p.revocation?.[\"failureReason\"],\n },\n };\n }),\n },\n };\n}\n\n/** Get details of a certificate profile. */\nexport async function get(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n accountName: string,\n profileName: string,\n options: CertificateProfilesGetOptionalParams = { requestOptions: {} },\n): Promise<CertificateProfile> {\n const result = await _getSend(\n context,\n subscriptionId,\n resourceGroupName,\n accountName,\n profileName,\n options,\n );\n return _getDeserialize(result);\n}\n\nexport function _createSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n accountName: string,\n profileName: string,\n resource: CertificateProfile,\n options: CertificateProfilesCreateOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles/{profileName}\",\n subscriptionId,\n resourceGroupName,\n accountName,\n profileName,\n )\n .put({\n ...operationOptionsToRequestParameters(options),\n body: {\n properties: !resource.properties\n ? resource.properties\n : certificateProfilePropertiesSerializer(resource.properties),\n },\n });\n}\n\nexport async function _createDeserialize(\n result: PathUncheckedResponse,\n): Promise<CertificateProfile> {\n const expectedStatuses = [\"200\", \"201\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return {\n id: result.body[\"id\"],\n name: result.body[\"name\"],\n type: result.body[\"type\"],\n systemData: !result.body.systemData\n ? undefined\n : {\n createdBy: result.body.systemData?.[\"createdBy\"],\n createdByType: result.body.systemData?.[\"createdByType\"],\n createdAt:\n result.body.systemData?.[\"createdAt\"] !== undefined\n ? new Date(result.body.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: result.body.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: result.body.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n result.body.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(result.body.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !result.body.properties\n ? undefined\n : {\n profileType: result.body.properties?.[\"profileType\"],\n commonName: result.body.properties?.[\"commonName\"],\n organization: result.body.properties?.[\"organization\"],\n organizationUnit: result.body.properties?.[\"organizationUnit\"],\n streetAddress: result.body.properties?.[\"streetAddress\"],\n includeStreetAddress: result.body.properties?.[\"includeStreetAddress\"],\n city: result.body.properties?.[\"city\"],\n includeCity: result.body.properties?.[\"includeCity\"],\n state: result.body.properties?.[\"state\"],\n includeState: result.body.properties?.[\"includeState\"],\n country: result.body.properties?.[\"country\"],\n includeCountry: result.body.properties?.[\"includeCountry\"],\n postalCode: result.body.properties?.[\"postalCode\"],\n includePostalCode: result.body.properties?.[\"includePostalCode\"],\n enhancedKeyUsage: result.body.properties?.[\"enhancedKeyUsage\"],\n identityValidationId: result.body.properties?.[\"identityValidationId\"],\n provisioningState: result.body.properties?.[\"provisioningState\"],\n status: result.body.properties?.[\"status\"],\n certificates:\n result.body.properties?.[\"certificates\"] === undefined\n ? result.body.properties?.[\"certificates\"]\n : result.body.properties?.[\"certificates\"].map((p: any) => {\n return {\n serialNumber: p[\"serialNumber\"],\n subjectName: p[\"subjectName\"],\n thumbprint: p[\"thumbprint\"],\n createdDate: p[\"createdDate\"],\n expiryDate: p[\"expiryDate\"],\n status: p[\"status\"],\n revocation: !p.revocation\n ? undefined\n : {\n requestedAt:\n p.revocation?.[\"requestedAt\"] !== undefined\n ? new Date(p.revocation?.[\"requestedAt\"])\n : undefined,\n effectiveAt:\n p.revocation?.[\"effectiveAt\"] !== undefined\n ? new Date(p.revocation?.[\"effectiveAt\"])\n : undefined,\n reason: p.revocation?.[\"reason\"],\n remarks: p.revocation?.[\"remarks\"],\n status: p.revocation?.[\"status\"],\n failureReason: p.revocation?.[\"failureReason\"],\n },\n };\n }),\n },\n };\n}\n\n/** Create a certificate profile. */\nexport function create(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n accountName: string,\n profileName: string,\n resource: CertificateProfile,\n options: CertificateProfilesCreateOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<CertificateProfile>, CertificateProfile> {\n return getLongRunningPoller(context, _createDeserialize, [\"200\", \"201\"], {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _createSend(\n context,\n subscriptionId,\n resourceGroupName,\n accountName,\n profileName,\n resource,\n options,\n ),\n resourceLocationConfig: \"azure-async-operation\",\n }) as PollerLike<OperationState<CertificateProfile>, CertificateProfile>;\n}\n\nexport function _$deleteSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n accountName: string,\n profileName: string,\n options: CertificateProfilesDeleteOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles/{profileName}\",\n subscriptionId,\n resourceGroupName,\n accountName,\n profileName,\n )\n .delete({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _$deleteDeserialize(result: PathUncheckedResponse): Promise<void> {\n const expectedStatuses = [\"202\", \"204\", \"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return;\n}\n\n/** Delete a certificate profile. */\n/**\n * @fixme delete is a reserved word that cannot be used as an operation name.\n * Please add @clientName(\"clientName\") or @clientName(\"<JS-Specific-Name>\", \"javascript\")\n * to the operation to override the generated name.\n */\nexport function $delete(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n accountName: string,\n profileName: string,\n options: CertificateProfilesDeleteOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<void>, void> {\n return getLongRunningPoller(context, _$deleteDeserialize, [\"202\", \"204\", \"200\"], {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _$deleteSend(context, subscriptionId, resourceGroupName, accountName, profileName, options),\n resourceLocationConfig: \"location\",\n }) as PollerLike<OperationState<void>, void>;\n}\n\nexport function _listByCodeSigningAccountSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n accountName: string,\n options: CertificateProfilesListByCodeSigningAccountOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles\",\n subscriptionId,\n resourceGroupName,\n accountName,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _listByCodeSigningAccountDeserialize(\n result: PathUncheckedResponse,\n): Promise<_CertificateProfileListResult> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return {\n value: result.body[\"value\"].map((p: any) => {\n return {\n id: p[\"id\"],\n name: p[\"name\"],\n type: p[\"type\"],\n systemData: !p.systemData\n ? undefined\n : {\n createdBy: p.systemData?.[\"createdBy\"],\n createdByType: p.systemData?.[\"createdByType\"],\n createdAt:\n p.systemData?.[\"createdAt\"] !== undefined\n ? new Date(p.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: p.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: p.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n p.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(p.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !p.properties\n ? undefined\n : {\n profileType: p.properties?.[\"profileType\"],\n commonName: p.properties?.[\"commonName\"],\n organization: p.properties?.[\"organization\"],\n organizationUnit: p.properties?.[\"organizationUnit\"],\n streetAddress: p.properties?.[\"streetAddress\"],\n includeStreetAddress: p.properties?.[\"includeStreetAddress\"],\n city: p.properties?.[\"city\"],\n includeCity: p.properties?.[\"includeCity\"],\n state: p.properties?.[\"state\"],\n includeState: p.properties?.[\"includeState\"],\n country: p.properties?.[\"country\"],\n includeCountry: p.properties?.[\"includeCountry\"],\n postalCode: p.properties?.[\"postalCode\"],\n includePostalCode: p.properties?.[\"includePostalCode\"],\n enhancedKeyUsage: p.properties?.[\"enhancedKeyUsage\"],\n identityValidationId: p.properties?.[\"identityValidationId\"],\n provisioningState: p.properties?.[\"provisioningState\"],\n status: p.properties?.[\"status\"],\n certificates:\n p.properties?.[\"certificates\"] === undefined\n ? p.properties?.[\"certificates\"]\n : p.properties?.[\"certificates\"].map((p: any) => {\n return {\n serialNumber: p[\"serialNumber\"],\n subjectName: p[\"subjectName\"],\n thumbprint: p[\"thumbprint\"],\n createdDate: p[\"createdDate\"],\n expiryDate: p[\"expiryDate\"],\n status: p[\"status\"],\n revocation: !p.revocation\n ? undefined\n : {\n requestedAt:\n p.revocation?.[\"requestedAt\"] !== undefined\n ? new Date(p.revocation?.[\"requestedAt\"])\n : undefined,\n effectiveAt:\n p.revocation?.[\"effectiveAt\"] !== undefined\n ? new Date(p.revocation?.[\"effectiveAt\"])\n : undefined,\n reason: p.revocation?.[\"reason\"],\n remarks: p.revocation?.[\"remarks\"],\n status: p.revocation?.[\"status\"],\n failureReason: p.revocation?.[\"failureReason\"],\n },\n };\n }),\n },\n };\n }),\n nextLink: result.body[\"nextLink\"],\n };\n}\n\n/** List certificate profiles under a trusted signing account. */\nexport function listByCodeSigningAccount(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n accountName: string,\n options: CertificateProfilesListByCodeSigningAccountOptionalParams = {\n requestOptions: {},\n },\n): PagedAsyncIterableIterator<CertificateProfile> {\n return buildPagedAsyncIterator(\n context,\n () =>\n _listByCodeSigningAccountSend(\n context,\n subscriptionId,\n resourceGroupName,\n accountName,\n options,\n ),\n _listByCodeSigningAccountDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n\nexport function _revokeCertificateSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n accountName: string,\n profileName: string,\n body: RevokeCertificate,\n options: CertificateProfilesRevokeCertificateOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles/{profileName}/revokeCertificate\",\n subscriptionId,\n resourceGroupName,\n accountName,\n profileName,\n )\n .post({\n ...operationOptionsToRequestParameters(options),\n body: {\n serialNumber: body[\"serialNumber\"],\n thumbprint: body[\"thumbprint\"],\n effectiveAt: body[\"effectiveAt\"].toISOString(),\n reason: body[\"reason\"],\n remarks: body[\"remarks\"],\n },\n });\n}\n\nexport async function _revokeCertificateDeserialize(result: PathUncheckedResponse): Promise<void> {\n const expectedStatuses = [\"204\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return;\n}\n\n/** Revoke a certificate under a certificate profile. */\nexport async function revokeCertificate(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n accountName: string,\n profileName: string,\n body: RevokeCertificate,\n options: CertificateProfilesRevokeCertificateOptionalParams = {\n requestOptions: {},\n },\n): Promise<void> {\n const result = await _revokeCertificateSend(\n context,\n subscriptionId,\n resourceGroupName,\n accountName,\n profileName,\n body,\n options,\n );\n return _revokeCertificateDeserialize(result);\n}\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/certificateProfiles/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n certificateProfilePropertiesSerializer,\n CertificateProfile,\n RevokeCertificate,\n _CertificateProfileListResult,\n} from \"../../models/models.js\";\nimport { CodeSigningContext as Client } from \"../index.js\";\nimport {\n StreamableMethod,\n operationOptionsToRequestParameters,\n PathUncheckedResponse,\n createRestError,\n} from \"@azure-rest/core-client\";\nimport {\n PagedAsyncIterableIterator,\n buildPagedAsyncIterator,\n} from \"../../static-helpers/pagingHelpers.js\";\nimport { getLongRunningPoller } from \"../../static-helpers/pollingHelpers.js\";\nimport { PollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n CertificateProfilesGetOptionalParams,\n CertificateProfilesCreateOptionalParams,\n CertificateProfilesDeleteOptionalParams,\n CertificateProfilesListByCodeSigningAccountOptionalParams,\n CertificateProfilesRevokeCertificateOptionalParams,\n} from \"../../models/options.js\";\n\nexport function _getSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n accountName: string,\n profileName: string,\n options: CertificateProfilesGetOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles/{profileName}\",\n subscriptionId,\n resourceGroupName,\n accountName,\n profileName,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _getDeserialize(result: PathUncheckedResponse): Promise<CertificateProfile> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return {\n id: result.body[\"id\"],\n name: result.body[\"name\"],\n type: result.body[\"type\"],\n systemData: !result.body.systemData\n ? undefined\n : {\n createdBy: result.body.systemData?.[\"createdBy\"],\n createdByType: result.body.systemData?.[\"createdByType\"],\n createdAt:\n result.body.systemData?.[\"createdAt\"] !== undefined\n ? new Date(result.body.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: result.body.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: result.body.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n result.body.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(result.body.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !result.body.properties\n ? undefined\n : {\n profileType: result.body.properties?.[\"profileType\"],\n commonName: result.body.properties?.[\"commonName\"],\n organization: result.body.properties?.[\"organization\"],\n organizationUnit: result.body.properties?.[\"organizationUnit\"],\n streetAddress: result.body.properties?.[\"streetAddress\"],\n includeStreetAddress: result.body.properties?.[\"includeStreetAddress\"],\n city: result.body.properties?.[\"city\"],\n includeCity: result.body.properties?.[\"includeCity\"],\n state: result.body.properties?.[\"state\"],\n includeState: result.body.properties?.[\"includeState\"],\n country: result.body.properties?.[\"country\"],\n includeCountry: result.body.properties?.[\"includeCountry\"],\n postalCode: result.body.properties?.[\"postalCode\"],\n includePostalCode: result.body.properties?.[\"includePostalCode\"],\n enhancedKeyUsage: result.body.properties?.[\"enhancedKeyUsage\"],\n identityValidationId: result.body.properties?.[\"identityValidationId\"],\n provisioningState: result.body.properties?.[\"provisioningState\"],\n status: result.body.properties?.[\"status\"],\n certificates:\n result.body.properties?.[\"certificates\"] === undefined\n ? result.body.properties?.[\"certificates\"]\n : result.body.properties?.[\"certificates\"].map((p: any) => {\n return {\n serialNumber: p[\"serialNumber\"],\n subjectName: p[\"subjectName\"],\n thumbprint: p[\"thumbprint\"],\n createdDate: p[\"createdDate\"],\n expiryDate: p[\"expiryDate\"],\n status: p[\"status\"],\n revocation: !p.revocation\n ? undefined\n : {\n requestedAt:\n p.revocation?.[\"requestedAt\"] !== undefined\n ? new Date(p.revocation?.[\"requestedAt\"])\n : undefined,\n effectiveAt:\n p.revocation?.[\"effectiveAt\"] !== undefined\n ? new Date(p.revocation?.[\"effectiveAt\"])\n : undefined,\n reason: p.revocation?.[\"reason\"],\n remarks: p.revocation?.[\"remarks\"],\n status: p.revocation?.[\"status\"],\n failureReason: p.revocation?.[\"failureReason\"],\n },\n };\n }),\n },\n };\n}\n\n/** Get details of a certificate profile. */\nexport async function get(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n accountName: string,\n profileName: string,\n options: CertificateProfilesGetOptionalParams = { requestOptions: {} },\n): Promise<CertificateProfile> {\n const result = await _getSend(\n context,\n subscriptionId,\n resourceGroupName,\n accountName,\n profileName,\n options,\n );\n return _getDeserialize(result);\n}\n\nexport function _createSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n accountName: string,\n profileName: string,\n resource: CertificateProfile,\n options: CertificateProfilesCreateOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles/{profileName}\",\n subscriptionId,\n resourceGroupName,\n accountName,\n profileName,\n )\n .put({\n ...operationOptionsToRequestParameters(options),\n body: {\n properties: !resource.properties\n ? resource.properties\n : certificateProfilePropertiesSerializer(resource.properties),\n },\n });\n}\n\nexport async function _createDeserialize(\n result: PathUncheckedResponse,\n): Promise<CertificateProfile> {\n const expectedStatuses = [\"200\", \"201\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return {\n id: result.body[\"id\"],\n name: result.body[\"name\"],\n type: result.body[\"type\"],\n systemData: !result.body.systemData\n ? undefined\n : {\n createdBy: result.body.systemData?.[\"createdBy\"],\n createdByType: result.body.systemData?.[\"createdByType\"],\n createdAt:\n result.body.systemData?.[\"createdAt\"] !== undefined\n ? new Date(result.body.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: result.body.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: result.body.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n result.body.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(result.body.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !result.body.properties\n ? undefined\n : {\n profileType: result.body.properties?.[\"profileType\"],\n commonName: result.body.properties?.[\"commonName\"],\n organization: result.body.properties?.[\"organization\"],\n organizationUnit: result.body.properties?.[\"organizationUnit\"],\n streetAddress: result.body.properties?.[\"streetAddress\"],\n includeStreetAddress: result.body.properties?.[\"includeStreetAddress\"],\n city: result.body.properties?.[\"city\"],\n includeCity: result.body.properties?.[\"includeCity\"],\n state: result.body.properties?.[\"state\"],\n includeState: result.body.properties?.[\"includeState\"],\n country: result.body.properties?.[\"country\"],\n includeCountry: result.body.properties?.[\"includeCountry\"],\n postalCode: result.body.properties?.[\"postalCode\"],\n includePostalCode: result.body.properties?.[\"includePostalCode\"],\n enhancedKeyUsage: result.body.properties?.[\"enhancedKeyUsage\"],\n identityValidationId: result.body.properties?.[\"identityValidationId\"],\n provisioningState: result.body.properties?.[\"provisioningState\"],\n status: result.body.properties?.[\"status\"],\n certificates:\n result.body.properties?.[\"certificates\"] === undefined\n ? result.body.properties?.[\"certificates\"]\n : result.body.properties?.[\"certificates\"].map((p: any) => {\n return {\n serialNumber: p[\"serialNumber\"],\n subjectName: p[\"subjectName\"],\n thumbprint: p[\"thumbprint\"],\n createdDate: p[\"createdDate\"],\n expiryDate: p[\"expiryDate\"],\n status: p[\"status\"],\n revocation: !p.revocation\n ? undefined\n : {\n requestedAt:\n p.revocation?.[\"requestedAt\"] !== undefined\n ? new Date(p.revocation?.[\"requestedAt\"])\n : undefined,\n effectiveAt:\n p.revocation?.[\"effectiveAt\"] !== undefined\n ? new Date(p.revocation?.[\"effectiveAt\"])\n : undefined,\n reason: p.revocation?.[\"reason\"],\n remarks: p.revocation?.[\"remarks\"],\n status: p.revocation?.[\"status\"],\n failureReason: p.revocation?.[\"failureReason\"],\n },\n };\n }),\n },\n };\n}\n\n/** Create a certificate profile. */\nexport function create(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n accountName: string,\n profileName: string,\n resource: CertificateProfile,\n options: CertificateProfilesCreateOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<CertificateProfile>, CertificateProfile> {\n return getLongRunningPoller(context, _createDeserialize, [\"200\", \"201\"], {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _createSend(\n context,\n subscriptionId,\n resourceGroupName,\n accountName,\n profileName,\n resource,\n options,\n ),\n resourceLocationConfig: \"azure-async-operation\",\n }) as PollerLike<OperationState<CertificateProfile>, CertificateProfile>;\n}\n\nexport function _$deleteSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n accountName: string,\n profileName: string,\n options: CertificateProfilesDeleteOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles/{profileName}\",\n subscriptionId,\n resourceGroupName,\n accountName,\n profileName,\n )\n .delete({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _$deleteDeserialize(result: PathUncheckedResponse): Promise<void> {\n const expectedStatuses = [\"202\", \"204\", \"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return;\n}\n\n/** Delete a certificate profile. */\n/**\n * @fixme delete is a reserved word that cannot be used as an operation name.\n * Please add @clientName(\"clientName\") or @clientName(\"<JS-Specific-Name>\", \"javascript\")\n * to the operation to override the generated name.\n */\nexport function $delete(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n accountName: string,\n profileName: string,\n options: CertificateProfilesDeleteOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<void>, void> {\n return getLongRunningPoller(context, _$deleteDeserialize, [\"202\", \"204\", \"200\"], {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _$deleteSend(context, subscriptionId, resourceGroupName, accountName, profileName, options),\n resourceLocationConfig: \"location\",\n }) as PollerLike<OperationState<void>, void>;\n}\n\nexport function _listByCodeSigningAccountSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n accountName: string,\n options: CertificateProfilesListByCodeSigningAccountOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles\",\n subscriptionId,\n resourceGroupName,\n accountName,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _listByCodeSigningAccountDeserialize(\n result: PathUncheckedResponse,\n): Promise<_CertificateProfileListResult> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return {\n value: result.body[\"value\"].map((p: any) => {\n return {\n id: p[\"id\"],\n name: p[\"name\"],\n type: p[\"type\"],\n systemData: !p.systemData\n ? undefined\n : {\n createdBy: p.systemData?.[\"createdBy\"],\n createdByType: p.systemData?.[\"createdByType\"],\n createdAt:\n p.systemData?.[\"createdAt\"] !== undefined\n ? new Date(p.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: p.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: p.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n p.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(p.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !p.properties\n ? undefined\n : {\n profileType: p.properties?.[\"profileType\"],\n commonName: p.properties?.[\"commonName\"],\n organization: p.properties?.[\"organization\"],\n organizationUnit: p.properties?.[\"organizationUnit\"],\n streetAddress: p.properties?.[\"streetAddress\"],\n includeStreetAddress: p.properties?.[\"includeStreetAddress\"],\n city: p.properties?.[\"city\"],\n includeCity: p.properties?.[\"includeCity\"],\n state: p.properties?.[\"state\"],\n includeState: p.properties?.[\"includeState\"],\n country: p.properties?.[\"country\"],\n includeCountry: p.properties?.[\"includeCountry\"],\n postalCode: p.properties?.[\"postalCode\"],\n includePostalCode: p.properties?.[\"includePostalCode\"],\n enhancedKeyUsage: p.properties?.[\"enhancedKeyUsage\"],\n identityValidationId: p.properties?.[\"identityValidationId\"],\n provisioningState: p.properties?.[\"provisioningState\"],\n status: p.properties?.[\"status\"],\n certificates:\n p.properties?.[\"certificates\"] === undefined\n ? p.properties?.[\"certificates\"]\n : p.properties?.[\"certificates\"].map((p: any) => {\n return {\n serialNumber: p[\"serialNumber\"],\n subjectName: p[\"subjectName\"],\n thumbprint: p[\"thumbprint\"],\n createdDate: p[\"createdDate\"],\n expiryDate: p[\"expiryDate\"],\n status: p[\"status\"],\n revocation: !p.revocation\n ? undefined\n : {\n requestedAt:\n p.revocation?.[\"requestedAt\"] !== undefined\n ? new Date(p.revocation?.[\"requestedAt\"])\n : undefined,\n effectiveAt:\n p.revocation?.[\"effectiveAt\"] !== undefined\n ? new Date(p.revocation?.[\"effectiveAt\"])\n : undefined,\n reason: p.revocation?.[\"reason\"],\n remarks: p.revocation?.[\"remarks\"],\n status: p.revocation?.[\"status\"],\n failureReason: p.revocation?.[\"failureReason\"],\n },\n };\n }),\n },\n };\n }),\n nextLink: result.body[\"nextLink\"],\n };\n}\n\n/** List certificate profiles under a trusted signing account. */\nexport function listByCodeSigningAccount(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n accountName: string,\n options: CertificateProfilesListByCodeSigningAccountOptionalParams = {\n requestOptions: {},\n },\n): PagedAsyncIterableIterator<CertificateProfile> {\n return buildPagedAsyncIterator(\n context,\n () =>\n _listByCodeSigningAccountSend(\n context,\n subscriptionId,\n resourceGroupName,\n accountName,\n options,\n ),\n _listByCodeSigningAccountDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n\nexport function _revokeCertificateSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n accountName: string,\n profileName: string,\n body: RevokeCertificate,\n options: CertificateProfilesRevokeCertificateOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles/{profileName}/revokeCertificate\",\n subscriptionId,\n resourceGroupName,\n accountName,\n profileName,\n )\n .post({\n ...operationOptionsToRequestParameters(options),\n body: {\n serialNumber: body[\"serialNumber\"],\n thumbprint: body[\"thumbprint\"],\n effectiveAt: body[\"effectiveAt\"].toISOString(),\n reason: body[\"reason\"],\n remarks: body[\"remarks\"],\n },\n });\n}\n\nexport async function _revokeCertificateDeserialize(result: PathUncheckedResponse): Promise<void> {\n const expectedStatuses = [\"204\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return;\n}\n\n/** Revoke a certificate under a certificate profile. */\nexport async function revokeCertificate(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n accountName: string,\n profileName: string,\n body: RevokeCertificate,\n options: CertificateProfilesRevokeCertificateOptionalParams = {\n requestOptions: {},\n },\n): Promise<void> {\n const result = await _revokeCertificateSend(\n context,\n subscriptionId,\n resourceGroupName,\n accountName,\n profileName,\n body,\n options,\n );\n return _revokeCertificateDeserialize(result);\n}\n"]}