@pulumi/azure 6.24.0-alpha.1749881505 → 6.24.0-alpha.1750228303
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/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -63,9 +63,9 @@ including (but not limited to), 'appinsights', 'compute', 'cosmosdb', 'keyvault'
|
|
|
63
63
|
|
|
64
64
|
There are a variety of ways credentials may be configured for the Azure provider, appropriate for
|
|
65
65
|
different use cases. Refer to the [Azure configuration options](
|
|
66
|
-
https://www.pulumi.com/registry/packages/azure
|
|
66
|
+
https://www.pulumi.com/registry/packages/azure/installation-configuration/#configuration-options).
|
|
67
67
|
|
|
68
68
|
## Reference
|
|
69
69
|
|
|
70
|
-
For further information, visit [Azure in the Pulumi Registry](https://www.pulumi.com/registry/packages/azure
|
|
71
|
-
or for detailed API reference documentation, visit [Azure API Docs in the Pulumi Registry](https://www.pulumi.com/registry/packages/azure
|
|
70
|
+
For further information, visit [Azure in the Pulumi Registry](https://www.pulumi.com/registry/packages/azure/)
|
|
71
|
+
or for detailed API reference documentation, visit [Azure API Docs in the Pulumi Registry](https://www.pulumi.com/registry/packages/azure/api-docs/).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/azure",
|
|
3
|
-
"version": "6.24.0-alpha.
|
|
3
|
+
"version": "6.24.0-alpha.1750228303",
|
|
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",
|
|
@@ -30,6 +30,6 @@
|
|
|
30
30
|
"pulumi": {
|
|
31
31
|
"resource": true,
|
|
32
32
|
"name": "azure",
|
|
33
|
-
"version": "6.24.0-alpha.
|
|
33
|
+
"version": "6.24.0-alpha.1750228303"
|
|
34
34
|
}
|
|
35
35
|
}
|