@azure/arm-visualstudio 4.0.0-beta.1 → 4.0.0-beta.2

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 (143) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/README.md +12 -1
  3. package/dist/index.js +120 -49
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.d.ts +2 -0
  8. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.d.ts.map +1 -0
  9. package/dist-esm/samples-dev/{checkAvailabilityOfAnAccountName.js → accountsCheckNameAvailabilitySample.js} +3 -3
  10. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.js.map +1 -0
  11. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.d.ts +2 -0
  12. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.d.ts.map +1 -0
  13. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js +38 -0
  14. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js.map +1 -0
  15. package/dist-esm/samples-dev/accountsDeleteSample.d.ts +2 -0
  16. package/dist-esm/samples-dev/accountsDeleteSample.d.ts.map +1 -0
  17. package/dist-esm/samples-dev/{deleteAnAccountResource.js → accountsDeleteSample.js} +3 -3
  18. package/dist-esm/samples-dev/accountsDeleteSample.js.map +1 -0
  19. package/dist-esm/samples-dev/accountsGetSample.d.ts +2 -0
  20. package/dist-esm/samples-dev/accountsGetSample.d.ts.map +1 -0
  21. package/dist-esm/samples-dev/{getAnAccountResource.js → accountsGetSample.js} +3 -3
  22. package/dist-esm/samples-dev/accountsGetSample.js.map +1 -0
  23. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts +2 -0
  24. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts.map +1 -0
  25. package/dist-esm/samples-dev/{getAListOfAccountResourcesInTheResourceGroup.js → accountsListByResourceGroupSample.js} +3 -3
  26. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js.map +1 -0
  27. package/dist-esm/samples-dev/accountsUpdateSample.d.ts +2 -0
  28. package/dist-esm/samples-dev/accountsUpdateSample.d.ts.map +1 -0
  29. package/dist-esm/samples-dev/{createAnAccountResource.js → accountsUpdateSample.js} +3 -3
  30. package/dist-esm/samples-dev/accountsUpdateSample.js.map +1 -0
  31. package/dist-esm/samples-dev/extensionsCreateSample.d.ts +2 -0
  32. package/dist-esm/samples-dev/extensionsCreateSample.d.ts.map +1 -0
  33. package/dist-esm/samples-dev/{createAnExtensionResource.js → extensionsCreateSample.js} +3 -3
  34. package/dist-esm/samples-dev/extensionsCreateSample.js.map +1 -0
  35. package/dist-esm/samples-dev/extensionsDeleteSample.d.ts +2 -0
  36. package/dist-esm/samples-dev/extensionsDeleteSample.d.ts.map +1 -0
  37. package/dist-esm/samples-dev/{deleteAnExtensionResource.js → extensionsDeleteSample.js} +3 -3
  38. package/dist-esm/samples-dev/extensionsDeleteSample.js.map +1 -0
  39. package/dist-esm/samples-dev/extensionsGetSample.d.ts +2 -0
  40. package/dist-esm/samples-dev/extensionsGetSample.d.ts.map +1 -0
  41. package/dist-esm/samples-dev/{getAnExtensionResource.js → extensionsGetSample.js} +3 -3
  42. package/dist-esm/samples-dev/extensionsGetSample.js.map +1 -0
  43. package/dist-esm/samples-dev/extensionsListByAccountSample.d.ts +2 -0
  44. package/dist-esm/samples-dev/extensionsListByAccountSample.d.ts.map +1 -0
  45. package/dist-esm/samples-dev/{getAListOfExtensionResourcesWithinTheResourceGroup.js → extensionsListByAccountSample.js} +3 -3
  46. package/dist-esm/samples-dev/extensionsListByAccountSample.js.map +1 -0
  47. package/dist-esm/samples-dev/extensionsUpdateSample.d.ts +2 -0
  48. package/dist-esm/samples-dev/extensionsUpdateSample.d.ts.map +1 -0
  49. package/dist-esm/samples-dev/{updateAnExtensionResource.js → extensionsUpdateSample.js} +3 -3
  50. package/dist-esm/samples-dev/extensionsUpdateSample.js.map +1 -0
  51. package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
  52. package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
  53. package/dist-esm/samples-dev/{getAListOfOperationsForThisResourceProvider.js → operationsListSample.js} +3 -3
  54. package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
  55. package/dist-esm/samples-dev/projectsCreateSample.d.ts +2 -0
  56. package/dist-esm/samples-dev/projectsCreateSample.d.ts.map +1 -0
  57. package/dist-esm/samples-dev/{createAProjectResource.js → projectsCreateSample.js} +3 -3
  58. package/dist-esm/samples-dev/projectsCreateSample.js.map +1 -0
  59. package/dist-esm/samples-dev/projectsGetJobStatusSample.d.ts +2 -0
  60. package/dist-esm/samples-dev/projectsGetJobStatusSample.d.ts.map +1 -0
  61. package/dist-esm/samples-dev/{getTheStatusOfTheProjectCreationJob.js → projectsGetJobStatusSample.js} +4 -4
  62. package/dist-esm/samples-dev/projectsGetJobStatusSample.js.map +1 -0
  63. package/dist-esm/samples-dev/projectsGetSample.d.ts +2 -0
  64. package/dist-esm/samples-dev/projectsGetSample.d.ts.map +1 -0
  65. package/dist-esm/samples-dev/{getAProjectResource.js → projectsGetSample.js} +3 -3
  66. package/dist-esm/samples-dev/projectsGetSample.js.map +1 -0
  67. package/dist-esm/samples-dev/projectsListByResourceGroupSample.d.ts +2 -0
  68. package/dist-esm/samples-dev/projectsListByResourceGroupSample.d.ts.map +1 -0
  69. package/dist-esm/samples-dev/{getAListOfProjectResourcesInTheTeamServicesAccount.js → projectsListByResourceGroupSample.js} +3 -3
  70. package/dist-esm/samples-dev/projectsListByResourceGroupSample.js.map +1 -0
  71. package/dist-esm/samples-dev/projectsUpdateSample.d.ts +2 -0
  72. package/dist-esm/samples-dev/projectsUpdateSample.d.ts.map +1 -0
  73. package/dist-esm/samples-dev/{updateAProjectResource.js → projectsUpdateSample.js} +3 -3
  74. package/dist-esm/samples-dev/projectsUpdateSample.js.map +1 -0
  75. package/dist-esm/src/models/index.d.ts +6 -6
  76. package/dist-esm/src/models/index.d.ts.map +1 -1
  77. package/dist-esm/src/operations/projects.d.ts.map +1 -1
  78. package/dist-esm/src/operations/projects.js +3 -1
  79. package/dist-esm/src/operations/projects.js.map +1 -1
  80. package/dist-esm/src/visualStudioResourceProviderClient.d.ts +2 -0
  81. package/dist-esm/src/visualStudioResourceProviderClient.d.ts.map +1 -1
  82. package/dist-esm/src/visualStudioResourceProviderClient.js +54 -5
  83. package/dist-esm/src/visualStudioResourceProviderClient.js.map +1 -1
  84. package/dist-esm/test/sampleTest.js +11 -13
  85. package/dist-esm/test/sampleTest.js.map +1 -1
  86. package/package.json +38 -22
  87. package/review/arm-visualstudio.api.md +6 -6
  88. package/rollup.config.js +6 -72
  89. package/src/models/index.ts +7 -6
  90. package/src/operations/projects.ts +3 -1
  91. package/src/visualStudioResourceProviderClient.ts +70 -5
  92. package/tsconfig.json +18 -5
  93. package/types/arm-visualstudio.d.ts +8 -6
  94. package/types/tsdoc-metadata.json +1 -1
  95. package/LICENSE.txt +0 -21
  96. package/dist-esm/samples-dev/checkAvailabilityOfAnAccountName.d.ts +0 -2
  97. package/dist-esm/samples-dev/checkAvailabilityOfAnAccountName.d.ts.map +0 -1
  98. package/dist-esm/samples-dev/checkAvailabilityOfAnAccountName.js.map +0 -1
  99. package/dist-esm/samples-dev/createAProjectResource.d.ts +0 -2
  100. package/dist-esm/samples-dev/createAProjectResource.d.ts.map +0 -1
  101. package/dist-esm/samples-dev/createAProjectResource.js.map +0 -1
  102. package/dist-esm/samples-dev/createAnAccountResource.d.ts +0 -2
  103. package/dist-esm/samples-dev/createAnAccountResource.d.ts.map +0 -1
  104. package/dist-esm/samples-dev/createAnAccountResource.js.map +0 -1
  105. package/dist-esm/samples-dev/createAnExtensionResource.d.ts +0 -2
  106. package/dist-esm/samples-dev/createAnExtensionResource.d.ts.map +0 -1
  107. package/dist-esm/samples-dev/createAnExtensionResource.js.map +0 -1
  108. package/dist-esm/samples-dev/deleteAnAccountResource.d.ts +0 -2
  109. package/dist-esm/samples-dev/deleteAnAccountResource.d.ts.map +0 -1
  110. package/dist-esm/samples-dev/deleteAnAccountResource.js.map +0 -1
  111. package/dist-esm/samples-dev/deleteAnExtensionResource.d.ts +0 -2
  112. package/dist-esm/samples-dev/deleteAnExtensionResource.d.ts.map +0 -1
  113. package/dist-esm/samples-dev/deleteAnExtensionResource.js.map +0 -1
  114. package/dist-esm/samples-dev/getAListOfAccountResourcesInTheResourceGroup.d.ts +0 -2
  115. package/dist-esm/samples-dev/getAListOfAccountResourcesInTheResourceGroup.d.ts.map +0 -1
  116. package/dist-esm/samples-dev/getAListOfAccountResourcesInTheResourceGroup.js.map +0 -1
  117. package/dist-esm/samples-dev/getAListOfExtensionResourcesWithinTheResourceGroup.d.ts +0 -2
  118. package/dist-esm/samples-dev/getAListOfExtensionResourcesWithinTheResourceGroup.d.ts.map +0 -1
  119. package/dist-esm/samples-dev/getAListOfExtensionResourcesWithinTheResourceGroup.js.map +0 -1
  120. package/dist-esm/samples-dev/getAListOfOperationsForThisResourceProvider.d.ts +0 -2
  121. package/dist-esm/samples-dev/getAListOfOperationsForThisResourceProvider.d.ts.map +0 -1
  122. package/dist-esm/samples-dev/getAListOfOperationsForThisResourceProvider.js.map +0 -1
  123. package/dist-esm/samples-dev/getAListOfProjectResourcesInTheTeamServicesAccount.d.ts +0 -2
  124. package/dist-esm/samples-dev/getAListOfProjectResourcesInTheTeamServicesAccount.d.ts.map +0 -1
  125. package/dist-esm/samples-dev/getAListOfProjectResourcesInTheTeamServicesAccount.js.map +0 -1
  126. package/dist-esm/samples-dev/getAProjectResource.d.ts +0 -2
  127. package/dist-esm/samples-dev/getAProjectResource.d.ts.map +0 -1
  128. package/dist-esm/samples-dev/getAProjectResource.js.map +0 -1
  129. package/dist-esm/samples-dev/getAnAccountResource.d.ts +0 -2
  130. package/dist-esm/samples-dev/getAnAccountResource.d.ts.map +0 -1
  131. package/dist-esm/samples-dev/getAnAccountResource.js.map +0 -1
  132. package/dist-esm/samples-dev/getAnExtensionResource.d.ts +0 -2
  133. package/dist-esm/samples-dev/getAnExtensionResource.d.ts.map +0 -1
  134. package/dist-esm/samples-dev/getAnExtensionResource.js.map +0 -1
  135. package/dist-esm/samples-dev/getTheStatusOfTheProjectCreationJob.d.ts +0 -2
  136. package/dist-esm/samples-dev/getTheStatusOfTheProjectCreationJob.d.ts.map +0 -1
  137. package/dist-esm/samples-dev/getTheStatusOfTheProjectCreationJob.js.map +0 -1
  138. package/dist-esm/samples-dev/updateAProjectResource.d.ts +0 -2
  139. package/dist-esm/samples-dev/updateAProjectResource.d.ts.map +0 -1
  140. package/dist-esm/samples-dev/updateAProjectResource.js.map +0 -1
  141. package/dist-esm/samples-dev/updateAnExtensionResource.d.ts +0 -2
  142. package/dist-esm/samples-dev/updateAnExtensionResource.d.ts.map +0 -1
  143. package/dist-esm/samples-dev/updateAnExtensionResource.js.map +0 -1
