Skip to content

Commit

Permalink
Merge pull request Azure#228 from necusjz/normalize-aaz
Browse files Browse the repository at this point in the history
Normalize inconsistent aaz metadata
  • Loading branch information
kairu-ms authored Jul 17, 2023
2 parents 5ad3661 + 1732fcc commit 39f72d6
Show file tree
Hide file tree
Showing 65 changed files with 7 additions and 12,667 deletions.
3 changes: 0 additions & 3 deletions Commands/devcenter/admin/schedule/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ Manage schedules.
- [list](/Commands/devcenter/admin/schedule/_list.md)
: List schedules for a pool.

- [list-test](/Commands/devcenter/admin/schedule/_list-test.md)
: List schedules for a pool

- [show](/Commands/devcenter/admin/schedule/_show.md)
: Get a schedule.

Expand Down
9 changes: 0 additions & 9 deletions Commands/image/builder/optimizer/_add.md

This file was deleted.

9 changes: 0 additions & 9 deletions Commands/image/builder/optimizer/_remove.md

This file was deleted.

9 changes: 0 additions & 9 deletions Commands/image/builder/optimizer/_show.md

This file was deleted.

9 changes: 0 additions & 9 deletions Commands/image/builder/optimizer/_update.md

This file was deleted.

17 changes: 0 additions & 17 deletions Commands/image/builder/optimizer/readme.md

This file was deleted.

21 changes: 0 additions & 21 deletions Commands/network/watcher/flow-log/_configure.md

This file was deleted.

2 changes: 1 addition & 1 deletion Commands/networkcloud/l3network/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Create a new layer 3 (L3) network or update the properties of the existing netwo

- Create or update L3 network
```bash
networkcloud l3network create --name "l3NetworkName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --interface-name "eth0" --ip-allocation-type "DualStack" --ipv4-connected-prefix "198.51.100.0/24" --ipv6-connected-prefix "2001:db8::/64" --l3-isolation-domain-id "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/l3IsolationDomainName" --vlan 12 --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName"
networkcloud l3network create --name "l3NetworkName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --interface-name "eth0" --ip-allocation-type "DualStack" --ipv4-connected-prefix "198.51.100.0/24" --ipv6-connected-prefix "2001:db8::/64" --l3-isolation-domain-id "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/l3IsolationDomainName" --vlan 12 --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName"
```
9 changes: 0 additions & 9 deletions Commands/reservations/reservation-order/_create.md

This file was deleted.

4 changes: 0 additions & 4 deletions Commands/reservations/reservation-order/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,9 @@ reservations reservation-order
- [calculate-refund](/Commands/reservations/reservation-order/_calculate-refund.md)
: Calculate price for returning `Reservations` if there are no policy errors.


- [change-directory](/Commands/reservations/reservation-order/_change-directory.md)
: Change directory (tenant) of `ReservationOrder` and all `Reservation` under it to specified tenant id

- [create](/Commands/reservations/reservation-order/_create.md)
: Create `ReservationOrder` and create resource under the specified URI.

- [list](/Commands/reservations/reservation-order/_list.md)
: List of all the `ReservationOrder`s that the user has access to in the current tenant.

Expand Down
16 changes: 0 additions & 16 deletions Commands/reservations/reservation/_available-scope.md

This file was deleted.

3 changes: 0 additions & 3 deletions Commands/reservations/reservation/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ reservations reservation
- [archive](/Commands/reservations/reservation/_archive.md)
: Archiving a `Reservation` which is in cancelled/expired state and move it to `Archived` state.

- [available-scope](/Commands/reservations/reservation/_available-scope.md)
: Get Available Scopes for `Reservation`.

- [list](/Commands/reservations/reservation/_list.md)
: List Reservations within a single `ReservationOrder`.

Expand Down
2 changes: 1 addition & 1 deletion Commands/self-help/_check-name-availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ This API is used to check the uniqueness of a resource name used for a diagnosti

- Check Diagnostic Resource Uniqueness
```bash
self-help check-name-availability --scope subscriptions/{subId} --name {diagnostic-name} --type 'Microsoft.Help/diagnostics'
self-help check-name-availability --scope subscriptionId/{subId} --name {diagnostic-name} --type 'Microsoft.Help/diagnostics'
```
9 changes: 0 additions & 9 deletions Commands/sentinel/data-connector/_check-requirement.md

This file was deleted.

Loading

0 comments on commit 39f72d6

Please sign in to comment.