Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove ProvisionedNetwork ProxyResource from 2023-09-01 API #28108

Merged
merged 1 commit into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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

This file was deleted.

This file was deleted.

55 changes: 0 additions & 55 deletions specification/vmware/Microsoft.AVS/models.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -2106,61 +2106,6 @@ enum DnsZoneType {
Private,
}

@doc("A provisioned network resource")
@parentResource(PrivateCloud)
model ProvisionedNetwork is ProxyResource<ProvisionedNetworkProperties> {
@doc("Name of the cloud link.")
@pattern("^[-\\w\\._]+$")
@key("provisionedNetworkName")
@path
@segment("provisionedNetworks")
name: string;
}

@doc("provisioned network provisioning state")
enum ProvisionedNetworkProvisioningState {
...ResourceProvisioningState,
}

@doc("The properties of a provisioned network.")
model ProvisionedNetworkProperties {
@doc("The provisioning state of the resource.")
@visibility("read")
provisioningState?: CloudLinkProvisioningState;

@doc("The address prefixes of the provisioned network in CIDR notation.")
@visibility("read")
addressPrefix?: string;

@doc("The type of network provisioned.")
@visibility("read")
networkType?: ProvisionedNetworkTypes;
}

@doc("The type of network provisioned.")
enum ProvisionedNetworkTypes {
@doc("network for ESX management")
esxManagement,

@doc("network for ESX replication")
esxReplication,

@doc("network for HCX management")
hcxManagement,

@doc("network for HCX uplink")
hcxUplink,

@doc("network for vCenter management")
vcenterManagement,

@doc("network for vmotion")
vmotion,

@doc("network for vsan")
vsan,
}

@doc("An iSCSI path resource")
@parentResource(PrivateCloud)
@singleton
Expand Down
7 changes: 0 additions & 7 deletions specification/vmware/Microsoft.AVS/routes.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -877,13 +877,6 @@ interface ScriptExecutions {
"scriptExecution"
);

@armResourceOperations
interface ProvisionedNetworks {
list is ArmResourceListByParent<ProvisionedNetwork>;

get is ArmResourceRead<ProvisionedNetwork>;
}

@doc("The location envelope.")
model LocationHeader {
@doc("The Location header contains the URL where the status of the long running operation can be checked.")
Expand Down

This file was deleted.

This file was deleted.

Loading