@@ -7,6 +7,12 @@
7
7
  */
8
8
 
9
9
  import * as coreClient from "@azure/core-client";
10
+ import * as coreRestPipeline from "@azure/core-rest-pipeline";
11
+ import {
12
+ PipelineRequest,
13
+ PipelineResponse,
14
+ SendRequest
15
+ } from "@azure/core-rest-pipeline";
10
16
  import * as coreAuth from "@azure/core-auth";
11
17
  import {
12
18
  OperationsImpl,
@@ -54,24 +60,54 @@ export class VisualStudioResourceProviderClient extends coreClient.ServiceClient
54
60
  credential: credentials
55
61
  };
56
62
 
57
- const packageDetails = `azsdk-js-arm-visualstudio/4.0.0-beta.1`;
63
+ const packageDetails = `azsdk-js-arm-visualstudio/4.0.0-beta.2`;
58
64
  const userAgentPrefix =
59
65
  options.userAgentOptions && options.userAgentOptions.userAgentPrefix
60
66
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
61
67
  : `${packageDetails}`;
62
68
 
63
- if (!options.credentialScopes) {
64
- options.credentialScopes = ["https://management.azure.com/.default"];
65
- }
66
69
  const optionsWithDefaults = {
67
70
  ...defaults,
68
71
  ...options,
69
72
  userAgentOptions: {
70
73
  userAgentPrefix
71
74
  },
72
- baseUri: options.endpoint || "https://management.azure.com"
75
+ endpoint:
76
+ options.endpoint ?? options.baseUri ?? "https://management.azure.com"
73
77
  };
