Pulumi-azure

Latest version: v6.10.0

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

Scan your dependencies

Page 18 of 40

1.99.0

Found 25 breaking changes:
Resource "azure-native:orbital:ContactProfile" missing
Resource "azure-native:orbital:Contact" missing
Resource "azure-native:orbital:Spacecraft" missing
Resource "azure-native:networkcloud:Cluster" missing input "clusterCapacity"
Function "azure-native:orbital:getContactProfile" missing
Function "azure-native:orbital:getContact" missing
Function "azure-native:orbital:listSpacecraftAvailableContacts" missing
Function "azure-native:orbital:getSpacecraft" missing
Type "azure-native:orbital:ResourceReferenceResponse" missing
Type "azure-native:orbital:ContactProfileLinkChannelResponse" missing
Type "azure-native:orbital:Polarization" missing
Type "azure-native:orbital:ContactProfileLink" missing
Type "azure-native:orbital:SystemDataResponse" missing
Type "azure-native:networkcloud:ClusterCapacity" missing
Type "azure-native:orbital:ResourceReference" missing
Type "azure-native:orbital:AutoTrackingConfiguration" missing
Type "azure-native:orbital:SpacecraftLink" missing
Type "azure-native:orbital:ContactProfileLinkResponse" missing
Type "azure-native:orbital:EndPoint" missing
Type "azure-native:orbital:AvailableContactsResponse" missing
Type "azure-native:orbital:Protocol" missing
Type "azure-native:orbital:EndPointResponse" missing
Type "azure-native:orbital:Direction" missing
Type "azure-native:orbital:SpacecraftLinkResponse" missing
Type "azure-native:orbital:ContactProfileLinkChannel" missing
No new resources/functions.

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

What's Changed
* MSAL and OIDC support by thomas11 in https://github.com/pulumi/pulumi-azure-native/pull/2320
* Refactor version generation process by danielrbradley in https://github.com/pulumi/pulumi-azure-native/pull/2310
* Skip OIDC tests in release workflow by thomas11 in https://github.com/pulumi/pulumi-azure-native/pull/2339


**Full Changelog**: https://github.com/pulumi/pulumi-azure-native/compare/v1.98.1...v1.99.0

1.98.1

Looking good! No breaking changes found.
No new resources/functions.

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

What's Changed
* Fix missing version in module tagging by thomas11 in https://github.com/pulumi/pulumi-azure-native/pull/2323
* V2 version selection by danielrbradley in https://github.com/pulumi/pulumi-azure-native/pull/2302


**Full Changelog**: https://github.com/pulumi/pulumi-azure-native/compare/v1.98.0...v1.98.1

1.98.0

New resources:

- `containerstorage.Pool`
- `containerstorage.Volume`
- `containerstorage.VolumeSnapshot`

New functions:

- `containerstorage.getPool`
- `containerstorage.getVolume`
- `containerstorage.getVolumeSnapshot`

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

What's Changed
* Add pulumi-plugin to all go SDK sub-modules by danielrbradley in https://github.com/pulumi/pulumi-azure-native/pull/2301
* Remove arm2pulumi coverage workflow by squaremo in https://github.com/pulumi/pulumi-azure-native/pull/2306
* Add new ContainerStorage RP by thomas11 in https://github.com/pulumi/pulumi-azure-native/pull/2311
* Combined dependabot security upgrades by thomas11 in https://github.com/pulumi/pulumi-azure-native/pull/2313
* Remove newly added preview versions to reduce SDK size by thomas11 in https://github.com/pulumi/pulumi-azure-native/pull/2321

**Full Changelog**: https://github.com/pulumi/pulumi-azure-native/compare/v1.97.0...v1.98.0

1.97.0

Looking good! No breaking changes found.

New resources:

- `graphservices.Account`
- `guestconfiguration.GuestConfigurationConnectedVMwarevSphereAssignment`
- `managednetworkfabric.AccessControlList`
- `managednetworkfabric.ExternalNetwork`
- `managednetworkfabric.InternalNetwork`
- `managednetworkfabric.IpCommunityList`
- `managednetworkfabric.IpPrefixList`
- `managednetworkfabric.L2IsolationDomain`
- `managednetworkfabric.L3IsolationDomain`
- `managednetworkfabric.NetworkDevice`
- `managednetworkfabric.NetworkFabric`
- `managednetworkfabric.NetworkFabricController`
- `managednetworkfabric.NetworkInterface`
- `managednetworkfabric.NetworkRack`
- `managednetworkfabric.NetworkToNetworkInterconnect`
- `managednetworkfabric.RoutePolicy`
- `professionalservice.ProfessionalServiceSubscriptionLevel`

New functions:

- `graphservices.getAccount`
- `guestconfiguration.getGuestConfigurationConnectedVMwarevSphereAssignment`
- `managednetworkfabric.getAccessControlList`
- `managednetworkfabric.getExternalNetwork`
- `managednetworkfabric.getInternalNetwork`
- `managednetworkfabric.getIpCommunityList`
- `managednetworkfabric.getIpPrefixList`
- `managednetworkfabric.getL2IsolationDomain`
- `managednetworkfabric.getL3IsolationDomain`
- `managednetworkfabric.getNetworkDevice`
- `managednetworkfabric.getNetworkDeviceStatus`
- `managednetworkfabric.getNetworkFabric`
- `managednetworkfabric.getNetworkFabricController`
- `managednetworkfabric.getNetworkInterface`
- `managednetworkfabric.getNetworkInterfaceStatus`
- `managednetworkfabric.getNetworkRack`
- `managednetworkfabric.getNetworkToNetworkInterconnect`
- `managednetworkfabric.getRoutePolicy`
- `professionalservice.getProfessionalServiceSubscriptionLevel`

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

What's Changed
* Remove goreleaser by danielrbradley in https://github.com/pulumi/pulumi-azure-native/pull/2222
* Fix go publishing by danielrbradley in https://github.com/pulumi/pulumi-azure-native/pull/2279
* Change the way we populate function descriptions by mikhailshilkov in https://github.com/pulumi/pulumi-azure-native/pull/2276
* Apply case-spacing-insensitive diffing to all location properties by mikhailshilkov in https://github.com/pulumi/pulumi-azure-native/pull/2281
* Add WillReplaceOnChanges doc annotation to path properties by mikhailshilkov in https://github.com/pulumi/pulumi-azure-native/pull/2283
* Support importing storage blobs by mikhailshilkov in https://github.com/pulumi/pulumi-azure-native/pull/2280
* Fix build issues and add new RPs by thomas11 in https://github.com/pulumi/pulumi-azure-native/pull/2288
* Fix breaking API changes in networkfabric and orbital by thomas11 in https://github.com/pulumi/pulumi-azure-native/pull/2292
* Remove new preview API versions by danielrbradley in https://github.com/pulumi/pulumi-azure-native/pull/2295
* Fix release version calculation by danielrbradley in https://github.com/pulumi/pulumi-azure-native/pull/2299


**Full Changelog**: https://github.com/pulumi/pulumi-azure-native/compare/v1.96.0...v1.97.0

1.96.0

1.95.0

Page 18 of 40

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.