Pulumi-azure

Latest version: v5.77.1

Safety actively analyzes 629723 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 32

2.4.0

Does the PR have any schema changes?

Looking good! No breaking changes found.

New resources:

- `azurestackhci.VirtualMachineInstance`
- `connectedvmwarevsphere.VMInstanceGuestAgent`
- `connectedvmwarevsphere.VirtualMachineInstance`
- `netapp.BackupVault`
- `quota.GroupQuota`
- `quota.GroupQuotaSubscription`
- `security.DevOpsConfiguration`

New functions:

- `azurestackhci.getVirtualMachineInstance`
- `connectedvmwarevsphere.getVMInstanceGuestAgent`
- `connectedvmwarevsphere.getVirtualMachineInstance`
- `netapp.getBackupVault`
- `quota.getGroupQuota`
- `quota.getGroupQuotaSubscription`
- `security.getDevOpsConfiguration`
- `security.listAzureDevOpsOrgAvailable`
- `security.listGitHubOwnerAvailable`
- `security.listGitLabGroupAvailable`
- `security.listGitLabSubgroup`

<!-- Release notes generated using configuration in .github/release.yml at v2.4.0 -->

What's Changed
* Fix timeout handling in example program gen by thomas11 in https://github.com/pulumi/pulumi-azure-native/pull/2635


**Full Changelog**: https://github.com/pulumi/pulumi-azure-native/compare/v2.3.0...v2.4.0

2.3.0

Does the PR have any schema changes?

Found 49 breaking changes:

Resources
- "azure-native:containerstorage:Pool":
- inputs:
- `🟡` "assignments": items type changed from "string" to "/types/azure-native:containerstorage:Assignment"
- `🟡` "diskPoolProperties" missing
- `🟡` "elasticSanPoolProperties" missing
- `🟡` "ephemeralPoolProperties" missing
- `🟡` "poolCapacityGiB" missing
- `🟡` "poolType" type changed from "number" to "/types/azure-native:containerstorage:PoolType"
- `🟡` "zones": items type changed from "string" to ""
- properties:
- `🟡` "assignments": items type changed from "string" to "/types/azure-native:containerstorage:AssignmentResponse"
- `🟡` "diskPoolProperties" missing output "diskPoolProperties"
- `🟡` "elasticSanPoolProperties" missing output "elasticSanPoolProperties"
- `🟡` "ephemeralPoolProperties" missing output "ephemeralPoolProperties"
- `🟡` "poolCapacityGiB" missing output "poolCapacityGiB"
- `🟡` "poolType" type changed from "number" to "/types/azure-native:containerstorage:PoolTypeResponse"
- required:
- `🟢` "assignments" property is no longer Required
- `🟢` "zones" property is no longer Required
- "azure-native:containerstorage:Volume":
- inputs:
- `🟡` "mountOptions" missing
- `🟡` "reclaimPolicy" missing
- `🟡` "volumeMode" missing
- properties:
- `🟡` "mountOptions" missing output "mountOptions"
- `🟡` "reclaimPolicy" missing output "reclaimPolicy"
- `🟡` "volumeMode" missing output "volumeMode"
- `🔴` "azure-native:containerstorage:VolumeSnapshot" missing
- `🔴` "azure-native:hybridcompute:MachineRunCommand" missing
Functions
- `🔴` "azure-native:containerstorage:getVolumeSnapshot" missing
- `🔴` "azure-native:hybridcompute:getMachineRunCommand" missing
Types
- "azure-native:appplatform:DevToolPortalPropertiesResponse":
- properties:
- `🟡` "instances" missing
- `🟡` "resourceRequests" missing
- required:
- `🟢` "components" property has changed to Required
- `🟢` "instances" property is no longer Required
- `🟢` "resourceRequests" property is no longer Required
- `🔴` "azure-native:containerstorage:DiskPoolProperties" missing
- `🔴` "azure-native:containerstorage:DiskPoolPropertiesResponse" missing
- `🔴` "azure-native:containerstorage:ElasticSanPoolProperties" missing
- `🔴` "azure-native:containerstorage:ElasticSanPoolPropertiesResponse" missing
- `🔴` "azure-native:containerstorage:EphemeralPoolProperties" missing
- `🔴` "azure-native:containerstorage:EphemeralPoolPropertiesResponse" missing
- `🔴` "azure-native:containerstorage:VolumeMode" missing
- `🔴` "azure-native:hybridcompute:MachineRunCommandInstanceViewResponse" missing
- `🔴` "azure-native:hybridcompute:MachineRunCommandInstanceViewResponseStatus" missing
- `🔴` "azure-native:hybridcompute:MachineRunCommandScriptSource" missing
- `🔴` "azure-native:hybridcompute:MachineRunCommandScriptSourceResponse" missing
- `🔴` "azure-native:hybridcompute:RunCommandInputParameter" missing
- `🔴` "azure-native:hybridcompute:RunCommandInputParameterResponse" missing
- `🔴` "azure-native:hybridcompute:RunCommandManagedIdentity" missing
- `🔴` "azure-native:hybridcompute:RunCommandManagedIdentityResponse" missing
- `🟡` "azure-native:machinelearningservices:Registry": properties: "registryPrivateEndpointConnections" missing
- `🟡` "azure-native:machinelearningservices:RegistryPrivateEndpointConnectionProperties": properties: "registryPrivateLinkServiceConnectionState" missing
- `🟡` "azure-native:machinelearningservices:RegistryPrivateEndpointConnectionPropertiesResponse": properties: "registryPrivateLinkServiceConnectionState" missing
- `🟡` "azure-native:machinelearningservices:RegistryResponse": properties: "registryPrivateEndpointConnections" missing

