Skip to content

Commit 31de334

Browse files
authored
Merge pull request Azure#9 from v-zhocai/TspMig-web(appservice)-Microsoft.Web
delete operationId and suppress
2 parents 4c276b8 + 118e8f5 commit 31de334

61 files changed

Lines changed: 2 additions & 1064 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

specification/web/Web.Management/AddressResponse.tsp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ interface AddressResponses {
3131
/**
3232
* Description for Get IP addresses assigned to an App Service Environment.
3333
*/
34-
#suppress "@azure-tools/typespec-azure-core/no-openapi" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
35-
@operationId("AppServiceEnvironments_GetVipInfo")
3634
getVipInfo is ArmResourceRead<AddressResponse, Error = DefaultErrorResponse>;
3735
}
3836

specification/web/Web.Management/AnalysisDefinition.tsp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ interface AnalysisDefinitions {
6060
/**
6161
* Description for Get Site Analysis
6262
*/
63-
#suppress "@azure-tools/typespec-azure-core/no-openapi" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
64-
@operationId("Diagnostics_GetSiteAnalysis")
6563
getSiteAnalysis is AnalysisDefinitionOps.Read<
6664
AnalysisDefinition,
6765
OverrideErrorType = DefaultErrorResponse
@@ -70,8 +68,6 @@ interface AnalysisDefinitions {
7068
/**
7169
* Description for Get Site Analyses
7270
*/
73-
#suppress "@azure-tools/typespec-azure-core/no-openapi" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
74-
@operationId("Diagnostics_ListSiteAnalyses")
7571
listSiteAnalyses is AnalysisDefinitionOps.List<
7672
AnalysisDefinition,
7773
Response = ArmResponse<DiagnosticAnalysisCollection>,
@@ -81,8 +77,6 @@ interface AnalysisDefinitions {
8177
/**
8278
* Description for Execute Analysis
8379
*/
84-
#suppress "@azure-tools/typespec-azure-core/no-openapi" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
85-
@operationId("Diagnostics_ExecuteSiteAnalysis")
8680
@action("execute")
8781
executeSiteAnalysis is AnalysisDefinitionOps.ActionSync<
8882
AnalysisDefinition,
@@ -152,8 +146,6 @@ interface AnalysisDefinitionOperationGroup {
152146
/**
153147
* Description for Get Site Analysis
154148
*/
155-
#suppress "@azure-tools/typespec-azure-core/no-openapi" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
156-
@operationId("Diagnostics_GetSiteAnalysisSlot")
157149
getSiteAnalysisSlot is AnalysisDefinitionOperationGroupOps.Read<
158150
AnalysisDefinition,
159151
OverrideErrorType = DefaultErrorResponse
@@ -162,8 +154,6 @@ interface AnalysisDefinitionOperationGroup {
162154
/**
163155
* Description for Get Site Analyses
164156
*/
165-
#suppress "@azure-tools/typespec-azure-core/no-openapi" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
166-
@operationId("Diagnostics_ListSiteAnalysesSlot")
167157
listSiteAnalysesSlot is AnalysisDefinitionOperationGroupOps.List<
168158
AnalysisDefinition,
169159
Response = ArmResponse<DiagnosticAnalysisCollection>,
@@ -173,8 +163,6 @@ interface AnalysisDefinitionOperationGroup {
173163
/**
174164
* Description for Execute Analysis
175165
*/
176-
#suppress "@azure-tools/typespec-azure-core/no-openapi" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
177-
@operationId("Diagnostics_ExecuteSiteAnalysisSlot")
178166
@action("execute")
179167
executeSiteAnalysisSlot is AnalysisDefinitionOperationGroupOps.ActionSync<
180168
AnalysisDefinition,

specification/web/Web.Management/ApiKVReference.tsp

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)