diff --git a/provider/cmd/pulumi-resource-azure/schema.json b/provider/cmd/pulumi-resource-azure/schema.json
index b02fd24d35..419ca671e0 100644
--- a/provider/cmd/pulumi-resource-azure/schema.json
+++ b/provider/cmd/pulumi-resource-azure/schema.json
@@ -295239,7 +295239,7 @@
"type": "string"
},
"smbAccessBasedEnumerationEnabled": {
- "description": "Limits enumeration of files and folders (that is, listing the contents) in SMB only to users with allowed access on the share.\n---\n",
+ "description": "Limits enumeration of files and folders (that is, listing the contents) in SMB only to users with allowed access on the share.\n",
"type": "boolean"
},
"smbNonBrowsableEnabled": {
@@ -303001,7 +303001,7 @@
"type": "string"
},
"recoveryGroups": {
- "description": "`recovery_group` block defined as below.\n---\n",
+ "description": "`recovery_group` block defined as below.\n",
"items": {
"$ref": "#/types/azure:siterecovery/getReplicationRecoveryPlanRecoveryGroup:getReplicationRecoveryPlanRecoveryGroup"
},
diff --git a/sdk/dotnet/NetApp/GetVolume.cs b/sdk/dotnet/NetApp/GetVolume.cs
index 2d9511e252..5116ffa6eb 100644
--- a/sdk/dotnet/NetApp/GetVolume.cs
+++ b/sdk/dotnet/NetApp/GetVolume.cs
@@ -195,7 +195,6 @@ public sealed class GetVolumeResult
public readonly string ServiceLevel;
///
/// Limits enumeration of files and folders (that is, listing the contents) in SMB only to users with allowed access on the share.
- /// ---
///
public readonly bool SmbAccessBasedEnumerationEnabled;
///
diff --git a/sdk/dotnet/SiteRecovery/GetReplicationRecoveryPlan.cs b/sdk/dotnet/SiteRecovery/GetReplicationRecoveryPlan.cs
index 4b86c10320..a671b10d07 100644
--- a/sdk/dotnet/SiteRecovery/GetReplicationRecoveryPlan.cs
+++ b/sdk/dotnet/SiteRecovery/GetReplicationRecoveryPlan.cs
@@ -131,7 +131,6 @@ public sealed class GetReplicationRecoveryPlanResult
public readonly string Name;
///
/// `recovery_group` block defined as below.
- /// ---
///
public readonly ImmutableArray RecoveryGroups;
public readonly string RecoveryVaultId;
diff --git a/sdk/go/azure/netapp/getVolume.go b/sdk/go/azure/netapp/getVolume.go
index 651b5fc6c4..00f2e6ad57 100644
--- a/sdk/go/azure/netapp/getVolume.go
+++ b/sdk/go/azure/netapp/getVolume.go
@@ -91,7 +91,6 @@ type LookupVolumeResult struct {
// The service level of the file system.
ServiceLevel string `pulumi:"serviceLevel"`
// Limits enumeration of files and folders (that is, listing the contents) in SMB only to users with allowed access on the share.
- // ---
SmbAccessBasedEnumerationEnabled bool `pulumi:"smbAccessBasedEnumerationEnabled"`
// Limits clients from browsing for an SMB share.
SmbNonBrowsableEnabled bool `pulumi:"smbNonBrowsableEnabled"`
@@ -216,7 +215,6 @@ func (o LookupVolumeResultOutput) ServiceLevel() pulumi.StringOutput {
}
// Limits enumeration of files and folders (that is, listing the contents) in SMB only to users with allowed access on the share.
-// ---
func (o LookupVolumeResultOutput) SmbAccessBasedEnumerationEnabled() pulumi.BoolOutput {
return o.ApplyT(func(v LookupVolumeResult) bool { return v.SmbAccessBasedEnumerationEnabled }).(pulumi.BoolOutput)
}
diff --git a/sdk/go/azure/siterecovery/getReplicationRecoveryPlan.go b/sdk/go/azure/siterecovery/getReplicationRecoveryPlan.go
index 6cf8a321d4..8a4f10ffcd 100644
--- a/sdk/go/azure/siterecovery/getReplicationRecoveryPlan.go
+++ b/sdk/go/azure/siterecovery/getReplicationRecoveryPlan.go
@@ -74,7 +74,6 @@ type LookupReplicationRecoveryPlanResult struct {
// Name of the Action.
Name string `pulumi:"name"`
// `recoveryGroup` block defined as below.
- // ---
RecoveryGroups []GetReplicationRecoveryPlanRecoveryGroup `pulumi:"recoveryGroups"`
RecoveryVaultId string `pulumi:"recoveryVaultId"`
// The ID of source fabric to be recovered from.
@@ -144,7 +143,6 @@ func (o LookupReplicationRecoveryPlanResultOutput) Name() pulumi.StringOutput {
}
// `recoveryGroup` block defined as below.
-// ---
func (o LookupReplicationRecoveryPlanResultOutput) RecoveryGroups() GetReplicationRecoveryPlanRecoveryGroupArrayOutput {
return o.ApplyT(func(v LookupReplicationRecoveryPlanResult) []GetReplicationRecoveryPlanRecoveryGroup {
return v.RecoveryGroups
diff --git a/sdk/java/src/main/java/com/pulumi/azure/netapp/outputs/GetVolumeResult.java b/sdk/java/src/main/java/com/pulumi/azure/netapp/outputs/GetVolumeResult.java
index 5a94bee2f7..f1f5d2b7d0 100644
--- a/sdk/java/src/main/java/com/pulumi/azure/netapp/outputs/GetVolumeResult.java
+++ b/sdk/java/src/main/java/com/pulumi/azure/netapp/outputs/GetVolumeResult.java
@@ -64,7 +64,6 @@ public final class GetVolumeResult {
private String serviceLevel;
/**
* @return Limits enumeration of files and folders (that is, listing the contents) in SMB only to users with allowed access on the share.
- * ---
*
*/
private Boolean smbAccessBasedEnumerationEnabled;
@@ -171,7 +170,6 @@ public String serviceLevel() {
}
/**
* @return Limits enumeration of files and folders (that is, listing the contents) in SMB only to users with allowed access on the share.
- * ---
*
*/
public Boolean smbAccessBasedEnumerationEnabled() {
diff --git a/sdk/java/src/main/java/com/pulumi/azure/siterecovery/outputs/GetReplicationRecoveryPlanResult.java b/sdk/java/src/main/java/com/pulumi/azure/siterecovery/outputs/GetReplicationRecoveryPlanResult.java
index 32dbc60cfd..deb1506b65 100644
--- a/sdk/java/src/main/java/com/pulumi/azure/siterecovery/outputs/GetReplicationRecoveryPlanResult.java
+++ b/sdk/java/src/main/java/com/pulumi/azure/siterecovery/outputs/GetReplicationRecoveryPlanResult.java
@@ -27,7 +27,6 @@ public final class GetReplicationRecoveryPlanResult {
private String name;
/**
* @return `recovery_group` block defined as below.
- * ---
*
*/
private List recoveryGroups;
@@ -66,7 +65,6 @@ public String name() {
}
/**
* @return `recovery_group` block defined as below.
- * ---
*
*/
public List recoveryGroups() {
diff --git a/sdk/nodejs/netapp/getVolume.ts b/sdk/nodejs/netapp/getVolume.ts
index 6d1a778b15..143b62843b 100644
--- a/sdk/nodejs/netapp/getVolume.ts
+++ b/sdk/nodejs/netapp/getVolume.ts
@@ -106,7 +106,6 @@ export interface GetVolumeResult {
readonly serviceLevel: string;
/**
* Limits enumeration of files and folders (that is, listing the contents) in SMB only to users with allowed access on the share.
- * ---
*/
readonly smbAccessBasedEnumerationEnabled: boolean;
/**
diff --git a/sdk/nodejs/siterecovery/getReplicationRecoveryPlan.ts b/sdk/nodejs/siterecovery/getReplicationRecoveryPlan.ts
index d7ad04b489..7c01abcf23 100644
--- a/sdk/nodejs/siterecovery/getReplicationRecoveryPlan.ts
+++ b/sdk/nodejs/siterecovery/getReplicationRecoveryPlan.ts
@@ -64,7 +64,6 @@ export interface GetReplicationRecoveryPlanResult {
readonly name: string;
/**
* `recoveryGroup` block defined as below.
- * ---
*/
readonly recoveryGroups: outputs.siterecovery.GetReplicationRecoveryPlanRecoveryGroup[];
readonly recoveryVaultId: string;
diff --git a/sdk/python/pulumi_azure/netapp/get_volume.py b/sdk/python/pulumi_azure/netapp/get_volume.py
index 57e82b638c..bacd9a272b 100644
--- a/sdk/python/pulumi_azure/netapp/get_volume.py
+++ b/sdk/python/pulumi_azure/netapp/get_volume.py
@@ -183,7 +183,6 @@ def service_level(self) -> str:
def smb_access_based_enumeration_enabled(self) -> bool:
"""
Limits enumeration of files and folders (that is, listing the contents) in SMB only to users with allowed access on the share.
- ---
"""
return pulumi.get(self, "smb_access_based_enumeration_enabled")
diff --git a/sdk/python/pulumi_azure/siterecovery/get_replication_recovery_plan.py b/sdk/python/pulumi_azure/siterecovery/get_replication_recovery_plan.py
index e2c0aa5140..220b2bd091 100644
--- a/sdk/python/pulumi_azure/siterecovery/get_replication_recovery_plan.py
+++ b/sdk/python/pulumi_azure/siterecovery/get_replication_recovery_plan.py
@@ -79,7 +79,6 @@ def name(self) -> str:
def recovery_groups(self) -> Sequence['outputs.GetReplicationRecoveryPlanRecoveryGroupResult']:
"""
`recovery_group` block defined as below.
- ---
"""
return pulumi.get(self, "recovery_groups")
diff --git a/upstream b/upstream
index 02ac4e008c..9c38efc5cb 160000
--- a/upstream
+++ b/upstream
@@ -1 +1 @@
-Subproject commit 02ac4e008ca1adfd384e20dc0f0c9390863a737a
+Subproject commit 9c38efc5cbb701be6c142bd9423705e02e1fcc6a