Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhang3 committed Mar 30, 2022
2 parents 61a9580 + 0442ba1 commit 5314918
Show file tree
Hide file tree
Showing 4,042 changed files with 350,826 additions and 269,988 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
43 changes: 0 additions & 43 deletions .github/ISSUE_TEMPLATE/Beta_Feedback.md

This file was deleted.

275 changes: 275 additions & 0 deletions .github/labeler-pull-request-triage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,281 @@
# NOTE: this file is generated via 'make generate'
dependencies:
- go.mod
- go.sum
- vendor/**/*
documentation:
- website/**/*
tooling:
- internal/tools/**/*
service/aadb2c:
- internal/services/aadb2c/**/*

service/advisor:
- internal/services/advisor/**/*

service/analysis:
- internal/services/analysisservices/**/*

service/api-management:
- internal/services/apimanagement/**/*

service/app-configuration:
- internal/services/appconfiguration/**/*

service/app-service:
- internal/services/appservice/**/*

service/application-insights:
- internal/services/applicationinsights/**/*

service/attestation:
- internal/services/attestation/**/*

service/authorization:
- internal/services/authorization/**/*
- internal/services/msi/**/*

service/automation:
- internal/services/automation/**/*

service/azure-stack-hci:
- internal/services/azurestackhci/**/*

service/batch:
- internal/services/batch/**/*

service/billing:
- internal/services/billing/**/*

service/blueprints:
- internal/services/blueprints/**/*

service/bots:
- internal/services/bot/**/*

service/cdn:
- internal/services/cdn/**/*

service/cognitive-services:
- internal/services/cognitive/**/*

service/communication:
- internal/services/communication/**/*

service/consumption:
- internal/services/consumption/**/*

service/cosmosdb:
- internal/services/cosmos/**/*

service/cost-management:
- internal/services/costmanagement/**/*

service/custom-resource-provider:
- internal/services/customproviders/**/*

service/data-factory:
- internal/services/datafactory/**/*

service/data-protection:
- internal/services/dataprotection/**/*

service/data-share:
- internal/services/datashare/**/*

service/database-migration:
- internal/services/databasemigration/**/*

service/databox-edge:
- internal/services/databoxedge/**/*

service/databricks:
- internal/services/databricks/**/*

service/devtestlabs:
- internal/services/devtestlabs/**/*

service/digital-twins:
- internal/services/digitaltwins/**/*

service/disks:
- internal/services/disks/**/*

service/dns:
- internal/services/dns/**/*
- internal/services/privatedns/**/*

service/domain-services:
- internal/services/domainservices/**/*

service/event-grid:
- internal/services/eventgrid/**/*

service/event-hubs:
- internal/services/eventhub/**/*

service/firewall:
- internal/services/firewall/**/*

service/frontdoor:
- internal/services/frontdoor/**/*

service/hdinsight:
- internal/services/hdinsight/**/*

service/healthcare:
- internal/services/healthcare/**/*

service/hpc-cache:
- internal/services/hpccache/**/*

service/hsm:
- internal/services/hsm/**/*

service/iot-central:
- internal/services/iotcentral/**/*

service/iot-hub:
- internal/services/iothub/**/*

service/iot-time-series:
- internal/services/iottimeseriesinsights/**/*

service/key-vault:
- internal/services/keyvault/**/*

service/kusto:
- internal/services/kusto/**/*

service/lighthouse:
- internal/services/lighthouse/**/*

service/load-balancers:
- internal/services/loadbalancer/**/*

service/load-test:
- internal/services/loadtest/**/*

service/log-analytics:
- internal/services/loganalytics/**/*

service/logic:
- internal/services/logic/**/*

service/logz:
- internal/services/logz/**/*

service/machine-learning:
- internal/services/machinelearning/**/*

service/maintenance:
- internal/services/maintenance/**/*

service/managed-apps:
- internal/services/managedapplications/**/*

service/management-groups:
- internal/services/managementgroup/**/*

service/maps:
- internal/services/maps/**/*

service/maria-db:
- internal/services/mariadb/**/*

service/media:
- internal/services/media/**/*

service/mixed-reality:
- internal/services/mixedreality/**/*

service/monitor:
- internal/services/monitor/**/*

service/mssql:
- internal/services/mssql/**/*

service/mysql:
- internal/services/mysql/**/*

service/netapp:
- internal/services/netapp/**/*

service/notifications:
- internal/services/notificationhub/**/*

service/policy:
- internal/services/policy/**/*

service/portal:
- internal/services/portal/**/*

service/postgresql:
- internal/services/postgres/**/*

service/power-bi:
- internal/services/powerbi/**/*

service/purview:
- internal/services/purview/**/*

service/recovery-services:
- internal/services/recoveryservices/**/*

service/redis:
- internal/services/redis/**/*
- internal/services/redisenterprise/**/*

service/relay:
- internal/services/relay/**/*

service/search:
- internal/services/search/**/*

service/security-center:
- internal/services/securitycenter/**/*

