@azure/arm-resources 5.2.1-alpha.20250123.1 → 5.2.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/index.js +0 -7
- package/dist/index.js.map +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/deploymentsCalculateTemplateHashSample.js +4 -7
- package/dist-esm/samples-dev/deploymentsCalculateTemplateHashSample.js.map +1 -1
- package/dist-esm/samples-dev/deploymentsCreateOrUpdateAtManagementGroupScopeSample.js +3 -13
- package/dist-esm/samples-dev/deploymentsCreateOrUpdateAtManagementGroupScopeSample.js.map +1 -1
- package/dist-esm/samples-dev/deploymentsCreateOrUpdateAtScopeSample.js +3 -13
- package/dist-esm/samples-dev/deploymentsCreateOrUpdateAtScopeSample.js.map +1 -1
- package/dist-esm/samples-dev/deploymentsCreateOrUpdateAtSubscriptionScopeSample.js +4 -14
- package/dist-esm/samples-dev/deploymentsCreateOrUpdateAtSubscriptionScopeSample.js.map +1 -1
- package/dist-esm/samples-dev/deploymentsCreateOrUpdateAtTenantScopeSample.js +3 -13
- package/dist-esm/samples-dev/deploymentsCreateOrUpdateAtTenantScopeSample.js.map +1 -1
- package/dist-esm/samples-dev/deploymentsCreateOrUpdateSample.js +15 -28
- package/dist-esm/samples-dev/deploymentsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/deploymentsWhatIfAtManagementGroupScopeSample.js +2 -12
- package/dist-esm/samples-dev/deploymentsWhatIfAtManagementGroupScopeSample.js.map +1 -1
- package/dist-esm/samples-dev/deploymentsWhatIfAtSubscriptionScopeSample.js +2 -12
- package/dist-esm/samples-dev/deploymentsWhatIfAtSubscriptionScopeSample.js.map +1 -1
- package/dist-esm/samples-dev/deploymentsWhatIfAtTenantScopeSample.js +2 -12
- package/dist-esm/samples-dev/deploymentsWhatIfAtTenantScopeSample.js.map +1 -1
- package/dist-esm/samples-dev/deploymentsWhatIfSample.js +2 -12
- package/dist-esm/samples-dev/deploymentsWhatIfSample.js.map +1 -1
- package/dist-esm/samples-dev/providerResourceTypesListSample.js +2 -5
- package/dist-esm/samples-dev/providerResourceTypesListSample.js.map +1 -1
- package/dist-esm/samples-dev/providersGetAtTenantScopeSample.js +1 -11
- package/dist-esm/samples-dev/providersGetAtTenantScopeSample.js.map +1 -1
- package/dist-esm/samples-dev/providersGetSample.js +2 -5
- package/dist-esm/samples-dev/providersGetSample.js.map +1 -1
- package/dist-esm/samples-dev/providersListSample.js +3 -6
- package/dist-esm/samples-dev/providersListSample.js.map +1 -1
- package/dist-esm/samples-dev/providersProviderPermissionsSample.js +2 -5
- package/dist-esm/samples-dev/providersProviderPermissionsSample.js.map +1 -1
- package/dist-esm/samples-dev/resourceGroupsCreateOrUpdateSample.js +1 -11
- package/dist-esm/samples-dev/resourceGroupsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/resourceGroupsDeleteSample.js +2 -13
- package/dist-esm/samples-dev/resourceGroupsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/resourceGroupsExportTemplateSample.js +5 -16
- package/dist-esm/samples-dev/resourceGroupsExportTemplateSample.js.map +1 -1
- package/dist-esm/samples-dev/tagsCreateOrUpdateAtScopeSample.js +4 -15
- package/dist-esm/samples-dev/tagsCreateOrUpdateAtScopeSample.js.map +1 -1
- package/dist-esm/samples-dev/tagsGetAtScopeSample.js +3 -7
- package/dist-esm/samples-dev/tagsGetAtScopeSample.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +0 -7
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/package.json +1 -1
- package/src/lroImpl.ts +0 -4
|
@@ -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 { ResourceManagementClient } from "@azure/arm-resources";
|
|
12
10
|
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
11
|
import * as dotenv from "dotenv";
|
|
@@ -20,8 +18,7 @@ dotenv.config();
|
|
|
20
18
|
*/
|
|
21
19
|
function calculateTemplateHash() {
|
|
22
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] ||
|
|
24
|
-
"00000000-0000-0000-0000-000000000000";
|
|
21
|
+
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] || "00000000-0000-0000-0000-000000000000";
|
|
25
22
|
const template = {
|
|
26
23
|
$schema: "http://schemas.management.azure.com/deploymentTemplate?api-version=2014-04-01-preview",
|
|
27
24
|
contentVersion: "1.0.0.0",
|
|
@@ -33,8 +30,8 @@ function calculateTemplateHash() {
|
|
|
33
30
|
bool: true,
|
|
34
31
|
int: 42,
|
|
35
32
|
object: { object: { location: "West US", vmSize: "Large" } },
|
|
36
|
-
string: "string"
|
|
37
|
-
}
|
|
33
|
+
string: "string",
|
|
34
|
+
},
|
|
38
35
|
};
|
|
39
36
|
const credential = new DefaultAzureCredential();
|
|
40
37
|
const client = new ResourceManagementClient(credential, subscriptionId);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploymentsCalculateTemplateHashSample.js","sourceRoot":"","sources":["../../samples-dev/deploymentsCalculateTemplateHashSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG
|
|
1
|
+
{"version":3,"file":"deploymentsCalculateTemplateHashSample.js","sourceRoot":"","sources":["../../samples-dev/deploymentsCalculateTemplateHashSample.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;AACH,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,qBAAqB;;QAClC,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,IAAI,sCAAsC,CAAC;QACrF,MAAM,QAAQ,GAA4B;YACxC,OAAO,EACL,uFAAuF;YACzF,cAAc,EAAE,SAAS;YACzB,OAAO,EAAE,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE;YACzD,UAAU,EAAE,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;YAC1C,SAAS,EAAE,EAAE;YACb,SAAS,EAAE;gBACT,KAAK,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;gBACnB,IAAI,EAAE,IAAI;gBACV,GAAG,EAAE,EAAE;gBACP,MAAM,EAAE,EAAE,MAAM,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE;gBAC5D,MAAM,EAAE,QAAQ;aACjB;SACF,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,wBAAwB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACxE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,qBAAqB,CAAC,QAAQ,CAAC,CAAC;QACxE,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,MAAM,qBAAqB,EAAE,CAAC;IAChC,CAAC;CAAA;AAED,IAAI,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 { ResourceManagementClient } from "@azure/arm-resources";
|
|
12
3
|
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
4
|
import * as dotenv from "dotenv";
|
|
@@ -20,8 +11,7 @@ dotenv.config();
|
|
|
20
11
|
*/
|
|
21
12
|
function createDeploymentAtManagementGroupScope() {
|
|
22
13
|
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] ||
|
|
24
|
-
"00000000-0000-0000-0000-000000000000";
|
|
14
|
+
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] || "00000000-0000-0000-0000-000000000000";
|
|
25
15
|
const groupId = "my-management-group-id";
|
|
26
16
|
const deploymentName = "my-deployment";
|
|
27
17
|
const parameters = {
|
|
@@ -29,8 +19,8 @@ function createDeploymentAtManagementGroupScope() {
|
|
|
29
19
|
properties: {
|
|
30
20
|
mode: "Incremental",
|
|
31
21
|
parameters: {},
|
|
32
|
-
templateLink: { uri: "https://example.com/exampleTemplate.json" }
|
|
33
|
-
}
|
|
22
|
+
templateLink: { uri: "https://example.com/exampleTemplate.json" },
|
|
23
|
+
},
|
|
34
24
|
};
|
|
35
25
|
const credential = new DefaultAzureCredential();
|
|
36
26
|
const client = new ResourceManagementClient(credential, subscriptionId);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploymentsCreateOrUpdateAtManagementGroupScopeSample.js","sourceRoot":"","sources":["../../samples-dev/deploymentsCreateOrUpdateAtManagementGroupScopeSample.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"deploymentsCreateOrUpdateAtManagementGroupScopeSample.js","sourceRoot":"","sources":["../../samples-dev/deploymentsCreateOrUpdateAtManagementGroupScopeSample.ts"],"names":[],"mappings":";AAQA,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,sCAAsC;;QACnD,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,IAAI,sCAAsC,CAAC;QACrF,MAAM,OAAO,GAAG,wBAAwB,CAAC;QACzC,MAAM,cAAc,GAAG,eAAe,CAAC;QACvC,MAAM,UAAU,GAAqB;YACnC,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE;gBACV,IAAI,EAAE,aAAa;gBACnB,UAAU,EAAE,EAAE;gBACd,YAAY,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE;aAClE;SACF,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,wBAAwB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACxE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,gDAAgD,CACtF,OAAO,EACP,cAAc,EACd,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,MAAM,sCAAsC,EAAE,CAAC;IACjD,CAAC;CAAA;AAED,IAAI,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 { ResourceManagementClient } from "@azure/arm-resources";
|
|
12
3
|
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
4
|
import * as dotenv from "dotenv";
|
|
@@ -20,8 +11,7 @@ dotenv.config();
|
|
|
20
11
|
*/
|
|
21
12
|
function createDeploymentAtAGivenScope() {
|
|
22
13
|
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] ||
|
|
24
|
-
"00000000-0000-0000-0000-000000000000";
|
|
14
|
+
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] || "00000000-0000-0000-0000-000000000000";
|
|
25
15
|
const scope = "providers/Microsoft.Management/managementGroups/my-management-group-id";
|
|
26
16
|
const deploymentName = "my-deployment";
|
|
27
17
|
const parameters = {
|
|
@@ -29,9 +19,9 @@ function createDeploymentAtAGivenScope() {
|
|
|
29
19
|
properties: {
|
|
30
20
|
mode: "Incremental",
|
|
31
21
|
parameters: {},
|
|
32
|
-
templateLink: { uri: "https://example.com/exampleTemplate.json" }
|
|
22
|
+
templateLink: { uri: "https://example.com/exampleTemplate.json" },
|
|
33
23
|
},
|
|
34
|
-
tags: { tagKey1: "tag-value-1", tagKey2: "tag-value-2" }
|
|
24
|
+
tags: { tagKey1: "tag-value-1", tagKey2: "tag-value-2" },
|
|
35
25
|
};
|
|
36
26
|
const credential = new DefaultAzureCredential();
|
|
37
27
|
const client = new ResourceManagementClient(credential, subscriptionId);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploymentsCreateOrUpdateAtScopeSample.js","sourceRoot":"","sources":["../../samples-dev/deploymentsCreateOrUpdateAtScopeSample.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"deploymentsCreateOrUpdateAtScopeSample.js","sourceRoot":"","sources":["../../samples-dev/deploymentsCreateOrUpdateAtScopeSample.ts"],"names":[],"mappings":";AAQA,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,6BAA6B;;QAC1C,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,IAAI,sCAAsC,CAAC;QACrF,MAAM,KAAK,GAAG,wEAAwE,CAAC;QACvF,MAAM,cAAc,GAAG,eAAe,CAAC;QACvC,MAAM,UAAU,GAAe;YAC7B,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE;gBACV,IAAI,EAAE,aAAa;gBACnB,UAAU,EAAE,EAAE;gBACd,YAAY,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE;aAClE;YACD,IAAI,EAAE,EAAE,OAAO,EAAE,aAAa,EAAE,OAAO,EAAE,aAAa,EAAE;SACzD,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,wBAAwB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACxE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,iCAAiC,CACvE,KAAK,EACL,cAAc,EACd,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,MAAM,6BAA6B,EAAE,CAAC;IACxC,CAAC;CAAA;AAED,IAAI,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 { ResourceManagementClient } from "@azure/arm-resources";
|
|
12
3
|
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
4
|
import * as dotenv from "dotenv";
|
|
@@ -20,8 +11,7 @@ dotenv.config();
|
|
|
20
11
|
*/
|
|
21
12
|
function createADeploymentThatWillDeployATemplateSpecWithTheGivenResourceId() {
|
|
22
13
|
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] ||
|
|
24
|
-
"00000000-0000-0000-0000-000000000001";
|
|
14
|
+
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] || "00000000-0000-0000-0000-000000000001";
|
|
25
15
|
const deploymentName = "my-deployment";
|
|
26
16
|
const parameters = {
|
|
27
17
|
location: "eastus",
|
|
@@ -29,9 +19,9 @@ function createADeploymentThatWillDeployATemplateSpecWithTheGivenResourceId() {
|
|
|
29
19
|
mode: "Incremental",
|
|
30
20
|
parameters: {},
|
|
31
21
|
templateLink: {
|
|
32
|
-
id: "/subscriptions/00000000-0000-0000-0000-000000000001/resourceGroups/my-resource-group/providers/Microsoft.Resources/TemplateSpecs/TemplateSpec-Name/versions/v1"
|
|
33
|
-
}
|
|
34
|
-
}
|
|
22
|
+
id: "/subscriptions/00000000-0000-0000-0000-000000000001/resourceGroups/my-resource-group/providers/Microsoft.Resources/TemplateSpecs/TemplateSpec-Name/versions/v1",
|
|
23
|
+
},
|
|
24
|
+
},
|
|
35
25
|
};
|
|
36
26
|
const credential = new DefaultAzureCredential();
|
|
37
27
|
const client = new ResourceManagementClient(credential, subscriptionId);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploymentsCreateOrUpdateAtSubscriptionScopeSample.js","sourceRoot":"","sources":["../../samples-dev/deploymentsCreateOrUpdateAtSubscriptionScopeSample.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"deploymentsCreateOrUpdateAtSubscriptionScopeSample.js","sourceRoot":"","sources":["../../samples-dev/deploymentsCreateOrUpdateAtSubscriptionScopeSample.ts"],"names":[],"mappings":";AAQA,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,kEAAkE;;QAC/E,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,IAAI,sCAAsC,CAAC;QACrF,MAAM,cAAc,GAAG,eAAe,CAAC;QACvC,MAAM,UAAU,GAAe;YAC7B,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE;gBACV,IAAI,EAAE,aAAa;gBACnB,UAAU,EAAE,EAAE;gBACd,YAAY,EAAE;oBACZ,EAAE,EAAE,gKAAgK;iBACrK;aACF;SACF,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,wBAAwB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACxE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,6CAA6C,CACnF,cAAc,EACd,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,MAAM,kEAAkE,EAAE,CAAC;IAC7E,CAAC;CAAA;AAED,IAAI,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 { ResourceManagementClient } from "@azure/arm-resources";
|
|
12
3
|
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
4
|
import * as dotenv from "dotenv";
|
|
@@ -20,17 +11,16 @@ dotenv.config();
|
|
|
20
11
|
*/
|
|
21
12
|
function createDeploymentAtTenantScope() {
|
|
22
13
|
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] ||
|
|
24
|
-
"00000000-0000-0000-0000-000000000000";
|
|
14
|
+
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] || "00000000-0000-0000-0000-000000000000";
|
|
25
15
|
const deploymentName = "tenant-dep01";
|
|
26
16
|
const parameters = {
|
|
27
17
|
location: "eastus",
|
|
28
18
|
properties: {
|
|
29
19
|
mode: "Incremental",
|
|
30
20
|
parameters: {},
|
|
31
|
-
templateLink: { uri: "https://example.com/exampleTemplate.json" }
|
|
21
|
+
templateLink: { uri: "https://example.com/exampleTemplate.json" },
|
|
32
22
|
},
|
|
33
|
-
tags: { tagKey1: "tag-value-1", tagKey2: "tag-value-2" }
|
|
23
|
+
tags: { tagKey1: "tag-value-1", tagKey2: "tag-value-2" },
|
|
34
24
|
};
|
|
35
25
|
const credential = new DefaultAzureCredential();
|
|
36
26
|
const client = new ResourceManagementClient(credential, subscriptionId);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploymentsCreateOrUpdateAtTenantScopeSample.js","sourceRoot":"","sources":["../../samples-dev/deploymentsCreateOrUpdateAtTenantScopeSample.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"deploymentsCreateOrUpdateAtTenantScopeSample.js","sourceRoot":"","sources":["../../samples-dev/deploymentsCreateOrUpdateAtTenantScopeSample.ts"],"names":[],"mappings":";AAQA,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,6BAA6B;;QAC1C,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,IAAI,sCAAsC,CAAC;QACrF,MAAM,cAAc,GAAG,cAAc,CAAC;QACtC,MAAM,UAAU,GAAqB;YACnC,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE;gBACV,IAAI,EAAE,aAAa;gBACnB,UAAU,EAAE,EAAE;gBACd,YAAY,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE;aAClE;YACD,IAAI,EAAE,EAAE,OAAO,EAAE,aAAa,EAAE,OAAO,EAAE,aAAa,EAAE;SACzD,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,wBAAwB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACxE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,uCAAuC,CAC7E,cAAc,EACd,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,MAAM,6BAA6B,EAAE,CAAC;IACxC,CAAC;CAAA;AAED,IAAI,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 { ResourceManagementClient } from "@azure/arm-resources";
|
|
12
3
|
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
4
|
import * as dotenv from "dotenv";
|
|
@@ -20,8 +11,7 @@ dotenv.config();
|
|
|
20
11
|
*/
|
|
21
12
|
function createADeploymentThatWillDeployATemplateWithAUriAndQueryString() {
|
|
22
13
|
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] ||
|
|
24
|
-
"00000000-0000-0000-0000-000000000001";
|
|
14
|
+
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] || "00000000-0000-0000-0000-000000000001";
|
|
25
15
|
const resourceGroupName = process.env["RESOURCES_RESOURCE_GROUP"] || "my-resource-group";
|
|
26
16
|
const deploymentName = "my-deployment";
|
|
27
17
|
const parameters = {
|
|
@@ -30,9 +20,9 @@ function createADeploymentThatWillDeployATemplateWithAUriAndQueryString() {
|
|
|
30
20
|
parameters: {},
|
|
31
21
|
templateLink: {
|
|
32
22
|
queryString: "sv=2019-02-02&st=2019-04-29T22%3A18%3A26Z&se=2019-04-30T02%3A23%3A26Z&sr=b&sp=rw&sip=168.1.5.60-168.1.5.70&spr=https&sig=xxxxxxxx0xxxxxxxxxxxxx%2bxxxxxxxxxxxxxxxxxxxx%3d",
|
|
33
|
-
uri: "https://example.com/exampleTemplate.json"
|
|
34
|
-
}
|
|
35
|
-
}
|
|
23
|
+
uri: "https://example.com/exampleTemplate.json",
|
|
24
|
+
},
|
|
25
|
+
},
|
|
36
26
|
};
|
|
37
27
|
const credential = new DefaultAzureCredential();
|
|
38
28
|
const client = new ResourceManagementClient(credential, subscriptionId);
|
|
@@ -48,8 +38,7 @@ function createADeploymentThatWillDeployATemplateWithAUriAndQueryString() {
|
|
|
48
38
|
*/
|
|
49
39
|
function createADeploymentThatWillDeployATemplateSpecWithTheGivenResourceId() {
|
|
50
40
|
return __awaiter(this, void 0, void 0, function* () {
|
|
51
|
-
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] ||
|
|
52
|
-
"00000000-0000-0000-0000-000000000001";
|
|
41
|
+
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] || "00000000-0000-0000-0000-000000000001";
|
|
53
42
|
const resourceGroupName = process.env["RESOURCES_RESOURCE_GROUP"] || "my-resource-group";
|
|
54
43
|
const deploymentName = "my-deployment";
|
|
55
44
|
const parameters = {
|
|
@@ -57,9 +46,9 @@ function createADeploymentThatWillDeployATemplateSpecWithTheGivenResourceId() {
|
|
|
57
46
|
mode: "Incremental",
|
|
58
47
|
parameters: {},
|
|
59
48
|
templateLink: {
|
|
60
|
-
id: "/subscriptions/00000000-0000-0000-0000-000000000001/resourceGroups/my-resource-group/providers/Microsoft.Resources/TemplateSpecs/TemplateSpec-Name/versions/v1"
|
|
61
|
-
}
|
|
62
|
-
}
|
|
49
|
+
id: "/subscriptions/00000000-0000-0000-0000-000000000001/resourceGroups/my-resource-group/providers/Microsoft.Resources/TemplateSpecs/TemplateSpec-Name/versions/v1",
|
|
50
|
+
},
|
|
51
|
+
},
|
|
63
52
|
};
|
|
64
53
|
const credential = new DefaultAzureCredential();
|
|
65
54
|
const client = new ResourceManagementClient(credential, subscriptionId);
|
|
@@ -75,8 +64,7 @@ function createADeploymentThatWillDeployATemplateSpecWithTheGivenResourceId() {
|
|
|
75
64
|
*/
|
|
76
65
|
function createADeploymentThatWillRedeployAnotherDeploymentOnFailure() {
|
|
77
66
|
return __awaiter(this, void 0, void 0, function* () {
|
|
78
|
-
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] ||
|
|
79
|
-
"00000000-0000-0000-0000-000000000000";
|
|
67
|
+
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] || "00000000-0000-0000-0000-000000000000";
|
|
80
68
|
const resourceGroupName = process.env["RESOURCES_RESOURCE_GROUP"] || "my-resource-group";
|
|
81
69
|
const deploymentName = "my-deployment";
|
|
82
70
|
const parameters = {
|
|
@@ -84,11 +72,11 @@ function createADeploymentThatWillRedeployAnotherDeploymentOnFailure() {
|
|
|
84
72
|
mode: "Complete",
|
|
85
73
|
onErrorDeployment: {
|
|
86
74
|
type: "SpecificDeployment",
|
|
87
|
-
deploymentName: "name-of-deployment-to-use"
|
|
75
|
+
deploymentName: "name-of-deployment-to-use",
|
|
88
76
|
},
|
|
89
77
|
parameters: {},
|
|
90
|
-
templateLink: { uri: "https://example.com/exampleTemplate.json" }
|
|
91
|
-
}
|
|
78
|
+
templateLink: { uri: "https://example.com/exampleTemplate.json" },
|
|
79
|
+
},
|
|
92
80
|
};
|
|
93
81
|
const credential = new DefaultAzureCredential();
|
|
94
82
|
const client = new ResourceManagementClient(credential, subscriptionId);
|
|
@@ -104,8 +92,7 @@ function createADeploymentThatWillRedeployAnotherDeploymentOnFailure() {
|
|
|
104
92
|
*/
|
|
105
93
|
function createADeploymentThatWillRedeployTheLastSuccessfulDeploymentOnFailure() {
|
|
106
94
|
return __awaiter(this, void 0, void 0, function* () {
|
|
107
|
-
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] ||
|
|
108
|
-
"00000000-0000-0000-0000-000000000000";
|
|
95
|
+
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] || "00000000-0000-0000-0000-000000000000";
|
|
109
96
|
const resourceGroupName = process.env["RESOURCES_RESOURCE_GROUP"] || "my-resource-group";
|
|
110
97
|
const deploymentName = "my-deployment";
|
|
111
98
|
const parameters = {
|
|
@@ -113,8 +100,8 @@ function createADeploymentThatWillRedeployTheLastSuccessfulDeploymentOnFailure()
|
|
|
113
100
|
mode: "Complete",
|
|
114
101
|
onErrorDeployment: { type: "LastSuccessful" },
|
|
115
102
|
parameters: {},
|
|
116
|
-
templateLink: { uri: "https://example.com/exampleTemplate.json" }
|
|
117
|
-
}
|
|
103
|
+
templateLink: { uri: "https://example.com/exampleTemplate.json" },
|
|
104
|
+
},
|
|
118
105
|
};
|
|
119
106
|
const credential = new DefaultAzureCredential();
|
|
120
107
|
const client = new ResourceManagementClient(credential, subscriptionId);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploymentsCreateOrUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/deploymentsCreateOrUpdateSample.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"deploymentsCreateOrUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/deploymentsCreateOrUpdateSample.ts"],"names":[],"mappings":"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"}
|
|
@@ -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 { ResourceManagementClient } from "@azure/arm-resources";
|
|
12
3
|
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
4
|
import * as dotenv from "dotenv";
|
|
@@ -20,13 +11,12 @@ dotenv.config();
|
|
|
20
11
|
*/
|
|
21
12
|
function predictTemplateChangesAtManagementGroupScope() {
|
|
22
13
|
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] ||
|
|
24
|
-
"00000000-0000-0000-0000-000000000000";
|
|
14
|
+
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] || "00000000-0000-0000-0000-000000000000";
|
|
25
15
|
const groupId = "myManagementGruop";
|
|
26
16
|
const deploymentName = "exampleDeploymentName";
|
|
27
17
|
const parameters = {
|
|
28
18
|
location: "eastus",
|
|
29
|
-
properties: { mode: "Incremental", parameters: {}, templateLink: {} }
|
|
19
|
+
properties: { mode: "Incremental", parameters: {}, templateLink: {} },
|
|
30
20
|
};
|
|
31
21
|
const credential = new DefaultAzureCredential();
|
|
32
22
|
const client = new ResourceManagementClient(credential, subscriptionId);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploymentsWhatIfAtManagementGroupScopeSample.js","sourceRoot":"","sources":["../../samples-dev/deploymentsWhatIfAtManagementGroupScopeSample.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"deploymentsWhatIfAtManagementGroupScopeSample.js","sourceRoot":"","sources":["../../samples-dev/deploymentsWhatIfAtManagementGroupScopeSample.ts"],"names":[],"mappings":";AAQA,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,4CAA4C;;QACzD,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,IAAI,sCAAsC,CAAC;QACrF,MAAM,OAAO,GAAG,mBAAmB,CAAC;QACpC,MAAM,cAAc,GAAG,uBAAuB,CAAC;QAC/C,MAAM,UAAU,GAA2B;YACzC,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,EAAE,IAAI,EAAE,aAAa,EAAE,UAAU,EAAE,EAAE,EAAE,YAAY,EAAE,EAAE,EAAE;SACtE,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,wBAAwB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACxE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,wCAAwC,CAC9E,OAAO,EACP,cAAc,EACd,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,MAAM,4CAA4C,EAAE,CAAC;IACvD,CAAC;CAAA;AAED,IAAI,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 { ResourceManagementClient } from "@azure/arm-resources";
|
|
12
3
|
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
4
|
import * as dotenv from "dotenv";
|
|
@@ -20,12 +11,11 @@ dotenv.config();
|
|
|
20
11
|
*/
|
|
21
12
|
function predictTemplateChangesAtSubscriptionScope() {
|
|
22
13
|
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] ||
|
|
24
|
-
"00000000-0000-0000-0000-000000000001";
|
|
14
|
+
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] || "00000000-0000-0000-0000-000000000001";
|
|
25
15
|
const deploymentName = "my-deployment";
|
|
26
16
|
const parameters = {
|
|
27
17
|
location: "westus",
|
|
28
|
-
properties: { mode: "Incremental", parameters: {}, templateLink: {} }
|
|
18
|
+
properties: { mode: "Incremental", parameters: {}, templateLink: {} },
|
|
29
19
|
};
|
|
30
20
|
const credential = new DefaultAzureCredential();
|
|
31
21
|
const client = new ResourceManagementClient(credential, subscriptionId);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploymentsWhatIfAtSubscriptionScopeSample.js","sourceRoot":"","sources":["../../samples-dev/deploymentsWhatIfAtSubscriptionScopeSample.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"deploymentsWhatIfAtSubscriptionScopeSample.js","sourceRoot":"","sources":["../../samples-dev/deploymentsWhatIfAtSubscriptionScopeSample.ts"],"names":[],"mappings":";AAQA,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,yCAAyC;;QACtD,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,IAAI,sCAAsC,CAAC;QACrF,MAAM,cAAc,GAAG,eAAe,CAAC;QACvC,MAAM,UAAU,GAAqB;YACnC,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,EAAE,IAAI,EAAE,aAAa,EAAE,UAAU,EAAE,EAAE,EAAE,YAAY,EAAE,EAAE,EAAE;SACtE,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,wBAAwB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACxE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,qCAAqC,CAC3E,cAAc,EACd,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,MAAM,yCAAyC,EAAE,CAAC;IACpD,CAAC;CAAA;AAED,IAAI,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 { ResourceManagementClient } from "@azure/arm-resources";
|
|
12
3
|
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
4
|
import * as dotenv from "dotenv";
|
|
@@ -20,12 +11,11 @@ dotenv.config();
|
|
|
20
11
|
*/
|
|
21
12
|
function predictTemplateChangesAtManagementGroupScope() {
|
|
22
13
|
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] ||
|
|
24
|
-
"00000000-0000-0000-0000-000000000000";
|
|
14
|
+
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] || "00000000-0000-0000-0000-000000000000";
|
|
25
15
|
const deploymentName = "exampleDeploymentName";
|
|
26
16
|
const parameters = {
|
|
27
17
|
location: "eastus",
|
|
28
|
-
properties: { mode: "Incremental", parameters: {}, templateLink: {} }
|
|
18
|
+
properties: { mode: "Incremental", parameters: {}, templateLink: {} },
|
|
29
19
|
};
|
|
30
20
|
const credential = new DefaultAzureCredential();
|
|
31
21
|
const client = new ResourceManagementClient(credential, subscriptionId);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploymentsWhatIfAtTenantScopeSample.js","sourceRoot":"","sources":["../../samples-dev/deploymentsWhatIfAtTenantScopeSample.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"deploymentsWhatIfAtTenantScopeSample.js","sourceRoot":"","sources":["../../samples-dev/deploymentsWhatIfAtTenantScopeSample.ts"],"names":[],"mappings":";AAQA,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,4CAA4C;;QACzD,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,IAAI,sCAAsC,CAAC;QACrF,MAAM,cAAc,GAAG,uBAAuB,CAAC;QAC/C,MAAM,UAAU,GAA2B;YACzC,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,EAAE,IAAI,EAAE,aAAa,EAAE,UAAU,EAAE,EAAE,EAAE,YAAY,EAAE,EAAE,EAAE;SACtE,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,wBAAwB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACxE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,+BAA+B,CACrE,cAAc,EACd,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,MAAM,4CAA4C,EAAE,CAAC;IACvD,CAAC;CAAA;AAED,IAAI,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 { ResourceManagementClient } from "@azure/arm-resources";
|
|
12
3
|
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
4
|
import * as dotenv from "dotenv";
|
|
@@ -20,12 +11,11 @@ dotenv.config();
|
|
|
20
11
|
*/
|
|
21
12
|
function predictTemplateChangesAtResourceGroupScope() {
|
|
22
13
|
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] ||
|
|
24
|
-
"00000000-0000-0000-0000-000000000001";
|
|
14
|
+
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] || "00000000-0000-0000-0000-000000000001";
|
|
25
15
|
const resourceGroupName = process.env["RESOURCES_RESOURCE_GROUP"] || "my-resource-group";
|
|
26
16
|
const deploymentName = "my-deployment";
|
|
27
17
|
const parameters = {
|
|
28
|
-
properties: { mode: "Incremental", parameters: {}, templateLink: {} }
|
|
18
|
+
properties: { mode: "Incremental", parameters: {}, templateLink: {} },
|
|
29
19
|
};
|
|
30
20
|
const credential = new DefaultAzureCredential();
|
|
31
21
|
const client = new ResourceManagementClient(credential, subscriptionId);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploymentsWhatIfSample.js","sourceRoot":"","sources":["../../samples-dev/deploymentsWhatIfSample.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"deploymentsWhatIfSample.js","sourceRoot":"","sources":["../../samples-dev/deploymentsWhatIfSample.ts"],"names":[],"mappings":";AAQA,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,0CAA0C;;QACvD,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,IAAI,sCAAsC,CAAC;QACrF,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,0BAA0B,CAAC,IAAI,mBAAmB,CAAC;QACzF,MAAM,cAAc,GAAG,eAAe,CAAC;QACvC,MAAM,UAAU,GAAqB;YACnC,UAAU,EAAE,EAAE,IAAI,EAAE,aAAa,EAAE,UAAU,EAAE,EAAE,EAAE,YAAY,EAAE,EAAE,EAAE;SACtE,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,wBAAwB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACxE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,kBAAkB,CACxD,iBAAiB,EACjB,cAAc,EACd,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,MAAM,0CAA0C,EAAE,CAAC;IACrD,CAAC;CAAA;AAED,IAAI,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 { ResourceManagementClient } from "@azure/arm-resources";
|
|
12
10
|
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
11
|
import * as dotenv from "dotenv";
|
|
@@ -20,8 +18,7 @@ dotenv.config();
|
|
|
20
18
|
*/
|
|
21
19
|
function getProviderResourceTypes() {
|
|
22
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] ||
|
|
24
|
-
"00000000-0000-0000-0000-000000000000";
|
|
21
|
+
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] || "00000000-0000-0000-0000-000000000000";
|
|
25
22
|
const resourceProviderNamespace = "Microsoft.TestRP";
|
|
26
23
|
const credential = new DefaultAzureCredential();
|
|
27
24
|
const client = new ResourceManagementClient(credential, subscriptionId);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"providerResourceTypesListSample.js","sourceRoot":"","sources":["../../samples-dev/providerResourceTypesListSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG
|
|
1
|
+
{"version":3,"file":"providerResourceTypesListSample.js","sourceRoot":"","sources":["../../samples-dev/providerResourceTypesListSample.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;AACH,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,wBAAwB;;QACrC,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,IAAI,sCAAsC,CAAC;QACrF,MAAM,yBAAyB,GAAG,kBAAkB,CAAC;QACrD,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,wBAAwB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACxE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,qBAAqB,CAAC,IAAI,CAAC,yBAAyB,CAAC,CAAC;QAClF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,MAAM,wBAAwB,EAAE,CAAC;IACnC,CAAC;CAAA;AAED,IAAI,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 { ResourceManagementClient } from "@azure/arm-resources";
|
|
12
3
|
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
4
|
import * as dotenv from "dotenv";
|
|
@@ -20,8 +11,7 @@ dotenv.config();
|
|
|
20
11
|
*/
|
|
21
12
|
function getAResourceProviderAtTenantScope() {
|
|
22
13
|
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] ||
|
|
24
|
-
"00000000-0000-0000-0000-000000000000";
|
|
14
|
+
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] || "00000000-0000-0000-0000-000000000000";
|
|
25
15
|
const expand = "resourceTypes/aliases";
|
|
26
16
|
const resourceProviderNamespace = "Microsoft.Storage";
|
|
27
17
|
const options = { expand };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"providersGetAtTenantScopeSample.js","sourceRoot":"","sources":["../../samples-dev/providersGetAtTenantScopeSample.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"providersGetAtTenantScopeSample.js","sourceRoot":"","sources":["../../samples-dev/providersGetAtTenantScopeSample.ts"],"names":[],"mappings":";AAQA,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,iCAAiC;;QAC9C,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,IAAI,sCAAsC,CAAC;QACrF,MAAM,MAAM,GAAG,uBAAuB,CAAC;QACvC,MAAM,yBAAyB,GAAG,mBAAmB,CAAC;QACtD,MAAM,OAAO,GAA4C,EAAE,MAAM,EAAE,CAAC;QACpE,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,wBAAwB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACxE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,SAAS,CAAC,gBAAgB,CAAC,yBAAyB,EAAE,OAAO,CAAC,CAAC;QAC3F,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,MAAM,iCAAiC,EAAE,CAAC;IAC5C,CAAC;CAAA;AAED,IAAI,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 { ResourceManagementClient } from "@azure/arm-resources";
|
|
12
10
|
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
11
|
import * as dotenv from "dotenv";
|
|
@@ -20,8 +18,7 @@ dotenv.config();
|
|
|
20
18
|
*/
|
|
21
19
|
function getProvider() {
|
|
22
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] ||
|
|
24
|
-
"00000000-0000-0000-0000-000000000000";
|
|
21
|
+
const subscriptionId = process.env["RESOURCES_SUBSCRIPTION_ID"] || "00000000-0000-0000-0000-000000000000";
|
|
25
22
|
const resourceProviderNamespace = "Microsoft.TestRP1";
|
|
26
23
|
const credential = new DefaultAzureCredential();
|
|
27
24
|
const client = new ResourceManagementClient(credential, subscriptionId);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"providersGetSample.js","sourceRoot":"","sources":["../../samples-dev/providersGetSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG
|
|
1
|
+
{"version":3,"file":"providersGetSample.js","sourceRoot":"","sources":["../../samples-dev/providersGetSample.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;AACH,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,WAAW;;QACxB,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,IAAI,sCAAsC,CAAC;QACrF,MAAM,yBAAyB,GAAG,mBAAmB,CAAC;QACtD,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,wBAAwB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACxE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,SAAS,CAAC,GAAG,CAAC,yBAAyB,CAAC,CAAC;QACrE,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,MAAM,WAAW,EAAE,CAAC;IACtB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|