New resources:

- `containerstorage.Snapshot`
- `desktopvirtualization.ScalingPlanPersonalSchedule`
- `hdinsight.ClusterPool`
- `mobilepacketcore.NetworkFunction`
- `storagetasks.StorageTask`

New functions:

- `containerstorage.getSnapshot`
- `desktopvirtualization.getScalingPlanPersonalSchedule`
- `hdinsight.getClusterPool`
- `mobilepacketcore.getNetworkFunction`
- `storagetasks.getStorageTask`

<!-- Release notes generated using configuration in .github/release.yml at v2.3.0 -->

What's Changed
* Set retention days on Upload Artifacts by guineveresaenger in https://github.com/pulumi/pulumi-azure-native/pull/2618
* Keep previous default resources by danielrbradley in https://github.com/pulumi/pulumi-azure-native/pull/2631
* Revert "Keep previous default resources" by mikhailshilkov in https://github.com/pulumi/pulumi-azure-native/pull/2642

New Contributors
* guineveresaenger made their first contribution in https://github.com/pulumi/pulumi-azure-native/pull/2618

**Full Changelog**: https://github.com/pulumi/pulumi-azure-native/compare/v2.2.0...v2.3.0

2.2.0

Does the PR have any schema changes?

Found 3 breaking changes:

Resources
- `🟡` "azure-native:network:NspAccessRule": inputs: "networkSecurityPerimeters" missing
Types
- `🔴` "azure-native:network:PerimeterBasedAccessRule" missing
- `🟢` "azure-native:network:PerimeterBasedAccessRuleResponse": required: "id" property has changed to Required

New resources:

- `containerregistry.Archife`
- `containerregistry.ArchiveVersion`
- `securityinsights.CustomizableConnectorDefinition`

New functions:

- `containerregistry.getArchife`
- `containerregistry.getArchiveVersion`
- `elastic.getBillingInfo`
- `elastic.listConnectedPartnerResource`
- `securityinsights.getCustomizableConnectorDefinition`

<!-- Release notes generated using configuration in .github/release.yml at v2.2.0 -->



**Full Changelog**: https://github.com/pulumi/pulumi-azure-native/compare/v2.1.1...v2.2.0

2.1.1

Does the PR have any schema changes?

Found 23 breaking changes:

