@azure/arm-selfhelp 2.0.0-beta.2 → 2.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.
- package/CHANGELOG.md +239 -0
- package/LICENSE +1 -1
- package/dist/index.js +1582 -856
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/checkNameAvailabilityPostSample.js +7 -7
- package/dist-esm/samples-dev/checkNameAvailabilityPostSample.js.map +1 -1
- package/dist-esm/samples-dev/diagnosticsCreateSample.js +4 -13
- package/dist-esm/samples-dev/diagnosticsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/diagnosticsGetSample.js +1 -1
- package/dist-esm/samples-dev/discoverySolutionListSample.js +6 -41
- package/dist-esm/samples-dev/discoverySolutionListSample.js.map +1 -1
- package/dist-esm/samples-dev/discoverySolutionNlpSubscriptionScopePostSample.d.ts +2 -0
- package/dist-esm/samples-dev/discoverySolutionNlpSubscriptionScopePostSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/discoverySolutionNlpSubscriptionScopePostSample.js +44 -0
- package/dist-esm/samples-dev/discoverySolutionNlpSubscriptionScopePostSample.js.map +1 -0
- package/dist-esm/samples-dev/discoverySolutionNlpTenantScopePostSample.d.ts +2 -0
- package/dist-esm/samples-dev/discoverySolutionNlpTenantScopePostSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/discoverySolutionNlpTenantScopePostSample.js +42 -0
- package/dist-esm/samples-dev/discoverySolutionNlpTenantScopePostSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +2 -2
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.js +46 -0
- package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/simplifiedSolutionsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/simplifiedSolutionsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/simplifiedSolutionsGetSample.js +37 -0
- package/dist-esm/samples-dev/simplifiedSolutionsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/solutionCreateSample.js +8 -5
- package/dist-esm/samples-dev/solutionCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/solutionGetSample.js +1 -1
- package/dist-esm/samples-dev/solutionSelfHelpGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/solutionSelfHelpGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/solutionSelfHelpGetSample.js +36 -0
- package/dist-esm/samples-dev/solutionSelfHelpGetSample.js.map +1 -0
- package/dist-esm/samples-dev/solutionUpdateSample.js +2 -11
- package/dist-esm/samples-dev/solutionUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/solutionWarmUpSample.d.ts +2 -0
- package/dist-esm/samples-dev/solutionWarmUpSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/solutionWarmUpSample.js +37 -0
- package/dist-esm/samples-dev/solutionWarmUpSample.js.map +1 -0
- package/dist-esm/samples-dev/troubleshootersContinueSample.js +6 -6
- package/dist-esm/samples-dev/troubleshootersContinueSample.js.map +1 -1
- package/dist-esm/samples-dev/troubleshootersCreateSample.js +5 -5
- package/dist-esm/samples-dev/troubleshootersCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/troubleshootersEndSample.js +1 -1
- package/dist-esm/samples-dev/troubleshootersGetSample.js +1 -1
- package/dist-esm/samples-dev/troubleshootersRestartSample.js +1 -1
- package/dist-esm/src/helpRP.d.ts +5 -1
- package/dist-esm/src/helpRP.d.ts.map +1 -1
- package/dist-esm/src/helpRP.js +15 -9
- package/dist-esm/src/helpRP.js.map +1 -1
- package/dist-esm/src/lroImpl.js +1 -1
- package/dist-esm/src/models/index.d.ts +227 -7
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +24 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +9 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +860 -523
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +6 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +96 -44
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/checkNameAvailability.js +4 -4
- package/dist-esm/src/operations/diagnostics.d.ts +6 -10
- package/dist-esm/src/operations/diagnostics.d.ts.map +1 -1
- package/dist-esm/src/operations/diagnostics.js +24 -28
- package/dist-esm/src/operations/diagnostics.js.map +1 -1
- package/dist-esm/src/operations/discoverySolution.d.ts +3 -12
- package/dist-esm/src/operations/discoverySolution.d.ts.map +1 -1
- package/dist-esm/src/operations/discoverySolution.js +27 -36
- package/dist-esm/src/operations/discoverySolution.js.map +1 -1
- package/dist-esm/src/operations/discoverySolutionNLPSubscriptionScope.d.ts +20 -0
- package/dist-esm/src/operations/discoverySolutionNLPSubscriptionScope.d.ts.map +1 -0
- package/dist-esm/src/operations/discoverySolutionNLPSubscriptionScope.js +50 -0
- package/dist-esm/src/operations/discoverySolutionNLPSubscriptionScope.js.map +1 -0
- package/dist-esm/src/operations/discoverySolutionNLPTenantScope.d.ts +19 -0
- package/dist-esm/src/operations/discoverySolutionNLPTenantScope.d.ts.map +1 -0
- package/dist-esm/src/operations/discoverySolutionNLPTenantScope.js +49 -0
- package/dist-esm/src/operations/discoverySolutionNLPTenantScope.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +4 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +4 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/operations.js +9 -9
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/simplifiedSolutions.d.ts +52 -0
- package/dist-esm/src/operations/simplifiedSolutions.d.ts.map +1 -0
- package/dist-esm/src/operations/simplifiedSolutions.js +159 -0
- package/dist-esm/src/operations/simplifiedSolutions.js.map +1 -0
- package/dist-esm/src/operations/solution.d.ts +20 -25
- package/dist-esm/src/operations/solution.d.ts.map +1 -1
- package/dist-esm/src/operations/solution.js +71 -54
- package/dist-esm/src/operations/solution.js.map +1 -1
- package/dist-esm/src/operations/solutionSelfHelp.d.ts +23 -0
- package/dist-esm/src/operations/solutionSelfHelp.d.ts.map +1 -0
- package/dist-esm/src/operations/solutionSelfHelp.js +51 -0
- package/dist-esm/src/operations/solutionSelfHelp.js.map +1 -0
- package/dist-esm/src/operations/troubleshooters.js +26 -26
- package/dist-esm/src/operations/troubleshooters.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/diagnostics.d.ts +6 -10
- package/dist-esm/src/operationsInterfaces/diagnostics.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/discoverySolution.d.ts +2 -5
- package/dist-esm/src/operationsInterfaces/discoverySolution.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.js +9 -0
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPTenantScope.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPTenantScope.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPTenantScope.js +9 -0
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPTenantScope.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +4 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +4 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/simplifiedSolutions.d.ts +44 -0
- package/dist-esm/src/operationsInterfaces/simplifiedSolutions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/simplifiedSolutions.js +9 -0
- package/dist-esm/src/operationsInterfaces/simplifiedSolutions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/solution.d.ts +20 -25
- package/dist-esm/src/operationsInterfaces/solution.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/solutionSelfHelp.d.ts +15 -0
- package/dist-esm/src/operationsInterfaces/solutionSelfHelp.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/solutionSelfHelp.js +9 -0
- package/dist-esm/src/operationsInterfaces/solutionSelfHelp.js.map +1 -0
- package/dist-esm/src/pagingHelper.js.map +1 -1
- package/dist-esm/test/selfhelp_operations_test.spec.js +6 -1
- package/dist-esm/test/selfhelp_operations_test.spec.js.map +1 -1
- package/package.json +8 -9
- package/review/arm-selfhelp.api.md +174 -2
- package/src/helpRP.ts +36 -17
- package/src/lroImpl.ts +3 -3
- package/src/models/index.ts +263 -22
- package/src/models/mappers.ts +898 -529
- package/src/models/parameters.ts +106 -45
- package/src/operations/checkNameAvailability.ts +7 -7
- package/src/operations/diagnostics.ts +39 -46
- package/src/operations/discoverySolution.ts +29 -46
- package/src/operations/discoverySolutionNLPSubscriptionScope.ts +69 -0
- package/src/operations/discoverySolutionNLPTenantScope.ts +64 -0
- package/src/operations/index.ts +4 -0
- package/src/operations/operations.ts +16 -16
- package/src/operations/simplifiedSolutions.ts +216 -0
- package/src/operations/solution.ts +101 -77
- package/src/operations/solutionSelfHelp.ts +68 -0
- package/src/operations/troubleshooters.ts +42 -47
- package/src/operationsInterfaces/checkNameAvailability.ts +2 -2
- package/src/operationsInterfaces/diagnostics.ts +10 -14
- package/src/operationsInterfaces/discoverySolution.ts +3 -7
- package/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.ts +26 -0
- package/src/operationsInterfaces/discoverySolutionNLPTenantScope.ts +24 -0
- package/src/operationsInterfaces/index.ts +4 -0
- package/src/operationsInterfaces/operations.ts +1 -1
- package/src/operationsInterfaces/simplifiedSolutions.ts +74 -0
- package/src/operationsInterfaces/solution.ts +30 -30
- package/src/operationsInterfaces/solutionSelfHelp.ts +29 -0
- package/src/operationsInterfaces/troubleshooters.ts +6 -6
- package/src/pagingHelper.ts +1 -1
- package/types/arm-selfhelp.d.ts +357 -46
- package/types/tsdoc-metadata.json +1 -1
|
@@ -95,87 +95,87 @@ const createOperationSpec = {
|
|
|
95
95
|
httpMethod: "PUT",
|
|
96
96
|
responses: {
|
|
97
97
|
200: {
|
|
98
|
-
bodyMapper: Mappers.TroubleshooterResource
|
|
98
|
+
bodyMapper: Mappers.TroubleshooterResource,
|
|
99
99
|
},
|
|
100
100
|
201: {
|
|
101
|
-
bodyMapper: Mappers.TroubleshooterResource
|
|
101
|
+
bodyMapper: Mappers.TroubleshooterResource,
|
|
102
102
|
},
|
|
103
103
|
default: {
|
|
104
|
-
bodyMapper: Mappers.ErrorResponse
|
|
105
|
-
}
|
|
104
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
105
|
+
},
|
|
106
106
|
},
|
|
107
107
|
requestBody: Parameters.createTroubleshooterRequestBody,
|
|
108
108
|
queryParameters: [Parameters.apiVersion],
|
|
109
109
|
urlParameters: [
|
|
110
110
|
Parameters.$host,
|
|
111
111
|
Parameters.scope,
|
|
112
|
-
Parameters.troubleshooterName
|
|
112
|
+
Parameters.troubleshooterName,
|
|
113
113
|
],
|
|
114
114
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
115
115
|
mediaType: "json",
|
|
116
|
-
serializer
|
|
116
|
+
serializer,
|
|
117
117
|
};
|
|
118
118
|
const getOperationSpec = {
|
|
119
119
|
path: "/{scope}/providers/Microsoft.Help/troubleshooters/{troubleshooterName}",
|
|
120
120
|
httpMethod: "GET",
|
|
121
121
|
responses: {
|
|
122
122
|
200: {
|
|
123
|
-
bodyMapper: Mappers.TroubleshooterResource
|
|
123
|
+
bodyMapper: Mappers.TroubleshooterResource,
|
|
124
124
|
},
|
|
125
125
|
default: {
|
|
126
|
-
bodyMapper: Mappers.ErrorResponse
|
|
127
|
-
}
|
|
126
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
127
|
+
},
|
|
128
128
|
},
|
|
129
129
|
queryParameters: [Parameters.apiVersion],
|
|
130
130
|
urlParameters: [
|
|
131
131
|
Parameters.$host,
|
|
132
132
|
Parameters.scope,
|
|
133
|
-
Parameters.troubleshooterName
|
|
133
|
+
Parameters.troubleshooterName,
|
|
134
134
|
],
|
|
135
135
|
headerParameters: [Parameters.accept],
|
|
136
|
-
serializer
|
|
136
|
+
serializer,
|
|
137
137
|
};
|
|
138
138
|
const continueOperationSpec = {
|
|
139
139
|
path: "/{scope}/providers/Microsoft.Help/troubleshooters/{troubleshooterName}/continue",
|
|
140
140
|
httpMethod: "POST",
|
|
141
141
|
responses: {
|
|
142
142
|
204: {
|
|
143
|
-
headersMapper: Mappers.TroubleshootersContinueHeaders
|
|
143
|
+
headersMapper: Mappers.TroubleshootersContinueHeaders,
|
|
144
144
|
},
|
|
145
145
|
default: {
|
|
146
|
-
bodyMapper: Mappers.ErrorResponse
|
|
147
|
-
}
|
|
146
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
147
|
+
},
|
|
148
148
|
},
|
|
149
149
|
requestBody: Parameters.continueRequestBody,
|
|
150
150
|
queryParameters: [Parameters.apiVersion],
|
|
151
151
|
urlParameters: [
|
|
152
152
|
Parameters.$host,
|
|
153
153
|
Parameters.scope,
|
|
154
|
-
Parameters.troubleshooterName
|
|
154
|
+
Parameters.troubleshooterName,
|
|
155
155
|
],
|
|
156
156
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
157
157
|
mediaType: "json",
|
|
158
|
-
serializer
|
|
158
|
+
serializer,
|
|
159
159
|
};
|
|
160
160
|
const endOperationSpec = {
|
|
161
161
|
path: "/{scope}/providers/Microsoft.Help/troubleshooters/{troubleshooterName}/end",
|
|
162
162
|
httpMethod: "POST",
|
|
163
163
|
responses: {
|
|
164
164
|
204: {
|
|
165
|
-
headersMapper: Mappers.TroubleshootersEndHeaders
|
|
165
|
+
headersMapper: Mappers.TroubleshootersEndHeaders,
|
|
166
166
|
},
|
|
167
167
|
default: {
|
|
168
|
-
bodyMapper: Mappers.ErrorResponse
|
|
169
|
-
}
|
|
168
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
169
|
+
},
|
|
170
170
|
},
|
|
171
171
|
queryParameters: [Parameters.apiVersion],
|
|
172
172
|
urlParameters: [
|
|
173
173
|
Parameters.$host,
|
|
174
174
|
Parameters.scope,
|
|
175
|
-
Parameters.troubleshooterName
|
|
175
|
+
Parameters.troubleshooterName,
|
|
176
176
|
],
|
|
177
177
|
headerParameters: [Parameters.accept],
|
|
178
|
-
serializer
|
|
178
|
+
serializer,
|
|
179
179
|
};
|
|
180
180
|
const restartOperationSpec = {
|
|
181
181
|
path: "/{scope}/providers/Microsoft.Help/troubleshooters/{troubleshooterName}/restart",
|
|
@@ -183,19 +183,19 @@ const restartOperationSpec = {
|
|
|
183
183
|
responses: {
|
|
184
184
|
200: {
|
|
185
185
|
bodyMapper: Mappers.RestartTroubleshooterResponse,
|
|
186
|
-
headersMapper: Mappers.TroubleshootersRestartHeaders
|
|
186
|
+
headersMapper: Mappers.TroubleshootersRestartHeaders,
|
|
187
187
|
},
|
|
188
188
|
default: {
|
|
189
|
-
bodyMapper: Mappers.ErrorResponse
|
|
190
|
-
}
|
|
189
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
190
|
+
},
|
|
191
191
|
},
|
|
192
192
|
queryParameters: [Parameters.apiVersion],
|
|
193
193
|
urlParameters: [
|
|
194
194
|
Parameters.$host,
|
|
195
195
|
Parameters.scope,
|
|
196
|
-
Parameters.troubleshooterName
|
|
196
|
+
Parameters.troubleshooterName,
|
|
197
197
|
],
|
|
198
198
|
headerParameters: [Parameters.accept],
|
|
199
|
-
serializer
|
|
199
|
+
serializer,
|
|
200
200
|
};
|
|
201
201
|
//# sourceMappingURL=troubleshooters.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"troubleshooters.js","sourceRoot":"","sources":["../../../src/operations/troubleshooters.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAenD,mDAAmD;AACnD,MAAM,OAAO,mBAAmB;IAG9B;;;OAGG;IACH,YAAY,MAAc;QACxB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;;;;;;;;;OAcG;IACH,MAAM,CACJ,KAAa,EACb,kBAA0B,EAC1B,OAA6C;QAE7C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,kBAAkB,EAAE,OAAO,EAAE,EACtC,mBAAmB,CACpB,CAAC;IACJ,CAAC;IAED;;;;;;;;;;OAUG;IACH,GAAG,CACD,KAAa,EACb,kBAA0B,EAC1B,OAA0C;QAE1C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,kBAAkB,EAAE,OAAO,EAAE,EACtC,gBAAgB,CACjB,CAAC;IACJ,CAAC;IAED;;;;;;;;;;OAUG;IACH,QAAQ,CACN,KAAa,EACb,kBAA0B,EAC1B,OAA+C;QAE/C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,kBAAkB,EAAE,OAAO,EAAE,EACtC,qBAAqB,CACtB,CAAC;IACJ,CAAC;IAED;;;;;;;OAOG;IACH,GAAG,CACD,KAAa,EACb,kBAA0B,EAC1B,OAA0C;QAE1C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,kBAAkB,EAAE,OAAO,EAAE,EACtC,gBAAgB,CACjB,CAAC;IACJ,CAAC;IAED;;;;;;;;;OASG;IACH,OAAO,CACL,KAAa,EACb,kBAA0B,EAC1B,OAA8C;QAE9C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,kBAAkB,EAAE,OAAO,EAAE,EACtC,oBAAoB,CACrB,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,mBAAmB,GAA6B;IACpD,IAAI,
|
|
1
|
+
{"version":3,"file":"troubleshooters.js","sourceRoot":"","sources":["../../../src/operations/troubleshooters.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,11 +3,9 @@ import { DiagnosticsCreateOptionalParams, DiagnosticsCreateResponse, Diagnostics
|
|
|
3
3
|
/** Interface representing a Diagnostics. */
|
|
4
4
|
export interface Diagnostics {
|
|
5
5
|
/**
|
|
6
|
-
* Creates a diagnostic for the specific resource using solutionId
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
* </b> ‘requiredInputs’ from Discovery solutions response must be passed via ‘additionalParameters’ as
|
|
10
|
-
* an input to Diagnostics API.
|
|
6
|
+
* Creates a diagnostic for the specific resource using solutionId from discovery solutions.
|
|
7
|
+
* <br/>Diagnostics are powerful solutions that access product resources or other relevant data and
|
|
8
|
+
* provide the root cause of the issue and the steps to address the issue.<br/><br/>
|
|
11
9
|
* @param scope scope = resourceUri of affected resource.<br/> For example:
|
|
12
10
|
* /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
|
|
13
11
|
*
|
|
@@ -16,11 +14,9 @@ export interface Diagnostics {
|
|
|
16
14
|
*/
|
|
17
15
|
beginCreate(scope: string, diagnosticsResourceName: string, options?: DiagnosticsCreateOptionalParams): Promise<SimplePollerLike<OperationState<DiagnosticsCreateResponse>, DiagnosticsCreateResponse>>;
|
|
18
16
|
/**
|
|
19
|
-
* Creates a diagnostic for the specific resource using solutionId
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
* </b> ‘requiredInputs’ from Discovery solutions response must be passed via ‘additionalParameters’ as
|
|
23
|
-
* an input to Diagnostics API.
|
|
17
|
+
* Creates a diagnostic for the specific resource using solutionId from discovery solutions.
|
|
18
|
+
* <br/>Diagnostics are powerful solutions that access product resources or other relevant data and
|
|
19
|
+
* provide the root cause of the issue and the steps to address the issue.<br/><br/>
|
|
24
20
|
* @param scope scope = resourceUri of affected resource.<br/> For example:
|
|
25
21
|
* /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
|
|
26
22
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"diagnostics.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/diagnostics.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,+BAA+B,EAC/B,yBAAyB,EACzB,4BAA4B,EAC5B,sBAAsB,EACvB,MAAM,WAAW,CAAC;AAEnB,4CAA4C;AAC5C,MAAM,WAAW,WAAW;IAC1B
|
|
1
|
+
{"version":3,"file":"diagnostics.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/diagnostics.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,+BAA+B,EAC/B,yBAAyB,EACzB,4BAA4B,EAC5B,sBAAsB,EACvB,MAAM,WAAW,CAAC;AAEnB,4CAA4C;AAC5C,MAAM,WAAW,WAAW;IAC1B;;;;;;;;;OASG;IACH,WAAW,CACT,KAAK,EAAE,MAAM,EACb,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,yBAAyB,CAAC,EACzC,yBAAyB,CAC1B,CACF,CAAC;IACF;;;;;;;;;OASG;IACH,kBAAkB,CAChB,KAAK,EAAE,MAAM,EACb,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;OAOG;IACH,GAAG,CACD,KAAK,EAAE,MAAM,EACb,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;CACpC"}
|
|
@@ -3,7 +3,7 @@ import { SolutionMetadataResource, DiscoverySolutionListOptionalParams } from ".
|
|
|
3
3
|
/** Interface representing a DiscoverySolution. */
|
|
4
4
|
export interface DiscoverySolution {
|
|
5
5
|
/**
|
|
6
|
-
* Lists the relevant Azure
|
|
6
|
+
* Lists the relevant Azure Diagnostics, Solutions and Troubleshooters using [problemClassification
|
|
7
7
|
* API](https://learn.microsoft.com/rest/api/support/problem-classifications/list?tabs=HTTP)) AND
|
|
8
8
|
* resourceUri or resourceType.<br/> Discovery Solutions is the initial entry point within Help API,
|
|
9
9
|
* which identifies relevant Azure diagnostics and solutions. <br/><br/> Required Input :
|
|
@@ -12,11 +12,8 @@ export interface DiscoverySolution {
|
|
|
12
12
|
* <br/>Optional input: resourceUri OR resource Type <br/><br/> <b>Note: </b> ‘requiredInputs’ from
|
|
13
13
|
* Discovery solutions response must be passed via ‘additionalParameters’ as an input to Diagnostics
|
|
14
14
|
* and Solutions API.
|
|
15
|
-
* @param scope scope = resourceUri of affected resource.<br/> For example:
|
|
16
|
-
* /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
|
|
17
|
-
*
|
|
18
15
|
* @param options The options parameters.
|
|
19
16
|
*/
|
|
20
|
-
list(
|
|
17
|
+
list(options?: DiscoverySolutionListOptionalParams): PagedAsyncIterableIterator<SolutionMetadataResource>;
|
|
21
18
|
}
|
|
22
19
|
//# sourceMappingURL=discoverySolution.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"discoverySolution.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/discoverySolution.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,wBAAwB,EACxB,mCAAmC,EACpC,MAAM,WAAW,CAAC;AAGnB,kDAAkD;AAClD,MAAM,WAAW,iBAAiB;IAChC
|
|
1
|
+
{"version":3,"file":"discoverySolution.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/discoverySolution.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,wBAAwB,EACxB,mCAAmC,EACpC,MAAM,WAAW,CAAC;AAGnB,kDAAkD;AAClD,MAAM,WAAW,iBAAiB;IAChC;;;;;;;;;;;OAWG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,mCAAmC,GAC5C,0BAA0B,CAAC,wBAAwB,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { DiscoverySolutionNLPSubscriptionScopePostOptionalParams, DiscoverySolutionNLPSubscriptionScopePostResponse } from "../models";
|
|
2
|
+
/** Interface representing a DiscoverySolutionNLPSubscriptionScope. */
|
|
3
|
+
export interface DiscoverySolutionNLPSubscriptionScope {
|
|
4
|
+
/**
|
|
5
|
+
* Search for relevant Azure Diagnostics, Solutions and Troubleshooters using a natural language issue
|
|
6
|
+
* summary and subscription.
|
|
7
|
+
* @param subscriptionId The Azure subscription ID.
|
|
8
|
+
* @param options The options parameters.
|
|
9
|
+
*/
|
|
10
|
+
post(subscriptionId: string, options?: DiscoverySolutionNLPSubscriptionScopePostOptionalParams): Promise<DiscoverySolutionNLPSubscriptionScopePostResponse>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=discoverySolutionNLPSubscriptionScope.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"discoverySolutionNLPSubscriptionScope.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,uDAAuD,EACvD,iDAAiD,EAClD,MAAM,WAAW,CAAC;AAEnB,sEAAsE;AACtE,MAAM,WAAW,qCAAqC;IACpD;;;;;OAKG;IACH,IAAI,CACF,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,uDAAuD,GAChE,OAAO,CAAC,iDAAiD,CAAC,CAAC;CAC/D"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=discoverySolutionNLPSubscriptionScope.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"discoverySolutionNLPSubscriptionScope.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DiscoverySolutionNLPTenantScopePostOptionalParams, DiscoverySolutionNLPTenantScopePostResponse } from "../models";
|
|
2
|
+
/** Interface representing a DiscoverySolutionNLPTenantScope. */
|
|
3
|
+
export interface DiscoverySolutionNLPTenantScope {
|
|
4
|
+
/**
|
|
5
|
+
* Search for relevant Azure Diagnostics, Solutions and Troubleshooters using a natural language issue
|
|
6
|
+
* summary.
|
|
7
|
+
* @param options The options parameters.
|
|
8
|
+
*/
|
|
9
|
+
post(options?: DiscoverySolutionNLPTenantScopePostOptionalParams): Promise<DiscoverySolutionNLPTenantScopePostResponse>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=discoverySolutionNLPTenantScope.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"discoverySolutionNLPTenantScope.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/discoverySolutionNLPTenantScope.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,iDAAiD,EACjD,2CAA2C,EAC5C,MAAM,WAAW,CAAC;AAEnB,gEAAgE;AAChE,MAAM,WAAW,+BAA+B;IAC9C;;;;OAIG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,iDAAiD,GAC1D,OAAO,CAAC,2CAA2C,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=discoverySolutionNLPTenantScope.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"discoverySolutionNLPTenantScope.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/discoverySolutionNLPTenantScope.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -3,5 +3,9 @@ export * from "./checkNameAvailability";
|
|
|
3
3
|
export * from "./diagnostics";
|
|
4
4
|
export * from "./discoverySolution";
|
|
5
5
|
export * from "./solution";
|
|
6
|
+
export * from "./simplifiedSolutions";
|
|
6
7
|
export * from "./troubleshooters";
|
|
8
|
+
export * from "./solutionSelfHelp";
|
|
9
|
+
export * from "./discoverySolutionNLPTenantScope";
|
|
10
|
+
export * from "./discoverySolutionNLPSubscriptionScope";
|
|
7
11
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC;AAC3B,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mCAAmC,CAAC;AAClD,cAAc,yCAAyC,CAAC"}
|
|
@@ -10,5 +10,9 @@ export * from "./checkNameAvailability";
|
|
|
10
10
|
export * from "./diagnostics";
|
|
11
11
|
export * from "./discoverySolution";
|
|
12
12
|
export * from "./solution";
|
|
13
|
+
export * from "./simplifiedSolutions";
|
|
13
14
|
export * from "./troubleshooters";
|
|
15
|
+
export * from "./solutionSelfHelp";
|
|
16
|
+
export * from "./discoverySolutionNLPTenantScope";
|
|
17
|
+
export * from "./discoverySolutionNLPSubscriptionScope";
|
|
14
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC;AAC3B,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mCAAmC,CAAC;AAClD,cAAc,yCAAyC,CAAC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
2
|
+
import { SimplifiedSolutionsCreateOptionalParams, SimplifiedSolutionsCreateResponse, SimplifiedSolutionsGetOptionalParams, SimplifiedSolutionsGetResponse } from "../models";
|
|
3
|
+
/** Interface representing a SimplifiedSolutions. */
|
|
4
|
+
export interface SimplifiedSolutions {
|
|
5
|
+
/**
|
|
6
|
+
* Creates Simplified Solutions for an Azure subscription using 'solutionId' from Discovery Solutions
|
|
7
|
+
* as the input. <br/><br/> Simplified Solutions API makes the consumption of solutions APIs easier
|
|
8
|
+
* while still providing access to the same powerful solutions rendered in Solutions API. With
|
|
9
|
+
* Simplified Solutions, users don't have to worry about stitching together the article using
|
|
10
|
+
* replacement maps and can use the content in the API response to directly render as HTML
|
|
11
|
+
* content.<br/>
|
|
12
|
+
* @param scope scope = resourceUri of affected resource.<br/> For example:
|
|
13
|
+
* /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
|
|
14
|
+
*
|
|
15
|
+
* @param simplifiedSolutionsResourceName Simplified Solutions Resource Name.
|
|
16
|
+
* @param options The options parameters.
|
|
17
|
+
*/
|
|
18
|
+
beginCreate(scope: string, simplifiedSolutionsResourceName: string, options?: SimplifiedSolutionsCreateOptionalParams): Promise<SimplePollerLike<OperationState<SimplifiedSolutionsCreateResponse>, SimplifiedSolutionsCreateResponse>>;
|
|
19
|
+
/**
|
|
20
|
+
* Creates Simplified Solutions for an Azure subscription using 'solutionId' from Discovery Solutions
|
|
21
|
+
* as the input. <br/><br/> Simplified Solutions API makes the consumption of solutions APIs easier
|
|
22
|
+
* while still providing access to the same powerful solutions rendered in Solutions API. With
|
|
23
|
+
* Simplified Solutions, users don't have to worry about stitching together the article using
|
|
24
|
+
* replacement maps and can use the content in the API response to directly render as HTML
|
|
25
|
+
* content.<br/>
|
|
26
|
+
* @param scope scope = resourceUri of affected resource.<br/> For example:
|
|
27
|
+
* /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
|
|
28
|
+
*
|
|
29
|
+
* @param simplifiedSolutionsResourceName Simplified Solutions Resource Name.
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
beginCreateAndWait(scope: string, simplifiedSolutionsResourceName: string, options?: SimplifiedSolutionsCreateOptionalParams): Promise<SimplifiedSolutionsCreateResponse>;
|
|
33
|
+
/**
|
|
34
|
+
* Get the simplified Solutions using the applicable solutionResourceName while creating the simplified
|
|
35
|
+
* Solutions.
|
|
36
|
+
* @param scope scope = resourceUri of affected resource.<br/> For example:
|
|
37
|
+
* /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
|
|
38
|
+
*
|
|
39
|
+
* @param simplifiedSolutionsResourceName Simplified Solutions Resource Name.
|
|
40
|
+
* @param options The options parameters.
|
|
41
|
+
*/
|
|
42
|
+
get(scope: string, simplifiedSolutionsResourceName: string, options?: SimplifiedSolutionsGetOptionalParams): Promise<SimplifiedSolutionsGetResponse>;
|
|
43
|
+
}
|
|
44
|
+
//# sourceMappingURL=simplifiedSolutions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"simplifiedSolutions.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/simplifiedSolutions.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,uCAAuC,EACvC,iCAAiC,EACjC,oCAAoC,EACpC,8BAA8B,EAC/B,MAAM,WAAW,CAAC;AAEnB,oDAAoD;AACpD,MAAM,WAAW,mBAAmB;IAClC;;;;;;;;;;;;OAYG;IACH,WAAW,CACT,KAAK,EAAE,MAAM,EACb,+BAA+B,EAAE,MAAM,EACvC,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,iCAAiC,CAAC,EACjD,iCAAiC,CAClC,CACF,CAAC;IACF;;;;;;;;;;;;OAYG;IACH,kBAAkB,CAChB,KAAK,EAAE,MAAM,EACb,+BAA+B,EAAE,MAAM,EACvC,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;;;OAQG;IACH,GAAG,CACD,KAAK,EAAE,MAAM,EACb,+BAA+B,EAAE,MAAM,EACvC,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;CAC5C"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=simplifiedSolutions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"simplifiedSolutions.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/simplifiedSolutions.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
2
|
-
import { SolutionCreateOptionalParams, SolutionCreateResponse, SolutionGetOptionalParams, SolutionGetResponse, SolutionUpdateOptionalParams, SolutionUpdateResponse } from "../models";
|
|
2
|
+
import { SolutionCreateOptionalParams, SolutionCreateResponse, SolutionGetOptionalParams, SolutionGetResponse, SolutionUpdateOptionalParams, SolutionUpdateResponse, SolutionWarmUpOptionalParams } from "../models";
|
|
3
3
|
/** Interface representing a Solution. */
|
|
4
4
|
export interface Solution {
|
|
5
5
|
/**
|
|
6
6
|
* Creates a solution for the specific Azure resource or subscription using the inputs ‘solutionId and
|
|
7
7
|
* requiredInputs’ from discovery solutions. <br/> Azure solutions comprise a comprehensive library of
|
|
8
8
|
* self-help resources that have been thoughtfully curated by Azure engineers to aid customers in
|
|
9
|
-
* resolving typical troubleshooting issues. These solutions encompass (1.)
|
|
10
|
-
* diagnostics, guided troubleshooting wizards, and data visualizations
|
|
11
|
-
* tutorials and illustrative diagrams and images
|
|
12
|
-
* troubleshooting instructions. All these components are seamlessly converged
|
|
13
|
-
* tailored to address a specific support problem area.
|
|
14
|
-
* ‘requiredParameters’ that are required to execute the individual solution component. In the absence
|
|
15
|
-
* of the ‘requiredParameters’ it is likely that some of the solutions might fail execution, and you
|
|
16
|
-
* might see an empty response. <br/><br/> <b>Note:</b> <br/>1. ‘requiredInputs’ from Discovery
|
|
17
|
-
* solutions response must be passed via ‘parameters’ in the request body of Solutions API. <br/>2.
|
|
18
|
-
* ‘requiredParameters’ from the Solutions response is the same as ‘ additionalParameters’ in the
|
|
19
|
-
* request for diagnostics <br/>3. ‘requiredParameters’ from the Solutions response is the same as
|
|
20
|
-
* ‘properties.parameters’ in the request for Troubleshooters
|
|
9
|
+
* resolving typical troubleshooting issues. These solutions encompass: <br/> (1.) Dynamic and
|
|
10
|
+
* context-aware diagnostics, guided troubleshooting wizards, and data visualizations. <br/> (2.) Rich
|
|
11
|
+
* instructional video tutorials and illustrative diagrams and images. <br/> (3.) Thoughtfully
|
|
12
|
+
* assembled textual troubleshooting instructions. <br/> All these components are seamlessly converged
|
|
13
|
+
* into unified solutions tailored to address a specific support problem area.
|
|
21
14
|
* @param scope scope = resourceUri of affected resource.<br/> For example:
|
|
22
15
|
* /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
|
|
23
16
|
*
|
|
@@ -29,18 +22,11 @@ export interface Solution {
|
|
|
29
22
|
* Creates a solution for the specific Azure resource or subscription using the inputs ‘solutionId and
|
|
30
23
|
* requiredInputs’ from discovery solutions. <br/> Azure solutions comprise a comprehensive library of
|
|
31
24
|
* self-help resources that have been thoughtfully curated by Azure engineers to aid customers in
|
|
32
|
-
* resolving typical troubleshooting issues. These solutions encompass (1.)
|
|
33
|
-
* diagnostics, guided troubleshooting wizards, and data visualizations
|
|
34
|
-
* tutorials and illustrative diagrams and images
|
|
35
|
-
* troubleshooting instructions. All these components are seamlessly converged
|
|
36
|
-
* tailored to address a specific support problem area.
|
|
37
|
-
* ‘requiredParameters’ that are required to execute the individual solution component. In the absence
|
|
38
|
-
* of the ‘requiredParameters’ it is likely that some of the solutions might fail execution, and you
|
|
39
|
-
* might see an empty response. <br/><br/> <b>Note:</b> <br/>1. ‘requiredInputs’ from Discovery
|
|
40
|
-
* solutions response must be passed via ‘parameters’ in the request body of Solutions API. <br/>2.
|
|
41
|
-
* ‘requiredParameters’ from the Solutions response is the same as ‘ additionalParameters’ in the
|
|
42
|
-
* request for diagnostics <br/>3. ‘requiredParameters’ from the Solutions response is the same as
|
|
43
|
-
* ‘properties.parameters’ in the request for Troubleshooters
|
|
25
|
+
* resolving typical troubleshooting issues. These solutions encompass: <br/> (1.) Dynamic and
|
|
26
|
+
* context-aware diagnostics, guided troubleshooting wizards, and data visualizations. <br/> (2.) Rich
|
|
27
|
+
* instructional video tutorials and illustrative diagrams and images. <br/> (3.) Thoughtfully
|
|
28
|
+
* assembled textual troubleshooting instructions. <br/> All these components are seamlessly converged
|
|
29
|
+
* into unified solutions tailored to address a specific support problem area.
|
|
44
30
|
* @param scope scope = resourceUri of affected resource.<br/> For example:
|
|
45
31
|
* /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
|
|
46
32
|
*
|
|
@@ -75,5 +61,14 @@ export interface Solution {
|
|
|
75
61
|
* @param options The options parameters.
|
|
76
62
|
*/
|
|
77
63
|
beginUpdateAndWait(scope: string, solutionResourceName: string, options?: SolutionUpdateOptionalParams): Promise<SolutionUpdateResponse>;
|
|
64
|
+
/**
|
|
65
|
+
* Warm up the solution resource by preloading asynchronous diagnostics results into cache
|
|
66
|
+
* @param scope scope = resourceUri of affected resource.<br/> For example:
|
|
67
|
+
* /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
|
|
68
|
+
*
|
|
69
|
+
* @param solutionResourceName Solution resource Name.
|
|
70
|
+
* @param options The options parameters.
|
|
71
|
+
*/
|
|
72
|
+
warmUp(scope: string, solutionResourceName: string, options?: SolutionWarmUpOptionalParams): Promise<void>;
|
|
78
73
|
}
|
|
79
74
|
//# sourceMappingURL=solution.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"solution.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/solution.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,4BAA4B,EAC5B,sBAAsB,EACtB,yBAAyB,EACzB,mBAAmB,EACnB,4BAA4B,EAC5B,sBAAsB,
|
|
1
|
+
{"version":3,"file":"solution.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/solution.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,4BAA4B,EAC5B,sBAAsB,EACtB,yBAAyB,EACzB,mBAAmB,EACnB,4BAA4B,EAC5B,sBAAsB,EACtB,4BAA4B,EAC7B,MAAM,WAAW,CAAC;AAEnB,yCAAyC;AACzC,MAAM,WAAW,QAAQ;IACvB;;;;;;;;;;;;;;OAcG;IACH,WAAW,CACT,KAAK,EAAE,MAAM,EACb,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sBAAsB,CAAC,EACtC,sBAAsB,CACvB,CACF,CAAC;IACF;;;;;;;;;;;;;;OAcG;IACH,kBAAkB,CAChB,KAAK,EAAE,MAAM,EACb,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;;;OAOG;IACH,GAAG,CACD,KAAK,EAAE,MAAM,EACb,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChC;;;;;;;OAOG;IACH,WAAW,CACT,KAAK,EAAE,MAAM,EACb,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sBAAsB,CAAC,EACtC,sBAAsB,CACvB,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,KAAK,EAAE,MAAM,EACb,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;;;OAOG;IACH,MAAM,CACJ,KAAK,EAAE,MAAM,EACb,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { SolutionSelfHelpGetOptionalParams, SolutionSelfHelpGetResponse } from "../models";
|
|
2
|
+
/** Interface representing a SolutionSelfHelp. */
|
|
3
|
+
export interface SolutionSelfHelp {
|
|
4
|
+
/**
|
|
5
|
+
* Gets Self Help Solutions for a given solutionId. Self Help Solutions consist of rich instructional
|
|
6
|
+
* video tutorials, links and guides to public documentation related to a specific problem that enables
|
|
7
|
+
* users to troubleshoot Azure issues.
|
|
8
|
+
* @param solutionId SolutionId is a unique id to identify a solution. You can retrieve the solution id
|
|
9
|
+
* using the Discovery api -
|
|
10
|
+
* https://learn.microsoft.com/en-us/rest/api/help/discovery-solution/list?view=rest-help-2023-09-01-preview&tabs=HTTP
|
|
11
|
+
* @param options The options parameters.
|
|
12
|
+
*/
|
|
13
|
+
get(solutionId: string, options?: SolutionSelfHelpGetOptionalParams): Promise<SolutionSelfHelpGetResponse>;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=solutionSelfHelp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"solutionSelfHelp.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/solutionSelfHelp.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,iCAAiC,EACjC,2BAA2B,EAC5B,MAAM,WAAW,CAAC;AAEnB,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;;;;;;OAQG;IACH,GAAG,CACD,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;CACzC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=solutionSelfHelp.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"solutionSelfHelp.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/solutionSelfHelp.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE;
|
|
1
|
+
{"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,0CAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAClC,IAAa,EACb,iBAAqC;;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,mCAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,CAAC"}
|
|
@@ -69,8 +69,8 @@ describe("help test", () => {
|
|
|
69
69
|
});
|
|
70
70
|
});
|
|
71
71
|
it("selfhelp operation test", function () {
|
|
72
|
-
var _a, e_1, _b, _c;
|
|
73
72
|
return __awaiter(this, void 0, void 0, function* () {
|
|
73
|
+
var _a, e_1, _b, _c;
|
|
74
74
|
const resArray = new Array();
|
|
75
75
|
try {
|
|
76
76
|
for (var _d = true, _e = __asyncValues(client.operations.list()), _f; _f = yield _e.next(), _a = _f.done, !_a; _d = true) {
|
|
@@ -90,5 +90,10 @@ describe("help test", () => {
|
|
|
90
90
|
assert.notEqual(resArray.length, 0);
|
|
91
91
|
});
|
|
92
92
|
});
|
|
93
|
+
it("discoverySolutionNLPSubscriptionScope post test", function () {
|
|
94
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
95
|
+
const res = yield client.discoverySolutionNLPSubscriptionScope.post(subscriptionId, { discoverSolutionRequest: { issueSummary: "how to retrieve certs from deleted keyvault." } });
|
|
96
|
+
});
|
|
97
|
+
});
|
|
93
98
|
});
|
|
94
99
|
//# sourceMappingURL=selfhelp_operations_test.spec.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"selfhelp_operations_test.spec.js","sourceRoot":"","sources":["../../test/selfhelp_operations_test.spec.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,OAAO,EACL,GAAG,EACH,QAAQ,EAGR,cAAc,GACf,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAE9B,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEvC,MAAM,oBAAoB,GAA2B;IACnD,eAAe,EAAE,iBAAiB;IAClC,mBAAmB,EAAE,qBAAqB;IAC1C,eAAe,EAAE,sCAAsC;IACvD,eAAe,EAAE,uBAAuB;CACzC,CAAC;AAEF,MAAM,eAAe,GAAyB;IAC5C,mBAAmB,EAAE,oBAAoB;CAC1C,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,kBAAkB,EAAE,cAAc,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS;CACrD,CAAC;AAEF,QAAQ,CAAC,WAAW,EAAE,GAAG,EAAE;IACzB,IAAI,QAAkB,CAAC;IACvB,IAAI,cAAsB,CAAC;IAC3B,IAAI,MAAc,CAAC;IACnB,IAAI,QAAgB,CAAC;IACrB,IAAI,aAAqB,CAAC;IAC1B,IAAI,YAAoB,CAAC;IACzB,IAAI,KAAa,CAAC;IAClB,IAAI,MAAc,CAAC;IAEnB,UAAU,CAAC;;YACT,QAAQ,GAAG,IAAI,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;YAC1C,MAAM,QAAQ,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC;YACtC,cAAc,GAAG,GAAG,CAAC,eAAe,IAAI,EAAE,CAAC;YAC3C,+DAA+D;YAC/D,MAAM,UAAU,GAAG,oBAAoB,EAAE,CAAC;YAC1C,MAAM,GAAG,IAAI,MAAM,CAAC,UAAU,EAAE,QAAQ,CAAC,sBAAsB,CAAC,EAAE,CAAC,CAAC,CAAC;YACrE,QAAQ,GAAG,QAAQ,CAAC;YACpB,aAAa,GAAG,WAAW,CAAC;YAC5B,YAAY,GAAG,eAAe,CAAC;YAC/B,KAAK,GAAG,gBAAgB,GAAG,cAAc,CAAC;YAC1C,MAAM,GAAG,gBAAgB,GAAG,cAAc,GAAG,8EAA8E,CAAC;QAC9H,CAAC;KAAA,CAAC,CAAC;IAEH,SAAS,CAAC;;YACR,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC;QACxB,CAAC;KAAA,CAAC,CAAC;IAEH,iGAAiG;IACjG,EAAE,CAAC,IAAI,CAAC,yBAAyB,EAAE;;YACjC,MAAM,OAAO,GAAG;gBACd,yBAAyB,EAAE;oBACzB,QAAQ,EAAE;wBACR;4BACE,UAAU,EAAE,oCAAoC;yBACjD;qBACF;iBACF;gBACD,kBAAkB,EAAE,cAAc,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS;aACrD,CAAA;YACD,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,kBAAkB,CACxD,MAAM,EACN,YAAY,EACZ,OAAO,CACR,CAAC;YACF,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,EAAE,YAAY,CAAC,CAAC;QAC1C,CAAC;KAAA,CAAC,CAAC;IAEH,EAAE,CAAC,yBAAyB,EAAE;;;YAC5B,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;gBAC7B,KAAuB,eAAA,KAAA,cAAA,MAAM,CAAC,UAAU,CAAC,IAAI,EAAE,CAAA,IAAA,sDAAE;
|
|
1
|
+
{"version":3,"file":"selfhelp_operations_test.spec.js","sourceRoot":"","sources":["../../test/selfhelp_operations_test.spec.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,OAAO,EACL,GAAG,EACH,QAAQ,EAGR,cAAc,GACf,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAE9B,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEvC,MAAM,oBAAoB,GAA2B;IACnD,eAAe,EAAE,iBAAiB;IAClC,mBAAmB,EAAE,qBAAqB;IAC1C,eAAe,EAAE,sCAAsC;IACvD,eAAe,EAAE,uBAAuB;CACzC,CAAC;AAEF,MAAM,eAAe,GAAyB;IAC5C,mBAAmB,EAAE,oBAAoB;CAC1C,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,kBAAkB,EAAE,cAAc,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS;CACrD,CAAC;AAEF,QAAQ,CAAC,WAAW,EAAE,GAAG,EAAE;IACzB,IAAI,QAAkB,CAAC;IACvB,IAAI,cAAsB,CAAC;IAC3B,IAAI,MAAc,CAAC;IACnB,IAAI,QAAgB,CAAC;IACrB,IAAI,aAAqB,CAAC;IAC1B,IAAI,YAAoB,CAAC;IACzB,IAAI,KAAa,CAAC;IAClB,IAAI,MAAc,CAAC;IAEnB,UAAU,CAAC;;YACT,QAAQ,GAAG,IAAI,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;YAC1C,MAAM,QAAQ,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC;YACtC,cAAc,GAAG,GAAG,CAAC,eAAe,IAAI,EAAE,CAAC;YAC3C,+DAA+D;YAC/D,MAAM,UAAU,GAAG,oBAAoB,EAAE,CAAC;YAC1C,MAAM,GAAG,IAAI,MAAM,CAAC,UAAU,EAAE,QAAQ,CAAC,sBAAsB,CAAC,EAAE,CAAC,CAAC,CAAC;YACrE,QAAQ,GAAG,QAAQ,CAAC;YACpB,aAAa,GAAG,WAAW,CAAC;YAC5B,YAAY,GAAG,eAAe,CAAC;YAC/B,KAAK,GAAG,gBAAgB,GAAG,cAAc,CAAC;YAC1C,MAAM,GAAG,gBAAgB,GAAG,cAAc,GAAG,8EAA8E,CAAC;QAC9H,CAAC;KAAA,CAAC,CAAC;IAEH,SAAS,CAAC;;YACR,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC;QACxB,CAAC;KAAA,CAAC,CAAC;IAEH,iGAAiG;IACjG,EAAE,CAAC,IAAI,CAAC,yBAAyB,EAAE;;YACjC,MAAM,OAAO,GAAG;gBACd,yBAAyB,EAAE;oBACzB,QAAQ,EAAE;wBACR;4BACE,UAAU,EAAE,oCAAoC;yBACjD;qBACF;iBACF;gBACD,kBAAkB,EAAE,cAAc,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS;aACrD,CAAA;YACD,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,kBAAkB,CACxD,MAAM,EACN,YAAY,EACZ,OAAO,CACR,CAAC;YACF,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,EAAE,YAAY,CAAC,CAAC;QAC1C,CAAC;KAAA,CAAC,CAAC;IAEH,EAAE,CAAC,yBAAyB,EAAE;;;YAC5B,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;gBAC7B,KAAuB,eAAA,KAAA,cAAA,MAAM,CAAC,UAAU,CAAC,IAAI,EAAE,CAAA,IAAA,sDAAE,CAAC;oBAA3B,cAAwB;oBAAxB,WAAwB;oBAApC,IAAI,IAAI,KAAA,CAAA;oBACjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;gBACtB,CAAC;;;;;;;;;YACD,MAAM,CAAC,QAAQ,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC,CAAC,CAAA;QACrC,CAAC;KAAA,CAAC,CAAC;IAEH,EAAE,CAAC,iDAAiD,EAAE;;YACpD,MAAM,GAAG,GAAG,MAAM,MAAM,CAAC,qCAAqC,CAAC,IAAI,CAAC,cAAc,EAAE,EAAE,uBAAuB,EAAE,EAAE,YAAY,EAAE,8CAA8C,EAAE,EAAE,CAAC,CAAC;QACrL,CAAC;KAAA,CAAC,CAAC;AACL,CAAC,CAAC,CAAA"}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for HelpRP.",
|
|
6
|
-
"version": "2.0.0-beta.
|
|
6
|
+
"version": "2.0.0-beta.4",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=18.0.0"
|
|
9
9
|
},
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"@azure/abort-controller": "^1.0.0",
|
|
13
13
|
"@azure/core-paging": "^1.2.0",
|
|
14
14
|
"@azure/core-client": "^1.7.0",
|
|
15
|
-
"@azure/core-auth": "^1.
|
|
16
|
-
"@azure/core-rest-pipeline": "^1.
|
|
15
|
+
"@azure/core-auth": "^1.6.0",
|
|
16
|
+
"@azure/core-rest-pipeline": "^1.14.0",
|
|
17
17
|
"tslib": "^2.2.0"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"types": "./types/arm-selfhelp.d.ts",
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@microsoft/api-extractor": "^7.31.1",
|
|
32
|
-
"mkdirp": "^
|
|
33
|
-
"typescript": "~5.
|
|
32
|
+
"mkdirp": "^3.0.1",
|
|
33
|
+
"typescript": "~5.4.5",
|
|
34
34
|
"uglify-js": "^3.4.9",
|
|
35
35
|
"rimraf": "^5.0.0",
|
|
36
36
|
"dotenv": "^16.0.0",
|
|
37
37
|
"@azure/dev-tool": "^1.0.0",
|
|
38
|
-
"@azure/identity": "^
|
|
38
|
+
"@azure/identity": "^4.0.1",
|
|
39
39
|
"@azure-tools/test-recorder": "^3.0.0",
|
|
40
|
-
"@azure-tools/test-credential": "^1.
|
|
40
|
+
"@azure-tools/test-credential": "^1.1.0",
|
|
41
41
|
"mocha": "^10.0.0",
|
|
42
42
|
"@types/mocha": "^10.0.0",
|
|
43
43
|
"esm": "^3.2.18",
|
|
@@ -78,7 +78,6 @@
|
|
|
78
78
|
"pack": "npm pack 2>&1",
|
|
79
79
|
"extract-api": "api-extractor run --local",
|
|
80
80
|
"lint": "echo skipped",
|
|
81
|
-
"audit": "echo skipped",
|
|
82
81
|
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
83
82
|
"build:node": "echo skipped",
|
|
84
83
|
"build:browser": "echo skipped",
|
|
@@ -116,4 +115,4 @@
|
|
|
116
115
|
"disableDocsMs": true,
|
|
117
116
|
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-selfhelp?view=azure-node-preview"
|
|
118
117
|
}
|
|
119
|
-
}
|
|
118
|
+
}
|