74
78
  super(optionsWithDefaults);
79
+
80
+ let bearerTokenAuthenticationPolicyFound: boolean = false;
81
+ if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {
82
+ const pipelinePolicies: coreRestPipeline.PipelinePolicy[] = options.pipeline.getOrderedPolicies();
83
+ bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(
84
+ (pipelinePolicy) =>
85
+ pipelinePolicy.name ===
86
+ coreRestPipeline.bearerTokenAuthenticationPolicyName
87
+ );
88
+ }
89
+ if (
90
+ !options ||
91
+ !options.pipeline ||
92
+ options.pipeline.getOrderedPolicies().length == 0 ||
93
+ !bearerTokenAuthenticationPolicyFound
94
+ ) {
95
+ this.pipeline.removePolicy({
96
+ name: coreRestPipeline.bearerTokenAuthenticationPolicyName
97
+ });
98
+ this.pipeline.addPolicy(
99
+ coreRestPipeline.bearerTokenAuthenticationPolicy({
100
+ credential: credentials,
101
+ scopes:
102
+ optionsWithDefaults.credentialScopes ??
103
+ `${optionsWithDefaults.endpoint}/.default`,
104
+ challengeCallbacks: {
105
+ authorizeRequestOnChallenge:
106
+ coreClient.authorizeRequestOnClaimChallenge
107
+ }
108
+ })
109
+ );
110
+ }
75
111
  // Parameter assignments
