Skip to content

Commit

Permalink
[AppConfig] Add python config (#30289)
Browse files Browse the repository at this point in the history
  • Loading branch information
YalinLi0312 authored Aug 21, 2024
1 parent 29a580f commit 5f24fa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions specification/appconfiguration/AppConfiguration/client.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ using AzureAppConfiguration;
namespace SdkCustomizations;

@@clientName(Error, "AppConfigError", "python");
@@clientName(KeyValueFields, "ConfigurationSettingFields", "python");
@@clientName(CompositionType, "SnapshotComposition", "python");
@@access(putKeyValue, Access.internal, "python");
@@access(updateSnapshot, Access.internal, "python");

0 comments on commit 5f24fa2

Please sign in to comment.