azure-sdk-for-cpp/eng/common
Azure SDK Bot 14cc77a963
Sync eng/common directory with azure-sdk-tools for PR 1548 (#2098)
* Remove passing -Mode Complete to deployment

When passing Complete it will remove any resources
already in the resource group that weren't part
of the current deployment. That removal breaks a
lot of assumptions, like multiple deployments when
testing things like smoke-tests or if you are reusing
an existing resource group. We don't want that to happen.

* Remove ServiceDirectory as required parameter for remove/update

When this was made mandatory it broke some usages which didn't
pass the value. Those usages don't need to pass it because
the pass required information in other ways so removing the
requirement for the parameter to be passed.

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
2021-04-09 18:10:44 -07:00
..
docgeneration Sync eng/common directory with azure-sdk-tools for PR 1396 (#1695) 2021-02-18 11:55:16 -08:00
pipelines/templates Use single quotes for matrix generator command line arguments (#2028) 2021-04-05 12:53:33 -04:00
scripts Use single quotes for matrix generator command line arguments (#2028) 2021-04-05 12:53:33 -04:00
TestResources Sync eng/common directory with azure-sdk-tools for PR 1548 (#2098) 2021-04-09 18:10:44 -07:00
InterdependencyGraph.html Sync eng/common directory with azure-sdk-tools repository (#46) 2020-03-26 10:18:42 -07:00
README.md Fix broken eng/common doc link (#940) 2020-11-10 11:39:16 -08:00
Update-Change-Log.ps1 Revert "Remove old Update-Change-Log.ps1 (#1301)" (#1292) 2021-01-08 15:05:37 -08:00

Common Engineering System

Updates under this directory should only be made in the azure-sdk-tools repo as any changes under this directory outside of that repo will end up getting overwritten with future updates. For information about making updates see common engineering system docs