diff --git a/AccessApproval/owlbot.py b/AccessApproval/owlbot.py index d2eefa1ad583..c323ba98a529 100644 --- a/AccessApproval/owlbot.py +++ b/AccessApproval/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/AccessContextManager/owlbot.py b/AccessContextManager/owlbot.py index 0201fbd2b651..dc2dbbe8368e 100644 --- a/AccessContextManager/owlbot.py +++ b/AccessContextManager/owlbot.py @@ -37,15 +37,6 @@ # copy V1 protos and GAPIC files php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/AdsAdManager/owlbot.py b/AdsAdManager/owlbot.py index 952ae327959b..fbde07876c27 100644 --- a/AdsAdManager/owlbot.py +++ b/AdsAdManager/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/AdsDataManager/owlbot.py b/AdsDataManager/owlbot.py index 1a6db4679335..1a7ae1d17840 100644 --- a/AdsDataManager/owlbot.py +++ b/AdsDataManager/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/AdvisoryNotifications/owlbot.py b/AdvisoryNotifications/owlbot.py index ceaff155c2f5..b950d96152f2 100644 --- a/AdvisoryNotifications/owlbot.py +++ b/AdvisoryNotifications/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/AiPlatform/owlbot.py b/AiPlatform/owlbot.py index 55ae99b8625e..8cf4224a0a3f 100644 --- a/AiPlatform/owlbot.py +++ b/AiPlatform/owlbot.py @@ -38,15 +38,6 @@ "\$arr->count\(\)", "count($arr)") -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/AlloyDb/owlbot.py b/AlloyDb/owlbot.py index 1cc91924d1ef..bc5a54754794 100644 --- a/AlloyDb/owlbot.py +++ b/AlloyDb/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/AnalyticsAdmin/owlbot.py b/AnalyticsAdmin/owlbot.py index 2329cc15468a..0c12633e07d9 100644 --- a/AnalyticsAdmin/owlbot.py +++ b/AnalyticsAdmin/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/AnalyticsData/owlbot.py b/AnalyticsData/owlbot.py index f521fc4491e9..81dc2ee78b14 100644 --- a/AnalyticsData/owlbot.py +++ b/AnalyticsData/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ApiGateway/owlbot.py b/ApiGateway/owlbot.py index 896d21b1695d..5571bc914c5e 100644 --- a/ApiGateway/owlbot.py +++ b/ApiGateway/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ApiHub/owlbot.py b/ApiHub/owlbot.py index 553d426e26cd..e500da960b59 100644 --- a/ApiHub/owlbot.py +++ b/ApiHub/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ApiKeys/owlbot.py b/ApiKeys/owlbot.py index a46ea6039a08..f2ec2ccf286d 100644 --- a/ApiKeys/owlbot.py +++ b/ApiKeys/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ApiRegistry/owlbot.py b/ApiRegistry/owlbot.py index 95cda3f373f5..a5b8a9b7f751 100644 --- a/ApiRegistry/owlbot.py +++ b/ApiRegistry/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ApigeeConnect/owlbot.py b/ApigeeConnect/owlbot.py index 738fd7351082..3b203a00f818 100644 --- a/ApigeeConnect/owlbot.py +++ b/ApigeeConnect/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ApigeeRegistry/owlbot.py b/ApigeeRegistry/owlbot.py index bb3ef16b7680..a839fdd55d54 100644 --- a/ApigeeRegistry/owlbot.py +++ b/ApigeeRegistry/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/AppEngineAdmin/owlbot.py b/AppEngineAdmin/owlbot.py index bc8727a94d06..acfbc49bfc8f 100644 --- a/AppEngineAdmin/owlbot.py +++ b/AppEngineAdmin/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/AppHub/owlbot.py b/AppHub/owlbot.py index ed3e33dd3136..52ca29c9a1d9 100644 --- a/AppHub/owlbot.py +++ b/AppHub/owlbot.py @@ -38,15 +38,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/AppsChat/owlbot.py b/AppsChat/owlbot.py index 06c5001d28e6..e13ac65385ea 100644 --- a/AppsChat/owlbot.py +++ b/AppsChat/owlbot.py @@ -60,15 +60,6 @@ "\$arr->count\(\)", "count($arr)") -# remove class_alias code -s.replace( - "src/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/AppsEventsSubscriptions/owlbot.py b/AppsEventsSubscriptions/owlbot.py index 40f33873fb82..580efdb69740 100644 --- a/AppsEventsSubscriptions/owlbot.py +++ b/AppsEventsSubscriptions/owlbot.py @@ -38,15 +38,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/AppsMeet/owlbot.py b/AppsMeet/owlbot.py index c18b9dd1c56e..515c9671deb3 100644 --- a/AppsMeet/owlbot.py +++ b/AppsMeet/owlbot.py @@ -38,15 +38,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ArtifactRegistry/owlbot.py b/ArtifactRegistry/owlbot.py index b6ad4d51b9d7..6c74e93339a6 100644 --- a/ArtifactRegistry/owlbot.py +++ b/ArtifactRegistry/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Asset/owlbot.py b/Asset/owlbot.py index 2dfba3120dc1..c82662065d90 100644 --- a/Asset/owlbot.py +++ b/Asset/owlbot.py @@ -38,15 +38,6 @@ "\$arr->count\(\)", "count($arr)") -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/AssuredWorkloads/owlbot.py b/AssuredWorkloads/owlbot.py index 9cb2eec3bbff..d5027c79833a 100644 --- a/AssuredWorkloads/owlbot.py +++ b/AssuredWorkloads/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/AuditManager/owlbot.py b/AuditManager/owlbot.py index 174be71f3c47..eeced0b85b58 100644 --- a/AuditManager/owlbot.py +++ b/AuditManager/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/AutoMl/owlbot.py b/AutoMl/owlbot.py index 414d369a8038..45bc551bc703 100644 --- a/AutoMl/owlbot.py +++ b/AutoMl/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/BackupDr/owlbot.py b/BackupDr/owlbot.py index 1aed48ccc3bb..b90d0aa102f2 100644 --- a/BackupDr/owlbot.py +++ b/BackupDr/owlbot.py @@ -38,15 +38,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/BareMetalSolution/owlbot.py b/BareMetalSolution/owlbot.py index 1073653a814b..29923a2d480d 100644 --- a/BareMetalSolution/owlbot.py +++ b/BareMetalSolution/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Batch/owlbot.py b/Batch/owlbot.py index 72e74c1cad3c..f3fc1866b9a6 100644 --- a/Batch/owlbot.py +++ b/Batch/owlbot.py @@ -38,15 +38,6 @@ "\$arr->count\(\)", "count($arr)") -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/BeyondCorpAppConnections/owlbot.py b/BeyondCorpAppConnections/owlbot.py index ff8e47d3b305..ea80c2a82b50 100644 --- a/BeyondCorpAppConnections/owlbot.py +++ b/BeyondCorpAppConnections/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/BeyondCorpAppConnectors/owlbot.py b/BeyondCorpAppConnectors/owlbot.py index 874b30522f99..c5f037613cde 100644 --- a/BeyondCorpAppConnectors/owlbot.py +++ b/BeyondCorpAppConnectors/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/BeyondCorpAppGateways/owlbot.py b/BeyondCorpAppGateways/owlbot.py index b825c185b9c1..2e0840dbdf1b 100644 --- a/BeyondCorpAppGateways/owlbot.py +++ b/BeyondCorpAppGateways/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/BeyondCorpClientConnectorServices/owlbot.py b/BeyondCorpClientConnectorServices/owlbot.py index e33d4d66a500..464173539d3a 100644 --- a/BeyondCorpClientConnectorServices/owlbot.py +++ b/BeyondCorpClientConnectorServices/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/BeyondCorpClientGateways/owlbot.py b/BeyondCorpClientGateways/owlbot.py index 9e663c303db9..9fe61f3c32f3 100644 --- a/BeyondCorpClientGateways/owlbot.py +++ b/BeyondCorpClientGateways/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/BigQueryAnalyticsHub/owlbot.py b/BigQueryAnalyticsHub/owlbot.py index ac0107889156..0189cd534e6f 100644 --- a/BigQueryAnalyticsHub/owlbot.py +++ b/BigQueryAnalyticsHub/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/BigQueryConnection/owlbot.py b/BigQueryConnection/owlbot.py index d33c759b6c02..6cbe13f0d1ed 100644 --- a/BigQueryConnection/owlbot.py +++ b/BigQueryConnection/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/BigQueryDataExchange/owlbot.py b/BigQueryDataExchange/owlbot.py index 8fbebd1061d1..41aeeb4f0c14 100644 --- a/BigQueryDataExchange/owlbot.py +++ b/BigQueryDataExchange/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/BigQueryDataPolicies/owlbot.py b/BigQueryDataPolicies/owlbot.py index 992b750ab251..26f2312e13a7 100644 --- a/BigQueryDataPolicies/owlbot.py +++ b/BigQueryDataPolicies/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/BigQueryDataTransfer/owlbot.py b/BigQueryDataTransfer/owlbot.py index 3e0883189dff..a3c88f2f0e67 100644 --- a/BigQueryDataTransfer/owlbot.py +++ b/BigQueryDataTransfer/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/BigQueryMigration/owlbot.py b/BigQueryMigration/owlbot.py index 2648c8868fdf..6292f512cac3 100644 --- a/BigQueryMigration/owlbot.py +++ b/BigQueryMigration/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/BigQueryReservation/owlbot.py b/BigQueryReservation/owlbot.py index 62a5e6ecd48c..68e55fa79a11 100644 --- a/BigQueryReservation/owlbot.py +++ b/BigQueryReservation/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/BigQueryStorage/owlbot.py b/BigQueryStorage/owlbot.py index b6b7a5a05d8e..b1156c361c59 100644 --- a/BigQueryStorage/owlbot.py +++ b/BigQueryStorage/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Billing/owlbot.py b/Billing/owlbot.py index 18f38c5c1547..4f7ce8e6d3df 100644 --- a/Billing/owlbot.py +++ b/Billing/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/BillingBudgets/owlbot.py b/BillingBudgets/owlbot.py index d965083d5eeb..03485a318ac1 100644 --- a/BillingBudgets/owlbot.py +++ b/BillingBudgets/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/BinaryAuthorization/owlbot.py b/BinaryAuthorization/owlbot.py index 5fc1aa5cf18b..7fbe8aeeeb84 100644 --- a/BinaryAuthorization/owlbot.py +++ b/BinaryAuthorization/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Build/owlbot.py b/Build/owlbot.py index 0035bad85071..30207a68c370 100644 --- a/Build/owlbot.py +++ b/Build/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/CapacityPlanner/owlbot.py b/CapacityPlanner/owlbot.py index 5999b8a34d2d..48850e6d1601 100644 --- a/CapacityPlanner/owlbot.py +++ b/CapacityPlanner/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/CertificateManager/owlbot.py b/CertificateManager/owlbot.py index 820739d4a466..de0955674f3b 100644 --- a/CertificateManager/owlbot.py +++ b/CertificateManager/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Ces/owlbot.py b/Ces/owlbot.py index 95284f8bf081..1eb0a1be597f 100644 --- a/Ces/owlbot.py +++ b/Ces/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Channel/owlbot.py b/Channel/owlbot.py index 6e4f860fccad..c919d1ad4ba4 100644 --- a/Channel/owlbot.py +++ b/Channel/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Chronicle/owlbot.py b/Chronicle/owlbot.py index 40e8df7c3f1b..28c64e7d33d1 100644 --- a/Chronicle/owlbot.py +++ b/Chronicle/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/CommerceConsumerProcurement/owlbot.py b/CommerceConsumerProcurement/owlbot.py index ecf66adf3fcf..c9be6d572a8e 100644 --- a/CommerceConsumerProcurement/owlbot.py +++ b/CommerceConsumerProcurement/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Compute/owlbot.py b/Compute/owlbot.py index 3601bec95b19..fad1ba9b2f49 100644 --- a/Compute/owlbot.py +++ b/Compute/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ConfidentialComputing/owlbot.py b/ConfidentialComputing/owlbot.py index a2cc13cb801f..6d0e1ae35fea 100644 --- a/ConfidentialComputing/owlbot.py +++ b/ConfidentialComputing/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Config/owlbot.py b/Config/owlbot.py index 250c6750d42c..5762dffbf8b9 100644 --- a/Config/owlbot.py +++ b/Config/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ConfigDelivery/owlbot.py b/ConfigDelivery/owlbot.py index 3fc992b06d7a..6462622a8b0b 100644 --- a/ConfigDelivery/owlbot.py +++ b/ConfigDelivery/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ContactCenterInsights/owlbot.py b/ContactCenterInsights/owlbot.py index 6ae5da8f83ab..fe476d33887d 100644 --- a/ContactCenterInsights/owlbot.py +++ b/ContactCenterInsights/owlbot.py @@ -38,15 +38,6 @@ "\$arr->count\(\)", "count($arr)") -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Container/owlbot.py b/Container/owlbot.py index ce9e2ed38865..eecaa80dbd5d 100644 --- a/Container/owlbot.py +++ b/Container/owlbot.py @@ -38,15 +38,6 @@ "\$arr->count\(\)", "count($arr)") -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ContainerAnalysis/owlbot.py b/ContainerAnalysis/owlbot.py index caf3f60f2016..348d257508be 100644 --- a/ContainerAnalysis/owlbot.py +++ b/ContainerAnalysis/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ControlsPartner/owlbot.py b/ControlsPartner/owlbot.py index 7e186238a7df..4d0dfaeaa294 100644 --- a/ControlsPartner/owlbot.py +++ b/ControlsPartner/owlbot.py @@ -38,15 +38,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/DataCatalog/owlbot.py b/DataCatalog/owlbot.py index 17fe900556d2..82c88704408a 100644 --- a/DataCatalog/owlbot.py +++ b/DataCatalog/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/DataCatalogLineage/owlbot.py b/DataCatalogLineage/owlbot.py index d833e44ab899..3a20abb44048 100644 --- a/DataCatalogLineage/owlbot.py +++ b/DataCatalogLineage/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/DataFusion/owlbot.py b/DataFusion/owlbot.py index 47649ebbdbba..8b810599bd0e 100644 --- a/DataFusion/owlbot.py +++ b/DataFusion/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/DataLabeling/owlbot.py b/DataLabeling/owlbot.py index 95fce9c1c36f..35b1f00ecf1f 100644 --- a/DataLabeling/owlbot.py +++ b/DataLabeling/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/DatabaseCenter/owlbot.py b/DatabaseCenter/owlbot.py index d33e9f8f9842..c7d592e77665 100644 --- a/DatabaseCenter/owlbot.py +++ b/DatabaseCenter/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Dataflow/owlbot.py b/Dataflow/owlbot.py index e06f7f0cf82b..bada9be13dcf 100644 --- a/Dataflow/owlbot.py +++ b/Dataflow/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Dataform/owlbot.py b/Dataform/owlbot.py index fb4896a6a3e4..febed5eb7060 100644 --- a/Dataform/owlbot.py +++ b/Dataform/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Dataplex/owlbot.py b/Dataplex/owlbot.py index 9b88103315ee..9aa6214682bb 100644 --- a/Dataplex/owlbot.py +++ b/Dataplex/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Dataproc/owlbot.py b/Dataproc/owlbot.py index c4d6ea3b4566..33d94f7a2b50 100644 --- a/Dataproc/owlbot.py +++ b/Dataproc/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/DataprocMetastore/owlbot.py b/DataprocMetastore/owlbot.py index 050d072947ab..ae2c1ed5a293 100644 --- a/DataprocMetastore/owlbot.py +++ b/DataprocMetastore/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Datastore/owlbot.py b/Datastore/owlbot.py index 0328c9ccc3f3..e3dc34bda978 100644 --- a/Datastore/owlbot.py +++ b/Datastore/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/DatastoreAdmin/owlbot.py b/DatastoreAdmin/owlbot.py index 82751ed2258a..18504079872a 100644 --- a/DatastoreAdmin/owlbot.py +++ b/DatastoreAdmin/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Datastream/owlbot.py b/Datastream/owlbot.py index c08a9fd45b09..e780d01746db 100644 --- a/Datastream/owlbot.py +++ b/Datastream/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Deploy/owlbot.py b/Deploy/owlbot.py index 9738f32e9f19..12b0e8224910 100644 --- a/Deploy/owlbot.py +++ b/Deploy/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/DeveloperConnect/owlbot.py b/DeveloperConnect/owlbot.py index 2ab74dfa9cc6..5dd242c85c98 100644 --- a/DeveloperConnect/owlbot.py +++ b/DeveloperConnect/owlbot.py @@ -38,15 +38,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/DeviceStreaming/owlbot.py b/DeviceStreaming/owlbot.py index 7e09d4b32611..869600815226 100644 --- a/DeviceStreaming/owlbot.py +++ b/DeviceStreaming/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Dialogflow/owlbot.py b/Dialogflow/owlbot.py index 9de0a12bbd8f..20a79923a643 100644 --- a/Dialogflow/owlbot.py +++ b/Dialogflow/owlbot.py @@ -38,15 +38,6 @@ "\$arr->count\(\)", "count($arr)") -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/DialogflowCx/owlbot.py b/DialogflowCx/owlbot.py index d484300d41d3..06e3a60689e9 100644 --- a/DialogflowCx/owlbot.py +++ b/DialogflowCx/owlbot.py @@ -38,15 +38,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/DiscoveryEngine/owlbot.py b/DiscoveryEngine/owlbot.py index c3fc0572cf95..4ac3a88b41d0 100644 --- a/DiscoveryEngine/owlbot.py +++ b/DiscoveryEngine/owlbot.py @@ -38,15 +38,6 @@ "\$arr->count\(\)", "count($arr)") -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Dlp/owlbot.py b/Dlp/owlbot.py index dfc878fc58f9..b52e48c5c4be 100644 --- a/Dlp/owlbot.py +++ b/Dlp/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Dms/owlbot.py b/Dms/owlbot.py index 81a9b57c19e2..42f62992e942 100644 --- a/Dms/owlbot.py +++ b/Dms/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/DocumentAi/owlbot.py b/DocumentAi/owlbot.py index 868955e40618..4c611922984d 100644 --- a/DocumentAi/owlbot.py +++ b/DocumentAi/owlbot.py @@ -38,15 +38,6 @@ "\$arr->count\(\)", "count($arr)") -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Domains/owlbot.py b/Domains/owlbot.py index d542197f5276..0fa3cc655a05 100644 --- a/Domains/owlbot.py +++ b/Domains/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/EdgeNetwork/owlbot.py b/EdgeNetwork/owlbot.py index 99a905668a24..68e32ab90d0d 100644 --- a/EdgeNetwork/owlbot.py +++ b/EdgeNetwork/owlbot.py @@ -38,15 +38,6 @@ "\$arr->count\(\)", "count($arr)") -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/EssentialContacts/owlbot.py b/EssentialContacts/owlbot.py index f53298d1bd61..eded257e9de1 100644 --- a/EssentialContacts/owlbot.py +++ b/EssentialContacts/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Eventarc/owlbot.py b/Eventarc/owlbot.py index 2565dc01872f..203fbd86f7bc 100644 --- a/Eventarc/owlbot.py +++ b/Eventarc/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/EventarcPublishing/owlbot.py b/EventarcPublishing/owlbot.py index ad0e4d0a4803..9c3b0af95d8d 100644 --- a/EventarcPublishing/owlbot.py +++ b/EventarcPublishing/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Filestore/owlbot.py b/Filestore/owlbot.py index a8a5a34f50b5..9ee179373181 100644 --- a/Filestore/owlbot.py +++ b/Filestore/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/FinancialServices/owlbot.py b/FinancialServices/owlbot.py index 611994a555df..6b3e4fe4398a 100644 --- a/FinancialServices/owlbot.py +++ b/FinancialServices/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Functions/owlbot.py b/Functions/owlbot.py index edcd92d209d0..486070c67f86 100644 --- a/Functions/owlbot.py +++ b/Functions/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/GSuiteAddOns/owlbot.py b/GSuiteAddOns/owlbot.py index faf9d057aa48..6c78086fb97e 100644 --- a/GSuiteAddOns/owlbot.py +++ b/GSuiteAddOns/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/GeminiDataAnalytics/owlbot.py b/GeminiDataAnalytics/owlbot.py index 5cdbcfa35963..c95aafc38aa5 100644 --- a/GeminiDataAnalytics/owlbot.py +++ b/GeminiDataAnalytics/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/GeoCommonProtos/owlbot.py b/GeoCommonProtos/owlbot.py index 8f9a05fedb72..a47a7d37733c 100644 --- a/GeoCommonProtos/owlbot.py +++ b/GeoCommonProtos/owlbot.py @@ -38,13 +38,3 @@ copy_excludes=copy_excludes, version_string="type", ) - -# remove class_alias code -s.replace( - "src/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - diff --git a/GkeBackup/owlbot.py b/GkeBackup/owlbot.py index 4d6c3ae22dd2..1a69411052ba 100644 --- a/GkeBackup/owlbot.py +++ b/GkeBackup/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/GkeConnectGateway/owlbot.py b/GkeConnectGateway/owlbot.py index 0426b2f0c04b..98b67ea9ff50 100644 --- a/GkeConnectGateway/owlbot.py +++ b/GkeConnectGateway/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/GkeHub/owlbot.py b/GkeHub/owlbot.py index 0922b9e0606b..c8fcce8eda99 100644 --- a/GkeHub/owlbot.py +++ b/GkeHub/owlbot.py @@ -44,15 +44,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/GkeMultiCloud/owlbot.py b/GkeMultiCloud/owlbot.py index 5189067ed02f..f797d809ecc3 100644 --- a/GkeMultiCloud/owlbot.py +++ b/GkeMultiCloud/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/GkeRecommender/owlbot.py b/GkeRecommender/owlbot.py index ebf10f220ad6..43fa725e45ac 100644 --- a/GkeRecommender/owlbot.py +++ b/GkeRecommender/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Grafeas/owlbot.py b/Grafeas/owlbot.py index 8b692567bcfa..59f9ef41b1ae 100644 --- a/Grafeas/owlbot.py +++ b/Grafeas/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/HypercomputeCluster/owlbot.py b/HypercomputeCluster/owlbot.py index 013ddf46d94e..fb9dbebad09f 100644 --- a/HypercomputeCluster/owlbot.py +++ b/HypercomputeCluster/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Iam/owlbot.py b/Iam/owlbot.py index 3836aca69750..98a6b3341ab9 100644 --- a/Iam/owlbot.py +++ b/Iam/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/IamCredentials/owlbot.py b/IamCredentials/owlbot.py index 97fe64ec88d6..f574c9c67e43 100644 --- a/IamCredentials/owlbot.py +++ b/IamCredentials/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Iap/owlbot.py b/Iap/owlbot.py index 37a3b05b5c0e..b8a78fec698f 100644 --- a/Iap/owlbot.py +++ b/Iap/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Ids/owlbot.py b/Ids/owlbot.py index 5bd0501ebe3c..5ec131869ae5 100644 --- a/Ids/owlbot.py +++ b/Ids/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Kms/owlbot.py b/Kms/owlbot.py index a1f76d7a5989..a048a863134c 100644 --- a/Kms/owlbot.py +++ b/Kms/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/KmsInventory/owlbot.py b/KmsInventory/owlbot.py index 6c269af61e4f..01784c496c4c 100644 --- a/KmsInventory/owlbot.py +++ b/KmsInventory/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Language/owlbot.py b/Language/owlbot.py index d7bda05d1441..ee190a2a0737 100644 --- a/Language/owlbot.py +++ b/Language/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/LicenseManager/owlbot.py b/LicenseManager/owlbot.py index 126c8befd297..09936cd3995d 100644 --- a/LicenseManager/owlbot.py +++ b/LicenseManager/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/LifeSciences/owlbot.py b/LifeSciences/owlbot.py index 61c506de48fa..1009d7a882ce 100644 --- a/LifeSciences/owlbot.py +++ b/LifeSciences/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/LocationFinder/owlbot.py b/LocationFinder/owlbot.py index 2ed61133eca4..86de4b3fb732 100644 --- a/LocationFinder/owlbot.py +++ b/LocationFinder/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Lustre/owlbot.py b/Lustre/owlbot.py index 8bf850d349bc..90f9303cecd0 100644 --- a/Lustre/owlbot.py +++ b/Lustre/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Maintenance/owlbot.py b/Maintenance/owlbot.py index 72ccb75c2921..066276202712 100644 --- a/Maintenance/owlbot.py +++ b/Maintenance/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ManagedIdentities/owlbot.py b/ManagedIdentities/owlbot.py index f02ea27192ae..4c47d94fc8da 100644 --- a/ManagedIdentities/owlbot.py +++ b/ManagedIdentities/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ManagedKafka/owlbot.py b/ManagedKafka/owlbot.py index af135a733d13..fcae76944ada 100644 --- a/ManagedKafka/owlbot.py +++ b/ManagedKafka/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ManagedKafkaSchemaRegistry/owlbot.py b/ManagedKafkaSchemaRegistry/owlbot.py index 40c2894089e8..05c5f8e4dcf1 100644 --- a/ManagedKafkaSchemaRegistry/owlbot.py +++ b/ManagedKafkaSchemaRegistry/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/MapsFleetEngine/owlbot.py b/MapsFleetEngine/owlbot.py index 8540431145aa..0743a6f31406 100644 --- a/MapsFleetEngine/owlbot.py +++ b/MapsFleetEngine/owlbot.py @@ -44,15 +44,6 @@ "\$arr->count\(\)", "count($arr)") -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/MapsFleetEngineDelivery/owlbot.py b/MapsFleetEngineDelivery/owlbot.py index dfe85480d8ec..8ebbc8be2107 100644 --- a/MapsFleetEngineDelivery/owlbot.py +++ b/MapsFleetEngineDelivery/owlbot.py @@ -38,15 +38,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/MapsRouteOptimization/owlbot.py b/MapsRouteOptimization/owlbot.py index 4f71cd3835ad..09bf070474f1 100644 --- a/MapsRouteOptimization/owlbot.py +++ b/MapsRouteOptimization/owlbot.py @@ -38,15 +38,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/MediaTranslation/owlbot.py b/MediaTranslation/owlbot.py index b68912288813..859b9b868704 100644 --- a/MediaTranslation/owlbot.py +++ b/MediaTranslation/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Memcache/owlbot.py b/Memcache/owlbot.py index 34fd50217bb4..e16a8bc1817a 100644 --- a/Memcache/owlbot.py +++ b/Memcache/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Memorystore/owlbot.py b/Memorystore/owlbot.py index c20fda3306ea..7b9945d51b1e 100644 --- a/Memorystore/owlbot.py +++ b/Memorystore/owlbot.py @@ -38,15 +38,6 @@ "\$arr->count\(\)", "count($arr)") -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/MigrationCenter/owlbot.py b/MigrationCenter/owlbot.py index 134fce28866c..704559ce9022 100644 --- a/MigrationCenter/owlbot.py +++ b/MigrationCenter/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ModelArmor/owlbot.py b/ModelArmor/owlbot.py index 382f5f268d7e..f8c214d990f8 100644 --- a/ModelArmor/owlbot.py +++ b/ModelArmor/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Monitoring/owlbot.py b/Monitoring/owlbot.py index 13e215c1efa9..a320f62163c8 100644 --- a/Monitoring/owlbot.py +++ b/Monitoring/owlbot.py @@ -38,15 +38,6 @@ "\$arr->count\(\)", "count($arr)") -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/NetApp/owlbot.py b/NetApp/owlbot.py index 368f888eb90b..d8ce77897cab 100644 --- a/NetApp/owlbot.py +++ b/NetApp/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/NetworkConnectivity/owlbot.py b/NetworkConnectivity/owlbot.py index 6338cc214d37..0d58da732f55 100644 --- a/NetworkConnectivity/owlbot.py +++ b/NetworkConnectivity/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/NetworkManagement/owlbot.py b/NetworkManagement/owlbot.py index 739e18ea66a4..6ae37d7e5112 100644 --- a/NetworkManagement/owlbot.py +++ b/NetworkManagement/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/NetworkSecurity/owlbot.py b/NetworkSecurity/owlbot.py index a3e3f7a825ae..93c07f628a05 100644 --- a/NetworkSecurity/owlbot.py +++ b/NetworkSecurity/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/NetworkServices/owlbot.py b/NetworkServices/owlbot.py index c2c1f3fefc01..3c54c401f30b 100644 --- a/NetworkServices/owlbot.py +++ b/NetworkServices/owlbot.py @@ -38,15 +38,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Notebooks/owlbot.py b/Notebooks/owlbot.py index dd6f8b239638..f293ed1e0e40 100644 --- a/Notebooks/owlbot.py +++ b/Notebooks/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Optimization/owlbot.py b/Optimization/owlbot.py index e7f1a3c5a075..6fde2c886c59 100644 --- a/Optimization/owlbot.py +++ b/Optimization/owlbot.py @@ -38,15 +38,6 @@ "\$arr->count\(\)", "count($arr)") -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/OracleDatabase/owlbot.py b/OracleDatabase/owlbot.py index 3a7eae8bb34d..69d9a255623a 100644 --- a/OracleDatabase/owlbot.py +++ b/OracleDatabase/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/OrchestrationAirflow/owlbot.py b/OrchestrationAirflow/owlbot.py index 1f3f0344aaf1..50fcdda8113c 100644 --- a/OrchestrationAirflow/owlbot.py +++ b/OrchestrationAirflow/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/OrgPolicy/owlbot.py b/OrgPolicy/owlbot.py index e3587901e934..65ed98858356 100644 --- a/OrgPolicy/owlbot.py +++ b/OrgPolicy/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/OsConfig/owlbot.py b/OsConfig/owlbot.py index 03061508144b..01a2f7469d5e 100644 --- a/OsConfig/owlbot.py +++ b/OsConfig/owlbot.py @@ -38,15 +38,6 @@ "\$arr->count\(\)", "count($arr)") -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/OsLogin/owlbot.py b/OsLogin/owlbot.py index 647a5d033990..ee8d3ef0a174 100644 --- a/OsLogin/owlbot.py +++ b/OsLogin/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Parallelstore/owlbot.py b/Parallelstore/owlbot.py index 206cf488b895..12502e802d0e 100644 --- a/Parallelstore/owlbot.py +++ b/Parallelstore/owlbot.py @@ -38,15 +38,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ParameterManager/owlbot.py b/ParameterManager/owlbot.py index 9530eba357c6..45a763dc5496 100644 --- a/ParameterManager/owlbot.py +++ b/ParameterManager/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/PolicySimulator/owlbot.py b/PolicySimulator/owlbot.py index eb68901fd504..7b728520db6b 100644 --- a/PolicySimulator/owlbot.py +++ b/PolicySimulator/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/PolicyTroubleshooter/owlbot.py b/PolicyTroubleshooter/owlbot.py index 922ac44fae4c..cfe3d39a6192 100644 --- a/PolicyTroubleshooter/owlbot.py +++ b/PolicyTroubleshooter/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/PolicyTroubleshooterIam/owlbot.py b/PolicyTroubleshooterIam/owlbot.py index 6e46d8fb927e..71fcd98a4b9b 100644 --- a/PolicyTroubleshooterIam/owlbot.py +++ b/PolicyTroubleshooterIam/owlbot.py @@ -38,15 +38,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/PrivateCatalog/owlbot.py b/PrivateCatalog/owlbot.py index 4c8c38acd96f..5471e17bf931 100644 --- a/PrivateCatalog/owlbot.py +++ b/PrivateCatalog/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/PrivilegedAccessManager/owlbot.py b/PrivilegedAccessManager/owlbot.py index a8465ff512d7..5942e13840a9 100644 --- a/PrivilegedAccessManager/owlbot.py +++ b/PrivilegedAccessManager/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Profiler/owlbot.py b/Profiler/owlbot.py index 8ce4ce0a9c89..cb9c6a7a505b 100644 --- a/Profiler/owlbot.py +++ b/Profiler/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/PubSub/owlbot.py b/PubSub/owlbot.py index 032204cd9256..199990e661a1 100644 --- a/PubSub/owlbot.py +++ b/PubSub/owlbot.py @@ -39,15 +39,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - s.replace( 'tests/**/V1/*Test.php', r'Copyright \d{4}', diff --git a/Quotas/owlbot.py b/Quotas/owlbot.py index a650a6b689aa..85d84363a820 100644 --- a/Quotas/owlbot.py +++ b/Quotas/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/RapidMigrationAssessment/owlbot.py b/RapidMigrationAssessment/owlbot.py index e8697e1e44b3..ffbfe9aa1ac6 100644 --- a/RapidMigrationAssessment/owlbot.py +++ b/RapidMigrationAssessment/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/RecaptchaEnterprise/owlbot.py b/RecaptchaEnterprise/owlbot.py index 4b2467cd5829..6b2343ca95c3 100644 --- a/RecaptchaEnterprise/owlbot.py +++ b/RecaptchaEnterprise/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/RecommendationEngine/owlbot.py b/RecommendationEngine/owlbot.py index dbc4dd43e522..36edf5a60be1 100644 --- a/RecommendationEngine/owlbot.py +++ b/RecommendationEngine/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Recommender/owlbot.py b/Recommender/owlbot.py index c9d4e1929c8c..76824c8941e3 100644 --- a/Recommender/owlbot.py +++ b/Recommender/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Redis/owlbot.py b/Redis/owlbot.py index de0b551c6807..95f6199201e5 100644 --- a/Redis/owlbot.py +++ b/Redis/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/RedisCluster/owlbot.py b/RedisCluster/owlbot.py index b5b527128b02..c0b1ff6ce2ff 100644 --- a/RedisCluster/owlbot.py +++ b/RedisCluster/owlbot.py @@ -38,15 +38,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ResourceManager/owlbot.py b/ResourceManager/owlbot.py index 1059cc8c4a01..df11ee931aa9 100644 --- a/ResourceManager/owlbot.py +++ b/ResourceManager/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Retail/owlbot.py b/Retail/owlbot.py index e870e2aa12e1..835c07f1304c 100644 --- a/Retail/owlbot.py +++ b/Retail/owlbot.py @@ -38,15 +38,6 @@ "\$arr->count\(\)", "count($arr)") -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Run/owlbot.py b/Run/owlbot.py index c75e32812c9c..42796e52bf5f 100644 --- a/Run/owlbot.py +++ b/Run/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Scheduler/owlbot.py b/Scheduler/owlbot.py index 871c873b3b65..46a0ec063b8f 100644 --- a/Scheduler/owlbot.py +++ b/Scheduler/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/SecretManager/owlbot.py b/SecretManager/owlbot.py index 2ded6b985b28..75ec4890661b 100644 --- a/SecretManager/owlbot.py +++ b/SecretManager/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/SecureSourceManager/owlbot.py b/SecureSourceManager/owlbot.py index a6e1535df516..fb2cd733e8ee 100644 --- a/SecureSourceManager/owlbot.py +++ b/SecureSourceManager/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/SecurityCenter/owlbot.py b/SecurityCenter/owlbot.py index 5c4b4fa49215..d2f5f9b4ed99 100644 --- a/SecurityCenter/owlbot.py +++ b/SecurityCenter/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/SecurityCenterManagement/owlbot.py b/SecurityCenterManagement/owlbot.py index c3ecffae3f94..1d9f740a216b 100644 --- a/SecurityCenterManagement/owlbot.py +++ b/SecurityCenterManagement/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/SecurityCompliance/owlbot.py b/SecurityCompliance/owlbot.py index 00622f793c4f..2248fdff0bc1 100644 --- a/SecurityCompliance/owlbot.py +++ b/SecurityCompliance/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/SecurityPrivateCa/owlbot.py b/SecurityPrivateCa/owlbot.py index c0fe2710ea12..b8b3b4a3cf8b 100644 --- a/SecurityPrivateCa/owlbot.py +++ b/SecurityPrivateCa/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/SecurityPublicCA/owlbot.py b/SecurityPublicCA/owlbot.py index 43ff64d51a44..f38a0395e768 100644 --- a/SecurityPublicCA/owlbot.py +++ b/SecurityPublicCA/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ServiceControl/owlbot.py b/ServiceControl/owlbot.py index d6d6f20b66b9..730c92343295 100644 --- a/ServiceControl/owlbot.py +++ b/ServiceControl/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ServiceDirectory/owlbot.py b/ServiceDirectory/owlbot.py index 63319c1c47f6..f7626b539a82 100644 --- a/ServiceDirectory/owlbot.py +++ b/ServiceDirectory/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ServiceHealth/owlbot.py b/ServiceHealth/owlbot.py index a3dbc0b4656a..efc322b7a53d 100644 --- a/ServiceHealth/owlbot.py +++ b/ServiceHealth/owlbot.py @@ -38,15 +38,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ServiceManagement/owlbot.py b/ServiceManagement/owlbot.py index 448a2fd6c508..28ac978cc23d 100644 --- a/ServiceManagement/owlbot.py +++ b/ServiceManagement/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ServiceUsage/owlbot.py b/ServiceUsage/owlbot.py index 9f783ac85909..027511943929 100644 --- a/ServiceUsage/owlbot.py +++ b/ServiceUsage/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Shell/owlbot.py b/Shell/owlbot.py index acb7d54d2487..186716e16cd2 100644 --- a/Shell/owlbot.py +++ b/Shell/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ShoppingCommonProtos/owlbot.py b/ShoppingCommonProtos/owlbot.py index 965b9292d359..f23b1782c3f4 100644 --- a/ShoppingCommonProtos/owlbot.py +++ b/ShoppingCommonProtos/owlbot.py @@ -39,15 +39,6 @@ version_string="type", ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ShoppingCss/owlbot.py b/ShoppingCss/owlbot.py index 26d049cf382f..cd0bb6d78b00 100644 --- a/ShoppingCss/owlbot.py +++ b/ShoppingCss/owlbot.py @@ -38,15 +38,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ShoppingMerchantAccounts/owlbot.py b/ShoppingMerchantAccounts/owlbot.py index eeb249fe926f..a9bcd8f6b30f 100644 --- a/ShoppingMerchantAccounts/owlbot.py +++ b/ShoppingMerchantAccounts/owlbot.py @@ -38,15 +38,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ShoppingMerchantConversions/owlbot.py b/ShoppingMerchantConversions/owlbot.py index aac47c92a4f3..3bc776c6f1ac 100644 --- a/ShoppingMerchantConversions/owlbot.py +++ b/ShoppingMerchantConversions/owlbot.py @@ -38,15 +38,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ShoppingMerchantDataSources/owlbot.py b/ShoppingMerchantDataSources/owlbot.py index 51f4386ca3ab..3e5ee8f25c2a 100644 --- a/ShoppingMerchantDataSources/owlbot.py +++ b/ShoppingMerchantDataSources/owlbot.py @@ -38,15 +38,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ShoppingMerchantInventories/owlbot.py b/ShoppingMerchantInventories/owlbot.py index 4c813f6c08e2..62eeddf34faf 100644 --- a/ShoppingMerchantInventories/owlbot.py +++ b/ShoppingMerchantInventories/owlbot.py @@ -39,15 +39,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ShoppingMerchantIssueResolution/owlbot.py b/ShoppingMerchantIssueResolution/owlbot.py index ce664baf6cf4..4259c731f5fd 100644 --- a/ShoppingMerchantIssueResolution/owlbot.py +++ b/ShoppingMerchantIssueResolution/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ShoppingMerchantLfp/owlbot.py b/ShoppingMerchantLfp/owlbot.py index 7763ed506c17..e6507fb4fdbb 100644 --- a/ShoppingMerchantLfp/owlbot.py +++ b/ShoppingMerchantLfp/owlbot.py @@ -38,15 +38,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ShoppingMerchantNotifications/owlbot.py b/ShoppingMerchantNotifications/owlbot.py index ab158d8ceace..1d335287fc1c 100644 --- a/ShoppingMerchantNotifications/owlbot.py +++ b/ShoppingMerchantNotifications/owlbot.py @@ -38,15 +38,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ShoppingMerchantOrderTracking/owlbot.py b/ShoppingMerchantOrderTracking/owlbot.py index bc113d3c05fd..bce5219198f6 100644 --- a/ShoppingMerchantOrderTracking/owlbot.py +++ b/ShoppingMerchantOrderTracking/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ShoppingMerchantProducts/owlbot.py b/ShoppingMerchantProducts/owlbot.py index b4c8164c1a6b..f1796d9ce00b 100644 --- a/ShoppingMerchantProducts/owlbot.py +++ b/ShoppingMerchantProducts/owlbot.py @@ -38,15 +38,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ShoppingMerchantPromotions/owlbot.py b/ShoppingMerchantPromotions/owlbot.py index 9adf301fc887..1ea910e96c36 100644 --- a/ShoppingMerchantPromotions/owlbot.py +++ b/ShoppingMerchantPromotions/owlbot.py @@ -38,15 +38,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ShoppingMerchantQuota/owlbot.py b/ShoppingMerchantQuota/owlbot.py index b19aac1a18bc..cb89f3013b8a 100644 --- a/ShoppingMerchantQuota/owlbot.py +++ b/ShoppingMerchantQuota/owlbot.py @@ -38,15 +38,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ShoppingMerchantReports/owlbot.py b/ShoppingMerchantReports/owlbot.py index 7209b89b2539..f4b9d71e3148 100644 --- a/ShoppingMerchantReports/owlbot.py +++ b/ShoppingMerchantReports/owlbot.py @@ -38,15 +38,6 @@ ] ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/ShoppingMerchantReviews/owlbot.py b/ShoppingMerchantReviews/owlbot.py index 8a03a38f67f6..3d66de2f9a97 100644 --- a/ShoppingMerchantReviews/owlbot.py +++ b/ShoppingMerchantReviews/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Spanner/owlbot.py b/Spanner/owlbot.py index 5082e3d74841..6a548924d8e1 100644 --- a/Spanner/owlbot.py +++ b/Spanner/owlbot.py @@ -70,15 +70,6 @@ # copy GPBMetadata file to metadata s.move(admin_library / f'proto/src/GPBMetadata/Google/Spanner', f'metadata/', merge=php._merge) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # fix relative cloud.google.com links s.replace( "src/**/V*/**/*.php", diff --git a/Speech/owlbot.py b/Speech/owlbot.py index 3935c383f1fa..4fc975447e78 100644 --- a/Speech/owlbot.py +++ b/Speech/owlbot.py @@ -38,15 +38,6 @@ "\$arr->count\(\)", "count($arr)") -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/SqlAdmin/owlbot.py b/SqlAdmin/owlbot.py index 63d2c78c6ad0..cbc5cd0f2217 100644 --- a/SqlAdmin/owlbot.py +++ b/SqlAdmin/owlbot.py @@ -38,15 +38,6 @@ "\$arr->count\(\)", "count($arr)") -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/StorageBatchOperations/owlbot.py b/StorageBatchOperations/owlbot.py index 0d4bfefd0a07..15abe2e03049 100644 --- a/StorageBatchOperations/owlbot.py +++ b/StorageBatchOperations/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/StorageControl/owlbot.py b/StorageControl/owlbot.py index b5df86b30807..3a768df9643e 100644 --- a/StorageControl/owlbot.py +++ b/StorageControl/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/StorageInsights/owlbot.py b/StorageInsights/owlbot.py index 52125d241fd1..8036b4bdcd41 100644 --- a/StorageInsights/owlbot.py +++ b/StorageInsights/owlbot.py @@ -38,15 +38,6 @@ "\$arr->count\(\)", "count($arr)") -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/StorageTransfer/owlbot.py b/StorageTransfer/owlbot.py index 460d7a700156..1a0cbac2dfd4 100644 --- a/StorageTransfer/owlbot.py +++ b/StorageTransfer/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Support/owlbot.py b/Support/owlbot.py index ab1a5495593d..b6e90fd5436c 100644 --- a/Support/owlbot.py +++ b/Support/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Talent/owlbot.py b/Talent/owlbot.py index 19e597e817c1..2484422bd45e 100644 --- a/Talent/owlbot.py +++ b/Talent/owlbot.py @@ -38,15 +38,6 @@ "\$arr->count\(\)", "count($arr)") -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Tasks/owlbot.py b/Tasks/owlbot.py index 3471f5834d89..4d038a5cd733 100644 --- a/Tasks/owlbot.py +++ b/Tasks/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/TelcoAutomation/owlbot.py b/TelcoAutomation/owlbot.py index 9a3a4b6d53f2..98e0c658070e 100644 --- a/TelcoAutomation/owlbot.py +++ b/TelcoAutomation/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/TextToSpeech/owlbot.py b/TextToSpeech/owlbot.py index f7289a8edbd3..6ba39945b5e8 100644 --- a/TextToSpeech/owlbot.py +++ b/TextToSpeech/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Tpu/owlbot.py b/Tpu/owlbot.py index bbf9d4a353b9..b7beb36c1280 100644 --- a/Tpu/owlbot.py +++ b/Tpu/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Translate/owlbot.py b/Translate/owlbot.py index 79004fa60c96..d628be755ad4 100644 --- a/Translate/owlbot.py +++ b/Translate/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/VectorSearch/owlbot.py b/VectorSearch/owlbot.py index 70e3a0c13185..3fd251c6fbe1 100644 --- a/VectorSearch/owlbot.py +++ b/VectorSearch/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/VideoIntelligence/owlbot.py b/VideoIntelligence/owlbot.py index 199e469fe8f0..a855d35fa9e4 100644 --- a/VideoIntelligence/owlbot.py +++ b/VideoIntelligence/owlbot.py @@ -38,15 +38,6 @@ "\$arr->count\(\)", "count($arr)") -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/VideoLiveStream/owlbot.py b/VideoLiveStream/owlbot.py index 03d4a2f7bc26..667e65db2511 100644 --- a/VideoLiveStream/owlbot.py +++ b/VideoLiveStream/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/VideoStitcher/owlbot.py b/VideoStitcher/owlbot.py index 700b13d304ef..5fc2b74a4f9e 100644 --- a/VideoStitcher/owlbot.py +++ b/VideoStitcher/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/VideoTranscoder/owlbot.py b/VideoTranscoder/owlbot.py index 8216ecf246ae..7b2331a0e043 100644 --- a/VideoTranscoder/owlbot.py +++ b/VideoTranscoder/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Vision/owlbot.py b/Vision/owlbot.py index 715628203cdc..830135cbe48b 100644 --- a/Vision/owlbot.py +++ b/Vision/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/VisionAi/owlbot.py b/VisionAi/owlbot.py index 61d172c653ec..070ccd396848 100644 --- a/VisionAi/owlbot.py +++ b/VisionAi/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/VmMigration/owlbot.py b/VmMigration/owlbot.py index 013a3c2a69cc..ae605cb605e5 100644 --- a/VmMigration/owlbot.py +++ b/VmMigration/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/VmwareEngine/owlbot.py b/VmwareEngine/owlbot.py index 1066fe9aa1c3..f71cc609cc5e 100644 --- a/VmwareEngine/owlbot.py +++ b/VmwareEngine/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/VpcAccess/owlbot.py b/VpcAccess/owlbot.py index 6960541e09fa..2031972576e3 100644 --- a/VpcAccess/owlbot.py +++ b/VpcAccess/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/WebRisk/owlbot.py b/WebRisk/owlbot.py index 9185a47d5db9..bdd97e4ff57b 100644 --- a/WebRisk/owlbot.py +++ b/WebRisk/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/WebSecurityScanner/owlbot.py b/WebSecurityScanner/owlbot.py index 991f68416973..7c54c3da15f9 100644 --- a/WebSecurityScanner/owlbot.py +++ b/WebSecurityScanner/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/Workflows/owlbot.py b/Workflows/owlbot.py index 919178c0216c..7acb0f50ece0 100644 --- a/Workflows/owlbot.py +++ b/Workflows/owlbot.py @@ -69,15 +69,6 @@ merge=preserve_copyright_year, ) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # Fix test namespaces s.replace( 'tests/Unit/Executions/*/*.php', diff --git a/WorkloadManager/owlbot.py b/WorkloadManager/owlbot.py index 5dcf72c14f09..1ba8f75f112e 100644 --- a/WorkloadManager/owlbot.py +++ b/WorkloadManager/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/dev/templates/owlbot.py.twig b/dev/templates/owlbot.py.twig index 60bc76c04270..8637f83ad31e 100644 --- a/dev/templates/owlbot.py.twig +++ b/dev/templates/owlbot.py.twig @@ -32,15 +32,6 @@ _tracked_paths.add(src) php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/dev/tests/fixtures/component/CustomInput/owlbot.py b/dev/tests/fixtures/component/CustomInput/owlbot.py index a3b52418e876..c024174001f0 100644 --- a/dev/tests/fixtures/component/CustomInput/owlbot.py +++ b/dev/tests/fixtures/component/CustomInput/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm', diff --git a/dev/tests/fixtures/component/SecretManager/owlbot.py b/dev/tests/fixtures/component/SecretManager/owlbot.py index 2ded6b985b28..75ec4890661b 100644 --- a/dev/tests/fixtures/component/SecretManager/owlbot.py +++ b/dev/tests/fixtures/component/SecretManager/owlbot.py @@ -32,15 +32,6 @@ php.owlbot_main(src=src, dest=dest) -# remove class_alias code -s.replace( - "src/V*/**/*.php", - r"^// Adding a class alias for backwards compatibility with the previous class name.$" - + "\n" - + r"^class_alias\(.*\);$" - + "\n", - '') - # format generated clients subprocess.run([ 'npm',