Resources
- `🔴` "azure-native:network:DnssecConfig" missing
- "azure-native:network:RecordSet":
- inputs:
- `🟡` "dsRecords" missing
- `🟡` "naptrRecords" missing
- `🟡` "tlsaRecords" missing
- properties:
- `🟡` "dsRecords" missing output "dsRecords"
- `🟡` "naptrRecords" missing output "naptrRecords"
- `🟡` "tlsaRecords" missing output "tlsaRecords"
- "azure-native:network:Zone": properties:
- `🟡` "signingKeys" missing output "signingKeys"
- `🟡` "systemData" missing output "systemData"
Functions
- `🔴` "azure-native:network:getDnssecConfig" missing
Types
- `🟡` "azure-native:devices:IotHubProperties": properties: "ipVersion" missing
- `🟡` "azure-native:devices:IotHubPropertiesResponse": properties: "ipVersion" missing
- `🔴` "azure-native:devices:IpVersion" missing
- `🔴` "azure-native:network:DelegationSignerInfoResponse" missing
- `🔴` "azure-native:network:Digest" missing
- `🔴` "azure-native:network:DigestResponse" missing
- `🔴` "azure-native:network:DsRecord" missing
- `🔴` "azure-native:network:DsRecordResponse" missing
- `🔴` "azure-native:network:NaptrRecord" missing
- `🔴` "azure-native:network:NaptrRecordResponse" missing
- `🔴` "azure-native:network:SigningKeyResponse" missing
- `🔴` "azure-native:network:TlsaRecord" missing
- `🔴` "azure-native:network:TlsaRecordResponse" missing
No new resources/functions.

<!-- Release notes generated using configuration in .github/release.yml at v2.1.1 -->

What's Changed
* Switch v2 default to older API version for some Devices and DNS resources by thomas11 in https://github.com/pulumi/pulumi-azure-native/pull/2595


**Full Changelog**: https://github.com/pulumi/pulumi-azure-native/compare/v2.1.0...v2.1.1

2.1.0

Does the PR have any schema changes?

Found 2 breaking changes:

Types
- `🟡` "azure-native:datafactory:MongoDbAtlasLinkedService": properties: "mongoDbAtlasDriverVersion" missing
- `🟡` "azure-native:datafactory:MongoDbAtlasLinkedServiceResponse": properties: "mongoDbAtlasDriverVersion" missing

New resources:

- `elasticsan.PrivateEndpointConnection`
- `maintenance.ConfigurationAssignmentsForResourceGroup`
- `maintenance.ConfigurationAssignmentsForSubscription`
- `managednetworkfabric.InternetGateway`
- `managednetworkfabric.InternetGatewayRule`
- `managednetworkfabric.NeighborGroup`
- `managednetworkfabric.NetworkPacketBroker`
- `managednetworkfabric.NetworkTap`
- `managednetworkfabric.NetworkTapRule`

New functions:

- `elasticsan.getPrivateEndpointConnection`
- `maintenance.getConfigurationAssignmentsForResourceGroup`
- `maintenance.getConfigurationAssignmentsForSubscription`
- `managednetworkfabric.getInternetGateway`
- `managednetworkfabric.getInternetGatewayRule`
- `managednetworkfabric.getNeighborGroup`
- `managednetworkfabric.getNetworkFabricTopology`
- `managednetworkfabric.getNetworkPacketBroker`
- `managednetworkfabric.getNetworkTap`
- `managednetworkfabric.getNetworkTapRule`

<!-- Release notes generated using configuration in .github/release.yml at v2.1.0 -->

What's Changed
* Remove temporary NEXT_VERSION=2, can be calculated now by thomas11 in https://github.com/pulumi/pulumi-azure-native/pull/2574


**Full Changelog**: https://github.com/pulumi/pulumi-azure-native/compare/v2.0.0...v2.1.0

2.0.0

Read the [Introducing Azure Native 2.0 blog post](https://www.pulumi.com/blog/introducing-azure-native-v2/) for an overview of the changes since the first version of the provider.

Consult the [Upgrade Guide for Azure Native v1 to v2](https://www.pulumi.com/registry/packages/azure-native/from-v1-to-v2/) for detailed information on how to upgrade the provider.

What's Changed
* Reduced SDK Size for Faster Development
* Refreshed Default Module Versions
* Expanded Top-Level Default Module Coverage
* Resolved Title Case Inconsistency
* Simplified User Assigned Identity Inputs

**Full Changelog**: https://github.com/pulumi/pulumi-azure-native/compare/v1.104.0...v2.0.0

Page 8 of 32

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.