Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updaate
  • Loading branch information
welovej committed Dec 9, 2025
commit 00eac7581f2842355d71f1d80049bb74d9ba2221
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ interface PrivateEndpointConnections {
Cluster,
PrivateEndpointConnection,
Response = ArmResourceCreatedResponse<
Azure.ResourceManager.CommonTypes.PrivateEndpointConnection,
PrivateEndpointConnection,
ArmLroLocationHeader & Azure.Core.Foundations.RetryAfterHeader
>
>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1373,12 +1373,14 @@ model AccessKeys {
/**
* The current primary key that clients can use to authenticate
*/
#suppress "@azure-tools/typespec-azure-resource-manager/secret-prop" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
@visibility(Lifecycle.Read)
primaryKey?: string;

/**
* The current secondary key that clients can use to authenticate
*/
#suppress "@azure-tools/typespec-azure-resource-manager/secret-prop" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
@visibility(Lifecycle.Read)
secondaryKey?: string;
}
Expand Down
Loading