76
112
  this.subscriptionId = subscriptionId;
77
113
 
@@ -82,6 +118,35 @@ export class VisualStudioResourceProviderClient extends coreClient.ServiceClient
82
118
  this.accounts = new AccountsImpl(this);
83
119
  this.extensions = new ExtensionsImpl(this);
84
120
  this.projects = new ProjectsImpl(this);
121
+ this.addCustomApiVersionPolicy(options.apiVersion);
122
+ }
123
+
124
+ /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
125
+ private addCustomApiVersionPolicy(apiVersion?: string) {
126
+ if (!apiVersion) {
127
+ return;
128
+ }
129
+ const apiVersionPolicy = {
130
+ name: "CustomApiVersionPolicy",
131
+ async sendRequest(
132
+ request: PipelineRequest,
133
+ next: SendRequest
134
+ ): Promise<PipelineResponse> {
135
+ const param = request.url.split("?");
136
+ if (param.length > 1) {
137
+ const newParams = param[1].split("&").map((item) => {
138
+ if (item.indexOf("api-version") > -1) {
139
+ return "api-version=" + apiVersion;
140
+ } else {
141
+ return item;
142
+ }
143
+ });
144
+ request.url = param[0] + "?" + newParams.join("&");
145
+ }
146
+ return next(request);
147
+ }
148
+ };
149
+ this.pipeline.addPolicy(apiVersionPolicy);
85
150
  }
86
151
 
87
152
  operations: Operations;
package/tsconfig.json CHANGED
@@ -9,12 +9,25 @@
9
9
  "esModuleInterop": true,
