@pulumi/azure 5.74.0 → 5.75.0-alpha.1714649432
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/appservice/activeSlot.d.ts +1 -1
- package/appservice/activeSlot.js +1 -1
- package/appservice/appService.d.ts +1 -1
- package/appservice/appService.js +1 -1
- package/appservice/functionApp.d.ts +1 -1
- package/appservice/functionApp.js +1 -1
- package/appservice/functionAppSlot.d.ts +1 -1
- package/appservice/functionAppSlot.js +1 -1
- package/appservice/hybridConnection.d.ts +1 -1
- package/appservice/hybridConnection.js +1 -1
- package/appservice/plan.d.ts +1 -1
- package/appservice/plan.js +1 -1
- package/appservice/slot.d.ts +1 -1
- package/appservice/slot.js +1 -1
- package/appservice/sourceCodeToken.d.ts +1 -1
- package/appservice/sourceCodeToken.js +1 -1
- package/graph/account.d.ts +1 -1
- package/graph/account.js +1 -1
- package/monitoring/actionRuleActionGroup.d.ts +1 -1
- package/monitoring/actionRuleActionGroup.js +1 -1
- package/monitoring/actionRuleSuppression.d.ts +1 -1
- package/monitoring/actionRuleSuppression.js +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* Promotes an App Service Slot to Production within an App Service.
|
|
4
4
|
*
|
|
5
|
-
* !> **NOTE:** This resource has been deprecated in version
|
|
5
|
+
* !> **NOTE:** This resource has been deprecated in version 5.0 of the provider and will be removed in version 6.0. Please use `azure.appservice.WebAppActiveSlot` resource instead.
|
|
6
6
|
*
|
|
7
7
|
* > **Note:** When using Slots - the `appSettings`, `connectionString` and `siteConfig` blocks on the `azure.appservice.AppService` resource will be overwritten when promoting a Slot using the `azure.appservice.ActiveSlot` resource.
|
|
8
8
|
*
|
package/appservice/activeSlot.js
CHANGED
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Promotes an App Service Slot to Production within an App Service.
|
|
10
10
|
*
|
|
11
|
-
* !> **NOTE:** This resource has been deprecated in version
|
|
11
|
+
* !> **NOTE:** This resource has been deprecated in version 5.0 of the provider and will be removed in version 6.0. Please use `azure.appservice.WebAppActiveSlot` resource instead.
|
|
12
12
|
*
|
|
13
13
|
* > **Note:** When using Slots - the `appSettings`, `connectionString` and `siteConfig` blocks on the `azure.appservice.AppService` resource will be overwritten when promoting a Slot using the `azure.appservice.ActiveSlot` resource.
|
|
14
14
|
*
|
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* Manages an App Service (within an App Service Plan).
|
|
6
6
|
*
|
|
7
|
-
* !> **NOTE:** This resource has been deprecated in version
|
|
7
|
+
* !> **NOTE:** This resource has been deprecated in version 5.0 of the provider and will be removed in version 6.0. Please use `azure.appservice.LinuxWebApp` resources instead.
|
|
8
8
|
*
|
|
9
9
|
* > **Note:** When using Slots - the `appSettings`, `connectionString` and `siteConfig` blocks on the `azure.appservice.AppService` resource will be overwritten when promoting a Slot using the `azure.appservice.ActiveSlot` resource.
|
|
10
10
|
*
|
package/appservice/appService.js
CHANGED
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Manages an App Service (within an App Service Plan).
|
|
10
10
|
*
|
|
11
|
-
* !> **NOTE:** This resource has been deprecated in version
|
|
11
|
+
* !> **NOTE:** This resource has been deprecated in version 5.0 of the provider and will be removed in version 6.0. Please use `azure.appservice.LinuxWebApp` resources instead.
|
|
12
12
|
*
|
|
13
13
|
* > **Note:** When using Slots - the `appSettings`, `connectionString` and `siteConfig` blocks on the `azure.appservice.AppService` resource will be overwritten when promoting a Slot using the `azure.appservice.ActiveSlot` resource.
|
|
14
14
|
*
|
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* Manages a Function App.
|
|
6
6
|
*
|
|
7
|
-
* !> **NOTE:** This resource has been deprecated in version
|
|
7
|
+
* !> **NOTE:** This resource has been deprecated in version 5.0 of the provider and will be removed in version 6.0. Please use `azure.appservice.LinuxFunctionApp` resources instead.
|
|
8
8
|
*
|
|
9
9
|
* > **Note:** To connect an Azure Function App and a subnet within the same region `azure.appservice.VirtualNetworkSwiftConnection` can be used.
|
|
10
10
|
* For an example, check the `azure.appservice.VirtualNetworkSwiftConnection` documentation.
|
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Manages a Function App.
|
|
10
10
|
*
|
|
11
|
-
* !> **NOTE:** This resource has been deprecated in version
|
|
11
|
+
* !> **NOTE:** This resource has been deprecated in version 5.0 of the provider and will be removed in version 6.0. Please use `azure.appservice.LinuxFunctionApp` resources instead.
|
|
12
12
|
*
|
|
13
13
|
* > **Note:** To connect an Azure Function App and a subnet within the same region `azure.appservice.VirtualNetworkSwiftConnection` can be used.
|
|
14
14
|
* For an example, check the `azure.appservice.VirtualNetworkSwiftConnection` documentation.
|
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* Manages a Function App deployment Slot.
|
|
6
6
|
*
|
|
7
|
-
* !> **NOTE:** This resource has been deprecated in version
|
|
7
|
+
* !> **NOTE:** This resource has been deprecated in version 5.0 of the provider and will be removed in version 6.0. Please use `azure.appservice.LinuxFunctionAppSlot` resources instead.
|
|
8
8
|
*
|
|
9
9
|
* ## Example Usage
|
|
10
10
|
*
|
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Manages a Function App deployment Slot.
|
|
10
10
|
*
|
|
11
|
-
* !> **NOTE:** This resource has been deprecated in version
|
|
11
|
+
* !> **NOTE:** This resource has been deprecated in version 5.0 of the provider and will be removed in version 6.0. Please use `azure.appservice.LinuxFunctionAppSlot` resources instead.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* Manages an App Service Hybrid Connection for an existing App Service, Relay and Service Bus.
|
|
4
4
|
*
|
|
5
|
-
* !> **NOTE:** This resource has been deprecated in version
|
|
5
|
+
* !> **NOTE:** This resource has been deprecated in version 5.0 of the provider and will be removed in version 6.0. Please use `azure.appservice.FunctionAppHybridConnection` resources instead.
|
|
6
6
|
*
|
|
7
7
|
* ## Example Usage
|
|
8
8
|
*
|
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Manages an App Service Hybrid Connection for an existing App Service, Relay and Service Bus.
|
|
10
10
|
*
|
|
11
|
-
* !> **NOTE:** This resource has been deprecated in version
|
|
11
|
+
* !> **NOTE:** This resource has been deprecated in version 5.0 of the provider and will be removed in version 6.0. Please use `azure.appservice.FunctionAppHybridConnection` resources instead.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
package/appservice/plan.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import { Kind } from "./index";
|
|
|
5
5
|
/**
|
|
6
6
|
* Manages an App Service Plan component.
|
|
7
7
|
*
|
|
8
|
-
* !> **NOTE:** This resource has been deprecated in version
|
|
8
|
+
* !> **NOTE:** This resource has been deprecated in version 5.0 of the provider and will be removed in version 6.0. Please use `azure.appservice.ServicePlan` resource instead.
|
|
9
9
|
*
|
|
10
10
|
* ## Example Usage
|
|
11
11
|
*
|
package/appservice/plan.js
CHANGED
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Manages an App Service Plan component.
|
|
10
10
|
*
|
|
11
|
-
* !> **NOTE:** This resource has been deprecated in version
|
|
11
|
+
* !> **NOTE:** This resource has been deprecated in version 5.0 of the provider and will be removed in version 6.0. Please use `azure.appservice.ServicePlan` resource instead.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
package/appservice/slot.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* Manages an App Service Slot (within an App Service).
|
|
6
6
|
*
|
|
7
|
-
* !> **NOTE:** This resource has been deprecated in version
|
|
7
|
+
* !> **NOTE:** This resource has been deprecated in version 5.0 of the provider and will be removed in version 6.0. Please use `azure.appservice.LinuxWebAppSlot` resources instead.
|
|
8
8
|
*
|
|
9
9
|
* > **Note:** When using Slots - the `appSettings`, `connectionString` and `siteConfig` blocks on the `azure.appservice.AppService` resource will be overwritten when promoting a Slot using the `azure.appservice.ActiveSlot` resource.
|
|
10
10
|
*
|
package/appservice/slot.js
CHANGED
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Manages an App Service Slot (within an App Service).
|
|
10
10
|
*
|
|
11
|
-
* !> **NOTE:** This resource has been deprecated in version
|
|
11
|
+
* !> **NOTE:** This resource has been deprecated in version 5.0 of the provider and will be removed in version 6.0. Please use `azure.appservice.LinuxWebAppSlot` resources instead.
|
|
12
12
|
*
|
|
13
13
|
* > **Note:** When using Slots - the `appSettings`, `connectionString` and `siteConfig` blocks on the `azure.appservice.AppService` resource will be overwritten when promoting a Slot using the `azure.appservice.ActiveSlot` resource.
|
|
14
14
|
*
|
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* Manages an App Service source control token.
|
|
4
4
|
*
|
|
5
|
-
* !> **NOTE:** This resource has been deprecated in version
|
|
5
|
+
* !> **NOTE:** This resource has been deprecated in version 5.0 of the provider and will be removed in version 6.0. Please use `azure.appservice.ServicePlan` resource instead.
|
|
6
6
|
*
|
|
7
7
|
* > **NOTE:** Source Control Tokens are configured at the subscription level, not on each App Service - as such this can only be configured Subscription-wide
|
|
8
8
|
*
|
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Manages an App Service source control token.
|
|
10
10
|
*
|
|
11
|
-
* !> **NOTE:** This resource has been deprecated in version
|
|
11
|
+
* !> **NOTE:** This resource has been deprecated in version 5.0 of the provider and will be removed in version 6.0. Please use `azure.appservice.ServicePlan` resource instead.
|
|
12
12
|
*
|
|
13
13
|
* > **NOTE:** Source Control Tokens are configured at the subscription level, not on each App Service - as such this can only be configured Subscription-wide
|
|
14
14
|
*
|
package/graph/account.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* Manages a Microsoft Graph Services Account.
|
|
4
4
|
*
|
|
5
|
-
* !> **NOTE:** This resource has been deprecated in version
|
|
5
|
+
* !> **NOTE:** This resource has been deprecated in version 5.0 of the provider and will be removed in version 6.0. Please use `azure.graph.ServicesAccount` resource instead.
|
|
6
6
|
*
|
|
7
7
|
* ## Example Usage
|
|
8
8
|
*
|
package/graph/account.js
CHANGED
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Manages a Microsoft Graph Services Account.
|
|
10
10
|
*
|
|
11
|
-
* !> **NOTE:** This resource has been deprecated in version
|
|
11
|
+
* !> **NOTE:** This resource has been deprecated in version 5.0 of the provider and will be removed in version 6.0. Please use `azure.graph.ServicesAccount` resource instead.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* Manages a Monitor Action Rule which type is action group.
|
|
6
6
|
*
|
|
7
|
-
* !> **NOTE:** This resource has been deprecated in version
|
|
7
|
+
* !> **NOTE:** This resource has been deprecated in version 5.0 of the provider and will be removed in version 6.0. Please use `azure.monitoring.AlertProcessingRuleActionGroup` resource instead.
|
|
8
8
|
*
|
|
9
9
|
* ## Example Usage
|
|
10
10
|
*
|
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Manages a Monitor Action Rule which type is action group.
|
|
10
10
|
*
|
|
11
|
-
* !> **NOTE:** This resource has been deprecated in version
|
|
11
|
+
* !> **NOTE:** This resource has been deprecated in version 5.0 of the provider and will be removed in version 6.0. Please use `azure.monitoring.AlertProcessingRuleActionGroup` resource instead.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* Manages a Monitor Action Rule which type is suppression.
|
|
6
6
|
*
|
|
7
|
-
* !> **NOTE:** This resource has been deprecated in version
|
|
7
|
+
* !> **NOTE:** This resource has been deprecated in version 5.0 of the provider and will be removed in version 6.0. Please use `azure.monitoring.AlertProcessingRuleSuppression` resource instead.
|
|
8
8
|
*
|
|
9
9
|
* ## Example Usage
|
|
10
10
|
*
|
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Manages a Monitor Action Rule which type is suppression.
|
|
10
10
|
*
|
|
11
|
-
* !> **NOTE:** This resource has been deprecated in version
|
|
11
|
+
* !> **NOTE:** This resource has been deprecated in version 5.0 of the provider and will be removed in version 6.0. Please use `azure.monitoring.AlertProcessingRuleSuppression` resource instead.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/azure",
|
|
3
|
-
"version": "v5.
|
|
3
|
+
"version": "v5.75.0-alpha.1714649432+07599fc",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Microsoft Azure cloud resources, based on the Terraform azurerm provider. We recommend using the [Azure Native provider](https://github.com/pulumi/pulumi-azure-native) to provision Azure infrastructure. Azure Native provides complete coverage of Azure resources and same-day access to new resources and resource updates.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|