@azure/arm-labservices 3.1.1-alpha.20250620.1 → 3.1.1-alpha.20250721.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/labServicesClient.js +23 -5
- package/dist/browser/labServicesClient.js.map +1 -1
- package/dist/browser/lroImpl.js +11 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +257 -121
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/images.js +23 -40
- package/dist/browser/operations/images.js.map +1 -1
- package/dist/browser/operations/labPlans.js +89 -103
- package/dist/browser/operations/labPlans.js.map +1 -1
- package/dist/browser/operations/labs.js +100 -109
- package/dist/browser/operations/labs.js.map +1 -1
- package/dist/browser/operations/operationResults.js +1 -0
- package/dist/browser/operations/operationResults.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/schedules.js +34 -46
- package/dist/browser/operations/schedules.js.map +1 -1
- package/dist/browser/operations/skus.js +23 -40
- package/dist/browser/operations/skus.js.map +1 -1
- package/dist/browser/operations/usages.js +23 -40
- package/dist/browser/operations/usages.js.map +1 -1
- package/dist/browser/operations/users.js +67 -64
- package/dist/browser/operations/users.js.map +1 -1
- package/dist/browser/operations/virtualMachines.js +78 -70
- package/dist/browser/operations/virtualMachines.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/labServicesClient.js +23 -5
- package/dist/commonjs/labServicesClient.js.map +1 -1
- package/dist/commonjs/lroImpl.js +11 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +257 -121
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/images.js +23 -39
- package/dist/commonjs/operations/images.js.map +1 -1
- package/dist/commonjs/operations/labPlans.js +89 -102
- package/dist/commonjs/operations/labPlans.js.map +1 -1
- package/dist/commonjs/operations/labs.js +100 -108
- package/dist/commonjs/operations/labs.js.map +1 -1
- package/dist/commonjs/operations/operationResults.js +1 -0
- package/dist/commonjs/operations/operationResults.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/schedules.js +34 -45
- package/dist/commonjs/operations/schedules.js.map +1 -1
- package/dist/commonjs/operations/skus.js +23 -39
- package/dist/commonjs/operations/skus.js.map +1 -1
- package/dist/commonjs/operations/usages.js +23 -39
- package/dist/commonjs/operations/usages.js.map +1 -1
- package/dist/commonjs/operations/users.js +67 -63
- package/dist/commonjs/operations/users.js.map +1 -1
- package/dist/commonjs/operations/virtualMachines.js +78 -69
- package/dist/commonjs/operations/virtualMachines.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/labServicesClient.js +23 -5
- package/dist/esm/labServicesClient.js.map +1 -1
- package/dist/esm/lroImpl.js +11 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +257 -121
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/images.js +23 -40
- package/dist/esm/operations/images.js.map +1 -1
- package/dist/esm/operations/labPlans.js +89 -103
- package/dist/esm/operations/labPlans.js.map +1 -1
- package/dist/esm/operations/labs.js +100 -109
- package/dist/esm/operations/labs.js.map +1 -1
- package/dist/esm/operations/operationResults.js +1 -0
- package/dist/esm/operations/operationResults.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/schedules.js +34 -46
- package/dist/esm/operations/schedules.js.map +1 -1
- package/dist/esm/operations/skus.js +23 -40
- package/dist/esm/operations/skus.js.map +1 -1
- package/dist/esm/operations/usages.js +23 -40
- package/dist/esm/operations/usages.js.map +1 -1
- package/dist/esm/operations/users.js +67 -64
- package/dist/esm/operations/users.js.map +1 -1
- package/dist/esm/operations/virtualMachines.js +78 -70
- package/dist/esm/operations/virtualMachines.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/labServicesClient.js +23 -5
- package/dist/react-native/labServicesClient.js.map +1 -1
- package/dist/react-native/lroImpl.js +11 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +257 -121
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/images.js +23 -40
- package/dist/react-native/operations/images.js.map +1 -1
- package/dist/react-native/operations/labPlans.js +89 -103
- package/dist/react-native/operations/labPlans.js.map +1 -1
- package/dist/react-native/operations/labs.js +100 -109
- package/dist/react-native/operations/labs.js.map +1 -1
- package/dist/react-native/operations/operationResults.js +1 -0
- package/dist/react-native/operations/operationResults.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/schedules.js +34 -46
- package/dist/react-native/operations/schedules.js.map +1 -1
- package/dist/react-native/operations/skus.js +23 -40
- package/dist/react-native/operations/skus.js.map +1 -1
- package/dist/react-native/operations/usages.js +23 -40
- package/dist/react-native/operations/usages.js.map +1 -1
- package/dist/react-native/operations/users.js +67 -64
- package/dist/react-native/operations/users.js.map +1 -1
- package/dist/react-native/operations/virtualMachines.js +78 -70
- package/dist/react-native/operations/virtualMachines.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +2 -2
- /package/review/{arm-labservices.api.md → arm-labservices-node.api.md} +0 -0
@@ -1814,7 +1814,9 @@ exports.ImageProperties = {
|
|
1814
1814
|
type: {
|
1815
1815
|
name: "Composite",
|
1816
1816
|
className: "ImageProperties",
|
1817
|
-
modelProperties:
|
1817
|
+
modelProperties: {
|
1818
|
+
...exports.ImageUpdateProperties.type.modelProperties,
|
1819
|
+
provisioningState: {
|
1818
1820
|
serializedName: "provisioningState",
|
1819
1821
|
readOnly: true,
|
1820
1822
|
type: {
|
@@ -1828,75 +1830,87 @@ exports.ImageProperties = {
|
|
1828
1830
|
"Locked"
|
1829
1831
|
]
|
1830
1832
|
}
|
1831
|
-
},
|
1833
|
+
},
|
1834
|
+
displayName: {
|
1832
1835
|
serializedName: "displayName",
|
1833
1836
|
readOnly: true,
|
1834
1837
|
type: {
|
1835
1838
|
name: "String"
|
1836
1839
|
}
|
1837
|
-
},
|
1840
|
+
},
|
1841
|
+
description: {
|
1838
1842
|
serializedName: "description",
|
1839
1843
|
readOnly: true,
|
1840
1844
|
type: {
|
1841
1845
|
name: "String"
|
1842
1846
|
}
|
1843
|
-
},
|
1847
|
+
},
|
1848
|
+
iconUrl: {
|
1844
1849
|
serializedName: "iconUrl",
|
1845
1850
|
readOnly: true,
|
1846
1851
|
type: {
|
1847
1852
|
name: "String"
|
1848
1853
|
}
|
1849
|
-
},
|
1854
|
+
},
|
1855
|
+
author: {
|
1850
1856
|
serializedName: "author",
|
1851
1857
|
readOnly: true,
|
1852
1858
|
type: {
|
1853
1859
|
name: "String"
|
1854
1860
|
}
|
1855
|
-
},
|
1861
|
+
},
|
1862
|
+
osType: {
|
1856
1863
|
serializedName: "osType",
|
1857
1864
|
readOnly: true,
|
1858
1865
|
type: {
|
1859
1866
|
name: "Enum",
|
1860
1867
|
allowedValues: ["Windows", "Linux"]
|
1861
1868
|
}
|
1862
|
-
},
|
1869
|
+
},
|
1870
|
+
plan: {
|
1863
1871
|
serializedName: "plan",
|
1864
1872
|
readOnly: true,
|
1865
1873
|
type: {
|
1866
1874
|
name: "String"
|
1867
1875
|
}
|
1868
|
-
},
|
1876
|
+
},
|
1877
|
+
termsStatus: {
|
1869
1878
|
serializedName: "termsStatus",
|
1870
1879
|
readOnly: true,
|
1871
1880
|
type: {
|
1872
1881
|
name: "Enum",
|
1873
1882
|
allowedValues: ["Enabled", "Disabled"]
|
1874
1883
|
}
|
1875
|
-
},
|
1884
|
+
},
|
1885
|
+
offer: {
|
1876
1886
|
serializedName: "offer",
|
1877
1887
|
readOnly: true,
|
1878
1888
|
type: {
|
1879
1889
|
name: "String"
|
1880
1890
|
}
|
1881
|
-
},
|
1891
|
+
},
|
1892
|
+
publisher: {
|
1882
1893
|
serializedName: "publisher",
|
1883
1894
|
readOnly: true,
|
1884
1895
|
type: {
|
1885
1896
|
name: "String"
|
1886
1897
|
}
|
1887
|
-
},
|
1898
|
+
},
|
1899
|
+
sku: {
|
1888
1900
|
serializedName: "sku",
|
1889
1901
|
readOnly: true,
|
1890
1902
|
type: {
|
1891
1903
|
name: "String"
|
1892
1904
|
}
|
1893
|
-
},
|
1905
|
+
},
|
1906
|
+
version: {
|
1894
1907
|
serializedName: "version",
|
1895
1908
|
readOnly: true,
|
1896
1909
|
type: {
|
1897
1910
|
name: "String"
|
1898
1911
|
}
|
1899
|
-
},
|
1912
|
+
},
|
1913
|
+
sharedGalleryId: {
|
1900
1914
|
constraints: {
|
1901
1915
|
MaxLength: 2000,
|
1902
1916
|
MinLength: 3
|
@@ -1906,7 +1920,8 @@ exports.ImageProperties = {
|
|
1906
1920
|
type: {
|
1907
1921
|
name: "String"
|
1908
1922
|
}
|
1909
|
-
},
|
1923
|
+
},
|
1924
|
+
availableRegions: {
|
1910
1925
|
serializedName: "availableRegions",
|
1911
1926
|
type: {
|
1912
1927
|
name: "Sequence",
|
@@ -1916,47 +1931,57 @@ exports.ImageProperties = {
|
|
1916
1931
|
}
|
1917
1932
|
}
|
1918
1933
|
}
|
1919
|
-
},
|
1934
|
+
},
|
1935
|
+
osState: {
|
1920
1936
|
serializedName: "osState",
|
1921
1937
|
readOnly: true,
|
1922
1938
|
type: {
|
1923
1939
|
name: "Enum",
|
1924
1940
|
allowedValues: ["Generalized", "Specialized"]
|
1925
1941
|
}
|
1926
|
-
}
|
1942
|
+
}
|
1943
|
+
}
|
1927
1944
|
}
|
1928
1945
|
};
|
1929
1946
|
exports.ProxyResource = {
|
1930
1947
|
type: {
|
1931
1948
|
name: "Composite",
|
1932
1949
|
className: "ProxyResource",
|
1933
|
-
modelProperties:
|
1950
|
+
modelProperties: {
|
1951
|
+
...exports.Resource.type.modelProperties
|
1952
|
+
}
|
1934
1953
|
}
|
1935
1954
|
};
|
1936
1955
|
exports.TrackedResource = {
|
1937
1956
|
type: {
|
1938
1957
|
name: "Composite",
|
1939
1958
|
className: "TrackedResource",
|
1940
|
-
modelProperties:
|
1959
|
+
modelProperties: {
|
1960
|
+
...exports.Resource.type.modelProperties,
|
1961
|
+
tags: {
|
1941
1962
|
serializedName: "tags",
|
1942
1963
|
type: {
|
1943
1964
|
name: "Dictionary",
|
1944
1965
|
value: { type: { name: "String" } }
|
1945
1966
|
}
|
1946
|
-
},
|
1967
|
+
},
|
1968
|
+
location: {
|
1947
1969
|
serializedName: "location",
|
1948
1970
|
required: true,
|
1949
1971
|
type: {
|
1950
1972
|
name: "String"
|
1951
1973
|
}
|
1952
|
-
}
|
1974
|
+
}
|
1975
|
+
}
|
1953
1976
|
}
|
1954
1977
|
};
|
1955
1978
|
exports.LabPlanProperties = {
|
1956
1979
|
type: {
|
1957
1980
|
name: "Composite",
|
1958
1981
|
className: "LabPlanProperties",
|
1959
|
-
modelProperties:
|
1982
|
+
modelProperties: {
|
1983
|
+
...exports.LabPlanUpdateProperties.type.modelProperties,
|
1984
|
+
provisioningState: {
|
1960
1985
|
serializedName: "provisioningState",
|
1961
1986
|
readOnly: true,
|
1962
1987
|
type: {
|
@@ -1970,38 +1995,45 @@ exports.LabPlanProperties = {
|
|
1970
1995
|
"Locked"
|
1971
1996
|
]
|
1972
1997
|
}
|
1973
|
-
}
|
1998
|
+
}
|
1999
|
+
}
|
1974
2000
|
}
|
1975
2001
|
};
|
1976
2002
|
exports.LabPlanUpdate = {
|
1977
2003
|
type: {
|
1978
2004
|
name: "Composite",
|
1979
2005
|
className: "LabPlanUpdate",
|
1980
|
-
modelProperties:
|
2006
|
+
modelProperties: {
|
2007
|
+
...exports.TrackedResourceUpdate.type.modelProperties,
|
2008
|
+
identity: {
|
1981
2009
|
serializedName: "identity",
|
1982
2010
|
type: {
|
1983
2011
|
name: "Composite",
|
1984
2012
|
className: "Identity"
|
1985
2013
|
}
|
1986
|
-
},
|
2014
|
+
},
|
2015
|
+
defaultConnectionProfile: {
|
1987
2016
|
serializedName: "properties.defaultConnectionProfile",
|
1988
2017
|
type: {
|
1989
2018
|
name: "Composite",
|
1990
2019
|
className: "ConnectionProfile"
|
1991
2020
|
}
|
1992
|
-
},
|
2021
|
+
},
|
2022
|
+
defaultAutoShutdownProfile: {
|
1993
2023
|
serializedName: "properties.defaultAutoShutdownProfile",
|
1994
2024
|
type: {
|
1995
2025
|
name: "Composite",
|
1996
2026
|
className: "AutoShutdownProfile"
|
1997
2027
|
}
|
1998
|
-
},
|
2028
|
+
},
|
2029
|
+
defaultNetworkProfile: {
|
1999
2030
|
serializedName: "properties.defaultNetworkProfile",
|
2000
2031
|
type: {
|
2001
2032
|
name: "Composite",
|
2002
2033
|
className: "LabPlanNetworkProfile"
|
2003
2034
|
}
|
2004
|
-
},
|
2035
|
+
},
|
2036
|
+
allowedRegions: {
|
2005
2037
|
serializedName: "properties.allowedRegions",
|
2006
2038
|
type: {
|
2007
2039
|
name: "Sequence",
|
@@ -2011,7 +2043,8 @@ exports.LabPlanUpdate = {
|
|
2011
2043
|
}
|
2012
2044
|
}
|
2013
2045
|
}
|
2014
|
-
},
|
2046
|
+
},
|
2047
|
+
sharedGalleryId: {
|
2015
2048
|
constraints: {
|
2016
2049
|
MaxLength: 2000,
|
2017
2050
|
MinLength: 3
|
@@ -2020,13 +2053,15 @@ exports.LabPlanUpdate = {
|
|
2020
2053
|
type: {
|
2021
2054
|
name: "String"
|
2022
2055
|
}
|
2023
|
-
},
|
2056
|
+
},
|
2057
|
+
supportInfo: {
|
2024
2058
|
serializedName: "properties.supportInfo",
|
2025
2059
|
type: {
|
2026
2060
|
name: "Composite",
|
2027
2061
|
className: "SupportInfo"
|
2028
2062
|
}
|
2029
|
-
},
|
2063
|
+
},
|
2064
|
+
linkedLmsInstance: {
|
2030
2065
|
constraints: {
|
2031
2066
|
MaxLength: 2000,
|
2032
2067
|
MinLength: 3
|
@@ -2035,44 +2070,52 @@ exports.LabPlanUpdate = {
|
|
2035
2070
|
type: {
|
2036
2071
|
name: "String"
|
2037
2072
|
}
|
2038
|
-
}
|
2073
|
+
}
|
2074
|
+
}
|
2039
2075
|
}
|
2040
2076
|
};
|
2041
2077
|
exports.LabUpdate = {
|
2042
2078
|
type: {
|
2043
2079
|
name: "Composite",
|
2044
2080
|
className: "LabUpdate",
|
2045
|
-
modelProperties:
|
2081
|
+
modelProperties: {
|
2082
|
+
...exports.TrackedResourceUpdate.type.modelProperties,
|
2083
|
+
autoShutdownProfile: {
|
2046
2084
|
serializedName: "properties.autoShutdownProfile",
|
2047
2085
|
type: {
|
2048
2086
|
name: "Composite",
|
2049
2087
|
className: "AutoShutdownProfile"
|
2050
2088
|
}
|
2051
|
-
},
|
2089
|
+
},
|
2090
|
+
connectionProfile: {
|
2052
2091
|
serializedName: "properties.connectionProfile",
|
2053
2092
|
type: {
|
2054
2093
|
name: "Composite",
|
2055
2094
|
className: "ConnectionProfile"
|
2056
2095
|
}
|
2057
|
-
},
|
2096
|
+
},
|
2097
|
+
virtualMachineProfile: {
|
2058
2098
|
serializedName: "properties.virtualMachineProfile",
|
2059
2099
|
type: {
|
2060
2100
|
name: "Composite",
|
2061
2101
|
className: "VirtualMachineProfile"
|
2062
2102
|
}
|
2063
|
-
},
|
2103
|
+
},
|
2104
|
+
securityProfile: {
|
2064
2105
|
serializedName: "properties.securityProfile",
|
2065
2106
|
type: {
|
2066
2107
|
name: "Composite",
|
2067
2108
|
className: "SecurityProfile"
|
2068
2109
|
}
|
2069
|
-
},
|
2110
|
+
},
|
2111
|
+
rosterProfile: {
|
2070
2112
|
serializedName: "properties.rosterProfile",
|
2071
2113
|
type: {
|
2072
2114
|
name: "Composite",
|
2073
2115
|
className: "RosterProfile"
|
2074
2116
|
}
|
2075
|
-
},
|
2117
|
+
},
|
2118
|
+
labPlanId: {
|
2076
2119
|
constraints: {
|
2077
2120
|
MaxLength: 2000,
|
2078
2121
|
MinLength: 3
|
@@ -2081,7 +2124,8 @@ exports.LabUpdate = {
|
|
2081
2124
|
type: {
|
2082
2125
|
name: "String"
|
2083
2126
|
}
|
2084
|
-
},
|
2127
|
+
},
|
2128
|
+
title: {
|
2085
2129
|
constraints: {
|
2086
2130
|
MaxLength: 120,
|
2087
2131
|
MinLength: 1
|
@@ -2090,19 +2134,23 @@ exports.LabUpdate = {
|
|
2090
2134
|
type: {
|
2091
2135
|
name: "String"
|
2092
2136
|
}
|
2093
|
-
},
|
2137
|
+
},
|
2138
|
+
description: {
|
2094
2139
|
serializedName: "properties.description",
|
2095
2140
|
type: {
|
2096
2141
|
name: "String"
|
2097
2142
|
}
|
2098
|
-
}
|
2143
|
+
}
|
2144
|
+
}
|
2099
2145
|
}
|
2100
2146
|
};
|
2101
2147
|
exports.LabProperties = {
|
2102
2148
|
type: {
|
2103
2149
|
name: "Composite",
|
2104
2150
|
className: "LabProperties",
|
2105
|
-
modelProperties:
|
2151
|
+
modelProperties: {
|
2152
|
+
...exports.LabUpdateProperties.type.modelProperties,
|
2153
|
+
provisioningState: {
|
2106
2154
|
serializedName: "provisioningState",
|
2107
2155
|
readOnly: true,
|
2108
2156
|
type: {
|
@@ -2116,13 +2164,15 @@ exports.LabProperties = {
|
|
2116
2164
|
"Locked"
|
2117
2165
|
]
|
2118
2166
|
}
|
2119
|
-
},
|
2167
|
+
},
|
2168
|
+
networkProfile: {
|
2120
2169
|
serializedName: "networkProfile",
|
2121
2170
|
type: {
|
2122
2171
|
name: "Composite",
|
2123
2172
|
className: "LabNetworkProfile"
|
2124
2173
|
}
|
2125
|
-
},
|
2174
|
+
},
|
2175
|
+
state: {
|
2126
2176
|
serializedName: "state",
|
2127
2177
|
readOnly: true,
|
2128
2178
|
type: {
|
@@ -2135,14 +2185,17 @@ exports.LabProperties = {
|
|
2135
2185
|
"Published"
|
2136
2186
|
]
|
2137
2187
|
}
|
2138
|
-
}
|
2188
|
+
}
|
2189
|
+
}
|
2139
2190
|
}
|
2140
2191
|
};
|
2141
2192
|
exports.ScheduleProperties = {
|
2142
2193
|
type: {
|
2143
2194
|
name: "Composite",
|
2144
2195
|
className: "ScheduleProperties",
|
2145
|
-
modelProperties:
|
2196
|
+
modelProperties: {
|
2197
|
+
...exports.ScheduleUpdateProperties.type.modelProperties,
|
2198
|
+
provisioningState: {
|
2146
2199
|
serializedName: "provisioningState",
|
2147
2200
|
readOnly: true,
|
2148
2201
|
type: {
|
@@ -2156,14 +2209,17 @@ exports.ScheduleProperties = {
|
|
2156
2209
|
"Locked"
|
2157
2210
|
]
|
2158
2211
|
}
|
2159
|
-
}
|
2212
|
+
}
|
2213
|
+
}
|
2160
2214
|
}
|
2161
2215
|
};
|
2162
2216
|
exports.UserProperties = {
|
2163
2217
|
type: {
|
2164
2218
|
name: "Composite",
|
2165
2219
|
className: "UserProperties",
|
2166
|
-
modelProperties:
|
2220
|
+
modelProperties: {
|
2221
|
+
...exports.UserUpdateProperties.type.modelProperties,
|
2222
|
+
provisioningState: {
|
2167
2223
|
serializedName: "provisioningState",
|
2168
2224
|
readOnly: true,
|
2169
2225
|
type: {
|
@@ -2177,13 +2233,15 @@ exports.UserProperties = {
|
|
2177
2233
|
"Locked"
|
2178
2234
|
]
|
2179
2235
|
}
|
2180
|
-
},
|
2236
|
+
},
|
2237
|
+
displayName: {
|
2181
2238
|
serializedName: "displayName",
|
2182
2239
|
readOnly: true,
|
2183
2240
|
type: {
|
2184
2241
|
name: "String"
|
2185
2242
|
}
|
2186
|
-
},
|
2243
|
+
},
|
2244
|
+
email: {
|
2187
2245
|
constraints: {
|
2188
2246
|
MaxLength: 254,
|
2189
2247
|
MinLength: 6
|
@@ -2193,52 +2251,61 @@ exports.UserProperties = {
|
|
2193
2251
|
type: {
|
2194
2252
|
name: "String"
|
2195
2253
|
}
|
2196
|
-
},
|
2254
|
+
},
|
2255
|
+
registrationState: {
|
2197
2256
|
serializedName: "registrationState",
|
2198
2257
|
readOnly: true,
|
2199
2258
|
type: {
|
2200
2259
|
name: "Enum",
|
2201
2260
|
allowedValues: ["Registered", "NotRegistered"]
|
2202
2261
|
}
|
2203
|
-
},
|
2262
|
+
},
|
2263
|
+
invitationState: {
|
2204
2264
|
serializedName: "invitationState",
|
2205
2265
|
readOnly: true,
|
2206
2266
|
type: {
|
2207
2267
|
name: "Enum",
|
2208
2268
|
allowedValues: ["NotSent", "Sending", "Sent", "Failed"]
|
2209
2269
|
}
|
2210
|
-
},
|
2270
|
+
},
|
2271
|
+
invitationSent: {
|
2211
2272
|
serializedName: "invitationSent",
|
2212
2273
|
readOnly: true,
|
2213
2274
|
type: {
|
2214
2275
|
name: "DateTime"
|
2215
2276
|
}
|
2216
|
-
},
|
2277
|
+
},
|
2278
|
+
totalUsage: {
|
2217
2279
|
serializedName: "totalUsage",
|
2218
2280
|
readOnly: true,
|
2219
2281
|
type: {
|
2220
2282
|
name: "TimeSpan"
|
2221
2283
|
}
|
2222
|
-
}
|
2284
|
+
}
|
2285
|
+
}
|
2223
2286
|
}
|
2224
2287
|
};
|
2225
2288
|
exports.Image = {
|
2226
2289
|
type: {
|
2227
2290
|
name: "Composite",
|
2228
2291
|
className: "Image",
|
2229
|
-
modelProperties:
|
2292
|
+
modelProperties: {
|
2293
|
+
...exports.ProxyResource.type.modelProperties,
|
2294
|
+
systemData: {
|
2230
2295
|
serializedName: "systemData",
|
2231
2296
|
type: {
|
2232
2297
|
name: "Composite",
|
2233
2298
|
className: "SystemData"
|
2234
2299
|
}
|
2235
|
-
},
|
2300
|
+
},
|
2301
|
+
enabledState: {
|
2236
2302
|
serializedName: "properties.enabledState",
|
2237
2303
|
type: {
|
2238
2304
|
name: "Enum",
|
2239
2305
|
allowedValues: ["Enabled", "Disabled"]
|
2240
2306
|
}
|
2241
|
-
},
|
2307
|
+
},
|
2308
|
+
provisioningState: {
|
2242
2309
|
serializedName: "properties.provisioningState",
|
2243
2310
|
readOnly: true,
|
2244
2311
|
type: {
|
@@ -2252,75 +2319,87 @@ exports.Image = {
|
|
2252
2319
|
"Locked"
|
2253
2320
|
]
|
2254
2321
|
}
|
2255
|
-
},
|
2322
|
+
},
|
2323
|
+
displayName: {
|
2256
2324
|
serializedName: "properties.displayName",
|
2257
2325
|
readOnly: true,
|
2258
2326
|
type: {
|
2259
2327
|
name: "String"
|
2260
2328
|
}
|
2261
|
-
},
|
2329
|
+
},
|
2330
|
+
description: {
|
2262
2331
|
serializedName: "properties.description",
|
2263
2332
|
readOnly: true,
|
2264
2333
|
type: {
|
2265
2334
|
name: "String"
|
2266
2335
|
}
|
2267
|
-
},
|
2336
|
+
},
|
2337
|
+
iconUrl: {
|
2268
2338
|
serializedName: "properties.iconUrl",
|
2269
2339
|
readOnly: true,
|
2270
2340
|
type: {
|
2271
2341
|
name: "String"
|
2272
2342
|
}
|
2273
|
-
},
|
2343
|
+
},
|
2344
|
+
author: {
|
2274
2345
|
serializedName: "properties.author",
|
2275
2346
|
readOnly: true,
|
2276
2347
|
type: {
|
2277
2348
|
name: "String"
|
2278
2349
|
}
|
2279
|
-
},
|
2350
|
+
},
|
2351
|
+
osType: {
|
2280
2352
|
serializedName: "properties.osType",
|
2281
2353
|
readOnly: true,
|
2282
2354
|
type: {
|
2283
2355
|
name: "Enum",
|
2284
2356
|
allowedValues: ["Windows", "Linux"]
|
2285
2357
|
}
|
2286
|
-
},
|
2358
|
+
},
|
2359
|
+
plan: {
|
2287
2360
|
serializedName: "properties.plan",
|
2288
2361
|
readOnly: true,
|
2289
2362
|
type: {
|
2290
2363
|
name: "String"
|
2291
2364
|
}
|
2292
|
-
},
|
2365
|
+
},
|
2366
|
+
termsStatus: {
|
2293
2367
|
serializedName: "properties.termsStatus",
|
2294
2368
|
readOnly: true,
|
2295
2369
|
type: {
|
2296
2370
|
name: "Enum",
|
2297
2371
|
allowedValues: ["Enabled", "Disabled"]
|
2298
2372
|
}
|
2299
|
-
},
|
2373
|
+
},
|
2374
|
+
offer: {
|
2300
2375
|
serializedName: "properties.offer",
|
2301
2376
|
readOnly: true,
|
2302
2377
|
type: {
|
2303
2378
|
name: "String"
|
2304
2379
|
}
|
2305
|
-
},
|
2380
|
+
},
|
2381
|
+
publisher: {
|
2306
2382
|
serializedName: "properties.publisher",
|
2307
2383
|
readOnly: true,
|
2308
2384
|
type: {
|
2309
2385
|
name: "String"
|
2310
2386
|
}
|
2311
|
-
},
|
2387
|
+
},
|
2388
|
+
sku: {
|
2312
2389
|
serializedName: "properties.sku",
|
2313
2390
|
readOnly: true,
|
2314
2391
|
type: {
|
2315
2392
|
name: "String"
|
2316
2393
|
}
|
2317
|
-
},
|
2394
|
+
},
|
2395
|
+
version: {
|
2318
2396
|
serializedName: "properties.version",
|
2319
2397
|
readOnly: true,
|
2320
2398
|
type: {
|
2321
2399
|
name: "String"
|
2322
2400
|
}
|
2323
|
-
},
|
2401
|
+
},
|
2402
|
+
sharedGalleryId: {
|
2324
2403
|
constraints: {
|
2325
2404
|
MaxLength: 2000,
|
2326
2405
|
MinLength: 3
|
@@ -2330,7 +2409,8 @@ exports.Image = {
|
|
2330
2409
|
type: {
|
2331
2410
|
name: "String"
|
2332
2411
|
}
|
2333
|
-
},
|
2412
|
+
},
|
2413
|
+
availableRegions: {
|
2334
2414
|
serializedName: "properties.availableRegions",
|
2335
2415
|
type: {
|
2336
2416
|
name: "Sequence",
|
@@ -2340,43 +2420,51 @@ exports.Image = {
|
|
2340
2420
|
}
|
2341
2421
|
}
|
2342
2422
|
}
|
2343
|
-
},
|
2423
|
+
},
|
2424
|
+
osState: {
|
2344
2425
|
serializedName: "properties.osState",
|
2345
2426
|
readOnly: true,
|
2346
2427
|
type: {
|
2347
2428
|
name: "Enum",
|
2348
2429
|
allowedValues: ["Generalized", "Specialized"]
|
2349
2430
|
}
|
2350
|
-
}
|
2431
|
+
}
|
2432
|
+
}
|
2351
2433
|
}
|
2352
2434
|
};
|
2353
2435
|
exports.Schedule = {
|
2354
2436
|
type: {
|
2355
2437
|
name: "Composite",
|
2356
2438
|
className: "Schedule",
|
2357
|
-
modelProperties:
|
2439
|
+
modelProperties: {
|
2440
|
+
...exports.ProxyResource.type.modelProperties,
|
2441
|
+
systemData: {
|
2358
2442
|
serializedName: "systemData",
|
2359
2443
|
type: {
|
2360
2444
|
name: "Composite",
|
2361
2445
|
className: "SystemData"
|
2362
2446
|
}
|
2363
|
-
},
|
2447
|
+
},
|
2448
|
+
startAt: {
|
2364
2449
|
serializedName: "properties.startAt",
|
2365
2450
|
type: {
|
2366
2451
|
name: "DateTime"
|
2367
2452
|
}
|
2368
|
-
},
|
2453
|
+
},
|
2454
|
+
stopAt: {
|
2369
2455
|
serializedName: "properties.stopAt",
|
2370
2456
|
type: {
|
2371
2457
|
name: "DateTime"
|
2372
2458
|
}
|
2373
|
-
},
|
2459
|
+
},
|
2460
|
+
recurrencePattern: {
|
2374
2461
|
serializedName: "properties.recurrencePattern",
|
2375
2462
|
type: {
|
2376
2463
|
name: "Composite",
|
2377
2464
|
className: "RecurrencePattern"
|
2378
2465
|
}
|
2379
|
-
},
|
2466
|
+
},
|
2467
|
+
timeZoneId: {
|
2380
2468
|
constraints: {
|
2381
2469
|
MaxLength: 50
|
2382
2470
|
},
|
@@ -2384,7 +2472,8 @@ exports.Schedule = {
|
|
2384
2472
|
type: {
|
2385
2473
|
name: "String"
|
2386
2474
|
}
|
2387
|
-
},
|
2475
|
+
},
|
2476
|
+
notes: {
|
2388
2477
|
constraints: {
|
2389
2478
|
MaxLength: 1000
|
2390
2479
|
},
|
@@ -2392,7 +2481,8 @@ exports.Schedule = {
|
|
2392
2481
|
type: {
|
2393
2482
|
name: "String"
|
2394
2483
|
}
|
2395
|
-
},
|
2484
|
+
},
|
2485
|
+
provisioningState: {
|
2396
2486
|
serializedName: "properties.provisioningState",
|
2397
2487
|
readOnly: true,
|
2398
2488
|
type: {
|
@@ -2406,25 +2496,30 @@ exports.Schedule = {
|
|
2406
2496
|
"Locked"
|
2407
2497
|
]
|
2408
2498
|
}
|
2409
|
-
}
|
2499
|
+
}
|
2500
|
+
}
|
2410
2501
|
}
|
2411
2502
|
};
|
2412
2503
|
exports.User = {
|
2413
2504
|
type: {
|
2414
2505
|
name: "Composite",
|
2415
2506
|
className: "User",
|
2416
|
-
modelProperties:
|
2507
|
+
modelProperties: {
|
2508
|
+
...exports.ProxyResource.type.modelProperties,
|
2509
|
+
systemData: {
|
2417
2510
|
serializedName: "systemData",
|
2418
2511
|
type: {
|
2419
2512
|
name: "Composite",
|
2420
2513
|
className: "SystemData"
|
2421
2514
|
}
|
2422
|
-
},
|
2515
|
+
},
|
2516
|
+
additionalUsageQuota: {
|
2423
2517
|
serializedName: "properties.additionalUsageQuota",
|
2424
2518
|
type: {
|
2425
2519
|
name: "TimeSpan"
|
2426
2520
|
}
|
2427
|
-
},
|
2521
|
+
},
|
2522
|
+
provisioningState: {
|
2428
2523
|
serializedName: "properties.provisioningState",
|
2429
2524
|
readOnly: true,
|
2430
2525
|
type: {
|
@@ -2438,13 +2533,15 @@ exports.User = {
|
|
2438
2533
|
"Locked"
|
2439
2534
|
]
|
2440
2535
|
}
|
2441
|
-
},
|
2536
|
+
},
|
2537
|
+
displayName: {
|
2442
2538
|
serializedName: "properties.displayName",
|
2443
2539
|
readOnly: true,
|
2444
2540
|
type: {
|
2445
2541
|
name: "String"
|
2446
2542
|
}
|
2447
|
-
},
|
2543
|
+
},
|
2544
|
+
email: {
|
2448
2545
|
constraints: {
|
2449
2546
|
MaxLength: 254,
|
2450
2547
|
MinLength: 6
|
@@ -2454,46 +2551,54 @@ exports.User = {
|
|
2454
2551
|
type: {
|
2455
2552
|
name: "String"
|
2456
2553
|
}
|
2457
|
-
},
|
2554
|
+
},
|
2555
|
+
registrationState: {
|
2458
2556
|
serializedName: "properties.registrationState",
|
2459
2557
|
readOnly: true,
|
2460
2558
|
type: {
|
2461
2559
|
name: "Enum",
|
2462
2560
|
allowedValues: ["Registered", "NotRegistered"]
|
2463
2561
|
}
|
2464
|
-
},
|
2562
|
+
},
|
2563
|
+
invitationState: {
|
2465
2564
|
serializedName: "properties.invitationState",
|
2466
2565
|
readOnly: true,
|
2467
2566
|
type: {
|
2468
2567
|
name: "Enum",
|
2469
2568
|
allowedValues: ["NotSent", "Sending", "Sent", "Failed"]
|
2470
2569
|
}
|
2471
|
-
},
|
2570
|
+
},
|
2571
|
+
invitationSent: {
|
2472
2572
|
serializedName: "properties.invitationSent",
|
2473
2573
|
readOnly: true,
|
2474
2574
|
type: {
|
2475
2575
|
name: "DateTime"
|
2476
2576
|
}
|
2477
|
-
},
|
2577
|
+
},
|
2578
|
+
totalUsage: {
|
2478
2579
|
serializedName: "properties.totalUsage",
|
2479
2580
|
readOnly: true,
|
2480
2581
|
type: {
|
2481
2582
|
name: "TimeSpan"
|
2482
2583
|
}
|
2483
|
-
}
|
2584
|
+
}
|
2585
|
+
}
|
2484
2586
|
}
|
2485
2587
|
};
|
2486
2588
|
exports.VirtualMachine = {
|
2487
2589
|
type: {
|
2488
2590
|
name: "Composite",
|
2489
2591
|
className: "VirtualMachine",
|
2490
|
-
modelProperties:
|
2592
|
+
modelProperties: {
|
2593
|
+
...exports.ProxyResource.type.modelProperties,
|
2594
|
+
systemData: {
|
2491
2595
|
serializedName: "systemData",
|
2492
2596
|
type: {
|
2493
2597
|
name: "Composite",
|
2494
2598
|
className: "SystemData"
|
2495
2599
|
}
|
2496
|
-
},
|
2600
|
+
},
|
2601
|
+
provisioningState: {
|
2497
2602
|
serializedName: "properties.provisioningState",
|
2498
2603
|
readOnly: true,
|
2499
2604
|
type: {
|
@@ -2507,7 +2612,8 @@ exports.VirtualMachine = {
|
|
2507
2612
|
"Locked"
|
2508
2613
|
]
|
2509
2614
|
}
|
2510
|
-
},
|
2615
|
+
},
|
2616
|
+
state: {
|
2511
2617
|
serializedName: "properties.state",
|
2512
2618
|
readOnly: true,
|
2513
2619
|
type: {
|
@@ -2522,63 +2628,74 @@ exports.VirtualMachine = {
|
|
2522
2628
|
"Redeploying"
|
2523
2629
|
]
|
2524
2630
|
}
|
2525
|
-
},
|
2631
|
+
},
|
2632
|
+
connectionProfile: {
|
2526
2633
|
serializedName: "properties.connectionProfile",
|
2527
2634
|
type: {
|
2528
2635
|
name: "Composite",
|
2529
2636
|
className: "VirtualMachineConnectionProfile"
|
2530
2637
|
}
|
2531
|
-
},
|
2638
|
+
},
|
2639
|
+
claimedByUserId: {
|
2532
2640
|
serializedName: "properties.claimedByUserId",
|
2533
2641
|
readOnly: true,
|
2534
2642
|
type: {
|
2535
2643
|
name: "String"
|
2536
2644
|
}
|
2537
|
-
},
|
2645
|
+
},
|
2646
|
+
vmType: {
|
2538
2647
|
serializedName: "properties.vmType",
|
2539
2648
|
readOnly: true,
|
2540
2649
|
type: {
|
2541
2650
|
name: "Enum",
|
2542
2651
|
allowedValues: ["User", "Template"]
|
2543
2652
|
}
|
2544
|
-
}
|
2653
|
+
}
|
2654
|
+
}
|
2545
2655
|
}
|
2546
2656
|
};
|
2547
2657
|
exports.LabPlan = {
|
2548
2658
|
type: {
|
2549
2659
|
name: "Composite",
|
2550
2660
|
className: "LabPlan",
|
2551
|
-
modelProperties:
|
2661
|
+
modelProperties: {
|
2662
|
+
...exports.TrackedResource.type.modelProperties,
|
2663
|
+
systemData: {
|
2552
2664
|
serializedName: "systemData",
|
2553
2665
|
type: {
|
2554
2666
|
name: "Composite",
|
2555
2667
|
className: "SystemData"
|
2556
2668
|
}
|
2557
|
-
},
|
2669
|
+
},
|
2670
|
+
identity: {
|
2558
2671
|
serializedName: "identity",
|
2559
2672
|
type: {
|
2560
2673
|
name: "Composite",
|
2561
2674
|
className: "Identity"
|
2562
2675
|
}
|
2563
|
-
},
|
2676
|
+
},
|
2677
|
+
defaultConnectionProfile: {
|
2564
2678
|
serializedName: "properties.defaultConnectionProfile",
|
2565
2679
|
type: {
|
2566
2680
|
name: "Composite",
|
2567
2681
|
className: "ConnectionProfile"
|
2568
2682
|
}
|
2569
|
-
},
|
2683
|
+
},
|
2684
|
+
defaultAutoShutdownProfile: {
|
2570
2685
|
serializedName: "properties.defaultAutoShutdownProfile",
|
2571
2686
|
type: {
|
2572
2687
|
name: "Composite",
|
2573
2688
|
className: "AutoShutdownProfile"
|
2574
2689
|
}
|
2575
|
-
},
|
2690
|
+
},
|
2691
|
+
defaultNetworkProfile: {
|
2576
2692
|
serializedName: "properties.defaultNetworkProfile",
|
2577
2693
|
type: {
|
2578
2694
|
name: "Composite",
|
2579
2695
|
className: "LabPlanNetworkProfile"
|
2580
2696
|
}
|
2581
|
-
},
|
2697
|
+
},
|
2698
|
+
allowedRegions: {
|
2582
2699
|
serializedName: "properties.allowedRegions",
|
2583
2700
|
type: {
|
2584
2701
|
name: "Sequence",
|
@@ -2588,7 +2705,8 @@ exports.LabPlan = {
|
|
2588
2705
|
}
|
2589
2706
|
}
|
2590
2707
|
}
|
2591
|
-
},
|
2708
|
+
},
|
2709
|
+
sharedGalleryId: {
|
2592
2710
|
constraints: {
|
2593
2711
|
MaxLength: 2000,
|
2594
2712
|
MinLength: 3
|
@@ -2597,13 +2715,15 @@ exports.LabPlan = {
|
|
2597
2715
|
type: {
|
2598
2716
|
name: "String"
|
2599
2717
|
}
|
2600
|
-
},
|
2718
|
+
},
|
2719
|
+
supportInfo: {
|
2601
2720
|
serializedName: "properties.supportInfo",
|
2602
2721
|
type: {
|
2603
2722
|
name: "Composite",
|
2604
2723
|
className: "SupportInfo"
|
2605
2724
|
}
|
2606
|
-
},
|
2725
|
+
},
|
2726
|
+
linkedLmsInstance: {
|
2607
2727
|
constraints: {
|
2608
2728
|
MaxLength: 2000,
|
2609
2729
|
MinLength: 3
|
@@ -2612,7 +2732,8 @@ exports.LabPlan = {
|
|
2612
2732
|
type: {
|
2613
2733
|
name: "String"
|
2614
2734
|
}
|
2615
|
-
},
|
2735
|
+
},
|
2736
|
+
provisioningState: {
|
2616
2737
|
serializedName: "properties.provisioningState",
|
2617
2738
|
readOnly: true,
|
2618
2739
|
type: {
|
@@ -2626,50 +2747,59 @@ exports.LabPlan = {
|
|
2626
2747
|
"Locked"
|
2627
2748
|
]
|
2628
2749
|
}
|
2629
|
-
}
|
2750
|
+
}
|
2751
|
+
}
|
2630
2752
|
}
|
2631
2753
|
};
|
2632
2754
|
exports.Lab = {
|
2633
2755
|
type: {
|
2634
2756
|
name: "Composite",
|
2635
2757
|
className: "Lab",
|
2636
|
-
modelProperties:
|
2758
|
+
modelProperties: {
|
2759
|
+
...exports.TrackedResource.type.modelProperties,
|
2760
|
+
systemData: {
|
2637
2761
|
serializedName: "systemData",
|
2638
2762
|
type: {
|
2639
2763
|
name: "Composite",
|
2640
2764
|
className: "SystemData"
|
2641
2765
|
}
|
2642
|
-
},
|
2766
|
+
},
|
2767
|
+
autoShutdownProfile: {
|
2643
2768
|
serializedName: "properties.autoShutdownProfile",
|
2644
2769
|
type: {
|
2645
2770
|
name: "Composite",
|
2646
2771
|
className: "AutoShutdownProfile"
|
2647
2772
|
}
|
2648
|
-
},
|
2773
|
+
},
|
2774
|
+
connectionProfile: {
|
2649
2775
|
serializedName: "properties.connectionProfile",
|
2650
2776
|
type: {
|
2651
2777
|
name: "Composite",
|
2652
2778
|
className: "ConnectionProfile"
|
2653
2779
|
}
|
2654
|
-
},
|
2780
|
+
},
|
2781
|
+
virtualMachineProfile: {
|
2655
2782
|
serializedName: "properties.virtualMachineProfile",
|
2656
2783
|
type: {
|
2657
2784
|
name: "Composite",
|
2658
2785
|
className: "VirtualMachineProfile"
|
2659
2786
|
}
|
2660
|
-
},
|
2787
|
+
},
|
2788
|
+
securityProfile: {
|
2661
2789
|
serializedName: "properties.securityProfile",
|
2662
2790
|
type: {
|
2663
2791
|
name: "Composite",
|
2664
2792
|
className: "SecurityProfile"
|
2665
2793
|
}
|
2666
|
-
},
|
2794
|
+
},
|
2795
|
+
rosterProfile: {
|
2667
2796
|
serializedName: "properties.rosterProfile",
|
2668
2797
|
type: {
|
2669
2798
|
name: "Composite",
|
2670
2799
|
className: "RosterProfile"
|
2671
2800
|
}
|
2672
|
-
},
|
2801
|
+
},
|
2802
|
+
labPlanId: {
|
2673
2803
|
constraints: {
|
2674
2804
|
MaxLength: 2000,
|
2675
2805
|
MinLength: 3
|
@@ -2678,7 +2808,8 @@ exports.Lab = {
|
|
2678
2808
|
type: {
|
2679
2809
|
name: "String"
|
2680
2810
|
}
|
2681
|
-
},
|
2811
|
+
},
|
2812
|
+
title: {
|
2682
2813
|
constraints: {
|
2683
2814
|
MaxLength: 120,
|
2684
2815
|
MinLength: 1
|
@@ -2687,12 +2818,14 @@ exports.Lab = {
|
|
2687
2818
|
type: {
|
2688
2819
|
name: "String"
|
2689
2820
|
}
|
2690
|
-
},
|
2821
|
+
},
|
2822
|
+
description: {
|
2691
2823
|
serializedName: "properties.description",
|
2692
2824
|
type: {
|
2693
2825
|
name: "String"
|
2694
2826
|
}
|
2695
|
-
},
|
2827
|
+
},
|
2828
|
+
provisioningState: {
|
2696
2829
|
serializedName: "properties.provisioningState",
|
2697
2830
|
readOnly: true,
|
2698
2831
|
type: {
|
@@ -2706,13 +2839,15 @@ exports.Lab = {
|
|
2706
2839
|
"Locked"
|
2707
2840
|
]
|
2708
2841
|
}
|
2709
|
-
},
|
2842
|
+
},
|
2843
|
+
networkProfile: {
|
2710
2844
|
serializedName: "properties.networkProfile",
|
2711
2845
|
type: {
|
2712
2846
|
name: "Composite",
|
2713
2847
|
className: "LabNetworkProfile"
|
2714
2848
|
}
|
2715
|
-
},
|
2849
|
+
},
|
2850
|
+
state: {
|
2716
2851
|
serializedName: "properties.state",
|
2717
2852
|
readOnly: true,
|
2718
2853
|
type: {
|
@@ -2725,7 +2860,8 @@ exports.Lab = {
|
|
2725
2860
|
"Published"
|
2726
2861
|
]
|
2727
2862
|
}
|
2728
|
-
}
|
2863
|
+
}
|
2864
|
+
}
|
2729
2865
|
}
|
2730
2866
|
};
|
2731
2867
|
//# sourceMappingURL=mappers.js.map
|