10
10
  "allowSyntheticDefaultImports": true,
11
11
  "forceConsistentCasingInFileNames": true,
12
- "lib": ["es6", "dom"],
12
+ "lib": [
13
+ "es6",
14
+ "dom"
15
+ ],
13
16
  "declaration": true,
14
17
  "outDir": "./dist-esm",
15
18
  "importHelpers": true,
16
- "paths": { "@azure/arm-visualstudio": ["./src/index"] }
19
+ "paths": {
20
+ "@azure/arm-visualstudio": [
21
+ "./src/index"
22
+ ]
23
+ }
17
24
  },
18
- "include": ["./src/**/*.ts", "./test/**/*.ts", "samples-dev/**/*.ts"],
19
- "exclude": ["node_modules"]
20
- }
25
+ "include": [
26
+ "./src/**/*.ts",
27
+ "./test/**/*.ts",
28
+ "samples-dev/**/*.ts"
29
+ ],
30
+ "exclude": [
31
+ "node_modules"
32
+ ]
33
+ }
@@ -4,12 +4,12 @@ import { PollerLike } from '@azure/core-lro';
4
4
  import { PollOperationState } from '@azure/core-lro';
5
5
 
6
6
  /** The response to an account resource GET request. */
7
- export declare type AccountResource = Resource & {
7
+ export declare interface AccountResource extends Resource {
8
8
  /** Resource properties. */
9
9
  properties?: {
10
10
  [propertyName: string]: string;
11
11
  };
12
- };
12
+ }
13
13
 
14
14
  /** The response to an account resource list GET request. */
15
15
  export declare interface AccountResourceListResult {
@@ -150,14 +150,14 @@ export declare interface CheckNameAvailabilityResult {
150
150
  }
151
151
 
152
152
  /** The response to an extension resource GET request. */
153
- export declare type ExtensionResource = Resource & {
153
+ export declare interface ExtensionResource extends Resource {
154
154
  /** The extension plan that was purchased. */
155
155
  plan?: ExtensionResourcePlan;
156
156
  /** Resource properties. */
157
157
  properties?: {
158
158
  [propertyName: string]: string;
159
159
  };
160
- };
160
+ }
161
161
 
162
162
  /** The response to an extension resource list GET request. */
163
163
  export declare interface ExtensionResourceListResult {
@@ -315,12 +315,12 @@ export declare interface OperationsListOptionalParams extends coreClient.Operati
315
315
  export declare type OperationsListResponse = OperationListResult;
316
316
 
317
317
  /** A Visual Studio Team Services project resource. */
318
- export declare type ProjectResource = Resource & {
318
+ export declare interface ProjectResource extends Resource {
319
319
  /** Key/value pair of resource properties. */
320
320
  properties?: {
321
321
  [propertyName: string]: string;
322
322
  };
323
- };
323
+ }
324
324
 
325
325
  /** The response to a request to list Team Services project resources in a resource group/account. */
326
326
  export declare interface ProjectResourceListResult {
@@ -474,6 +474,8 @@ export declare class VisualStudioResourceProviderClient extends coreClient.Servi
474
474
  * @param options The parameter options
475
475
  */
476
476
  constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: VisualStudioResourceProviderClientOptionalParams);
477
+ /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
478
+ private addCustomApiVersionPolicy;
477
479
  operations: Operations;
478
480
  accounts: Accounts;
479
481
  extensions: Extensions;
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.19.4"
8
+ "packageVersion": "7.33.6"
9
9
  }
10
10
  ]
11
11
  }
