Does the PR have any schema changes?
Found 20 breaking changes:
Resources
- "azure-native:portal:Dashboard":
- inputs:
🟡
"lenses" missing🟡
"metadata" missing
- properties:
🟡
"lenses" missing output "lenses"🟡
"metadata" missing output "metadata"
- inputs:
- "azure-native:portal:TenantConfiguration":
🟡
inputs: "enforcePrivateMarkdownStorage" missing🟡
properties: "enforcePrivateMarkdownStorage" missing output "enforcePrivateMarkdownStorage"
Types
🟡
"azure-native:datafactory:HDInsightOnDemandLinkedService": properties: "version" type changed from "pulumi.json#/Any" to "string"🟡
"azure-native:datafactory:HDInsightOnDemandLinkedServiceResponse": properties: "version" type changed from "pulumi.json#/Any" to "string"🟡
"azure-native:portal:DashboardLens": properties: "metadata" type changed from "object" to "pulumi.json#/Any":🟡
additional properties had &{Type: Ref:pulumi.json#/Any AdditionalProperties: Items: OneOf:[] Discriminator: Plain:false} but now has no type
🟡
"azure-native:portal:DashboardLensResponse": properties: "metadata" type changed from "object" to "pulumi.json#/Any":🟡
additional properties had &{Type: Ref:pulumi.json#/Any AdditionalProperties: Items: OneOf:[] Discriminator: Plain:false} but now has no type
🔴
"azure-native:portal:DashboardPartMetadata" missing🔴
"azure-native:portal:DashboardPartMetadataResponse" missing🟡
"azure-native:portal:DashboardParts": properties: "metadata" type changed from "#/types/azure-native:portal:DashboardPartMetadata" to "#/types/azure-native:portal:MarkdownPartMetadata"🟡
"azure-native:portal:DashboardPartsPosition": properties: "metadata" type changed from "object" to "pulumi.json#/Any":🟡
additional properties had &{Type: Ref:pulumi.json#/Any AdditionalProperties: Items: OneOf:[] Discriminator: Plain:false} but now has no type
- "azure-native:portal:DashboardPartsResponse": properties:
🟡
"metadata" type changed from "#/types/azure-native:portal:DashboardPartMetadataResponse" to "#/types/azure-native:portal:MarkdownPartMetadataResponse"🟡
"position" type changed from "#/types/azure-native:portal:DashboardPartsResponsePosition" to "#/types/azure-native:portal:DashboardPartsPositionResponse"
🔴
"azure-native:portal:DashboardPartsResponsePosition" missing
New resources:
contoso.Employee
devcenter.CurationProfile
iotoperations.Broker
iotoperations.BrokerAuthentication
iotoperations.BrokerAuthorization
iotoperations.BrokerListener
iotoperations.DataFlow
iotoperations.DataFlowEndpoint
iotoperations.DataFlowProfile
iotoperations.Instance
New functions:
contoso.getEmployee
devcenter.getCurationProfile
iotoperations.getBroker
iotoperations.getBrokerAuthentication
iotoperations.getBrokerAuthorization
iotoperations.getBrokerListener
iotoperations.getDataFlow
iotoperations.getDataFlowEndpoint
iotoperations.getDataFlowProfile
iotoperations.getInstance
What's Changed
- Test user managed identity auth by @thomas11 in #3499
- Test Service Principal with client cert auth by @thomas11 in #3498
- Upgrade specs & remove manual portal.Dashboard implementation by @danielrbradley in #3500
- Disable body mapping warnings by @danielrbradley in #3504
- Any addition or removal of properties to an object marked as ForceNew should cause its replacement by @thomas11 in #3503
Full Changelog: v2.53.0...v2.54.0