@azure/arm-notificationhubs 3.0.0-alpha.20250618.1 → 3.0.0-alpha.20250718.2
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/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +170 -80
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/notificationHubsManagementClient.js +16 -5
- package/dist/browser/notificationHubsManagementClient.js.map +1 -1
- package/dist/browser/operations/namespaces.js +78 -124
- package/dist/browser/operations/namespaces.js.map +1 -1
- package/dist/browser/operations/notificationHubs.js +45 -79
- package/dist/browser/operations/notificationHubs.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/privateEndpointConnections.js +41 -65
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +170 -80
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/notificationHubsManagementClient.js +16 -5
- package/dist/commonjs/notificationHubsManagementClient.js.map +1 -1
- package/dist/commonjs/operations/namespaces.js +78 -123
- package/dist/commonjs/operations/namespaces.js.map +1 -1
- package/dist/commonjs/operations/notificationHubs.js +45 -78
- package/dist/commonjs/operations/notificationHubs.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/privateEndpointConnections.js +41 -64
- package/dist/commonjs/operations/privateEndpointConnections.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/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +170 -80
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/notificationHubsManagementClient.js +16 -5
- package/dist/esm/notificationHubsManagementClient.js.map +1 -1
- package/dist/esm/operations/namespaces.js +78 -124
- package/dist/esm/operations/namespaces.js.map +1 -1
- package/dist/esm/operations/notificationHubs.js +45 -79
- package/dist/esm/operations/notificationHubs.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/privateEndpointConnections.js +41 -65
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +170 -80
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/notificationHubsManagementClient.js +16 -5
- package/dist/react-native/notificationHubsManagementClient.js.map +1 -1
- package/dist/react-native/operations/namespaces.js +78 -124
- package/dist/react-native/operations/namespaces.js.map +1 -1
- package/dist/react-native/operations/notificationHubs.js +45 -79
- package/dist/react-native/operations/notificationHubs.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/privateEndpointConnections.js +41 -65
- package/dist/react-native/operations/privateEndpointConnections.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-notificationhubs.api.md → arm-notificationhubs-node.api.md} +0 -0
package/dist/browser/lroImpl.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { __rest } from "tslib";
|
|
2
1
|
export function createLroSpec(inputs) {
|
|
3
2
|
const { args, spec, sendOperationFn } = inputs;
|
|
4
3
|
return {
|
|
@@ -6,8 +5,13 @@ export function createLroSpec(inputs) {
|
|
|
6
5
|
requestPath: spec.path,
|
|
7
6
|
sendInitialRequest: () => sendOperationFn(args, spec),
|
|
8
7
|
sendPollRequest: (path, options) => {
|
|
9
|
-
const { requestBody
|
|
10
|
-
return sendOperationFn(args,
|
|
8
|
+
const { requestBody, ...restSpec } = spec;
|
|
9
|
+
return sendOperationFn(args, {
|
|
10
|
+
...restSpec,
|
|
11
|
+
httpMethod: "GET",
|
|
12
|
+
path,
|
|
13
|
+
abortSignal: options?.abortSignal,
|
|
14
|
+
});
|
|
11
15
|
},
|
|
12
16
|
};
|
|
13
17
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAUA,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CAAC,IAAY,EAAE,OAA2C,EAAE,EAAE;YAC7E,MAAM,EAAE,WAAW,EAAE,GAAG,QAAQ,EAAE,GAAG,IAAI,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,EAAE;gBAC3B,GAAG,QAAQ;gBACX,UAAU,EAAE,KAAK;gBACjB,IAAI;gBACJ,WAAW,EAAE,OAAO,EAAE,WAAW;aAClC,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\nimport type { AbortSignalLike } from \"@azure/abort-controller\";\nimport type { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (path: string, options?: { abortSignal?: AbortSignalLike }) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}
|
|
@@ -1905,85 +1905,103 @@ export const ProxyResource = {
|
|
|
1905
1905
|
type: {
|
|
1906
1906
|
name: "Composite",
|
|
1907
1907
|
className: "ProxyResource",
|
|
1908
|
-
modelProperties:
|
|
1908
|
+
modelProperties: {
|
|
1909
|
+
...Resource.type.modelProperties,
|
|
1910
|
+
},
|
|
1909
1911
|
},
|
|
1910
1912
|
};
|
|
1911
1913
|
export const TrackedResource = {
|
|
1912
1914
|
type: {
|
|
1913
1915
|
name: "Composite",
|
|
1914
1916
|
className: "TrackedResource",
|
|
1915
|
-
modelProperties:
|
|
1917
|
+
modelProperties: {
|
|
1918
|
+
...Resource.type.modelProperties,
|
|
1919
|
+
tags: {
|
|
1916
1920
|
serializedName: "tags",
|
|
1917
1921
|
type: {
|
|
1918
1922
|
name: "Dictionary",
|
|
1919
1923
|
value: { type: { name: "String" } },
|
|
1920
1924
|
},
|
|
1921
|
-
},
|
|
1925
|
+
},
|
|
1926
|
+
location: {
|
|
1922
1927
|
serializedName: "location",
|
|
1923
1928
|
required: true,
|
|
1924
1929
|
type: {
|
|
1925
1930
|
name: "String",
|
|
1926
1931
|
},
|
|
1927
|
-
}
|
|
1932
|
+
},
|
|
1933
|
+
},
|
|
1928
1934
|
},
|
|
1929
1935
|
};
|
|
1930
1936
|
export const CheckAvailabilityResult = {
|
|
1931
1937
|
type: {
|
|
1932
1938
|
name: "Composite",
|
|
1933
1939
|
className: "CheckAvailabilityResult",
|
|
1934
|
-
modelProperties:
|
|
1940
|
+
modelProperties: {
|
|
1941
|
+
...ProxyResource.type.modelProperties,
|
|
1942
|
+
isAvailiable: {
|
|
1935
1943
|
serializedName: "isAvailiable",
|
|
1936
1944
|
type: {
|
|
1937
1945
|
name: "Boolean",
|
|
1938
1946
|
},
|
|
1939
|
-
},
|
|
1947
|
+
},
|
|
1948
|
+
location: {
|
|
1940
1949
|
serializedName: "location",
|
|
1941
1950
|
type: {
|
|
1942
1951
|
name: "String",
|
|
1943
1952
|
},
|
|
1944
|
-
},
|
|
1953
|
+
},
|
|
1954
|
+
tags: {
|
|
1945
1955
|
serializedName: "tags",
|
|
1946
1956
|
type: {
|
|
1947
1957
|
name: "Dictionary",
|
|
1948
1958
|
value: { type: { name: "String" } },
|
|
1949
1959
|
},
|
|
1950
|
-
},
|
|
1960
|
+
},
|
|
1961
|
+
sku: {
|
|
1951
1962
|
serializedName: "sku",
|
|
1952
1963
|
type: {
|
|
1953
1964
|
name: "Composite",
|
|
1954
1965
|
className: "Sku",
|
|
1955
1966
|
},
|
|
1956
|
-
}
|
|
1967
|
+
},
|
|
1968
|
+
},
|
|
1957
1969
|
},
|
|
1958
1970
|
};
|
|
1959
1971
|
export const DebugSendResponse = {
|
|
1960
1972
|
type: {
|
|
1961
1973
|
name: "Composite",
|
|
1962
1974
|
className: "DebugSendResponse",
|
|
1963
|
-
modelProperties:
|
|
1975
|
+
modelProperties: {
|
|
1976
|
+
...ProxyResource.type.modelProperties,
|
|
1977
|
+
location: {
|
|
1964
1978
|
serializedName: "location",
|
|
1965
1979
|
type: {
|
|
1966
1980
|
name: "String",
|
|
1967
1981
|
},
|
|
1968
|
-
},
|
|
1982
|
+
},
|
|
1983
|
+
tags: {
|
|
1969
1984
|
serializedName: "tags",
|
|
1970
1985
|
type: {
|
|
1971
1986
|
name: "Dictionary",
|
|
1972
1987
|
value: { type: { name: "String" } },
|
|
1973
1988
|
},
|
|
1974
|
-
},
|
|
1989
|
+
},
|
|
1990
|
+
success: {
|
|
1975
1991
|
serializedName: "properties.success",
|
|
1976
1992
|
readOnly: true,
|
|
1977
1993
|
type: {
|
|
1978
1994
|
name: "Number",
|
|
1979
1995
|
},
|
|
1980
|
-
},
|
|
1996
|
+
},
|
|
1997
|
+
failure: {
|
|
1981
1998
|
serializedName: "properties.failure",
|
|
1982
1999
|
readOnly: true,
|
|
1983
2000
|
type: {
|
|
1984
2001
|
name: "Number",
|
|
1985
2002
|
},
|
|
1986
|
-
},
|
|
2003
|
+
},
|
|
2004
|
+
results: {
|
|
1987
2005
|
serializedName: "properties.results",
|
|
1988
2006
|
readOnly: true,
|
|
1989
2007
|
type: {
|
|
@@ -1995,25 +2013,30 @@ export const DebugSendResponse = {
|
|
|
1995
2013
|
},
|
|
1996
2014
|
},
|
|
1997
2015
|
},
|
|
1998
|
-
}
|
|
2016
|
+
},
|
|
2017
|
+
},
|
|
1999
2018
|
},
|
|
2000
2019
|
};
|
|
2001
2020
|
export const SharedAccessAuthorizationRuleResource = {
|
|
2002
2021
|
type: {
|
|
2003
2022
|
name: "Composite",
|
|
2004
2023
|
className: "SharedAccessAuthorizationRuleResource",
|
|
2005
|
-
modelProperties:
|
|
2024
|
+
modelProperties: {
|
|
2025
|
+
...ProxyResource.type.modelProperties,
|
|
2026
|
+
location: {
|
|
2006
2027
|
serializedName: "location",
|
|
2007
2028
|
type: {
|
|
2008
2029
|
name: "String",
|
|
2009
2030
|
},
|
|
2010
|
-
},
|
|
2031
|
+
},
|
|
2032
|
+
tags: {
|
|
2011
2033
|
serializedName: "tags",
|
|
2012
2034
|
type: {
|
|
2013
2035
|
name: "Dictionary",
|
|
2014
2036
|
value: { type: { name: "String" } },
|
|
2015
2037
|
},
|
|
2016
|
-
},
|
|
2038
|
+
},
|
|
2039
|
+
rights: {
|
|
2017
2040
|
serializedName: "properties.rights",
|
|
2018
2041
|
type: {
|
|
2019
2042
|
name: "Sequence",
|
|
@@ -2023,174 +2046,207 @@ export const SharedAccessAuthorizationRuleResource = {
|
|
|
2023
2046
|
},
|
|
2024
2047
|
},
|
|
2025
2048
|
},
|
|
2026
|
-
},
|
|
2049
|
+
},
|
|
2050
|
+
primaryKey: {
|
|
2027
2051
|
serializedName: "properties.primaryKey",
|
|
2028
2052
|
type: {
|
|
2029
2053
|
name: "String",
|
|
2030
2054
|
},
|
|
2031
|
-
},
|
|
2055
|
+
},
|
|
2056
|
+
secondaryKey: {
|
|
2032
2057
|
serializedName: "properties.secondaryKey",
|
|
2033
2058
|
type: {
|
|
2034
2059
|
name: "String",
|
|
2035
2060
|
},
|
|
2036
|
-
},
|
|
2061
|
+
},
|
|
2062
|
+
keyName: {
|
|
2037
2063
|
serializedName: "properties.keyName",
|
|
2038
2064
|
readOnly: true,
|
|
2039
2065
|
type: {
|
|
2040
2066
|
name: "String",
|
|
2041
2067
|
},
|
|
2042
|
-
},
|
|
2068
|
+
},
|
|
2069
|
+
modifiedTime: {
|
|
2043
2070
|
serializedName: "properties.modifiedTime",
|
|
2044
2071
|
readOnly: true,
|
|
2045
2072
|
type: {
|
|
2046
2073
|
name: "DateTime",
|
|
2047
2074
|
},
|
|
2048
|
-
},
|
|
2075
|
+
},
|
|
2076
|
+
createdTime: {
|
|
2049
2077
|
serializedName: "properties.createdTime",
|
|
2050
2078
|
readOnly: true,
|
|
2051
2079
|
type: {
|
|
2052
2080
|
name: "DateTime",
|
|
2053
2081
|
},
|
|
2054
|
-
},
|
|
2082
|
+
},
|
|
2083
|
+
claimType: {
|
|
2055
2084
|
serializedName: "properties.claimType",
|
|
2056
2085
|
readOnly: true,
|
|
2057
2086
|
type: {
|
|
2058
2087
|
name: "String",
|
|
2059
2088
|
},
|
|
2060
|
-
},
|
|
2089
|
+
},
|
|
2090
|
+
claimValue: {
|
|
2061
2091
|
serializedName: "properties.claimValue",
|
|
2062
2092
|
readOnly: true,
|
|
2063
2093
|
type: {
|
|
2064
2094
|
name: "String",
|
|
2065
2095
|
},
|
|
2066
|
-
},
|
|
2096
|
+
},
|
|
2097
|
+
revision: {
|
|
2067
2098
|
serializedName: "properties.revision",
|
|
2068
2099
|
readOnly: true,
|
|
2069
2100
|
type: {
|
|
2070
2101
|
name: "Number",
|
|
2071
2102
|
},
|
|
2072
|
-
}
|
|
2103
|
+
},
|
|
2104
|
+
},
|
|
2073
2105
|
},
|
|
2074
2106
|
};
|
|
2075
2107
|
export const PnsCredentialsResource = {
|
|
2076
2108
|
type: {
|
|
2077
2109
|
name: "Composite",
|
|
2078
2110
|
className: "PnsCredentialsResource",
|
|
2079
|
-
modelProperties:
|
|
2111
|
+
modelProperties: {
|
|
2112
|
+
...ProxyResource.type.modelProperties,
|
|
2113
|
+
location: {
|
|
2080
2114
|
serializedName: "location",
|
|
2081
2115
|
type: {
|
|
2082
2116
|
name: "String",
|
|
2083
2117
|
},
|
|
2084
|
-
},
|
|
2118
|
+
},
|
|
2119
|
+
tags: {
|
|
2085
2120
|
serializedName: "tags",
|
|
2086
2121
|
type: {
|
|
2087
2122
|
name: "Dictionary",
|
|
2088
2123
|
value: { type: { name: "String" } },
|
|
2089
2124
|
},
|
|
2090
|
-
},
|
|
2125
|
+
},
|
|
2126
|
+
admCredential: {
|
|
2091
2127
|
serializedName: "properties.admCredential",
|
|
2092
2128
|
type: {
|
|
2093
2129
|
name: "Composite",
|
|
2094
2130
|
className: "AdmCredential",
|
|
2095
2131
|
},
|
|
2096
|
-
},
|
|
2132
|
+
},
|
|
2133
|
+
apnsCredential: {
|
|
2097
2134
|
serializedName: "properties.apnsCredential",
|
|
2098
2135
|
type: {
|
|
2099
2136
|
name: "Composite",
|
|
2100
2137
|
className: "ApnsCredential",
|
|
2101
2138
|
},
|
|
2102
|
-
},
|
|
2139
|
+
},
|
|
2140
|
+
baiduCredential: {
|
|
2103
2141
|
serializedName: "properties.baiduCredential",
|
|
2104
2142
|
type: {
|
|
2105
2143
|
name: "Composite",
|
|
2106
2144
|
className: "BaiduCredential",
|
|
2107
2145
|
},
|
|
2108
|
-
},
|
|
2146
|
+
},
|
|
2147
|
+
browserCredential: {
|
|
2109
2148
|
serializedName: "properties.browserCredential",
|
|
2110
2149
|
type: {
|
|
2111
2150
|
name: "Composite",
|
|
2112
2151
|
className: "BrowserCredential",
|
|
2113
2152
|
},
|
|
2114
|
-
},
|
|
2153
|
+
},
|
|
2154
|
+
gcmCredential: {
|
|
2115
2155
|
serializedName: "properties.gcmCredential",
|
|
2116
2156
|
type: {
|
|
2117
2157
|
name: "Composite",
|
|
2118
2158
|
className: "GcmCredential",
|
|
2119
2159
|
},
|
|
2120
|
-
},
|
|
2160
|
+
},
|
|
2161
|
+
mpnsCredential: {
|
|
2121
2162
|
serializedName: "properties.mpnsCredential",
|
|
2122
2163
|
type: {
|
|
2123
2164
|
name: "Composite",
|
|
2124
2165
|
className: "MpnsCredential",
|
|
2125
2166
|
},
|
|
2126
|
-
},
|
|
2167
|
+
},
|
|
2168
|
+
wnsCredential: {
|
|
2127
2169
|
serializedName: "properties.wnsCredential",
|
|
2128
2170
|
type: {
|
|
2129
2171
|
name: "Composite",
|
|
2130
2172
|
className: "WnsCredential",
|
|
2131
2173
|
},
|
|
2132
|
-
},
|
|
2174
|
+
},
|
|
2175
|
+
xiaomiCredential: {
|
|
2133
2176
|
serializedName: "properties.xiaomiCredential",
|
|
2134
2177
|
type: {
|
|
2135
2178
|
name: "Composite",
|
|
2136
2179
|
className: "XiaomiCredential",
|
|
2137
2180
|
},
|
|
2138
|
-
},
|
|
2181
|
+
},
|
|
2182
|
+
fcmV1Credential: {
|
|
2139
2183
|
serializedName: "properties.fcmV1Credential",
|
|
2140
2184
|
type: {
|
|
2141
2185
|
name: "Composite",
|
|
2142
2186
|
className: "FcmV1Credential",
|
|
2143
2187
|
},
|
|
2144
|
-
}
|
|
2188
|
+
},
|
|
2189
|
+
},
|
|
2145
2190
|
},
|
|
2146
2191
|
};
|
|
2147
2192
|
export const PrivateEndpointConnectionResource = {
|
|
2148
2193
|
type: {
|
|
2149
2194
|
name: "Composite",
|
|
2150
2195
|
className: "PrivateEndpointConnectionResource",
|
|
2151
|
-
modelProperties:
|
|
2196
|
+
modelProperties: {
|
|
2197
|
+
...ProxyResource.type.modelProperties,
|
|
2198
|
+
properties: {
|
|
2152
2199
|
serializedName: "properties",
|
|
2153
2200
|
type: {
|
|
2154
2201
|
name: "Composite",
|
|
2155
2202
|
className: "PrivateEndpointConnectionProperties",
|
|
2156
2203
|
},
|
|
2157
|
-
}
|
|
2204
|
+
},
|
|
2205
|
+
},
|
|
2158
2206
|
},
|
|
2159
2207
|
};
|
|
2160
2208
|
export const PrivateLinkResource = {
|
|
2161
2209
|
type: {
|
|
2162
2210
|
name: "Composite",
|
|
2163
2211
|
className: "PrivateLinkResource",
|
|
2164
|
-
modelProperties:
|
|
2212
|
+
modelProperties: {
|
|
2213
|
+
...ProxyResource.type.modelProperties,
|
|
2214
|
+
properties: {
|
|
2165
2215
|
serializedName: "properties",
|
|
2166
2216
|
type: {
|
|
2167
2217
|
name: "Composite",
|
|
2168
2218
|
className: "PrivateLinkResourceProperties",
|
|
2169
2219
|
},
|
|
2170
|
-
}
|
|
2220
|
+
},
|
|
2221
|
+
},
|
|
2171
2222
|
},
|
|
2172
2223
|
};
|
|
2173
2224
|
export const NotificationHubResource = {
|
|
2174
2225
|
type: {
|
|
2175
2226
|
name: "Composite",
|
|
2176
2227
|
className: "NotificationHubResource",
|
|
2177
|
-
modelProperties:
|
|
2228
|
+
modelProperties: {
|
|
2229
|
+
...TrackedResource.type.modelProperties,
|
|
2230
|
+
sku: {
|
|
2178
2231
|
serializedName: "sku",
|
|
2179
2232
|
type: {
|
|
2180
2233
|
name: "Composite",
|
|
2181
2234
|
className: "Sku",
|
|
2182
2235
|
},
|
|
2183
|
-
},
|
|
2236
|
+
},
|
|
2237
|
+
namePropertiesName: {
|
|
2184
2238
|
serializedName: "properties.name",
|
|
2185
2239
|
type: {
|
|
2186
2240
|
name: "String",
|
|
2187
2241
|
},
|
|
2188
|
-
},
|
|
2242
|
+
},
|
|
2243
|
+
registrationTtl: {
|
|
2189
2244
|
serializedName: "properties.registrationTtl",
|
|
2190
2245
|
type: {
|
|
2191
2246
|
name: "String",
|
|
2192
2247
|
},
|
|
2193
|
-
},
|
|
2248
|
+
},
|
|
2249
|
+
authorizationRules: {
|
|
2194
2250
|
serializedName: "properties.authorizationRules",
|
|
2195
2251
|
readOnly: true,
|
|
2196
2252
|
type: {
|
|
@@ -2202,172 +2258,202 @@ export const NotificationHubResource = {
|
|
|
2202
2258
|
},
|
|
2203
2259
|
},
|
|
2204
2260
|
},
|
|
2205
|
-
},
|
|
2261
|
+
},
|
|
2262
|
+
apnsCredential: {
|
|
2206
2263
|
serializedName: "properties.apnsCredential",
|
|
2207
2264
|
type: {
|
|
2208
2265
|
name: "Composite",
|
|
2209
2266
|
className: "ApnsCredential",
|
|
2210
2267
|
},
|
|
2211
|
-
},
|
|
2268
|
+
},
|
|
2269
|
+
wnsCredential: {
|
|
2212
2270
|
serializedName: "properties.wnsCredential",
|
|
2213
2271
|
type: {
|
|
2214
2272
|
name: "Composite",
|
|
2215
2273
|
className: "WnsCredential",
|
|
2216
2274
|
},
|
|
2217
|
-
},
|
|
2275
|
+
},
|
|
2276
|
+
gcmCredential: {
|
|
2218
2277
|
serializedName: "properties.gcmCredential",
|
|
2219
2278
|
type: {
|
|
2220
2279
|
name: "Composite",
|
|
2221
2280
|
className: "GcmCredential",
|
|
2222
2281
|
},
|
|
2223
|
-
},
|
|
2282
|
+
},
|
|
2283
|
+
mpnsCredential: {
|
|
2224
2284
|
serializedName: "properties.mpnsCredential",
|
|
2225
2285
|
type: {
|
|
2226
2286
|
name: "Composite",
|
|
2227
2287
|
className: "MpnsCredential",
|
|
2228
2288
|
},
|
|
2229
|
-
},
|
|
2289
|
+
},
|
|
2290
|
+
admCredential: {
|
|
2230
2291
|
serializedName: "properties.admCredential",
|
|
2231
2292
|
type: {
|
|
2232
2293
|
name: "Composite",
|
|
2233
2294
|
className: "AdmCredential",
|
|
2234
2295
|
},
|
|
2235
|
-
},
|
|
2296
|
+
},
|
|
2297
|
+
baiduCredential: {
|
|
2236
2298
|
serializedName: "properties.baiduCredential",
|
|
2237
2299
|
type: {
|
|
2238
2300
|
name: "Composite",
|
|
2239
2301
|
className: "BaiduCredential",
|
|
2240
2302
|
},
|
|
2241
|
-
},
|
|
2303
|
+
},
|
|
2304
|
+
browserCredential: {
|
|
2242
2305
|
serializedName: "properties.browserCredential",
|
|
2243
2306
|
type: {
|
|
2244
2307
|
name: "Composite",
|
|
2245
2308
|
className: "BrowserCredential",
|
|
2246
2309
|
},
|
|
2247
|
-
},
|
|
2310
|
+
},
|
|
2311
|
+
xiaomiCredential: {
|
|
2248
2312
|
serializedName: "properties.xiaomiCredential",
|
|
2249
2313
|
type: {
|
|
2250
2314
|
name: "Composite",
|
|
2251
2315
|
className: "XiaomiCredential",
|
|
2252
2316
|
},
|
|
2253
|
-
},
|
|
2317
|
+
},
|
|
2318
|
+
fcmV1Credential: {
|
|
2254
2319
|
serializedName: "properties.fcmV1Credential",
|
|
2255
2320
|
type: {
|
|
2256
2321
|
name: "Composite",
|
|
2257
2322
|
className: "FcmV1Credential",
|
|
2258
2323
|
},
|
|
2259
|
-
},
|
|
2324
|
+
},
|
|
2325
|
+
dailyMaxActiveDevices: {
|
|
2260
2326
|
serializedName: "properties.dailyMaxActiveDevices",
|
|
2261
2327
|
readOnly: true,
|
|
2262
2328
|
type: {
|
|
2263
2329
|
name: "Number",
|
|
2264
2330
|
},
|
|
2265
|
-
}
|
|
2331
|
+
},
|
|
2332
|
+
},
|
|
2266
2333
|
},
|
|
2267
2334
|
};
|
|
2268
2335
|
export const NamespaceResource = {
|
|
2269
2336
|
type: {
|
|
2270
2337
|
name: "Composite",
|
|
2271
2338
|
className: "NamespaceResource",
|
|
2272
|
-
modelProperties:
|
|
2339
|
+
modelProperties: {
|
|
2340
|
+
...TrackedResource.type.modelProperties,
|
|
2341
|
+
sku: {
|
|
2273
2342
|
serializedName: "sku",
|
|
2274
2343
|
type: {
|
|
2275
2344
|
name: "Composite",
|
|
2276
2345
|
className: "Sku",
|
|
2277
2346
|
},
|
|
2278
|
-
},
|
|
2347
|
+
},
|
|
2348
|
+
namePropertiesName: {
|
|
2279
2349
|
serializedName: "properties.name",
|
|
2280
2350
|
readOnly: true,
|
|
2281
2351
|
type: {
|
|
2282
2352
|
name: "String",
|
|
2283
2353
|
},
|
|
2284
|
-
},
|
|
2354
|
+
},
|
|
2355
|
+
provisioningState: {
|
|
2285
2356
|
serializedName: "properties.provisioningState",
|
|
2286
2357
|
type: {
|
|
2287
2358
|
name: "String",
|
|
2288
2359
|
},
|
|
2289
|
-
},
|
|
2360
|
+
},
|
|
2361
|
+
status: {
|
|
2290
2362
|
serializedName: "properties.status",
|
|
2291
2363
|
type: {
|
|
2292
2364
|
name: "String",
|
|
2293
2365
|
},
|
|
2294
|
-
},
|
|
2366
|
+
},
|
|
2367
|
+
enabled: {
|
|
2295
2368
|
serializedName: "properties.enabled",
|
|
2296
2369
|
readOnly: true,
|
|
2297
2370
|
type: {
|
|
2298
2371
|
name: "Boolean",
|
|
2299
2372
|
},
|
|
2300
|
-
},
|
|
2373
|
+
},
|
|
2374
|
+
critical: {
|
|
2301
2375
|
serializedName: "properties.critical",
|
|
2302
2376
|
readOnly: true,
|
|
2303
2377
|
type: {
|
|
2304
2378
|
name: "Boolean",
|
|
2305
2379
|
},
|
|
2306
|
-
},
|
|
2380
|
+
},
|
|
2381
|
+
subscriptionId: {
|
|
2307
2382
|
serializedName: "properties.subscriptionId",
|
|
2308
2383
|
readOnly: true,
|
|
2309
2384
|
type: {
|
|
2310
2385
|
name: "String",
|
|
2311
2386
|
},
|
|
2312
|
-
},
|
|
2387
|
+
},
|
|
2388
|
+
region: {
|
|
2313
2389
|
serializedName: "properties.region",
|
|
2314
2390
|
readOnly: true,
|
|
2315
2391
|
type: {
|
|
2316
2392
|
name: "String",
|
|
2317
2393
|
},
|
|
2318
|
-
},
|
|
2394
|
+
},
|
|
2395
|
+
metricId: {
|
|
2319
2396
|
serializedName: "properties.metricId",
|
|
2320
2397
|
readOnly: true,
|
|
2321
2398
|
type: {
|
|
2322
2399
|
name: "String",
|
|
2323
2400
|
},
|
|
2324
|
-
},
|
|
2401
|
+
},
|
|
2402
|
+
createdAt: {
|
|
2325
2403
|
serializedName: "properties.createdAt",
|
|
2326
2404
|
readOnly: true,
|
|
2327
2405
|
type: {
|
|
2328
2406
|
name: "DateTime",
|
|
2329
2407
|
},
|
|
2330
|
-
},
|
|
2408
|
+
},
|
|
2409
|
+
updatedAt: {
|
|
2331
2410
|
serializedName: "properties.updatedAt",
|
|
2332
2411
|
readOnly: true,
|
|
2333
2412
|
type: {
|
|
2334
2413
|
name: "DateTime",
|
|
2335
2414
|
},
|
|
2336
|
-
},
|
|
2415
|
+
},
|
|
2416
|
+
namespaceType: {
|
|
2337
2417
|
serializedName: "properties.namespaceType",
|
|
2338
2418
|
type: {
|
|
2339
2419
|
name: "String",
|
|
2340
2420
|
},
|
|
2341
|
-
},
|
|
2421
|
+
},
|
|
2422
|
+
replicationRegion: {
|
|
2342
2423
|
serializedName: "properties.replicationRegion",
|
|
2343
2424
|
type: {
|
|
2344
2425
|
name: "String",
|
|
2345
2426
|
},
|
|
2346
|
-
},
|
|
2427
|
+
},
|
|
2428
|
+
zoneRedundancy: {
|
|
2347
2429
|
defaultValue: "Disabled",
|
|
2348
2430
|
serializedName: "properties.zoneRedundancy",
|
|
2349
2431
|
type: {
|
|
2350
2432
|
name: "String",
|
|
2351
2433
|
},
|
|
2352
|
-
},
|
|
2434
|
+
},
|
|
2435
|
+
networkAcls: {
|
|
2353
2436
|
serializedName: "properties.networkAcls",
|
|
2354
2437
|
type: {
|
|
2355
2438
|
name: "Composite",
|
|
2356
2439
|
className: "NetworkAcls",
|
|
2357
2440
|
},
|
|
2358
|
-
},
|
|
2441
|
+
},
|
|
2442
|
+
pnsCredentials: {
|
|
2359
2443
|
serializedName: "properties.pnsCredentials",
|
|
2360
2444
|
type: {
|
|
2361
2445
|
name: "Composite",
|
|
2362
2446
|
className: "PnsCredentials",
|
|
2363
2447
|
},
|
|
2364
|
-
},
|
|
2448
|
+
},
|
|
2449
|
+
serviceBusEndpoint: {
|
|
2365
2450
|
serializedName: "properties.serviceBusEndpoint",
|
|
2366
2451
|
readOnly: true,
|
|
2367
2452
|
type: {
|
|
2368
2453
|
name: "String",
|
|
2369
2454
|
},
|
|
2370
|
-
},
|
|
2455
|
+
},
|
|
2456
|
+
privateEndpointConnections: {
|
|
2371
2457
|
serializedName: "properties.privateEndpointConnections",
|
|
2372
2458
|
readOnly: true,
|
|
2373
2459
|
type: {
|
|
@@ -2379,23 +2465,27 @@ export const NamespaceResource = {
|
|
|
2379
2465
|
},
|
|
2380
2466
|
},
|
|
2381
2467
|
},
|
|
2382
|
-
},
|
|
2468
|
+
},
|
|
2469
|
+
scaleUnit: {
|
|
2383
2470
|
serializedName: "properties.scaleUnit",
|
|
2384
2471
|
type: {
|
|
2385
2472
|
name: "String",
|
|
2386
2473
|
},
|
|
2387
|
-
},
|
|
2474
|
+
},
|
|
2475
|
+
dataCenter: {
|
|
2388
2476
|
serializedName: "properties.dataCenter",
|
|
2389
2477
|
type: {
|
|
2390
2478
|
name: "String",
|
|
2391
2479
|
},
|
|
2392
|
-
},
|
|
2480
|
+
},
|
|
2481
|
+
publicNetworkAccess: {
|
|
2393
2482
|
defaultValue: "Enabled",
|
|
2394
2483
|
serializedName: "properties.publicNetworkAccess",
|
|
2395
2484
|
type: {
|
|
2396
2485
|
name: "String",
|
|
2397
2486
|
},
|
|
2398
|
-
}
|
|
2487
|
+
},
|
|
2488
|
+
},
|
|
2399
2489
|
},
|
|
2400
2490
|
};
|
|
2401
2491
|
export const PrivateEndpointConnectionsDeleteHeaders = {
|