@azure/arm-templatespecs 2.1.1-alpha.20250123.1 → 2.1.1-alpha.20250127.1
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/dist-esm/samples-dev/templateSpecVersionsCreateOrUpdateSample.js +2 -11
- package/dist-esm/samples-dev/templateSpecVersionsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/templateSpecVersionsDeleteSample.js +1 -3
- package/dist-esm/samples-dev/templateSpecVersionsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/templateSpecVersionsGetSample.js +1 -3
- package/dist-esm/samples-dev/templateSpecVersionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/templateSpecVersionsListSample.js +2 -4
- package/dist-esm/samples-dev/templateSpecVersionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/templateSpecVersionsUpdateSample.js +2 -11
- package/dist-esm/samples-dev/templateSpecVersionsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/templateSpecsCreateOrUpdateSample.js +1 -10
- package/dist-esm/samples-dev/templateSpecsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/templateSpecsDeleteSample.js +1 -3
- package/dist-esm/samples-dev/templateSpecsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/templateSpecsGetSample.js +1 -3
- package/dist-esm/samples-dev/templateSpecsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/templateSpecsListByResourceGroupSample.js +2 -4
- package/dist-esm/samples-dev/templateSpecsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/templateSpecsListBySubscriptionSample.js +2 -4
- package/dist-esm/samples-dev/templateSpecsListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/templateSpecsUpdateSample.js +0 -9
- package/dist-esm/samples-dev/templateSpecsUpdateSample.js.map +1 -1
- package/package.json +1 -1
@@ -1,13 +1,4 @@
|
|
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
1
|
import { __awaiter } from "tslib";
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
10
|
-
// Licensed under the MIT License.
|
11
2
|
import { TemplateSpecsClient } from "@azure/arm-templatespecs";
|
12
3
|
import { DefaultAzureCredential } from "@azure/identity";
|
13
4
|
/**
|
@@ -29,8 +20,8 @@ function templateSpecVersionsCreateUpdate() {
|
|
29
20
|
$schema: "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
|
30
21
|
contentVersion: "1.0.0.0",
|
31
22
|
parameters: {},
|
32
|
-
resources: []
|
33
|
-
}
|
23
|
+
resources: [],
|
24
|
+
},
|
34
25
|
};
|
35
26
|
const credential = new DefaultAzureCredential();
|
36
27
|
const client = new TemplateSpecsClient(credential, subscriptionId);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"templateSpecVersionsCreateOrUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/templateSpecVersionsCreateOrUpdateSample.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"templateSpecVersionsCreateOrUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/templateSpecVersionsCreateOrUpdateSample.ts"],"names":[],"mappings":";AAQA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,gCAAgC;;QAC7C,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,gBAAgB,CAAC;QAC3C,MAAM,gBAAgB,GAAG,oBAAoB,CAAC;QAC9C,MAAM,mBAAmB,GAAG,MAAM,CAAC;QACnC,MAAM,wBAAwB,GAAwB;YACpD,WAAW,EAAE,8CAA8C;YAC3D,QAAQ,EAAE,QAAQ;YAClB,YAAY,EAAE;gBACZ,OAAO,EAAE,gFAAgF;gBACzF,cAAc,EAAE,SAAS;gBACzB,UAAU,EAAE,EAAE;gBACd,SAAS,EAAE,EAAE;aACd;SACF,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACnE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,oBAAoB,CAAC,cAAc,CAC7D,iBAAiB,EACjB,gBAAgB,EAChB,mBAAmB,EACnB,wBAAwB,CACzB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,gCAAgC,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { __awaiter } from "tslib";
|
1
2
|
/*
|
2
3
|
* Copyright (c) Microsoft Corporation.
|
3
4
|
* Licensed under the MIT License.
|
@@ -5,9 +6,6 @@
|
|
5
6
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
7
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
8
|
*/
|
8
|
-
import { __awaiter } from "tslib";
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
10
|
-
// Licensed under the MIT License.
|
11
9
|
import { TemplateSpecsClient } from "@azure/arm-templatespecs";
|
12
10
|
import { DefaultAzureCredential } from "@azure/identity";
|
13
11
|
/**
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"templateSpecVersionsDeleteSample.js","sourceRoot":"","sources":["../../samples-dev/templateSpecVersionsDeleteSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG
|
1
|
+
{"version":3,"file":"templateSpecVersionsDeleteSample.js","sourceRoot":"","sources":["../../samples-dev/templateSpecVersionsDeleteSample.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;AACH,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,0BAA0B;;QACvC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,gBAAgB,CAAC;QAC3C,MAAM,gBAAgB,GAAG,oBAAoB,CAAC;QAC9C,MAAM,mBAAmB,GAAG,MAAM,CAAC;QACnC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACnE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,oBAAoB,CAAC,MAAM,CACrD,iBAAiB,EACjB,gBAAgB,EAChB,mBAAmB,CACpB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,0BAA0B,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { __awaiter } from "tslib";
|
1
2
|
/*
|
2
3
|
* Copyright (c) Microsoft Corporation.
|
3
4
|
* Licensed under the MIT License.
|
@@ -5,9 +6,6 @@
|
|
5
6
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
7
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
8
|
*/
|
8
|
-
import { __awaiter } from "tslib";
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
10
|
-
// Licensed under the MIT License.
|
11
9
|
import { TemplateSpecsClient } from "@azure/arm-templatespecs";
|
12
10
|
import { DefaultAzureCredential } from "@azure/identity";
|
13
11
|
/**
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"templateSpecVersionsGetSample.js","sourceRoot":"","sources":["../../samples-dev/templateSpecVersionsGetSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG
|
1
|
+
{"version":3,"file":"templateSpecVersionsGetSample.js","sourceRoot":"","sources":["../../samples-dev/templateSpecVersionsGetSample.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;AACH,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,uBAAuB;;QACpC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,gBAAgB,CAAC;QAC3C,MAAM,gBAAgB,GAAG,oBAAoB,CAAC;QAC9C,MAAM,mBAAmB,GAAG,MAAM,CAAC;QACnC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACnE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,oBAAoB,CAAC,GAAG,CAClD,iBAAiB,EACjB,gBAAgB,EAChB,mBAAmB,CACpB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,uBAAuB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { __asyncValues, __awaiter } from "tslib";
|
1
2
|
/*
|
2
3
|
* Copyright (c) Microsoft Corporation.
|
3
4
|
* Licensed under the MIT License.
|
@@ -5,9 +6,6 @@
|
|
5
6
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
7
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
8
|
*/
|
8
|
-
import { __asyncValues, __awaiter } from "tslib";
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
10
|
-
// Licensed under the MIT License.
|
11
9
|
import { TemplateSpecsClient } from "@azure/arm-templatespecs";
|
12
10
|
import { DefaultAzureCredential } from "@azure/identity";
|
13
11
|
/**
|
@@ -29,7 +27,7 @@ function templateSpecVersionsList() {
|
|
29
27
|
for (var _d = true, _e = __asyncValues(client.templateSpecVersions.list(resourceGroupName, templateSpecName)), _f; _f = yield _e.next(), _a = _f.done, !_a; _d = true) {
|
30
28
|
_c = _f.value;
|
31
29
|
_d = false;
|
32
|
-
|
30
|
+
const item = _c;
|
33
31
|
resArray.push(item);
|
34
32
|
}
|
35
33
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"templateSpecVersionsListSample.js","sourceRoot":"","sources":["../../samples-dev/templateSpecVersionsListSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG
|
1
|
+
{"version":3,"file":"templateSpecVersionsListSample.js","sourceRoot":"","sources":["../../samples-dev/templateSpecVersionsListSample.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;AACH,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,wBAAwB;;;QACrC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,gBAAgB,CAAC;QAC3C,MAAM,gBAAgB,GAAG,oBAAoB,CAAC;QAC9C,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACnE,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAyB,eAAA,KAAA,cAAA,MAAM,CAAC,oBAAoB,CAAC,IAAI,CAAC,iBAAiB,EAAE,gBAAgB,CAAC,CAAA,IAAA,sDAAE,CAAC;gBAAxE,cAAqE;gBAArE,WAAqE;gBAAnF,MAAM,IAAI,KAAA,CAAA;gBACnB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;YACtB,CAAC;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IACxB,CAAC;CAAA;AAED,wBAAwB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
@@ -1,13 +1,4 @@
|
|
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
1
|
import { __awaiter } from "tslib";
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
10
|
-
// Licensed under the MIT License.
|
11
2
|
import { TemplateSpecsClient } from "@azure/arm-templatespecs";
|
12
3
|
import { DefaultAzureCredential } from "@azure/identity";
|
13
4
|
/**
|
@@ -23,10 +14,10 @@ function templateSpecsPatch() {
|
|
23
14
|
const templateSpecName = "simpleTemplateSpec";
|
24
15
|
const templateSpecVersion = "v1.0";
|
25
16
|
const templateSpecVersionUpdateModel = {
|
26
|
-
tags: { myTag: "My Value" }
|
17
|
+
tags: { myTag: "My Value" },
|
27
18
|
};
|
28
19
|
const options = {
|
29
|
-
templateSpecVersionUpdateModel
|
20
|
+
templateSpecVersionUpdateModel,
|
30
21
|
};
|
31
22
|
const credential = new DefaultAzureCredential();
|
32
23
|
const client = new TemplateSpecsClient(credential, subscriptionId);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"templateSpecVersionsUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/templateSpecVersionsUpdateSample.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"templateSpecVersionsUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/templateSpecVersionsUpdateSample.ts"],"names":[],"mappings":";AAWA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,kBAAkB;;QAC/B,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,gBAAgB,CAAC;QAC3C,MAAM,gBAAgB,GAAG,oBAAoB,CAAC;QAC9C,MAAM,mBAAmB,GAAG,MAAM,CAAC;QACnC,MAAM,8BAA8B,GAAmC;YACrE,IAAI,EAAE,EAAE,KAAK,EAAE,UAAU,EAAE;SAC5B,CAAC;QACF,MAAM,OAAO,GAA6C;YACxD,8BAA8B;SAC/B,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACnE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,oBAAoB,CAAC,MAAM,CACrD,iBAAiB,EACjB,gBAAgB,EAChB,mBAAmB,EACnB,OAAO,CACR,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,kBAAkB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
@@ -1,13 +1,4 @@
|
|
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
1
|
import { __awaiter } from "tslib";
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
10
|
-
// Licensed under the MIT License.
|
11
2
|
import { TemplateSpecsClient } from "@azure/arm-templatespecs";
|
12
3
|
import { DefaultAzureCredential } from "@azure/identity";
|
13
4
|
/**
|
@@ -23,7 +14,7 @@ function templateSpecsCreateUpdate() {
|
|
23
14
|
const templateSpecName = "simpleTemplateSpec";
|
24
15
|
const templateSpec = {
|
25
16
|
description: "A very simple Template Spec",
|
26
|
-
location: "eastus"
|
17
|
+
location: "eastus",
|
27
18
|
};
|
28
19
|
const credential = new DefaultAzureCredential();
|
29
20
|
const client = new TemplateSpecsClient(credential, subscriptionId);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"templateSpecsCreateOrUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/templateSpecsCreateOrUpdateSample.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"templateSpecsCreateOrUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/templateSpecsCreateOrUpdateSample.ts"],"names":[],"mappings":";AAQA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,yBAAyB;;QACtC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,gBAAgB,CAAC;QAC3C,MAAM,gBAAgB,GAAG,oBAAoB,CAAC;QAC9C,MAAM,YAAY,GAAiB;YACjC,WAAW,EAAE,6BAA6B;YAC1C,QAAQ,EAAE,QAAQ;SACnB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACnE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,aAAa,CAAC,cAAc,CACtD,iBAAiB,EACjB,gBAAgB,EAChB,YAAY,CACb,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,yBAAyB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { __awaiter } from "tslib";
|
1
2
|
/*
|
2
3
|
* Copyright (c) Microsoft Corporation.
|
3
4
|
* Licensed under the MIT License.
|
@@ -5,9 +6,6 @@
|
|
5
6
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
7
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
8
|
*/
|
8
|
-
import { __awaiter } from "tslib";
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
10
|
-
// Licensed under the MIT License.
|
11
9
|
import { TemplateSpecsClient } from "@azure/arm-templatespecs";
|
12
10
|
import { DefaultAzureCredential } from "@azure/identity";
|
13
11
|
/**
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"templateSpecsDeleteSample.js","sourceRoot":"","sources":["../../samples-dev/templateSpecsDeleteSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG
|
1
|
+
{"version":3,"file":"templateSpecsDeleteSample.js","sourceRoot":"","sources":["../../samples-dev/templateSpecsDeleteSample.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;AACH,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,mBAAmB;;QAChC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,gBAAgB,CAAC;QAC3C,MAAM,gBAAgB,GAAG,oBAAoB,CAAC;QAC9C,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACnE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,aAAa,CAAC,MAAM,CAAC,iBAAiB,EAAE,gBAAgB,CAAC,CAAC;QACtF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,mBAAmB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { __awaiter } from "tslib";
|
1
2
|
/*
|
2
3
|
* Copyright (c) Microsoft Corporation.
|
3
4
|
* Licensed under the MIT License.
|
@@ -5,9 +6,6 @@
|
|
5
6
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
7
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
8
|
*/
|
8
|
-
import { __awaiter } from "tslib";
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
10
|
-
// Licensed under the MIT License.
|
11
9
|
import { TemplateSpecsClient } from "@azure/arm-templatespecs";
|
12
10
|
import { DefaultAzureCredential } from "@azure/identity";
|
13
11
|
/**
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"templateSpecsGetSample.js","sourceRoot":"","sources":["../../samples-dev/templateSpecsGetSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG
|
1
|
+
{"version":3,"file":"templateSpecsGetSample.js","sourceRoot":"","sources":["../../samples-dev/templateSpecsGetSample.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;AACH,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,gBAAgB;;QAC7B,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,gBAAgB,CAAC;QAC3C,MAAM,gBAAgB,GAAG,oBAAoB,CAAC;QAC9C,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACnE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,aAAa,CAAC,GAAG,CAAC,iBAAiB,EAAE,gBAAgB,CAAC,CAAC;QACnF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,gBAAgB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { __asyncValues, __awaiter } from "tslib";
|
1
2
|
/*
|
2
3
|
* Copyright (c) Microsoft Corporation.
|
3
4
|
* Licensed under the MIT License.
|
@@ -5,9 +6,6 @@
|
|
5
6
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
7
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
8
|
*/
|
8
|
-
import { __asyncValues, __awaiter } from "tslib";
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
10
|
-
// Licensed under the MIT License.
|
11
9
|
import { TemplateSpecsClient } from "@azure/arm-templatespecs";
|
12
10
|
import { DefaultAzureCredential } from "@azure/identity";
|
13
11
|
/**
|
@@ -28,7 +26,7 @@ function templateSpecsListByResourceGroup() {
|
|
28
26
|
for (var _d = true, _e = __asyncValues(client.templateSpecs.listByResourceGroup(resourceGroupName)), _f; _f = yield _e.next(), _a = _f.done, !_a; _d = true) {
|
29
27
|
_c = _f.value;
|
30
28
|
_d = false;
|
31
|
-
|
29
|
+
const item = _c;
|
32
30
|
resArray.push(item);
|
33
31
|
}
|
34
32
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"templateSpecsListByResourceGroupSample.js","sourceRoot":"","sources":["../../samples-dev/templateSpecsListByResourceGroupSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG
|
1
|
+
{"version":3,"file":"templateSpecsListByResourceGroupSample.js","sourceRoot":"","sources":["../../samples-dev/templateSpecsListByResourceGroupSample.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;AACH,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,gCAAgC;;;QAC7C,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,gBAAgB,CAAC;QAC3C,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACnE,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAyB,eAAA,KAAA,cAAA,MAAM,CAAC,aAAa,CAAC,mBAAmB,CAAC,iBAAiB,CAAC,CAAA,IAAA,sDAAE,CAAC;gBAA9D,cAA2D;gBAA3D,WAA2D;gBAAzE,MAAM,IAAI,KAAA,CAAA;gBACnB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;YACtB,CAAC;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IACxB,CAAC;CAAA;AAED,gCAAgC,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { __asyncValues, __awaiter } from "tslib";
|
1
2
|
/*
|
2
3
|
* Copyright (c) Microsoft Corporation.
|
3
4
|
* Licensed under the MIT License.
|
@@ -5,9 +6,6 @@
|
|
5
6
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
7
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
8
|
*/
|
8
|
-
import { __asyncValues, __awaiter } from "tslib";
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
10
|
-
// Licensed under the MIT License.
|
11
9
|
import { TemplateSpecsClient } from "@azure/arm-templatespecs";
|
12
10
|
import { DefaultAzureCredential } from "@azure/identity";
|
13
11
|
/**
|
@@ -27,7 +25,7 @@ function templatesSpecsListBySubscription() {
|
|
27
25
|
for (var _d = true, _e = __asyncValues(client.templateSpecs.listBySubscription()), _f; _f = yield _e.next(), _a = _f.done, !_a; _d = true) {
|
28
26
|
_c = _f.value;
|
29
27
|
_d = false;
|
30
|
-
|
28
|
+
const item = _c;
|
31
29
|
resArray.push(item);
|
32
30
|
}
|
33
31
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"templateSpecsListBySubscriptionSample.js","sourceRoot":"","sources":["../../samples-dev/templateSpecsListBySubscriptionSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG
|
1
|
+
{"version":3,"file":"templateSpecsListBySubscriptionSample.js","sourceRoot":"","sources":["../../samples-dev/templateSpecsListBySubscriptionSample.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;AACH,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,gCAAgC;;;QAC7C,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACnE,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAyB,eAAA,KAAA,cAAA,MAAM,CAAC,aAAa,CAAC,kBAAkB,EAAE,CAAA,IAAA,sDAAE,CAAC;gBAA5C,cAAyC;gBAAzC,WAAyC;gBAAvD,MAAM,IAAI,KAAA,CAAA;gBACnB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;YACtB,CAAC;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IACxB,CAAC;CAAA;AAED,gCAAgC,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
@@ -1,13 +1,4 @@
|
|
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
1
|
import { __awaiter } from "tslib";
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
10
|
-
// Licensed under the MIT License.
|
11
2
|
import { TemplateSpecsClient } from "@azure/arm-templatespecs";
|
12
3
|
import { DefaultAzureCredential } from "@azure/identity";
|
13
4
|
/**
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"templateSpecsUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/templateSpecsUpdateSample.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"templateSpecsUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/templateSpecsUpdateSample.ts"],"names":[],"mappings":";AAWA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,kBAAkB;;QAC/B,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,gBAAgB,CAAC;QAC3C,MAAM,gBAAgB,GAAG,oBAAoB,CAAC;QAC9C,MAAM,YAAY,GAA4B,EAAE,IAAI,EAAE,EAAE,KAAK,EAAE,UAAU,EAAE,EAAE,CAAC;QAC9E,MAAM,OAAO,GAAsC,EAAE,YAAY,EAAE,CAAC;QACpE,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACnE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,aAAa,CAAC,MAAM,CAAC,iBAAiB,EAAE,gBAAgB,EAAE,OAAO,CAAC,CAAC;QAC/F,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,kBAAkB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|