pulumi-oci 1.42.0a1719642398__py3-none-any.whl → 2.0.0__py3-none-any.whl

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.
@@ -97,9 +97,6 @@ class GetFleetAdvancedFeatureConfigurationResult:
97
97
  @property
98
98
  @pulumi.getter
99
99
  def id(self) -> str:
100
- """
101
- The provider-assigned unique ID for this managed resource.
102
- """
103
100
  return pulumi.get(self, "id")
104
101
 
105
102
  @property