Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
85adfec
[k8s-extension] Update extension CLI to v1.2.5 (#5171)
bavneetsingh16 Jul 29, 2022
fb1045e
aks: add CBLMarinerV2 OS SKU (#5174)
Aug 1, 2022
d9aa85b
{CI} Update milestone from Jul 2022 (2022-08-02) to Aug 2022 (2022-09…
wangzelin007 Aug 1, 2022
7f8825a
[Release] Update index.json for extension [ aks-preview ] (#5159)
azclibot Aug 1, 2022
f0a5aa5
[Release] Update index.json for extension [ k8s-extension ] (#5172)
azclibot Aug 1, 2022
66207d3
[Release] Update index.json for extension [ spring ] (#5167)
azclibot Aug 1, 2022
b3d10f6
[Release] Update index.json for extension [ vm-repair ] (#5163)
azclibot Aug 1, 2022
b27a2bc
{rdbms-connect} Add support to read UTF-8 files with and without BOM …
alanenriqueo Aug 2, 2022
cf1ee43
[Release] Update index.json for extension [ rdbms-connect ] (#5178)
azclibot Aug 2, 2022
eb35ad2
--input-path should accept other encoding types besides UTF-8 encodin…
jsntcy Aug 3, 2022
522aa3a
[k8s-configuration] Update configuration CLI to v1.6.0 to support pro…
bavneetsingh16 Aug 3, 2022
1305a7e
[Release] Update index.json for extension [ portal ] (#5184)
azclibot Aug 3, 2022
e28b4cb
private-cloud cmk-encryption commands, identity commands, and test ca…
jonathanhe-msft Aug 3, 2022
5bfec9c
{AzureFrontDoor} Fix #5170: Update documents (#5180)
navba-MSFT Aug 3, 2022
f691073
[Network] `az network vhub routing-intent`: Add support for routing i…
necusjz Aug 3, 2022
4d62903
[Release] Update index.json for extension [ fluid-relay ] (#5160)
azclibot Aug 3, 2022
e5b7279
[Release] Update index.json for extension [ virtual-wan ] (#5188)
azclibot Aug 3, 2022
1057117
[Release] Update index.json for extension [ vmware ] (#5187)
azclibot Aug 4, 2022
0dbfaae
{CI} Fix Azure CLI Extensions Sync to MicrosoftDocs error (#5183)
wangzelin007 Aug 4, 2022
8443d68
Deesharma/exttypescli (#5152)
deeksha345 Aug 4, 2022
4d34859
[Release] Update index.json for extension [ k8s-configuration ] (#5186)
azclibot Aug 4, 2022
e4ba55c
[Release] Update index.json for extension [ k8s-extension ] (#5192)
azclibot Aug 4, 2022
c8f6233
[Release] Update index.json for extension [ stack-hci ] (#5164)
azclibot Aug 4, 2022
207bab1
Microsoft mandatory file (#5196)
jiasli Aug 4, 2022
4b90c83
bump k8s-extension version to 1.3.0
Aug 4, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
170 changes: 85 additions & 85 deletions .github/fabricbot.json

Large diffs are not rendered by default.

41 changes: 41 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.7 BLOCK -->

## Security

Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).

If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/opensource/security/definition), please report it to us as described below.

## Reporting Security Issues

**Please do not report security vulnerabilities through public GitHub issues.**

Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/opensource/security/create-report).

If you prefer to submit without logging in, send email to [[email protected]](mailto:[email protected]). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey).

You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc).

Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:

* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
* Full paths of source file(s) related to the manifestation of the issue
* The location of the affected source code (tag/branch/commit or direct URL)
* Any special configuration required to reproduce the issue
* Step-by-step instructions to reproduce the issue
* Proof-of-concept or exploit code (if possible)
* Impact of the issue, including how an attacker might exploit the issue

This information will help us triage your report more quickly.

If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs.

## Preferred Languages

We prefer all communications to be in English.

## Policy

Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd).

<!-- END MICROSOFT SECURITY.MD BLOCK -->
4 changes: 2 additions & 2 deletions scripts/ci/avail-ext-doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Jinja2~=2.10.1
wheel==0.31.1
Jinja2==3.0.3
requests
wheel==0.31.1
1 change: 1 addition & 0 deletions src/aks-preview/azext_aks_preview/_consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
# os sku
CONST_OS_SKU_UBUNTU = "Ubuntu"
CONST_OS_SKU_CBLMARINER = "CBLMariner"
CONST_OS_SKU_CBLMARINERV2 = "CBLMarinerV2"
CONST_OS_SKU_WINDOWS2019 = "Windows2019"
CONST_OS_SKU_WINDOWS2022 = "Windows2022"

Expand Down
9 changes: 8 additions & 1 deletion src/aks-preview/azext_aks_preview/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
CONST_OS_DISK_TYPE_EPHEMERAL,
CONST_OS_DISK_TYPE_MANAGED,
CONST_OS_SKU_CBLMARINER,
CONST_OS_SKU_CBLMARINERV2,
CONST_OS_SKU_UBUNTU,
CONST_OS_SKU_WINDOWS2019,
CONST_OS_SKU_WINDOWS2022,
Expand Down Expand Up @@ -126,7 +127,13 @@
node_eviction_policies = [CONST_SPOT_EVICTION_POLICY_DELETE, CONST_SPOT_EVICTION_POLICY_DEALLOCATE]
node_os_disk_types = [CONST_OS_DISK_TYPE_MANAGED, CONST_OS_DISK_TYPE_EPHEMERAL]
node_mode_types = [CONST_NODEPOOL_MODE_SYSTEM, CONST_NODEPOOL_MODE_USER]
node_os_skus = [CONST_OS_SKU_UBUNTU, CONST_OS_SKU_CBLMARINER, CONST_OS_SKU_WINDOWS2019, CONST_OS_SKU_WINDOWS2022]
node_os_skus = [
CONST_OS_SKU_UBUNTU,
CONST_OS_SKU_CBLMARINER,
CONST_OS_SKU_CBLMARINERV2,
CONST_OS_SKU_WINDOWS2019,
CONST_OS_SKU_WINDOWS2022,
]
scale_down_modes = [CONST_SCALE_DOWN_MODE_DELETE, CONST_SCALE_DOWN_MODE_DEALLOCATE]
workload_runtimes = [CONST_WORKLOAD_RUNTIME_OCI_CONTAINER, CONST_WORKLOAD_RUNTIME_WASM_WASI]
gpu_instance_profiles = [
Expand Down
2 changes: 1 addition & 1 deletion src/front-door/azext_front_door/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# region FrontDoor
helps['network front-door'] = """
type: group
short-summary: Manage Front Doors.
short-summary: Manage Classical Azure Front Doors. For managing Azure Front Door Standard/Premium, please refer https://docs.microsoft.com/en-us/cli/azure/afd?view=azure-cli-latest.
"""

helps['network front-door create'] = """
Expand Down
Loading