package/LICENSE.txt DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2018 Microsoft
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=checkAvailabilityOfAnAccountName.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"checkAvailabilityOfAnAccountName.d.ts","sourceRoot":"","sources":["../../samples-dev/checkAvailabilityOfAnAccountName.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"checkAvailabilityOfAnAccountName.js","sourceRoot":"","sources":["../../samples-dev/checkAvailabilityOfAnAccountName.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAEL,kCAAkC,EACnC,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,gCAAgC;;QAC7C,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,IAAI,GAAmC;YAC3C,YAAY,EAAE,aAAa;YAC3B,YAAY,EAAE,SAAS;SACxB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,kCAAkC,CACnD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,qBAAqB,CAAC,IAAI,CAAC,CAAC;QACjE,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,gCAAgC,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=createAProjectResource.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createAProjectResource.d.ts","sourceRoot":"","sources":["../../samples-dev/createAProjectResource.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"createAProjectResource.js","sourceRoot":"","sources":["../../samples-dev/createAProjectResource.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAEL,kCAAkC,EACnC,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,sBAAsB;;QACnC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,kBAAkB,CAAC;QAC7C,MAAM,gBAAgB,GAAG,gBAAgB,CAAC;QAC1C,MAAM,YAAY,GAAG,gBAAgB,CAAC;QACtC,MAAM,IAAI,GAAoB;YAC5B,IAAI,EAAE,gBAAgB;YACtB,IAAI,EAAE,wCAAwC;YAC9C,EAAE,EACA,oKAAoK;YACtK,QAAQ,EAAE,YAAY;YACtB,UAAU,EAAE;gBACV,iBAAiB,EAAE,sCAAsC;gBACzD,oBAAoB,EAAE,KAAK;aAC5B;YACD,IAAI,EAAE,EAAE;SACT,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,kCAAkC,CACnD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,kBAAkB,CACrD,iBAAiB,EACjB,gBAAgB,EAChB,YAAY,EACZ,IAAI,CACL,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,sBAAsB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=createAnAccountResource.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createAnAccountResource.d.ts","sourceRoot":"","sources":["../../samples-dev/createAnAccountResource.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"createAnAccountResource.js","sourceRoot":"","sources":["../../samples-dev/createAnAccountResource.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAEL,kCAAkC,EACnC,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,uBAAuB;;QACpC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,kBAAkB,CAAC;QAC7C,MAAM,YAAY,GAAG,SAAS,CAAC;QAC/B,MAAM,IAAI,GAAsB,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,CAAC;QAC7D,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,kCAAkC,CACnD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,MAAM,CACzC,iBAAiB,EACjB,YAAY,EACZ,IAAI,CACL,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,uBAAuB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=createAnExtensionResource.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createAnExtensionResource.d.ts","sourceRoot":"","sources":["../../samples-dev/createAnExtensionResource.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"createAnExtensionResource.js","sourceRoot":"","sources":["../../samples-dev/createAnExtensionResource.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAEL,kCAAkC,EACnC,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,yBAAyB;;QACtC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,kBAAkB,CAAC;QAC7C,MAAM,mBAAmB,GAAG,gBAAgB,CAAC;QAC7C,MAAM,qBAAqB,GAAG,YAAY,CAAC;QAC3C,MAAM,IAAI,GAA6B;YACrC,QAAQ,EAAE,YAAY;YACtB,IAAI,EAAE;gBACJ,IAAI,EAAE,aAAa;gBACnB,OAAO,EAAE,sBAAsB;gBAC/B,aAAa,EAAE,EAAE;gBACjB,SAAS,EAAE,2BAA2B;gBACtC,OAAO,EAAE,KAAK;aACf;YACD,UAAU,EAAE,EAAE;YACd,IAAI,EAAE,EAAE;SACT,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,kCAAkC,CACnD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,UAAU,CAAC,MAAM,CAC3C,iBAAiB,EACjB,mBAAmB,EACnB,qBAAqB,EACrB,IAAI,CACL,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,yBAAyB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=deleteAnAccountResource.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"deleteAnAccountResource.d.ts","sourceRoot":"","sources":["../../samples-dev/deleteAnAccountResource.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"deleteAnAccountResource.js","sourceRoot":"","sources":["../../samples-dev/deleteAnAccountResource.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,kCAAkC,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,uBAAuB;;QACpC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,kBAAkB,CAAC;QAC7C,MAAM,YAAY,GAAG,SAAS,CAAC;QAC/B,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,kCAAkC,CACnD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,iBAAiB,EAAE,YAAY,CAAC,CAAC;QAC7E,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,uBAAuB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=deleteAnExtensionResource.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"deleteAnExtensionResource.d.ts","sourceRoot":"","sources":["../../samples-dev/deleteAnExtensionResource.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"deleteAnExtensionResource.js","sourceRoot":"","sources":["../../samples-dev/deleteAnExtensionResource.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,kCAAkC,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,yBAAyB;;QACtC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,kBAAkB,CAAC;QAC7C,MAAM,mBAAmB,GAAG,SAAS,CAAC;QACtC,MAAM,qBAAqB,GAAG,YAAY,CAAC;QAC3C,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,kCAAkC,CACnD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,UAAU,CAAC,MAAM,CAC3C,iBAAiB,EACjB,mBAAmB,EACnB,qBAAqB,CACtB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,yBAAyB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=getAListOfAccountResourcesInTheResourceGroup.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getAListOfAccountResourcesInTheResourceGroup.d.ts","sourceRoot":"","sources":["../../samples-dev/getAListOfAccountResourcesInTheResourceGroup.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getAListOfAccountResourcesInTheResourceGroup.js","sourceRoot":"","sources":["../../samples-dev/getAListOfAccountResourcesInTheResourceGroup.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,kCAAkC,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,4CAA4C;;QACzD,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,kBAAkB,CAAC;QAC7C,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,kCAAkC,CACnD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,mBAAmB,CAAC,iBAAiB,CAAC,CAAC;QAC5E,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,4CAA4C,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=getAListOfExtensionResourcesWithinTheResourceGroup.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getAListOfExtensionResourcesWithinTheResourceGroup.d.ts","sourceRoot":"","sources":["../../samples-dev/getAListOfExtensionResourcesWithinTheResourceGroup.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getAListOfExtensionResourcesWithinTheResourceGroup.js","sourceRoot":"","sources":["../../samples-dev/getAListOfExtensionResourcesWithinTheResourceGroup.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,kCAAkC,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,kDAAkD;;QAC/D,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,kBAAkB,CAAC;QAC7C,MAAM,mBAAmB,GAAG,gBAAgB,CAAC;QAC7C,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,kCAAkC,CACnD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,UAAU,CAAC,aAAa,CAClD,iBAAiB,EACjB,mBAAmB,CACpB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,kDAAkD,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=getAListOfOperationsForThisResourceProvider.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getAListOfOperationsForThisResourceProvider.d.ts","sourceRoot":"","sources":["../../samples-dev/getAListOfOperationsForThisResourceProvider.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getAListOfOperationsForThisResourceProvider.js","sourceRoot":"","sources":["../../samples-dev/getAListOfOperationsForThisResourceProvider.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,kCAAkC,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,2CAA2C;;QACxD,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,kCAAkC,CACnD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,UAAU,CAAC,IAAI,EAAE,CAAC;QAC9C,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,2CAA2C,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=getAListOfProjectResourcesInTheTeamServicesAccount.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getAListOfProjectResourcesInTheTeamServicesAccount.d.ts","sourceRoot":"","sources":["../../samples-dev/getAListOfProjectResourcesInTheTeamServicesAccount.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getAListOfProjectResourcesInTheTeamServicesAccount.js","sourceRoot":"","sources":["../../samples-dev/getAListOfProjectResourcesInTheTeamServicesAccount.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,kCAAkC,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,kDAAkD;;QAC/D,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,kBAAkB,CAAC;QAC7C,MAAM,gBAAgB,GAAG,gBAAgB,CAAC;QAC1C,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,kCAAkC,CACnD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,mBAAmB,CACtD,iBAAiB,EACjB,gBAAgB,CACjB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,kDAAkD,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=getAProjectResource.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getAProjectResource.d.ts","sourceRoot":"","sources":["../../samples-dev/getAProjectResource.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getAProjectResource.js","sourceRoot":"","sources":["../../samples-dev/getAProjectResource.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,kCAAkC,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,mBAAmB;;QAChC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,kBAAkB,CAAC;QAC7C,MAAM,gBAAgB,GAAG,gBAAgB,CAAC;QAC1C,MAAM,YAAY,GAAG,gBAAgB,CAAC;QACtC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,kCAAkC,CACnD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,GAAG,CACtC,iBAAiB,EACjB,gBAAgB,EAChB,YAAY,CACb,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,mBAAmB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=getAnAccountResource.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getAnAccountResource.d.ts","sourceRoot":"","sources":["../../samples-dev/getAnAccountResource.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getAnAccountResource.js","sourceRoot":"","sources":["../../samples-dev/getAnAccountResource.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,kCAAkC,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,oBAAoB;;QACjC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,kBAAkB,CAAC;QAC7C,MAAM,YAAY,GAAG,SAAS,CAAC;QAC/B,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,kCAAkC,CACnD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,iBAAiB,EAAE,YAAY,CAAC,CAAC;QAC1E,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,oBAAoB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=getAnExtensionResource.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getAnExtensionResource.d.ts","sourceRoot":"","sources":["../../samples-dev/getAnExtensionResource.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getAnExtensionResource.js","sourceRoot":"","sources":["../../samples-dev/getAnExtensionResource.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,kCAAkC,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,sBAAsB;;QACnC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,kBAAkB,CAAC;QAC7C,MAAM,mBAAmB,GAAG,gBAAgB,CAAC;QAC7C,MAAM,qBAAqB,GAAG,YAAY,CAAC;QAC3C,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,kCAAkC,CACnD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,UAAU,CAAC,GAAG,CACxC,iBAAiB,EACjB,mBAAmB,EACnB,qBAAqB,CACtB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,sBAAsB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=getTheStatusOfTheProjectCreationJob.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getTheStatusOfTheProjectCreationJob.d.ts","sourceRoot":"","sources":["../../samples-dev/getTheStatusOfTheProjectCreationJob.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getTheStatusOfTheProjectCreationJob.js","sourceRoot":"","sources":["../../samples-dev/getTheStatusOfTheProjectCreationJob.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,kCAAkC,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,mCAAmC;;QAChD,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,kBAAkB,CAAC;QAC7C,MAAM,gBAAgB,GAAG,gBAAgB,CAAC;QAC1C,MAAM,YAAY,GAAG,gBAAgB,CAAC;QACtC,MAAM,gBAAgB,GAAG,gBAAgB,CAAC;QAC1C,MAAM,SAAS,GAAG,KAAK,CAAC;QACxB,MAAM,KAAK,GAAG,sCAAsC,CAAC;QACrD,MAAM,OAAO,GAAG,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC;QACjC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,kCAAkC,CACnD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,YAAY,CAC/C,iBAAiB,EACjB,gBAAgB,EAChB,YAAY,EACZ,gBAAgB,EAChB,SAAS,EACT,OAAO,CACR,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,mCAAmC,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=updateAProjectResource.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateAProjectResource.d.ts","sourceRoot":"","sources":["../../samples-dev/updateAProjectResource.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateAProjectResource.js","sourceRoot":"","sources":["../../samples-dev/updateAProjectResource.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAEL,kCAAkC,EACnC,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,sBAAsB;;QACnC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,kBAAkB,CAAC;QAC7C,MAAM,gBAAgB,GAAG,gBAAgB,CAAC;QAC1C,MAAM,YAAY,GAAG,gBAAgB,CAAC;QACtC,MAAM,IAAI,GAAoB;YAC5B,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,0CAA0C;YAChD,EAAE,EACA,oKAAoK;YACtK,QAAQ,EAAE,YAAY;YACtB,UAAU,EAAE,EAAE;YACd,IAAI,EAAE,EAAE;SACT,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,kCAAkC,CACnD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,MAAM,CACzC,iBAAiB,EACjB,gBAAgB,EAChB,YAAY,EACZ,IAAI,CACL,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,sBAAsB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=updateAnExtensionResource.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateAnExtensionResource.d.ts","sourceRoot":"","sources":["../../samples-dev/updateAnExtensionResource.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateAnExtensionResource.js","sourceRoot":"","sources":["../../samples-dev/updateAnExtensionResource.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAEL,kCAAkC,EACnC,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,yBAAyB;;QACtC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,kBAAkB,CAAC;QAC7C,MAAM,mBAAmB,GAAG,gBAAgB,CAAC;QAC7C,MAAM,qBAAqB,GAAG,SAAS,CAAC;QACxC,MAAM,IAAI,GAA6B;YACrC,QAAQ,EAAE,YAAY;YACtB,IAAI,EAAE;gBACJ,IAAI,EAAE,aAAa;gBACnB,OAAO,EAAE,sBAAsB;gBAC/B,aAAa,EAAE,EAAE;gBACjB,SAAS,EAAE,2BAA2B;gBACtC,OAAO,EAAE,KAAK;aACf;YACD,UAAU,EAAE,EAAE;YACd,IAAI,EAAE,EAAE;SACT,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,kCAAkC,CACnD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,UAAU,CAAC,MAAM,CAC3C,iBAAiB,EACjB,mBAAmB,EACnB,qBAAqB,EACrB,IAAI,CACL,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,yBAAyB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}