@@ -62,8 +62,6 @@ interface AppSettingKeyVaultReference {
6262 /**
6363 * Description for Gets the config reference and status of an app
6464 */
65- #suppress "@azure-tools/typespec-azure-core/no-openapi" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
66- @ operationId ("WebApps_GetAppSettingKeyVaultReference" )
6765 getAppSettingKeyVaultReference is ApiKVReferenceOps .Read <
6866 ApiKVReference ,
6967 OverrideErrorType = DefaultErrorResponse
@@ -72,8 +70,6 @@ interface AppSettingKeyVaultReference {
7270 /**
7371 * Description for Gets the config reference app settings and status of an app
7472 */
75- #suppress "@azure-tools/typespec-azure-core/no-openapi" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
76- @ operationId ("WebApps_GetAppSettingsKeyVaultReferences" )
7773 getAppSettingsKeyVaultReferences is ApiKVReferenceOps .List <
7874 ApiKVReference ,
7975 Response = ArmResponse <ApiKVReferenceCollection >,
@@ -117,8 +113,6 @@ interface SiteConnectionStringKeyVaultReference {
117113 /**
118114 * Description for Gets the config reference and status of an app
119115 */
120- #suppress "@azure-tools/typespec-azure-core/no-openapi" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
121- @ operationId ("WebApps_GetSiteConnectionStringKeyVaultReference" )
122116 getSiteConnectionStringKeyVaultReference is ApiKVReferenceOperationGroupOps .Read <
123117 ApiKVReference ,
124118 OverrideErrorType = DefaultErrorResponse
@@ -127,8 +121,6 @@ interface SiteConnectionStringKeyVaultReference {
127121 /**
128122 * Description for Gets the config reference app settings and status of an app
129123 */
130- #suppress "@azure-tools/typespec-azure-core/no-openapi" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
131- @ operationId ("WebApps_GetSiteConnectionStringKeyVaultReferences" )
132124 @ segment ("connectionstrings" )
133125 getSiteConnectionStringKeyVaultReferences is ApiKVReferenceOperationGroupOps .List <
134126 ApiKVReference ,
@@ -177,8 +169,6 @@ interface AppSettingKeyVaultReferenceSlot {
177169 /**
178170 * Description for Gets the config reference and status of an app
179171 */
180- #suppress "@azure-tools/typespec-azure-core/no-openapi" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
181- @ operationId ("WebApps_GetAppSettingKeyVaultReferenceSlot" )
182172 getAppSettingKeyVaultReferenceSlot is AppSettingKeyVaultReferenceSlotOps .Read <
183173 ApiKVReference ,
184174 OverrideErrorType = DefaultErrorResponse
@@ -187,8 +177,6 @@ interface AppSettingKeyVaultReferenceSlot {
187177 /**
188178 * Description for Gets the config reference app settings and status of an app
189179 */
190- #suppress "@azure-tools/typespec-azure-core/no-openapi" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
191- @ operationId ("WebApps_GetAppSettingsKeyVaultReferencesSlot" )
192180 getAppSettingsKeyVaultReferencesSlot is AppSettingKeyVaultReferenceSlotOps .List <
193181 ApiKVReference ,
194182 Response = ArmResponse <ApiKVReferenceCollection >,
@@ -237,8 +225,6 @@ interface SiteConnectionStringKeyVaultReferenceSlot {
237225 /**
238226 * Description for Gets the config reference and status of an app
239227 */
240- #suppress "@azure-tools/typespec-azure-core/no-openapi" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
241- @ operationId ("WebApps_GetSiteConnectionStringKeyVaultReferenceSlot" )
242228 getSiteConnectionStringKeyVaultReferenceSlot is SiteConnectionStringKeyVaultReferenceSlotOps .Read <
243229 ApiKVReference ,
244230 OverrideErrorType = DefaultErrorResponse
@@ -247,8 +233,6 @@ interface SiteConnectionStringKeyVaultReferenceSlot {
247233 /**
248234 * Description for Gets the config reference app settings and status of an app
249235 */
250- #suppress "@azure-tools/typespec-azure-core/no-openapi" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
251- @ operationId ("WebApps_GetSiteConnectionStringKeyVaultReferencesSlot" )
252236 @ segment ("connectionstrings" )
253237 getSiteConnectionStringKeyVaultReferencesSlot is SiteConnectionStringKeyVaultReferenceSlotOps .List <
254238 ApiKVReference ,
0 commit comments