service/sentinel:
- internal/services/sentinel/**/*

service/service-bus:
- internal/services/servicebus/**/*

service/service-fabric:
- internal/services/servicefabric/**/*

service/service-fabric-managed-cluster:
- internal/services/servicefabricmanaged/**/*

service/signalr:
- internal/services/signalr/**/*

service/spring:
- internal/services/springcloud/**/*

service/sql:
- internal/services/sql/**/*

service/storage:
- internal/services/storage/**/*

service/stream-analytics:
- internal/services/streamanalytics/**/*

service/subscription:
- internal/services/subscription/**/*

service/synapse:
- internal/services/synapse/**/*

service/traffic-manager:
- internal/services/trafficmanager/**/*

service/video-analyzer:
- internal/services/videoanalyzer/**/*

service/virtual-desktops:
- internal/services/desktopvirtualization/**/*

service/vmware:
- internal/services/vmware/**/*
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ website/node_modules
.idea
*.iml
*.test
.python-version
.terraform.tfstate.lock.info
.terraform.lock.hcl

Expand Down
19 changes: 12 additions & 7 deletions .teamcity/components/build_azure.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,26 @@ class ClientConfiguration(var clientId: String,
val subscriptionIdAlt : String) {
}

class LocationConfiguration(var primary : String, var secondary : String, var ternary : String, var rotate : Boolean) {
class LocationConfiguration(var primary : String, var secondary : String, var tertiary : String, var rotate : Boolean) {
}

fun ParametrizedWithType.ConfigureAzureSpecificTestParameters(environment: String, config: ClientConfiguration, locationsForEnv: LocationConfiguration) {
fun ParametrizedWithType.ConfigureAzureSpecificTestParameters(environment: String, config: ClientConfiguration, locationsForEnv: LocationConfiguration, useAltSubscription: Boolean = false) {
hiddenPasswordVariable("env.ARM_CLIENT_ID", config.clientId, "The ID of the Service Principal used for Testing")
hiddenPasswordVariable("env.ARM_CLIENT_ID_ALT", config.clientIdAlt, "The ID of the Alternate Service Principal used for Testing")
hiddenPasswordVariable("env.ARM_CLIENT_SECRET", config.clientSecret, "The Client Secret of the Service Principal used for Testing")
hiddenPasswordVariable("env.ARM_CLIENT_SECRET_ALT", config.clientSecretAlt, "The Client Secret of the Alternate Service Principal used for Testing")
hiddenVariable("env.ARM_ENVIRONMENT", environment, "The Azure Environment in which the tests are running")
hiddenVariable("env.ARM_PROVIDER_DYNAMIC_TEST", "%b".format(locationsForEnv.rotate), "Should tests rotate between the supported regions?")
hiddenPasswordVariable("env.ARM_SUBSCRIPTION_ID", config.subscriptionId, "The ID of the Azure Subscription used for Testing")
hiddenPasswordVariable("env.ARM_SUBSCRIPTION_ID_ALT", config.subscriptionIdAlt, "The ID of the Alternate Azure Subscription used for Testing")
if (useAltSubscription) {
hiddenPasswordVariable("env.ARM_SUBSCRIPTION_ID", config.subscriptionIdAlt, "The ID of the Azure Subscription used for Testing (swapped)")
hiddenPasswordVariable("env.ARM_SUBSCRIPTION_ID_ALT", config.subscriptionId, "The ID of the Alternate Azure Subscription used for Testing (swapped)")
} else {
hiddenPasswordVariable("env.ARM_SUBSCRIPTION_ID", config.subscriptionId, "The ID of the Azure Subscription used for Testing")
hiddenPasswordVariable("env.ARM_SUBSCRIPTION_ID_ALT", config.subscriptionIdAlt, "The ID of the Alternate Azure Subscription used for Testing")
}
hiddenPasswordVariable("env.ARM_TENANT_ID", config.tenantId, "The ID of the Azure Tenant used for Testing")
hiddenVariable("env.ARM_TEST_LOCATION", locationsForEnv.primary, "The Primary region which should be used for testing")
hiddenVariable("env.ARM_TEST_LOCATION_ALT", locationsForEnv.secondary, "The Primary region which should be used for testing")
hiddenVariable("env.ARM_TEST_LOCATION_ALT2", locationsForEnv.ternary, "The Primary region which should be used for testing")
hiddenVariable("env.ARM_THREEPOINTZERO_BETA_RESOURCES", "true", "Opt into the use of 3.0 beta resources")
hiddenVariable("env.ARM_TEST_LOCATION_ALT", locationsForEnv.secondary, "The Secondary region which should be used for testing")
hiddenVariable("env.ARM_TEST_LOCATION_ALT2", locationsForEnv.tertiary, "The Tertiary region which should be used for testing")
hiddenVariable("env.ARM_THREEPOINTZERO_BETA", "true", "Opt into the use of 3.0 beta resources")
}
Loading

0 comments on commit 5314918

Please sign in to comment.