Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
microsoft
/
PowerShell-FeatureFlags
зеркало из
https://github.com/microsoft/PowerShell-FeatureFlags.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули PowerShell-FeatureFlags
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
dc2910031d
PowerShell-FeatureFlags
/
test
/
single-stage.json
8 строки
84 B
JSON
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
Add first version of PowerShell-FeatureFlags There is still much to do to clean it up and make it more useful, but it makes sense to publish the code as it is for now.
2019-05-29 19:28:32 +03:00
{
"stages"
:
{
"all-storage"
:
[
Blacklist → denylist, whitelist → allowlist (#20) Since this is an incompatible change, also bump up version to 2.0.0 (major version change, to signal incompatible API).
2020-06-12 15:39:17 +03:00
{
"allowlist"
:
[
".*Storage.*"
]
}
Add first version of PowerShell-FeatureFlags There is still much to do to clean it up and make it more useful, but it makes sense to publish the code as it is for now.
2019-05-29 19:28:32 +03:00
]
}
}